.TIFEN100 {
	width: 100%;
	height: 100%;
}
.TIFEN100 .logo .img {
	display: none;
}
.TIFEN100 .logo .img img,
.TIFEN100 .out-wrap-enword .logo img {
	display: none;
}
.TIFEN100 .bg {
	width: 100%;
	min-width: 1920px;
	height: 100%;
	background: #0b0e24;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.TIFEN100 .bg:after {
	content: "";
	background: url("./imgs/login-bg1.jpg") no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
	height: 1065px;
	width: 1920px;
	background-size: contain;
}

.TIFEN100 .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;
}
.TIFEN100 .u-header .logo {
	top: 4px;
}
.TIFEN100 .footer {
	height: auto;
	padding: 30px 0;
	background: transparent;
}
.TIFEN100 .footer .download,
.TIFEN100 .footer .other-info {
	display: none;
}
.TIFEN100 .footer .copyright,
.TIFEN100 .footer .copyright b,
.TIFEN100 .footer .copyright a,
.TIFEN100 .footer .copyright a:hover {
	text-align: right;
	color: #fff;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
}

.TIFEN100 .wrapper {
	padding-top: 160px;
	width: 100%;
	padding-right: 11%;
	box-sizing: border-box;
	min-width: 1600px;
	max-width: 1920px;
	margin: 0 auto;
}
.TIFEN100 .wrapper:before {
	content: "";
	clear: both;
	display: block;
	background: url("./imgs/login-title.png") top center no-repeat;
	background-size: contain;
	width: 487px;
	height: 108px;
	float: right;
	margin-bottom: 40px;
}
.TIFEN100 .wrapper .form {
	clear: both;
	margin-right: 50px;
}
/* backend */
.TIFEN100 .u-header .logo {
	padding-top: 8px;
}
.TIFEN100 .u-header .logo a {
	width: 128px;
	height: 31px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.TIFEN100 .u-header .options-wrap .options-item:first-child {
	display: none;
}
.TIFEN100 .out-wrap-enword .logo {
	width: 128px;
	height: 31px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
