.main-content {
    padding-bottom: 0;
}
.main-banner img {
    width: 100%;
    height: 150px;
}

/* 普通会员 */
.main-content .common-user {
    border-radius: 4px;
    background-color: white;
    margin: 10px;
    padding: 0 10px;
}
.common-user .title {
    text-align: center;
}
.common-user .title img {
    width: 17px;
    height: 13px;
}
.common-user .title span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.common-user .content {
    padding-bottom: 16px;
}
.common-user .content .coupon-item {
    width: 100%;
    height: 83px;
    display: flex;
    margin-top: 10px;
    background-size: 100% 83px;
}
.common-user .content .coupon-item:first-child {
    margin-top: 0;
}
.coupon-item .content-left {
    width: 82px;
    text-align: center;
    flex: 5;
}
.coupon-item .content-left .price {
    color: #FF6100;
    margin-top: 13px;
    font-weight: bold;
}
.coupon-item .content-left .price span:last-child {
    font-size: 30px;
}
.coupon-item .content-left .description {
    font-size: 10px;
    color: #672E07;
}
.coupon-item .content-middle {
    padding-left: 4px;
    flex: 7;
}
.coupon-item .content-middle .title {
    font-size: 14px;
    color: #672E07;
    margin-top: 14px;
    margin-bottom: 6px;
    text-align: left;
}
.coupon-item .content-middle .description {
    font-size: 8px;
}
.coupon-item .content-right {
    text-align: center;
    flex: 7;
}
.coupon-item .content-right p {
    line-height: 83px;
    font-size: 14px;
    color: #672E07;
}
.coupon-item .content-right a {
    line-height: 83px;
    font-size: 14px;
    color: #672E07;
}

/* VIP会员 */
.main-content .vip-user {
    border-radius: 4px;
    background-color: white;
    margin: 10px;
    padding: 0 10px;
}
.vip-user .title {
    text-align: center;
}
.vip-user .title img {
    width: 17px;
    height: 13px;
}
.vip-user .title span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.vip-user .content {
    padding-bottom: 16px;
}
.vip-user .content .coupon-item {
    width: 100%;
    height: 83px;
    display: flex;
    margin-top: 10px;
    background-size: 100% 83px;
}
.vip-user .content .coupon-item:first-child {
    margin-top: 0;
}