@charset "utf-8";
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
}
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.idx_page {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 120px 0 75px 0;
    box-sizing: border-box;
}

.idx_header {
    position: relative;
    width: 100%;
    height: 120px;
    border-top: 10px solid #A68137;
    box-sizing: border-box;
    background: #FFF url(images/title.png) no-repeat 50% 50%;
    margin: -120px 0 0 0;
}

.idx_section {
    position: relative;
    width: 100%;
    height: 100%;
    background: #FFF url(images/bg.jpg) no-repeat 50% 50%;
}

.idx_footer {
    position: relative;
    width: 100%;
    height: 75px;
    margin: 0 0 -75px 0;
    line-height: 75px;
    text-align: center;
    border-top: 1px solid #CCC;
    box-sizing: border-box;
}
.login_form_footer {
    position: relative;
    width: 100%;
    height: 75px;
    margin: 0 0 -75px 0;
    line-height: 75px;
    text-align: center;
}
.login_page {
	position: relative;
	width: 100%;
	height: 100%;
}
.login_title {
	position: absolute;
    width: 600px;
    height: 80px;
    line-height: 80px;
    left: 50%;
    margin: 0 0 0 -300px;
	text-align: center;
	color: #9D8241;
	font-size: 48px;
}
.login_group {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 690px;
	height: 420px;
	margin: -210px 0 0 -345px;
}
.login_form {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 446px;
	height: 315px;
	margin: -157.5px 0 0 -216px;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CCC, direction=120, strength=3);
	box-shadow: 2px 2px 10px #CCC;
}
.login_form form {
	margin: 0 0 0 114px;
}
.login_input {
	background: transparent;
	width: 215px;
	height: 30px;
	padding: 0 0 19px 0;
}
.login_user, .login_password {
	width: 215px;
	height: 30px;
	background: #fff none no-repeat left center;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.login_user {
	background-image: url(images/login_user.png);
}
.login_password {
	background-image: url(images/login_pwd.png);
}
#password{
	font-size: 28px;
}

.login_input input {
	margin: 0 0 0 38px;
	width: 174px;
	height: 100%;
	border: none;
	background: transparent;
  	color: #36405B;
	outline: none;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
.login_input input:-ms-input-placeholder, .login_input input::-webkit-input-placeholder, .login_input input::-moz-placeholder {
  color: #36405B;
}

.login_button {
	border: none;
	background: transparent none repeat-x left top;
	width: 100px;
	height: 38px;
	cursor: pointer;
	outline: none;
	color: #FFF;
	font-size: 16px;
	margin: 0 0 0 6px;
}
.login_button:first-child {
	margin: 0;
}
.submit_btn {
	background-image: url(images/submit_bg.png);
}
.reset_btn {
	background-image: url(images/reset_bg.png);
}
.login_status {
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin: 0 0 5px 0;
	color: #36405B;
}

.sz-bi-login-status-logging, .sz-bi-login-status-logined {
  color: #36405B;
}

.remember-ctrl {
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	padding: 2px 5px 9px 0;
	color: #999;
	float: left;
}
#remember {
	vertical-align: middle;
}
.login_captcha {
	position: absolute;
	width: 35px;
	left: 0;
	top: 0;
	border: none;
}
.sz-commons-form-captcha {
	width: 120px;
	background: #fff none no-repeat left center;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.sz-commons-form-captcha .sz-commons-form-captcha-input {
	width: 80px;
	margin: 0 0 0 38px;
	height: 100%;
	border: none;
	background: transparent;
	color: #999;
	outline: none;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;

}
.sz-commons-form-captcha .sz-commons-captcha {
	position: absolute;
	right: -124px;
	top: 0;
}
.login_bsdownload {
	position: absolute;
    bottom: -32px;
    line-height: 22px;
    text-align: center;
    width: 100%
}
.login_bsdownload > a:link,
.login_bsdownload > a:visited,
.login_bsdownload > a:active,
.login_bsdownload > a:hover {
	text-decoration: underline;
	color: #0000FF;
	margin: 0 4px;
}
.login_bsdownload > a:hover {
	text-decoration: none;
}

#login_notice {
	position: absolute;
	left: 0;
	top: 0;
	background: transparent url(images/msg_bg.png) no-repeat 0 0;
	width: 308px;
	height: 312px;
	overflow: hidden;
	padding: 38px 0 0 0;
	box-sizing: border-box;
	z-index: 9;
	visibility: hidden;
}
#login_notice>.notice_header {
	margin: -38px 0 0 0;
	width: 100%;
	height: 38px;
	position: relative;
}
#login_notice>.notice_header>span {
	line-height: 45px;
	width: 85%;
	display: inline-block;
	color: #185AB2;
	text-align: center;
}
#login_notice>.notice_header>em {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin: 14px 14px 14px 0;
	cursor: pointer;
}
#login_notice>.notice_sec {
	width: 100%;
	height: 100%;
	position: relative;
	color: #545454;
}
.notice_sec_c {
	position: absolute;
	left: 10px;
	top: 6px;
	bottom: 8px;
	right: 10px;
	overflow: auto;
}
.notice_p {
	line-height: 20px;
	text-indent: 32px;
	letter-spacing: 1px;
}
.notice_p_ar {
	line-height: 20px;
	text-align: right;
}
.login_tabs {
	position:relative;
	width: 100%;
    height: 50px;
    background: #AD802F;
	text-align: center;
}
a.login_tab:link,
a.login_tab:visited,
a.login_tab:hover,
a.login_tab:active{
	background: #D2AA64;
    color: #FFF;
    text-decoration: none;
    width: 215px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    margin: 10px 0 0 -3px;
	font-size: 18px;
    font-weight: bold;
}
a.login_tab:link:first-child,
a.login_tab:visited:first-child,
a.login_tab:hover:first-child,
a.login_tab:active:first-child{
	margin: 10px 0 0 0;
}
a.login_tab_c:link,
a.login_tab_c:visited,
a.login_tab_c:hover,
a.login_tab_c:active{
	background: #FFF;
    color: #000;
}
.login_tab_sec {
	display: none;
}
.login_tab_sec_c {
	display: block;
}