.activity-banner {
    margin-bottom: 50px;
}
.products-list.type1 {
    margin: 0 0px;
}
.products-list.type1 .item {}
.products-list .item {
    width: 25%;
}
.products-list.type2 {
    margin: 0 -18px;
}
.products-list.type2 .item {
    width: 20%;
    padding: 0 18px;
}
.products-list .box {
    margin: 0 5px 40px;
    position: relative;
    text-align: left;
}
.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 .item.new:before{
    content:'NEWS';
    position:absolute;
    z-index:99;
}
.products-list .pic-box .pic {
    width:100%;
}
.products-list .pic img {
    width: 100%;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
}
.products-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic-box .btn {
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.products-list .pic-box .btn i {
    font-size: 20px;
    line-height: 30px;
}
.products-list .pic-box .ibtn.wish {
    background-position: 0 0;
}
.products-list .pic-box .ibtn.wish:hover {
    background-position: 0 100%;
}
.products-list .pic-box .ibtn.delete {
    background-position: 100% 0;
}
.products-list .pic-box .ibtn.delete:hover {
    background-position: 100% 100%;
}
.products-list .txt {
    position: relative;
    box-sizing: border-box;
    height: 91px;
}
.products-list .name {
    margin-bottom: 5px;
}
.products-list .name a {
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    position: relative;
    height: 25px;
    transition: all .3s ease;
}
.products-list .box .txt:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    top: 0;
    opacity: 0;
    left: 0;
    transition: all .3s ease;
}
.products-list .box:hover .txt:before {
    opacity: 1;
    height: 100%;
}
.products-list .description a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    overflow: hidden;
    transition: all .3s ease;
    line-height: 1.4;
    height: 0;
}
.products-list .box:hover .description a {
    height: 36px;
}
.products-list .more {
    border-radius: 20px;
    margin: 5px 0;
    display: inline-block;
    padding: 2px 5%;
}
.products-list .more i {
    font-size: 16px;
}
.products-list .offers {
    font-size: 15px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}
.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}
.products-intro {
    margin-bottom: 20px;
}
.gallery {
    float: left;
    width: 56%;
    max-width: 560px;
    padding: 0 30px;
    box-sizing: border-box;
}
.thumbnails {
    padding: 10px 0;
    position: relative;
}
.thumbnails ul {
    margin: 0px -10px;
    position: relative;
    z-index: 15;
}
.thumbnails li {
    width: 33.33%;
    padding: 10px;
}
.thumbnails li a {
    max-width: 150px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
}
.thumbnails li a:hover:before {
    background-position: 50% 50%;
    opacity: 1;
}
.thumbnails:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.thumbnails:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotate(180deg);
}
.pd-intro {
    float: right;
    width: 44%;
}
.pd-intro .pd-id {
    font-size: 14px;
}
.pd-intro .pd-name {
    font-size: 20px;
    margin: 10px 0;
    line-height: 1.5;
    padding: 0 0 5px 0;
    font-weight: normal;
}
.pd-info {
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 5px;
}
.pd-info b {
    font-size: 20px;
}
.pd-price {
    display: block;
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: line-through;
}
.pd-price.better {
    text-decoration: none;
}
.pd-info-label {
    margin-bottom: 6px;
    float: left;
    width: 40%;
    line-height: 2;
}
.products-detail .title span b {
    font-weight: bold;
    display: block;
    font-size: 15px
}
.products-detail .title {
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
    margin: 30px 0 20px;
    line-height: 1.4;
    position: relative;
}
.products-detail .title:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.products-detail .title span {
    padding: 0 17px;
    position: relative;
    display: inline-block;
    z-index: 5;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    padding: 0 5px;
    height: 30px;
}
.sort_box .form-control:focus {
    outline: none;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon {
    float: left;
    line-height: 30px;
    padding: 4px 0 0;
}
.sort_icon .ibtn.one {
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active {
    background-position: 0 100%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
/*************************************/
/***products_view_two***/
.products-list.type1 li.item_two {
    width: 50%;
    padding: 0 10px;
}
.products-list.type1 li.item_two:nth-child(4n+1) {
    clear: none;
}
.products-list.type1 li.item_two:nth-child(3n+1) {
    clear: none;
}
.products-list.type1 li.item_two:nth-child(2n+1) {
    clear: left;
}
.products-list.type1 li.item_two .box {
    max-width: 100%;
}
@media screen and (max-width: 480px) {
    .products-list.type1 li.item_two {
        padding: 0 5px;
    }
}
/***products_view_one***/
.products-list.type1 li.item_one:nth-child(n) {
    clear: none;
    width: 100%;
}
/********************************/
.share_box .share-link .btn {
    width: 30px;
}
.share_box .share-link .btn {
    font-size: 30px;
}
@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: 1210px) {
    .pd-intro .btn-group .btn {
        font-size: 12px;
        margin: 5px 0px;
    }
}
@media screen and (max-width: 1000px) {
    .products-list.type2 .item {
        width: 33.33%;
    }
    .products-list .description {
        font-size: 14px;
        line-height: 25px;
    }
    .products-list .box .txt:before {
        opacity: 1;
        height: 100%;
    }
    .products-list .box .description a {
        height: 41px;
    }
     .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 .box {
        margin-bottom: 30px;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin: 0 auto 25px;
    }
    .products-detail {
        margin: 25px 0 0;
    }
    .products-detail .title {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 500px) {
    .products-list.type2 .item {
        width: 100%;
    }
    .products-list .more {
        margin: 10px 0;
    }
    /*****優化區域*****/
    .products-list.type1 .box {
        margin-bottom: 20px;
    }
    .products-sect .sect-title {
        padding: 15px 0 15px 0;
        display: block;
        line-height: 1.4em;
    }
    .products-list .name {
        font-size: 16px;
        height: 20px;
        margin: 0 0 8px 0;
        padding: 0 0 10px;
    }
    .products-list .offers {
        font-size: 13px;
        height: auto;
        line-height: 1.4;
    }
    .pd-intro .pd-name {
        font-size: 16px;
        margin: 10px 0;
    }
    .pd-info {
        font-size: 14px;
    }
    .pd-info b {
        font-size: 16px;
    }
    .pd-intro .pd-id {
        font-size: 14px;
    }
    .products-intro {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 400px) {
    .products-list .item {
        width: 100%;
    }
}
/*product_column欄位*/
.products_column_one .item {
    width: 100%;
}
.products_column_two .item {
    width: 50%;
}
.products_column_two .item:nth-child(n) {
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1) {
    clear: left;
}
/*!product_column欄位