.product-detail .mySwiper2 img{
    display: block;
    width: 100%;
    max-height: 400px!important;
    object-fit: contain;
}

.product-detail .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-detail .picture{
    margin: 50px 0;
    border-bottom: 1px dashed #eee;
}

.product-detail .thumbsSlider{
    margin: 10px 0;
}
.product-detail .thumbsSlider .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.product-detail .info{
    padding: 10% 0;
}
@media (max-width: 790px) {
    .product-detail .info{
        padding: 0;
    }
    .product-detail .picture{
        margin: 10px 0;
    }
}
.product-detail .thumbsSlider .swiper-slide-thumb-active {
    opacity: 1;
}
.product-detail .info .title{
    font-weight: bold;
    margin: 10px 0;
    margin-bottom: 20px;
}
.product-detail .info .item{
    margin: 10px 0;
    font-size: 16px;
}

.product-detail .info .item button{
    background-color: #35b9f1;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 20px;
}
.product-detail .info .item .attr{
    font-weight: bold;
}
.product-detail .detail-content {
    font-size: 16px;
    /*border-bottom: 1px solid #eee;*/
}
.product-detail .detail-content .title{
    font-weight: bold;
}
.product-detail .content-p{
    color: #666;
    word-wrap: break-word;
    line-height: 2;
}

.thumbsSlider img{
    max-height: 50px!important;
    width: 100%;
    object-fit: contain!important;
}