*{
	margin:0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}
ul,li{
	list-style: none;
}
img{
	display: block;
}
a{
	text-decoration: none;
}
html{
	height: 100%;
}
body{
	background:url(../images/loginbg.jpg)0 0 no-repeat;
	background-size:cover;
	height: 100%;
}
#loginBox{
	width: 1100px;
	height: 540px;
	background-color: #fff;
	box-shadow: 0 0 20px #001571;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	background: url(/statics/login/images/center.png)0 0 no-repeat;
}
.loginForm,#register1{
	height: 340px;
	width: 310px;
	padding:100px 125px;
	position: relative;
	margin:0 !important;
	border-right: #ccc solid 2px;
	background: #fff;
}
.logo{
	position: absolute;
	background:url(../images/logo.png)0 0 no-repeat; 
	width: 216px;
	height: 129px;
	top: -35px;
	left: -35px;
	display: flex;
	align-items: center;
}
.logo img{
	display: block;
	width: 80%;
	margin: -22px auto 0;
}
.loginImg{
	width: 538px;
	/*border-left: 2px solid #dadada;*/
}
.loginForm .title,.table-layout{
	font-size: 20px !important;
	text-align: center;
	line-height: 40px;
	color: #666 !important;
	font-weight: normal;
}
.loginForm .title span,.table-layout span{
	background-color: #fff;
	padding: 0 20px;
	font-size: 24px;
	color: #333;
}
.form{
	width: 100%;
}
.formTab{
	display: flex;
	margin-top: 20px;
}
.formTab li{
	 flex: 1;
	 text-align: center;
	 font-size: 16px;
	 color: #999;
	 line-height: 40px;
	 border-bottom: 2px solid #dedede;
	 cursor: pointer;
}

.formTab li.on{
	color: #e60c0c;
  	border-bottom-color: #e60c0c;
}

.form label{
	display: block;
	width: 100%;
}
.form label input{
    width: 100%;
    height: 40px;
    border: 1px solid #cdcdcd;
    background-color: #f5f5f5;
    border-radius: 2px;
    line-height: 40px;
    text-indent: 40px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 28px;
    background-repeat:no-repeat;
	background-position: 10px center;
}
.form label:first-child  input{
	background-image:url(../images/user.png)!important;
}
.form label:nth-child(2)  input{
	background-image:url(../images/pass.png)!important;
}
.form button{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: none;
	background-color:#e60c0c;
	color:#fff;
	font-size:18px;
	letter-spacing: 2px;
	margin-top: 14px;
	cursor:pointer;
}
.form label.checkbox{
	margin-top: 14px;
	cursor:pointer;
}
.form label.checkbox input{
	width: 16px;
	height: 18px;
	vertical-align: middle;
	margin:0;
}
.form label.checkbox span{
	vertical-align: middle;
}
.forget{
	text-decoration: none;
	font-size: 14px;
	height: 28px;
	display: block;
	line-height: 28px;
	color: #999;
}
.forget:hover{
	color: #e60c0c;
}
.three{
	width: 100%;
	margin-top: 30px;
}
.three h1{
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 12px;
}

.three ul{
	margin-top: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.three ul li{
	width: 35px;
	height: 35px;
	background-color: #ddd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	margin-right: 40px;
}
.three ul li:last-child{
	margin-right:0;
}
.three ul li:last-child:hover{
	background-color: #e90e24;58bc46
}
.three ul li:nth-child(2):hover{
	background-color: #3caae3;
}
.three ul li:first-child:hover{
	background-color: #58bc46;
}
.three ul li a{
	display: flex;
	justify-content: center;
	align-content: center;
}
.three ul li a img{
    width: 18px;
    height: 18px;
    margin-top: 8px;
}
.returnMain{
	position: absolute;
	top:-24px;
	right: 5px;
	color:#fff;
	font-size: 14px;
}
#footer{
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	width: 100%;
	line-height: 50px;
}
.errorInfo{
	color: red;
    position: absolute;
    font-style: normal;
    font-size: 12px;
    bottom: -15px;
	left: 10px;
}

/*找回密码*/
.section-divider{
	text-align: center;
    margin-bottom: 8px;
}
.section-divider span{
	font-size: 14px;
	color: #333;
}
.alert-dismissable{
    font-size: 12px;
    background-color: #a7ecff;
    color: #333;
    line-height: 34px;
    text-indent: 10px;
    margin: 15px 0 24px;
}	
.close{
	float: right;
	margin-right: 5px;
	line-height: 34px;
	border: none;
	background: none;
}
.section,.prepend-icon {
	position: relative;
}
#forgotpasswordform-account,
#forgotpasswordform-verifycode,
#forgotpasswordform-smsverifycode,
#forgotpasswordform-password,
#forgotpasswordform-repass{
	width: 100%;
    height: 40px;
    border: 1px solid #cdcdcd;
    background-color: #f5f5f5;
    border-radius: 2px;
    line-height: 40px;
    text-indent: 40px;
    color: #333;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 28px;
    background-repeat:no-repeat;
	background-position: 10px center;
}
.codeButton{
    position: absolute;
    top: 0;
    right: 0;
    background: #ccc;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nextButton{
	width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    background-color: #e60c0c;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
}
.table-layout{
	margin: 30px 0 15px;
}
.login-links{
	margin-top: 10px;
}
.section em{
    position: absolute;
    bottom: 8px;
    left: 10px;
    font-size: 12px;
    font-style: normal;
    color: red;
}
.newCode{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    line-height: 40px;
    background: #3f88d6;
    color: #fff;
    padding: 0 10px;
}

.form label{
	position: relative;
}

@media all and (max-width: 640px) {
	.loginImg,.logo{
		display: none;
	}
	#loginBox{
		width: 90%;
		height: auto;
	}
	.loginForm{
		width: 100%;
	    padding: 30px;
	    height: auto;
	}
}

