.header{
	border-bottom: .01rem solid #eae8e5;
}
.tag_steps_wrap{
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	height: .85rem;
	line-height: .85rem;
	justify-content: space-between;
	font-size: .26rem;
}
.tag_steps{	
	color: #999;
}
.step_state{
	color: #333;
}
.state_list{
	width: 100%;
	background: #fff;
	overflow: hidden;
	padding-bottom: .4rem;
}
.state_list li{
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
	margin-top: .3rem;
}
.left{
	font-size: .26rem;
	color: #999;
}
.right{
	font-size: .26rem;
	color: #333;
}
