html {
	height: 100%;
}
.QICIFANG {
	width: 100%;
	height: 100%;
}
.QICIFANG .logo .img {
	background: url(./imgs/logo.png) no-repeat;
	width: 260px;
	height: 80px;
	background-size: cover;
	position: relative;
	z-index: 5;
}
.QICIFANG .out-wrap-enword .logo img {
	display: none;
}
.QICIFANG .bg {
	width: 100%;
	min-width: 1920px;
	height: 100%;
	background: #4277ee;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

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

.QICIFANG .wrapper {
	padding-top: 1px;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	background: url("./imgs/bg.png") center 50px no-repeat;
}

.QICIFANG .wrapper .form {
	clear: both;
	margin: 0 auto;
	float: none;
	margin-top: 100px;
	background: transparent;
	padding-left: 305px;
	width: 300px;
}
.QICIFANG .wrapper .content .ipt {
	height: 56px;
	line-height: 56px;
	width: 270px;
}
.QICIFANG .wrapper .content .msg {
	padding-top: 3px;
	padding-bottom: 5px;
}
.QICIFANG .wrapper .content {
	margin-top: 10px;
}
.QICIFANG .wrapper .content .remb {
	padding-top: 5px;
}
.QICIFANG .wrapper .ctls {
	margin-top: 0;
}
/* backend */
.QICIFANG .u-header .logo {
	padding-top: 4px;
}
.QICIFANG .u-header .logo a {
	width: 128px;
	height: 39px;
	background: url(./imgs/logo-color.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
.QICIFANG .u-header .options-wrap .options-item:first-child {
	display: none;
}
.QICIFANG .out-wrap-enword .logo {
	width: 160px;
	height: 49px;
	background: url(./imgs/logo.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
