body {
    background-color: white;
}

.mt42 {
    margin-top: 41.5px;
}

.tabList {
    width: 375px;
    height: 30px;
}

.tab {
    width: 25%;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
    float: left;
    text-align: center;
}

.active {
    font-family: P_BOLD;
    font-size: 15px;
    color: #E5650E;
}

.active::after {
    content: '';
    width: 50%;
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 2px solid #E5650E;
    padding: 1px;
}

.couponList {
    width: 327px;
    margin:30px 24px;
    padding-bottom: 20px;
}



.couponList .coupon {
    width: 327px;
    height: 91px;
    position: relative;
}

.couponList .coupon .left {
    width: 80px;
    height: 91px;
    float: left;
}

.couponList .coupon .left .coupon_tip {
    width: 100px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 8px 0 4px 0;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.couponList .coupon .left .coupon_money {
    width: 73px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.couponList .coupon .left .coupon_money span {
    font-size: 30px;
}

.couponList .coupon .middle {
    width: 175px;
    height: 77px;
    margin: 7px 0;
    padding-left: 5px;
    float: left;
}

.couponList .coupon .middle .coupon_limit{
    width: 175px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #F8741A;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.couponList .coupon .middle .coupon_condition {
    width: 175px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    
    float: left;
}

.couponList .time{
    position: absolute;
    /* bottom: 16rpx;
    left: -32rpx; */
    font-size: 12px;
    scale: 0.9;
    top: 65px;
    left: 3px;
}

.couponList .coupon .right {
    width: 65px;
    height: 91px;
    /* padding: 0 5px; */
    font-family: P_BOLD;
    text-align: center;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.couponList .canuse {
    background: url('/images/coupon_bg.png');
    background-repeat: no-repeat;
    background-size: 327px 91px;
    height: 91px;
    color: #F8741A;
}

.couponList .canuse .coupon_tip {
    background-color: #FFE8D8;
}

    
.couponList .canuse .coupon_tip {
    background-color: #FFE8D8;
}
.couponList .canuse .middle {
border-right: 1px dashed #F8741A;
}


.couponList .cantuse {
    background: url('/images/coupon_bg.png');
    background-repeat: no-repeat;
    background-size: 327px 91px;
    filter: grayscale(100%);
    color: #666666;
}

.couponList .cantuse .coupon_tip {
    background-color: #DEDEDE;
}
.couponList .cantuse .middle {
border-right: 1px dashed #666666;
}
