.list_right{
    background-color: #f8f6f3;
}
.contact_bg1{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.contact_bg1 h1{
    font-size: 3.6rem;
    font-family: 'calist-bold';
    margin-top: 80px;
    color: #1d1d1d;
    text-align: center;
    line-height: 48px;
}
.contact_bg1 span{
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255,0.5);
    margin: 20px 0;
}
.contact_bg1 .breadnav{
    font-size: 1.6rem;
    color: #e55636;
    margin-top: 30px;
    margin-bottom: 80px;
}
.contact_bg1 .breadnav a{
    font-size: 1.6rem;
    color: #e55636;
}
.contact_content{
    width: 1226px;
    margin: 0 auto;
    padding: 60px 133px 120px;
    background-color: #fff;
    box-sizing: border-box;
}
.contact_content .detail_text p{
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
}
.contact_content .detail_text p span{
    font-size: 16px;
    color: #e55636;
}


/* 产品详情 */
.contact_content .ul{
    border-top: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
    padding: 30px 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.contact_content .ul>div{
    width: 465px;
}
.contact_content .ul .right1{
   position: relative;
}
.contact_content .ul .right1 .swiper-slide img{
    width: 100%;
}
.contact_content .ul .swiper-button-prev2,.contact_content .ul .swiper-button-next2{
    width: 64px;
    height: 64px;
    background: #e5e5e5;
}
.contact_content .ul .swiper-button-prev2{
    left: 1px;
}
.contact_content .ul .swiper-button-next2{
    right: 1px;
}
.contact_content .ul .swiper-button-prev2::after{
    width: 16px;
    height: 16px;
    content: '';
    background: url(/lib/images/product_detail/icon_arrow_left.svg);
}
.contact_content .ul .swiper-button-next2::after{
    width: 16px;
    height: 16px;
    content: '';
    background: url(/lib/images/product_detail/icon_arrow_right.svg);
}

.contact_content .ul .left .title h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}
.contact_content .ul .left ul li{
    margin-bottom: 30px;
}
.contact_content .ul .left ul li:last-child{
    margin-bottom: 0;
}
.contact_content .ul .left ul li p{
    font-size: 16px;
    color: #666;
    position: relative;
    padding-left: 20px;
    line-height: 24px;
}
.contact_content .ul .left ul li p::before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    transform:rotate(45deg);
    width: 10px;
    height: 10px;
    background: #e55636;
}
.contact_content .ul .left ul li p span{
    font-size: 20px;
    font-family: 'calist-bold';
    color: #1d1d1d;
}
.contact_content .ul .button{
    display: flex;
    margin-top: 30px;
}
.contact_content .ul .button .btn{
    margin-right: 30px;
    cursor: pointer;
}
.contact_content .ul .button .btn a{
    display: flex;
    font-size: 16px;
}
.contact_content .ul .button .btn.black{
    background: #1d1d1d;
}

/* tab切换 */
.contact_content .tab .tab_title ul{
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: 2px solid #fbf9f6;
}

.contact_content .tab .tab_title ul li{
    font-size: 16px;
    color: #666;
    margin: 0 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 12px;
}
.contact_content .tab .tab_title ul li.active::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    background: #e55636;
}
.contact_content .tab .tab_title ul li.active{
    color: #e55636;
    font-family: 'calist-bold';
}
.contact_content .tab .tab_in .title h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}
.contact_content .tab .tab_in{
    display: none;
}
.contact_content .tab .tab_in.active{
    display: block;
}
.contact_content .tab .tab_in h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}
.contact_content .tab .tab_in ul {
    margin-bottom: 30px;
}
.contact_content .tab .tab_in ul li{
    line-height: 24px;
    font-size: 16px;
    color: #1d1d1d;
    margin-bottom: 10px;
    list-style: inside;
}
.contact_content .tab .tab_in p{
    font-size: 16px;
    color: #1d1d1d;
    margin-bottom: 30px;
}
.contact_content .tab .tab_in p img{
    width: 100%;
}
.contact_content .products .title h2{
    font-size: 24px;
    color: #1d1d1d;
    margin-bottom: 30px;
    font-family: 'calist-bold';
}

