@charset "utf-8";
/* CSS Document */
ul,li{list-style: none;}
header{
	width: 100%;
	background: #fff;
	height: 1.32rem;
	line-height: 1.32rem;
	overflow: hidden;
}

.back{
	float: left;
	margin-left: 0.58rem;
	margin-top: 0.45rem;
	width: 0.24rem;
	height: 0.42rem;
	
}
.back img{
	width: 0.24rem;
	height: 0.42rem;
	display: block;
}


header section{
	float: left;
	color: #666;
	font-size: 0.48rem;
	margin-left: 3.7rem;
}

.person_info{
	width: 100%;
	background: #fff;
}

.person_info ul{
	width: 9.8rem;
	margin: auto;
	margin-top: 0.5rem;
}

.person_info ul li{
	width: 100%;
	height: 1rem;
	border-bottom: 0.01rem solid #d4d4d4;
	box-sizing: border-box;
	
	
}
.person_info ul li:nth-last-child(1){
	border-bottom: none;
}
.person_info span{
	font-size: 0.36rem;
	color: #999;
	float: left;
	margin-top: 0.3rem;
	
}
.person_info b{
	font-size: 0.36rem;
	color: #333;
	float: left;
	margin-top: 0.3rem;
	margin-left: 0.48rem;
	font-weight: normal;
}


.revise {
	width: 100%;
	height: 0.85rem;
	margin: auto;
	background: #fff;
	margin-top: 0.3rem;
	color: #f9bd3a;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.85rem;
	font-weight: bold;
}


























