/*产品详情介绍*/
.detail-introduce-content {
    margin: auto;
}
.detail-introduce-content {
    display: flex;
}
.detail-introduce-left {
    flex-grow: 1;
    box-sizing: border-box;
}
.detail-introduce-right {
    width: 450px;
    flex-shrink: 0;
}
.detail-introduce-content .detail-introduce-left{
    width: calc(100% - 310px);
}
.new-introduce-right.detail-introduce-right{
    width: 310px;
}
.detail-introduce-right .acm-form-inquiry{
    margin-bottom: 50px;
}
.prpduct-detail-blog .featured-products-title{
    font-size: 20px;
    font-weight: 700;
    line-height: 26.6px;
    text-align: left;
    margin-bottom: 17px;
}
.prpduct-detail-blog .featured-products-swiper img{
    height: 193.28px;
}
.featured-products-next,.featured-products-prev{
    top:88px !important;
}
.productdetails{
    background-color: #F9F9F9 !important;
}
.oc-featured-banner-wrapper.bg-featured-product .oc-featured-banner-content{
    height: 730px;
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1024px)and (max-width:1360px){
    .g-recaptcha{
        transform-origin: left center;
        transform: scale(0.9);
    }
}
/*pc*/
@media only screen and (min-width: 1025px){
    .detail-introduce-left {
        padding-right: 40px;
    }
    .detail-introduce-content {
        width: 1200px;
        max-width: 100%;
    }
    h1{
        margin-top: 0;
    }
}
/*mobile*/
@media only screen and (max-width: 1024px){
    .product-describe-right .productSwiper .swiper-horizontal>.swiper-pagination-bullets{
        bottom:0;
    }
    .product-describe-right .productSwiper{
        --swiper-pagination-color:var(--color);
        --swiper-pagination-bullet-inactive-color:var(--color);
        padding-bottom: 0.9rem;
    }
    .detail-introduce-content {
        width: 100%;
        padding: 0 0.3rem;
    }
    .detail-introduce-right {
        display: none;
    }
    .product-describe-right{
        width: 6.9rem;
    }
    .bg-featured-product.oc-featured-banner-wrapper .cutting-swiper-pagination{
        display: flex;
    }
    .bg-featured-product.oc-featured-banner-wrapper{
        width: 6.9rem;
        padding: 0;
    }
    .bg-featured-product.oc-featured-banner-wrapper .oc-featured-banner-content{
        height: 15rem;
        padding-bottom: 0.7rem;
    }
    .bg-featured-product.oc-featured-banner-wrapper .oc-featured-banner-img{
        height: 2.85rem;
    }
    .bg-featured-product .oc-featured-banner-content .swiper-next, .bg-featured-product .oc-featured-banner-content .swiper-prev{
        display: none;
    }
}
