﻿.acea-row {
display: flex;
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-o-box-lines: multiple;
flex-wrap: wrap;
}

.coupon-list {
width: 300px;
float: left;
}

.coupon-list .item {
width: 300px;
height: 130px;
margin-right: 15px;
margin-bottom: 15px;
background: url('../images/coupon-back.png') 50%/cover no-repeat;
box-shadow: 0 3px 20px rgba(0,0,0,.08);
}

.coupon-list .item.disabled {
background-image: url('../images/coupon-back2.png');
}

.coupon-list .item .text {
flex: 1;
padding-left: 14px;
}

.coupon-list .item .label {
width: 62px;
height: 24px;
background-color: rgba(233,51,35,.1);
font-size: 14px;
line-height: 24px;
text-align: center;
color: #e93323;
}

.acea-row.row-middle {
-o-box-align: center;
align-items: center;
}

.coupon-list .item .text-cont {
margin-top: 14px;
font-size: 14px;
color: #969696;
}

.coupon-list .item .money {
margin-right: 14px;
font-size: 16px;
color: #e93323;
}

.coupon-list .item .money .num {
font-weight: 700;
font-size: 32px;
}

.coupon-list .item .info {
flex: 1;
min-width: 0;
}

.line1 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.coupon-list .item .name {
margin-bottom: 6px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
color: #282828;
width: 107px;
}

.coupon-list .item .time {
margin-top: 14px;
font-size: 12px;
color: #969696;
}

.coupon-list .item .btn {
width: 16px;
padding-right: 18px;
padding-left: 18px;
font-size: 16px;
color: #fff;
cursor: pointer;
}
.coupon-list .item.disabled .btn {
    cursor: default;
}
