.content {
	width: 835px;
	height: 935px;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
		background: #FFF;
}

.content_top {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #E5E5E5;
	background: #FFF;
	padding-left: 30px;
	font-weight: bold;
}

.standard_detail_result{
	margin-top: 30px;
	height: 650px;
}
.standard_detail {
	background: #FFF;
}

/*注册框部分*/
.fp_content {
	margin: 0px auto;
	text-align: left;
	margin-top: 40px;

}
.flowline{
	width:508px;
	text-align: left;
	margin-top: 80px;
	margin-bottom: 60px;
	margin-left: 60px;
}
.first, .two, .three, .four, .five{
	width: 58px;
	height: 2px;
	border: 0;
}
.blue_color{
	background-color: #3385FF;
	
}
.grey_color{
	background-color: #CCC;
}
.blue{
	color: #3385FF;
	
}
.grey{
	color: #CCC;
}
.flowline div{
	display: inline-block;
	
}
.flowline div img{
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 5px;
	margin-left: 5px;
}

.write_accountNum div, .validCode_identity div, .reset_password div, .reset_success div{
	width: 340px;
/* 	margin: 0px auto; */
	margin-bottom: 20px;
	margin-left: 92px;
}
.write_accountNum p{
	width: 340px;
	margin: 0px auto;
	margin-bottom: 5px;
	color: #646464;
}
.write_accountNum input {
	width: 340px;
	height: 36px;
	line-height: 36px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	border: 1px solid #CCC;
	padding-left: 10px;
	outline: none;	
}

input:focus{
    border: 1px solid #3285FF;
}

#validCode{
	width: 230px;
	float: left;
}
#identify_code_image{
	float: left;
	margin-left: 14px;
}

.nextStep{
	padding-top: 12px;
	cursor: pointer;
}
.nextStep a {
	background: #3285FF;
	color: #FFFFFF;
	padding: 12px 149px 12px 149px;
	border-radius: 4px;
	font-size: 16px;

}
.nextStep a:hover {
	background: #1e78ff;
}
.nextStep1{
	padding-top: 12px;
	cursor: pointer;
}
.nextStep1 a {
	background: #3285FF;
	color: #FFFFFF;
	padding: 12px 139px 12px 139px;
	border-radius: 4px;
	font-size: 16px;

}
.nextStep1 a:hover {
	background: #1e78ff;
}
#getmassageValidCode, #getNewmassageValidCode{
	width: 150px;
	height: 36px;
	line-height: 36px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	border: 1px solid #CCC;
	padding-left: 10px;
	outline: none;	
	margin-left:15px;
}
#getmvc, #getNewmvc{
	height: 30px;
	width: 110px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 30px;
}
#newPhoneNum{
	width: 340px;
	height: 36px;
	line-height: 36px;
	font-family: \5FAE\8F6F\96C5\9ED1;
	border: 1px solid #CCC;
	padding-left: 10px;
	outline: none;	
}
.regist_success{
	text-align: left;
	padding-top: 20px;
}
.regist_success img{

	margin-left: 120px;
}
.high_light{
	color: #FF9A00;
	font-weight: bold;
}
.reset_password, .reset_success{
	display: none;
}
.red_mark{
	color: red;
}