
h1{
    font-size: 56px;
    color: #101010;
    font-family: 'DINPro-Medium';
    line-height: 1.3;
    font-weight: normal;
    margin-bottom: 20px;
}
.blog_detail{
    padding: 80px 0;
}
.blog_detail .content{
    display: flex;
    justify-content: flex-end;
}
.blog_detail .content .left{
    max-width: 1080px;
    margin-right: 40px;
    width: 100%;
}
.blog_detail .content .left .tag ul{
    display: flex;
    margin-bottom: 40px;
}
.blog_detail .content .left .tag ul li{
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #008574;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.blog_detail .content .left .share{
    position: static;
    flex-direction: initial;
    padding: 20px 0;
    box-shadow: none;
}
.blog_detail .content .left .share ul{
    display: flex;
}
.blog_detail .content .left .share ul li{
    margin-top: 0;
    margin-left: 30px;
}
.blog_detail .content .left .author{
    font-size: 14px;
    font-family: 'DINPro-Medium';
    margin-bottom: 40px;
}
.blog_detail .content .left .author span{

    color: #e12537;
    position: relative;
    margin-right: 10px;
}
.blog_detail .content .left .author span.gary{
    color: #666;
    margin: 0 10px;
}
.blog_detail .content .left .author span.gary::after{
    position: absolute;
    width: 4px;
    height: 4px;
    background: #666;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    border-radius: 50%;

}
.blog_detail .content .left .img img{
    width: 100%;
    margin-bottom: 40px;
}
.blog_detail .content .left p{
    font-size: 17px;
    line-height: 1.5;
    color: #101010;
    margin-bottom: 30px;
}
.blog_detail .content .left h3{
    font-size: 32px;
    font-family: 'DINPro-Medium';
    font-weight: normal;
    margin-bottom: 30px;
}
.blog_detail .content .left h4{
    font-size: 26px;
    font-family: 'DINPro-Medium';
    font-weight: normal;
    margin-bottom: 30px;
}
.blog_detail .content .left>ul,.blog_detail .content .left .text ul{
    margin-bottom: 40px;
}
.blog_detail .content .left>ul>li,.blog_detail .content .left .text ul li{
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    color: #101010;
    padding-left: 30px;
    position: relative;
}
.blog_detail .content .left>ul>li::after, .blog_detail .content .left .text ul li::after{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e12537;
}
.blog_detail .content .left .btm{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
    margin-bottom: 0;
}
.blog_detail .content .left .btm p{

    font-family: 'Barlow-Bold';

}
.blog_detail .content .left .btm p a{

    color: #e12537;
}
.blog_detail .content .left .text{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
}
.blog_detail .content .left .text .video{
    position: relative;
    max-width: 800px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.blog_detail .content .left .text .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog_detail .content .left .text p img{
    margin: 0 auto;
}
.blog_detail .content .left .subscribe{
    padding: 80px;
    background: url(/lib/images/blog_detail/img_subscribe_bg.jpg);
    display: flex;
}
.blog_detail .content .left .subscribe h2{
    max-width: 410px;
    width: 100%;
}
.blog_detail .content .left .subscribe p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.blog_detail .content .left .subscribe input{
    width: 480px;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}
.blog_detail .content .left .subscribe input[type="submit"]{
    background: #bfffbf;
    height: 56px;
    color: #008574;
    font-family: 'DINPro-Medium';

}

.blog_detail .content .right{
    max-width: 380px;
    width: 100%;
    flex-shrink: 0;
}
.right .right_sticky .box{
    padding: 55px 50px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.right .right_sticky .box h4{
    font-size: 24px;
    font-family: 'DINPro-Medium';
    color: #101010;
    font-weight: normal;
    margin-bottom: 30px;
}
.right .right_sticky .box .line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: relative;
    margin-bottom: 20px;
}
.right .right_sticky .box .line span{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #008574;
}
.right .right_sticky .box>ul>li{
    padding-top: 10px;
}
.right .right_sticky .box ul a:last-child li{
    border-bottom: none;
}
.right .right_sticky .box>ul>li>p{

    line-height: 1.5;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.right .right_sticky .box ul li p:hover{
    color: #008574;
}
.right .right_sticky .box ul li span{

    color: #666;
    display: inline-block;
    margin-bottom: 20px;
}
.right .right_sticky .box .tag{
    display: flex;
    flex-wrap: wrap;
}
.right .right_sticky .box .tag>li{
    border-bottom: none;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #008574;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.right .right_sticky .box .tag li a{
    font-size: 14px;
    color: #008574;
}
.right .right_sticky .sticky{
    background: url(/lib/images/product_detail/img_contact_bg.jpg) no-repeat bottom;
    min-height: 520px;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
}
.right .right_sticky .sticky h4{
    text-align: center;
    line-height: 1.5;
}
.right .right_sticky .sticky ul li{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: none;
}
.right .right_sticky .sticky ul li p{
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 0;
}
.right .right_sticky .sticky a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 240px;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    background: #d45800;
    margin-top: 20px;
}
.right .right_sticky .sticky a p{

    margin-right: 10px;
}
.right .right_sticky{
    height: 100%;
}
/* custom页面开始 */
.custom .content{
    justify-content: flex-start;
}
.custom .content .left{
    margin-right: 0;
    margin-left: 40px;
    width: 100%;
}
.custom .right_sticky .left_top .box ul li img{
    max-width: 70px;
    width: 100%;
}
/* custom页面结束 */
.blog_detail .content .share{
    position: fixed;
    top: 250px;
    left: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    z-index: 9;
}
.blog_detail .content .share p{

    color: #666;
    margin-bottom: 10px;
}
.blog_detail .content .share span{

    color: #101010;
    font-family: 'DINPro-Medium';
}
.blog_detail .content .share ul li{
    margin-top: 30px;
}


.right .right_sticky .left_top{
    padding-top: 40px;
    border: 1px solid #eef1f4;
    margin-bottom: 30px;
}
.right .right_sticky .left_top .box{
    padding: 0 30px;
    padding-bottom: 0px;
}
.right .right_sticky .left_top .box h3{
    font-size: 20px;
    font-family: 'Muli-Bold';
    color: #1b2e57;
    margin-bottom: 24px;
}
.right .right_sticky .left_top .box span{
    width: 0%;
    height: 2px;
    background: #eef0f2;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.right .right_sticky .left_top .box span::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 56px;
    height: 2px;
    background: #e12537;
}
.right .right_sticky .left_top .box ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.right .right_sticky .left_top .box ul li.menu-item-type-taxonomy{
    justify-content: flex-start;
    align-items: center;
}
.right .right_sticky .left_top .box ul li .l{
    display: flex;
}
.right .right_sticky .left_top .box ul li .l img{
    max-width: 120px;
    width: 100%;
    margin-right: 20px;
}
.right .right_sticky .left_top .box ul li .l a{
    margin-left: 10px;
    color: #101010;

}
.right .right_sticky .left_top .box ul li .l a:hover{
    color: #e12537;
}
.right .right_sticky .left_top .box ul li .r p{

    color: #999;
}
.right .right_sticky .left_top .box .input{
    width: 100%;
    height: 52px;
    position: relative;
}
.right .right_sticky .left_top .box .input input{
    height: 100%;
    border: 1px solid #d8dfe6;
    background: #f9fbfd;
    font-size: 14px;
    color: #666;

}
.right .right_sticky .left_top .box .input button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    background: none;
    border: none;
}
.right .right_sticky .left_top .box .uls{
    display: flex;
}
.right .right_sticky .left_top .box .uls li{
    padding: 15px 20px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}
