.activity-banner {
    margin-bottom: 50px;
}
.products-list {
    margin: 0 -25px;
}
.products-list .item {
    width: 25%;
    padding: 0 25px;
}
.products-list .box {
    max-width: 320px;
    margin: 0 auto 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 .box.new .pic-box:before {
    content: 'NEW';
    display: block;
    background: #E59D65;
    color: #FFF;
    text-align: center;
    width: 44px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    z-index: 15;
    left: 10px;
    top: 10px;
    font-family: "Sen", sans-serif;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic-box .btn {
    background: #5AA59A;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}
.products-list .pic-box .btn:hover {
    background: #B8B9AA;
}
.products-list .pic-box .btn i {
    color: #fff;
    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 {
    padding: 20px 25px;
    background: #FFF;
    box-sizing: border-box;
    display: block;
    transition: all .3s ease;
    box-shadow: 0px 3px 20px 0px #00000017;
}
.products-list .box:hover .txt {
    background: #006E9C;
}
.products-list .name {
    color: #474747;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    transition: all .3s ease;
}
.products-list .name:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #006E9C;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.products-list .box:hover .name:after {
    width: 100%;
    background: #66A8C4;
}
.products-list .box:hover .name {
    color: #FFF;
}
.products-list .description {
    color: #6D6D6D;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
    overflow: hidden;
    transition: all .3s ease;
    line-height: 1.8;
}
.products-list .box:hover .description {
    color: rgba(255, 255, 255, 0.8);
}
.products-list .box:hover .more {
    color: #B8B9AA;
    border: 2px solid #B8B9AA;
}
.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}
.products-list2 .item {
    width: 100%;
}
.products-list2 .box {
    max-width: unset;
    margin: 0 auto 40px;
    position: relative;
    text-align: left;
    display: flex;
}
.products-list2 .box .cover {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.products-list2 .box.new .pic-box:before {
    content: 'NEW';
    display: block;
    background: #E59D65;
    color: #FFF;
    text-align: center;
    width: 44px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    z-index: 15;
    left: 10px;
    top: 10px;
    font-family: "Sen", sans-serif;
}
.products-list2 .pic-box{
    width: 160px;
}
.products-list2 .pic {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    
}
.products-list2 .pic img{
    border: 1px solid #DCDCDC;
}
.products-list2 .txt {
    box-sizing: border-box;
    display: block;
    transition: all .3s ease;
    width: calc(100% - 160px);
    padding-left: 30px;
}
.products-list2 .name {
    color: #393939;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    transition: all .3s ease;
}
.products-list2 .name:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.products-list2 .name:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #006E9C;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.products-list2 .box:hover .name:after {
    width: 100%;
}
.products-list2 .box:hover .name {
    color: #006E9C;
}
.products-list2 .description {
    color: #5D5D5D;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    max-height: 241px;
    overflow: hidden;
    transition: all .3s ease;
    line-height: 2;
}
.products-intro {
    margin-bottom: 75px;
}
.gallery {
    float: left;
    width: 450px;
}
.gallery .pic-box{
    border: 1px solid #DDDDDD;
}
.pd-intro {
    float: right;
    width: calc(100% - 450px);
    padding-left: 50px;
    box-sizing: border-box;
}
.thumbnails {
    float: right;
    width: 43%;
    padding: 10px 0;
    position: relative;
}
.thumbnails ul {
    margin: 20px -10px;
    position: relative;
    z-index: 15;
}
.thumbnails li {
    width: 33.33%;
    padding: 10px;
    text-align: center;
}
.thumbnails li:nth-child(3n+1) {
    clear: both;
}
.thumbnails li a {
    max-width: 150px;
    margin: 0 auto;
    border: 1px solid #E8E8E8;
}
.thumbnails li a:before {
    content: '';
    background: rgba(90, 165, 154, 0.5) url('../../images/common/products/hover.png') 50% 0% no-repeat;
    border: 5px solid rgba(255, 255, 255, 0.5);
    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;
    background: url('../../images/common/products/line.png') 50% 0% no-repeat;
}
.thumbnails:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('../../images/common/products/line.png') 50% 0% no-repeat;
    transform: rotate(180deg);
}
.pd-intro .pd-id {
    color: #aaa;
    font-size: 14px;
}
.pd-intro .pd-name {
    color: #393939;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    transition: all .3s ease;
}
.pd-intro .pd-name:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.pd-intro .pd-name:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #006E9C;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.pd-intro .description {
    color: #5D5D5D;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    max-height: 305px;
    overflow: hidden;
    transition: all .3s ease;
    line-height: 2;
}
.pd-intro .products-btn-box{
    position: relative;
    padding-top: 25px;
    margin-top: 18px;
}
.pd-intro .products-btn-box:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #DCDCDC;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 15;
    transition: all .3s ease;
}
.pd-intro .products-btn-box .products-btn{
    width: 240px;
    height: 60px;
    transition: all .3s ease;
    border-radius: 15px;
    background: #EFF0F3;
    padding-left: 80px;
    box-sizing: border-box;
    display: inline-block;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
    position: relative;
}
.pd-intro .products-btn-box .products-btn:before{
    font-family: 'icon-font-3' !important;
    content: "\cc916";
    transition: all .3s ease;
    color: #333333;
    font-size: 18px;
    position: absolute;
    left: 39px;
    top: 0;
}
.pd-intro .products-btn-box .products-btn:hover{
    background: #D08449;
    color: #FFF;
}
.pd-intro .products-btn-box .products-btn:hover:before{
    color: #FFF;
}
.pd-intro .products-btn-box .products-btn + .products-btn{
    margin-left: 15px;
}
.pd-info-box,
.pd-info.price {
    border-bottom: 1px dotted #A4A592;
}
.pd-info {
    margin: 12px 0;
}
.pd-info b {
    color: #DA6994;
    font-size: 16px;
}
.pd-info select.form-control {
    display: inline-block;
    margin: 0;
    max-width: 60%;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
}
.pd-info select.form-control:focus {
    border-color: #7FCAA5;
}
.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: 35%;
}
.pd-info .color-radio {
    display: inline-block;
    padding: 2px;
    border: 1px solid #DCDCDC;
    position: relative;
    line-height: normal;
    margin: 0 3px 6px 0;
    cursor: pointer;
}
.pd-info .color-radio.checked {
    border-color: #7FCAA5;
}
.pd-info .color-radio input {
    visibility: hidden;
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
}
.pd-intro .btn-group .btn {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    margin: 5px 0;
    padding: 10px 0;
}
.pd-intro .btn-group .btn.addcart {
    background: #72B1AA;
}
.pd-intro .btn-group .btn.addcart:hover {
    background: #437A75;
}
.pd-intro .btn-group .btn.buynow {
    background: #B8B9AA;
}
.pd-intro .btn-group .btn.buynow:hover {
    background: #6C6D5A;
}
.pd-intro .btn-group .btn.soldout {
    border: 2px solid #D5D6CD;
    cursor: not-allowed;
    color: #A5A693;
}
.pd-intro .btn-group .btn.arrival {
    background: #B8B9AA;
}
.pd-intro .btn-group .btn.arrival:hover {
    background: #6C6D5A;
}
.pd-intro .btn-group .btn.wish {
    float: none;
    clear: both;
    width: 100%;
    background: #5AA59A;
}
.pd-intro .btn-group .btn.wish:hover {
    background: #D96893;
}
.pd-intro .btn-group .btn .ic {
    display: block;
    margin: 0 auto 6px;
    font-size: 22px;
}
.pd-intro .btn-group .btn.wish .ic {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 6px 0;
}
.buymore-box {
    padding-top: 15px;
}
.buymore-box .title {
    color: #505050;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    margin: 10px 0;
    border-bottom: 1px solid #E1E1E1;
    padding: 0 0 5px 0;
}
.buymore-box .title i {
    font-size: 15px;
    color: #72B1AA;
}
.buymore-list .item {
    background: #f2faf6;
    margin-top: 3px;
    padding: 8px 12px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.buymore-list .item:hover {
    background: #E9E9E4;
}
.buymore-list .price {
    display: inline-block;
    color: #E50000;
    font-size: 15px;
    font-weight: bold;
}
.buymore-list .name {
    display: inline-block;
    color: #555;
    font-size: 14px;
}
.buymore-list .name:hover {
    text-decoration: underline;
}
.buymore-list .pd-info {
    margin: 0;
    padding-top: 4px;
}
.buymore-list .pd-info .form-control {
    margin: 2px 0;
    padding: 0 5px;
    max-width: none;
}
.buymore-list .pd-info .spec {
    float: left;
    width: calc(100% - 75px);
}
.buymore-list .pd-info .qty {
    float: right;
    width: 70px;
}
.related-box {
    margin-top: 15px;
}
.related-slider {
    position: relative;
}
.related-slider .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
.related-slider .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/products/related_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    opacity: 1;
    border-radius: 0;
}
.related-slider .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.related-list {
    margin: 0 -2px;
}
.related-list .item {
    padding: 0 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.related-list .box {
    display: block;
    max-width: 145px;
    margin: 0 auto;
}
.related-list .pic {
    position: relative;
    overflow: hidden;
}
.related-list .pic:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: all 0.3s;
}
.related-list .box:hover .pic:before {
    opacity: 1;
}
.products-detail {
    position: relative;
}
.related-box .title,
.products-detail .title {
    color: #333333;
    font-family: "Sen", sans-serif;
    font-size: 25px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 5px 20px;
    position: relative;
}
.products-detail .title:before{
    content: "";
    width: 5px;
    height: 26px;
    background: #006E9C;
    position: absolute;
    left: 0;
    top: 6px;
}
.related-box .title i,
.products-detail .title i {
    font-size: 15px;
    color: #72B1AA;
}
/*------------ sort_box ------------*/
.sort_box {
    margin: 0 0 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
}
.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;
    background: #FAFAFA;
    color: #484848;
    padding: 0 5px;
    border: 1px solid #FAFAFA;
}
.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: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#80B9B1;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn:hover,
.sort_icon .ibtn.active {
    background-position: 0 0%;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    height: 26px;
    margin: 0;
    font-weight: normal;
    border-radius: 0;
}
/* ----- rwd ----- */
@media screen and (max-width: 1440px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
    }
    .pd-intro .products-btn-box .products-btn {
        width: 160px;
        height: 45px;
        padding-left: 49px;
        font-size: 15px;
        line-height: 45px;
    }
    .pd-intro .products-btn-box .products-btn:before {
        font-size: 15px;
        left: 25px;
    }
    .products-intro {
        margin-bottom: 30px;
    }
    .gallery {
        width: 40%;
    }
    .pd-intro {
        width: 60%;
        padding-left: 30px;
    }
}
@media screen and (max-width: 1260px) {
    .buymore-box,
    .related-box {
        float: none;
        width: auto;
        clear: both;
    }
    .buymore-list .item {
        padding: 5px 10px;
    }
    .buymore-list .pd-txt {
        float: left;
        padding: 3px 0;
    }
    .buymore-list .pd-info {
        float: right;
        width: 240px;
        padding: 0;
    }
    .related-box {
        margin: 0;
        padding-top: 15px;
        max-width: none;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .txt {
        box-shadow: unset; 
        border-top: 1px solid #EBEBEB;
    }
    .products-list .box {
        border: 1px solid #EBEBEB;
    }
    .products-list2 .pic-box {
        width: 80px;
    }
    .products-list2 .txt {
        width: calc(100% - 80px);
        padding-left: 20px;
    }
    .products-list2 .box.new .pic-box:before {
        width: 39px;
        height: 20px;
        line-height: 20px;
        left: 0;
        top: 0;
        font-size: 12px;
    }
    .products-list2 .description {
        max-height: 220px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 767px) {
    .products-list .item {
        width: 50%;
    }
    .gallery,
    .pd-intro {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .pd-intro .description {
        max-height: 305px;
        line-height: 1.8;
    }
    .pd-intro .products-btn-box {
        text-align: center;
    }
    .pd-intro .products-btn-box .products-btn {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 29px;
    }
    .pd-intro .products-btn-box .products-btn + .products-btn {
        margin-left: auto;
        margin-top: 10px;
    }
    .gallery {
        margin: 25px auto 25px;
    }
    .buymore-list .item {
        padding-bottom: 6px;
    }
    .buymore-list .pd-txt,
    .buymore-list .pd-info {
        float: none;
        width: auto;
    }
    .products-detail .title {
        font-size: 21px;
        margin-bottom: 20px;
        padding-left: 15px;
    }
    .products-detail .title:before {
        height: 21px;
        width: 3px;
    }
    .products-detail .title:after {
        left: 180px;
    }
    .buymore-list .item {
        width: 100%;
        float: left;
    }
    .thumbnails {
        float: none;
        width: 100%;
        padding: 10px 0;
        position: relative;
    }
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
}
/*product_column欄位*/
.products_column_one.type1 .item {
    width: 100%;
}
.products_column_one.type1 .box {
    max-width: unset;
}
.products_column_one.type1 .pic img {
    width: 100%;
}
.products_column_two.type1 .item {
    width: 50%;
}
.products_column_two.type1 .box {
    max-width: unset;
}
.products_column_two.type1 .pic img {
    width: 100%;
}
.products_column_two .item:nth-child(n) {
    clear: inherit;
}
.products_column_two .item:nth-child(2n+1) {
    clear: left;
}
/*!product_column欄位*/