/*------------ product-list ------------*/



.product-list {

    margin: 0 -14px;

}



.product-list li {

    width: 25%;

    padding: 0 14px 30px;

}



.product-list li:nth-child(4n+1) {

    clear: left;

}



.product-list .box {

    position: relative;

}



.product-list .box .cover2 {

    font-size: 0;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    z-index: 30;

}

.product-list >li div.cover{
     width: 50px;
    height: 50px;
    position: absolute;
    top: 9px;
    z-index: 15;
    left: 20px;
        background: url(../../images/common/index/top.png) no-repeat;
}

.product-list >li a.cover{

    font-size: 0;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.product-list > li > .box {

    max-width: 280px;

    margin: 0 auto;

    padding: 10px 0px 0px;

    background: #FFFFFF;

    box-sizing: border-box;

    transition: all .2s;

    display: block;

    position: relative;

    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);

    transition: all .8s ease;

}



.product-list .pic {

    max-width: 260px;

    margin: 0 auto;

    position: relative;

    box-sizing: border-box;

    z-index: 1;

    overflow: hidden;

}



.product-list .pic img {

    -moz-transform: scale(1);

    -webkit-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    -webkit-transition: all 0.8s ease;

    -moz-transition: all 0.8s ease;

    -ms-transition: all 0.8s ease;

    -o-transition: all 0.8s ease;

    transition: all 0.8s ease;

}



.product-list .box:hover .pic img {

    -moz-transform: scale(1.3);

    -webkit-transform: scale(1.3);

    -o-transform: scale(1.3);

    -ms-transform: scale(1.3);

    transform: scale(1.3);

}



.product-list .name {

    text-align: left;

    line-height: 1.4;

    color: #444444;

    font-size: 16px;

    height: 44px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    margin: 20px 10px 15px;

}



.product-list .more {

    background: #BBA788;

    color: #fff;

    display: block;

    padding: 7px 10px;

    font-size: 15px;

    letter-spacing: 2px;

    transition: all .2s;

    border-radius: 0;

    position: relative;

    transition: all .5s ease;

    text-align: left;

    text-transform: lowercase;

}



.product-list .more:after {

  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  width: 30px;

  height: 2px;

  background-color: #a08349;

  -webkit-transition: all .5s ease-in-out;

  -o-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

}



.product-list .box:hover .more:after {

  width: 100%;

}





/*------------ search ------------*/



.search-title {

    font-size: 15px;

}



.search-title b {

    font-size: 20px;

    color: #444444;

}





/*------------ detail ------------*/



.products-intro {

    padding: 10px 0;

    background: #FFF;

    margin: 0 0 17px;

}



.products-intro .product-name {
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom: 1px solid #DDD;
    padding: 2px 0 15px;
    letter-spacing:1px;
    margin: 0 0 10px;
}



.products-intro .product-name .icon01 {

    display: inline-block;

    transform-origin: 100% 50%;

    margin: 0 20px 4px 0;

    border: 0;

}



.products-intro .gallery {

    width: 49%;

    float: left;

}



.products-intro .slick-item img {

    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);

}



.products-intro .thumbnails {

    float: right;

    width: 49%;

}



.product-text {

    margin: 0px 0 23px;

}



.products-intro .thumbnails li {

    width: calc((100% / 3) - 0.1px);

    border: 1px solid #fff;

}
.products-intro .thumbnails li:nth-child(3n+1) {
    clear: both;
}
.products-intro .thumbnails li a {

    position: relative;

}



.products-intro .thumbnails li a:before {

    content: "\e1013";

    font-family: 'icon-font' !important;

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

    font-size: 23px;

    color: #FFFFFF;

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 10;

    margin: -11px 0 0 -11px;

    opacity: 0;

    transition: all .2s;

}



.products-intro .thumbnails li a:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgba(0, 0, 0, .8);

    opacity: 0;

    transition: all .2s;

}



.products-intro .thumbnails li a:hover:before,

.products-intro .thumbnails li a:hover:after {

    opacity: 1;

    transition: all .2s;

}





/*------------ products-title ------------*/



.products-detail .title {

    background: #DDD;

    color: #fff;

    padding: 3px 10px;

    font-size: 13px;

    margin: 0;

}





/*------------ rwd ------------*/



@media screen and (max-width: 1400px) {}



@media screen and (max-width: 1200px) {

    .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;

    }

    .products-intro {

        text-align: center;

    }

    .products-intro .gallery,

    .products-intro .thumbnails {

        width: auto;

        float: none;

        max-width: 580px;

        margin: 0 auto;

    }

}



@media screen and (max-width: 960px) {

    .products-info {

        text-align: center;

    }

}



@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;

    }

}



@media screen and (max-width: 600px) {

    .products-intro .product-name {

        padding: 15px 0 25px;

    }

}



@media screen and (max-width: 480px) {

    .product-list {

        margin: 0;

    }

    .product-list li {

        width: 100%;

        padding: 0 0 30px;

    }

}



@media screen and (max-width: 400px) {}

