.FFXS100 {
	height: 100%;
	min-width: 1000px;
}
.FFXS100 .logo .img {
	display: block;
	width: 160px;
	height: 60px;
	background: url(./imgs/logo.png) no-repeat;
	background-size: 100% 100%;
}
.FFXS100 .logo .img img,
.FFXS100 .out-wrap-enword .logo img {
	display: none;
}
.FFXS100 .bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(162deg, #fff7f2 8%, #ffdcc6 91%);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}
.FFXS100 .u-header .logo a {
	width: 160px;
	height: 47px;
	background: url(./imgs/logo.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.FFXS100 .u-header .logo {
	top: 4px;
}
.FFXS100 .footer {
	height: auto;
	padding: 30px 0;
	background: transparent;
}
.FFXS100 .footer .download,
.FFXS100 .footer .other-info {
	display: none;
}
.FFXS100 .footer .copyright,
.FFXS100 .footer .copyright b,
.FFXS100 .footer .copyright a,
.FFXS100 .footer .copyright a:hover {
	text-align: center;
	color: #666;
	font-size: 12px;
	margin-top: 0;
	line-height: 20px;
}

.FFXS100 .bg {
	content: " ";
}
.FFXS100 .bg:after {
	content: url("./imgs/login-bg1.png");
	position: absolute;
	top: 50%;
	margin-top: -396px;
	left: 50%;
	margin-left: -675px;
}
.FFXS100 .bg:before {
	content: url("./imgs/login-bg2.png");
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.FFXS100 .wrapper .form {
	margin-right: 0;
}
/* backend */
.FFXS100 .u-header .logo {
	padding-top: 0px;
}
.FFXS100 .u-header .logo a {
	width: 128px;
	height: 48px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.FFXS100 .out-wrap-enword .logo {
	width: 128px;
	height: 48px;
	background: url(./imgs/logo-white.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
