.employee-login-body {
	min-height: 100%;
	overflow: hidden;
	background: #031d13;
	color: #2a2a2a;
	font-family: "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
}

.employee-login-page {
	position: relative;
	width: 100vw;
	min-height: 100vh;
	overflow: hidden;
	background: url("/images/employee/employee_login_bg.jpg") center top / cover no-repeat;
}

.employee-login-page::before,
.employee-login-page::after,
.employee-login-page__shade {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.employee-login-page::before {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 2.12%, rgba(255, 255, 255, 0) 52.92%);
	z-index: 1;
}

.employee-login-page::after {
	background: linear-gradient(180deg, rgba(50, 49, 49, 0) 79.31%, #031d13 100%);
	z-index: 2;
}

.employee-login-page__shade {
	background: rgba(255, 255, 255, 0.02);
	z-index: 3;
}

.employee-login-header,
.employee-login-card {
	position: relative;
	z-index: 4;
}

.employee-login-header {
	display: flex;
	align-items: flex-start;
	gap: 0.32rem;
	padding: 0.52rem 0.8rem 0;
}

.employee-login-logo {
	position: relative;
	display: block;
	flex: 0 0 5.84rem;
	width: 5.84rem;
	height: 1.14rem;
}

.employee-login-logo__text,
.employee-login-logo__mark {
	position: absolute;
	pointer-events: none;
}

.employee-login-logo__text {
	left: 0;
	top: 0;
	width: 5.84rem;
	height: 1.14rem;
	object-fit: contain;
}

.employee-login-logo__mark {
	left: 0.03rem;
	top: 0.03rem;
	width: 1.07rem;
	height: 1.07rem;
	object-fit: contain;
}

.employee-login-title {
	display: flex;
	align-items: center;
	gap: 0.18rem;
	min-height: 0.62rem;
	margin-top: 0.2rem;
	text-transform: uppercase;
}

.employee-login-title__divider {
	display: block;
	width: 0.01rem;
	height: 0.5rem;
	background: #2a2a2a;
	opacity: 0.75;
}

.employee-login-title h1 {
	font-size: 0.36rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.016rem;
}

.employee-login-title p {
	margin-top: 0.16rem;
	font-size: 0.14rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.016rem;
}

.employee-login-card {
	width: 4.6rem;
	height: 5.5rem;
	margin: 0.99rem auto 0;
	background: #fff;
	box-shadow: 0 0.08rem 0.28rem rgba(0, 0, 0, 0.08);
	text-align: center;
}

.employee-login-card h2 {
	padding-top: 0.31rem;
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 1.2;
	color: #2a2a2a;
}

.employee-login-card__line {
	width: 100%;
	height: 0.01rem;
	margin-top: 0.24rem;
	background: #e5e5e5;
}

.employee-login-qr {
	position: relative;
	width: 3rem;
	height: 3rem;
	margin: 0.46rem auto 0;
	padding: 5.5%;
	box-sizing: border-box;
}

.employee-login-qr::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 3;
	background: url("/images/employee/employee_login_scan_frame.svg") center / 100% 100% no-repeat;
	pointer-events: none;
}

.employee-login-qr__mount,
.employee-login-qr__status {
	position: absolute;
	inset: 5.5%;
	width: auto;
	height: auto;
}

.employee-login-qr__mount {
	z-index: 1;
	overflow: hidden;
	background: #fff;
}

.employee-login-qr__mount iframe {
	display: block;
	width: 100% !important;
	height: 100% !important;
	border: 0 !important;
}

.employee-login-qr__status {
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.24rem;
	border: 1px dashed #d9d9d9;
	background: #fff;
	color: #2a2a2a;
	font-size: 0.15rem;
	line-height: 1.6;
	text-align: center;
}

.employee-login-qr__status[hidden] {
	display: none;
}

.employee-login-card__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	margin-top: 0.2rem;
	font-size: 0.16rem;
	font-weight: 400;
	line-height: 0.28rem;
	white-space: nowrap;
}

