@font-face {
	font-family: 'segoeui';
	src: url('../fonts/segoeui.eot');
	src: url('../fonts/segoeui.eot') format('embedded-opentype'), url('../fonts/segoeui.woff') format('woff'), url('../fonts/segoeui.ttf') format('truetype'), url('../fonts/segoeui.svg#segoeui') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	height: 100%;
	background: url(../images/bg_login.png) no-repeat;
	background-size: 100% 100%;
	min-width:1024px;
	min-height:768px;
}
html, div, h1, h2, h3, h4, h5, h6, input {
	font-family: "segoeui";
	text-transform: none;
}
input{ -webkit-appearance:none; -webkit-border-radius:0; }
input:focus { outline: none; }
.show { display: block !important; }
.login_wrap_application, .login_wrap_system, .landing_wrap {
	box-sizing: border-box;
	width: 1024px;
	height: 768px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -384px;
	margin-left: -512px;
}
.login_wrap_application { background: url(../images/bg_login_application.jpg); }
.login_wrap_system { background: url(../images/bg_login_system.jpg); }
.landing_wrap { background: url(../images/bg_landing.jpg); }
.lose_fixed {
	top:0;
	margin-top:0;
}
.content_wrap {
	width: 360px;
	margin-top: 300px;
	margin-left: 60px;
}
.text_description {
	margin-bottom: 20px;
	padding-top: 10px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	height: 32px;
	margin: -6px 0 0 0;
}
h4 input[type="checkbox"] { opacity: 0; }
h4 input[type="checkbox"] + label {
	display: inline-block;
	padding-right: 21px;
	height: 16px;
	line-height: 16px;
	background: url(../images/bg_btn_checkbox_s.png) no-repeat right top;
}
h4 input[type="checkbox"]:checked + label { background-position: right bottom; }
h4 a { color: #000; }
h4 .left, h4 .right {
	float: left;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h4 .right { text-align: right; }
.main_login, .main_forgot_pwd { position: relative; }
.main_forgot_pwd { display: none; }
.input_1 {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	border: 1px #ccc solid;
	background-color: #4d858d;
	box-shadow: inset 0 2px 4px rgba(1,1,1,.1);
	margin-bottom: 12px;
	padding: 0 12px;
	font-size: 15px;
	transition: all 0.2s;
	text-transform: none;
	color: #fff;
}
.input_1:focus {
	border-color: #5fc6ff;
	box-shadow: inset 0 2px 4px rgba(1,1,1,.1), 0 0 4px #5fc6ff;
}
.input_1::-webkit-input-placeholder {
color:#fff;
}
.error, .error:focus {
	border-color: #ff0000;
	box-shadow: inset 0 2px 4px rgba(1,1,1,.1), 0 0 4px #ff0000;
}
h2 {
	margin: 5px 0 15px 0;
	text-align: right;
}
.btn_red, .btn_red_s {
	width: 105px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: none;
	background-color: #ee3a43;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.2s;
}
.btn_red_l { width: 180px; }
.btn_red:hover, .btn_red_s:hover { background-color: #F91F2A; }
.btn_red:active, .btn_red_s:active { background-color: #c52028; }
.btn_red_s {
	width: 100%;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	text-transform: uppercase;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin: -5px 0 5px 0;
}
h5 a { color: #666; }
h6 {
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
	text-align: center;
}
h6 a { color: #aaa; }
h6 a:last-child:before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 9px;
	background-color: #aaa;
	margin: 0 8px;
}
.logo {
	text-align: center;
	margin-top: 10px;
}
.error_wrap .logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.error_tips {
	text-align: center;
	color: #F8212C;
	display: none;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	width: 276px;
	top: -20px;
}
.reset_pwd_wrap .error_tips { line-height: 1em; }
.link { margin-bottom: 10px; }
.link a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px #666 solid;
	transition: all 0.2s;
}
.link a:hover {
	color: #000;
	border-bottom-color: #000;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #858585;
	margin: -10px 0 15px 0;
	text-transform: none;
}
.app_list {
	width: 290px;
	margin-left: 40px;
	margin-top: -27px;
}
.app_list li {
	width: 100%;
	height: 66px;
	margin-bottom: 80px;
	text-align: center;
}
