﻿.productlist-v2 {
    margin-top: 10px;
    margin-left: -10px;
    height: 220px;
    /*overflow: hidden;*/
}

.productlist-v2 .productitem {
    margin-left: 10px;
    width: 110px;
    height: 230px;
    display: inline-block;
    position: relative;
}

.productlist-v2 .productitem .threeicon {
    color: #e74737;
    font-size: 28px;
    position: absolute;
    right: 10px;
    opacity: 0.9;
    top: 0;
}

.productlist-v2 .productitem .numlabel {
    position: absolute;
    right: 10px;
    top: 2px;
    color: white;
    font-size: 14px;
    display: inline-block;
    width: 21px;
    text-align: center;
}

.productlist-v2 .productitem .picture {
    width: 110px;
    height: 110px;
    display: block;
    font-size: 0;
    overflow: hidden;
}

.productlist-v2 .productitem .picture:hover { /*opacity: 0.8;*/ }

.productlist-v2 .productitem .picture > img { width: 100%; }

.productlist-v2 .productitem .title {
    color: #585858;
    line-height: 19px;
    margin: 3px 0;
    height: 40px;
    display: block;
    overflow: hidden;
    font-size: 12px;
}

.productlist-v2 .productitem .title:hover { color: #e74737; }

.productlist-v2 .productitem .coupon-desc {
    text-align: center;
    color: #e74737;
    font-size: 14px;
    margin-bottom: 10px;
}


.productlist-v2 .productitem .coupon-desc del {
    color: #858585;
    font-size: 12px;
}

.productlist-v2 .productitem .couponcover {
    position: absolute;
    opacity: 0.8;
    width: 100%;
    background-color: white;
    height: 70px;
    top: 120px;
    display: none;
}

.productlist-v2 .productitem .hoverbtn {
    position: absolute;
    display: block;
    /*background-color: #e74737;*/
    border: 1px solid #e74737;
    color: #e74737;
    width: 87px;
    text-align: center;
    line-height: 27px;
    border-radius: 30px;
    top: 180px;
    /*display: none;*/
    left: 11px;
    font-size: 12px;
}