/*产品展示 左图右文案*/
/*common*/
.product-img-text-wrapper {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}
.product-img-text-wrapper .product-img-text .main-btn{
    margin-left: 0;
    margin-top: 23px;
}
.product-img-text {
    display: flex;
    width: 100%;
    margin-bottom: 33px;
}
.product-img-text-wrapper .product-title {
    color: #1D1F21;
    font-weight: bold;
}
.product-img-text .product-img-text-img {
    margin-left: 20px;
}
.product-category-wrapper{
    display: flex;
    gap: 20px;
    margin-bottom: 80px;
}
.product-category-wrapper .detail-introduce-right{
    width: 300px;
}
.product-category-wrapper .product-category-left{
    width: calc(100% - 300px);
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1025px)and (max-width:1400px){
    .product-category-wrapper .detail-introduce-right .g-recaptcha{
        transform: scale(0.8);
        transform-origin: left;
    }
}
/*pc*/
@media only screen and (min-width: 1025px){
    .product-img-text-wrapper .product-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .product-img-text {
        justify-content: space-between;

    }
    .product-img-text .product-img-text-img {
        width:387px;
        display: inline-block;
        height: 322px;
        flex-shrink: 0;
        border: 1px solid #50a56d7d;
    }
    .product-img-text .rich-text {
        flex-grow: 1;
    }

}

/*特殊尺寸处理*/
@media only screen and (min-width: 750px)and (max-width:1025px){}

/*mobile*/
@media only screen and (max-width: 1024px) {
    .product-category-wrapper .product-category-left{
        width: 100%;
    }
    .product-img-text-wrapper{
        width: 100%;
        padding: 0 0.3rem;
    }
    .product-img-text-wrapper .product-title {
        font-size: 0.32rem;
        line-height: 0.42rem;
        margin-bottom: 0.26rem;
    }
    .rich-text{
        width: 100%;
    }
    .product-img-text {
        flex-direction: column-reverse;
    }
    .product-img-text .rich-text {
        margin-top: 20px;
    }
    .product-category-wrapper .detail-introduce-right{
        display: none;
    }
    .product-img-text .product-img-text-img{
        margin-left: 0;
        height: 5.92rem;
    }
    .product-category-wrapper{
        margin-bottom: 0.71rem;
    }
}
