.coupon{
	margin: 0.43rem auto 0;
	width: 8.29rem;
	padding: 0.32rem;
	box-sizing: border-box;
	background: #FFF3E0;
	border-radius: 0.21rem;
	border: 0.03rem solid #FFEBCD;
}
.coupon2-desc{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.37rem;
	color: #666666;
	text-align: left;
	font-style: normal;
}
.coupon-box{
	display: flex;
	justify-content: center;
	align-items: center;
}

.coupon2-item{
	position: relative;
	width: 3.57rem;
	height: 1.81rem;
	margin: 0 0.14rem;
	margin-top: 0.14rem;
}
.coupon2-item-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 3.57rem;
	height: 1.81rem;
}
.coupon2-title{
	margin-top: 0.27rem;
	margin-left: 0.43rem;
	font-weight: 400;
	font-size: 0.29rem;
	color: #999999;
	line-height: 0.43rem;
	text-align: left;
	font-style: normal;
}
.coupon2-info{
	margin-top: 0.27rem;
	margin-left: 0.43rem;
	display: flex;
	align-items: flex-end;
}
.coupon2-money{
	font-weight: 700;
	font-size: 0.53rem;
	color: #999999;
	line-height: 0.53rem;
	text-align: left;
	font-style: normal;
}
.coupon2-flag{
	margin-left: 0.05rem;
	font-weight: 400;
	font-size: 0.27rem;
	color: #999999;
	line-height: 0.37rem;
	text-align: left;
	font-style: normal;
}
.text-selected{
	color: #1A1A1A;
}

.popup{
	position: fixed;left: 0;top: 0;right: 0;bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.box{
	width: 100%;
	padding: 1rem; 
	background: #FFFFFF;
	border-radius: 0.27rem 0.27rem 0rem 0rem;
	align-items: center;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
}

.title{
	font-weight: 700;
	font-size: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	color: #333333;
}
.title-active{
	color: #FF6D33;
	margin-right: 0.05rem;
}

.close-img{
	width: 0.43rem;
	height: 0.43rem;
	position: absolute;
	top: 0.43rem;
	right: 0.43rem;
	z-index: 200;
}
.body{
	margin-top: 0.64rem;
}
.coupon-body{
	width: 8rem;
	height: 1.65rem;
	margin-bottom: 0.32rem;
	position: relative;
}

.ts-img{
	position: absolute;left: 0;top: 0;
	width: 8rem;
	height: 1.65rem;
}
.box-info{
	position: relative;
	width: 8rem;
	height: 1.65rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	padding: 0 0.53rem;
	box-sizing: border-box;
}
.coupon-num-box{
	display: flex;
	width: 2.4rem;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}
.coupon-num{
	font-size: 0.69rem;
	line-height: 0.69rem;
	color: #76330B;
	font-weight: 700;
}
.coupon-flag{
	margin: 0 0 0.05rem 0.05rem;
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #76330B;
	font-weight: 600;
}
.line{
	margin: 0 0.48rem;
	width: 0px;
	height: 0.96rem;
	border: 1px dashed #76330B;
}
.body-right{
	display: flex;
	flex-direction: row;
	flex: 1;
	align-items: center;
	justify-content: space-between;
}
.coupon-type{
	font-weight: 500;
	font-size: 0.35rem;
	color: #76330B;
	text-align: left;
	font-style: normal;
}
.wc-img{
	position: relative;
	width: 0.53rem;
	height: 0.53rem;
}
.circle-img{
	width: 0.53rem;
	height: 0.53rem;
	background-color: #fff;
	border-radius: 0.53rem;
}

.use-btn{
	margin-top: 1rem;
	width: 8.91rem;
	height: 1.28rem;
	background: #3377FF;
	background: rgba(66,91,248,1);
	border-radius: 0.84rem;
	color: #fff;
	font-size: 0.48rem;
	line-height: 1.28rem;
	text-align: center;
}