
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

body {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 20px;
}

.brand {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 30px;
}

.brand img {
	height: 40px;
	/* 替换为你的 logo 路径 */
	background: #0056b3;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	border-radius: 4px;
}

.brand .zh {
	font-size: 18px;
	font-weight: bold;
	color: #0056b3;
}

.brand .en {
	font-size: 12px;
	color: #64748b;
}

.main-title {
	font-size: 28px;
	font-weight: 600;
	color: #0056b3;
	margin-bottom: 40px;
	text-align: center;
}

.login-card {
	background: #F0F0F0;
	padding: 32px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	width: 100%;
	max-width: 1370px; max-height : 550px;
	height: 100%;
	border-radius: 10px;
	margin-top:calc(10% - 100px);
}

.input-group {
	margin-bottom: 24px;
	position: relative;
}

.input-group label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	color: #475569;
}

.input-group input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 4px;
	font-size: 16px;
	outline: none;
	transition: border-color 0.2s;
}

.input-group input:focus {
	border-color: #007bff;
}

.eye-icon {
	position: absolute;
	right: 12px;
	top:10px;
	cursor: pointer;
	color: #94a3b8;
}
.user-icon {
	position: absolute;
	right: 12px;
	top:10px;
	color: #94a3b8;
}

.login-btn {
	width: 100%;
	height: 44px;
	background: linear-gradient(to right, #4D69F6, #007bff);
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: opacity 0.2s;
	border-radius: 6px 6px 6px 6px;
}

.login-btn:hover {
	opacity: 0.92;
}

.forgot-password {
	display: block;
	text-align: center;
	margin-top: 16px;
	color: #007bff;
	font-size: 14px;
	text-decoration: none;
}

.footer {
	margin-top: calc(10% - 130px);
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.6;
}

.footer a {
	color: #007bff;
	text-decoration: none;
}
/* 完整控制背景 */
body {
	background-image: url('images/login/loginbackground.jpg');
	background-size: cover; /* 覆盖整个区域 */
	background-position: center center; /* 居中 */
	background-repeat: no-repeat; /* 不重复 */
	background-attachment: fixed; /* 固定背景（视差效果） */
	background-color: #f0f0f0; /* 后备颜色 */
}

.login_pic {
	background-size: cover; /* 覆盖整个区域 */
	background-position: center center; /* 居中 */
	background-repeat: no-repeat; /* 不重复 */
	background-attachment: fixed; /* 固定背景（视差效果） */
	background-color: #f0f0f0; /* 后备颜色 */
}

.system_text {
	font-family: SourceHanSansCN, SourceHanSansCN;
	font-weight: 500;
	font-size: 25px;
	color: #333333;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 50px;
	text-align: center;
}

.system_left {
	width: 100%;
	height: 100%;
	max-width: 700px;
	max-height: 730px;
}

.system_right {
	width: 100%;
	height: 100%;
	max-width: 400px;
	max-height: 730px;
	display: flex;
	flex-direction: column;
}