.right .right_sticky .left_top .box .uls li.active{
    color: #1b2e57;
    box-shadow: 0 0 10px rgba(27, 27, 27,0.1);
}
.right .right_sticky .left_top .box .li_details>div{
    display: none;
}
.right .right_sticky .left_top .box .li_details>div.active{
    display: block;
}
.right .right_sticky .left_top .box .li_detail{
    display: flex;
    margin-bottom: 30px;
}
.right .right_sticky .left_top .box .li_detail .left{
    width: 140px;
}
.right .right_sticky .left_top .box .li_detail .left img{
    width: 100%;
    border-radius: 8px;
}
.right .right_sticky .left_top .box .li_detail .right{
    width: 150px;
    margin-left: 20px;
}
.right .right_sticky .left_top .box .li_detail .right p{

    color: #101010;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.right .right_sticky .left_top .box .tag{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #eef1f4;
    margin-bottom: 30px;
}
.right .right_sticky .left_top .box .tag li{
    height: 38px;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    padding: 0 20px;
    margin-bottom: 10px;
    background: #f7f7f7;
    margin-right: 10px;
    border: 1px solid #eef1f4;
    cursor: pointer;
    border-radius: 0;
}
.right .right_sticky .left_top .box .tag li.active{
    background: #e12537;
    border: 1px solid #e12537;
    color: #fff;
}

