html,body{
	height: 100%; 
}
.header{
	width: 100%; height: 80px; overflow: hidden; background-color: #0091ff; position: fixed;
	top: 0; left: 0; z-index: 100; box-shadow: 0 2px rgba(0,0,0,0.2);
}
.logo{
	width: 400px; height: 100%; float: left; overflow: hidden;
	background: url(../../images/common/logo.png) no-repeat left center;
}
.quit{
	display: block; width: 72px; height: 30px; text-indent: 30px; line-height: 30px; font-size: 14px;
	color: #FFFFFF; background-color: #0082e5; background-image: url(../../images/common/quit.png);
	background-position: 11px center; float: right; background-repeat: no-repeat; border-radius: 15px;
	margin: 24px 30px 0 0; cursor: pointer;
}


.footer{
	background-color: #0c1316; opacity: 0.5;filter:alpha(opacity=50); height: 36px; position: fixed; left: 0; bottom: 0;
	text-align: center; line-height: 36px; color: #fff; width: 100%; z-index: 100;
}


.login-bg{
	overflow: hidden; position: relative;/* left: 0; top: 0;*/ width: 100%; height: 100%;
}
.login-bg >.b_g
{
	background-position: center center; background-repeat: no-repeat; background-size: 100%;
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.bg1{
	background-image: url(../../images/background/bg1.jpg);
}
.bg2{
	background-image: url(../../images/background/bg2.jpg);
}

.coverbg{
	position: absolute; left: 0; top: 0; /*right: 0; bottom:0;*/
	width: 100%; height: 100%;
	background: url(../../images/links/bg.png);
}









