﻿.sam-blog-detail .blog-detail-image img {
    width: 100%;
    height: 6.8rem;
    object-fit: cover;
}

.sam-blog-detail .blog-detail-content {
    line-height: 0.35rem;
}
.color-red{
    color: red;
    font-size:0.18rem;
    margin-top: 0.1rem;
}
.sam-blog-detail .blog-detail-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.2rem;
    line-height: 0.35rem;
    color: #333333;
    margin: 0.2rem 0;
}

.blog-detail-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #797979;
    display: flex;
    justify-content: space-between;
    margin-top: 0.62rem;
}

.blog-detail-btn .blog-detail-next-btn a {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    text-align: right;
}

.blog-detail-btn .blog-detail-previous-btn a {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.blog-detail-btn .blog-btn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #797979;
}

.blog-detail-btn .previous-blog {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 0.20rem;
    line-height: 0.25rem;
    color: #333;
}

.blog-detail-previous-btn .blog-btn {
    color: #333;
}
.blog-detail-btn .blog-detail-previous-btn a:hover .blog-btn,.blog-detail-btn .blog-detail-previous-btn a:hover .previous-blog{
    color: #2F67B3;
}
.blog-detail-btn .next-blog {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 0.20rem;
    line-height: 0.25rem;
    color: #333333;
}

.blog-detail-title {
    display: none;
}

.oc-sam-breadcrumb-banner-collect .breadcrumb{
    padding: 0 1.75rem 0.45rem 1.1rem;
}
html{
    scroll-padding-top:0.7rem;
}
.right-content{
    padding-left: 0.3rem;
}
.contents-title{
    display: flex;
    align-items: center;
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.36rem;
    margin-bottom: 0.26rem;
    cursor: pointer;
    color: #333333;


    font-family: 'Anton';
    font-style: normal;
}
.contents-title svg{
    margin-left: 0.2rem;
}
.contents-title:hover{
    color: #2F67B3;
}
.contents-ol{
    max-height: 60vh;
    overflow-y: auto;
    display: none;
}
.contents-ol .contents-li{
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.35rem;
    margin-bottom: 0.2rem;
    word-break: break-word;
    list-style-type: none;
}
.contents-ol .contents-li-children{
    margin-left: 0.25rem;
    margin-top: 0.2rem;
    margin-bottom: 0;
}
.contents-ol .contents-li a{
    display: inline;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    word-break: keep-all;
}
.contents-ol .contents-li a:hover{
    color: #2F67B3;
    border-bottom: 1px solid #2F67B3;
}
.contents-box .contents-shadow{
    border-top: 1px solid #797979;
    margin: 0.5rem 0;
}
.powder-breadcrumb-pc{
    display: block;
}
.powder-breadcrumb-mobile{
    display: none;
}
.related-list-products{
    margin-bottom: 0.48rem;
}
.related-list-products .related-list-products-title{
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    letter-spacing: 0.03em;
    color: #333333;
    margin-bottom: 0.45rem;
}
.oc-powder-applicatlons-wrapper-box-cards-xian{
    border-bottom: 0.01rem solid #666666;
    height: 0.01rem;
    box-shadow: 0px 0.01rem 0.02rem 0px #0000001A;
    margin-bottom: 0.82rem;
    margin-top: 0.86rem;
}
.related-list-products .related-list-products-box .related-list-list-item{

    display: flex;
    flex-direction: column;
}
.related-list-products .related-list-products-box .related-list-list-item img{
    width: 100%;
    height: 1.9531rem;
    margin-bottom: 0.1369rem;
}
.related-list-products .related-list-products-box .related-list-list-item .related-list-products-title-p{
    font-family: Roboto;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.2109rem;
    margin-bottom: 0.21rem;
    color: #6F6F6F;

}
.related-list-products .related-list-products-box .related-list-list-item .related-list-products-title-p:hover{
    color: #2C63A0;

}
.popular-posts-mobile,.related-list-products-posts-mobile{
    display: none;
}
.blog-inqury-wrapper-sdl-pc{
    display: block;
    margin: initial !important;
}

.blog-inqury-wrapper-sdl-mobile{
    display: none;
}