.right .right_sticky .left_top .box .svg{
    display: flex;
    align-items: center;
}
.right .right_sticky .left_top .box .svg p{

    color: #1b2e57;
    font-family: 'Muli-Bold';
}
.right .right_sticky .left_top .box .svg ul{
    display: flex;
}
.right .right_sticky .left_top .box .svg ul li{
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.box .subscribe p{

    color: #666;
    margin-bottom: 30px;
}
.box .subscribe form{
    display: flex;
    height: 48px;
}
.box .subscribe form input[type=text]{
    width: 60%;

    color: #666;
    height: 100%;
}
.box .subscribe form input[type=email]{
    width: 60%;

    color: #666;
    height: 100%;
}
.box .subscribe form input[type=submit]{
    width: 40%;
    border: none;
    background: #e12537;
    color: #fff;
    height: 100%;
}
.content .title{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.content .title h2{
    font-size: 40px;
    font-family: 'DINPro-Bold';
    color: #101010;
    margin-right: 20px;
}
.also_like{
    padding: 120px 0;
    background: #f6f8fa;
}
.also_like .product .cart{
    margin-bottom: 30px;

}
.also_like .product .cart .top{
    position: relative;
    overflow: hidden;
    max-width: 520px;
    width: 100%;
    max-height: 296px;
}
.also_like .product .cart .top .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0,0.5);
    opacity: 0;
    transition: all 0.5s;
}
.also_like .product .cart:hover .top .mask{
    opacity: 1;
}
.also_like .product .cart:hover .top img{
    transform: scale(1.1);
}
.also_like .product .cart .top img{
    width: 100%;
    transition: all 0.5s;
}
.also_like .product .cart .btm h3{
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 28px;
    font-family: 'DINPro-Medium';
    font-weight: normal;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.also_like .product .cart:hover .btm h3{
    color: #e12537;
}
.also_like .product .cart .btm span{

    color: #e12537;
    margin-right: 10px;
}
.also_like .product .cart .btm span.gary{
    color: #666;
    position: relative;
    margin: 0 10px;
}
.also_like .product .cart .btm span.gary::after{
    position: absolute;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    background: #666;
}

.wp-block-column{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}
.wp-block-columns{
    margin-bottom: 0 !important;
}
.wp-block-image{
    margin-bottom: 0 !important;
}
.wp-block-column:not(:first-child){
    margin-left: 0 !important;
}
@media (max-width:1600px) {
    .blog_detail .content .share{
        left: 50px;
    }
}
@media (max-width:1279px){
    .blog_detail .content .right{
        display: none;
    }
    .blog_detail .content .left{
        max-width: 100%;
        margin-right: 0;
    }
    .blog_detail .content .left .subscribe input{
        width: 330px;
    }
}
@media (max-width:1023px){
    .blog_detail .content .left .subscribe{
        align-items: center;
        padding: 30px;
    }
}
@media (max-width:767px){
    .content{
        padding: 0 15px;
    }
    .blog_detail .content .left .subscribe{
        flex-direction: column;
    }
    .blog_detail{
        padding: 30px 0px;
        padding-bottom: 0;
    }
    h1{
        font-size: 24px;
    }
    .blog_detail .content .left .tag ul{
        margin-bottom: 30px;
    }
    .blog_detail .content .left .author{
        margin-bottom: 30px;
    }
    .blog_detail .content .left .author span{

        color: #e12537;
        position: relative;
        margin-right: 10px;
    }
    .blog_detail .content .left .author span.gary{
        color: #666;
        margin: 0 10px;
    }
    .blog_detail .content .left .author span.gary::after{
        position: absolute;
        width: 4px;
        height: 4px;
        background: #666;
        content: '';
        top: 50%;
        transform: translateY(-50%);
        left: -12px;

    }
    .blog_detail .content .left h3{
        font-size: 26px;
    }
    .blog_detail .content .left p{
        margin-bottom: 20px;
    }
    .blog_detail .content .left>ul, .blog_detail .content .left .text ul{
        margin-bottom: 20px;
    }
    .blog_detail .content .left .text .video{
        height: 300px;
    }
    .blog_detail .content .left .btm{
        padding-top: 30px;
        margin-bottom: 40px;
    }
    .blog_detail .content .left .subscribe h2{
        font-size: 26px;
        text-align: center;
    }
    .also_like{
        padding: 30px 0;
    }
    .content .title h2 {
        font-size: 24px;
        line-height: 1.2;
    }
    .also_like .product .cart .btm h3{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 22px;
    }
}

