#discount .coupon_list, 
#discount .coupon_record, 
#discount .coupon_receive{
	background-color: transparent;
	color: #2F2F2F;
	box-sizing: border-box;
}
 /*
#discount .coupon_list .header, 
#discount .coupon_receive .header{  
	font-size: 0.436363rem;  48 
	height: 1.327272rem;  146 
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
	display: flex;
	align-items: center;
	border-bottom: #f1f1f1 solid 0.018181rem;
	box-shadow: 0 0 0.1rem #ddd;
}
#discount .coupon_list .header div, 
#discount .coupon_receive .header div{ 
	width: 100%;
}
#discount .header .van-icon{ 
	position: fixed;
	left: 0;
	top: 0.4rem;
	font-size: 0.581818rem;  64 
	margin-left: 0.218181rem;  24
}
 */

/*#discount .coupon_record .header{ 
	font-size: 0.436363rem; 48 
	position: fixed;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
	border-bottom: #f1f1f1 solid 0.018181rem;
	box-shadow: 0 0 0.1rem #ddd;
	background-color: #fff;
}
#discount .coupon_record .header div{
	display: flex;
	align-items: center;
	justify-content: center;
	
} */
#discount .coupon_record #coupon_record_tap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: fixed;
	top: 1.3274rem;
	left: 0;
	padding: 0.290909rem;/* 32 */
	background-color: #fff;
}
#discount .coupon_record #coupon_record_tap span{
	font-size: 0.381818rem;/* 42 */
	padding-bottom: 0.10909rem;/* 12 */
}
#discount .coupon_record .active{
	border-bottom: 0.054545rem #2F2F2F solid;/* 6 */
}




#discount .footer{  /* .coupon_list .coupon_record .coupon_receive */
	padding: 0.436363rem 0;/* 48 */
	background-color: #fff;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	border-top: #f1f1f1 solid 0.018181rem;
	box-shadow: 0 0 0.1rem #ddd;
}
#discount #to_coupon_record, #discount #to_coupon_receive, 
#discount #receive_to_couponRecord, #discount #discount_to_home{
	width: 50%;
	text-align: center;
	font-size: 0.381818rem;/* 42 */
}
#discount #to_coupon_receive {
	position: relative;
}
#discount #to_coupon_receive b {
	position: absolute;
	top: -0.46rem;
	left: 3.32rem;
	z-index: 1;
	color: #e4393c;
	font-size: 0.7rem;
}
#discount #to_coupon_receive.couponNull {
	color: #999;
}
#discount #to_coupon_receive.couponNull b {
	display: none;
}


#discount .couponIsNull{  /* .coupon_list .coupon_record .coupon_receive */
	width: 100%;
	height: 6.963636rem;
	background-color: transparent;
	text-align: center;
	color: #757575;
	display: none;
}
#discount .couponIsNull .van-icon-coupon-o{  /* .coupon_list .coupon_record .coupon_receive */
	font-size: 1.818181rem;
	font-weight: 100;
	line-height: 1.818181rem;
	padding-top: 1.818181rem;
}
#discount .couponIsNull div {  /* .coupon_list .coupon_record .coupon_receive */
    font-size: 0.363636rem;
    line-height: 1.527272rem;
}
#discount .couponIsNull .go {
    font-size: 0.345454rem;
    width: 2.427272rem;
    height: 0.8rem;
    border: 0.018181rem solid #2f2f2f;
    margin: auto;
    border-radius: 0.4rem;
    line-height: 0.8rem;
}

#discount .content{
	padding: 0.290909rem 0.290909rem 0.290909rem 0.290909rem;/* 32 32 176 */
	background: #fff;
}
#discount .discount_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.290909rem;/* 32 */
    /* padding: 0 10px; */
}
#discount .discount_item .left {
    background: #FFF1F1;
    flex-grow: 1;
    border-radius: 0.218181rem;/* 24 */
    padding: 0.290909rem;/* 32 */
	padding-bottom: 0;
    color: #FF615E;
}
#discount .discount_item .left p {
    font-size: 0.327272rem;/* 36 */
    margin-bottom: 0.236363rem;/* 26 */
}
#discount .discount_item .left em {
    font-style: normal;
    font-size: 0.581818rem;/* 64 */
	font-weight: bold;
    margin: 0 0.236363rem 0.072727rem 0;/* 26 8 */
}
#discount .discount_item .right {
    background: #FFF1F1;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.218181rem;/* 24 */
    color: #FF615E;
    font-size: 0.4rem;
}

/* 底线 */
#discount .coupon_baseline{
	text-align: center;
	color: #757575;
	padding: 0.290909rem;/* 32 */
	font-size: 0.345454rem;/* 38 */
	display: none;
}






/* 优惠券 */
#discount .coupon_list{
	
}


/* 优惠券使用记录 */
#discount .coupon_record{
	display: none;
}
#discount .coupon_record .discount_item .left {
	background: #eee;
	color: #000;

}
#discount .coupon_record .discount_item .right {
	background: #eee;
	color: #000;
}


/* 优惠券领取中心 */
#discount .coupon_receive{
	display: none;
}






