body{
	background-color: #f2f2f2;
}
.loginBox{
	padding: 42px 30px 42px 126px;
	box-sizing: border-box;
	margin-top: 20px;
	background-color: #fff;
}
.signBox .title{
	padding:126px 0 30px 89px;
	letter-spacing:5px
}
.loginBox>div{
	display: inline-block;
	vertical-align: top;
}
.loginBox .right{
	width: 400px;
}
.loginBox .right>div{
	margin-left: 130px;
	margin-top: 70px;
}
.loginBox .right>div img{
	padding: 12px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
}

.loginBox .left{
	width: 634px;
	border-right: 1px dashed #d6d6d6;
}
.loginForm li{
	position: relative;
}
.loginForm li .phoneIcon{
	position: absolute;
	left: 7px;
    top: 3px;
	width: 25px;
	height: 25px;
	background: url(../images/phoneIcon.png) no-repeat 0 0;
}
.loginForm li .passwordIcon{
	position: absolute;
	left: 7px;
    top: 2px;
	width: 25px;
	height: 25px;
	background: url(../images/passwordIcon.png) no-repeat 0 0;
}
.loginForm li .codeIcon{
	position: absolute;
	left: 7px;
    top: 3px;
	width: 25px;
	height: 25px;
	background: url(../images/codeIcon.png) no-repeat 0 0;
}
.loginForm li .messIcon{
	position: absolute;
	left: 7px;
    top: 3px;
	width: 25px;
	height: 25px;
	background: url(../images/messIcon.jpg) no-repeat 0 0;
}

.loginForm li .placeholder{
	position: absolute;
	left: 40px;
	top: 10px;
	font-size: 14px;
	color: #999;
}
.loginForm li input{
	padding-left: 40px;
	width: 100%;
}
input.error{
	border-color: #FF5B4C;
}
div.error{
	height: 18px;
	line-height: 18px;
	color: #FF5B4C;
	font-size: 14px;
}
/*copy*/
.loginCopy{
	line-height: 122px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/*登录*/
/*20171027*/
.signBox{
	box-sizing: border-box;
	height: 500px;
	background: url(../images/loginBg.png) #275b93 no-repeat center 0;
}
/*20171027*/
.signBox>div{
	height: 500px;
}
.signMain{
	margin-top: 90px;
	margin-right:144px;
	padding: 18px 32px 38px 32px;
	box-sizing: border-box;
	float: right;
	width: 400px;
	height: 320px;
	border: 1px solid #e6e6e6;
	background-color: rgba(225,225,225,.8);
}

/*忘记密码*/
.reset_main{
	padding: 0 22px;
	margin-top: 24px;
	min-height: 560px;
	background-color: #fff;
}
.reset_main h2{
	line-height: 70px;
	color: #333333;
	font-size: 24px;
	border-bottom: 1px solid #efefef;
}
.reset_main>div{
	padding-top: 54px;
}
.nav{
				position: relative;
				height: 90px;
				line-height: 88px;
			}
			.nav>a{
				line-height: 0px;
			}
			.nav>a img{
				margin-top: 8px;
			}
			.nav>div {
				height: 88px;
			}
.login_ul{
	display: inline-block;
	font-size: 27px;
	color:rgba(255,255,255,.7);
	position: absolute;
	top: 207px;
    left: 111px;
    line-height: 46px;
}
.Nav_tool> a.quite{
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background:#275b93;
	color:#fff;
	text-align: center;
	margin-top:26px;
}
/*注册*/
.sign-login{
	width:400px;
	height:412px;
	padding: 10px 32px 38px 32px;
	margin-top:50px;
}
.sign_getCode{
	width:120px;
	height:28px;
	line-height: 28px;
	display: inline-block;
	background: #275b93;
	color:#fff;
	text-align: center;
	margin-left:6px;
	font-size: 15px;
	    border-radius: 3px;
}
.sign_getCode.disabled{
	background: #B5B5B6;
	color:#fff;
}
.sign-login input[type=checkbox]{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}