::-webkit-scrollbar{
    width:0px
}
body{
    background-color: #f7f7f7;
}
.evaluate-box{
    background-color: #fff;
}
.evaluate {
    background: url(../img/ico10.png) no-repeat center;
    width: 1.7rem;
    height: 1.61rem;
    background-size: cover;
    display: block;
    position: fixed;
    bottom: 0.6rem;
    right: 0.4rem;
    z-index: 5;
}
.evaluate-box .cust-evaluate-box:last-child .cust-evaluate-item{
    border-bottom:none;
}
.cust-evaluate-box{
    padding:0.3rem 0.3rem 0 0.3rem;
}

.cust-evaluate-item{
    width:5.9rem;
    padding-bottom: 0.33rem;
    border-bottom:0.01rem dashed #ccc;
    box-sizing: border-box;
}
.cust-name-box{
    margin-bottom: 0.1rem;
}
.cust-star-evaluate{
    margin-bottom: 0.3rem;
}
.cust-star-box{
    margin-right: 0.2rem;
}
.cust-star-box span{
    background: url("../img/ico22.png") no-repeat center;
    width:0.24rem;
    height:0.23rem;
    background-size: cover;
    float: left;
    margin-right: 0.06rem;
}
.cust-label-box{
    margin-bottom: 0.34rem;
}
.cust-star-box span.cur{
    background: url("../img/ico23.png") no-repeat center;
    width:0.24rem;
    height:0.23rem;
    background-size: cover;
    float: left;
    margin-right: 0.06rem;
}
.cust-img{
    width:0.8rem;
    height:0.8rem;
}
.cust-name{
    font-size: 0.3rem;
    color: #222;
    line-height: 1;
}
.cust-time{
    font-size: 0.2rem;
    color: #999;
}
.cust-good{
    color:#f95355;
    font-size: 0.22rem;
    line-height: 1;
}
.cust-label{
    padding:0.06rem 0.22rem;
    border:0.01rem solid #4285f4;
    box-sizing: border-box;
    line-height: 1;
    font-size: 0.2rem;
    color: #4285f4;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
}
.cust-evaluate{
    line-height: 0.4rem;
    font-size: 0.26rem;
    color: #666;
    margin-bottom: 0.24rem;
    display: block;
}
.cust-evaluate-img{
    width:1.4rem;
    height:1.4rem;
}
.cust-evaluate-img:nth-child(4n){
    margin-right: 0rem;
}
.cust-evaluate-img-box{
    width:102%;
    overflow-x: auto;
}
.cust-evaluate-img-inbox{
    width: 1.4rem;
    float: left;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
}

/*图片放大*/
.zl-layer-box{
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    z-index: 42;
    display: none;
}
.layer-box2{
    background: rgba(0,0,0,.8);
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 22;
}
.middle-banner{
    position: absolute;
    top:2rem;
    left:0;
    z-index: 100;
    width:100%;
    height:auto;
}
.middle-banner .swiper-wrapper .swiper-slide {
    width: 4.8rem!important;
    <!-- height:6.5rem; -->
}

.middle-banner .swiper-wrapper .swiper-slide.swiper-slide-next{
    transform: scale(0.85);
}
.middle-banner .swiper-wrapper .swiper-slide.swiper-slide-next img{
    transform: scale(0.85);
}
.middle-banner .swiper-wrapper .swiper-slide.swiper-slide-prev{
    transform: scale(0.85);
}
.middle-banner .swiper-wrapper .swiper-slide.swiper-slide-prev img{
    transform: scale(0.85);
}
.middle-banner .swiper-wrapper .swiper-slide img{
    width: 4.8rem;
    <!-- height: 4.8rem; -->
}
.middle-banner-name{
    font-size: 0.36rem;
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 0.78rem;
}
.zl-layer-close{
    background: url("../img/ico18.png") no-repeat center;
    width:0.48rem;
    height:0.48rem;
    background-size: cover;
    display: block;
    position: absolute;
    left:50%;
    bottom:1.2rem;
    margin-left: -0.24rem;
    z-index: 30;
}
.head-banner {
    height:4.2rem;
}