.instructions_link{
	position: absolute;
	right: .3rem;
	color: #333;
}
.header{
	border-bottom: 0;
}
.banner{
	height: 3rem;
	width: 100%;
	background: #ffba00;
	text-align: center;
	color: #fff;
	overflow: hidden;
}

.tag_sell{
	font-size: .2rem;
	margin-top: .8rem;
}
.total_num{
	font-size: .8rem;
	margin-top: .1rem;
}

.row{
	display: flex;
	height: 1.02rem;
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	border-bottom: .01rem solid #e3e3e3;
	align-items: center;
	position: relative;
}
.left{
	font-size: .34rem;
	color: #333;
}
.right{
	font-size: .3rem;
	color: #666;
	flex: 1;
	text-align: right;
}
.bg_white{
	position: absolute;
	height: 1.1rem;
	left: 0;
	top: 0;
	background: #fff;
	width: .3rem;
	z-index: 500;
}
.canUse{
	color: #fc8711;
}
.footer{
	position: absolute;
	bottom: 0;
	border-top: .01rem solid #eae8e5;
	height: .98rem;
	width: 100%;
	display: flex;
}
.recharge_btn,.goldExtract_btn{
	display: block;
	width: 50%;
	height: .98rem;
	text-align: center;
	line-height: .98rem;	
	font-size: .34rem;
}
.recharge_btn{
	color: #fff;
	background: #ffba00;
}
.goldExtract_btn{
	color: #333;
	background: #fff;
}