.employee-login-card__actions span {
	color: #2a2a2a;
}

.employee-login-card__actions a {
	color: #00826c;
	transition: color 0.2s ease;
}

.employee-login-card__actions a:hover {
	color: #006654;
}

.employee-login-page--callback {
	display: grid;
	place-items: center;
	padding: 0.24rem;
}

.employee-login-callback {
	position: relative;
	z-index: 4;
	width: min(4.8rem, 100%);
	padding: 0.42rem 0.36rem;
	margin: 2rem auto 0;
	background: #fff;
	box-shadow: 0 0.08rem 0.28rem rgba(0, 0, 0, 0.08);
	text-align: center;
}

.employee-login-callback h1 {
	font-size: 0.3rem;
	font-weight: 600;
	line-height: 1.3;
}

.employee-login-callback p {
	margin-top: 0.18rem;
	color: #4d565f;
	font-size: 0.16rem;
	line-height: 1.7;
}

.employee-login-callback a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.18rem;
	height: 0.38rem;
	margin-top: 0.28rem;
	background: #00826c;
	color: #fff;
	font-size: 0.15rem;
	transition: background-color 0.2s ease;
}

.employee-login-callback a:hover {
	background: #006654;
}

@media (max-width: 900px) {
	.employee-login-body {
		overflow: auto;
	}

	.employee-login-page {
		display: flex;
		min-height: 100vh;
		flex-direction: column;
		align-items: center;
		background-position: center top;
	}

	.employee-login-header {
		width: 100%;
		flex-direction: column;
		gap: 0.14rem;
		padding: max(0.32rem, env(safe-area-inset-top)) 0.28rem 0;
	}

	.employee-login-logo {
		flex-basis: auto;
		width: min(5.84rem, 86vw);
		height: auto;
		aspect-ratio: 583.844 / 113.462;
	}

	.employee-login-logo__text {
		width: 100%;
		height: 100%;
	}

	.employee-login-logo__mark {
		width: 18.4%;
		height: auto;
		aspect-ratio: 1;
		left: 0.5%;
		top: 2.8%;
	}

	.employee-login-title {
		margin-top: 0;
		gap: 0.12rem;
	}

	.employee-login-title__divider {
		height: 0.42rem;
	}

	.employee-login-title h1 {
		font-size: clamp(24px, 0.34rem, 34px);
	}

	.employee-login-title p {
		margin-top: 0.1rem;
		font-size: 14px;
	}

	.employee-login-card {
		width: min(4.6rem, calc(100vw - 0.48rem));
		height: auto;
		min-height: 5rem;
		margin: 0.42rem auto 0.32rem;
	}

	.employee-login-card h2 {
		padding-top: 0.28rem;
		font-size: clamp(22px, 0.3rem, 30px);
	}

	.employee-login-qr {
		width: min(3rem, 68vw);
		height: min(3rem, 68vw);
		margin-top: 0.48rem;
	}

	.employee-login-card__actions {
		gap: 0.22rem;
		margin: 0.22rem 0 0.32rem;
		font-size: 14px;
	}

	.employee-login-callback h1 {
		font-size: 24px;
	}

	.employee-login-callback p {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.employee-login-page {
		justify-content: flex-start;
	}

	.employee-login-header {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.employee-login-title h1 {
		font-size: 24px;
	}

	.employee-login-card {
		width: calc(100vw - 0.32rem);
		min-height: 4.72rem;
		margin-top: 0.36rem;
	}

	.employee-login-card h2 {
		font-size: 22px;
	}

	.employee-login-card__line {
		margin-top: 0.2rem;
	}

	.employee-login-qr {
		width: 6rem;
		height: 6rem;
		margin-top: 0.42rem;
	}

	.employee-login-card__actions {
		flex-wrap: wrap;
		gap: 0.08rem 0.2rem;
		white-space: normal;
	}
}

.staff-page-main {
	--staff-green: #00826c;
	--staff-green-dark: #015c4c;
	--staff-gold: #cbb074;
	--staff-blue: #54939e;
	position: relative;
	overflow: hidden;
	background: #fff;
	color: #2a2a2a;
}

.staff-page-main .site-wrap {
	width: min(14rem, calc(100% - 0.48rem));
}

.staff-section-head {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.24rem;
	margin-bottom: 0.42rem;
	color: #2a2a2a;
}

.staff-section-head h1,
.staff-section-head h2 {
	font-size: 0.42rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.03rem;
}

.staff-section-head p {
	position: relative;
	margin-top: 0.12rem;
	padding-left: 0.44rem;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.016rem;
}
.staff-user {
	display: flex;
	align-items: center;
	gap: 0.12rem;
	color: #24332f;
}

.staff-user-avatar-wrap {
	display: grid;
	flex: 0 0 auto;
	width: 0.46rem;
	height: 0.46rem;
	place-items: center;
	overflow: hidden;
	border-radius: 50%;
	background: linear-gradient(135deg, var(--staff-green), var(--staff-blue));
	color: #fff;
	font-size: 0.18rem;
	font-weight: 700;
}

.staff-user-avatar-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.staff-user > strong {
	max-width: 1.8rem;
	overflow: hidden;
	font-size: 0.18rem;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.staff-user > button {
	padding: 0.04rem 0;
	border: 0;
	border-bottom: 1px solid currentColor;
	background: transparent;
	color: var(--staff-green-dark);
	font-size: 0.14rem;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease;
}

.staff-user > button:hover {
	color: var(--staff-green);
}

.staff-announcement-status {
	margin: 0.12rem 0 0.28rem;
	padding: 0.16rem 0.2rem;
	border-left: 0.04rem solid var(--staff-green);
	background: rgba(255, 255, 255, 0.72);
	color: #52615d;
	font-size: 0.15rem;
	line-height: 1.6;
}

.staff-announcement-status[hidden] {
	display: none;
}
.staff-section-head p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.3rem;
	height: 0.04rem;
	background: #2a2a2a;
	transform: translateY(-50%);
}

.staff-news-hero {
	position: relative;
	min-height: 8.4rem;
	padding: 1.15rem 0 0.72rem;
	background:
		linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.28)),
		url("/images/employee/figma/staff_section_bg_building.jpg") center top / cover no-repeat;
	overflow: hidden;
}

