
/*产品功能、产品图片*/
.product-function,
.product-images{
    width: calc((100% - 5rem)/2);
}
@media (max-width: 1200px)  {
    .product-function,
    .product-images{
        width: 100%;
    }
    .product-images{
        order: 1;
    }
    .product-function{
        order: 2;
        padding-top: 3rem;
    }
}
.product-title{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e3e3e3;
}
.product-title p{
    padding-bottom: 1rem;
    color: #00a0e9;
}
.gallery{
    width: 70%;
}
.thumbs{
    height: 5.6rem;
}
.thumbs .swiper-slide{
    width: 5.6rem !important;
    height: 5.6rem;
}
.swiper-slide-thumb-active img{
    border: #e3e3e3 1px solid;
}
.modal .gallery{
    width: 50%;
}

/*产品认证*/
.product-auth{

}
.product-auth img{
    width: 5rem;
    margin-right: 2rem;
}
/*购买按钮*/
.buy-btn-group{
}
.buy-btn-group a{
    display: inline-block;
    width: calc((100% - 2rem)/2);
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
}
.buy-btn-group a.tmall{
    background: #f68c40;
}
.buy-btn-group a.tmall:hover{
    background: #fc9e5b;
}
.buy-btn-group a.jd{
    background: #f66565;
}
.buy-btn-group a.jd:hover{
    background: #ff8484;
}

/*产品模型详情*/
.product-model-detail .left{
    width: 20rem;
    font-size: 2.4rem;
}
.product-model-detail .right img{
    width: 35%;
}
@media (max-width: 1200px)  {
    .product-model-detail .left,
    .product-model-detail .right{
        width: 100%;
    }
    .product-model-detail .right{
        margin-top: 2rem;
    }
    .product-model-detail .right  img{
        width: 100%;
    }
}

/**产品下载 */
.product-model-download li{
    margin-right: 10rem;
}
.product-model-download li a{
    border: 1px solid #e6e4e4;
    margin-left: 3rem;
    padding: 0 3rem;
    text-align: center;
    color: #0a7dd1;
}
.product-model-download li a.disabled{
    background: #f7f8fa;
    pointer-events: none;
    color: #cbcbcb;
}
@media (max-width: 1200px)  {
    .product-model-download li{
        width: 100%;
        margin: 0 0 2rem;
    }
}
