/* clear float */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: block; }

/* common */
html { overflow:hidden; }
body { background:none !important; overflow:hidden; }
html{font:14px/1.5 'pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;cursor:default;
/* -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none; */
background:#f0f1f1}

#bg img { opacity:0; }

/* login */
#login {
 	position:absolute;
	top:50%;
	left:50%;
	width:380px;
	padding:0px;
	margin:-235px 0px 0px -190px;
}

#login h1 a {
	font-weight:bold;
	text-indent:0px;
	background-image:url(../images/logo_w.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size:0;
	height:64px;
	width: 170px;
	line-height:64px;
	line-height:180%;
	text-align:center; color:#FFF;
	text-shadow:1px 1px 0px #000;
	margin-bottom:10px;
}

#login form {
	padding:10px 0px;
	border:none;
	background:#dde5ed;
	border-radius:0;
	        box-shadow:none;
}

#login form p {
	position:relative;
	padding:0px 15px;
}

#login a {
	text-shadow:1px 1px 0px #000;
	color:#FFF !important;
}
#login_error a {
	color:#000 !important;
	text-shadow:1px 1px 0px #FFF;
}

#login form label {
	color:#333;
	text-shadow:1px 1px 2px #FFF;
}

#login form .input {
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:none;
	background:none;
	padding:12px 10px;
	color:#444;
	font-weight:bold;
	font-size:14px;
	background:#FFF;
}

#login form .input:focus {
	box-shadow:none;
}

#login .form-send .bot {
	width:100%;
	border-bottom:1px solid #ccc;
}

#login form .forgetmenot {
	float:none;
}

#login form p.submit {
	padding:0px 15px;
}

#login .submit .button {
	width:100%;
	margin:10px auto;
	border:none;
	float:none;
	border-radius:4px;
	height:44px;
	font-size:14px;
	text-align:center;
	color:#FFF;
	background:#0334cb;
	font-weight:bold;
	cursor:pointer;
}

/* footer */
.footer { font-size:13px;   position:absolute; left:0px; right: 0;text-align: center;bottom:10px; height:30px; padding:0px 20px; line-height:30px; color:#FFF;}
.footer a { text-decoration:underline; color:#FFF; }

/* loading */
.loading { position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:99; overflow:hidden; background:#000; }
.loading img { position:absolute; top:50%; left:50%; width:58px; height:10px; margin:-5px 0px 0px -29px; }
