.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 330px;
    margin: 0 auto 70px;
    position: relative;
}
.products-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url(../../images/common/products/new_tag.png) no-repeat;
    width: 61px;
    height: 64px;
    position: absolute;
    z-index: 10;
    left: 4px;
    top: 4px;
}
.products-list .pic-box {
    position: relative;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic img {
  width: 100%;
  transition: all 0.3s ease;
}

.products-list .box:hover .pic img {
  opacity: 0.85;
  transform: scale(.92);
  transition: all 0.3s ease;
}

.products-list .txt {
    padding-top: 20px;
}
.products-list .name {
    color: #212121;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}
.products-list .box:hover .name {
    color:#E94607;
}
.products-list .price {
    color: #cc0b0b;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    font-family: "Cinzel","微軟正黑體";
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 3px double #625a65;
    display: none;
}
.products-list .description {
    color: #212121;
    font-size: 15px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.products-intro {
    margin-bottom: 50px;
}
.gallery {
    float: left;
    width: 58%;
    max-width: 675px;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 35%;
}
.pd-intro .pd-name {
    color: #212121;
    font-size: 25px;
    margin: 0 0 5px;
    font-weight: bold;
    line-height: 1.2;
}
.pd-intro .pd-price {
    color: #cc0b0b;
    font-size: 16px;
    font-weight: bold;
    font-family: "Cinzel","微軟正黑體";
    margin: 0 0 12px;
    border-bottom: 3px double #625a65;
}
.thumbnails ul {
    margin: -2px;
}
.thumbnails li {
    width: 50%;
    padding: 2px;
}
.thumbnails li a {
    max-width: 180px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: '';
    display: block;
    background: rgba(100, 100, 100, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnails li a:hover:before,
.thumbnails li.active a:before {
    opacity: 0;
}

.products-detail {
    position: relative;
}
.products-detail .title {
    position: relative;
    line-height: 40px;
    color: #e94609;
    font-family: "Cinzel","微軟正黑體";
    font-weight: bold;
    font-size: 0px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}

.products-detail .title:after {
    content: '';
    border-top: 1px solid #e94609;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

@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.type1 .item {
        width: 33.33%;
    }
    .products-list.type1 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type1 .item:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .products-detail {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .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: 40px;
    }
    .products-intro {
        margin-bottom: 10px;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .pd-intro .pd-name {
        /* margin-bottom: 15px; */
        font-size: 21px;
    }
    .gallery {
        margin: 0 auto 10px;
    }
    .gallery img{
        margin: 0 auto;
    }
    .thumbnails li {
        width: 16.66%;
    }
    .products-detail .title {
        font-size: 0px;
        margin-bottom: 20px;
    }
    .products-detail .title:after {
        content: '';
        border-top: 1px solid #e94609;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        width: 100%;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
}