.staff-news-hero::before,
.staff-news-hero::after {
	content: "";
	position: absolute;
	pointer-events: none;
}

.staff-news-hero::before {
	inset: 0;
	background:
		url("/images/employee/figma/staff_section_bg.jpg") center top / cover no-repeat,
		url("/images/employee/figma/staff_section_bg_overlay.jpg") center top / cover no-repeat;
	filter: blur(0.18rem);
	opacity: 0.9;
	transform: scale(1.02);
}

.staff-news-hero::after {
	left: 0;
	right: 0;
	bottom: -0.4rem;
	height: 2.6rem;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 82%);
}

.staff-news-wrap {
	position: relative;
	z-index: 1;
}

.staff-news-tabs {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.16rem;
	min-width: 4rem;
}

.staff-news-tabs button,
.staff-news-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 0.42rem;
	color: #404040;
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	transition:
		background-color 0.2s ease,
		color 0.2s ease,
		box-shadow 0.2s ease;
}

.staff-news-tabs button {
	min-width: 1rem;
	border: 0;
	border-radius: 999px;
	background: rgba(230, 230, 230, 0.9);
	cursor: pointer;
	margin-right: 0.2rem;
}

.staff-news-tabs button.is-active,
.staff-news-tabs button:hover {
	background: var(--staff-green);
	color: #fff;
	box-shadow: 0 0.08rem 0.18rem rgba(0, 130, 108, 0.22);
}

.staff-news-tabs a {
	position: relative;
	padding: 0 0.02rem;
}

