.main-body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}

.top-header {
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.top-header .block {
	padding-left: 80px;
}

.header-title {
	font-size: 28px;
	font-weight: 700;
	color: #1644AE;
	letter-spacing: 7px;
}

.header-english {
	font-size: 10px;
	color: #1644AE;
}

.content {
	width: 100%;
	height: 100vh;
	background-image: url(../../image/login-bg.jpg);
	background-size: 100% 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.login-box {
	width: 420px;
	height: 520px;
	background: #FFFFFF;
	border-radius: 4px;
	box-sizing: border-box;
	margin-right: 360px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.login-box .block {
	margin-top: 44px;
}
.input-box {
	margin-top: 50px;
}
.form-item {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.form-label {
	width: 60px;
	font-size: 14px;
	text-align: right;
}
.input-inline, .qrcode {
	margin-left: 15px;
	display: flex;
	align-items: center;
	width: 228px;
	height: 36px;
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.layui-input {
	height: 100%;
	border: none;
	border-radius: initial;
	background: inherit;
	padding:0;
	font-size: 14px;
}
.input-inline i {
	color: #B2B2B2;
	margin: 0 7px;
	font-size: 18px;
}

.layui-input::-webkit-input-placeholder{
	color: #B2B2B2;
	font-weight: 400;
	font-size: inherit;
}
.layui-input:-moz-placeholder{
	color: #B2B2B2;
	font-weight: 400;
	font-size: inherit;
}
.layui-input::-moz-placeholder{
	color: #B2B2B2;
	font-weight: 400;
	font-size: inherit;
}           
.layui-input:-ms-input-placeholder{
	color: #B2B2B2;
	font-weight: 400;
	font-size: inherit;
}
.verification {
	width: 120px;
}
.verification .layui-input {
	padding-left: 8px;
	box-sizing: border-box;
}
.qrcode {
	width: 98px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-item:last-child {
	margin-bottom: 0;
}
.login-btn {
	margin-top: 50px;
}
.layui-btn {
	width: 160px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
}
.layui-btn:hover {
	color: #000;
}

.register {
	margin-top: 20px;
	font-size: 14px;
	color: #1644AE;
}
.register:hover {
	opacity: 0.7;
	color: #1644AE;	
}