.state_list{
	display: flex;
	justify-content: space-around;
	height: .88rem;
	background: #fff;
	border-bottom: .01rem solid #e3e3e3;
}
.state_list li{
	text-align: center;
    height: .3rem;
    line-height: .3rem;
    width: 33%;
    margin-top: .29rem;
    border-right: .01rem solid #ccc;
}
.state_list li:nth-of-type(3){
	border-right: none;
}
.state_list li span{
	color: #666;
	font-size: .3rem;
	display: block;
	height: .35rem;
    width: 1rem;
    margin: 0 auto;
}
.state_list li .select{
	border-bottom:.03rem solid #ffba00 ;
	color: #ffba00;
}
.state_wrap{
	height: 2.5rem;
	border-bottom: .01rem solid #e3e3e3;
	background: #fff;
	overflow: hidden;
	display: none;
}
.rows{
	display: flex;
	padding-left: .3rem;
	padding-right: .3rem;
	justify-content: space-between;
}
.rows:nth-of-type(1){
	font-size: .3rem;
	color: #333;
	margin-top: .24rem;
}
.rows:nth-of-type(2){
	font-size: .26rem;
	color: #999;
	margin-top: .1rem;
}
.rows:nth-of-type(3){
	margin-top: .45rem;
}
.rows:nth-of-type(3) .left{
	font-size: .28rem;
	color: #333;
}
.rows:nth-of-type(3) .right{
	font-size: .24rem;
}
.tag_state,.info_detail{
	display: inline-block;
	width: 1.4rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	border: .02rem solid;
	box-sizing: border-box;
	margin-top: -.1rem;
}
.info_detail{
	border-color: #999;
	color: #999;
}
.tag_state{
	margin-right: .2rem;
	color: #ffba00;
	border-color: #ffba00;
}

.wrong{
	margin-top: 3.37rem;
	text-align: center;
}
.tag_wrong{
	font-size: .28rem;
	color: #666;
}
.photo{
	height: 2.5rem;
}