.staff-news-tabs a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.06rem;
	height: 1px;
	background: currentColor;
	opacity: 0.5;
}

.staff-news-tabs a:hover {
	color: var(--staff-green);
}

.staff-news-layout {
	display: grid;
	grid-template-columns: minmax(0, 6.6rem) minmax(0, 1fr);
	gap: 0.42rem;
	align-items: stretch;
}

.staff-feature-list {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
	min-height: 5.26rem;
	padding: 0.4rem;
	border-top: 0.04rem solid var(--staff-green);
	background: #fff;
	box-shadow: 0 0.12rem 0.32rem rgba(0, 70, 58, 0.1);
}

.staff-feature-item {
	display: grid;
	grid-template-columns: 0.88rem minmax(0, 1fr);
	gap: 0.34rem;
	min-height: 1.18rem;
	padding-bottom: 0.28rem;
	border-bottom: 1px solid #e9eeee;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}

.staff-feature-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.staff-feature-item time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #a4a4a4;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.staff-feature-item time span {
	font-size: 0.16rem;
	line-height: 0.24rem;
}

.staff-feature-item time strong {
	font-size: 0.24rem;
	line-height: 0.34rem;
}

.staff-feature-item h2 {
	overflow: hidden;
	color: #2d2d2d;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.3rem;
	letter-spacing: 0.008rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}

.staff-feature-item p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 0.12rem;
	color: #555;
	font-size: 0.16rem;
	line-height: 0.28rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.staff-feature-item:hover {
	transform: translateY(-0.02rem);
}

.staff-feature-item:hover h2 {
	color: var(--staff-green);
}

.staff-news-panel {
	position: relative;
}

.staff-panel-tabs {
	display: flex;
	justify-content: flex-end;
	gap: 0.16rem;
	margin-bottom: 0.2rem;
	font-size: 0.14rem;
	font-weight: 600;
}

.staff-panel-tabs a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0.78rem;
	height: 0.32rem;
	border: 1px solid #d9e6e4;
	border-radius: 999px;
	background: #fff;
	color: #555;
	transition:
		background-color 0.2s ease,
		border-color 0.2s ease,
		color 0.2s ease;
}

.staff-panel-tabs a.is-active,
.staff-panel-tabs a:hover {
	border-color: var(--staff-green);
	background: var(--staff-green);
	color: #fff;
}

.staff-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.24rem;
}

.staff-news-card {
	display: flex;
	min-height: 2.48rem;
	flex-direction: column;
	padding: 0.26rem 0.22rem 0.22rem;
	border-top: 0.04rem solid var(--staff-green);
	background: #fff;
	box-shadow: 0 0.12rem 0.32rem rgba(0, 70, 58, 0.1);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.staff-news-card h2 {
	display: -webkit-box;
	overflow: hidden;
	min-height: 0.52rem;
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #e0e7e5;
	color: #2a2a2a;
	font-size: 0.18rem;
	font-weight: 600;
	line-height: 0.28rem;
	letter-spacing: 0.008rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.staff-news-card p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 0.22rem;
	color: #555;
	font-size: 0.16rem;
	line-height: 0.28rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.staff-news-card time {
	position: relative;
	margin-top: auto;
	padding-left: 0.28rem;
	color: #bebebe;
	font-size: 0.16rem;
	font-weight: 600;
	line-height: 0.24rem;
}

.staff-news-card time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.16rem;
	height: 0.16rem;
	border: 1px solid currentColor;
	border-radius: 50%;
	transform: translateY(-50%);
}

.staff-news-card:hover {
	transform: translateY(-0.03rem);
	box-shadow: 0 0.16rem 0.42rem rgba(0, 70, 58, 0.16);
}

.staff-notice-section {
	position: relative;
	padding: 0.72rem 0 0.86rem;
	overflow: hidden;
	background: #fff;
}

.staff-notice-section::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.93)),
		url("/images/employee/figma/staff_watermark.jpg") center center / cover no-repeat;
	transform: translateX(-50%);
	pointer-events: none;
	z-index: 0;
}