.long-blog-content .rich-text h2{
    margin: 0.12rem 0;
    font-family: Avenir;
    font-size: 0.36rem;
    font-weight: 800;
    line-height: 0.66rem;
}
.long-blog-content .long-blog-button{
    display: block;
    border-radius: 0.1rem;
    background-color: #2C63A0;
    border: 0.01rem solid #2C63A0;
    color: #fff;
    width: fit-content;
    min-width: 6.25rem;
    max-width: 100%;
    text-align: center;
    transition: 0.3s;
    margin: 0.58rem auto;
    text-decoration: none;
    font-family: Roboto;
    font-size: 0.2rem;
    font-weight: 500;
    height: 0.59rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.long-blog-content .long-blog-button svg{
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.12rem;
    opacity: 0;
}
.long-blog-content .long-blog-button:hover svg{
    opacity: 1;
}
/* .long-blog-content .long-blog-button:hover{
    background-color: #fff;
    color: #2C63A0;
    text-decoration: none;
} */

.long-blog-content .rich-text .divider-line{
    height: 0.01rem;
    width: 100%;
    background-color: #B7B7B7;
    margin-top: 0.85rem;
    margin-bottom: 0.63rem;
    box-shadow: 0px 0.01rem 0.02rem 0px #0000001A;

}
/* 品牌信息的展示 */
.blog-detail-brand-info-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 0.3349rem;
}
.blog-detail-brand-info-left .blog-detail-brand-info-left-content{
    border-radius: 0.12rem;
    padding: 0.58rem 0.6rem 0.5539rem 0.6rem;
    background: #2C63A0;
}
.blog-detail-brand-info-left-content .blog-detail-brand-info-left-content-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-detail-brand-info-left-content-top .blog-detail-brand-info-left-content-top-left{
    width: 3.51rem;
    height: 0.59rem;
}
.blog-detail-brand-info-left-content-top .blog-detail-brand-info-left-content-top-right{
    width: 1.44rem;
    height: 0.48rem;
    border-radius: 0.1rem;
    background: #333333;
    font-family: Roboto;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.48rem;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    cursor: pointer;
}
.blog-detail-brand-info-left-content-top .blog-detail-brand-info-left-content-top-right:hover{
    color: #2C63A0;
    background:#fff;
}
.blog-detail-brand-info-left-content .blog-detail-brand-info-left-content-p{
    font-family: Roboto;
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.35rem;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    margin-top: 0.3rem;
    word-break: keep-all;
}
.blog-detail-brand-info-left-content  .blog-detail-brand-info-left-icon-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.2539rem;
    margin-top: 0.2rem;
}
.blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li{
    display: flex;
}
/* .blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li:hover > svg path{
    fill:#2C63A0;

} */
.blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a{
display: flex;

}
.blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a > svg{
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
}
.blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a:hover > div{
    /* color: #2C63A0; */
    text-decoration: underline;
}
.blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a > div{
    width: 4.0124rem;
    font-family: Roboto;
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.35rem;
    text-align: left;
    word-break: keep-all;
    color: #fff;
}
.blog-detail-brand-info-left .blog-detail-brand-info-left-icon{
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.28rem;
    justify-content: flex-end;
    color: #2C63A0;
    margin-top: 0.34rem;
}
.blog-detail-brand-info-left .blog-detail-brand-info-left-icon svg{
    width: 0.24rem;
    height: 0.24rem;
}
.blog-detail-brand-info-left-icon .blog-detail-brand-info-left-icon-text{
    margin-left: 0.1286rem;
}
.blog-detail-brand-info-left-icon .blog-detail-brand-info-left-icon-share{
    column-gap: 0.2462rem;
    display: flex;
    margin-left: 0.159rem;

}

