.deals-main{
    /*width: 300px;*/
    margin-bottom: 56px;
}

.deals-mian-top{
    position: relative;

}

.deals-mian-top img{
    display: block;
    width: 100%;
}

.deals-name{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: rgba(255, 255, 255, 0.7);
    line-height: 40px;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.deals-name span{
    font-size: 14px;
    color: #1C201E;
}


.deals-describe{
    font-size: 16px;
    color: #1C201E;
    margin: 16px 0 0 0;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 40px;
}

.deals-price{
    margin: 16px 0 0 0;
}

.deals-presentPrice{
    font-size: 24px;
    font-weight: 600;
    color: #1C201E;
    margin-right: 8px;
}
.deals-originaPrice{
    font-size: 12px;
    color: #8F9391;
    text-decoration: line-through;
}

.deals-cashback{
    color: #FF5306;
    font-size: 20px;
    margin: 10px 0 0 0;
    font-style: oblique;
}
