/*博客详情*/
.left-right-layout {
    max-width: 1200px;
    width: 95%;
    margin: 30px auto;
}
/*底部询盘去除icon*/
.blog-detail-page .acm-inquiry-jump {
    display: none;
}
.long-blog-content{

}
.long-blog-content .long-blog-button{
    display: block;
    padding: 17px 20px;
    border-radius: 10px;
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    width: fit-content;
    min-width: 575px;
    max-width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    transition: 0.3s;
    margin: 40px auto;
    text-decoration:none;
}
.long-blog-content .long-blog-button:hover{
    background-color: #fff;
    color: var(--color);
}
html, body { scroll-behavior:smooth; }
html{
    scroll-padding-top:100px;
}
.anchor-point-box{
    position: sticky;
    height: fit-content;
    top: var(--nav-height);
    z-index: 2;
}
.sub-content-right{
    padding-top: 30px;
}
/* 博客描点*/
.contents-box{
    margin-bottom: 22px;
}
.contents-title{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    cursor: pointer;
    color: #333333;
}
.contents-title svg{
    margin-left: 20px;
}
.contents-title:hover{
    color: var(--color);
}
.contents-ol{
    padding-left: 0;
    margin: 0;
    max-height: 60vh;
    overflow-y: auto;
}
.contents-ol .contents-li{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #B0B0B0;
    word-break: break-word;
    list-style-type: none;
}
.contents-ol .contents-li-children{
    margin-left: 15px;
}
.contents-ol .contents-li-children:nth-last-child(1){
    border-bottom: none;
    padding-bottom: 0;
}
.contents-ol .contents-li a{
    display: inline;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.contents-ol .contents-li a:hover{
    color: var(--color);
    /* border-bottom: 1px solid var(--color); */
}
.contents-box .contents-shadow{
    box-shadow: 0px 1px 4px 0px #00000040;
    border: 1px solid #b7b7b79e;
    margin: 50px 0;
}
.mb-20{
    margin-bottom: 20px;
}

/*上下篇翻页 start*/
.pagenext-btn-box {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 60px;
}
.pagenext-btn-box a {
    max-width: 45%;
}
.pagenext-btn-box a:hover :is(span,p){
    color: var(--color);
}
.pagenext-btn-box a span {
    color: #686868;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 27px;
    text-transform: uppercase;
}
.pagenext-btn-box .next {
    text-align: right;
}
.pagenext-btn-box a p {
    /* font-weight: bold; */
}
.products-mobile-scroll .module-title{
    margin: 60px auto 20px;
}
.last-date{
    font-size: 14px;
    line-height: 26px;
    color: #9BA7B2;
}
.product-subtitle,.read-more{
    display: none;
}
.products-mobile-scroll .product-list .product-item{
    display: flex;
    flex-direction: column;
}
/*上下篇翻页 end*/
.long-blog-content .rich-text .divider-line {
    height: 1px;
    width: 100%;
    background-color: #B7B7B7;
    margin-top: 85px;
    margin-bottom: 63px;
    box-shadow: 0px 1px 2px 0px #0000001A;
}
/*pc*/
@media only screen and (min-width: 1025px){
    .left-right-layout {
        display: flex;
        justify-content: space-between;
    }
    .right-blog-detail {
        width: 65%;
    }
    .centered-wrapper.products-mobile-scroll {
        margin-bottom: 77px;
    }
    /*修改产品列表样式*/
    .blog-detail-page .products-mobile-scroll .content {
        margin: 0;
        width: 100%;
    }
    .blog-detail-page .products-mobile-scroll .product-list .product-item {
        width: 390px;
    }
    .blog-detail-page .products-mobile-scroll .product-list .product-item .content{
        width: auto;
    }
    .products-mobile-scroll .related-content-swiper-button-next,.products-mobile-scroll .related-content-swiper-button-prev{
        top: 230px;
    }
    .centered-wrapper.products-mobile-scroll .product-list{
        flex-wrap: nowrap;
    }
    .product-name-a{
        margin-top: 31px;
    }
    .centered-wrapper.products-mobile-scroll .product-name-a{
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1025px){
    html{
        scroll-padding-top:130px;
    }
    .oc-main-sam-reviews-reply .form-content .form-item textarea{
        margin-top: 0.39rem;
    }
    .contents-title{
        font-size: 0.28rem;
    }
    .contents-title svg{
        width: 0.32rem;
        height: 0.32rem;
        margin-left: 0.22rem;
    }
    .contents-ol .contents-li{
        font-size: 0.22rem;
        line-height: 1;
    }
    .anchor-point-box{
        position: static;
    }
    .prpduct-detail-blog{
        display: none;
    }
    .left-right-layout{
        width: 100%;
        margin: 0;
        padding: 0 0.3rem;
        display: flex;
        flex-direction: column-reverse;
    }
    .long-blog-content .long-blog-button{
        min-width: auto;
        width: 100%;
        padding: 0.2rem 0.3rem;
        border-radius: 0.1rem;
        font-size: 0.22rem;
    }
    .side-subscribe .form-content{
        flex-wrap: wrap;
    }
    .centered-wrapper.products-mobile-scroll{
        width: 100%;
        padding: 0 0.3rem;
    }
    .products-mobile-scroll .product-list{
        flex-direction: column;
    }
    .centered-wrapper.products-mobile-scroll .product-img-a{
        height: 4.59rem;
    }
    .centered-wrapper.products-mobile-scroll .content{
        width: 100%;
    }
    .centered-wrapper.products-mobile-scroll .product-name-a{
        display: block;
        margin-top: 0.4rem;
        font-size: 0.24rem;
        color: #1D1F21;
    }
    .product-subtitle{
        display: block;
        margin-top: 0.14rem;
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.4rem;
        text-align: left;
    }
    .centered-wrapper.products-mobile-scroll .read-more{
        display: block;
        font-size: 0.24rem;
        color: var(--color);
        margin-top: 0.2rem;
        margin-bottom: 0.4rem;
    }
    .centered-wrapper.products-mobile-scroll .module-title{
        margin-top: 0;
    }
    .long-blog-content .rich-text{
        width: 100% !important;
    }
}