html {
	overflow: hidden;
}

body {
	background-color: #2E6FA7;
	background-repeat: no-repeat;
	background-positon: 100%, 100%;
	font-family: "微软雅黑", "宋体", sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#console-btn {
	float: right;
	height: 30px;
	background-color: #43BBEF;
	margin-right: 20px;
	line-height: 28px;
	padding: 3px 15px;
}

#console-btn a {
	color: #FFF;
	text-decoration: none;
}

#console-btn a:hover {
	text-decoration: underline;
}

#login-panel {
	width: 660px;
	position: absolute;
	top: 100px;
	padding: 40px;
	z-index: 100;
}

#login-panel ul {
	list-style: none;
	width: 340px;
	margin: 0 auto;
	padding: 0;
}

#login-panel li {
	margin-bottom: 20px;
}

#login-title {
	font-size: 50px;
	color: #FFF;
	white-space: nowrap;
	vertical-align: middle;
}

.login-input {
	width: 275px;
	height: 30px;
	font-size: 16px;
	padding: 8px 10px;
	border: 1px solid #CCC;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

#login-btn {
	height: 48px;
	line-height: 45px;
	font-size: 21px;
	width: 318px;
	text-align: center;
}

#browser-info {
	float: left;
	color: #CCC;
	line-height: 30px;
	padding-right: 30px;
	background: url(../../../ui/images/sign-page-line.png) center
		right no-repeat;
	color: #CCC;
}

#copyright {
	margin-top: 50px;
}

#login-mask {
	position: absolute;
	background-color: #000;
	filter: alpha(Opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	z-index: 1;
	border-radius: 15px;
}

#randcode::-ms-clear {
	display: none;
}
#login-wrap{
	position: relative;
}
#qrcode-wrap{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	text-align: center;
	background: url(../images/qrcode-bg.png) left top repeat;
}
#login-qrcode{
	width: 200px;
	height: 200px;
	margin: 10px auto 5px auto;
	background-color: white;
	border: 10px solid white;
}
.login-type{
	text-align: right;
	color: #ffffff;
	padding-right:10px;
	color: #F3D995;
	font-size: 14px;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
}
.login-type a{
	cursor: pointer;
}
.login-type i{
	font-size: 18px;
	margin-left: 8px;
	vertical-align: middle;
}