.product_list li .sale i, .product_list li .tag {
    position: absolute;
    color: #fff;
    display: block;
    text-align: center
}
.product_list li {
    margin-top: 10px;
    position: relative;
    background-color: #fff;
    padding: 10px
}
.product_list li a {
    display: -webkit-box;
    width: 100%
}
.product_list li .pic {
    width: 80px;
    height: 80px;
    max-width: 200px;
    padding-right: 10px
}
.product_list li .pic img {
    width: 100%;
    min-height: 80px
}
.product_list li .info {
    -webkit-box-flex: 1
}
.product_list li .name {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
    height:38px;
    overflow: hidden
}
    .product_list li .name small{ height:16px; line-height:16px; padding:0 5px; font-size:12px; color:#fff; margin-right:5px; background:#b0352f; border-radius:2px;
    }

.product_list li .name img {
    height: 14px;
    margin-right: 3px;
    vertical-align: -2px
}
.product_list li .price .now {
    font-size: 16px;
    margin-right: 10px
}
.product_list li .price .chabi {
    font-size: 12px;
    color: #b0352f;
}
.product_list li .price del, .product_list li .price em, .product_list li .sale {
    font-size: 12px;
    color: #999; margin-right:10px;
}
.product_list li .sale {
    position: relative;
    border-top: 1px solid #dedede;
    margin-top: 5px;
    padding-top: 5px;
    /*margin-right: 20px*/
}
.product_list li .sale i {
    width: 94px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    overflow: hidden;
    top: -17px;
    right: -10px;
    z-index: 2;
    background: #b0352f;
    border-radius: 10px;
    vertical-align:-2px;
}
.product_list li .tag {
    width: 26px;
    height: 30px;
    padding: 2px 2px 0;
    top: 0;
    left: -5px;
    background: url(../images/tag-bg.png) no-repeat;
    background-size: contain;
    font-size: 10px;
    line-height: 12px
}
.product_list li .pic .tag_img {
    z-index: 1000;
    height: 26.5px;
    width: 24px;
    min-height: 18px;
    position: absolute;
    left: 0;
    top: 0
}