body{
	background: #f8f8f8;
}
header img{
	width: 100%;
	height: auto;
}
.content{
	padding:0.08rem;
}
.couponlist li{
	/*background: #fff;
	padding:.12rem;*/
	padding-right: 0rem;
	margin-bottom: 0.08rem;
}
.couponlist li a{
	display: block;
	background:url('../../image/Unionpay/getCoupon-bg.png') no-repeat;
    padding: 0.1rem;
	margin-bottom:0.08rem;
	background-size:cover; 
}
.couponlist li .icon-img{
	width:.72rem;
	height:.72rem;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.couponlist li .icon-img img{
	display: block;
	max-width: 80%;
	max-height: .72rem;
}
.couponlist li .text-info{
	margin-left: .12rem;
	width: 39vw;
}
.couponlist li .text-info * {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.couponlist li .text-info h3{
	color: #1D1D1F;
	font-size: .14rem;
}
.couponlist li .text-info  p:nth-child(2){
	color: #FF804D;
	font-size: .16rem;
	margin-top: .02rem;
	margin-bottom:.12rem;
}
.couponlist li .text-info  p:nth-child(3){
	color: #A5A5A8;
	font-size:.1rem;
}
.coupon-right{
	margin-left: .25rem;
}
.coupon-right button{
	width:.8rem;
	height: .32rem;
	line-height: .32rem;
	background: #FF804D;
	border-radius:0.06rem;
	color: #fff;
	font-size: .14rem;
	border: none;
	outline: none;
	margin-top: .08rem;
	margin-bottom:.16rem;
}
.coupon-right p{
	color: #A5A5A8;
	font-size: .1rem;
	text-align: center;
}