.login-back {
	width: 100%;
	height: 90px;
}
.login-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.login-layout {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 30px;
}
.login-layout-home {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-right: 60px;
	cursor: pointer;
}
.login-logo {
	margin-right: 22px;
}
.login-home-img {
	margin-right: 8px;
}
.logo-title {
	font-size: 20px;
	color: #000;
}
.back-home-title {
	font-size: 18px;
	min-width: 56px;
	cursor: pointer;
}