.activity-banner {
    margin-bottom: 50px;
}

.products-list.type1 {
    margin: 0 -18px;
}

.products-list.type1 .item {
    padding: 0 18px;
    width: calc((100% / 3) - 0.1px);
}

.products-list.type2 {
    margin: 0 -2px;
}

.products-list.type2 .item {
    width: 25%;
    padding: 0 2px;
}

.products-list .box {
    max-width: 360px;
    margin: 0 auto 30px;
    position: relative;
}

.products-list .box.new .pic-box:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}

.products-list .pic-box {
    position: relative;
    overflow: hidden;
}

.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .pic:before {
    content: '';
    background: url('../../images/common/products/hover.png') repeat;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .4;
    transition: all 0.3s;
}

.products-list .pic:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    border: 1px solid #fff;
    margin: 8px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.products-list .pic:hover:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.products-list .pic-box .ibtn {
    background-image: url('../../images/common/products/btns.png');
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.products-list .cover {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 4;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.products-list .txt {
    padding-top: 0px;
    text-align: left;
}

.products-list .name {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    margin: 0 0 10px;
}

.products-list .box .more {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0064ea+0,004098+100 */
    background: rgb(0, 100, 234);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0, 100, 234, 1) 0%, rgba(0, 64, 152, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 100, 234, 1) 0%, rgba(0, 64, 152, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 100, 234, 1) 0%, rgba(0, 64, 152, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0064ea', endColorstr='#004098', GradientType=0);
    /* IE6-9 */
    border-radius: 5px;
    display: inline-block;
    padding: 5px 8px;
    color: #fff;
    font-weight: bold;
}

.products-list .box:hover .more {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e70012+0,b20000+100 */
    background: rgb(231, 0, 18);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(231, 0, 18, 1) 0%, rgba(178, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(231, 0, 18, 1) 0%, rgba(178, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(231, 0, 18, 1) 0%, rgba(178, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e70012', endColorstr='#b20000', GradientType=0);
    /* IE6-9 */
}

.products-list .btn-group {
    overflow: hidden;
    margin-top: 8px;
}

.products-intro {
    margin-bottom: 50px;
}

.gallery {
    float: left;
    width: 56%;
    max-width: 680px;
}

.products-intro .pd-name {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0px;
    padding: 7px 0 20px 50px;
    line-height: 1.2;
    background: url('../../images/common/products/a.png') 0 0 no-repeat;
}

.pd-price {
    display: block;
    vertical-align: middle;
    background: rgba(0,0,0,0.2);
    padding: 5px 20px;
    font-weight: bold;
    border-bottom: 1px solid #e70012;
    margin: 5px 0 15px;
}
.thumbnails {
    float: right;
    width: 36%;
}

.thumbnails ul {
    margin: -45px -15px 0 0;
}

.thumbnails li {
    width: 50%;
    padding: 45px 15px 0;
}

.thumbnails li a {
    margin: 0 auto;
}

.thumbnails li .pic {
    overflow: hidden;
    max-width: 186px;
    position: relative;
}

.thumbnails li .pic:before {
    content: " ";
    position: absolute;
    background: url('../../images/common/news/hover.png') 0% 0% no-repeat;
    top: 43%;
    bottom: 0;
    left: -45%;
    right: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
    z-index: 11;
}

.thumbnails li .pic:after {
    content: " ";
    position: absolute;
    background: rgba(0%, 0%, 0%, 0.8);
    border: 1px solid #e60112;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.thumbnails li a:hover .pic:before,
.thumbnails li a:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.thumbnails li a:hover .pic:before {
    left: 0%;
}

.products-detail .title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    background: url(../../images/common/side_bottom.png) 0% 100% repeat-x;
    height: 10px;
    width: 100%;
    top: 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%;
    }
}

@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;
    }
    .pd-intro .btn-group .btn {
        float: none;
        width: 100%;
        margin: 1% 0%;
    }
}

@media screen and (max-width: 1000px) {
    .products-list.type2 .item {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .products-list.type1 .item {
        width: 50%;
    }
    .products-list.type1 .box {
        margin-bottom: 30px;
    }
    .products-list.type2 .item {
        width: 50%;
    }
    .gallery,
    .pd-intro,
    .thumbnails {
        float: none;
        width: auto;
    }
    .thumbnails li {
        width: 16.66%;
        padding: 30px 5px 0;
    }
    .thumbnails li .pic:before {
        background: none;
    }
    .gallery {
        margin: 0 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;
    }
    .products-detail .title:before {
        font-size: 30px;
        margin-right: 5px;
    }
    .products-detail .title:after {
        left: 180px;
    }
    .pd-intro .btn-group .btn.arrival {
        padding-top: 5px;
    }
    .pd-intro .btn-group .btn.arrival .ic {
        margin: -5px 0 0 -36px;
    }
}

@media screen and (max-width: 520px) {
    .products-list.type1 .item {
        width: 100%;
    }
    .products-list.type2 .item {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .pd-intro .btn-group .col {
        width: 100%;
    }
    .pd-intro .btn-group .btn.arrival {
        padding-top: 0px;
    }
    .pd-intro .btn-group .btn.arrival .ic {
        margin: 3px 0 0 -36px;
    }
}