@charset "UTF-8";

@media screen and (max-width: 1470px){
    .product > div,
    .product-second > div,
    .product-details > div{
        width: 95%;
    }
    .product-details .top > div:nth-child(2){
        width: 50%;
        margin-right: 0;
    }
}

@media screen and (max-width: 1400px){
    .product .list li > div:nth-child(2){
        padding: 20px 25px 0;
    }
    .product .list li > div:nth-child(3){
        padding: 20px 35px 0;
    }
    .product-second ul li a > div:nth-child(1){
        padding: 60px 30px;
    }
    .product-second ul li a > div:nth-child(2){
        padding-top: 65px;
    }
}

@media screen and (max-width: 1330px){
    .product-details .top > div:nth-child(1){
        padding: 90px 150px;
    }
    .product-details .top > div:nth-child(2){
        padding-top: 50px;
    }
    .product-details .top > div:nth-child(2) i{
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .product-details .top > div:nth-child(2) p{
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1230px){
    .product .list li > div:nth-child(2) h3{
        margin-bottom: 5px;
    }
    .product-second ul li a > div:nth-child(1){
        padding: 40px 20px;
    }
    .product-second ul li a > div:nth-child(2){
        padding-top: 45px;
    }
}

@media screen and (max-width: 1140px){
    .product .list li > div:nth-child(1){
        padding: 10px 20px;
    }
    .product .list li > div:nth-child(2){
        padding: 10px 15px 0;
    }
    .product .list li > div:nth-child(3){
        padding: 10px 20px 0;
    }
    .product-details .top > div:nth-child(1){
        width: 45%;
        padding: 70px 130px;
    }
    .product-details .top > div:nth-child(2){
        padding-top: 30px;
    }
    .product-details .top > div:nth-child(2) p{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1024px){
    .product-details .share div{
        padding: 30px 28px;
    }
}
@media screen and (max-width: 768px){
    .product .list li > div:nth-child(1){
        width: 20%;
    }
    .product .list li > div:nth-child(2){
        width: 43.1%;
        padding: 20px 15px 0;
    }
    .product .list li > div:nth-child(3) {
        padding: 20px 20px 0;
    }
    .product #search{
        width: 80%;
    }
    .product-second ul li{
        width: 49%;
        margin-left: 2%;
    }
    .product-second ul li:nth-child(3n+1){
        margin-left: 2%;
    }
    .product-second ul li:nth-child(2n+1){
        margin-left: 0;
    }
    .product-details .top > div:nth-child(1) {
        padding: 90px 85px;
    }
}

@media screen and (max-width: 425px){
    .product,
    .product-second{
        padding: 30px 0;
    }
    .product h2,
    .product-second h2{
        margin-bottom: 15px;
        font-size: 18px;
    }
    .product > div > p,
    .product-second > div > p{
        margin-bottom: 30px;
        font-size: 14px;
        text-align: justify;
    }
    .product #search{
        height: 40px;
        line-height: 40px;
    }
    .product #button{
        height: 40px;
    }
    .product .list{
        margin-top: 25px;
    }
    .product .list li > div:nth-child(1){
        width: 30%;
    }
    .product .list li > div:nth-child(2){
        width: 70%;
        border-right: 1px solid #e5e5e5;
    }
    .product .list li > div:nth-child(2) h3{
        font-size: 16px;
    }
    .product .list li > div:nth-child(2) p{
        font-size: 14px;
        -webkit-line-clamp: 1;
    }
    .product .list li > div:nth-child(3) select{
        font-size: 14px;
    }
    .product .list li > div:nth-child(3){
        display: block;
        position: relative;
        width: 100%;
        padding-bottom: 20px;
    }
    .product .list li{
        margin-bottom: 20px;
    }
    .product-second ul li{
        width: 100%;
        margin-left: 0%;
        margin-bottom: 20px;
    }
    .product-second ul li:nth-child(3n+1){
        margin-left: 0%;
    }
    .product-second ul{
        margin-top: 30px;
    }
    .top-nav .left div + div {
        margin-left: 5px;
    }
    .product-details .top > div:nth-child(1),
    .product-details .top > div:nth-child(2){
        width: 100%;
    }
    .product-details .top > div:nth-child(2) h3{
        font-size: 18px;
    }
    .product-details .top > div:nth-child(2) p{
        font-size: 14px;
    }
    .product-details .bottom > ul li{
        font-size: 14px;
    }
    .product-details .share div{
        width: 49%;
        margin-bottom: 10px;
    }
    .product-details .share div + div{
        margin-left: 2%;
    }
    .product-details .share div:nth-of-type(2n+1){
        margin-left: 0;
    }
}

