.bg {
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -5;
	zoom: 1;
	background-attachment: fixed;
	background: center 0;
}

.bg img {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.top {
	height: 55px;
	border-bottom: 1px solid #eaedf5;
	background-color: #fff;
}

.logo {
	font-family: "SourceHanSansCN-Bold";
	font-size: 24px;
	line-height: 55px;
	color: #4e5463;
	margin-left: 24px;
}

.login {
	width: 488px;
	padding-top: 34px;
	margin: 0 auto;
}

.login-tt {
	width:388px;
	font-size: 36px;
	line-height: 90px;
	color: #4e5463;
	text-align: center;
	margin-left:auto;
	margin-right:0;
}

.login-li {
	height: 40px;
	margin-top: 23px;
}

.label-name {
	width: 80px;
	line-height: 40px;
	text-align: right;
	font-size: 16px;
	color: #4e5463;
}

.star {
	font-size: 16px;
	color: #e03f3f;
	height: 40px;
	line-height: 40px;
}

.login-content {
	position: relative;
	margin-left: 100px;
	height: 40px;
}

.login-content input {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	text-indent: 8px;
	font-size: 16px;
	color: #4e5463;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #dfe0e1;
}

.login-content input:focus {
	border-color: #3472d7;
}

input.error {
	border-color: #f65637;
}

.loginiderror{
	position: absolute;
    top: 40px;
    left: 0;
    height: 23px;
    line-height: 23px;
    color: #f65637;
}

.login-content input.reginput {
	width: 293px;
}

.regimg {
	display: block;
	height: 40px;
}

.submite-btn {
	display: block;
	width: 386px;
	height: 42px;
	font-size: 18px;
	color: #ffffff;
	background-color: #3472d7;
	border-radius: 2px;
	outline: 0;
	border-radius: 0;
	cursor: pointer;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.submite-btn.disabled {
	background-color: #bcd0f1;
}

label.error {
	position: absolute;
	top: 40px;
	left: 0;
	height: 23px;
	line-height: 23px;
	color: #f65637;
}