st{
    background-color: #f3f3f3;
}
.zt-list ul{
    padding: 0 0.4rem 0;
    background-color: #fff;
}
.zt-list li{
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}
.zt-list li:last-child{
    border-bottom: 0;
}
.zt-list li a{
    display: -webkit-box;
    display: box;
    width: 9.2rem;
    padding: 0.4rem 0;
}
.zt-list li .pic{
    width: 2.9334rem;
    height: 2rem;
    background-color: #e7e7e7;
    overflow: hidden;
    position: relative;
}
.zt-list li .pic img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.zt-list .info{
    -webkit-box-flex: 1;
    box-flex: 1;
    width: 5.86rem;
    background-color: #fff;
    margin-left: 0.4rem;
}
.zt-list .info .tit{
    font-size: 0.37334rem;
    width: 100%;
    height: 0.96rem;
    line-height: 0.48rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zt-list .info .time{
    width:100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.32rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.6rem;
}
/*加载中*/
.loading-wrap{
    padding: 0.2667rem 0;
    text-align: center;
}
.loading-wrap .loading-ico{
    display: inline-block;
    width: 0.42667rem;
    height:0.42667rem;
    background: url("/res/images/loading.gif") no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -0.03rem;
}
.loading-wrap>p{
    display: inline-block;
    font-size: 0.37334rem;
    color: #323232;
    line-height: 0.56rem;
    vertical-align: middle;
}
/*列表加载完*/
.list-end{
    font-size: 0.37333rem;
    color: #969696;
    line-height: 0.56rem;
    padding: 0.2667rem 0;
    text-align: center;
}
/*没有找到对应的产品*/
.no-find-pro{
    font-size: 0.37333rem;
    color: #c8c8c8;
    line-height: 0.53334rem;
    padding: 0.2667rem 0.4rem;
    text-align: center;
}
.back-home {
    position: absolute;
    left: 0.48rem;
    top: 0.48rem;
    width: 0.96rem;
    height: 0.96rem;
    border-radius: 0.56rem;
    background: #0000004d url("/plugins/outdoor/public/mobile/images/back-white.png") 0.32rem center no-repeat;
    background-size: 0.24rem;
    z-index: 999;
}
.header{
    width: 10rem;
}
.header img{
    width: 100%;
    height: 100%;
}
.header .swiper-container{
    width: 10rem;
    height: 13.3333rem;
    border-radius: 0 0 0.32rem 0.32rem;
}
.header .reason{
    position: relative;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    text-align: center;
    margin: -0.72rem 0.24rem 0.24rem;
    padding: 0.32rem;
    border-radius: 0.24rem;
    border: 1px solid #ebebeb;
}
.header .reason h3{
    color: #00355f;
    margin: 0.32rem;
    font-weight: 700;
    font-size: 0.56rem;
}
.header .reason .reason-item{
    width: 2.64rem;
    margin: 0.24rem  0;
}
.header .reason .reason-item .title{
    color: #133547;
    font-size: 0.48rem;
    line-height: 0.8rem;
}
.header .reason .reason-item .content{
    color: #999;
    font-size: 0.32rem;
}
.body{
    margin: 0.24rem;
    font-size: 0.373333rem;
    color: #333;
}
.body .body-item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.body .body-item .items{
    width: 9.52rem;
    overflow: hidden;
    margin-bottom: 0.32rem;
    box-shadow: 1px 1px 6px 1px #ccc;
    border-radius: 0.16rem;
    background-color: #fff;
}
.body .body-item .items:last-child{margin-bottom: 0;}
.body .body-item .items .pic{
    width: 9.52rem;
    height: 5.333334rem;
    overflow: hidden;
}
.body .body-item .items img{
    width: 100%;
}
.body .body-item .items .info{
    margin: 0.32rem;
}
.body .body-item .items .info .title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.56rem;
    font-size: 0.426666rem;
    font-weight: 700;
    overflow: hidden;
}
.body .body-item .items .info .dest{
    color: #999;
    margin: 0.16rem 0;
}
.body .body-item .items .info .price{
    color: #ff6b1a;
    font-size: 0.32rem;
    overflow: hidden;
}
.body .body-item .items .price strong{
    font-size: 0.48rem;
    margin-right: 2px;
}
.body .body-item .items .member{
    display: flex;
    height: 1rem;
    padding: 0 0.24rem 0.24rem;
}
.body .body-item .items .member .head{
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.body .body-item .items .sum{
    padding: 0 0.24rem;
    line-height: 0.76rem;
    width: 3.48rem;
    color: #666;
}
.body .body-item .items .sum span{
    display: inline-block;
    width: 50%;
    text-align: right;
}
.body .body-item .items .sum span .fa{
    margin-right: 0.08rem;
}
/*.body .body-item .items .member .nickname{padding: 0 0.24rem;line-height: 0.76rem;}*/
.footer{
    position: fixed;
    bottom: 0;
    width: 10rem;
    border-top: 1px solid #eee;
    background-color: #f3f3f3;
}
.footer .sub{
    color: #fff;
    margin: 0.24rem auto;
    text-align: center;
    display: block;
    font-size: 0.453333rem;
    border-radius: 0.5rem;
    background: #FF5722;
    width: 6rem;
    line-height: 1rem;
    text-decoration: none;
}
