@charset "utf-8";
*{margin:0px;padding:0px;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
li {list-style: none;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%;}
body{color: #333;font-family: "微软雅黑"; font-size: 14px;}
img {vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}
input{border:none;outline: none;font-family: "微软雅黑";}
.confirmUserPass{height: 38px;padding-left: 72px;    width: 206px;}
/**清除浮动**/
.clear:after{display:block;clear:both;content: ' ';}
.clear{zoom:1;}
/****背景****/
.gLogin{
	width: 100%;height: 100%;
	min-height: 720px;min-width: 1200px;
	overflow: hidden;
}
/**头部名称栏**/
.gLoginHeader{
	height: 117px;width: 100%;
	background-color: #2f3844;
	line-height: 117px;
	font-size: 22px;
	color: white;
	border-bottom: 1px solid #4c5b6e;
}
.gLoginHeader>p{
	width: 1100px;
	margin:auto;
	font-size: 30px;
    letter-spacing: 1px;
}
/***中间部分***/
.gLoginMiddle{
	height: 508px;width: 100%;
	background-color: #29313c;
	overflow:hidden;
}
.gLoginAreaBox{
	width: 1100px;
	margin:auto;
	height: 508px;
	background: url(../images/mapbg.jpg) bottom no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
.gLoginArea{
	padding:10px 30px 10px 0px;
}
.gLoginAreaLeft{
	float: left;
	width: 540px;
	height: 440px;
	background: url(../images/pic-left.png) center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-top:15px;
}
.gLoginAreaRight{
	float: left;
	width: 300px;
	height: 296px;
	padding: 30px 50px;
	background-color: rgba(63,71,80,0.6);
	margin:56px 20px 44px 90px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.02);
}

.login li{
	float:left;
	margin:-12px 10px 0px 10px;
	padding-left:10px;
	cursor:pointer;
}
.login .login-Active{
	color: rgba(49, 177, 204, 1);
}
.gHeadPromptLogin{
	display: block;
	text-align: center;
	font-size: 16px;
	margin:-15px auto -4px;
	width: 100px;
	color: #fff;
}
.gLoginLayerError{
	width:100%;
	font-size:14px;
	color:red;
	height:20px;
	line-height:20px;
}
.gLoginAreaRight label input {
    border: none;
    outline: none;
    padding:0 15px 0 86px;
    background: #EFF1F5;
    width: 177px;
    height: 38px;
}
.gLoginAreaRight label {
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: relative;
    border:1px solid transparent;
    overflow: hidden;
}
/***gLoginCode验证码***/
.gLoginCode{
	width: 100%;
}
.gLoginCodeText{
	float: left;
	width: 150px;
	background: #d3d8e1;
	text-indent: 30px;
	position: relative;
}
.gLoginCodeText>i{
	width: 86px;
	text-align: center;
	display: block;
	float: left;
	font-style: normal;
}
.gLoginAreaRight label .gLoginCodeText>input{
	float: right;
	padding:0px;
	width: 64px;
}
.gLoginAreaRight label .gLoginCodeInput{
	float: right;
	width: 122px;
}
.gLoginAreaRight label .gLoginCodeInput>input{
	padding: 0px;
	width: 100%;
	text-align: center;line-height: 28px;
	border:none;outline: none;
	background-color: #567dc0;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.userError,.passError,.certificateError{
	display: block;
	height: 18px;
	line-height: 18px;
	color: #FF4949;
	font-size: 12px;
	text-align: left;
}
/**.error{
	display: block;
	height: 18px;
	line-height: 18px;
	color: #FF4949;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}**/
.errorPic{
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: red;
	color: white;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	display: none;
}
.iconGuide{
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
	text-align: left;
	font-style:normal;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 13px;
}
.iconGuide>i{
    position: absolute;
    left: 6px;
    top: 11px;
    display: block;
    width: 15px;
    height: 18px;
    z-index: 999999;
}
.iconGuide>span{
	display: inline-block;
	padding-left: 10px;
}
.icon-long-user{
	background: url(../images/icon_user.png) center no-repeat;
	background-size:100%;
}
.icon-long-lock{
	background: url(../images/icon_password.png) center no-repeat;
}
.userErrorPic,.passErrorPic{
	display: none;
}
.userErrorPic>i,.passErrorPic>i{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../images/earro.png) center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	vertical-align: middle;
	margin-right: 4px;
	color:white;
}
.gLoginAreaRight .loginRegister{
	padding: 0px;
	width: 93%;
	height: 40px;
	background-color: #52c03b;
	border:none;
	outline: none;
	margin-top: 16px;
}
.gLoginAreaRight .expertLoginRegister{
	margin-top: -4px;
}
.gLoginAreaRight .loginRegister>input{
	padding: 0px;
	width: 100%;
	height: 100%;
	color: white;
	cursor: pointer;
	outline: none;
	border:none;
	background-color: #31b1cc;
	font-size: 14px;
}
.gLoginAreaRight .loginForget{
	margin:0px 0px 16px;
	display: block;
	text-align: right;
	color:#fff;
	text-decoration:none;
}
.loginForget{
	width: 100%;
}
.loginForget>a{
	line-height: 22px;
	margin:5px 0;
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	color: #407ecf;
}
.loginForget:hover{
	color:#5C99FF;
	text-decoration:underline;
}
/***底部footer***/
.gLoginFooter{
	width: 100%;
    background-color: #272f3a;
    color: #7485A2;
    padding: 20px 0px;
	padding:20px 0px;
}
.gLoginFooter>ul{
	margin:20px 0px;
	width: 100%;
	text-align: center;
}
.gLoginFooter>ul>li{
	display: inline-block;
	list-style: none;
}
.gLoginFooter>ul>li>a{
	text-decoration: none;
	color: #7DC1FF;
}
.gLoginFooterLine{
	width: 15px;
	color: #82a0d4;
	text-align: center;
}








.platformRegistered{
	margin:50px auto 0;
	background-color: rgba(63,71,80,0.6);
	width: 360px;
	height:450px;
}
.platformLoginMainLogin{
	width: 280px;
	/*height:292px;*/
	margin:0px auto;
}
.headPrompt_login{
	display: block;
    width: 100%;
    height: 24px;
    text-align: center;
    font-size: 18px;
    margin: 0px auto 15px;
    color: #fff;
    text-align: center;
    padding:20px 0 0 0;
}
.clear {
    zoom: 1;
}
.platformLoginMainLogin>ul>li {
    float: left;
}
.platformLoginMainLogin>ul>li {
    position: relative;
}

.iconGuide {
    width: 75px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 13px;
}

.loginName, .userPass, .certificateNumber {
    width: 206px;
    height: 38px;
    line-height: 38px;
    border: none;
    outline: none;
    border: 1px solid #e3e3e3;
    padding: 0px;
    padding-left: 72px;
    background:#EFF1F5;
}

.userError, .passError, .Verificationrandom, .confirmPassError {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #cc5965;
    font-size: 12px;
    text-align: left;
}
.gLoginAreaRight .userError>label,.gLoginAreaRight .passError>label{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	line-height:22px;
}
.loginRegister {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.newUserRegistered {
    text-align: center;
    color:#C7D3E8;
}

.loginRegister input {
    color: white;
    cursor: pointer;
    outline: none;
    border: none;
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #31b1cc;
}

.newUserRegisteredYellow>a {
    color: #407ecf;
    text-decoration: none;
}
.newUserRegisteredYellow>a:hover{
	color:#5C99FF;
	text-decoration:underline;
}

/***************验证码**************/
.jVerificationCode{
	width: 280px;
}
.jVerificationCode>ol{
	width: 100%;
}
.jVerificationCodeLeft{
	float: left;
	position: relative;
}
.jVerificationCodeLeft>input{
	width: 90px;
	border: 1px solid #e3e3e3;
    height: 38px;
    outline: medium none;
    padding-left: 72px;
}
.jVerificationCodeRight{
	float: right;
	text-align: center;
}
.jVerificationCodeRight>input{
	width: 94px;
	background-color: #31b1cc;
	height: 40px;
	outline: medium none;
	border: none;
	color: white;
	cursor: pointer;
	text-align: center;
}
/******协议*******/
.loginAgreementLayer{
	width: 100%;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin-bottom: 12px;
}
.loginAgreementLayer>li{
	float: left;
	color:#b5b5b5 ;
}
.loginAgreement>a{
	display: inline-block;
	color: #7485A2;
	text-decoration: none;
}
.loginAgreement>a:hover{
	color:#31b1cc;
	/*text-decoration:underline;*/
}
/***自定义复选框***开始***/
.extractHeadIuput{
	width: 12px;
	height: 12px;
	border:1px solid #e3e3e3;
	position: relative;
	margin: 3px 10px 3px 0px;
}
.extractHeadIuput input{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	outline: none;
	border:none;
	opacity: 0;
	z-index:999;
}
.inputImg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index:1;
	background: url(../images/select.png) center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	display: none;
}
.jVerificationCodeRight .disabledBtn{
	background-color: #8E8E8E;
}




