@CHARSET "UTF-8";
/* 优惠券管理样式
** 2019-12-19
** by Molly
*/
.coupon-bind {padding: 15px;background: #fff;}
.coupon-bind input {margin: 0 10px 0 0;height: 34px;width: 0;flex-grow: 4;border: 0;border-bottom: 1px solid #ddd;border-radius: 0;font-size: 14px;}
.coupon-bind button {height: 34px;line-height: 34px;width: 0;font-size: 14px;border: 0;background: #000;color: #fff;letter-spacing: 2px;flex-grow: 1;border-radius: 0;}
.coupon-wrp {border-top: 10px solid #f7f7f7;}
.coupon-tabs {height: 40px;width: 100%;overflow: hidden;background: #fff;}
.coupono-tab-item {width: 50%;float: left;height: 40px;line-height: 40px;text-align: center;}
.coupono-tab-item span {position: relative;display: inline-block;padding: 0 15px;font-size: 14px;color: #000;}
.coupono-tab-item.active span:after {content: '';position: absolute;bottom: 0;left: 0;background: #000;height: 3px;border-radius: 3px;width: 100%;}
.coupon-list {padding: 20px 15px;}
.coupon-item {float: left;width: 48%;margin: 0 1% 12px;height: 100px;}
.coupon-item .coupon-content {height: 60px;}
.coupon-item .coupon-time{height:40px;line-height: 18px;padding: 2px 0;}