.YIXUE .logo {
	top: 40px;
	left: 0;
	z-index: 5;
	position: relative;
}

.YIXUE .logo .img {
	position: absolute;
	right: 60px;
	top: 0;
	width: 271px;
	height: 50px;
	background: url("./imgs/logo.png") no-repeat;
}

.YIXUE .logo .img img,
.YIXUE .out-wrap-enword .logo img {
	display: none;
}

.YIXUE .bg {
	width: 100%;
	max-width: 1920px;
	height: 1018px;
	background: #0b0e24;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.YIXUE .bg:after {
	content: "";
	background: url(./imgs/login-bg.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	height: 1018px;
	width: 100%;
	background-size: cover;
}

.YIXUE .u-header .logo a {
	width: 168px;
	height: 31px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

.YIXUE .u-header .logo {
	top: 4px;
	left: 40px;
	display: block;
}

.YIXUE .footer {
	height: auto;
	padding: 10px 0;
	background: #1C3E94;
	position: static;
	opacity: 1;
	text-align: center;
}

.YIXUE .footer .inner{
	padding-top: 0;
}

.YIXUE .footer .download,
.YIXUE .footer .other-info {
	display: none;
}

.YIXUE .footer .copyright {
	text-align: right;
}

.YIXUE .footer .copyright,
.YIXUE .footer .copyright b,
.YIXUE .footer .copyright a,
.YIXUE .footer .copyright a:hover {
	color: #fff;
	font-size: 14px;
	margin-top: 0;
}

.YIXUE .wrapper {
	min-width: 1440px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	height: 980px;
	padding-top: 290px;
}

.YIXUE .wrapper .form {
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 80px;
}

.YIXUE .wrapper .form:before {
	display: block;
	content: '';
	background: url(./imgs/login-form-title.png) center center no-repeat;
	height: 110px;
	width: 390px;
	margin-top: -160px;
	margin-left: -12px;
	margin-bottom: 50px;
}

/* backend */
.YIXUE .u-header .logo {
	padding-top: 8px;
	position: absolute;
}

.YIXUE .u-header .logo a {
	width: 168px;
	height: 31px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}

.YIXUE .u-header .options-wrap .options-item:first-child {
	display: none;
}

.YIXUE .out-wrap-enword .logo {
	width: 168px;
	height: 31px;
	background: url(./imgs/logo.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	top: 30px;
	left: 50px;
}