.sales-img {
    width: 670px;
    height: 244px;
    display: block;
}

@media screen and (max-width:767px) {
    .layui-layer-setwin .layui-layer-close2{
        right: -6px!important;
    }
    .sales-img {
        width: 90%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}
.desc-content{line-height:2.2;}
.desc-content>*+*{margin-top:10px;}
.desc-content img{max-width:100%;height:auto!important;display:block;}
.team-wrapper{margin-top:20px;}
.team-wrapper .team-item{margin:0 10px;}

.product-variant-other label{margin-top:5px;}
.product-variant-other #change-size-one label{min-width:185px;}


.product-img-thumb .img-thumb-wrapper{outline:1px solid #CCC;}

.product-page .common-slider .slick-list{margin:0 0;}
.product-page .common-slider .slick-slide{margin:0 0;}

.product-img-thumb .img-thumb-slider .img-thumb-wrapper{
    width:100%;
    padding-bottom:128.7%;
    position:relative;
}
.product-img-thumb .img-thumb-slider .slick-slide .img-thumb-wrapper img{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    object-fit:cover;
}
