/*------------ product-list ------------*/
.product-list {
    margin: 0 -10px;
}
.product-list li {
    width: 25%;
    padding: 0 10px 50px;
}
.product-list .box {
    position:relative;
    position:relative;
    transition: all .3s ease;
    top: 0;
}
.product-list li .box:hover  {
    top: -30px;
 }
.product-list li .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}
.product-list li:nth-child(4n+1) {
    clear: left;
}
.product-list > li > .box {
    margin: 0 auto;
    max-width: 212px;
    box-sizing: border-box;
}
.thumbnails li a {
    position: relative;
    box-sizing: border-box;
    transition: all .2s;
    overflow: hidden;
    margin: 0 0 10px;
    z-index: 1;
}
.thumbnails li a:before,
.thumbnails li a:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}
.thumbnails li a:before{
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d7b58a94;
    z-index: 0;
}
.thumbnails li a:after {
    content: "\e1032";
    color: #FFF;
    font-size: 21px;
    width: 35px;
    height: 35px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    display: block;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 15;
    top: 0;
    left: 50%;
    margin: -17px 0 0 -17px;
}
.thumbnails li a:hover:before,
.thumbnails li a:hover:after,
.thumbnails li.active a:before,
.thumbnails li.active a:after   {
    transition: all .2s;
    opacity: 1;
}
.product-list li .box:hover .pic:after,
.thumbnails li a:hover:after,
.thumbnails li.active a:after  {
    top: 50%;
}
.product-list .name {
    margin: 16px 0 15px;
    font-size: 17px;
    height: 33px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    text-align: center;
}




/*------------ detail ------------*/
.product-name {
    font-size: 20px;
    line-height: 1.4;
    color: #333;
    letter-spacing: 1.5px;
    padding-bottom: 19px;
    margin-bottom: 22px;
    border-bottom: 1px solid #000;
}
.products-info {
    margin: 80px 0 0;
}
.products-info .gallery{
    display: flex;
    align-items: center;
}
.products-info .txt {
    /* float: right; */
    width: 50%;
    box-sizing: border-box;
    line-height: 1.2;
}
.products-info .content-title {
    font-size: 15px;
    line-height: 1.4;
    margin: 5px 0;
    margin-bottom: 15px;
}
.products-info .products-breadcrumb {
    margin: 3px 0 20px 0;
    padding: 0 0 12px 0;
    line-height: 1.4;
}
.products-info .slider {
    width: 50%;
}
.products-info .slider .pic {
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
}
.thumbnails ul {
    margin: 0 -6px;
}
.thumbnails li a {
    margin: 0;
}
.thumbnails li {
    padding: 0 6px 20px;
    width: calc((100% / 3) - 0.1px);
}
.slick-slide img {
    margin: auto;
}
/*------------ products-title ------------*/
.products-detail {
    margin: 35px 0 0 0;
}
.products-detail .title {
    font-size: 0px;
    font-weight: bold;
    color: #222;
    margin: 0 0 25px;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1440px) {
    .product-list li {
        width: calc((100% / 3) - 0.1px);
    }
    .product-list li:nth-child(3n+1) {
        clear: left;
    }
    .product-list li:nth-child(4n+1) {
        clear: none;
    }
}
@media screen and (max-width: 1100px) {
    .products-info {
        margin: 0;
    }
    .product-name {
       margin-top: 20px;
    }
    .products-info .content-title {
        margin-bottom: 20px;

    }
}
@media screen and (max-width: 767px) {
    .product-list li {
        width: 50%;
    }
    .product-list li:nth-child(2n+1) {
        clear: left;
    }
    .product-list li:nth-child(3n+1) {
        clear: none;
    }
    .products-info .slider,
    .products-info .txt {
        float: none;
        max-width: 470px;
        margin: 0 auto;
        width: auto;
        text-align: center;
    }
    .products-info .gallery{
        display: flex;
        flex-direction: column;
    }
    .products-info .slider,
    .products-info .txt {
        width: 100%;
    }
    .products-info .products-breadcrumb {
        text-align: center;
        margin: 10px 0 20px 0;
    }

    .product-name {
        margin-top: 35px;
    }
}
@media screen and (max-width: 480px) {
    .product-list {
        margin: 0;
    }
    .product-list li {
        width: 100%;
        padding: 0 0 75px;
    }
    .thumbnails li a {
        -webkit-border-top-right-radius: 30px;
        -webkit-border-bottom-left-radius: 30px;
        -moz-border-radius-topright: 30px;
        -moz-border-radius-bottomleft: 30px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
}
