main .swiper .content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0  30px;
    padding-bottom: 5.20835vw;
}
main .swiper .left{
    max-width: 740px;
    width: 100%;
    position: relative;
    margin-right: 50px;
}
main .swiper .right{
    max-width: 660px;
    width: 100%;
}
main .swiper .right h2{
    font-size: 40px;
    font-weight: normal;
    font-family: 'Hind-Medium';
    color: #202020;
    margin-bottom: 30px;
}
main .swiper .right p{
    font-size: 16px;
    color: #404040;
    margin-bottom: 30px;
}
main .swiper .right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 48px;
    background: #0CA37D;
    border-radius: 2px;
    color: #fff;
}
.swiper-button-prev, .swiper-button-next{
    opacity: 0.5;
    transition: all 0.5s;
}
main .swiper .left:hover .swiper-button-prev, main .swiper .left:hover .swiper-button-next{
    opacity: 1;
}

main.category .overview .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}
main.category .overview .left{
    max-width: 850px;
    width: 100%;
}
main.category .overview h1{
    font-size: 40px;
    font-family: 'Hind-Bold';
    margin-bottom: 30px;
}
main.category .overview p{
    font-size: 16px;
    color: #404040;
    margin-bottom: 30px;
}

main.category .overview 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;
}
main.category .overview a img{
    margin-left: 10px;
}

main.category .list .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
main.category .list .title .left h2{
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #202020;
}
main.category .list .title .left h2 span{
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #0CA37D;
    margin: 0 10px;
}
main.category .list .title  .right .input{
    position: relative;
}
main.category .list .title  .right .input input{
    width: 240px;
    height: 38px;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 20px;
}
main.category .list .title  .right .input svg{
    position: absolute;
    right: 20px;
    top: 7px;
    cursor: pointer;
}
main.category .list-in{
    display: flex;
    padding-bottom: 60px;

}
main.category .list-in .left h3{
    font-size: 24px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    color: #202020;
    position: relative;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
main.category .list-in .left .box:first-child h3{
    border-top: 1px solid #e5e5e5;
}

main.category .list-in>.left{
    max-width: 320px;
    width: 100%;
    margin-right: 30px;
}
main.category .list-in .left h3 img{
    position: absolute;
    right: 0;
    top: 34px;
    display: none;
}
main.category .list-in .left h3 img.active{
    display: block;
}
main.category .list-in .left .box>ul>li>a{
    font-family: 'Hind-Medium';
    font-size: 18px;
}
main.category .list-in .left .box ul{
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}
main.category .list-in .left .box ul li{
    padding: 10px 0;
    cursor: pointer;
    color: #404040;
}
main.category .list-in .left .box ul li:hover{
    color: #0CA37D;
    font-family: 'Hind-Medium';
}
main.category .list-in .left .box ul.Category3{
    padding: 0;
    padding-top: 10px;
    border-bottom: none;
}
main.category .list-in .left .box ul.Category3 li{
    padding: 5px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
main.category .list-in .left .box ul.Category3 a{
    color: #202020;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
main.category .list-in .left .box ul.Category3 a:hover{
    color: #0CA37D;
    font-family: 'Hind-Medium';
}
main.category .list-in>.right{
    flex: 1;
    width: 100%;
}
main.category .list-in .right .cart{
    border: 1px solid #e5e5e5;
    border-bottom: none;
    margin-bottom: 20px;
}
main.category .list-in .right .cart .top{
    flex-direction: column;
    padding: 30px;
}
main.category .list-in .right .cart .top img{
    width: 215px;
    height: 215px;
    object-fit: cover;
    margin-bottom: 30px;
}
main.category .list-in .right .cart .top h4{
    font-size: 20px;
    font-family: 'Hind-Medium';
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
    text-align: center;
}
main.category .list-in .right .cart .top p{
    font-size: 14px;
    color: #999;
    height: 57px;
}

main.category .list-in .right .cart .btm{
    display: flex;
}
main.category .list-in .right .cart .btm>div{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
}
main.category .list-in .right .cart .btm>div svg{
    margin-bottom: 10px;
}
main.category .list-in .right .cart .btm>div p{
    color: #666;
}
main.category .list-in .right .cart .btm>div svg .cls-1{
    fill: #666;
}
main.category .list-in .right .cart:hover .btm>div svg .cls-1{
    fill: #0CA37D;
}
main.category .list-in .right .cart:hover .top h4{
    color: #0CA37D;
}
main.category .list-in .right .cart .btm>div:first-child{
    border-right: 1px solid #e5e5e5;
}

main.category .list-in .right .contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main.category .list-in .right .contact .left p{
    font-size: 16px;
    color: #404040;
}
main.category .list-in .right .contact .left p span{
    font-size: 16px;
    color: #0CA37D;
    text-decoration: underline;
    cursor: pointer;
}

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

}
main.category .list-in .right .page>div a{
    color: #666;
    display: flex;
    font-size: 14px;
}
main.category .list-in .right .page>div.active{
    background: #0CA37D;
}
main.category .list-in .right .page>div.active a{
    color: #fff;
}
main.category .list-in .right .page>div:hover{
    background: #0CA37D;
}
main.category .list-in .right .page>div:hover a{
    color: #fff;
}
main.category .list-in .right .page>div .prev svg{
    margin-right: 5px;
}
main.category .list-in .right .page>div .next svg{
    transform: rotate(180deg);
    margin-left: 5px;
}
main.category .list-in .right .page>div:hover a svg path{
    fill:#fff;
}
main.category .swiper{
    background: #F4F9FA;
    padding-top: 100px;
}
@media (max-width:1500px) {
    main .swiper .left{
        max-width: 50%;
    }
    main .swiper .right{
        max-width: 45%;
    }
    main.category .overview .left{
        max-width: 55%;
    }
    main.category .overview .right{
        max-width: 45%;
    }
}
@media (max-width:1023px){
    main.category .overview .content{
        flex-direction: column-reverse;
    }
    main.category .overview .left{
        max-width: 100%;
    }
    main.category .overview .right{
        max-width: 100%;
        margin-bottom: 30px;
    }
    main .swiper .content{
        flex-direction: column;
    }
    main .swiper .left{
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    main .swiper .right{
        max-width: 100%;
        margin-bottom: 30px;
    }
    main.category .list-in .right .contact{
        flex-direction: column;
    }
    main.category .list-in .right .page{
        padding: 20px 0;
    }
    main.category .list .title{
        flex-direction: column;
    }


} 
@media (max-width:767px){
    .content{
        padding: 30px 15px;
    }
    main.category .overview .content{
        padding-bottom: 30px;
    }
    main.category .overview h1{
        font-size: 26px;
    }
    main.category .list .title{
        padding: 30px 0;
        padding-top: 0;
        align-items: flex-start;
    }
    main.category .list .title .right .input input{
        width: 100%;
    }
    main.category .list .title .right{
        width: 100%;
    }
    main.category .list-in .right .page>div{
        padding: 4px;
        margin: 0 6px;
    }
    main .swiper .content{
        padding: 0 15px;
    }
    main.category .list-in{
        padding-bottom: 0;
    }
    main.category .swiper{
        padding-top: 30px;
    }
    main .swiper .right h2{
        font-size: 24px;
    }

}























