@charset 'utf-8';
.search-keyword {
    color: #E5A755;
    font-size: 15px;
    text-align: center;
    margin-bottom: 40px;
}
.search-keyword span {
    display: inline-block;
    border: 1px solid #C19F7E;
    padding: 3px 12px;
}
.products-list {
    margin: 0 auto;
    max-width: 1470px;
}
.products-list .item {
    width: 25%;
    padding: 0 18px;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto 60px;
    position: relative;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    background:rgba(0,0,0,0.75);
    transition: all .6s ease;
    left: 0;
    top: 0;
    bottom:0;
}
.products-list .box:hover .pic:before{
    width: 100%
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .6s ease;
    height: 46px;
    font-family: '新細明體';
}
.products-list .name a {
    display: inline;
}
.products-list .box:hover .name {
    color: #E5A755;
}

.products-list .description{
    color: #FFFFFF;
    transition: all .6s ease;
    font-size: 14px;
    height: 45px;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
     letter-spacing: 0.1em;
}
.products-list .box:hover .description {
    color: #636567;
}
.products-intro .pd-name {
    background: #1E1E1E;
    color: #E5A755;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 8px 16px;
    margin: 0 0 30px;
    line-height: 1.2;
    font-family: '新細明體';
}
.gallery {
    position: relative;
}
.gallery .slider {
    max-width: 500px;
    margin: 0 auto 15px;
}
.gallery .slick-prev,
.gallery .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 90px;
    height: 90px;
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all 0.6s ease;


}
.no-svg .gallery .slick-prev,
.no-svg .gallery .slick-next {
    background-image: url('../../images/common/arrow.png')
}
.gallery .slick-prev {
    background-position: 0 0;
    left: 2%;
}
.gallery .slick-next {
    background-position: 100% 0;
    right: 2%;
}
.gallery .slick-prev:hover {
    background: url('../../images/common/arrow_hover.png') no-repeat;
    background-position: 0 0;
}
.gallery .slick-next:hover {
    background: url('../../images/common/arrow_hover.png') no-repeat;
    background-position: 100% 0;
}
.gallery .page-control {
    width: 150px;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -75px;
    color: #878787;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
}
.gallery .page-control .current {
    color: #E8D0B4;
    font-size: 18px;
    font-weight: bold;
}

.products-detail {
    position: relative;
    border-bottom: 1px dashed #4E4032;
    max-width: 1200px;margin:0 auto
}
.products-detail .title {
    color: #E5A755;
    font-family: 'Neuton';
    font-size: 19px;
    letter-spacing: 0.05em;
}
.products-detail .title .ic {
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 4px;
}
.products-detail .editor {
    padding: 25px 0 40px;
}

@media screen and (max-width: 1440px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1320px) {
    .products-list.type2 {
        margin: 0 -10px;
    }
    .products-list.type2 .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1180px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .products-list.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: left;
    }
    .gallery .slick-prev,
    .gallery .slick-next {
        width: 60px;
        height: 60px;
        background-size: 200% auto;
        margin-top: -30px;
    }
}
@media screen and (max-width: 840px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list.type2 .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
    .gallery .slick-prev,
    .gallery .slick-next {
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
}
@media screen and (max-width: 580px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }
}