.activity-banner {
    margin-bottom: 50px;
}
.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 25%;
    padding: 0 10px;
}
.products-list .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 270px;
    margin: 0 auto 40px;
    position: relative;
}
.products-list .box.new:before {
    content: '';
    display: block;
    background: url('../../images/common/products/new_tag.png') no-repeat;
    width: 58px;
    height: 58px;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 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) 50% 60% no-repeat rgba(251,207,199,0.80);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    opacity: 0;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    background-position: 50% 50%;
    opacity: 1;
}
.products-list .txt {
    padding-top: 10px;
}
.products-list .name {
    color: #666;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 27px;
}
.products-list .box:hover .name {
    color: #1B7292;
}
.products-list .offers {
    color: #F2856C;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 37px;
}
.products-list .offers .icon {
    background-position: -160px 0;
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.products-list .btn-group {
    overflow: hidden;
}
.products-list .btn {
    float: left;
    width: 49%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding: 0 12px;
    margin:0 1px;
}
.products-list .btn.wish {
    background: #FBCFC7;
}
.products-list .btn.wish:hover {
    background: #F89F8F;
}
.products-list .btn.detail {
    background: #DAE51E;
}
.products-list .btn.detail:hover {
    background: #ABB315;
}
.products-list .btn .icon {
    width: 20px;
    height: 20px;
    margin: 0 5px 3px 0;
}
.products-list .btn.wish .icon {
    background-position: -40px -87px;
}
.products-list .btn.detail .icon {
    background-position: -60px -87px;
}
/******** 新增拆單系統 *****************/
.shopping_way span+span{
    margin:0 2px;  
}
.shopping_way span{
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background:#fbab9b;
    display:inline-block;
    border-radius:5px;
    margin-bottom: 8px;
    width: 32%;
    letter-spacing: 1px;
}
.shopping_way .cold{
    background:#80dc9c;
}
.shopping_way .freezing{
    background:#63c7f5;
}
.pd-way-top{
	display: inline-block;
    position: relative;
}
.shopping_way.inner{
	display: inline-block;
}
.shopping_way.inner span{
    width:auto;
    padding:0 5px;
}
.shopping_way.inner span+span{
    margin:0 5px;
}
/******** 新增拆單系統 *****************/
@media screen and (max-width: 1200px) {
    .products-list .item {
        width: 25%;
    }
    .products-list .item:nth-child(5n+1) {
        clear: none;
    }
    .products-list .item:nth-child(4n+1) {
        clear: left;
    }
}
@media screen and (max-width: 1000px) {
    .products-list .item {
        width: 33.33%;
    }
    .products-list .item:nth-child(4n+1) {
        clear: none;
    }
    .products-list .item:nth-child(3n+1) {
        clear: left;
    }
    .shopping_way span{
        line-height: 22px;
        font-size: 12px;
        font-weight: normal;
        width: auto;
        padding:0 8px;
        margin-bottom: 3px;
    }
    .products-list .name{
        height: 20px;
        line-height:20px;
    }
    .products-list .offers {
        font-size: 15px;
        line-height: 15px;
        margin: 0px 0 5px;
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .products-list {
        margin: 0 -7px;
    }
    .products-list .item {
        padding: 0 7px;
        width: 50%;
    }
    .products-list .item:nth-child(3n+1) {
        clear: none;
    }
    .products-list .item:nth-child(2n+1) {
        clear: left;
    }
    .products-list .box {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
    .products-list .btn .icon {
        display:none;
    }
    .products-list .btn{
        text-align:center;
        font-size:12px;
        padding:0px;
    }
    .products-list .btn {
        width: 47%;
    }
}