.product-detail .pdf .content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 80px;
}
.pdf .content .left{
    max-width: 870px;
    width: 100%;
    margin-right: 30px;
}
.pdf .content .left h1{
    font-size: 36px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    margin-bottom: 50px;
}
.pdf .content .left ul{
    display: flex;
    flex-wrap: wrap;
}
.pdf .content .left ul li{
    font-size: 16px;
    color: #404040;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.pdf .content .left ul li::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(12, 163, 125,0.2);
    transition: all 0.5s;
}
.pdf .content .left ul li:hover:after{
    height: 100%;
}
.pdf .content .right div{
    width: 480px;
    height: 230px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pdf .content .right div p{
    margin-top: 30px;
    font-size: 20px;
    color: #404040;
    position: relative;
}
.pdf .content .right div p::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(12, 163, 125,0.2);
    transition: all 0.5s;
}
.pdf .content .right div:hover p::after{
    height: 100%;
}

.sticky{
    position: relative;
}
.sticky .sticky-in{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
    
}
.sticky .sticky-in.active{
    opacity: 1;
    position: sticky;
    top: 80px;
    padding: 30px 0;
    z-index: 11;
    box-shadow: 0 3px 5px rgb(32 32 32 / 8%);
}
.sticky .sticky-in .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky .sticky-in .content ul{
    display: flex;
    flex-wrap: wrap;
}
.sticky .sticky-in .content ul li{
    font-size: 16px;
    color: #404040;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
.sticky .sticky-in .content ul li::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(12, 163, 125,0.2);
    transition: all 0.5s;
}
.sticky .sticky-in .content ul li:hover:after{
    height: 100%;
}
.sticky .sticky-in .content .right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background: #0CA37D;
    color: #fff;
    position: relative;
    z-index: 9;
    border-radius: 2px;
}
.sticky .sticky-in .content .right a img{
    margin-left: 10px;
}

.sticky .detail-img{
    background: #F4F9FA;
    padding: 100px 0;
}
.sticky .detail-img .content{
    position: relative;
    padding-bottom: 40px;
}
.swiper-button-prev, .swiper-button-next{
    background: none;
    opacity: 1;
    bottom: 0;
    width: 20px;
    height: 20px;
}
.swiper-button-prev img{
    transform: rotate(180deg);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
}
.swiper-button-prev{
    left: 0;
    top: 105%;
}
.swiper-button-next{
    top: 105%;
    right: auto;
    left: 5.5%;
}
.swiper-pagination{
    position: absolute;
    top: 103%;
    left: 2%;
    width: auto;
    margin: 0;
}
.swiper-pagination span{
    margin: 0 5px;
}

.features .content {
    padding: 100px 0;
}
.features .content h2{
    font-size: 36px;
    font-weight: normal;
    font-family: 'Hind-Medium';
    color: #202020;
    margin-bottom: 30px;
}
.features .content .txt{
    display: flex;
    justify-content: space-between;
}
.features .content .txt .left{
    max-width: 740px;
    width: 100%;
}
.features .content .txt .left p{
    font-size: 16px;
    color: #404040;
    line-height: 1.6;
}
.features .content .txt .left a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background: #0CA37D;
    color: #fff;
    position: relative;
    z-index: 9;
    border-radius: 2px;
    margin-top: 40px;
}
.features .content .txt .left a img{
    margin-left: 10px;
}
.features .content .txt .right{
    flex: 1;
    margin-left: 30px;
}
.features .content .txt .right ul li{
    padding-left: 18px;
    margin-bottom: 10px;
    color: #404040;
    position: relative;
}
.features .content .txt .right ul li::after{
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #0CA37D;
    border-radius: 50%;
    content: '';
}

.specification{
    padding-bottom: 100px;
}
.specification h2{
    font-size: 36px;
    font-weight: normal;
    font-family: 'Hind-Medium';
    color: #202020;
    margin-bottom: 30px;
}
.specification .txt{
    display: flex;
}
.specification .txt>div{
    width: 50%;
    margin-bottom: 30px;
}
.specification .txt>div:first-child{
    margin-right: 30px;
}
.specification h4{
    color: #0CA37D;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    font-size: 24px;
}
.specification table tr{
    border-bottom: 1px solid #e5e5e5;
}
.specification table tr td{
    border: none;
    color: #404040;
}
.specification table tr td:nth-child(1){
    width: 40%;
}

