.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;
}
.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: 15px;
    position: relative;
    cursor: pointer;
}
.product_list_in .content .left .sticky .box h3 svg{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.5s;
}
.product_list_in .content .left .sticky .box h3.active svg{
    transform: translateY(-50%);
}
/* .product_list_in .content .left .sticky .box ul li{
    margin-bottom: 10px;
} */
.product_list_in .content .left .sticky .box ul li ul.children2{
    display: none;
}
.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 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: 16px;
    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 .recommended ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.product_list_in .content .left .sticky .recommended ul li{
    width: 90px;
    height: 90px;
    margin-bottom: 0;
}
.product_list_in .content .left .sticky .recommended ul li a{
    color: #999;
}
.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 p a{
    color: #bbb;
}
.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;
}
.product_list .product_list_in .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.product_list .product_list_in .title .left p{
    font-size: 24px;
    color: #080C17;
}
.product_list .product_list_in .title .left p span{
    font-size: 24px;
    margin-right: 10px;
}
.product_list .product_list_in .title .right .select{
    position: relative;
}
.product_list .product_list_in .title .right .select p{
    font-size: 14px;
    color: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.product_list .product_list_in .title .right .select svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.product_list .product_list_in .title .right .select input{
    padding-left: 50px;
    width: 200px;
}
.product_list .product_list_in .title .right .select3 input{
    padding-left: 80px;
}
.product_list .product_list_in .title .right .select:nth-child(2) input{
    padding-left: 80px;
}
.product_list .product_list_in .title .right .select:nth-child(3) svg{
    cursor: pointer;
}
.product_list .product_list_in .title .right .select .chose_1{
    padding: 10px;
    background: #fff;
    box-shadow: 0 0px 15px rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
    display: none;
}
.product_list .product_list_in .title .right .select .chose_1 ul li{
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    padding: 0 10px;
} 
.product_list .product_list_in .title .right .select .chose_1 ul li:hover{
    color: #080C17;
}
.product_list .product_list_in .cart{
    border: 1px solid #e5e5e5;
    padding: 30px 40px;
    position: relative;
    margin-bottom: 40px;
}

.product_list .product_list_in .cart p.more{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    transition: all 0.5s;
    background: #080C17;
    opacity: 0;
}
.product_list .product_list_in .cart:hover p.more{
    opacity: 1;
}
.product_list .product_list_in .cart p.more span{
    color: #fff;
}
.product_list .product_list_in .cart:hover .quote{
    opacity: 1;
}
.product_list .product_list_in .cart .quote p{
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_list .product_list_in .cart .quote p span{
    width: 110px;
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
    font-family: 'Roboto-Medium';
    color: #101010;

}
.product_list .product_list_in .cart .quote .get{
    width: 100%;
    height: 48px;
    background: #080C17;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}
.product_list .product_list_in .cart .top{
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}
.product_list .product_list_in .cart .top img{
    width: 100%;
}
.product_list .product_list_in .cart .top img.hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.product_list .product_list_in .cart:hover .top img.hover{
    opacity: 1;
}
.product_list .product_list_in .cart .btm h3{
    font-size: 20px;
    color: #080C17;
    font-family: 'Roboto-Medium';
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_list .product_list_in .cart .btm>p{
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product_list .product_list_in .cart .btm>span{
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
    color: #080C17;
    display: inline-block;
    width: 100%;
}
.product_list .product_list_in .cart .btm .more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.product_list .product_list_in .cart .btm .more p{
    font-size: 16px;
    color: #999;
    
}
.product_list .product_list_in .contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_list .product_list_in .contact .left p{
    font-size: 16px;
    color: #666;
    font-family: 'Roboto-Medium';
}
.product_list .product_list_in .contact .left p span{
    font-size: 16px;
    color: #080C17;
    font-family: 'Roboto-Medium';
    cursor: pointer;
}

.product_list .page{
    display: flex;
    justify-content: center;
    align-items: center;
}
.product_list .page>div{
    min-width: 38px;
    min-height: 38px;
    padding: 10px;
    margin: 0 10px;
    border: 1px solid #e5e5e5;

}
.product_list .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
.product_list .page>div.active{
    background: #080C17;
}
.product_list .page>div.active a{
    color: #fff;
}
.product_list .page>div:hover{
    background: #080C17;
}
.product_list .page>div:hover a{
    color: #fff;
}
.product_list .page>div .prev svg{
    margin-right: 5px;
}
.product_list .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
.product_list .page>div:hover a svg path{
    fill:#fff;
}
.ability{
    background: #faf7f5;
}
.ability .content{
    padding: 120px 0;
    flex-direction: column;
}
.ability .content h2{
    font-size: 52px;
    font-family: 'Roboto-Bold';
    color: #080C17;
    margin-bottom: 40px;
}
.ability .content>p{
    font-size: 16px;
    color: #080C17;
    line-height: 1.6;
    margin-bottom: 60px;
    text-align: center;
    max-width: 800px;
    width: 100%;
}
.ability .content .row{
    width: 100%;
    margin-bottom: 60px;
}
.ability .content .cart{
    background: #fff;
    width: 520px;
    height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ability .content .cart h3{
    font-size: 20px;
    font-family: 'Roboto-Medium';
    font-weight: normal;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin-bottom: 30px;
}
.ability .content .cart p{
    font-size: 16px;
    color: #666;
    max-width: 400px;
    width: 100%;
    line-height: 1.6;
    text-align: center;
}
.ability .content .cart p span{
    color: #080C17;
}
.ability .content a.flex{
    width: 280px;
    height: 56px;
    background: #080C17;
    color: #fff;
    cursor: pointer;
}
@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;
    }
}
@media (max-width:1023px) {
    .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%;
    }
    
}
@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 .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;
    }
}