.staff-notice-section .site-wrap {
	position: relative;
	z-index: 1;
}

.staff-more-link {
	position: relative;
	padding: 0.02rem 0.15rem 0.04rem 0;
	color: #1f2a33;
	font-size: max(12px, 0.14rem);
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
}

.staff-more-link::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.9rem;
	height: 0.4rem;
	background: url("/images/public/more_bg.png") center / 100% 100% no-repeat;
	transform: translateY(-50%);
}

.staff-notice-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.24rem 0.38rem;
}

.staff-notice-card {
	display: grid;
	grid-template-columns: 0.75rem minmax(0, 1fr);
	align-items: center;
	gap: 0.22rem;
	min-height: 1.3rem;
	padding: 0.24rem 0.28rem 0.24rem 0.2rem;
	background: #fff;
	box-shadow: 0 0 0.15rem rgba(228, 231, 228, 0.925);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.staff-notice-card time {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.staff-notice-card time span {
	color: #333;
	font-size: 0.14rem;
	line-height: 0.28rem;
}

.staff-notice-card time strong {
	color: var(--staff-green);
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 0.3rem;
	letter-spacing: 0.008rem;
}

.staff-notice-card p {
	display: -webkit-box;
	overflow: hidden;
	padding-left: 0.24rem;
	border-left: 1px solid #e1e1e1;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.28rem;
	letter-spacing: 0.008rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: 600;
}

.staff-notice-card:hover {
	transform: translateY(-0.03rem);
	box-shadow: 0 0.14rem 0.32rem rgba(0, 70, 58, 0.12);
}

.staff-quick-section {
	position: relative;
	padding: 0.82rem 0 1.04rem;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.88), #fff),
		url("/images/employee/figma/staff_cloud_band.png") center top / 100% auto no-repeat;
}

.staff-quick-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 0;
	max-width: 14rem;
	margin: 0 auto;
}

.staff-quick-card {
	position: relative;
	isolation: isolate;
	--quick-color: #0b8d7f;
	display: flex;
	min-height: 2.8rem;
	padding: 0.34rem 0.22rem 0.44rem;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: var(--quick-color);
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		filter 0.3s ease;
}

.staff-quick-card span {
	position: relative;
	z-index: 2;
	width: min(2.1rem, 82%);
	font-size: 0.2rem;
	font-weight: 700;
	line-height: 1.55;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
	transition: transform 0.3s ease;
}

.staff-quick-card em {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -0.28rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.9rem;
	height: 0.9rem;
	border: 0.05rem solid rgba(255, 255, 255, 0.34);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(1px);
	color: rgba(255, 255, 255, 0.92);
	font-size: 0.13rem;
	font-style: normal;
	line-height: 1;
	transform: translateX(-50%);
	white-space: nowrap;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease,
		border-color 0.3s ease;
}

.staff-quick-card:hover em {
	background: rgba(255, 255, 255, 0.2);
}

@media (hover: hover) and (pointer: fine) {
	.staff-quick-card:hover {
		z-index: 99;
		filter: saturate(1.08);
		transform: translateY(-0.06rem) scale(1.015);
		box-shadow: 0 0.18rem 0.34rem rgba(9, 34, 36, 0.24);
	}

	.staff-quick-card:hover span {
		transform: translateY(-0.04rem);
	}

	.staff-quick-card:hover em {
		border-color: rgba(255, 255, 255, 0.6);
		transform: translateX(-50%) translateY(-0.04rem);
	}
}

