/* 单独针对右侧询盘样式调整 */


.product-describe-wrapper {
    font-family: Helvetica;
}
.product-describe-content {
    margin: auto;
}
.product-describe-wrapper .product-title {
    color: #1D1F21;
    font-weight: bold;
    /*font-size: 28px;*/
    margin: 20px auto 20px;
}
/*产品参数描述和图片展示 start*/
.product-parameter li{
    border: 1px solid #98C4EB;
    box-sizing: border-box;
    border-bottom: none;
    display: flex;
    font-size: 14px;
}
.product-parameter li:last-child {
    border-bottom: 1px solid #98C4EB;
}
.product-parameter li span {
    display: inline-block;
    padding: 18px 22px;
}
.product-parameter li .parameter-title {
    border-right: 1px solid #98C4EB;
    background: rgba(30,115,189, 0.1);
    width: 38%;
    flex-shrink: 0;
}
.product-parameter li:nth-of-type(even) .parameter-value {
    background: rgba(30,115,189, 0.04);
    width: 60%;
    flex-grow: 1;
}
.product-describe-right {
}
.product-describe-right .swiper-wrapper a{
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.product-describe-right .swiper-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease-out;
}
.product-describe-right :is(.swiper-button-next, .swiper-button-prev){
    --swiper-navigation-size:25px;
    width: 30px;
    height: 30px;
    color: #fff;
    transform: translateY(calc(-50% - 30px));
}
.product-describe-right :is(.swiper-button-next, .swiper-button-prev):hover{
    color: var(--color);
}
/* 轮播图缩略图 */
.product-swiper-thumbs{
    margin-top: 12px;
}
.product-swiper-thumbs .swiper-slide{
    width: 73px;
    height: 60px;
    border: 1px solid transparent;
    cursor: pointer;
}
.product-swiper-thumbs #thumbs .swiper-slide-thumb-active{
    border: 1px solid var(--color);
}
.swiper-thumbs-item img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: contain;
}
.product-describe-btns{
    display: flex;
    gap: 6px;
    margin-top: 25px;
}
.product-describe-btns>div{
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 44px;
    font-size: 14px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.3s;
}
.product-describe-right .productSwiper {
    height: auto !important;
}
.product-describe-btns>div svg{
    margin-right: 7px;
    font-size: 24px;
}
.product-describe-btns .detail-btn{
    border-color: #848E98;
    color: #848E98;
    background-color: #fff;
    width: 122px;
}
.product-describe-btns .detail-btn:hover{
    background-color: var(--color);
    border-color: var(--color);
    color: #fff;
}
.product-describe-btns .email-btn{
    background-color: var(--color);
    border-color: var(--color);
    color: #fff;
    width: 144px;
}
.product-describe-btns .email-btn:hover{
    border-color: #848E98;
    color: #848E98;
    background-color: #fff;
}
/* .product-describe-right .swiper-slide:hover img {
    transform: scale(1.2);
    transition: all 0.4s;
} */
/*产品参数描述和图片展示 end*/
/*pc*/
@media only screen and (min-width: 1025px){
    .swiper-pagination{
        display: none;
    }
    .product-describe-content {
        display: flex;
        justify-content: space-between;
        margin-bottom: 33px;
    }
    /*产品参数描述和图片展示 start*/
    .product-describe-left {
        flex: 1;
        padding-right: 51px;
    }
    .product-describe-right {
        width: 387px;
    }
    .product-describe-right .productSwiper>.swiper-wrapper{
        height: 332px;
    }
        /*产品参数描述和图片展示 end*/
}

/*特殊尺寸处理*/
@media only screen and (min-width: 750px)and (max-width:1025px){}

/*mobile*/
@media only screen and (max-width: 1024px) {
    .product-describe-btns>div{
        height: 0.54rem;
        border-radius: 0.06rem;
        font-size: 0.2rem;
        padding: 0 0.14rem;
    }
    .product-describe-btns>div svg{
        font-size: 0.24rem;
        margin-right: 0.08rem;
    }
    .product-describe-btns .detail-btn{
        width: 1.71rem;
    }
    .modules-product-details .rich-text{
        width: 100%;
    }
    .file-action{
        margin-left: 2em;
    }
    .product-describe-btns .email-btn{
        width: 1.76rem;
    }
    .product-swiper-thumbs{
        display: none;
    }
    .swiper-backface-hidden .swiper-slide{
        height: auto;
    }
    .product-describe-right .swiper-wrapper img{
        object-fit: cover;
    }
    .product-parameter li span{
        padding: 0.14rem 0.25rem;
        font-size: 0.2rem;
        line-height: 1.6;
        word-break: break-all;
    }
    .product-describe-content {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 0.38rem;
    }
    .product-describe-right {
        margin: 0.25rem 0 0;
    }
    .product-describe-wrapper .product-title {
        font-size: 0.32rem;
        margin: 0.3rem 0.3rem 0;
    }
    .product-parameter li .parameter-title {
        width: 34%;
    }
    .product-parameter {
        font-size: 12px;
    }

}
@media only screen and (max-width: 750px){
    .swiper-button-next, .swiper-button-prev {
        display: none!important;
    }
}
