html {
	overflow: hidden;
}

.control-label {
	text-align: left !important;
	font-weight: normal;
	line-height: 30px;
	color: #606266;
}

.login-bg {
	background: url(../../public/images/login-bg-3.png) no-repeat;
	background-size: cover;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 12% !important;
}

.login-bg .title {
	display: flex;
	align-items: center;
}

.login-bg .title h2 {
	margin: 0;
	padding-left: 10px;
}

.login-bg .infos {
	display: flex;
	align-items: center;
	margin-top: 60px;
	z-index: 999;
}

.login-bg .infos .infos-item {
	height: 112px;
	text-align: center;
	margin: 0 100px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	background: #9CBDE4;
	border-radius: 4px;
}

.login-bg .infos .infos-item:last-child {
	margin-right: 0;
}

.login-bg .infos .infos-item .infos-item-left {
	width: 110px;
	height: 100%;
	background: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-bg .infos .infos-item .infos-item-right {
	width: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login-bg .infos .infos-item .user-title {
	font-size: 24px;
	margin-bsottom: 20px;
}

.bottom-img {
	background: url(../../public/images/login-bg-4.png) no-repeat;
	width: 100%;
	height: 470px;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
}

/* 针对最大宽度为1300像素的设备 */
@media screen and (max-width: 1300px) {
	.login-bg .infos .infos-item .infos-item-right {
		width: 150px;
	}
	.login-bg .infos .infos-item .user-title {
		font-size: 22px;
	}
}