.center{
	padding-top: 73px;
	min-height: 670px;
	background-color: #f3f3f3;
	background: #F2F2F2;
	
}
.content_text{
	width: 1100px;
	min-height: 600px;
	margin:20px auto;
	background-color: #fff;
	
}
.zc_content{
	width: 420px;
	margin: auto;
}
.zc_h2{
	text-align: center;
	padding-top: 40px;
    font-size: 30px;
    color: #373d41;
    letter-spacing: 1px;
    line-height: 36px;
    font-weight: normal;
}
.zc_forms{
	width: 100%;
	margin-top: 20px;
}
.zc_text{
	position: relative;
}

.zc_sp{
	font-size: 14px;
	color: #666;
}
.zc_name{
	display: inline-block;
	width: 320px;
    height: 40px;
    margin: 25px 0 0 10px;
    border: 1px solid #ccc;
}

.zc_inp{
	box-sizing: border-box;
	width: 100%;
    border: none;
    outline: none;
    font-weight: 400;
    vertical-align: baseline;
    background-color: #fff;
	height: 38px;
    margin: 0;
    padding: 0 8px;
    font-size: 12px;

}
.phone{
	width: 432px;
	margin-left: -32px;
}
.phone_re{
	margin-left: 13px;
}
.send_re{
	width: 120px;
	height: 40px;
	border: none;
	outline: none;
	color: #666;
	border-radius: 5px;
	margin-left: 62px;
}

.inp_res{
	height: 40px;
	width: 130px;
	margin-left:75px;
	
}
.zc_sub{
	margin-top: 25px;
}
.sub_btn{
	display: block;
	margin-left: 75px;
	width: 322px;
	height: 40px;
	border: none;
	outline: none;
	color:#666;
}
.zc_xy{
	margin-top: 25px;
	margin-left: 70px;
	font-size: 14px;
	color: #666;
}
.xy_text{
	color: #108cee;
	font-size: 14px;
}
.xy_inp{
	vertical-align: middle;
}
/*注册信息正确显示*/
.zc_right{
	width: 300px;
	background: url(../img/right.png) no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	color:  #108cee;	
	position: absolute;
	left: 404px;
	top: 30px;
}
/*注册信息错误显示*/
.zc_error{
	width: 300px;
	background: url(../img/error.png) no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
	color: red;
	position: absolute;
	left: 404px;
	top: 30px;
}
.hide{
	display: none;
}
/*手机号码正确验证码样式，信息全部通过提交按钮样式*/
.right_btn{
	background-color: #108cee;
	color: #fff;
	cursor: pointer;
}