.offersBuy-ul{
    width: 90%;
}
.offersBuy-li{
    width: 320px;
}
.offersBuy-title{
    font-size: 16px;

    color: #3A3A3A;
    margin-bottom: 12px;
}

.offersBuy-save{
    width: 160px;
    height: 50px;
    background: #33CCFF;
    font-size: 16px;

    color: #FFFFFF;
}
.offersBuy-save:hover{
    opacity: 0.8;
    cursor: pointer;
}
.offersBuy-information{
    font-size: 16px;
    font-weight: bold;
    color: #3A3A3A;
    padding:30px 0;
}

.offersBuy-li .reduce{
    width: 50px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D7D7D7;
    font-size: 24px;
    color: #3A3A3A;
    cursor: pointer;
}
.offersBuy-li .num{
    width: 210px;
    height: 40px;
    background: #FFFFFF;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    overflow: hidden;
}
