* {
	margin: 0 auto;
}

#_start {
	/*position:absolute;*/
	height: 0px;
	width: 0px;
	background: #D6E9C6;
	color: white;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
    position: fixed;
    z-index: 50;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

#_close {
	float: right;
	height: 0px;
	width: 0px;
	background: none;
	color: white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

#login_container,#regist_container {
	width: 360px;
	text-align: center;
	display: none;
    margin: auto;
	margin-top: 30px;
}

#lab1 {
	width: 330px;
	border-bottom: 1px solid #000000;
	text-align: left;
	font-family: '微软雅黑';
    margin-left: 15px;
}

#lab_login {
	font-size: 30px;
	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;
}

/* 注册表单 开始 */
#regist_account,
#regist_password1,
#regist_password2,
#regist_phone,
#regist_vcode
{
	height: 42px;
	border-radius: 0;
	margin-top: 5px;
}
#regist_vcode{
	width:200px;
	display: inline-block;
	float: left;
}
/* 注册表单 结束 */

/*获取验证码*/
#getVCode{
	width:125px;
	height: 40px;
	border-radius: 0;
	margin-top: 6px;
	float: right;
}
/*登陆按钮*/
#login_btn {
	float: left;
	width: 100px;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*注册按钮*/
#regist_btn{
	width: 330px;
	height: 40px;
	border-radius: 0;
	margin-top: 20px;
}
/*记住密码，找回密码*/
#rememberOrfindPwd {
	display: inline-block;
	height: 40px;
	line-height: 70px;
	margin-top: 15px;
	float: right;
}
/*QQ登陆样式*/
#login_QQ {
	width: 150px;
	height: 40px;
	float: left;
	border-radius: 0;
}
/*微博登陆样式*/
#login_WB {
	width: 150px;
	height: 40px;
	float: right;
	border-radius: 0;
}
/*登陆表单容器*/
#form_container1 {
	width: 330px;
	height: 240px;
	border-bottom: 1px solid #FFFFFF;
    margin-left: 15px;
}
/*注册表单容器*/
#form_container2 {
	width: 330px;
	height: 300px;
	border-bottom: 1px solid #FFFFFF;
    margin-left: 15px;
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 6px 12px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}