@media (max-width: 1200px) {
	.staff-news-layout {
		grid-template-columns: 1fr;
	}

	.staff-card-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.staff-news-card {
		min-height: 2.4rem;
	}

	.staff-quick-grid {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.staff-page-main {
		font-size: 14px;
	}
	.staff-user {
		gap: 0.08rem;
	}

	.staff-user-avatar-wrap {
		width: 0.4rem;
		height: 0.4rem;
	}

	.staff-user > strong {
		max-width: 1.2rem;
	}
	.staff-page-main .site-wrap {
		width: min(100% - 0.32rem, 7.2rem);
	}

	.staff-news-hero {
		min-height: 0;
		padding: 0.66rem 0 0.52rem;
	}

	.staff-section-head {
		margin-bottom: 0.3rem;
	}

	.staff-section-head h1,
	.staff-section-head h2 {
		font-size: 0.34rem;
		letter-spacing: 0.018rem;
	}

	.staff-section-head p {
		font-size: 0.16rem;
	}

	.staff-feature-list {
		gap: 0.22rem;
		min-height: 0;
		padding: 0.28rem 0.22rem;
	}

	.staff-feature-item {
		grid-template-columns: 0.72rem minmax(0, 1fr);
		gap: 0.2rem;
		min-height: 0;
	}

	.staff-feature-item h2 {
		font-size: 0.16rem;
		line-height: 0.26rem;
		white-space: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.staff-feature-item p,
	.staff-news-card p,
	.staff-notice-card p {
		font-size: 14px;
		line-height: 0.24rem;
	}

	.staff-card-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.staff-news-card {
		min-height: 2.2rem;
		padding: 0.22rem 0.18rem 0.2rem;
	}

	.staff-news-card h2 {
		font-size: 0.16rem;
		line-height: 0.26rem;
	}

	.staff-news-tabs {
		justify-content: flex-start;
		width: 100%;
		min-width: 0;
		overflow-x: auto;
		padding-bottom: 0.04rem;
	}

	.staff-notice-section,
	.staff-quick-section {
		padding: 0.58rem 0 0.68rem;
	}

	.staff-notice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.18rem;
	}

	.staff-notice-card {
		grid-template-columns: 0.76rem minmax(0, 1fr);
		min-height: 1.1rem;
		padding: 0.18rem;
	}

	.staff-notice-card time strong {
		font-size: 0.24rem;
	}

	.staff-quick-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.08rem;
	}

	.staff-quick-card {
		min-height: 2.2rem;
		padding: 0.2rem 0.14rem 0.32rem;
	}

	.staff-quick-card span {
		font-size: 14px;
		line-height: 1.45;
	}

	.staff-quick-card em {
		display: none;
	}
}

@media (max-width: 560px) {
	.staff-page-main .site-wrap {
		width: calc(100% - 0.24rem);
	}

	.staff-news-hero {
		padding-top: 0.44rem;
	}

	.staff-section-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.12rem;
	}

	.staff-section-head h1,
	.staff-section-head h2 {
		font-size: 0.3rem;
	}

	.staff-news-layout {
		gap: 0.24rem;
	}

	.staff-card-grid,
	.staff-notice-grid {
		grid-template-columns: 1fr;
	}

	.staff-feature-item {
		grid-template-columns: 0.66rem minmax(0, 1fr);
		gap: 0.16rem;
	}

	.staff-feature-item time span {
		font-size: 14px;
	}

	.staff-feature-item time strong {
		font-size: 0.2rem;
	}

	.staff-news-tabs button,
	.staff-news-tabs a {
		min-width: 0.72rem;
		height: 0.3rem;
		font-size: 14px;
	}

	.staff-news-card {
		min-height: 0;
	}

	.staff-notice-card {
		grid-template-columns: 0.7rem minmax(0, 1fr);
	}

	.staff-quick-grid {
		grid-template-columns: 1fr 1fr;
	}

	.staff-quick-card {
		min-height: 1.8rem;
	}

	.staff-quick-card span {
		width: 86%;
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.staff-page-main,
	.staff-page-main a,
	.staff-page-main p,
	.staff-page-main span,
	.staff-page-main time,
	.staff-page-main strong,
	.staff-page-main em {
		font-size: 14px;
		line-height: 1.5;
	}
}
