body{
	background:rgba(245,246,249,1);
}
.main_page{
	padding:0;
	max-width:1200px;
}

.register_title{
	height:100px;
	line-height:100px;
}
.register_title div{
	display:inline-block;
	float:left;
}
.register_title .title{
	height:100px;
	font-size:37px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:111px;
}
.register_title .info{
	height:100px;
	font-size:29px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	margin-left:18px;
	line-height:111px;
}
.register_title .link{
	height:100px;
	float:right;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(43,43,43,1);
	line-height:120px;
}
.register_title .link a{
	color:rgba(53,157,255,1);
	text-decoration:none;
}
.register_title .link .interval{
	display:inline-block;
	width:1px;
	height:19px;
	line-height:19px;
	background:rgba(43,43,43,1);
	border-radius:1px;
	margin:-3px 30px;
}

.register_content{
	width:1200px;
	background:rgba(255,255,255,1);
	border-top:9px solid rgba(53,157,255,1);
}
.register_form{
	margin-top:50px;
}
.form_group{
	height:110px;
	line-height:65px;
	margin:auto;
	width:650px;
	padding:20px 0;
	text-align:center;
}
.form_group label{
	width:140px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(43,43,43,1);
	line-height:26px;
	text-align:right;
	padding-right:30px;
}
.form_group input{
	width:500px;
	height:60px;
	border:none;
	border-bottom:2px solid rgba(231,231,231,1);
	font-size:21px;
	padding-right:4em;
	padding-left:1em;
}
.form_group input:focus{
	outline:none;
}
.form_group input.input_short{
	width:274px;
	padding-right:1em;
}
.form_group .qrcode_img{
	width:178px;
	height:50px;
	background:rgba(228,228,228,1);
	border-radius:6px;
	margin-left:38px;
}
.form_group .get_phone_code{
	width:182px;
	height:54px;
	background:rgba(255,255,255,1);
	border:2px solid rgba(53,157,255,1);
	border-radius:6px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(53,157,255,1);
	line-height:34px;
	margin-left:36px;
}
.form_group .get_phone_code.gray{
	color:rgba(255,255,255,1);
	background:rgba(217,217,217,1);
	border:2px solid rgba(225,225,225,1);
}
.form_group .register_btn{
	width:410px;
	height:57px;
	background:rgba(217,217,217,1);
	border-radius:8px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,0.7);
	line-height:42px;
}
.form_group .register_btn:hover{
	background:rgba(54,157,255,1);
	color:rgba(255,255,255,1);
}

.check_icon{
	width:66px;
	height:23px;
	position:absolute;
	display:inline-block;
	line-height:23px;
	margin-top:18px;
	margin-left:-66px;
	text-align:right;
}
.check_icon .check_pass{
	width:23px;
	height:23px;
	display:inline-block;
	margin-left:10px;
	background:url(../images/check_ok.png) no-repeat;
}
.check_icon .check_nopass{
	width:23px;
	height:23px;
	display:inline-block;
	margin-left:10px;
	background:url(../images/check_err.png) no-repeat;
}

.eyes{
	width:23px;
	height:23px;
	display:inline-block;
	cursor:pointer;
}
.eyes.eyes_close{
	background:url(../images/eyes_close.png) no-repeat center;
}
.eyes.eyes_open{
	background:url(../images/eyes_open.png) no-repeat center;
}
.register_type_line{
    display: inline-block;
    width: 500px;
    text-align: left;
}
.register_type_line select{
    width: 274px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid rgba(231,231,231,1);
    appearance:none;
}
.register_type_line select:focus-visible{
    outline: none;  
}