.blog-detail-brand-info-left-icon-share-a{
    display: flex;
    align-items: center;
}
.blog-detail-brand-info-left-icon-share-a svg,.blog-detail-brand-info-left-icon-share-a img{
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
}
.blog-detail-brand-info-left-icon-share-a svg:hover path{
    fill: #2C63A0;
}
.blog-detail-brand-info-left-icon .blog-detail-brand-info-left-icon-share svg{
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
}
@media screen and (max-width: 1025px) {

    html{
        scroll-padding-top:0.9rem;
    }
    .related-list-products-posts-mobile{
        margin-bottom: 1.58rem;
    }
    .blog-inqury-wrapper-sdl-pc{
        display: none;
    }
    .blog-inqury-wrapper-sdl-mobile{
        display: block;
        margin-top: 1.62rem !important;
    }
    .popular-posts-mobile,.related-list-products-posts-mobile{
        display: block;
        padding: 0 0.34rem;
    }
    .related-list-products .related-list-products-box .related-list-list-item .related-list-products-title-p{
        margin-bottom: 0.47rem;
    }
    .oc-powder-applicatlons-wrapper-box-cards-xian{
        display: none;
    }
    .related-list-products-posts-mobile .related-list-products-title{
        text-align: center;
    }
    .related-list-products-posts-mobile .related-list-products-box .related-list-list-item img{
        height: 4.56rem;
    }
    .popular-posts-mobile .posts-title{
        font-family: Anton;
        font-size: 0.4rem;
        font-weight: 400;
        line-height: 0.3rem;
        letter-spacing: 0.03em;
        text-align: center;
        margin-bottom: 0.67rem;

    }
    .popular-posts-mobile .post-item {
        display: flex;
        align-items: center;
    }
    .popular-posts-mobile .post-item .post-image img{
        width: 3.5rem;
        height: 2.21rem;
        margin-right: 0.23rem;
    }
    .popular-posts-mobile .post-item .post-title{
        font-family: Roboto;
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.4rem;

        color: #333333;
    }
    .powder-breadcrumb-pc{
        display: none !important;
    }
    .powder-breadcrumb-mobile{
        display: block !important;
        margin-top: 1.1rem;
    }
    .oc-sam-breadcrumb-banner-collect .breadcrumb{
        padding: 0 1.75rem 0 0.34rem;
    }
    .left-right-layout2{
        flex-direction: column-reverse;
    }
    .powder-breadcrumb-mobile-h2{
        font-family: Anton;
        font-size: 0.48rem;
        font-weight: 400;
        line-height: 0.72rem;
        word-break: break-all;
    }
    .powder-breadcrumb-mobile .contents-box{
        margin-top: 0.39rem;
    }
    .left-right-layout2 .right-content{
        border: none;
        padding-left: 0;
        /* display: block; */
        width: 100%;
        padding-bottom: 0.71rem;
    }
    .contents-shadow{
        display: none;
    }
    .contents-box .contents-ol{
        padding: 0.26rem 0.16rem;
        box-shadow: 0px 1px 4px 0px #00000040;
        background-color: #2C63A0;
    }
    .contents-box .contents-ol .contents-li{
        font-size: 0.28rem;
        color: #fff;
        margin-bottom: 0.37rem;
        margin-left: 0.35rem;
    }
    .contents-ol .contents-li a:hover{
        border-color: transparent;
        color: #fff;
    }
    .contents-box .contents-ol .contents-li:active{
        color: #fff;
    }
    .contents-box .contents-ol .contents-li:nth-last-child(1){
        margin-bottom: 0;
    }


    .blog-detail-title {
        display: block;
        font-family: 'Anton';
        font-style: normal;
        font-weight: 400;
        text-align: center;
        font-size: 0.48rem;
        line-height: 0.63rem;
        color: #505A60;
    }

    .sam-blog-detail .blog-detail-image img {
        height: 4.22rem;
    }

    .sam-blog-detail .blog-detail-content p {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .blog-detail-previous-btn,
    .blog-detail-next-btn {
        width: 2.15rem;
        font-size: 0.24rem;
    }
    .long-blog-content .rich-text{
        width: 100% !important;
    }
    .long-blog-content .rich-text h2{
        font-size: 0.36rem;
        font-weight: 800;
        line-height: 0.36rem;
    }
    .color-red{
        color: red;
        font-size:0.24rem !important;
    }
    .long-blog-content .long-blog-button{
        font-size: 0.24rem;
        font-weight: 500;
        width: 100%;
        height: 0.82rem;
        text-align: center;
        margin: 0.44rem auto;
    }
    .long-blog-content .rich-text .divider-line{
        margin-top: 0.75rem;
        margin-bottom: 0.6rem;
    }
    .blog-detail-brand-info-left-content-top .blog-detail-brand-info-left-content-top-left{
        width: 3.51rem;
        height: 0.59rem;

    }
    .blog-detail-brand-info-left-content .blog-detail-brand-info-left-icon-text{
        row-gap: 0.28rem;
    }
    .blog-detail-brand-info-left-content-top .blog-detail-brand-info-left-content-top-right{
        width: 1.87rem;
        height: 0.62rem;
        border-radius: 0.1rem;
        font-family: Roboto;
        font-size: 0.22rem;
        font-weight: 600;
        line-height: 0.62rem;
        margin-right: 0.21rem;
    }
    .blog-detail-brand-info-left-content .blog-detail-brand-info-left-content-p{
        font-family: Roboto;
        font-size: 0.204rem;
        font-weight: 400;
        line-height: 0.4rem;
        margin-top: 0.52rem;
    }
    .blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li{
        width: 100%;
    }
    .blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a > div{
        font-family: Roboto;
        font-size: 0.24rem;
        font-weight: 600;
        line-height: 0.35rem;
        width: auto;
        flex: 1;
    }

    .blog-detail-brand-info-left .blog-detail-brand-info-left-icon{
        margin-top: 0.29rem;
        font-family: Roboto;
        font-size: 0.24rem;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .blog-detail-brand-info-left .blog-detail-brand-info-left-content{
        padding: 0.58rem 0.02rem 0.5539rem 0.02rem;
    }
    .blog-detail-brand-info-left-icon .blog-detail-brand-info-left-icon-text{
        margin-left: 0.1094rem;
    }
    .blog-detail-brand-info-left-icon .blog-detail-brand-info-left-icon-share{
        column-gap: 0.3562rem;
        margin-left: 0.229rem;
    }
    .blog-detail-brand-info-left-icon-text .blog-detail-brand-info-left-icon-text-li .blog-detail-brand-info-left-icon-text-a > svg{
        margin-top: 0.04rem;
    }
    .blog-detail-btn{
        margin-top: 0.3185rem;
    }
}
