html { 
	height: 100%; 
	overflow: hidden; 
}
body { 
	margin: 0; 
	height: 100%; 
	overflow: auto; 
	background: #ffffff; 
	font-size: 12px; 
	font-family:Arial, Helvetica, sans-serif;
}
.wrapper {
	position:relative;
	height:100%;
	min-height:640px;
}
.login-wrapper { 
	margin-top: -340px; 
	position: absolute; 
	top: 50%; 
	width: 100%; 
}
.header { 
	margin: 0 auto; 
	padding: 15px 0; 
	width: 990px; 
	height: 50px; 
}
.header h1 {
	margin-top:30px;
	font-size: 26px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	width: 500px; 
	height: 36px; 
	line-height: 50px; 
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis;
}
.header .logo {
	cursor:default;
}


.login-content { 
	position: relative; 
	padding: 45px 0; 
	min-width: 900px; /*box-shadow: 0 0 5px rgba(0, 0, 0, .2) inset;*/ 
	background:#fff url(../images/login_bg.png) center center repeat-x;

}
.login-banner { 
	margin: 0 auto; 
	width: 990px; 
	height: 350px;  
}
.login-panel { 
	position: absolute; 
	left: 50%; 
	top: 45px; 
	margin: 0 0 0 190px; 
	_margin-left: -30px; 
	width: 290px; 
	height: 350px; 
	box-sizing: border-box; 
	border: 1px solid #E7E7E7; 
	border-radius: 3px; 
}
.login-panel h3 { 
	visibility: hidden; 
	height: 10px; 
	}
.login-form { 
	margin: 0 31px 0 39px; 
	width: 230px;
}
#login_msg { 
	margin: 0 0 5px; 
	height: 25px; 
}
#login_msg i,
#login_msg span { 
	display: inline-block; 
	*display: inline; 
	*zoom: 1; 
	vertical-align: middle; 
}
#login_msg i { 
	margin: 0 5px 0 0; 
	background: url(../images/error.gif) no-repeat 0 -1px; 
	width: 16px; 
	height: 16px; 
}

.login-input,
.ocx-download { 
	position: relative; 
	padding-bottom: 4px; 
	min-height: 35px; 
	width: 220px; 
}
.placeholder { 
	position: absolute; 
	left: 0; 
	top: 0; 
	margin: 0; 
	padding: 5px 0 5px 11px; 
	line-height: 25px; 
	color: #999; 
}
input.input-text { 
	padding: 5px 10px; 
	width: 198px; 
	height: 23px; 
	line-height: 23px; 
	font-size: 14px; 
	border: 1px solid #D6D6D6; 
	background: #F3F3F3; 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset; 
	border-radius: 3px; 
}
input.input-text.active,
input.input-text.active.error { 
	padding: 5px 10px; 
	background: #fff;
    border-color:rgba(0,153,255, 0.8);
    -webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition:border linear 0.2s,box-shadow linear 0.2s;
    -ms-transition:border linear 0.2s,box-shadow linear 0.2s;
    -o-transition:border linear 0.2s,box-shadow linear 0.2s;
    transition:border linear 0.2s,box-shadow linear 0.2s;
    outline:none;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.1), 0 0 8px rgba(0,153,255,.6);
}
input.input-text.error { 
	padding: 5px 10px; 
	border: 1px solid #cc0000; 
}
.btn { 
	margin-bottom: 10px; 
	padding: 8px; 
	display: block; 
	background: #203D8D; 
	color: #fff; 
	font-size: 16px; 
	font-weight: bold; 
	text-align: center; 
	border-radius: 3px; 
	clear: both; 
}
.btn:hover { 
	color: #fff; 
	opacity: 0.9; 
	filter: alpha( opacity = 90 ); 
}
.btn:active { 
	opacity: 1; 
	filter: alpha( opacity = 100 ); 
}
.login_btn {}
.certificate_login_btn { 
	background: #418D20; 
}
.diviver { 
	margin-bottom: 10px; 
	background: url(../images/diviver.png) no-repeat center center; 
	height: 11px; 
	font-size: 0; 
}

#certificate_login_btn, .diviver { 
	visibility: hidden; 
}

