.recomend-wrap{

}

.recomend-wrap .header2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 29px;
}

.recomend-item{
    width: 200px;
    height: 253px;
    overflow: hidden;
    padding: 0;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.recomend-img {
    text-align: center;
    padding-top: 5px;
}

.recomend-sale{
    width: 48px;
    font-size: 15px;
    color: #9e005d;
    border: solid 1px #9e005d;
    margin-top: 1px;
    line-height: 22px;
}

.recomend-prices{
    padding-top: 3px;
}

.recomend-old-price{
    color: #bdbdbd;
    font-size: 14px;
    text-decoration: line-through;
}

.recomend-cur-price{
    color: #9e005d;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.recomend-name{
    font-size: 12px;
}