body{
	background: #fff;
}
.content{
	padding:.16rem;
}
.coupon-area{
	background: url('../../image/Unionpay/coupon-bg.png') no-repeat;
	background-posisiton: top;
	background-size: contain;
	text-align: center;
	height:3.31rem;
	padding-top: .15rem;
}
.coupon-area .icon-img{
	width: .8rem;
    height: .8rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 0.05rem;
    background: #fff;
}
.icon-img img{
	display: block;
	max-width:.75rem;
	max-height: .8rem;
	border-radius: 50%;
}
.coupon-area p{
	font-size: .12rem;
	color: #fff;
}
.coupon-area h3{
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	margin-top:.04rem;
	margin-bottom: .08rem;
}
.coupon-area p:nth-child(5){
	margin-top: .1rem;
}
.coupon-area button{
	width: 291px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    /*background: #FF804D;*/
    background:transparent;
    margin-top: 0.2rem;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: .15rem;
}
.coupon-explain h3{
	font-size:.14rem;
	color: #1D1D1F;
	text-align: left;
	margin-bottom: .08rem;
}
.coupon-explain p{
	font-size:.14rem;
	color: #4F4F53;
	line-height: 2;
}
.fram-bg{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	opacity: 0.5;
}
.dealcode_alert{
	position: fixed;
	bottom:0;
	left: 0;
	width:100%;
	height:3.16rem;
	background: #fff;
}
.dealcode_alert .title{
	width: 100%;
	height:.48rem;
	border-bottom: 1px solid #e5e5e5;
	line-height: .48rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.dealcode_alert .title img{
	position: absolute;
	left: 0.1rem;
    top: 0.15rem;
    display: block;
    cursor: pointer;
}
.dealcode_alert .title span{
	font-size: .16rem;
	color: #000;
}
.dealcode_alert-con{
	text-align: center;
}
.dealcode_alert-con .alert-icon{
	margin-bottom:.24rem;
}
.dealcode_alert-con p:nth-child(2){
	margin-bottom:0.06rem;
}
.dealcode_alert-con p:nth-child(3) span{
	font-size: .12rem;
	color: #78787D;
	margin-left: 0.05rem;
}
.dealcode_alert-con p{
	color: #FF804D;
	font-size: .16rem;
}
.dealcode_alert-con a{
	width: 100%;
	height:0.4rem;
	line-height: 0.4rem;
	background: #FF804D;
	color: #fff;
	display: block;
	font-size: .16rem;
	text-align: center;
	border-radius:0.05rem; 
	margin-top: .24rem;
}