.login_box{
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../img/main/login_bg.png) no-repeat;
	background-size: cover;
}
.login_main{
	width: 460px;
	height: 320px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.login_rela{
	width: 460px;
	height: 320px;
	position: relative;
}
.login_title{
	width: 460px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 18px;
	color: #efefef;
	letter-spacing: 2px;
}
.login_ncb{
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #0091ff;
	letter-spacing: 2px;
	position: absolute;
	top: 65px;
	font-size: 14px;
}
/*帐号*/
.login_account_box{
	width: 420px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding-left: 40px;
}
.login_span{
	color:#adb5c5;
	color: rgba(255,255,255,0.6);
	color: #afb8cb \9;
    filter: alpha(opacity=100);
	letter-spacing: 2px;
}
.login_input{
	width: 300px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.5);
	background: #19243b \9;
    filter: alpha(opacity=100);
	border: none;
	outline: none;
	padding: 5px;
	color: #FFFFFF;
	border-radius: 5px;
	behavior: url('../js/plug_in/PIE.htc');
}
.Validform_checktip{
	text-align: center;
    position: absolute;
    width: 100%;
    bottom: 70px;
    display: block;
    font-size: 14px;
    color: red;
}
.login_botton{
	width: 130px;
	height: 40px;
	line-height: 40px;
	background: #0091FF;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.login_botton button{
	color: #efefef;
	background: none;
    border: none;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
}

.login_beian{
	width: 813px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin: auto;
	font-size: 14px;
	color: #efefef;
	
}

.login_text1{
	width: 240px;
	height: 50px;
	float: left;
}
.login_logo1{
	width: 40px;
	height: 40px;
	background-image: url(../img/main/all--icon.png);
	background-position:0px 0px;
	float: left;
	margin-top: 5px;
}
.login_text2{
	width: 182px;
	height: 50px;
	float: left;
	margin-left:8px;
}
.login_logo2{
	width: 204px;
	height: 20px;
	background-image: url(../img/main/all--icon.png);
	background-position: -80px -21px;
	float: left;
	margin-top: 12px;
	margin-left: 5px;
}
.login_text3{
	width: 125px;
	height: 50px;
	float: left;
	margin-left:8px;
}







