section
{
	margin-top: 74px !important;
}
.up-box
{
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
	width: 100%;
}
.back
{
	text-align: right;
	font-size: 14px;
	color: #FF671F;
	font-weight: 400;
	height: 20px;
	line-height: 20px;
}
.back a
{
	color: #FF671F;
}
.back i
{
	float: right;
}
.back iconpark-icon
{
	height: 20px;
}
.info-box
{
	padding-left: 20px;
	box-sizing: border-box;
}
.headImg-box
{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	position: relative;
}
.headImg-box img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.headImg-box .change
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	cursor: pointer;
}
input[type='file']
{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 50px;
	opacity: 0;
	z-index: 9;
	cursor: pointer;
}
.des-box
{
	padding-top: 20px;
	box-sizing: border-box;
	width: 990px;
	float: right;
}
.sex,.job,.address,.pro,.name
{
	padding: 50px 0;
	border-bottom: 1px solid #F7F4F0;
	overflow: hidden;
}
.name
{
	overflow: hidden;
	padding-top: 0 !important;
}
.name .xiu
{
	float: left;
}
.sex .xiu,.job .xiu,.address .xiu,.pro .xiu
{
	float: right;
}
.name .lab
{
	font-size: 24px;
}
.lab
{
	min-width: 160px;
	float: left;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.de-info
{
	width: 700px;
	float: left;
}
.xiu
{
	font-size: 14px;
	color: #FF671F;
	height: 21px;
	cursor: pointer;
}
.name .xiu
{
	margin-top: 10px;
}
.xiu iconpark-icon
{
	height: 20px;
}
.name input
{
	width: 690px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
}
.name .do-box,.sex .do-box,.pro .do-box
{
	margin-top: 30px;
}
.do-box
{
	overflow: hidden;
}
.do-box>button
{
	outline: none;
	float: left;
	width: 60px;
	height: 35px;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	box-sizing: border-box;
	margin-right: 20px;
	cursor: pointer;
}
.do-box .ok
{
	color: #FFFFFF;
	background: #FF671F;
	border: none !important;
}
.do-box .can
{
	border: 1px solid #FF671F;
	color: #FF671F;
	background: #FFFFFF;
}
.xiu-box
{
	float: left;
	
}
/* .de-info
{
	display: none;
} */
label
{
	margin-left: 5px;
}
.ch-sex
{
	overflow: hidden;
}
.ch-sex>div
{
	float: left;
	margin-right: 40px;
}

.job .xiu-box input
{
	width: 160px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	float: left;
}
.job .xiu-box .do-box,.address .xiu-box .do-box
{
	float: left;
	margin-left: 40px;
}
.address .xiu-box input
{
	width: 260px;
	height: 35px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	float: left;
}
.up-boxs
{
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	width: 690px;
}
.up-boxs textarea
{
	outline: none;
	padding: 0 !important;
	width: 100% !important;
	border: none;
	height: 100px;
	font-size: 12px;
	resize: none;
	border: none !important;
}
.img-box
{
	overflow: hidden;
	margin-top: 20px;
}
.img-box>div
{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #AEAEAE;
	background: #F2F2F2;
	position: relative;
}
.img-box>div input[type='file']
{
	top: 0;
	height: 80px;
}
.img-box>div img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.show-img
{
	overflow: hidden;
	margin-top: 10px;
}
.show-img>div
{
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 10px;
}
.show-img>div img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro textarea
{
	width: 690px;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	border-radius: 4px;
	outline: none;
	padding: 10px;
	box-sizing: border-box;
	font-size: 12px;
	resize: none;
}
button
{
	border: none;
	background: none;
}
.de-info .none
{
	color: #AEAEAE;
}
.phone .xiu-box input,.gw .xiu-box input
{
	width: 260px;
}
.tip
{
	clear: both;
	color: #AEAEAE;
	font-size: 12px;
	padding-top: 8px;
}