@charset "utf-8";
/* 结伴首页 */
.jieban-content{
    display: block;
    position: absolute;
    top: 1.21rem;
    left: 0;
    right: 0;
    bottom: 1.2rem;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.banner{
    width: 100%;
    height: 2.933334rem;
    background: url(../images/banner-bg.jpg) no-repeat center center;
    background-size: contain;
    overflow: hidden;
}
.banner>.txt{
    text-align: center;
    margin-top: 0.6rem;
}
.banner>.txt>p{
    color: #ffffff;
    font-size: 0.4rem;
    line-height: 0.92rem;
    text-shadow: 0 3px 3px rgba(0,54,82,0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.banner>.txt>p>em{
    font-size: 0.64rem;
    font-style: normal;
}

.filter-block{
    height: 1.17334rem;
}
.filter-wrap{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    height: 1.17334rem;
}
.filter-wrap.fxd{
    position: fixed;
    top: 1.255rem;
    z-index: 99;
    border-top: 1px solid #e6e6e6;
}
.filter-wrap .filter-item{
    width: 50%;
    height: 1.17334rem;
    text-align: center;
    cursor: pointer;
}
.filter-wrap .filter-item .filter-txt{
    display: inline-block;
    color: #333;
    font-size: 0.4rem;
    max-width: 2.8rem;
    height: 1.17334rem;
    line-height: 1.17334rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.filter-wrap .filter-item.active .filter-txt{
    color: #2dbb55;
}
.filter-wrap .filter-item .filter-arr{
    display: inline-block;
    width: 0.29334rem;
    height: 0.16rem;
    background: url("../images/jie-arr-down.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0.24rem;
}
.filter-wrap .filter-item.active .filter-arr{
    background: url("../images/jie-arr-down-on.png") no-repeat;
    background-size: contain;
}

.jb-list{
    padding: 0.2rem 0;
    width: 9.6rem;
    margin: 0 auto;
}
.jb-list>li{
    padding: 0.2rem;
    float: left;
}
.jb-list>li>.item{
    display: block;
    width: 4.4rem;
    height: 5.46667rem;
    background: #fff;
}
.jb-list>li>.item>.pic{
    width: 4.4rem;
    height: 3.066667rem;
    overflow: hidden;
    position: relative;
}
.jb-list>li>.item>.pic>img{
    width: 100%;
    height: 100%;
}
.jb-list>li>.item>.pic>.date{
    position: absolute;
    top: 0.32rem;
    left: 0;
    text-align: center;
    background: #3daff0;
    height: 0.6rem;
    line-height: 0.6rem;
    width: 2.4rem;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    color: #fff;
    font-size: 0.32rem;
}
.jb-list>li>.item>.txt{
    padding: 0 0.24rem;
}
.jb-list>li>.item>.txt>.self{
    height: 0.56rem;
    line-height: 0.56rem;
    position: relative;
}
.jb-list>li>.item>.txt>.self>p{
    font-size: 0.26667rem;
    color: #999999;
    padding-left: 1rem;
}
.jb-list>li>.item>.txt>.self>p>em{
    color: #f99000;
    font-style: normal;
}
.jb-list>li>.item>.txt>.self>img{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -0.4rem;
}
.jb-list>li>.item>.txt>h3{
    padding: 0.24rem 0;
    font-size: 0.37333rem;
    line-height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jb-list>li>.item>.txt>.option>span{
    float: left;
    color: #696969;
    font-size: 0.32rem;
}
.jb-list>li>.item>.txt>.option>span.add-num{
    float: right;
}
.jb-list>li>.item>.txt>.option>span.add-num>em{
    color: #ff9d00;
    font-style: normal;
}
.start-btn-jb{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    text-align: center;
    background: #f39c11;
    font-size: 0.48rem;
}
.start-btn-jb>i{
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.453334rem;
    background: url(../images/write-ico.png) no-repeat;
    background-size: contain;
    margin-right: 0.16rem;
    margin-top: -0.05rem;
}

.layer-filter-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0,0,0,.3);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.layer-filter-title{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    height: 1.17334rem;
    border-bottom: 1px solid #f2f2f2;
}
.layer-filter-title .filter-item{
    width: 50%;
    height: 1.17334rem;
    text-align: center;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.layer-filter-title .filter-item .filter-txt{
    display: inline-block;
    color: #333;
    font-size: 0.4rem;
    max-width: 2.8rem;
    height: 1.17334rem;
    line-height: 1.17334rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.layer-filter-title .filter-item.active .filter-txt{
    color: #2dbb55;
}
.layer-filter-title .filter-item .filter-arr{
    display: inline-block;
    width: 0.29334rem;
    height: 0.16rem;
    background: url("../images/jie-arr-down.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 0.24rem;
}
.layer-filter-title .filter-item.active .filter-arr{
    background: url("../images/jie-arr-up.png") no-repeat;
    background-size: contain;
}
.layer-filter-item{
    position: absolute;
    top: 2.45334rem;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.layer-filter-dest{
    background-color: #f7f7f7;
}
.layer-filter-search{
    padding: 0.4rem 0.3334rem;
    background-color: #fff;
    position: relative;
}
.layer-filter-search .filter-search-wrap{
    background-color: #eaedf1;
    height: 0.85334rem;
    padding: 0.08rem 0.8rem 0.08rem 0.92rem;
    border-radius: 0.85334rem;
    overflow: hidden;
    position: relative;
}
.layer-filter-search.on .filter-search-wrap{
    width: 8.2rem;
}
.layer-filter-search .filter-search-btn{
    position: absolute;
    top: 50%;
    left: 0.2667rem;
    transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background: url("../images/jie-search-ico.png") no-repeat;
    background-size: contain;
}
.layer-filter-search .clear-btn{
    position: absolute;
    top: 50%;
    right: 0.2667rem;
    transform: translateY(-50%);
    width: 0.50667rem;
    height: 0.50667rem;
    background: url("../images/jie-clear-ico.png") no-repeat;
    background-size: contain;
}
.layer-filter-search .cancel-btn{
    position: absolute;
    top: 0.4rem;
    right: 0.3334rem;
    color: #333;
    font-size: 0.4rem;
    width: 0.92rem;
    height: 0.85334rem;
    line-height: 0.85334rem;
    text-align: right;
}
.layer-filter-search .filter-search-wrap>input{
    display: block;
    width: 100%;
    height: 0.69334rem;
    line-height: 0.69334rem;
    font-size: 0.346667rem;
    background-color: transparent;
}
.filter-search-associate{
    position: absolute;
    left: 0;
    right: 0;
    top: 1.25rem;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.search-associate-list{
    padding: 0.26667rem 0.3334rem;
}
.search-associate-list .no-associate-txt,
.search-associate-list .associate-item{
    display: block;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.37334rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-filter-site{
    width: 100%;
}
.layer-filter-site .site-item{
    width: 100%;
}
.layer-filter-site .site-item .site-letter{
    display: block;
    padding: 0 0.3334rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.37334rem;
    background-color: #f7f7f7;
}
.layer-filter-site .site-item .site-list{
    background-color: #fff;
}
.layer-filter-site .site-list li{
    padding: 0 0.3334rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.37334rem;
    border-bottom: 1px solid #efeff4;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.layer-filter-site .site-item:last-child .site-list li:last-child{
    border-bottom: none;
}
.layer-filter-site .site-list li.active{
    color: #2dbb55;
}
.layer-filter-site .site-list li.active>i{
    display: inline-block;
    width: 0.29334rem;
    height: 0.24rem;
    background: url("../images/jie-sel-ico.png") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin: -0.1rem 0 0 0.8667rem;
}
.layer-filter-site .site-location{
    position: fixed;
    right: 0;
    top: 50%;
    width: 2.186667rem;
    padding: 0.14667rem 0;
    margin-top: -4.8rem;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: scale(.5);
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.layer-filter-site .site-location>a{
    display: block;
    padding: 0.14667rem 0;
    text-align: center;
    font-size: 0.53334rem;
    color: #2dbb55;
}
.layer-filter-time{}
.layer-filter-time .filter-time-list{
    padding: 0 0.33334rem;
    background-color: #fff;
}
.layer-filter-time .filter-time-list li{
    height: 1.09334rem;
    line-height: 1.09334rem;
    font-size: 0.37334rem;
    color: #666;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    position: relative;
}
.layer-filter-time .filter-time-list li:last-child{
    border-bottom: 0;
}
.layer-filter-time .filter-time-list li.active{
    color: #2dbb55;
}
.layer-filter-time .filter-time-list li.active>i{
    position: absolute;
    right: 0.3334rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.29334rem;
    height: 0.24rem;
    background: url("../images/jie-sel-ico.png") no-repeat;
    background-size: contain;
}