.coupon1{
	background: url('../img/get-coupon.png') no-repeat;
	width: 1.22rem;
	height: 1.26rem;
	background-size: contain;
	display: block;
	position: absolute;
	top: 1rem;
	right: 0.65rem;
}
.coupon1.css_use{
	background: url('../img/10use.png') no-repeat;
	width: 1.22rem;
	height: 1.26rem;
	background-size: contain;
}
.coupon1.css_undis{
	background: url('../img/10dis.png') no-repeat;
	width: 1.22rem;
	height: 1.26rem;
	background-size: contain;
}
.coupon1.css_unstart{
	background: url('../img/10get.png') no-repeat;
	width: 1.22rem;
	height: 1.26rem;
	background-size: contain;
}