.footer { 
	margin: 10px 0; 
	height: 80px; 
}
.footer .copyright { 
	color: #999; 
	padding: 5px 10px; 
	text-align: center; 
}

.header{position: relative}
.header .logoDiv{position:absolute}
.header .logo {
	background:url(../images/login_logo.png) no-repeat;
	text-indent:50px;
	font-family: Arial, Helvetica, sans-serif;
}
.header .languagetitle{
    position:absolute;
    top:40px;
    right:137px;
}

.header .languagepart{
    float:right;
    height:25px;
    margin-right:0px;
    _margin-right:17px;
    margin-top:12px;
    color:#4E4E4E;
}

.header .languageshow{
    position:relative;
	width:132px;
	height:25px;
	padding-left:12px;
	line-height:25px;
	cursor:pointer;
	background:url(../images/arraw.png) no-repeat;

}

#CurrentLanguage{
    display:inline-block;
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height: 25px;
}

.header .languagechange{
    display:none;
	position:absolute;
	width:93px;
	padding:2px;
	overflow:auto;
	overflow-x:hidden;
	background-color:#FFFFFF;
	border:1px solid #CECECE;
	z-index: 1;
}


.header .mouseoutlan{
    width:110px;
	padding-left:10px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	color:#4E4E4E;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


.header .mouseoverlan{
    width:100px;
	padding-left:10px;
	padding-right:10px;
	height:20px;
	line-height:20px;
	cursor:pointer;
	background:#8F0000;
	color:#FFFFFF;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.login-banner {
	width: 990px;
	}
.login-panel{
	width:420px;
	border:none;
	margin: 0 0 0 40px;
}

.login-div{
	height: 380px;
	float: right;
	background-color:#fff;
}
.btn {background-color:#EE4D4D;}
.btn:hover {
	color: #fff;
	background-color:#EE4D4D;
	opacity: 1;
}
a {text-decoration:none;}
.secTitle{
	font-size: 20px;
	margin-left: 93px;
	position: absolute;
	color: #9C9B9B;
	margin-top: -5px;
	line-height:25px;
}

.secTitle:hover{
	text-decoration:none;
	font-size: 20px;
	margin-left: 93px;
	position: absolute;
	color: #9C9B9B;
	margin-top: -5px;
	line-height:25px;
}

.download_mobileClient{
  height:80px;
  width:750px;
  margin: 0 auto;
  margin-top:18px;
  margin-bottom:12px;
}
#download_clientDivs div{
	width:90px;
	float:left;
}
.license-expand-img{
  background-repeat: no-repeat;
  display: inline;
  height: 10px;
  width: 10px;
  float: left;
  margin: 3px 70px 3px 70px;
}

.license-expand-img.shouqi {
  background-image: url(../images/shouqi.png);
}

.license-expand-img.xiala {
  background-image: url(../images/xiala.png);
}

.download_divs{
	line-height:80px;
}

.download_ipad{
	width:80px;
	height:80px;
	background: url(../images/5260_iPad.png) left center no-repeat;
	background-size: 80px 80px;
}
.download_iphone{
	width:80px;
	height:80px;
	margin-left:10px;
	background: url(../images/5260_iPhone.png) left center no-repeat;
	background-size: 80px 80px;
}
.download_Android{
	width:80px;
	height:80px;	
	margin-left:10px;
	background: url(../images/5260_Android.png) left center no-repeat;
	background-size: 80px 80px;
}
.download_AndroidPad{
	width:80px;
	height:80px;	
	margin-left:10px;
	background: url(../images/5260_AndroidPad.png) left center no-repeat;
	background-size: 80px 80px;
}
.hide{
	display:none;
}
#login_btn{
	width:220px;
}
.welcome-font{
	font-size: 26px;
	font-weight: bold;
	margin-top:23px;
	margin-bottom:21px;
}
.msg-margin{
	margin:15px 0 !important;
}


.icon-sprite-warn{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	line-height: 16px;
	vertical-align: text-top;
	background-image: url("../images/sprite.png") !important;
	background-position: -6px -136px;
	background-repeat: no-repeat;
}