.right-content {
    background: #ffffff;
}

.coupons-type-list {
    height: 68px;
    font-size: 20px;
    color: #231815;
    border-bottom: 1px solid #EEEEEE;
    line-height: 68px;
    margin: 0 20px;
}

.coupons-type-list .coupons-type {
    width: 148px;
    height: 100%;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.coupons-type-list .coupons-type.active,
.coupons-type-list .coupons-type:hover {
    color: #EB6100;
}

.coupons-type-list .coupons-type.active::after,
.coupons-type-list .coupons-type:hover::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #EB6100;
    bottom: 0;
    left: 0;
}

.coupons-list {
    padding: 30px 50px;
}

.coupons-item {
    width: 458px;
    height: 128px;
    background: url(/images/bg_coupons.png) no-repeat;
    background-size: contain;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
}

.coupons-item.disabled {
    background-image: url(/images/bg_coupons_disabled.png);
}

.coupons-item-left {
    position: absolute;
    left: 0;
    top: 50%;
    width: 140px;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 18px;
    text-align: center;
    line-height: 1em;
}

.coupons-amount {
    font-size: 45px;
}

.coupons-item-type {
    margin-top: 18px;
}

.coupons-item-right {
    position: absolute;
    left: 178px;
    width: 278px;
    height: 100%;
    top: 0;
}

.coupons-item-right-top {
    height: 84px;
    line-height: 1.2em;
}

.coupons-item-name {
    font-size: 20px;
    padding-top: 20px;
}

.coupons-item-full {
    height: 20px;
    font-size: 17px;
    color: #999;
    margin-top: 12px;
}

.coupons-item-time {
    height: 44px;
    border-top: 1px solid #E4E4E4;
    line-height: 44px;
    color: #999999;
}