body{
	
}
#introCon{
	width:100%;
	overflow: hidden;
}
#introCon .banner{
	position:relative;
	background: url(./web/sign_in_1920_648.png);
	height:648px;
	background-position-x:50%;
}
#backToTopBtn{
	display:none;
}

.dlg{
	position: absolute;
	left: 50%;
	margin-left: 140px;
	background: #FFF;
	margin-top: 20px;
}
.dlg>.content{
	padding: 20PX 35px 30px;
}
.dlg>.content.align_center{
	text-align:center;
}
.dlg a{
	margin:0 3px;
	color:#444;
}
.dlg a:hover{
	color:#666;
}
.dlg .loginForm .title{
	display:inline-block;
	font-size: 16px;
	line-height: 35px;
}
.dlg .regForm .title{
	display:inline-block;
	width:160px;
	font-size: 16px;
	line-height: 35px;
}
.dlg .loginForm .title .btn1{
	color:#0192b5;
}
.dlg .regForm .title .btn2{
	color:#0192b5;
}
.dlg img.code{
	height: 30px;
	width: 80px;
	margin-left:10px;
}
.dlg .hint{
	color:red;
}
.dlg .loginForm .divider{
	height:3px;
}
.dlg .regForm .divider{
	height:10px;
}
.dlg input{
	margin-right:10px;
}
.dlg input.m{
	height:10px;
}
.dlg input.span_xs{
	width:50px;
}
.dlg input.span_s{
	width:80px;
}
.dlg input.span_m{
	 width:110px;
}
.dlg input.span_l{
	width:140px;
}
.dlg input.span_xl{
	 width:170px;
}
.dlg .content .opt{
	text-align:right;
	line-height:35px;
}
.dlg .loginForm input[type="text"], .dlg .loginForm input[type="password"]{
	padding: 7px 20px;
	font-size: 16px;
	width:220px;
}
.dlg .regForm input[type="text"], .dlg .regForm input[type="password"]{
	padding: 7px 20px;
	font-size: 16px;
	width:130px;
}
.dlg .content #loginDlg_loginBtn:hover, .dlg .content #regDlg_regBtn:hover{
	background: #ffa010;
}
.dlg .content #loginDlg_code{
	width: 105px;
}
.dlg .content #regDlg_code{
	width: 45px;
}
.dlg .content #loginDlg_loginBtn, .dlg .content #regDlg_regBtn{
	display: block;
	background: #ff9000;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}