html,body{
/*	height: 100%;*/
	background-color: #f3f4f5;
}
#card_option{
	position: fixed;
	width: 100%;
	height: 0.8rem;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 0 0.2rem 0.001rem #d6d4d4;
}
#card_option span{
	float: left;
	display: block;
	width: 50%;
	height: 100%;
	font-size: 0.28rem;
	color: #6c6c6c;
	line-height: 0.8rem;
	text-align: center;
}
#card_option .option_active{
	color: #ab2a2a;
	background-color: #fff;
	position: relative;
}
#card_option .option_active:after{
	display: block;
	content: "";
	width: 100%;
	height: 0.04rem;
	background-color: #ab2a2a;
	position: absolute;
	left: 0;
	bottom: 0;
}
#option_wrap{
	width: 100%;
	margin-top: 0.8rem;
}
#use_wrap,#record_wrap{
	position: relative;
}
#record_wrap{
	display: none;
}
#use_wrap,#record_wrap{
	padding: 0.5rem 0.2rem;
}
.card_list{
	width: 100%;
	height: 1.5rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
	position: relative;
}
.card_list:last-child{
	margin-bottom: 0;
}
.card_list>img{
	display: block;
	width: 100%;
	height: 100%;
}
.card_message{
	width: 100%;
	padding: 0.3rem 0;
	position: absolute;
	top: 0;
	left: 0;
}
.card_left{
	float: left;
	width: 3.4rem;
	padding: 0 0.2rem;
}
.card_left h3,.card_left p{
	height: 0.45rem;
	line-height: 0.45rem;
}
.card_left h3{
	font-size: 0.26rem;
}
.card_left p{
	font-size: 0.22rem;
}
.card_right{
	float: left;
	width: 1.8rem;
	padding: 0 0.2rem;
}
.card_right h3,
.card_right p{
	color: #fff;
}
.card_right h3{
	height: 0.6rem;
	font-size: 0.44rem;
	line-height: 0.6rem;
}
.card_right p{
	height: 0.3rem;
	font-size: 0.2rem;
	line-height: 0.3rem;
}
.use_card_left h3,
.use_card_left p{
	color: #b63731;
}
.expire_card_left h3,
.expire_card_left p,
.used_card_left h3,
.used_card_left p{
	color: #7d7d7d;
}
.expire_icon{
	position: absolute;
	right: -0.3rem;
	bottom: -0.3rem;
	display: block;
	width: 1rem;
	height: 1rem;
}
.use_tips{
	width: 4rem;
	height: 2rem;
	margin: 1.7rem auto 0;
	display: none;
}
.use_tips i{
	display: block;
	width: 0.6rem;
	height: 0.4rem;
	margin: 0 auto;
}
.use_tips i img{
	display: block;
	width: 100%;
	height: 100%;
}
.card_record{
	font-size: 0.3rem;
	color: #ccc;
	text-align: center;
	margin-top: 0.5rem;
}
.use_record{
	font-size: 0.3rem;
	color: #ccc;
	text-align: center;
	margin-top: 2.6rem;
	display: none;
}