.applications{
    padding-bottom: 100px;
}
.applications h2{
    font-size: 36px;
    font-weight: normal;
    font-family: 'Hind-Medium';
    color: #202020;
    margin-bottom: 30px;
}
.applications ul {
    display: flex;
    flex-wrap: wrap;
}
.applications ul li{
    margin-right: 60px;
    padding-left: 18px;
    margin-bottom: 10px;
    color: #404040;
    position: relative;
}
.applications ul li::after{
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #0CA37D;
    border-radius: 50%;
    content: '';
}

.interested{
    padding-bottom: 100px;
}
.interested h2{
    font-size: 36px;
    font-weight: normal;
    font-family: 'Hind-Medium';
    color: #202020;
    margin-bottom: 30px;
}
.interested .cart{
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 0 30px rgba(32, 32, 32,0.08);
    margin-bottom: 20px;
}
.interested .cart img{
    width: 219px;
    height: 218px;
    object-fit: cover;
    margin-bottom: 20px;
}
.interested .cart h4{
    font-size: 20px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}
.interested .cart:hover h4{
    color: #0CA37D;
}
.interested .cart p{
    font-size: 14px;
    color: #999;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 100%;
}
.sticky .contact .content{
    display: flex;
    justify-content: space-between;
}
.sticky .contact{
    background: #F4F9FA;
    padding: 100px 0;
}
.sticky .contact h2{
    font-size: 40px;
    font-family: 'Hind-Bold';
    color: #202020;
    margin-bottom: 30px;
}
.sticky .contact .form{
    display: flex;
}
.sticky .contact .form .left h4{
    font-size: 20px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #202020;
    max-width: 130px;
    margin-right: 90px;
}
.sticky .contact .form .right{
    max-width: 870px;
    width: 100%;
}
.sticky .contact .form .right input{
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #666;

}
.sticky .contact .form .right .half{
    display: flex;
}
.sticky .contact .form .right .half .select{
    width: 50%;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}
