html {
	height: 100%;
	background-color: #e3e3e4;
	min-width:1024px;
	min-height:768px;
}
html, div, h1, h2, h3, h4, h5, h6, input {
	font-family: SegoeUI-SB,Calibri,Arial,sans-serif;
	text-transform: none;
}
input:focus { outline: none; }
.show { display: block !important; }
.login_wrap_application {
	box-sizing: border-box;
	width: 540px;
	height: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -310px;
	margin-left: -270px;
	background: #fff;
}
.content_wrap {
	position: relative;
	box-sizing: border-box;
	height: 100%;
	padding: 80px 95px 10px;
}
.content_wrap .title {
	text-align: center;
}
.content_wrap .title img {
	border-radius: 8px;
}
.content_wrap .input_area {
	margin-top: 60px;
}
.content_wrap .input_area label {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	color: #434a49;
	margin-bottom: 10px;
}
.copyright {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 13px;
	color: #bbb;
}
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: right;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
h4 .right { text-align: right; }
.input_1 {
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	border-radius: 2px;
	border: 1px #dbdbdb solid;
	margin-bottom: 35px;
	padding: 0 12px;
	font-size: 15px;
	transition: all 0.2s;
	text-transform: none;
	color: #333;
}
.input_1:focus {
	border-color: #007DC3;
	box-shadow: inset 0 2px 4px rgba(1,1,1,.1), 0 0 4px #007DC3;
}
.input_1::-webkit-input-placeholder {
	color:#bbb;
}
.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;
}
.btn-default {
	width: 100%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: none;
	border-radius: 4px;
	background-color: #007DC3;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition: all 0.2s;
}
.btn_red_l { width: 180px; }
.btn-default:hover, .btn_red_s:hover { background-color: #118cd1; }
.btn-default:active, .btn_red_s:active { background-color: #0a7bbb; }

.logo {
	text-align: center;
	margin-top: 10px;
}
.error_wrap .logo {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.error_wrap .logo img {
	border-radius: 8px;
}
.error_tips {
	box-sizing: border-box;
	width: 350px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #FBD1CE;
	background-color: #FDEDEC;
	color: #E51C23;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	margin-top: 15px;
}
.error_tips img {
	margin-right: 5px;
}
.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;
	font-size: 15px;
}
.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;
}
.hide {
	display: none;
}
.checkbox {
	position: relative;
	margin-top: -20px;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 20px;
}
.checkbox input {
	opacity: 0;
	position: relative;
	width: 15px;
	height: 20px;
	z-index: 2;
}
.checkbox label {
	font-size: 14px;
	color: #989897;
	cursor: pointer;
	transition: all 0.2s;
}
.checkbox label:hover {
	color: #686868;
}
.checkbox input + label:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-sizing: border-box;
	margin-top: 8px;
	cursor: pointer;
}
.checkbox input:checked + label:before {
	background: url(../images/icon-arrow.png) no-repeat center center;
	background-size: 75%;
}


.login_wrap, .forgot_pwd_wrap, .reset_pwd_wrap, .error_wrap {
	box-sizing: border-box;
	width: 362px;
	height: 393px;
	padding: 12px 43px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -198px;
	margin-left: -181px;
	background-color: #fff;
/*	border-top: 3px #ee3a43 solid;*/
}
.reset_pwd_wrap {
	height: 334px;
	margin-top: -167px;
}
.forgot_pwd_wrap { display: none; }
.error_wrap {
	width:483px;
	height:294px;
	margin-left:-241px;
	margin-top:-147px;
	padding:10px 24px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	height: 68px;
	line-height: 68px;
	color: #ee3a43;
}
.error_wrap h1 {
	height:72px;
	line-height:72px;
	margin-bottom:20px;
}
.error_wrap h1 img { margin-right:30px; }
.popover-page {
	display: none;
	position: fixed;
	z-index: 10090;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.15);
}
	/* .popover-page::before {
	content: "";
	position: fixed;
	z-index: 10091;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.15);
} */
	.popover-page iframe {
		width: 100%;
		height: 100%;
		border: 0;
		/* position: relative;
	z-index: 10092; */
	}

.open.popover-page {
	display: block;
}