body {
	margin: 0;
	padding: 0;
  }

.login-body {
	width: 1440px;
	height: 800px;
	background-image: url(../img/loginbg.png);
	margin: 0 auto;
}

.login-icon {
	margin-top: 45px;
	margin-left: 120px;
}

.login-title {
	z-index: 1;
	width: 1400px;
	height: 200px;
	margin-top: 225px;
	background-color: #2496FF;
	opacity: 0.89;
}

.login-title-chinese {
	position: relative;
	display: block;
	width: 358px;
	height: 45px;
	padding-top: 65px;
	margin-left: 120px;
	font-size: 32px;
	font-weight: 400;
	color: #fff;
}

.login-title-english {
	display: block;
	margin-top: 10px;
	margin-left: 120px;
	font-size: 14px;
	color: #fff;
}

.login-box {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 2;
	width: 500px;
	height: 400px;
	top: -340px;
	left: 750px;
    border-radius: 12px;
	background-color: #FFFFFF;
}

.login-box>span {
	display: block;
	font-size: 32px;
	font-weight: 400;
	margin-top: 80px;
}

.login-box>button {
	width: 368px;
	height: 40px;
	text-align: center;
	background: #1890FF;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
    color: #FFFFFF;
	line-height: 40px;
}

.login-box>button:hover {
	background-color: #46A6FF;
}

.mt75 {
	margin-top: 75px;
}

.mt40 {
	margin-top: 40px;
}

.mb80{
	margin-bottom: 80px;
}

.login-footer {
	text-align: center;
	margin-top: -252px;
}

.login-footer a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 12px;
}

.login-footer span {
	display: block;
	color: #fff;
	margin-top: 8px;
	font-size: 12px;
}
