.banner{
	background: #ffba00;
	height: 3rem;
	overflow: hidden;
}
.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;
}
.left{
	font-size: .34rem;
	color: #333;
}
.right{
	font-size: .3rem;
	color: #666;
}
.right img{
	height: .4rem;
	margin-top: .3rem;
}