.header_main{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0,0.1);
}
.zt{
    width: 100%;
    height: 2.1rem;
}

.blog_detail .title{
    max-width: 1120px;
    align-items: center;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.blog_detail .title p{
    margin-bottom: 0;
}
.blog_detail .title h1{
    margin: 0;
    margin-top: 0.3rem;
    position: relative;
    font-size: 0.5rem;
}
.blog_detail .title h1::after{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.3em;
    width: 88px;
    height: 2px;
    content: '';
    background-color: #0F4E48;
}

.blog_detail .text h2{
    font-size: 0.4rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text h3{
    font-size: 0.34rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text h4{
    font-size: 0.28rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
}
.blog_detail .text p{
    margin-top: 0.1rem;
}
.blog_detail .text img{
    margin-top: 0.2rem;
}
.blog_detail .text a{
    text-decoration: underline;
    margin-top: 0.2rem;
}
.blog_detail .text ul{
    margin-top: 0.2rem;
}
.blog_detail .text ol{
    margin-top: 0.2rem;
}
.blog_detail .text iframe{
    margin: 0 auto;
}
.blog_detail .text table{
    margin-top: 0.2rem;
}
.blog_detail .text ul li{
    list-style: inside;
}

.blog_detail .btn_share{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    /* margin-bottom: 0.4rem; */
    margin: 0.4rem 0;
} 
.blog_detail .btn_share ul{
    display: flex;
    align-items: center;
}
.blog_detail .btn_share span{
    margin-bottom: 20px;
}
.blog_detail .btn_share ul li{
    margin-right: 20px;
}
.blog_detail .btn_share ul li:hover svg path{
    fill: #0F4E48;
}

.detail .detail_page .detail_page{
    border-top: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
}
.detail .detail_page .detail_page a{
    display: flex;
    align-items: center;
    color: #0F4E48;
    margin-top: 0.3rem;
}
.detail .detail_page .detail_page a svg{
    margin-right: 0.2rem;
}
.detail .detail_page .detail_page a:last-child svg{
    margin-right: 0;
    margin-left: 0.2rem;
}

.detail .related .title{
    max-width: 100%;
    margin-top: 0.6rem;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.detail .related .title::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 88px;
    height: 2px;
    background-color: #0F4E48;
    content: '';
}
.detail .related .title h3{
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
}
.detail .related .title a{
    text-decoration: underline;
}

.detail .related .cart{
    margin-bottom: 0.4rem;
}
.detail .related .cart .img{
    overflow: hidden;
}
.detail .related .cart .img img{
    width: 100%;
    transition: all 0.5s;
}
.detail .related .cart:hover .img img{
   transform: scale(1.1);
}
.detail .related .cart .txt{
    padding: 0.3rem 0.2rem;
    border-left: 1px solid #e5e5e5;
}
.detail .related .cart .txt h3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.detail .related .cart .txt p{
    margin-top: 0.1rem;
    font-size: 14px;
    color: #888;
}
.detail .related .cart .txt p span{
    color: #0F4E48;
}



 @media (max-width:1440px) {
    .detail .detail_top .left img{
        height: 100%;
        object-fit: cover;
    }
 }
 @media (max-width:1279px) {
    .swiper-button-prev-color{
        left: 0%;
    }
    .swiper-button-next-color{
        right: 0%;
    }
    .swiper-button-next-color, .swiper-button-prev-color{
        top: 38%;
    }
    .blog_detail .text .btn_share .more{
        margin-bottom: 20px;
    }
    .detail .related .row{
        margin-left: -15px;
        margin-right: -15px;
    }
    .detail .related .row .col-md-4{
        padding-left: 15px;
        padding-right: 15px;
    }
 }
 @media (max-width:1023px) {
    .detail .detail_top{
        flex-direction: column;
    }
    .detail .detail_top .left{
        width: 100%;
    }
    .blog_detail .text .right_top .h1{
        font-size: 0.35rem;
    }
    .detail .related .cart{
        margin-bottom: 30px;
    }
 }

 @media (max-width:767px) {
    .detail .detail_top .right{
        padding: 30px 15px;
    }
    .blog_detail .btn_share span{
        font-size: 0.32rem;
    }
    .detail .detail_page .detail_page a{
        font-size: 0.32rem;
    }
    .detail .related .title a{
        font-size: 0.32rem;
    }
    .detail .related .title h3{
        font-size: 0.4rem;
    }

 }
