.loginBox{
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 99999;
	align-items: center;
	justify-content: center;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.2);
}
#_start {
	height:auto;
	width: 0px;
	background: #FFF;
	color: white;
	text-align: center;
	line-height: 40px;
	max-width: 400px;
	width:0px;
	box-shadow: 0 0 15px #999;
}

#_close {
	float: right;
	height: 40px;
	background: none;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	color: #000000;
	margin-right:10px;
}

#login_container,#regist_container,#reset_container{
	width: 100%;
	text-align: center;
	display: none;
	padding: 20px 20px 40px 20px;
}

.lab {
	width: 100%;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-family: '微软雅黑';
}

.lab_login {
	font-size: 1.6rem;
	height: 40px;
	color: #000000;
}

.lab_toRegist,.lab_toLogin {
	font-size: 15px;
	line-height: 55px;
	float: right;
	color: #000000;
}

#lab_type1,
#lab_type2 {
	font-size: 16px;
	float: left;
	color: #8C8C8C;
}

#login_number,
#login_password {
	height: 50px;
	border-radius: 0;
	margin-top: 10px;
}

/* 注册表单 开始 */
#reset_account,
#reset_password1,
#reset_password2,
#reset_email,
#regist_account,
#regist_password1,
#regist_password2,
#regist_email,
#regist_fullname,
#regist_unit,
#regist_token,
#regist_vcode {
	height: 42px;
	border-radius: 0;
	margin-top: 5px;
}
#reset_vcode,
#regist_vcode {
	width: 60%;
	display: inline-block;
	float: left;
}
/* 注册表单 结束 */

/*获取验证码*/
#resetVCode
#getVCode {
	width: 35%;
	height: 40px;
	border-radius: 0;
	margin-top: 6px;
	float: right;
	font-size: 12px;
}
/*登陆按钮*/
#login_btn {
	float: left;
	width: 100%;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*注册按钮*/
#regist_btn{
	width: 100%;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*记住密码，找回密码*/
#rememberOrfindPwd {
	height: 40px;
	line-height: 70px;
	margin-top: 15px;
}
/*QQ登陆样式*/
#login_QQ {
	width: 150px;
	height: 40px;
	float: left;
	border-radius: 0;
}
/*微博登陆样式*/
#login_WB {
	width: 150px;
	height: 40px;
	float: right;
	border-radius: 0;
}

/*注册表单容器*/
.form_container {
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}
.form_container::after{
	content: "";
	display: block;
	clear: both;
}

.btn-success{
	background-color: #2350AD !important;
	border-color:#2350AD !important;
}

#getVCode .btn-success{
	background-color: rgb(211, 5, 5) !important;
	border-color: rgb(211, 5, 5) !important;
}
#resetVCode .btn-success {
	background-color: rgb(211, 5, 5) !important;
	border-color: rgb(211, 5, 5) !important;
}