.sticky .contact .form .right .select svg{
    position: absolute;
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.sticky .contact .form .right .select ul{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgb(0 30 7 / 10%);
    z-index: 9;
    display: none;
}
.sticky .contact .form .right .select ul li{
    font-size: 16px;
    color: #101010;
    line-height: 1.5;
    cursor: pointer;
}
.sticky .contact .form .right .select ul li:hover{
    color: #0CA37D;
}

.sticky .contact .form .right .half .select input{
    width: 100%;
    margin-bottom: 0;
}
/*.sticky .contact .form .right .half input{*/
.sticky .contact .form .right .half span.wpcf7-form-control-wrap{
    width: 50%;
}
/*.sticky .contact .form .right .half input:first-child{*/
.sticky .contact .form .right .half span:first-child{
    margin-right: 30px;
}
.sticky .contact .form .right .select{
    position: relative;
    margin-bottom: 30px;
}
.sticky .contact .form .right textarea{
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #666;
}
.sticky .contact .form .right label input{
    -webkit-appearance: checkbox;
    width: 14px;
    height: 14px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 3px;
    border: 2px solid #e5e5e5;
    border-radius: 0;
    display: inline-block;
}
.sticky .contact .form .right label span{
    color: #0CA37D;
}
.sticky .contact .form .right input[type=submit]{
    width: 260px;
    height: 56px;
    background: #0CA37D;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-radius: 2px;
    color: #fff;
    font-family: 'Hind-Bold';
}
.sticky .contact .content>.right{
    margin-left: 60px;
}
.sticky .contact .content>.right h3{
    font-size: 28px;
    color: #202020;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 30px;
}
.sticky .contact .content>.right p{
    font-size: 16px;
    color: #404040;
    margin-top: 30px;
    margin-bottom: 10px;
}
.sticky .contact .content>.right p.map{
    color: #666;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.sticky .contact .content>.right p.map img{
    margin-left: 10px;
}
.sticky .contact .content>.right ul{
    margin-top: 20px;
}
.sticky .contact .content>.right ul li{
    margin-bottom: 10px;
}
.sticky .contact .content>.right ul li a{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #202020;
}

.sticky .contact .content>.right ul li a::after{
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(12, 163, 125,0.2);
    transition: all 0.5s;
}
.sticky .contact .content>.right ul li a:hover:after{
    height: 100%;
}
@media (max-width:1600px) {
    .swiper-button-prev{
        left: 35px;
    }
    .swiper-pagination{
        left: 65px;
    }
    .swiper-button-next{
        left: 120px;
    }
    .features .content{
        padding: 100px 30px;
    }
}
@media (max-width:1279px){
    .pdf .content .left{
        max-width: 60%;
    }
    .pdf .content>.right{
        width: 35%;
    }
    .pdf .content .right div{
        width: 100%;
    }
    .swiper-pagination{
        top: 102%;
        left: 60px;
    }
    .features .content .txt .left{
        max-width: 55%;
    }
    .interested .cart{
        padding: 15px;
    }
    .sticky .contact .form .left h4{
        margin-right: 30px;
    }
    .sticky .contact .form .right{
        max-width: 70%;
    }
    .sticky .contact .content>.right{
        margin-left: 30px;
    }
    .sticky .contact .content>.left{
        max-width: 65%;
    }
    .sticky .sticky-in.active{
        top: 60px;
        padding: 10px 0;
    }
}
@media (max-width:1023px){
    .product-detail .pdf .content{
        flex-direction: column;
        padding-bottom: 30px;
    }
    .pdf .content .left{
        max-width: 100%;
        margin-right: 0;
    }
    .pdf .content .left h1{
        margin-bottom: 30px;
    }
    .pdf .content .right div{
        margin-bottom: 30px;
    }
    .swiper-pagination{
        top: 101%;
        left: 66px;
    }
    .features .content .txt{
        flex-direction: column-reverse;
    }
    .features .content .txt .right{
        margin-left: 0;
    }
    .specification .txt{
        flex-direction: column;
    }
    .specification .txt>div{
        width: 100%;

    }
    .features .content .txt .left{
        max-width: 100%;
    }
    .specification .txt>div:first-child{
        margin-right: 0;
    }
    .sticky .contact .content{
        flex-direction: column;
    }
    .sticky .contact .content>.left{
        max-width: 100%;
    }
    .sticky .contact .form .right{
        max-width: 100%;
    }
    .sticky .sticky-in .content .right a{
        width: 180px;
        height: 36px;
    }
    .sticky .sticky-in .content ul li{
        margin-right: 15px;
    }
    .sticky .sticky-in .content{
        flex-direction: column;
        align-items: flex-start;
    }
    .sticky .sticky-in .content ul{
        margin-bottom: 20px;
    }
    


}
@media (max-width:767px) {
    .pdf .content .left h1{
        font-size: 26px;
    }
    .content{
        padding: 0 15px;
    }
    .pdf .content .right div{
        height: 200px;
    }
    .sticky .detail-img{
        padding: 30px 0;
    }
    .sticky .sticky-in .content ul li{
        font-size: 14px;
    }
    .swiper-pagination{
        top: 102%;
    }
    .features .content{
        padding: 30px 15px;
    }
    .features .content h2{
        font-size: 24px;
    }
    .specification h2{
        font-size: 24px;
    }
    .specification{
        padding-bottom: 30px;
    }
    .applications{
        padding-bottom: 30px;
    }
    .applications h2{
        font-size: 24px;
    }
    .interested h2{
        font-size: 24px;
    }
    .sticky .contact{
        padding: 30px 0;
    }
    .sticky .contact h2{
        font-size: 26px;
        margin-bottom: 0;
    }
    .sticky .contact .form{
        flex-direction: column;
    }
    .sticky .contact .form .left h4{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .sticky .contact .form .right .half{
        flex-direction: column;
    }
    .sticky .contact .form .right .half .select{
        width: 100%;
    }
    .sticky .contact .form .right .half input{
        width: 100%;
        margin-bottom: 10px;
    }
    .sticky .contact .form .right .half .select{
        margin-bottom: 10px;
    }
    .sticky .contact .form .right .select{
        margin-bottom: 10px;
    }
    .sticky .contact .form .right input{
        margin-bottom: 10px;
    }
    .sticky .contact .form .right textarea{
        margin-bottom: 20px;
    }
    .sticky .contact .content>.right{
        margin-left: 0;
    }

}






























