.banner{
	background: #ffba00;
	height: 3rem;
	overflow: hidden;
}
.header{
	border-bottom: 0;
}
.tag_profit{
	font-size: .20rem;
	color: #fff;
	text-align: center;
	margin-top: .8rem;
}
.profit{
	margin-top: .3rem;
	font-size: .8rem;
	color: #fff;
	margin-top: .1rem;
	text-align: center;
	align-items: center;
}
.row{
	height: 1.02rem;
	border-bottom: .01rem solid #e3e3e3;
	line-height: 1.02rem;
	padding-left: .3rem;
	padding-right: .3rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.left{
	font-size: .34rem;
	color: #333;
}
.right{
	font-size: .3rem;
	color: #666;
}
.right img{
	height: .35rem;
	position: relative;
	top: .08rem;
	margin-left: .15rem;
}
.bg_white{
	position: absolute;
	height: 1.1rem;
	left: 0;
	top: 0;
	background: #fff;
	width: .3rem;
	z-index: 500;
}