/*-------------------------µÇÂ¼Ò³ÃæÑùÊ½-------------------------------*/
*{
	padding:0;
	margin:0;
	list-style:none;
}
.loginbg{
	width:100%;
	height:100%;
	background:url(../../images/login.jpg) no-repeat top center;
}
.loginbg p{
	width:100%;
	position:absolute;
	z-index:99999999999999;
	color:#fff;
	font-weight:700;
	font-family:'Î¢ÈíÑÅºÚ';
	font-size:34px;
	text-align:center;
	top:100px;
}
.login{
	width:500px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.error{
	width:500px;
	text-align:center;
	position:absolute;
	top:337px;
	color:#c12e10;
}
.inputframe{
	width:270px;
	height:123px;
	position:absolute;
	top:364px;
	left:160px;
}
.userframe{
	width:270px;
}
.text{
	width:210px;
	text-align:left;
	border:0;
	background:none;
	height:43px;
	line-height:43px;
	color:#090f1d;
	font-family:'Microsoft Yahei';
	font-size:15px;
}
.text:focus{
	border:0;
	-webkit-border:0;
	-webkit-appearance:none;
}
.password{
	height:36px;
	line-height:36px;
}
.code{
	height:45px;
	line-height:45px;
}
.codeimg{
	color:#9a2f1d;
	text-decoration:none;
	font-size:22px;
	font-family:"Lucida Console";
	position:relative;
	top:2px;
}
.btnframe{
	width:500px;
	height:40px;
	position:absolute;
	top:520px;
	left:67px;
}
.loginbtn{
	width:366px;
	height:35px;
	background:#c12e10;
	color:#fff;
	font-size:17px;
	font-family:Microsoft Yahei;
	border:1px solid #5d180e;
	cursor:pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.loginbtn:focus{
	background:#a9280d;
}
.copyright{
	width:500px;
	position:absolute;
	top:650px;
	text-align:center;
	color:#fff;
	font-family:Microsoft Yahei;
	font-size:15px;
}

.loginImg{
	padding-bottom: 5px;
}