.banner{
	height: 3rem;
	width: 100%;
	background: #ffba00;
	text-align: center;
	color: #fff;
	overflow: hidden;
}
.header{
	border-bottom: 0;
}
.tag_sell{
	font-size: .2rem;
	margin-top: .8rem;
}
.total_num{
	font-size: .8rem;
	margin-top: .1rem;
}
.tag_accrual{
	height: .72rem;
	padding-left: .3rem;
	font-size: .26rem;
	color: #333;
	background: #fff;
	line-height: .72rem;
}
.accrual_list{
	display: flex;
	border-top: .01rem solid #e3e3e3;
	border-right: .01rem solid #e3e3e3;
}
.accrual_list li{
	display: flex;
	align-items: center;
	width: 50%;
	border-right: .01rem solid #e3e3e3;
	background: #fff;
	padding-left: .56rem;
	box-sizing: border-box;
	height: 1.34rem;
}
.accrual_list li:nth-of-type(2){
	padding-left: .38rem;
	border-right: 0;
}
.accrual_unit{
	font-size: .2rem;
	color: #999;
}
.acctual_count{
	font-size: .26rem;
	color: #333;
}
.right{
	margin-left: .32rem;
}
.photo{
	height: .55rem;
	position: relative;
	top: -.13rem;
}
.myRegular_info{
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	margin-top: .28rem;
	height: 1.02rem;
}
.myRegular_info>span{
	font-size: .34rem;
	color: #333;
}
.toward_photo{
	height: .3rem;
}
