/*------------ 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>li>.box {
    max-width: 280px;
    margin: 10px auto 10px;
    padding: 10px 10px 10px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #AAAAAA66;
    box-sizing: border-box;
    transition: all .3s ease;
    display: block;
    position: relative;
    top: 0;
    box-shadow: -1px 3px 5px rgb(0 0 0 / 10%);
    border-bottom: 4px solid #888;
}

.product-list li>.box .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    font-size: 0;
}

.product-list>li>.box:hover {
    border-color: #F0851966;
    top: -10px;
    border-bottom-color: #F08519;
}

.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 li:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-list .name {
    text-align: center;
    line-height: 1.2;
    color: #3D3939;
    font-size: 17px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 25px 0 5px;
    letter-spacing: 0.5px;
}

.product-list .text {
    max-width: 280px;
    margin: 0 auto;
}

.product-list .more {
    color: #888;
    display: block;
    padding: 20px 10px 0;
    font-size: 20px;
    font-family: 'Teko', serif;
    letter-spacing: 1.8px;
    transition: all .3s ease;
}

.product-list .box:hover .more {
    color: #F08519;
    transition: all .3s ease;
}

.product-list li .box.new:before {
    content: '';
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    top: 0;
    z-index: 15;
    left: 0;
    background: url(../../images/common/index/top.png);
}

/*------------ search ------------*/

.search-title {
    font-size: 15px;
    border: 0;
    margin: 0 0 30px;
    padding: 2px 0 2px 40px;
}

.search-title:before {
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 3px 10px 0 0;
}

.search-title b {
    font-size: 15px;
    color: #555;
}

/*------------ detail ------------*/

.products-intro {
    padding: 10px;
    background: #FFF;
    margin: 0 0 40px;
}

.products-intro .product-name {
    color: #555555;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 0 20px 55px;
    margin: 0 0 23px;
    position: relative;
}

.product-name h1 {
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

.products-intro .product-name .icon01 {
    display: inline-block;
    position: absolute;
    top: 10px;
}

.products-intro .gallery {
    width: 49%;
    float: left;
}

.products-intro .slick-item {
    border: 1px solid #AAAAAA66;
}

.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;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 75px;
}

.products-intro .thumbnails li {
    width: calc((100% / 3) - 0.1px);
    border: 1px solid #fff;
}

.products-intro .thumbnails li a {
    position: relative;
    border: 1px solid #dddddd66;
}

.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 .3s ease;
}

.products-intro .thumbnails li a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 133, 25, .8);
    opacity: 0;
    transition: all .3s ease;
}

.products-intro .thumbnails li a:hover:before, .products-intro .thumbnails li a:hover:after {
    opacity: 1;
    transition: all .3s ease;
}

/*------------ products-title ------------*/

.products-detail .title {
    background: #F7EEE5;
    color: #888;
    padding: 0px 15px;
    font-size: 26px;
    line-height: 46px;
    margin: 0 0 35px;
    border-left: 5px solid #F08519;
    font-family: 'Teko', serif;
}

/*------------ 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 .icon01 {
        top: 12px;
        left: 7px;
    }
    .products-detail .title {
        margin: 0 0 0;
    }
}

@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) {}