.couponWrap{
	width: 100%;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}

.couponItem{
	width: 300px;
	height: 120px;
	margin-top: 10px;
	margin-right: 20px;
	border: 1px solid #f2f2f2;
	background: #fff;
	box-shadow: 0 20px 20px 0 rgb(0 0 0 / 4%);
	display: flex;
	justify-content: space-between;
	position: relative;
}

.couponItem .over{
	position: absolute;
	top:20px;
	/*left:15px;*/
	text-align: center;
	width: 120px;
}

.condition{
	color: #fff;
	position: absolute;
	bottom: 30px;
	font-size: 13px;
	width: 120px;
	text-align: center;
}

.imgBox{
	width: 120px;
	height: 120px;
	color:#fff;
}

.couponCon{
	position: relative;
	width: 180px;
	padding: 10px;
	color: #999;
}

.couponCon-used{
	background: url(../../shop/images/cou-used.png) rgba(0, 0, 0, 0.5) no-repeat 90% 4%;
	background-size: 39%;
}

.type{
	color: #333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.available{
	margin:2px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.discount strong{
	line-height: 50px;
	margin: 0 5px;
	font-size: 31px;
	font-family: arial;
}

.price em{
	margin: 13px 0 0;
	font-family: verdana;
	font-size: 20px;
}

.price strong{
	line-height: 50px;
	margin: 0 5px;
	font-size: 31px;
	font-family: arial;
}

.receiveBtn{
	color:#FD0021;
	border: 1px solid #FD0021;
	width: 60px;
	height: 24px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: #fff;
}

.receivedBtn{
	width: 51px;
	height: 24px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color:#999;
	background: #fff;
	border: 1px solid #999;
	disabled:true;
	cursor: text;
	/*background: #c3c3c3;*/
	/*color: #ffff;*/
}

.received{
	opacity: 0.5;
}