.main_content{
	text-align: center;
	background: #F9F9F9;
	padding-bottom: 50px;
}
.main_top img{
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin-top: 25px;
	display: inline-block;
}
.main_top{
	margin-bottom: 80px;
}
.main_top .img_des span{
	font-size: 16px;
}
.main_top .img_des p{
	font-size: 8px;
    -webkit-transform: scale(0.7);
}

.main_btm{
	background: white;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 110px;
	width: 900px;
	-moz-box-shadow: 0 5px 10px 0 rgba(209,209,209,0.50);	/** satisfy the old version **/
	box-shadow: 0 5px 10px 0 rgba(209,209,209,0.50);
}
.block span{
	display: block;
	text-align: right;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	margin-bottom: 10px;
}
span a{
	font-size: 14px;
	color: #4C96E9;
}
.block{
	width: 588px;
	margin: 90px auto 0;
}
.sub_block{
	margin-bottom: 30px;
}
.input_label{
	width: 75px;
	height: 60px;
	line-height: 60px;
	float: left;
}
.input_label p{
	font-size: 16px;
}
.input_content{
	width: calc(100% - 75px);
	height: 60px;
	line-height: 60px;
	float: left;
	position: relative;
}
.error{
	position: absolute;
	top: 0;
	right: 20px;
	color: #d41e1e;
}
.sub_block input{
	padding-left: 45px;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	width: 100%;
	height: 45px;
	margin-bottom: 30px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
}
.user_name{
	background: url("../img/people.png") no-repeat 10px 10px;
}
.user_pwd{
	background: url("../img/lock.png") no-repeat 10px 10px;
}
.user_confirm{
	background: url("../img/lock.png") no-repeat 10px 10px;
}
.user_email{
	background: url("../img/email.png") no-repeat 10px 10px;
}
.user_tel{
	background: url("../img/phone.png") no-repeat 10px 10px;
}
.identifying_code{
	padding-left: 15px;
}
.btm_right img{
	margin-left: 44px;
	margin-top: -7px;
	float: left;
	width: 206px;
	height: 76px;
}
.btn_submit,
.btn_reset{
	width: calc(100% - 75px);
	border: none;
	font-size: 24px;
    padding: 3px 0;
	letter-spacing: 0;
	outline: none;
	cursor: pointer;
	float: right;
}
.btn_submit{
	background-image: linear-gradient(-180deg, #1EB6EC 0%, #0055B6 100%);
	border-radius: 3px;
	color: #EDEDED;
}
.btn_reset{
	text-align: center;
	background-image: linear-gradient(-180deg, #FFFFFF 20%, #E4E4E4 100%);
	border: 1px solid #D8D8D8;
	color: #8D8D8D;
	margin-top: 20px;
	margin-bottom: 80px;
}
.btm_right a{
	text-align: right;
	font-size: 14px;
	color: #4C96E9;
}










