.product_list .path{
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 120px;
}
.product_list .path a{
    margin: 0 10px;
    color: #666;
    line-height: 1.6;
}
.product_list .banner .content{
    position: relative;
    background: #080C17;
    padding: 0;
}
.product_list .banner img{
    width: 100%;
    opacity: 0.8;
}
.product_list .banner h2{
    font-size: 52px;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
}
.product_list .banner .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: rgba(8, 12, 23,0.1);
}
.product_list_in>.content{
    display: flex;
    margin-bottom: 120px;
    margin-top: 80px;
}
.product_list_in .content>.left{
    max-width: 380px;
    width: 100%;
    margin-right: 40px;
}
.product_list_in .content .left .sticky{
    border: 1px solid #e5e5e5;
    padding: 40px;
    position: sticky;
    top: 200px;
}
/* .product_list_in .content .left .sticky .box h3{
    font-size: 16px;
    font-weight: normal;
    color: #080C17;
    margin-bottom: 30px;
} */
.product_list_in .content .left .sticky .box .month{
    font-size: 16px;
    font-weight: normal;
    color: #080C17;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.product_list_in .content .left .sticky .box .month svg{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}
.product_list_in .content .left .sticky .box .month.active svg{
    transform: translateY(-50%) rotate(90deg);
}
.product_list_in .content .left .sticky .box ul.ul_list{
    display: none;
}

.product_list_in .content .left .sticky .box ul li{
    margin-bottom: 10px;
}
.product_list_in .content .left .sticky .box ul li a{
    font-size: 14px;
    color: #404040;
    line-height: 2.3;
}
.product_list_in .content .left .sticky .box ul li h4{
    font-size: 14px;
    font-weight: normal;
    color: #080C17;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.product_list_in .content .left .sticky .box ul li p{
    font-size: 14px;
    color: #666;
}
.product_list_in .content .left .sticky .box ul li span{
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.product_list_in .content .left .sticky .box ul li p span{
    font-size: 14px;
    color: #666;
    margin-right: 30px;
    position: relative;
}
.product_list_in .content .left .sticky .box ul li p span::after{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    content: '';
}
.product_list_in .content .left .sticky .search{
    position: relative;
    margin-bottom: 40px;
    width: 300px;
}
.product_list_in .content .left .sticky .search input{
    font-size: 14px;
    color: #999;
}
.product_list_in .content .left .sticky .search button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    background: none;
    cursor: pointer;
}
.product_list_in .content .left .sticky .explore ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.product_list_in .content .left .sticky .explore ul li{
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    padding: 5px 20px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #999;
}
.product_list_in .content .left .sticky .explore ul li a{
    color: #999;
    line-height: 1.2;
}
.product_list_in .content .left .sticky .explore ul li.active a{
    color: #080C17;
}
.product_list_in .content .left .sticky .recommended ul{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 40px;
}
.product_list_in .content .left .sticky .recommended ul li a svg{
    margin-right: 10px;
}
.product_list_in .content .left .sticky .recommended ul li a{
    color: #999;
    display: flex;
     align-items: center;
}
.product_list_in .content .left .sticky .recommended ul li a p{
    font-size: 14px;
    color: #404040;
    line-height: 1.6;
}
.product_list_in .content .left .sticky .recommended ul li.active a{
    color: #080C17;
}
.product_list_in .content .left .sticky .share p{
    font-size: 14px;
    color: #bbb;
    margin-bottom: 20px;
}
.product_list_in .content .left .sticky .share ul{
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.product_list_in .content .left .sticky .share ul li{
    margin-right: 20px;
    margin-bottom: 0;
}
.product_list_in .content .left .sticky .share ul li svg:hover{
    fill: #080C17;
}
.product_list_in .content>.right{
    flex: 1;
    padding: 0 30px;
}
.product_list_in .content>.sub{
    max-width: 380px;
    width: 100%;
}
.product_list_in .content>.sub .subscribe{
    flex-direction: column;
    padding: 40px;
    background: #faf7f5;
    position: sticky;
    top: 200px;
}
.subscribe h3{
    font-size: 28px;
    max-width: 560px;
    width: 100%;
    line-height: 1.4;
    font-weight: normal;
    margin-bottom: 30px;
}
.subscribe form{
    display: flex;
    align-items: center;
    width: 100%;
    height: 48px;
}
.subscribe form input[type=email]{
    background: #fff;
    border: none;
}
.subscribe form input[type=submit]{
    width: 35%;
    height: 100%;
    padding:0 10px;
    background: #080C17;
    border: none;
    color: #fff;
}

.product_list_in .content>.right h1{
    font-size: 36px;
    margin-bottom: 30px;
    font-family: 'Roboto-Bold';
}
.product_list_in .content>.right .tag ul{
    display: flex;
    margin-bottom: 40px;
}
.product_list_in .content>.right .tag ul li{
    padding: 0 20px;
    line-height: 30px;
    border-radius: 4px;
    background: #eaf5f3;
    color: #080C17;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.product_list_in .content>.right .author{
    font-size: 14px;
    font-family: 'Barlow-Medium';
    margin-bottom: 40px;
}
.product_list_in .content>.right .author span{
    font-size: 14px;
    color: #080C17;
    font-family: 'Barlow-Medium';
}
.product_list_in .content>.right .img img{
    width: 100%;
    margin-bottom: 40px;
}
.product_list_in .content>.right>p{
    font-size: 16px;
    line-height: 1.5;
    color: #101010;
    margin-bottom: 30px;
}
/* .product_list_in .content>.right h3{
    font-size: 32px;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    margin-bottom: 30px;
} */
/* .product_list_in .content>.right h4{
    font-size: 26px;
    font-family: 'Barlow-Medium';
    font-weight: normal;
    margin-bottom: 30px;
} */
.product_list_in .content>.right p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.product_list_in .content>.right>ul,.product_list_in .content>.right .text ul{
    margin-bottom: 40px;
}
.product_list_in .content>.right>ul>li,.product_list_in .content>.right .text ul li{
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 14px;
    color: #101010;
    padding-left: 30px;
    position: relative;
}
.product_list_in .content>.right>ul>li::after, .product_list_in .content>.right .text ul li::after{
    position: absolute;
    content: '';
    top: 8px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #080C17;
}
.product_list_in .content>.right .btm{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
    margin-bottom: 100px;
}
.product_list_in .content>.right .btm p{
    font-size: 16px;
    font-family: 'Barlow-Bold';
    margin: 10px 0;

}
.product_list_in .content>.right .btm p a{
    font-size: 16px;
    color: #080C17;
}
.product_list_in .content>.right .text{
    padding-top: 40px;
    border-top: 2px solid #151e1f;
}
.product_list_in .content>.right .subscribe{
    padding: 80px;
    background: url(/lib/images/blog_detail/img_subscribe_bg.jpg);
    display: flex;
}
.product_list_in .content>.right .subscribe h2{
    max-width: 410px;
}
.product_list_in .content>.right .subscribe p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.product_list_in .content>.right .subscribe input{
    width: 480px;
    height: 40px;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    color: #fff;
}
.product_list_in .content>.right .subscribe input[type="submit"]{
    background: #bfffbf;
    height: 56px;
    color: #080C17;
    font-family: 'Barlow-Medium';
    font-size: 16px;
}

@media (max-width:1500px) {
    .content{
        max-width: 100%;
        padding: 0 30px;
    }
    .ability .content .cart{
        width: auto;
        padding: 30px;
    }
    .product_list .banner h2{
        font-size: 2.604175vw;
    }
    .ability .content h2{
        font-size: 2.604175vw;
    }
    .product_list_in .content{
        margin-bottom: 6.25002vw;
        margin-top: 4.16665vw;
    }
    .ability .content{
        padding: 6.25002vw 0;
    }
    .ability .content .row{
        margin-bottom: 3.12501vw;
    }
    .product_list_in .content>.right .qa{
        padding: 4.16665vw;
    }
}
@media (max-width:1023px) {
    .product_list .product_list_in .title{
        flex-direction: column;
        align-items: flex-start;
    }
    .product_list .product_list_in .title .right>div{
        margin-left: 0;
        margin-right: 40px;
    }
    .product_list .product_list_in .title .right{
        flex-wrap: wrap;
    }
    .product_list .product_list_in .title .right .select{
        margin-bottom: 10px;
    }
    .product_list .product_list_in .contact{
        flex-direction: column;
        align-items: center;
    }
    .product_list .product_list_in .contact .left{
        margin-bottom: 20px;
    }
    .ability .content .cart{
        margin-bottom: 20px;
    }
    .common-fixed-contact{
        width: 100%;
    }
    .product_list_in .content>.right{
        padding: 30px 0;
    }
    
}
@media (max-width:767px) {
    .content{
        padding: 0 15px;
    }
    .product_list .path{
        height: auto;
        padding: 20px 0;
    }
    .product_list .banner img{
        height: 200px;
        object-fit: cover;
    }
    .product_list .banner h2{
        font-size: 24px;
    }
    .product_list_in .content>.right .row{
        margin: 0 auto;
    }
    .product_list .product_list_in .title .right .select{
        width: 100%;
        margin-right: 0;
    }
    .product_list .product_list_in .title .right .select input{
        width: 100%;
    }
    .product_list .product_list_in .cart{
        padding: 15px;
    }
    .ability .content h2{
        font-size: 24px;
    }
    .ability .content .cart{
        height: auto;
    }

    .product_list .page>div{
        padding: 5px;
        margin: 0 5px;
    }
    .product_list_in .content>.right .qa{
        padding: 30px 15px;
        padding-bottom: 0;
    }
    .product_list_in .content>.right .qa h3{
        font-size: 24px;
    }
    .product_list .product_list_in .contact{
        margin-top: 30px;
    }
    .product_list .product_list_in .contact .left p{
        font-size: 20px;
        line-height: 1.6;
        text-align: center;
    }
    .product_list .product_list_in .contact .left p span{
        font-size: 20px;
    }
    .product_list .product_list_in .contact .left p svg{
        width: 16px;
        height: 16px;
    }

}
@media (max-width:1400px) {
    .introduce .content{
        padding: 4.16665vw 30px;
    }
    .about_txt .content{
        padding:  6.25002vw 30px;
    }
    .about_txt .content .left{
        max-width: 50%;
    }
    .about_txt .content .right{
        max-width: 50%;
    }
    .introduce .content h2{
        margin-bottom: 5.20835vw;
    }
    .introduce .content .box{
        margin-bottom: 4.16665vw;
    }
    .related_links .content{
        padding:  6.25002vw 30px;
    }
}
@media (max-width:1279px) {
    .introduce .content .box .box_in .img::after{
        content: none;
    }
}
@media (max-width:1023px) {
    .about .banner img{
        height: 200px;
        object-fit: cover;
    }
    .about_txt .content .box{
        flex-direction: column;
    }
    .about_txt .content .left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .about_txt .content .right{
        max-width: 100%;
    }
    .about_txt .content .right span.line{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about_txt .content .box:nth-child(even){
        flex-direction: column;
    }
    .about_txt .content .left{
        width: 100%;
    }
    .about_txt .content .right{
        width: 100%;
    }

}
@media (max-width:767px) {
    .about .path{
        height: auto;
        padding: 30px 0;
    }
    .about .banner h2{
        font-size: 28px;
    }
    .introduce .content h2{
        font-size: 24px;
    }
    .introduce .content .box .box_in .img{
        width: 75px;
        height: 75px;
    }
    .introduce .content .box .box_in .img img{
        width: 35px;
        height: 35px;
    }
    .about_txt .content{
        padding: 30px 15px;
    }
    .about_txt .content .right h2{
        font-size: 24px;
    }
    .about_txt .content .box:nth-child(even) .right{
        margin-right: 0;
    }
    .related_links .content{
        padding: 30px 15px;
    }
    .related_links .content .box{
        border-right: none;
        height: auto;
        margin-bottom: 20px;
    }
    .related_links .content .box p{
        font-size: 22px;
        margin-top: 20px;
        line-height: 1.6;
    }
    .product_list_in>.content{
        padding: 0 15px;
        margin: 0;
    }
    .product_list_in .content>.right h1{
        font-size: 26px;
        line-height: 1.4;
    }
    .product_list_in .content>.right .tag ul{
        margin-bottom: 30px;
    }
    .product_list_in .content>.right .author{
        margin-bottom: 30px;
    }
    .product_list_in .content>.right h3{
        font-size: 26px;
    }
    .product_list_in .content>.right>p{
        margin-bottom: 20px;
    }
    .product_list_in .content>.right>ul, .product_list_in .content>.right .text ul{
        margin-bottom: 20px;
    }
    .product_list_in .content>.right .btm{
        padding-top: 30px;
        margin-bottom: 40px;
    }
}







