.main_pd {
    background: #F0EFEA;
    box-sizing: border-box;
    padding: 60px 60px 30px;
    margin-bottom: 40px;
    align-items: center;
    position: relative;
}
.main_pd .title {
    background: #FFC732;
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    display: inline-block;
    padding: 0px 15px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top:0;
}

.search-keyword {
    color: #00815F;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.products-list.type1 {
    margin: 0 -3%;
}
.products-list.type1 .item {
    width: 33.33%;
    padding: 0 3%;
}
.products-list.type1 .item:nth-child(3n+1) {
    clear: left;
}
.products-list.type2 {
    margin: 0 -1.5%;
}
.products-list.type2 .item {
    width: 25%;
    padding: 0 1.5%;
}
.products-list.type2 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 325px;
    margin: 0 auto 50px;
    position: relative;
}
.products-list a.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:before {
    content: 'NEW';
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    color: #00815F;
    height: 20px;
    line-height: 18px;
    border: 1px solid #00815F;
    background: rgba(255,255,255,0.8);
    padding: 0 3px;
    font-family: 'Oswald','微軟正黑體', sans-serif;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #E0E0E0;
    padding: 4px;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic {
    opacity: 0.5;
}
.products-list .txt {
    text-align: center;
    padding: 10px 0;
}
.products-list .name {
    color: #545454;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 25px;
}
.products-list .box:hover .name {
    color: #00815F;
}
.products-intro {
    margin: 0 0 40px;
}
.products-intro .pd-name {
    color: #535353;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin: 0 0 45px;
}
.products-intro .pd-name:after {
    content: '';
    display: block;
    border-top: 1px solid #BBB;
    max-width: 252px;
    margin: 5px auto 0;
}
.gallery {
    float: left;
    width: 85%;
}
.gallery .slider {
    max-width: 948px;
    margin: 0 auto;
}
.thumbnails {
    float: right;
    width: 11.75%;
}
.thumbnails ul {
    margin: 0 -7%;
}
.thumbnails li {
    padding: 7%;
}
.thumbnails li a:hover,
.thumbnails li.active a {
    opacity: 0.5;
}
.products-detail {
    position: relative;
}
.products-detail .title {
    color: #00815F;
    font-family: 'Oswald','微軟正黑體', sans-serif;
    font-size: 22px;
    margin-bottom: 10px;
}
.products-detail .title .ic {
    border: 1px solid #00815F;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    vertical-align: text-bottom;
    margin-left: 6px;
}
.products-detail .editor {
    /*padding: 20px 0;*/
}
@media screen and (max-width: 1380px) {
    .products-list.type1 {
        margin: 0 -1.5%;
    }
    .products-list.type1 .item {
        padding: 0 1.5%;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .activity-banner {
        margin-bottom: 30px;
    }
    .products-list.type2 {
        max-width: 800px;
        margin: 0 auto;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .products-list.type2 .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list.type2 .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type1 {
        margin: 0 -7px;
    }
    .products-list.type1 .item {
        width: 50%;
        padding: 0 7px;
    }
    .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;
    }
    .products-list.type2 {
        margin: 0 -7px;
    }
    .products-list.type2 .box {
        margin-bottom: 30px;
    }
    .products-intro .pd-name {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .gallery,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails ul {
        margin: 0;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 540px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type1 .item:nth-child(n) {
        clear: none;
    }
    .products-list.type2 .item {
        width: 100%;
    }
    .products-list.type2 .item:nth-child(n) {
        clear: none;
    }
}
@media screen and (max-width: 500px) {
    .thumbnails li {
        width: 33.33%;
    }
}