.oc-product-category-rich{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.oc-product-category-rich :is(.rich-text,.product-files-wrapper,.cutting-faq-box){
    width: 100%;
    margin-bottom: 33px;
}
.oc-product-category-rich-left{
    width: 894px !important;
    display: flex;
    flex-direction: column;
}
.oc-product-category-rich-tit-h1{
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: left;
    color: #333333;
    width: 1199px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.oc-product-category-rich-tit-h11{
    font-family: Helvetica;
    font-size: 32px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: left;
    color: #333333;
    width: 1199px;
    margin: 0 auto;
    margin-bottom: 17px;
}
.oc-product-category-rich-tit-img{
    margin-bottom: 19px;
}
.oc-product-category-rich-right{
    width: 335px;
    margin-left: 30px;
    position: sticky;
    top: var(--nav-height);
    z-index: 2;
    background-color: #fff;
    padding-bottom: 40px;
}
.category-rich-right-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 21.28px;
    text-align: center;
    color: #333333;
    margin: 20px auto 11px;
}
.g-recaptcha{
    transform: scale(0.9);
    transform-origin: left;
}
.oc-product-category-rich-rights{
    width: 285px;
}
@media only screen and (max-width: 1380px) {
    .g-recaptcha{
        transform: scale(0.8);
        transform-origin: left;
    }
}
@media only screen and (max-width: 1200px) {
    .g-recaptcha{
        transform: scale(0.7);
        transform-origin: left;
    }
}
/*mobile*/
@media only screen and (max-width: 1024px) {
    .oc-product-category-rich :is(.rich-text,.product-files-wrapper,.cutting-faq-box){
        margin-bottom: 0.25rem;
    }
    .oc-product-category-rich{
        flex-direction: column-reverse;
        padding-top: 0.1rem;
    }
    .oc-product-category-rich-right{
        position: static;
        padding: 0 0.3rem;
        margin: 0;
        margin-bottom: 0.4rem;
        width: 100%;
        box-sizing: border-box;
    }
    .oc-product-category-rich-left{
        padding: 0 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }
    .oc-product-category-rich-tit-h1{
        padding: 0 0.3rem;
        width: 100%;
    }
    .oc-product-category-rich-tit-h11{
        width: 100%;
    }
    .oc-product-category-rich-tit-img{
        margin-bottom: 0.25rem;
        width: 100%;
    }
}