.contact_content .products .cart{
    max-width: 300px;

}
.products .cart .img{
    position: relative;
    margin-bottom: 30px;
}
.products .cart .img img{
    width: 100%;
}
.products .cart .img .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.products .cart:hover{
    box-shadow: 0 10px 30px rgba(229, 86, 54,0.1);
}
.products .cart:hover .img .mask{
    display: block;
}
.products .cart .txt{
    display: flex;
    flex-direction: column;
}
.products .cart .txt p{
    font-size: 13px;
    color: #1d1d1d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
    max-width: 280px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.products .cart .txt p.bold{
    font-size: 16px;
    font-family: 'calist-bold';

}
.products .cart .txt span{
    display: inline-block;
    margin: 0 auto; 
    padding: 0 20px;
    color: #fff;
    background: #e55636;
    line-height: 28px;
    font-size: 13px;
    border-radius: 14px;
    margin-bottom: 30px;
}
.products .swiper-container3 .button{
    width: 100%;
    position: relative;
    padding: 30px 0;
    justify-content: space-between;
}
.products .swiper-container3 .button .btn{
    width: 180px;
    height: 48px;
}
.products .swiper-container3 .button .btn a{
    display: inline-block;
    width: 180px;
    height: 48px;
    background: #1d1d1d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 48px;
}
.products .swiper-container3 .button .btn a:hover{
    background: #e55636;
}
.swiper-container3{
    --swiper-pagination-color: #e55636;/* 两种都可以 */
  }
.swiper-pagination3{
    width: 770px;
    height: 2px;
    background: #d5d5d5;
    position: static;
}

.contact_content .share{
    justify-content: space-between;
    height: 80px;
    background: #fbf9f6;
    padding: 0 30px;
    margin-bottom: 30px;
}
.contact_content .share>div{
    display: flex;
    align-items: center;
}
.contact_content .share>div p{
    font-size: 16px;
}
.contact_content .share>div p a{
    font-size: 16px;
    color: #1d1d1d;
}
.contact_content .share>div p a.active{
    color: #666;
}
.contact_content .share .left svg{
    margin: 0 15px;
    width: 20px;
    height: 20px;
}
.contact_content .share .right1 span{
    font-size: 16px;
    margin: 0 10px;
    opacity: 0.5;
}
.contact_content .bg2{
    width: 100%;
    padding: 60px 50px;
    background: url(/lib/images/article_details/quote_ads_bg.jpg) no-repeat center right;
    background-size: cover;
}
.contact_content .bg2 .btn{
    width: 200px;
    height: 48px;
    background: #ef901f;
    margin-top: 60px;

}
.contact_content .bg2 .btn a{
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'calist-bold';
    text-align: center;
    line-height: 48px;
    color: #fff;
}
@media (max-width:1500px){
    .contact_content{
        width: 100%;
        padding: 30px;
    }
    
}
@media (max-width:1279px){
    
}
@media (max-width:1023px) {
    .swiper-pagination3{
        width: 70%;
    }
    .contact_content .ul{
        flex-direction: column-reverse;
    }
    .contact_content .ul>div{
        width: 100%;
    }
    .contact_content .ul .right1{
        margin-bottom: 30px;
    }
    .contact_content .ul .button{
        justify-content: start;
    }
    .contact_content .ul .button .btn{
        margin-right: 30px;
    }
}
@media (max-width:767px){
    .contact_content{
        padding: 15px;
    }
    .five_bottom .five_bottom_left table{
        border-spacing:0;
    }
    .contact_content .bg2{
        padding: 15px;
    }
    .contact_content .bg2 img{
        width: 60%;
    }
    .contact_content .bg2 .btn{
        margin-top: 30px;
        width: 150px;
        height: 40px;
    }
    .contact_content .bg2 .btn a{
        font-size: 16px;
        line-height: 40px;
    }
    .contact_content .share{
        flex-direction: column;
        justify-content: space-around;
    }
    .swiper-pagination3{
        width: 40%;
    }
    .contact_content .products .cart{
        max-width: 100%;
    }
    .contact_bg1 h1{
        font-size: 28px;
        margin-top: 40px;
        line-height: 36px;
    }
    .contact_bg1 .breadnav{
        margin-bottom: 40px;
    }
    .contact_content .ul .button .btn{
        margin-right: 15px;
    }
    .contact_content .tab .tab_title ul{
        flex-wrap: wrap;
        justify-content: start;
    }
    .contact_content .tab .tab_title ul li{
        margin: 0 15px;
        margin-bottom: 12px;
    }
    .contact_content .ul .left ul li{
        margin-bottom: 15px;
    }



    
}

