html, body{
	font-family: "microsoft yahei";
	color: #666;
	min-width: 1024px;
}
a:hover {
	color: #e51616 !important;
}
.clear{clear:both;}
img {
	vertical-align: middle;
}

.header{
	background-color: #fff;
	height: 95px;
	line-height: 95px;
}
.header-con,.center-con{
	/*width: 75%;*/
	/*width: 1140px;*/
	width: 1024px;
	margin: 0 auto;
}
.header-con{
	height: 100%;
}
.logo{
	width: 450px;
	float: left;height:115px;
}
.logo img{
	vertical-align: middle;
	margin-top: -8px;
}
.logo span{
	font-size: 24px;
	font-weight: 700;
	padding: 6px 0;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #eeeeee;
}
.header-con-rL {
	float: right;
	height: 115px;
	line-height:205px;
}
.to-invest-link {
 
	color: #368ee0;
	font-size: 13px;
	padding-left: 23px;
	background: url(../image/login/link_icon.png) no-repeat 0 center;
	text-decoration: none;
	margin-right: 38px;
}
.color-gradient{
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#1a74cc', endColorstr='#3d97e8');/*IE<9>*/
	background: -webkit-linear-gradient(left, #1a74cc , #3d97e8); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #1a74cc, #3d97e8); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #1a74cc, #3d97e8); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #1a74cc , #3d97e8); /* 标准的语法（必须放在最后） */
}
.centerwrap{
	width: 100%;
	/* background: url("../img/login_bg.jpg") no-repeat 0px 0px; */
	/*-webkit-background-size: 100% 100%;
	background-size: 100% 100%;*/
	min-height: 450px;
	height: 450px;

}
.center{
	height: 450px;
	/* background: url(../img/login_bg.jpg) no-repeat center 0px; */
	position: absolute;
	/*top: 0;*/
	z-index: 5;
	width: 100%;
	min-width: 1024px;
}
.center-con{
	position: relative;
	height: 450px;
	/*background: url("../image/login/login_bg_new.png") no-repeat 0px 0px;*/
	/*-webkit-background-size: 100% 100%;
	background-size: 100% 100%;*/
}
.login{
	position: absolute;
	top: 9%;
	right: 38px;
	width: 400px;
	height: 330px;
	padding: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	margin-top: 0px;
}
.login .ordinaryLogin{
	box-sizing: border-box;
	padding: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.login .scanLogin{
	box-sizing: border-box;
	padding: 20px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
}
.scanLogin .tip{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 700;
	width: 400px;
	color: black;
}
.scanLogin .QRBox{
	margin: 0px auto;
	margin-top:35px;
	height: 160px;
	width: 160px;
	background-color: #FFFFFF;/*
	box-shadow: 0 0 6px 2px #ccc;*/
}
.scanLogin .QRBox img{
	width: 100%;
	height: 100%;
}
.scanLogin .scan0{height: 40px;}
.scanLogin .scan{
	margin-top: 20px;
	width: 100%;
	height: 40px;display:none;
}

.scanLogin .scan img{
	margin-left: 124px;
	float: left;
	height: 100%;
}
.scanLogin .scan .text{
	margin-left: 10px;
	float: left;
	font-style: 14px;
	height: 100%;
	line-height: 40px;
}
.scanLogin .otherCtl{
	margin-top: 10px;
	width: 60px;
	margin-left: 340px;
	font-size: 14px;
	color: #2196f3;
	cursor: pointer;
}
.scanLogin .otherCtl:hover{color: #e51616 !important;}
.login .changeLogin{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	z-index: 9;
}
.login .changeLogin img{
	width: 100%;
	height: 100%;
	display: none;
	cursor: pointer;
}
.login-name{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.login-info{
	margin-bottom: 20px;
	position: relative;
}
.icon-position{
	height:40px;
	width: 35px;
	background: transparent  url("../img/login_input_bg.png") no-repeat 0px 0px;
	background-position: 4px -173px;
	position: absolute;
}
.user-icon{
	background-position: 4px 9px;
}
.psd-icon{
	background-position: 4px -82px;;
}
.code-icon{
	background-position: 4px -177px;
}
.login-input{
	height: 42px;
	line-height: 42px;
	padding-left: 35px;
	font-size: 14px;
	/*background: transparent  url("../image/login/login_input_bg.png") no-repeat 0px 0px;*/
	border: none;
	border-bottom: 1px solid #eeeeee;
	width: 91%;
}
.login-input:focus{
	outline: none;
	border-bottom-color: #2196f3;
}
.code-input{
	width: 62%;
}
.validate-code span.code-span{
	float: right;
	margin-top: -3px;
}
.validate-code span img{
	margin-top: 5px;
	cursor: pointer;
}
.login-btn-con{
	margin: 10px 0;
	/*margin-top: 40px;*/
}
.btn-login{
	font-size: 16px;
	color: #fff;
	background-color: #2196f3;
	height: 45px;
	border: none;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.footer{
	/*height: 222px;*/
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #909eb9;
	background-color: #fff;
	padding-bottom: 20px;
	min-width: 1024px;
}

/*复选框样式*/
.checkbox{
	margin: 0;
}
.login .checkbox{
	padding-left: 6px;
}
.chk-label{
	display: block;
	background-image: url("../img/chk_bg.png");
	background-repeat: no-repeat;
	background-position: 0px -59px;
	margin: 0;
	/*width: 17px;
	height: 17px;*/
}
.chk-label-checked{
	background-position: 0px 2px;
}
.chk-label input[type="checkbox"]{
	opacity: 0;
	filter: alpha(opacity=0);
	width: 17px;
	height: 16px;
	margin: 0;
	margin-top: 1px;
	position: static;
}
.chk-option input[type="checkbox"]{
	height: 17px;
	margin-top: -2px;
	vertical-align: middle;
}
.chk-text{
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -9px;
	margin-left: 10px;
	cursor: pointer;
}

/*提示信息*/
.tip-info{
	display: none;
	position: absolute;
	top: -31px;
	left: 22px;
	right: 22px;
	font-size: 12px;
}
.tip-info-con{
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=125, Strength=8);*/
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	padding: 7px;
	background-color: #fff;
}
.tip-bg{
	background: url(../image/login/tip_info_bg.png) no-repeat center center;
	width: 100%;
	height: 18px;
	margin-top: -2px;
}
.tip-info-con span{
	padding: 3px 0px 3px 30px;
	background: url("../image/login/tip_icon.png") no-repeat 5px center;
}
.tip-info-con a{
	padding: 5px;
	float: right;
	margin-top: 3px;
	background: url("../image/login/close_tip_icon.png") no-repeat center center;
}


.left-con,.right-con{
	width: 50%;
	float: left;
	height: 100%;
	position: absolute;
	/*top: 0;*/
	z-index: 1;
	height: 450px;
}
.left-con{
	/*background-color: #1f79d1;*/
	left: 0;
	background: url("../image/login/bg_left.png") repeat-x 0px 0px;
}
.right-con{
	/*background-color: #3792e3;*/
	right: 0;
	background: url("../image/login/bg_right.png") repeat-x 0px 0px;
}