html{
	height: 100%;
}
.ANDONGNIAI {
	height: 100%;
}
.ANDONGNIAI .logo{
	top: 40px;
	left: 60px;
	z-index: 5;
}
.ANDONGNIAI .logo .img {
	width: 190px;
	height: 77px;
	background: url("./imgs/logo.png") no-repeat;
	background-size: contain;
}
.ANDONGNIAI .logo .img img,
.ANDONGNIAI .out-wrap-enword .logo img {
	display: none;
}
.ANDONGNIAI .bg {
	background: none;
	width: 100%;
	min-width: 1920px;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.ANDONGNIAI .u-header .logo a {
	width: 160px;
	height: 47px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.ANDONGNIAI .u-header .logo {
	top: 4px;
	left: 40px;
}
.ANDONGNIAI .footer {
	height: auto;
	padding: 30px 0;
	background: transparent;
}
.ANDONGNIAI .footer .download,
.ANDONGNIAI .footer .other-info {
	display: none;
}
.ANDONGNIAI .footer .copyright,
.ANDONGNIAI .footer .copyright b,
.ANDONGNIAI .footer .copyright a,
.ANDONGNIAI .footer .copyright a:hover {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
}

.ANDONGNIAI .wrapper {
	width: 1920px;
	background: #A6DFFC url("./imgs/login-bg.jpg") left 80px no-repeat;
	width: 1920px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding-top: 0;
}
.ANDONGNIAI .wrapper:before {
	content: "";
	clear: both;
	display: block;
	background-size: contain;
	width: 700px;
	position: absolute;
	top: 80px;
	left: 0;
}
.ANDONGNIAI .wrapper .form {
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 260px;
	margin-right: 300px;
}
/* backend */
.ANDONGNIAI .u-header .logo {
	padding-top: 8px;
}
.ANDONGNIAI .u-header .logo a {
	width: 84px;
	height: 31px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.ANDONGNIAI .u-header .options-wrap .options-item:first-child {
	display: none;
}
.ANDONGNIAI .out-wrap-enword .logo {
	width: 84px;
	height: 31px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	top: 30px;
	left: 50px;
}
