.coupon .couponList{padding:0 10px}.coupon .couponList .item{background-color:#f3dec5;position:relative;border:1px solid #bbb;border-radius:5px;display:flex;margin-bottom:10px}.coupon .couponList .item .Effective{font-size:16px}.coupon .couponList .item .borderR{position:absolute;width:20px;height:20px;bottom:16px;border-left:2px solid;right:-14px;border-radius:50%;background-color:#f5f5f5}.coupon .couponList .item img{width:100px;border-radius:5px;height:100px;-o-object-fit:cover;object-fit:cover;display:block}.coupon .head{display:flex;padding:10px;justify-content:center}.coupon .head span{display:inline-block;width:30%;background-color:#fff;border:1px solid #e87845;text-align:center}.coupon .head span:first-child{border-radius:20px 0 0 20px;padding:5px 0;border-right:none}.coupon .head span:nth-child(2){padding:5px 0}.coupon .head span:nth-child(3){border-radius:0 20px 20px 0;padding:5px 0;border-left:none}.coupon .center .item{border-radius:10px;padding:5px;background-color:#ffc8e1;display:flex;flex-wrap:wrap;margin-bottom:10px}.coupon .center .item:nth-child(2n){background-color:#f6ff6c}.coupon .center .item div{font-size:13px}.coupon .center .item p{font-size:18px;padding-bottom:5px}.coupon .center .active{background-color:#c4cabf!important}.coupon .active{background-color:#e87845!important;color:#fff}