/* ========================================================
 * 门户首页 - 新版样式
 * 主题：沿用原站 ui-top-bar 的蓝→绿渐变风格
 *   渐变：#0064C4 → #08AC93 → #74C054
 *   主色：#0064C4（蓝） 辅助：#08AC93（绿） 强调：#1174E8
 *   背景：#f7fafa
 * ======================================================== */

.page-index { background: #f7fafa; }

/* 通用栅格容器（加宽版） */
.page-index .fn-grid,
.ui-top-bar.top-bar-new .fn-grid,
.ui-footer-bar.footer-new .fn-grid { width: 1400px; margin: 0 auto; }

.fn-hide { display: none !important; }

/* ======================================================== */
/*        顶部栏：覆盖原 .ui-top-bar 细节为新排版            */
/*        - 背景渐变沿用原站                                  */
/*        - 结构调整为 “圆形LOGO + 标题 + 右侧按钮”           */
/* ======================================================== */
.ui-top-bar.top-bar-new .top-bar-box-new {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ui-top-bar.top-bar-new .top-left {
	display: flex;
	align-items: center;
	gap: 18px;
	flex: 1;
	min-width: 0;
}
/* LOGO 采用原站横条展示方式（不剪裁、不圆框） */
.ui-top-bar.top-bar-new .logo {
	height: 72px;
	max-width: 760px;
	display: flex;
	align-items: center;
}
.ui-top-bar.top-bar-new .logo img {
	height: 100%;
	width: auto;
	display: block;
	filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

/* 右侧按钮：青绿色底 #0AA0A0，hover 加深到 #088484 */
.ui-top-bar.top-bar-new .btns {
	display: flex !important;
	gap: 10px;
	flex-shrink: 0;
}
.ui-top-bar.top-bar-new .btns .btn,
.ui-top-bar.top-bar-new .btns .btn.btn-home {
	position: relative;
	color: #fff;
	background: #0AA0A0;
	padding: 0 16px;
	height: 37px;
	line-height: 37px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 17px;
	margin-left: 0;
	font-size: 13px;
	font-weight: 500;
	transition: all .25s ease;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16), inset 0 0 0 1px rgba(255, 255, 255, 0.35);
	overflow: hidden;
}
.ui-top-bar.top-bar-new .btns .btn i.layui-icon,
.ui-top-bar.top-bar-new .btns .btn.btn-home i.layui-icon {
	font-size: 14px;
	color: #fff;
	transition: transform .25s ease;
}
.ui-top-bar.top-bar-new .btns .btn span { position: relative; z-index: 1; }
.ui-top-bar.top-bar-new .btns .btn::before { display: none; }
.ui-top-bar.top-bar-new .btns .btn:hover,
.ui-top-bar.top-bar-new .btns .btn.btn-home:hover {
	color: #fff;
	opacity: 1;
	background: #088484;
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.45);
}
.ui-top-bar.top-bar-new .btns .btn:hover i.layui-icon { color: #fff; transform: scale(1.1); }

/* ======================================================== */
/*                      大图轮播                             */
/* ======================================================== */
.page-index .index-new-banner {
	width: 100%;
	height: 460px;
	background: #e6eaf0;
	overflow: hidden;
	position: relative;
}
.page-index .index-new-banner .swiper-container,
.page-index .index-new-banner .swiper-wrapper,
.page-index .index-new-banner .swiper-slide {
	width: 100%;
	height: 460px;
}
.page-index .index-new-banner .swiper-slide a,
.page-index .index-new-banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 460px;
	object-fit: cover;
}

/* ======================================================== */
/*                    三栏快捷入口                           */
/* ======================================================== */
.entry-section {
	background: #f7fafa;
	padding: 28px 0;
}
.entry-section .entry-row {
	display: flex;
	gap: 0;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
	padding: 22px 10px;
	position: relative;
	overflow: hidden;
}
.entry-section .entry-row::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(to right, #0064C4 0%, #08AC93 53%, #74C054 100%);
}
.entry-section .entry-col {
	flex: 1;
	padding: 6px 28px;
	border-right: 1px dashed #dbe1e8;
	min-height: 110px;
}
.entry-section .entry-col:last-child { border-right: none; }
.entry-section .entry-title {
	font-size: 24px;
	font-weight: bold;
	color: #0064C4;
	margin-bottom: 16px;
	padding-left: 12px;
	border-left: 4px solid #08AC93;
	line-height: 1.2;
	letter-spacing: 1px;
}
.entry-section .entry-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 4px;
}
.entry-section .entry-links .entry-link {
	color: #444;
	font-size: 16px;
	padding: 5px 16px;
	border-right: 1px solid #d8dfe6;
	white-space: nowrap;
	transition: color .2s;
}
.entry-section .entry-links .entry-link:first-child { padding-left: 0; }
.entry-section .entry-links .entry-link:last-child { border-right: none; }
.entry-section .entry-links .entry-link:hover { color: #08AC93; opacity: 1; }
.entry-section .entry-links .entry-link.entry-link-strong { font-weight: 700; }
.entry-section .entry-desc {
	font-size: 16px;
	color: #444;
	line-height: 1.9;
}
.entry-section .entry-desc a { color: #444; }
.entry-section .entry-desc a:hover { color: #08AC93; opacity: 1; }

/* ======================================================== */
/*                  通知公告 + 管理要求                       */
/* ======================================================== */
.notice-section {
	background: #f7fafa;
	padding: 30px 0;
}
.notice-section .notice-row {
	display: flex;
	gap: 24px;
}
.notice-section .notice-col {
	flex: 1;
	background: #fff;
	padding: 20px 24px;
	min-height: 260px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	border-radius: 6px;
}
.notice-section .notice-hd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #eef2f5;
	padding-bottom: 12px;
	margin-bottom: 14px;
}
.notice-section .hd-left {
	display: flex;
	align-items: baseline;
	gap: 40px;
}
.notice-section .hd-title {
	font-size: 22px;
	font-weight: bold;
	color: #222;
	position: relative;
	padding-left: 14px;
}
.notice-section .hd-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 20px;
	background: linear-gradient(to bottom, #0064C4 0%, #08AC93 100%);
	border-radius: 2px;
}
.notice-section .hd-tabs {
	display: flex;
	gap: 20px;
	font-size: 16px;
}
.notice-section .hd-tabs .tab-item {
	color: #888;
	cursor: pointer;
	padding-bottom: 4px;
	transition: color .2s;
}
.notice-section .hd-tabs .tab-item.on {
	color: #0064C4;
	border-bottom: 2px solid #08AC93;
}
.notice-section .hd-tabs .tab-item:hover { color: #0064C4; }
.notice-section .more-link {
	color: #888;
	font-size: 15px;
}
.notice-section .more-link:hover { color: #08AC93; opacity: 1; }

.notice-section .notice-list { display: none; }
.notice-section .notice-list.on { display: block; }
.notice-section .notice-list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px dashed #eef2f5;
}
.notice-section .notice-list .item:last-child { border-bottom: none; }
.notice-section .notice-list .dot {
	width: 7px;
	height: 7px;
	background: #08AC93;
	border-radius: 50%;
	margin-right: 12px;
	flex-shrink: 0;
}
.notice-section .notice-list .link {
	flex: 1;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-section .notice-list .link:hover { opacity: 1; }
.notice-section .notice-list .link:hover .text { color: #0064C4; }
.notice-section .notice-list .text {
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.notice-section .notice-list .time {
	color: #999;
	font-size: 15px;
	margin-left: 14px;
	flex-shrink: 0;
}

/* 首页通知小类型标签：小而柔和，不抢标题主体 */
.notice-section .notice-list .notice-tag-mini {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
	margin-right: 8px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 3px;
	flex-shrink: 0;
	background: #f2f5f7;
	color: #6a7785;
}
.notice-section .notice-list .notice-tag-mini.tag-teach {
	background: #e6f4ec;
	color: #1f8c4f;
}
.notice-section .notice-list .notice-tag-mini.tag-exam {
	background: #fef1e6;
	color: #c56a15;
}
.notice-section .notice-list .notice-tag-mini.tag-class {
	background: #e7f0fb;
	color: #2060b9;
}
.notice-section .notice-list .notice-tag-mini.tag-default {
	background: #f2f5f7;
	color: #6a7785;
}

/* ======================================================== */
/*                      专业介绍                             */
/* ======================================================== */
.major-section {
	background: #f7fafa url('../images/main-bg.png') bottom center no-repeat;
	padding: 46px 0 60px;
}
.major-section .section-title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #222;
	margin-bottom: 8px;
	letter-spacing: 2px;
	background: linear-gradient(to right, #0064C4 0%, #08AC93 53%, #74C054 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
.major-section .section-title-line {
	width: 660px;
	height: 2px;
	background: linear-gradient(to right, transparent 0%, #0064C4 20%, #08AC93 50%, #74C054 80%, transparent 100%);
	margin: 16px auto 40px;
}
.major-section .major-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px 26px;
}
.major-section .major-card {
	position: relative;
	background: linear-gradient(135deg, #0064C4 0%, #08AC93 55%, #74C054 100%);
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
	border: none;
	border-radius: 8px;
	box-shadow: 0 6px 16px rgba(0, 100, 196, 0.18);
	transition: all .3s ease;
	overflow: hidden;
}
.major-section .major-card .icon {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.22);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	transition: all .3s ease;
}
.major-section .major-card .icon img {
	width: 34px;
	height: 34px;
	object-fit: contain;
	transition: all .3s ease;
}
.major-section .major-card .text {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
	transition: color .3s ease;
	position: relative;
	z-index: 1;
}
.major-section .major-card::before { display: none; }
.major-section .major-card .icon,
.major-section .major-card .text {
	position: relative;
	z-index: 1;
}
.major-section .major-card::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .35s ease;
	z-index: 2;
}
.major-section .major-card .icon img {
	filter: brightness(0) invert(1);
}
.major-section .major-card:hover {
	border-color: transparent;
	box-shadow: 0 14px 32px rgba(8, 172, 147, 0.4);
	transform: translateY(-4px);
}
.major-section .major-card:hover::after { transform: scaleX(1); }
.major-section .major-card:hover .icon {
	background: rgba(255, 255, 255, 0.32);
	transform: scale(1.08);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}
.major-section .major-card:hover .icon img {
	transform: rotate(-6deg);
}
.major-section .major-card:hover .text { color: #fff; }

/* ======================================================== */
/*              底栏（新版、背景与头部一致的渐变）          */
/* ======================================================== */
.ui-footer-bar.footer-new {
	background: -webkit-gradient(linear, left top, right top, from(#0064C4), color-stop(53%, #08AC93), to(#74C054));
	background: -moz-linear-gradient(left, #0064C4 0%, #08AC93 53%, #74C054 100%);
	background: linear-gradient(to right, #0064C4 0%, #08AC93 53%, #74C054 100%);
	padding: 20px 0;
	color: #fff;
	font-size: 14px;
	border-top: none;
}
.ui-footer-bar.footer-new .footer-box-new {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.ui-footer-bar.footer-new .footer-left { flex: 1; line-height: 1.85; color: #fff; }
.ui-footer-bar.footer-new .footer-left .contact-line { font-size: 14px; color: rgba(255, 255, 255, 0.98); }
.ui-footer-bar.footer-new .footer-left .split { margin: 0 10px; color: rgba(255, 255, 255, 0.55); }
.ui-footer-bar.footer-new .footer-left .admin-entry { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.ui-footer-bar.footer-new .footer-left .admin-entry:hover { color: #eaf5ff; opacity: 1; }

.ui-footer-bar.footer-new .footer-center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.ui-footer-bar.footer-new .center-logo {
	height: 64px;
	max-width: 360px;
	background: transparent;
	padding: 0;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ui-footer-bar.footer-new .center-logo img {
	height: 100%;
	width: auto;
	display: block;
	filter: brightness(0) invert(1);
}

.ui-footer-bar.footer-new .footer-right { text-align: center; }
.ui-footer-bar.footer-new .qrcode-box {
	width: 78px;
	height: 78px;
	background: #fff;
	padding: 3px;
	border-radius: 4px;
	display: inline-block;
}
.ui-footer-bar.footer-new .qrcode-box img {
	width: 100%;
	height: 100%;
	display: block;
}
.ui-footer-bar.footer-new .qrcode-text {
	margin-top: 5px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.98);
}

/* 微信二维码弹层内部样式 */
.wecatQrcode .qrcode-slot { margin-top: 20px; text-align: center; display: flex; justify-content: center; align-items: center; }
.wecatQrcode .qrcode-slot canvas,
.wecatQrcode .qrcode-slot img,
.wecatQrcode .qrcode-slot table { margin: 0 auto; display: block; }
.wecatQrcode .qrcode-tip { margin-top: 10px; text-align: center; }

.header-login-box .forget-pwd { margin-top: 10px; }

/* === 弹窗登录验证码样式 === */
.captcha-form-item { margin-bottom: 0; }
.dialog-captcha-row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.dialog-captcha-row .captcha-dialog-input { flex: 1; }
.dialog-captcha-row .captcha-dialog-img-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 4px;
}
.dialog-captcha-row .captcha-dialog-img-wrap img {
	width: 100px;
	height: 38px;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
	transition: opacity 0.2s;
	object-fit: cover;
}
.dialog-captcha-row .captcha-dialog-img-wrap img:hover {
	opacity: 0.8;
}
.dialog-captcha-row .captcha-refresh-text {
	font-size: 12px;
	color: #1C90F3;
	cursor: pointer;
	white-space: nowrap;
}
.dialog-captcha-row .captcha-refresh-text:hover {
	text-decoration: underline;
}

/* ======================================================== */
/*   内页公用：左侧分组菜单 + tabs-box 微调（新版）             */
/*   沿用原站 .left-box 基础变量，只拓展分组结构                  */
/* ======================================================== */
.left-box.left-box-new {
	width: 240px;
	padding: 18px 0 30px;
	background-color: #FFFFFF;
	background-image: url('../images/notice-left-bg.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: auto 747px;
}

/* 独立项按钮（卡片式，带左侧竖条 + 图标点开关） */
.left-box-new .menu-single {
	position: relative;
	display: flex;
	align-items: center;
	height: 48px;
	color: #2a3142;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
	background: #fff;
	border: 1px solid #eaf1ee;
	border-radius: 10px;
	text-align: left;
	padding: 0 36px 0 22px;
	margin: 0 16px 12px;
	box-shadow: 0 1px 0 rgba(10, 160, 160, 0.03);
	transition: all .25s ease;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.left-box-new .menu-single::before {
	content: '';
	position: absolute;
	left: 0; top: 10px; bottom: 10px;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(180deg, #0AA0A0 0%, #0064C4 100%);
	opacity: 0;
	transform: scaleY(0.3);
	transition: all .25s ease;
}
.left-box-new .menu-single::after {
	content: '\e602';
	font-family: 'layui-icon' !important;
	position: absolute;
	right: 14px; top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #c9d2d0;
	transition: all .25s ease;
}
.left-box-new .menu-single:hover {
	color: #0AA0A0;
	border-color: #b8e2e2;
	background: #f6fcfb;
	opacity: 1;
	transform: translateX(2px);
	box-shadow: 0 4px 10px rgba(10, 160, 160, 0.10);
}
.left-box-new .menu-single:hover::before { opacity: 1; transform: scaleY(1); }
.left-box-new .menu-single:hover::after { color: #0AA0A0; right: 10px; }
.left-box-new .menu-single.active {
	background: #fff;
	border-color: #0AA0A0;
	color: #0AA0A0;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(10, 160, 160, 0.12);
}
.left-box-new .menu-single.active::before {
	background: linear-gradient(180deg, #0AA0A0 0%, #0064C4 100%);
	opacity: 1;
	transform: scaleY(1);
	top: -1px; bottom: -1px;
	width: 4px;
	border-radius: 0;
}
.left-box-new .menu-single.active::after { color: #0AA0A0; }
.left-box-new .menu-single.active:hover {
	color: #0AA0A0; opacity: 1;
	transform: translateX(2px);
	background: #f6fcfb;
}
.left-box-new .menu-single.active:hover::after { color: #0AA0A0; right: 10px; }
.left-box-new .menu-single.disabled {
	color: #9aa3a8;
	cursor: not-allowed;
	background: #f7f8f9;
	border-color: #eef0f2;
	box-shadow: none;
}
.left-box-new .menu-single.disabled::before { display: none; }
.left-box-new .menu-single.disabled::after { color: #ccd2d4; }
.left-box-new .menu-single.disabled:hover {
	color: #9aa3a8;
	background: #f7f8f9;
	border-color: #eef0f2;
	transform: none;
	box-shadow: none;
}
.left-box-new .menu-single.disabled:hover::after { color: #ccd2d4; right: 14px; }

/* 分组容器 */
.left-box-new .menu-group {
	margin: 0 16px 14px;
	border: 1px solid #dfe9e7;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 6px rgba(10, 160, 160, 0.05);
	transition: box-shadow .25s ease;
}
.left-box-new .menu-group:hover { box-shadow: 0 6px 14px rgba(10, 160, 160, 0.10); }
.left-box-new .menu-group-title {
	height: 46px;
	line-height: 46px;
	padding: 0 16px 0 20px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(135deg, #0064C4 0%, #0AA0A0 55%, #08AC93 100%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	user-select: none;
}
.left-box-new .menu-group-title .label { letter-spacing: 1px; }
.left-box-new .menu-group-title .arrow {
	font-size: 15px;
	transition: transform .25s ease;
	opacity: .9;
}
.left-box-new .menu-group.collapsed .menu-group-title .arrow { transform: rotate(-90deg); }
.left-box-new .menu-group.collapsed .menu-sub { display: none; }

.left-box-new .menu-sub {
	padding: 12px 14px 8px;
	background: rgba(248, 247, 250, 0.5);
}
.left-box-new .menu-sub-item {
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	color: #333;
	font-size: 15px;
	background: #fff;
	border: 1px solid #EEEDF0;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 9px;
	overflow: hidden;
	transition: all .2s ease;
}
.left-box-new .menu-sub-item::before {
	content: '';
	position: absolute;
	left: 0; top: 8px; bottom: 8px;
	width: 3px;
	border-radius: 0 3px 3px 0;
	background: linear-gradient(180deg, #0AA0A0 0%, #0064C4 100%);
	opacity: 0;
	transform: scaleY(0.3);
	transition: all .25s ease;
}
.left-box-new .menu-sub-item:last-child { margin-bottom: 4px; }
.left-box-new .menu-sub-item:hover {
	color: #0AA0A0;
	border-color: #b8e2e2;
	background: #f6fcfb;
	opacity: 1;
}
.left-box-new .menu-sub-item.active {
	background: #fff;
	border-color: #0AA0A0;
	color: #0AA0A0;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(10, 160, 160, 0.12);
}
.left-box-new .menu-sub-item.active::before {
	opacity: 1;
	transform: scaleY(1);
	top: -1px; bottom: -1px;
	width: 4px;
	border-radius: 0;
}
.left-box-new .menu-sub-item.active:hover { color: #0AA0A0; opacity: 1; background: #f6fcfb; }
.left-box-new .menu-sub-item.disabled {
	color: #999;
	cursor: not-allowed;
	background: #FAFAFC;
}
.left-box-new .menu-sub-item.disabled:hover {
	color: #999;
	border-color: #EEEDF0;
}

/* 外部链接子项：文字居中（与其他子项一致），图标跟随文字 */
.left-box-new .menu-sub-item.menu-external-link .layui-icon {
	display: inline-block;
	margin-left: 4px;
	font-size: 12px;
	color: #0AA0A0;
	opacity: 0.6;
	vertical-align: middle;
	transition: all 0.2s ease;
}
.left-box-new .menu-sub-item.menu-external-link:hover .layui-icon {
	opacity: 1;
	transform: translate(1px, -1px);
}
.left-box-new .menu-sub-item.menu-external-link.active .layui-icon {
	color: #0AA0A0;
	opacity: 1;
}

/* 移动端适配 */
@media (max-width: 767px) {
	.left-box.left-box-new {
		width: 100%;
		background-image: none;
		padding: 10px 0;
	}
	.left-box-new .menu-single,
	.left-box-new .menu-group { margin: 0 10px 10px; }
}

/* ======================================================== */
/*                       响应式                              */
/* ======================================================== */
@media (max-width: 1440px) {
	.page-index .fn-grid,
	.ui-top-bar.top-bar-new .fn-grid,
	.ui-footer-bar.footer-new .fn-grid { width: 96%; }
}
@media (max-width: 900px) {
	.entry-section .entry-row,
	.notice-section .notice-row,
	.ui-footer-bar.footer-new .footer-box-new { flex-direction: column; }
	.entry-section .entry-col {
		border-right: none;
		border-bottom: 1px dashed #dbe1e8;
		padding: 10px 16px;
	}
	.entry-section .entry-col:last-child { border-bottom: none; }
	.major-section .major-grid { grid-template-columns: repeat(2, 1fr); }
	.ui-top-bar.top-bar-new .top-bar-box-new { flex-direction: column; gap: 12px; height: auto; padding: 12px 0; }
	.ui-top-bar.top-bar-new .site-title { font-size: 18px; }
	.page-index .index-new-banner,
	.page-index .index-new-banner .swiper-container,
	.page-index .index-new-banner .swiper-wrapper,
	.page-index .index-new-banner .swiper-slide,
	.page-index .index-new-banner .swiper-slide a,
	.page-index .index-new-banner .swiper-slide img { height: 220px; }
}

/* ====================================================
 * 合作服务中心通讯录弹窗
 * ==================================================== */
.contactsDialog { width: 100%; height: 100%; background: #fff; }
.contacts-panel { display: flex; flex-direction: column; height: 100%; padding: 22px 26px 18px; box-sizing: border-box; }
.contacts-head { text-align: center; padding: 4px 0 18px; border-bottom: 1px dashed #e5e5e5; margin-bottom: 14px; flex-shrink: 0; }
.contacts-title {
	font-size: 24px; font-weight: 700; letter-spacing: 2px;
	background: linear-gradient(to right, #0064C4 0%, #08AC93 100%);
	-webkit-background-clip: text; -webkit-text-fill-color: transparent;
	background-clip: text; color: transparent;
}
.contacts-sub {
	font-size: 13px; color: #e54d42; margin-top: 8px;
	display: inline-flex; align-items: center; gap: 4px;
}
.contacts-sub .layui-icon { font-size: 14px; }
.contacts-body { flex: 1; min-height: 0; }
.contacts-scroll { height: 100%; overflow: auto; border-radius: 10px; border: 1px solid #eef1f4; }
.contacts-scroll::-webkit-scrollbar { width: 8px; height: 8px; }
.contacts-scroll::-webkit-scrollbar-thumb { background: #c6d5e1; border-radius: 4px; }
.contacts-scroll::-webkit-scrollbar-thumb:hover { background: #0064C4; }
.contacts-table { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; }
.contacts-table thead tr {
	background: linear-gradient(to right, #0064C4 0%, #08AC93 100%);
}
.contacts-table thead th {
	background: transparent;
	color: #fff; font-weight: 500; padding: 12px 10px;
	text-align: center; border: none; white-space: nowrap;
}
.contacts-table tbody td {
	padding: 11px 12px; border-bottom: 1px solid #f0f2f5;
	color: #333; line-height: 1.6; vertical-align: middle;
}
.contacts-table tbody tr:nth-child(even) td { background: #fafbfc; }
.contacts-table tbody tr:hover td { background: #f2fbf7; transition: background .2s; }
.contacts-table tbody tr:last-child td { border-bottom: none; }
.contacts-table .center { text-align: center; }
.contacts-table .phone { color: #0064C4; font-weight: 500; letter-spacing: .5px; font-family: Consolas, 'Microsoft YaHei', sans-serif; }
.contacts-table .empty-tip { text-align: center; padding: 40px 0; color: #999; font-size: 14px; }
.contacts-table .area-chip {
	display: inline-block; padding: 2px 10px; border-radius: 10px;
	background: rgba(8, 172, 147, 0.12); color: #08AC93; font-size: 12px;
	white-space: nowrap;
}
.contacts-table .code-tag {
	display: inline-block; padding: 1px 8px; margin-right: 6px;
	background: rgba(0, 100, 196, 0.08); color: #0064C4;
	border-radius: 4px; font-size: 12px;
	font-family: Consolas, Monaco, monospace;
}
/* PC：除地址列外其他列不换行，地址列允许换行 */
@media (min-width: 769px) {
	.contacts-table tbody td { white-space: nowrap; }
	.contacts-table tbody td[data-label="地址"] { white-space: normal; word-break: break-all; }
}
/* layer 皮肤 */
.layui-layer.contacts-layer { border-radius: 14px; overflow: hidden; box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26); }
.layui-layer.contacts-layer .layui-layer-content { background: #fff; padding: 0 !important; overflow: hidden !important; }
.layui-layer.contacts-layer .layui-layer-setwin { top: 16px; right: 18px; }
.layui-layer.contacts-layer .layui-layer-setwin .layui-layer-close2 {
	width: 24px; height: 24px; background: rgba(0, 0, 0, 0.35); border-radius: 50%;
	position: relative; top: 0; right: 0;
}
@media (max-width: 768px) {
	.contacts-panel { padding: 16px 14px 14px; }
	.contacts-title { font-size: 18px; letter-spacing: 1px; }
	.contacts-sub { font-size: 12px; }
	.contacts-scroll { border: none; }
	/* 脱离表格布局，避开 colgroup/col 的列宽约束 */
	.contacts-table,
	.contacts-table tbody,
	.contacts-table tbody tr,
	.contacts-table tbody td { display: block; width: 100%; box-sizing: border-box; }
	.contacts-table colgroup,
	.contacts-table thead { display: none; }
	.contacts-table tbody tr {
		margin-bottom: 12px; padding: 12px 14px;
		border: 1px solid #eef1f4; border-radius: 10px;
		background: #fff !important;
	}
	.contacts-table tbody td {
		position: relative;
		padding: 6px 0 6px 70px;
		border: none !important;
		text-align: left !important;
		background: transparent !important;
		min-height: 24px;
		word-break: break-word;
	}
	.contacts-table tbody td::before {
		content: attr(data-label) "：";
		position: absolute;
		left: 0; top: 6px;
		width: 64px;
		color: #999; font-size: 13px;
	}
	/* 弹窗框架 + 关闭按钮 */
	.layui-layer.contacts-layer { border-radius: 10px; }
	.layui-layer.contacts-layer .layui-layer-setwin { top: 10px; right: 10px; }
	/* 标题/副标题对齐与关闭按钮避让 */
	.contacts-head { padding: 2px 0 12px; margin-bottom: 10px; }
	.contacts-title { padding-right: 30px; padding-left: 30px; line-height: 1.3; }
	.contacts-sub { margin-top: 6px; }
	/* 卡片化表格的字段对齐与电话可识度 */
	.contacts-table { font-size: 13px; }
	.contacts-table tbody td:not(:last-child) { border-bottom: 1px dashed #f2f4f7 !important; padding-bottom: 8px; margin-bottom: 4px; }
	.contacts-table .area-chip { font-size: 12px; padding: 1px 8px; }
	.contacts-table .code-tag { font-size: 11px; padding: 1px 6px; margin-right: 4px; }
	.contacts-table .phone { color: #0064C4; font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
}

@media (max-width: 480px) {
	.contacts-panel { padding: 12px 10px 10px; }
	.contacts-title { font-size: 16px; letter-spacing: 0; padding-right: 28px; padding-left: 28px; }
	.contacts-sub { font-size: 11px; }
	.layui-layer.contacts-layer .layui-layer-setwin { top: 8px; right: 8px; }
	.layui-layer.contacts-layer .layui-layer-setwin .layui-layer-close2 { width: 22px; height: 22px; }
	.contacts-table tbody tr { padding: 10px 12px; margin-bottom: 8px; }
	.contacts-table tbody td { padding-left: 56px; }
	.contacts-table tbody td::before { width: 50px; font-size: 12px; }
	.contacts-table tbody td { font-size: 13px; }
}

/* ====================================================
 * 新版内页补充：注册审核结果 / 通知列表
 * ==================================================== */
.audit-info { text-align: center; font-size: 18px; min-height: 24px; margin-top: 18px; color: #0AA0A0; }
.notice-list-data { min-height: 400px; }

/* 通知列表现代化：整体大卡片，行间分隔线 */
.notice-list-data-new { padding: 0; }
.notice-list-data-new .notice-card {
	background: #fff;
	border: 1px solid #eef1f4;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
	overflow: hidden;
}
.notice-list-data-new .list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 20px;
	margin-bottom: 0 !important;
	background: #fff;
	border: none;
	border-bottom: 1px solid #f0f3f6;
	border-radius: 0;
	box-shadow: none;
	transition: background 0.2s ease;
	cursor: pointer;
}
.notice-list-data-new .list-item:last-child { border-bottom-color: transparent; }
.notice-list-data-new .list-item:hover {
	background: #f8fbfb;
	transform: none;
	box-shadow: none;
}
.notice-list-data-new .list-item .item-main {
	display: flex;
	align-items: center;
	flex: 1;
	min-width: 0;
	gap: 12px;
}
.notice-list-data-new .list-item .notice-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 0 10px;
	flex-shrink: 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.5px;
	border-radius: 4px;
	color: #fff;
	white-space: nowrap;
}
.notice-list-data-new .list-item .notice-tag-teach {
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
}
.notice-list-data-new .list-item .notice-tag-exam {
	background: linear-gradient(135deg, #2D8CF0 0%, #1366C4 100%);
}
.notice-list-data-new .list-item .notice-tag-class {
	background: linear-gradient(135deg, #FAA63A 0%, #E68A1E 100%);
}
.notice-list-data-new .list-item .notice-tag-default {
	background: linear-gradient(135deg, #9aa3ad 0%, #6c757d 100%);
}
.notice-list-data-new .list-item .item-title {
	flex: 1;
	min-width: 0;
	padding-left: 0 !important;
	color: #2c3e50;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s ease;
}
.notice-list-data-new .list-item .item-title::before { display: none !important; }
.notice-list-data-new .list-item:hover .item-title { color: #0AA0A0; }
.notice-list-data-new .list-item .item-time {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: 16px;
	color: #98a2ad;
	font-size: 13px;
}
.notice-list-data-new .list-item .item-time .layui-icon {
	font-size: 14px;
	margin-right: 4px;
	color: #b8c1cc;
}

/* 空状态 */
.notice-list-data-new .notice-empty {
	padding: 80px 20px;
	text-align: center;
	color: #b0b9c2;
	background: #fff;
	border: 1px solid #eef1f4;
	border-radius: 12px;
}
.notice-list-data-new .notice-empty .layui-icon {
	font-size: 56px;
	color: #cfd8df;
}
.notice-list-data-new .notice-empty .tip {
	margin-top: 12px;
	font-size: 14px;
}

/* 移动端适配 */
@media (max-width: 768px) {
	.notice-list-data-new .list-item { padding: 14px 14px; flex-wrap: wrap; gap: 8px; }
	.notice-list-data-new .list-item .item-main { width: 100%; gap: 8px; }
	.notice-list-data-new .list-item .item-title { font-size: 14px; white-space: normal; }
	.notice-list-data-new .list-item .item-time { margin-left: 0; padding-left: 0; }
}

/* ====================================================
 * 招生简章页（ContentPage 富文本展示）
 * ==================================================== */
.enroll-page .right-box { min-height: 400px; padding: 28px 30px; background: #fff; }
.enroll-title {
	font-size: 22px; font-weight: 700; color: #222;
	text-align: center; line-height: 1.5; padding: 4px 0 14px;
}
.enroll-meta {
	display: flex; justify-content: center; align-items: center;
	color: #999; font-size: 13px; gap: 10px;
	padding-bottom: 16px; border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 22px;
}
.enroll-meta .meta-item { display: inline-flex; align-items: center; gap: 4px; }
.enroll-meta .meta-item .layui-icon { font-size: 14px; color: #0AA0A0; }
.enroll-meta .meta-split { color: #dcdcdc; }
.enroll-body { color: #333; font-size: 15px; line-height: 1.9; padding: 0 4px; }
.enroll-body img { max-width: 100%; height: auto; }
.enroll-body table { max-width: 100%; border-collapse: collapse; }
.enroll-body p { margin: 8px 0; }
.enroll-empty {
	text-align: center; padding: 80px 0; color: #999;
}
.enroll-empty .layui-icon { font-size: 42px; color: #cdd4dc; display: block; margin-bottom: 12px; }
.enroll-empty .tip { font-size: 14px; }
@media (max-width: 768px) {
	.enroll-page .right-box { padding: 18px 14px; }
	.enroll-title { font-size: 18px; }
	.enroll-meta { flex-wrap: wrap; font-size: 12px; }
	.enroll-body { font-size: 14px; line-height: 1.8; }
}

/* ========================================================
 * 内页左菜单 left-box-new 手机端适配（招生简章/学习登录等）
 *   - 全宽展开（父容器由 main.min.css 控制纵向排列）
 *   - 独立项单行全宽，保证完整文字可见
 *   - 分组子项改 2 列 grid，高度与间距压缩
 *   - 重置 main.min.css 旧版规则（position:absolute + display:flex + overflow-x:auto）
 *     —— 旧版为 .menu-item 横向滚动设计，新版 .menu-single/.menu-group 不适用
 * ======================================================== */
@media (max-width: 768px) {
	/* 强制纵向布局（兼容带/不带 page-notice 的页面） */
	.page-list .main .list-content,
	.enroll-page .list-content,
	.learn-login-page .list-content {
		display: flex;
		flex-direction: column;
		height: auto;
		box-shadow: none;
	}
	/* 左菜单外容：恢复文档流 + 块级堆叠（重点：清掉 main.min.css 的 position:absolute + flex） */
	.left-box.left-box-new {
		position: static !important;
		display: block !important;
		width: 100% !important;
		padding: 10px 0 6px !important;
		background-image: none !important;
		background-color: #fff !important;
		margin-bottom: 10px !important;
		border-radius: 10px;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
		overflow: visible !important;
		overflow-x: visible !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		border-bottom: none !important;
		height: auto !important;
	}
	/* 独立项：单行全宽，压缩高度 */
	.left-box-new .menu-single {
		display: flex !important;
		width: auto !important;
		height: 40px !important;
		font-size: 14px;
		padding: 0 28px 0 16px;
		margin: 0 12px 8px !important;
		flex: none !important;
	}
	/* 分组容器：压缩 margin */
	.left-box-new .menu-group {
		display: block !important;
		margin: 0 12px 10px !important;
		flex: none !important;
	}
	.left-box-new .menu-group-title {
		height: 40px;
		line-height: 40px;
		padding: 0 14px 0 16px;
		font-size: 14px;
	}
	.left-box-new .menu-group-title .label { letter-spacing: 0; }
	/* 子项：2 列 grid，行高和字号变紧凑 */
	.left-box-new .menu-sub {
		padding: 8px 8px 4px;
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
	/* 折叠逻辑：必须用 !important 覆盖上方的 display: grid !important */
	.left-box-new .menu-group.collapsed .menu-sub {
		display: none !important;
	}
	.left-box-new .menu-sub-item {
		height: 34px;
		line-height: 34px;
		font-size: 13px;
		margin-bottom: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 0 6px;
	}
	.left-box-new .menu-sub-item:last-child { margin-bottom: 0; }
	/* 右侧内容：全宽 */
	.enroll-page .right-box,
	.learn-login-page .right-box,
	.page-list .main .list-content .right-box {
		width: 100%;
		box-sizing: border-box;
	}
	/* 清除 main.min.css 中 .page-notice .right-box { padding-top: 94px !important } 的遗留空白
	   （原设计为避让绝对定位的 .left-box，现在 .left-box 已恢复文档流，94px 变纯空白） */
	.page-notice .right-box,
	.page-list .right-box {
		padding-top: 16px !important;
	}
	/* tabs-box 在手机端压缩 padding，避免首屏顶部留白过大 */
	.page-list .right-box .tabs-box {
		padding: 8px 10px;
		margin: 0 0 12px;
	}
	.page-list .right-box .tabs-box .tabs-item {
		font-size: 13px;
		padding: 6px 12px;
		margin: 0 8px 8px 0;
	}
	.page-list .right-box .tabs-box.tabs-box-major .tabs-item {
		font-size: 14px;
		padding: 8px 14px;
		margin: 0 8px 8px 0;
	}
	/* 招生简章等长标签的 tabs-box（非 major）：手机端保持横排，超宽单项用省略号截断 */
	.page-list .right-box .tabs-box:not(.tabs-box-major) .tabs-item {
		max-width: 100%;
		box-sizing: border-box;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block;
	}
}

@media (max-width: 480px) {
	/* 极窄屏：子菜单保持 2 列，行高更紧凑 */
	.left-box-new .menu-single {
		height: 38px;
		font-size: 13px;
	}
	.left-box-new .menu-group-title {
		height: 36px;
		line-height: 36px;
		font-size: 13px;
	}
	.left-box-new .menu-sub {
		gap: 5px;
		padding: 6px 6px 2px;
	}
	.left-box-new .menu-sub-item {
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
}

/* 通知详情页补充：meta 中的类型胶囊 + 底部返回按钮 */
.enroll-page .right-box .enroll-meta .notice-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.5px;
	border-radius: 4px;
	color: #fff;
	white-space: nowrap;
}
.enroll-page .right-box .enroll-meta .notice-tag-teach {
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
}
.enroll-page .right-box .enroll-meta .notice-tag-exam {
	background: linear-gradient(135deg, #2D8CF0 0%, #1366C4 100%);
}
.enroll-page .right-box .enroll-meta .notice-tag-class {
	background: linear-gradient(135deg, #FAA63A 0%, #E68A1E 100%);
}
.enroll-page .right-box .enroll-meta .notice-tag-default {
	background: linear-gradient(135deg, #9aa3ad 0%, #6c757d 100%);
}
.enroll-page .right-box .enroll-footer {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px dashed #e5e5e5;
	text-align: center;
}
.enroll-page .right-box .enroll-back-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	height: 38px;
	padding: 0 22px;
	border-radius: 8px;
	border: 1px solid #0AA0A0;
	color: #0AA0A0;
	font-size: 14px;
	background: #fff;
	transition: all 0.2s ease;
}
.enroll-page .right-box .enroll-back-btn:hover {
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	box-shadow: 0 4px 12px rgba(10, 160, 160, 0.20);
}

/* ====================================================
 * 学习平台登录页（同等学力申硕 / 高级课程进修 共用，左右布局）
 * ==================================================== */
.learn-login-page .right-box {
	min-height: 800px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px 30px;
	position: relative;
	overflow: hidden;
	/* 四角点缀装饰（与审核页统一） */
	background-image:
		radial-gradient(200px 200px at 0% 0%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%),
		radial-gradient(160px 160px at 100% 0%, rgba(0,100,196,0.15) 0%, rgba(0,100,196,0.05) 40%, transparent 70%),
		radial-gradient(180px 180px at 0% 100%, rgba(0,100,196,0.13) 0%, rgba(0,100,196,0.04) 40%, transparent 70%),
		radial-gradient(240px 240px at 100% 100%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%);
	background-repeat: no-repeat;
}
/* 页面标题 */
.learn-login-page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
.learn-login-page-title .layui-icon {
	font-size: 26px;
	color: #0AA0A0;
}
.learn-login-page-title span {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	background: linear-gradient(90deg, #0AA0A0 0%, #0064C4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}
.learn-login-page-title::before,
.learn-login-page-title::after {
	content: '';
	flex: 0 0 auto;
	width: 36px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #0AA0A0);
	border-radius: 2px;
	opacity: 0.7;
}
.learn-login-page-title::after {
	background: linear-gradient(90deg, #0064C4, transparent);
}
.learn-login-wrap { width: 100%; display: flex; justify-content: center; position: relative; z-index: 1; }
.learn-login-card {
	width: 760px; max-width: 100%;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 18px 50px rgba(10, 160, 160, 0.18), 0 4px 12px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
}
.learn-login-card:hover { box-shadow: 0 24px 60px rgba(10, 160, 160, 0.24), 0 6px 16px rgba(0, 0, 0, 0.08); }
.learn-login-inner { display: flex; align-items: stretch; }
.learn-login-header {
	flex: 0 0 300px;
	background: linear-gradient(135deg, #0AA0A0 0%, #0064C4 100%);
	padding: 40px 26px;
	text-align: center;
	color: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.learn-login-header::before {
	content: '';
	position: absolute;
	top: -60px; right: -60px;
	width: 160px; height: 160px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.10);
}
.learn-login-header::after {
	content: '';
	position: absolute;
	bottom: -40px; left: -40px;
	width: 120px; height: 120px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	transform: none;
}
.learn-login-logo {
	width: 64px; height: 64px; line-height: 64px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	border: 2px solid rgba(255, 255, 255, 0.4);
	font-size: 32px;
	position: relative; z-index: 1;
}
.learn-login-logo .layui-icon { color: #fff; font-size: 32px; }
.learn-login-tag {
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 12px;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 12px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #fff;
	position: relative; z-index: 1;
}
.learn-login-title {
	font-size: 22px; font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.5;
	position: relative; z-index: 1;
}
.learn-login-sub { font-size: 13px; opacity: 0.9; position: relative; z-index: 1; }
.learn-login-body {
	flex: 1;
	padding: 32px 36px 18px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.learn-login-form-title {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	margin-bottom: 22px;
	position: relative;
	padding-left: 12px;
}
.learn-login-form-title::before {
	content: '';
	position: absolute;
	left: 0; top: 4px; bottom: 4px;
	width: 3px;
	background: linear-gradient(180deg, #0AA0A0 0%, #0064C4 100%);
	border-radius: 2px;
}
.learn-login-item { margin-bottom: 18px !important; }
.learn-login-item .layui-input-wrap { position: relative; }
.learn-login-item .layui-input {
	height: 44px; line-height: 44px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	background: #f8fbfb;
	padding-left: 42px !important;
	font-size: 14px;
	transition: all 0.25s ease;
}
.learn-login-item .layui-input:hover { border-color: #0AA0A0; background: #fff; }
.learn-login-item .layui-input:focus { border-color: #0AA0A0; background: #fff; box-shadow: 0 0 0 3px rgba(10, 160, 160, 0.12); }
.learn-login-item .layui-input-prefix {
	position: absolute; left: 12px; top: 50%;
	transform: translateY(-50%);
	color: #999; font-size: 16px;
	z-index: 2;
}
.learn-login-item .layui-input:focus + .layui-input-prefix,
.learn-login-item .layui-input-wrap:hover .layui-input-prefix { color: #0AA0A0; }
.learn-login-btn {
	height: 44px; line-height: 44px;
	font-size: 15px; font-weight: 500;
	border-radius: 10px;
	background: linear-gradient(90deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	border: none;
	letter-spacing: 6px;
	box-shadow: 0 6px 16px rgba(10, 160, 160, 0.3);
	transition: all 0.25s ease;
	cursor: pointer;
}
.learn-login-btn:hover {
	background: linear-gradient(90deg, #088484 0%, #066666 100%);
	box-shadow: 0 10px 22px rgba(10, 160, 160, 0.42);
	transform: translateY(-1px);
}
.learn-login-btn:active { transform: translateY(0); }
.learn-login-extra {
	text-align: right;
	padding: 4px 2px 8px;
}
.learn-login-extra a { color: #0AA0A0; font-size: 13px; text-decoration: none; }
.learn-login-extra a:hover { color: #088484; text-decoration: underline; }
.learn-login-tip {
	background: #f7fbfb;
	border-top: 1px dashed #e5eeee;
	padding: 12px 30px;
	color: #888;
	font-size: 12px;
	line-height: 1.7;
	display: flex;
	align-items: flex-start;
	gap: 6px;
}
.learn-login-tip .layui-icon { color: #0AA0A0; font-size: 14px; margin-top: 2px; flex-shrink: 0; }
@media (max-width: 768px) {
	.learn-login-page .right-box { padding: 20px 12px; }
	.learn-login-card { width: 100%; }
	.learn-login-inner { flex-direction: column; }
	.learn-login-header { flex: none; padding: 24px 20px; }
	.learn-login-title { font-size: 18px; }
	.learn-login-body { padding: 22px 20px 12px; }
	.learn-login-tip { padding: 10px 20px; }
}

/* ====================================================
 * 专业介绍页面 tabs-box 现代化标签样式
 * ==================================================== */
.page-list .right-box .tabs-box {
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
	white-space: normal;
	padding: 16px 20px;
	margin: 0 0 20px;
	background: #ffffff;
	border: none;
	border-bottom: 2px solid #eef2f5;
	border-radius: 0;
	box-shadow: none;
	line-height: normal;
	text-align: left;
	gap: 0;
}
.page-list .right-box .tabs-box .tabs-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 8px 18px;
	font-size: 14px;
	font-weight: 500;
	color: #555e68;
	background: #f5f7fa;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	flex: 0 0 auto;
	margin: 0 10px 10px 0;
	line-height: normal;
	transition: all 0.2s ease;
	position: relative;
	white-space: nowrap;
	box-shadow: none;
	transform: none;
}
.page-list .right-box .tabs-box .tabs-item:hover {
	color: #0a8a8a;
	background: #e8f4f8;
	border: none;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(10, 138, 138, 0.12);
	transform: none;
}
.page-list .right-box .tabs-box .tabs-item.active {
	background: #0a8a8a;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(10, 138, 138, 0.25);
	font-weight: 600;
	transform: none;
}
.page-list .right-box .tabs-box .tabs-item.active:hover {
	background: #088080;
	color: #ffffff;
	border: none;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(10, 138, 138, 0.30);
	transform: none;
}

/* 专业列表 tabs 字体放大（仅 major_*_new 页面） */
.page-list .right-box .tabs-box.tabs-box-major .tabs-item {
	font-size: 16px;
	padding: 10px 20px;
	margin: 0 12px 12px 0;
}

/* ====== 注册审核查询页面样式 ====== */

/* 右侧内容区装饰背景（与学习平台登录页统一） */
.page-login .right-box.audit-page-wrap {
	position: relative;
	overflow: visible;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 800px;
	padding: 60px 30px;
	background-color: #fff;
	/* 四角点缀装饰（radial-gradient 多重背景，与登录页统一） */
	background-image:
		radial-gradient(200px 200px at 0% 0%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%),
		radial-gradient(160px 160px at 100% 0%, rgba(0,100,196,0.15) 0%, rgba(0,100,196,0.05) 40%, transparent 70%),
		radial-gradient(180px 180px at 0% 100%, rgba(0,100,196,0.13) 0%, rgba(0,100,196,0.04) 40%, transparent 70%),
		radial-gradient(240px 240px at 100% 100%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%);
	background-repeat: no-repeat;
}

/* 页面标题（与登录页 learn-login-page-title 同款：渐变文字 + 两侧渐变细线） */
.page-login .right-box .audit-page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 36px;
	position: relative;
	z-index: 1;
}
.page-login .right-box .audit-page-title::before,
.page-login .right-box .audit-page-title::after {
	content: '';
	flex: 0 0 auto;
	width: 36px;
	height: 2px;
	background: linear-gradient(90deg, transparent, #0AA0A0);
	border-radius: 2px;
	opacity: 0.7;
}
.page-login .right-box .audit-page-title::after {
	background: linear-gradient(90deg, #0064C4, transparent);
}

.page-login .right-box .audit-page-title .layui-icon {
	font-size: 26px;
	color: #0AA0A0;
}

.page-login .right-box .audit-page-title span {
	font-size: 24px;
	font-weight: 700;
	color: #2a3142;
	letter-spacing: 1px;
	background: linear-gradient(90deg, #0AA0A0 0%, #0064C4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* 查询卡片 */
.page-login .right-box .audit-query-card {
	width: 420px;
	max-width: 100%;
	padding: 32px 36px 28px;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e8f0ee;
	box-shadow: 0 8px 30px rgba(10, 160, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.3s ease;
	position: relative;
	z-index: 1;
}

.page-login .right-box .audit-query-card:hover {
	box-shadow: 0 12px 40px rgba(10, 160, 160, 0.16), 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* 查询提示头部 */
.page-login .right-box .audit-query-header {
	text-align: center;
	margin-bottom: 24px;
	color: #5a6577;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.page-login .right-box .audit-query-icon {
	font-size: 16px;
	color: #0AA0A0;
}

/* 表单输入框 */
.page-login .right-box .audit-query-form .layui-input {
	height: 44px;
	border-radius: 10px;
	border: 1.5px solid #e2e8f0;
	background: #f8fbfb;
	padding-left: 42px !important;
	font-size: 14px;
	transition: all 0.25s ease;
}

.page-login .right-box .audit-query-form .layui-input:focus {
	border-color: #0AA0A0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(10, 160, 160, 0.10);
	outline: none;
}

.page-login .right-box .audit-query-form .layui-input-prefix {
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-login .right-box .audit-query-form .layui-input-prefix .layui-icon {
	font-size: 18px;
	color: #a0aec0;
	transition: color 0.25s ease;
}

.page-login .right-box .audit-query-form .layui-input-wrap:focus-within .layui-input-prefix .layui-icon {
	color: #0AA0A0;
}

/* 查询按钮 */
.page-login .right-box .audit-query-btn {
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	border: none;
	box-shadow: 0 4px 14px rgba(10, 160, 160, 0.28);
	transition: all 0.25s ease;
	cursor: pointer;
}

.page-login .right-box .audit-query-btn:hover {
	background: linear-gradient(135deg, #088484 0%, #066a6a 100%);
	box-shadow: 0 6px 20px rgba(10, 160, 160, 0.38);
	transform: translateY(-1px);
}

.page-login .right-box .audit-query-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 10px rgba(10, 160, 160, 0.24);
}

.page-login .right-box .audit-query-btn .layui-icon {
	margin-right: 6px;
	font-size: 15px;
}

/* 查询结果区域 */
.page-login .right-box .audit-info {
	width: 420px;
	max-width: 100%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 14px;
	min-height: 20px;
	color: #0AA0A0;
	position: relative;
	z-index: 1;
}

.page-login .right-box .audit-info:not(:empty) {
	padding: 18px 24px;
	background: #f8fcfc;
	border-radius: 10px;
	border: 1px solid #e0f0ee;
	text-align: left;
	box-shadow: 0 2px 8px rgba(10, 160, 160, 0.06);
}

/* ====== 注册信息查询 - 结果卡片样式（与 audit 风格统一） ====== */
.page-login .right-box .register-result-card {
	width: 560px;
	max-width: 100%;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e8f0ee;
	box-shadow: 0 8px 30px rgba(10, 160, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.03);
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 20px;
}

.page-login .right-box .register-result-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 18px 24px;
	background: linear-gradient(135deg, #0AA0A0 0%, #0064C4 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.page-login .right-box .register-result-header .layui-icon {
	font-size: 20px;
}

.page-login .right-box .register-result-table {
	width: 100%;
	border-collapse: collapse;
}

.page-login .right-box .register-result-table tr {
	border-bottom: 1px solid #eef3f2;
}

.page-login .right-box .register-result-table tr:last-child {
	border-bottom: none;
}

.page-login .right-box .register-result-table th,
.page-login .right-box .register-result-table td {
	padding: 12px 18px;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	vertical-align: middle;
}

.page-login .right-box .register-result-table th {
	width: 120px;
	color: #5a6577;
	font-weight: 500;
	background: #f8fbfb;
	text-align: right;
	border-right: 1px solid #eef3f2;
}

.page-login .right-box .register-result-table td {
	color: #2a3142;
	font-weight: 500;
	word-break: break-all;
}

/* 状态标签 */
.page-login .right-box .register-status {
	display: inline-block;
	padding: 3px 12px;
	border-radius: 12px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.page-login .right-box .register-status-success {
	color: #0AA0A0;
	background: rgba(10, 160, 160, 0.10);
	border: 1px solid rgba(10, 160, 160, 0.30);
}

.page-login .right-box .register-status-fail {
	color: #e74c3c;
	background: rgba(231, 76, 60, 0.08);
	border: 1px solid rgba(231, 76, 60, 0.30);
}

.page-login .right-box .register-status-pending {
	color: #f39c12;
	background: rgba(243, 156, 18, 0.08);
	border: 1px solid rgba(243, 156, 18, 0.30);
}

.page-login .right-box .register-status-tip {
	margin-top: 8px;
	padding: 8px 12px;
	background: #f8fcfc;
	border-left: 3px solid #0AA0A0;
	border-radius: 4px;
	font-size: 12.5px;
	color: #5a6577;
	line-height: 1.6;
}

.page-login .right-box .register-status-tip-fail {
	border-left-color: #e74c3c;
	color: #c0392b;
	background: rgba(231, 76, 60, 0.04);
}

/* 操作区 */
.page-login .right-box .register-result-actions {
	padding: 18px 24px 24px;
	text-align: center;
	background: #fafdfd;
	border-top: 1px solid #eef3f2;
}

.page-login .right-box .register-result-actions .audit-query-btn {
	display: inline-block;
	min-width: 160px;
	padding: 0 28px;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.page-login .right-box .register-result-card {
		width: 100%;
	}
	.page-login .right-box .register-result-table th {
		width: 90px;
		padding: 10px 8px;
		font-size: 13px;
	}
	.page-login .right-box .register-result-table td {
		padding: 10px 12px;
		font-size: 13px;
	}
}

/* ====== 进修生注册表单卡片样式（与 audit 风格统一） ====== */
.page-login .right-box .register-form-card {
	width: 720px;
	max-width: 100%;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e8f0ee;
	box-shadow: 0 8px 30px rgba(10, 160, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.03);
	position: relative;
	z-index: 1;
	overflow: visible;
	margin-bottom: 20px;
}

.page-login .right-box .register-form-body {
	padding: 28px 36px 24px;
}

.page-login .right-box .register-form .layui-form-item {
	margin-bottom: 18px;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.page-login .right-box .register-form .layui-form-label {
	width: 130px;
	flex: 0 0 130px;
	padding: 10px 12px 10px 0;
	text-align: right;
	font-size: 14px;
	color: #5a6577;
	font-weight: 500;
	line-height: 22px;
	float: none;
}

.page-login .right-box .register-form .layui-form-label font {
	margin-right: 2px;
}

.page-login .right-box .register-form .layui-input-block {
	flex: 1;
	min-width: 0;
	margin-left: 0;
}

.page-login .right-box .register-form .layui-input,
.page-login .right-box .register-form .layui-select-title input {
	height: 42px;
	line-height: 42px;
	border-radius: 10px;
	border: 1.5px solid #e2e8f0;
	background: #f8fbfb;
	padding: 0 14px;
	font-size: 14px;
	transition: all 0.25s ease;
}

.page-login .right-box .register-form .layui-input:focus,
.page-login .right-box .register-form .layui-input:hover,
.page-login .right-box .register-form .layui-select-title input:focus,
.page-login .right-box .register-form .layui-select-title input:hover {
	border-color: #0AA0A0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(10, 160, 160, 0.10);
	outline: none;
}

/* layui select 外包装器 */
.page-login .right-box .register-form .layui-form-select dl {
	border-radius: 10px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 8px 24px rgba(10, 160, 160, 0.10);
	max-height: 200px;
	overflow-y: auto;
	z-index: 9999;
}

/* 美化下拉框滚动条 */
.page-login .right-box .register-form .layui-form-select dl::-webkit-scrollbar {
	width: 6px;
}

.page-login .right-box .register-form .layui-form-select dl::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

.page-login .right-box .register-form .layui-form-select dl::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	border-radius: 3px;
}

.page-login .right-box .register-form .layui-form-select dl::-webkit-scrollbar-thumb:hover {
	background: #a8a8a8;
}

.page-login .right-box .register-form .layui-form-select dl dd.layui-this {
	background: linear-gradient(135deg, #0AA0A0 0%, #0064C4 100%);
}

/* radio */
.page-login .right-box .register-form .layui-form-radio {
	margin: 6px 18px 0 0;
	line-height: 30px;
}

.page-login .right-box .register-form .layui-form-radioed {
	color: #0AA0A0;
}

.page-login .right-box .register-form .layui-form-radioed > i {
	color: #0AA0A0 !important;
}

/* 验证码行布局 */
.page-login .right-box .register-form .J_getYzm .layui-inline {
	display: flex;
	flex: 1;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 0;
}

.page-login .right-box .register-form .J_getYzm .yzm-input-wrap {
	flex: 1;
	width: auto !important;
	min-width: 200px;
	margin: 0;
}

.page-login .right-box .register-form .J_getYzm .layui-form-mid {
	margin-left: 10px !important;
	padding: 0 !important;
	flex: 0 0 auto;
}

.page-login .right-box .register-form .yzm-button {
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	border-radius: 10px;
	background: #fff;
	color: #0AA0A0;
	border: 1.5px solid #0AA0A0;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
}

.page-login .right-box .register-form .yzm-button:hover {
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	box-shadow: 0 4px 12px rgba(10, 160, 160, 0.28);
}

/* 服务点通讯录链接 */
.page-login .right-box .register-form .openContactsDlg {
	color: #0AA0A0;
	font-size: 13px;
	transition: color 0.2s ease;
}

.page-login .right-box .register-form .openContactsDlg:hover {
	color: #088484;
	text-decoration: underline;
}

/* 提交按钮区 */
.page-login .right-box .register-form-actions {
	display: flex !important;
	justify-content: center;
	margin-top: 10px;
	padding-top: 24px;
	border-top: 1px solid #eef3f2;
}

.page-login .right-box .register-form-actions .audit-query-btn {
	min-width: 220px;
	padding: 0 36px;
}

/* 错误提示卡片（报名计划未发布、已审核通过等） */
.page-login .right-box .register-empty-card {
	width: 480px;
	max-width: 100%;
	padding: 60px 40px;
	background: #fff;
	border-radius: 14px;
	border: 1px solid #e8f0ee;
	box-shadow: 0 8px 30px rgba(10, 160, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.03);
	text-align: center;
	position: relative;
	z-index: 1;
}

.page-login .right-box .register-empty-card .layui-icon {
	font-size: 56px;
	color: #f39c12;
	display: block;
	margin-bottom: 18px;
}

.page-login .right-box .register-empty-text {
	font-size: 16px;
	color: #2a3142;
	font-weight: 500;
	line-height: 1.6;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.page-login .right-box .register-form-card {
		width: 100%;
	}
	.page-login .right-box .register-form-body {
		padding: 22px 18px;
	}
	.page-login .right-box .register-form .layui-form-item {
		flex-direction: column;
	}
	.page-login .right-box .register-form .layui-form-label {
		width: 100%;
		flex: 0 0 auto;
		text-align: left;
		padding: 0 0 6px 0;
	}
	.page-login .right-box .register-form .layui-input-block {
		width: 100%;
	}
	.page-login .right-box .register-form .J_getYzm .layui-inline {
		flex-direction: column;
		align-items: stretch;
	}
	.page-login .right-box .register-form .J_getYzm .layui-form-mid {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
	.page-login .right-box .register-form .yzm-button {
		width: 100%;
	}
	/* 提交按钮区：被上方 .layui-form-item { flex-direction: column } 规则覆盖后会导致按钮左对齐，
	   此处强制恢复水平 flex + 水平居中 */
	.page-login .right-box .register-form .register-form-actions {
		flex-direction: row !important;
		align-items: center;
		justify-content: center;
	}
	.page-login .right-box .register-form-actions .audit-query-btn {
		min-width: 0;
		width: 100%;
		max-width: 320px;
		padding: 0 24px;
	}
}

/* ====== 图片上传表单项样式（与 audit 风格统一） ====== */
.page-login .right-box .register-form-image .image-upload-item {
	align-items: flex-start;
}

.page-login .right-box .register-form-image .image-upload-item > .layui-form-label {
	padding-top: 14px;
}

.page-login .right-box .register-form-image .image-upload-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.page-login .right-box .register-form-image .image-upload-btn {
	height: 42px;
	line-height: 40px;
	padding: 0 22px;
	border-radius: 10px;
	background: #fff;
	color: #0AA0A0;
	border: 1.5px dashed #0AA0A0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	transition: all 0.25s ease;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.page-login .right-box .register-form-image .image-upload-btn:hover {
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	border-style: solid;
	box-shadow: 0 4px 14px rgba(10, 160, 160, 0.28);
}

.page-login .right-box .register-form-image .image-upload-btn .layui-icon {
	font-size: 16px;
}

.page-login .right-box .register-form-image .image-preview-box {
	width: 300px;
	height: 200px;
	max-width: 100%;
	border-radius: 10px;
	border: 1px dashed #cfd8df;
	background: #f8fbfb;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.25s ease;
	overflow: hidden;
	margin: 0;
}

.page-login .right-box .register-form-image .image-preview-box:hover {
	border-color: #0AA0A0;
	box-shadow: 0 4px 14px rgba(10, 160, 160, 0.14);
}

.page-login .right-box .register-form-image .image-preview-box-tall {
	height: 260px;
}

.page-login .right-box .register-form-image .image-preview-pic {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 6px;
	display: block;
}

/* 日期选择器 layui-laydate 弹层与当前配色协调 */
.layui-laydate .laydate-btns-now,
.layui-laydate .laydate-btns-confirm {
	color: #0AA0A0;
}

/* 移动端适配 */
@media screen and (max-width: 768px) {
	.page-login .right-box .register-form-image .image-preview-box {
		width: 100%;
	}
}

/* ====================================================
 * 英语水平模拟测试 - 弹窗模式（dialog=1）
 * 参照审核查询页 audit-page-wrap 风格 + contacts-layer 皮肤
 * ==================================================== */
.testing-dlg-body {
	margin: 0; padding: 0; background: #fff;
	font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}

.testing-page-wrap {
	position: relative;
	min-height: 100vh;
	padding: 28px 24px 24px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	background-image:
		radial-gradient(180px 180px at 0% 0%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%),
		radial-gradient(140px 140px at 100% 0%, rgba(0,100,196,0.15) 0%, rgba(0,100,196,0.05) 40%, transparent 70%),
		radial-gradient(160px 160px at 0% 100%, rgba(0,100,196,0.13) 0%, rgba(0,100,196,0.04) 40%, transparent 70%),
		radial-gradient(200px 200px at 100% 100%, rgba(10,160,160,0.18) 0%, rgba(10,160,160,0.06) 40%, transparent 70%);
	background-repeat: no-repeat;
	overflow: auto;
}

/* 弹窗标题（与登录页/审核页统一：渐变文字 + 两侧渐变细线） */
.testing-page-wrap .testing-page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 18px;
	position: relative;
	z-index: 1;
}
.testing-page-wrap .testing-page-title::before,
.testing-page-wrap .testing-page-title::after {
	content: '';
	flex: 0 0 auto;
	width: 32px; height: 2px;
	background: linear-gradient(90deg, transparent, #0AA0A0);
	border-radius: 2px;
	opacity: 0.7;
}
.testing-page-wrap .testing-page-title::after {
	background: linear-gradient(90deg, #0064C4, transparent);
}
.testing-page-wrap .testing-page-title .layui-icon {
	font-size: 24px;
	color: #0AA0A0;
}
.testing-page-wrap .testing-page-title span {
	font-size: 22px;
	font-weight: 700;
	color: #2a3142;
	letter-spacing: 1px;
	background: linear-gradient(90deg, #0AA0A0 0%, #0064C4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

/* 表单卡片 */
.testing-page-wrap .testing-form-card {
	width: 420px;
	max-width: 100%;
	padding: 22px 28px 20px;
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e8f0ee;
	box-shadow: 0 8px 30px rgba(10, 160, 160, 0.10), 0 2px 8px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.3s ease;
	position: relative;
	z-index: 1;
}
.testing-page-wrap .testing-form-card:hover {
	box-shadow: 0 12px 40px rgba(10, 160, 160, 0.16), 0 4px 12px rgba(0, 0, 0, 0.04);
}

.testing-page-wrap .testing-form-header {
	text-align: center;
	margin-bottom: 16px;
	color: #5a6577;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.testing-page-wrap .testing-form-icon {
	font-size: 16px;
	color: #0AA0A0;
}

/* 表单输入框（与 audit-query-form 一致） */
.testing-page-wrap .testing-form .layui-form-item {
	margin-bottom: 14px;
}
.testing-page-wrap .testing-form .layui-input {
	height: 44px;
	border-radius: 10px;
	border: 1.5px solid #e2e8f0;
	background: #f8fbfb;
	padding-left: 42px !important;
	font-size: 14px;
	transition: all 0.25s ease;
}
.testing-page-wrap .testing-form .layui-input:focus {
	border-color: #0AA0A0;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(10, 160, 160, 0.10);
	outline: none;
}
.testing-page-wrap .testing-form .layui-input-prefix {
	width: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testing-page-wrap .testing-form .layui-input-prefix .layui-icon {
	font-size: 18px;
	color: #a0aec0;
	transition: color 0.25s ease;
}
.testing-page-wrap .testing-form .layui-input-wrap:focus-within .layui-input-prefix .layui-icon {
	color: #0AA0A0;
}

/* 获取验证码按钮 */
.testing-page-wrap .testing-vercode-btn {
	height: 44px;
	line-height: 42px;
	border-radius: 10px;
	border: 1.5px solid #0AA0A0;
	background: #fff;
	color: #0AA0A0;
	font-size: 13px;
	transition: all 0.25s ease;
}
.testing-page-wrap .testing-vercode-btn:hover {
	background: rgba(10, 160, 160, 0.08);
	color: #088484;
}

/* 提交按钮 */
.testing-page-wrap .testing-submit-btn {
	height: 44px;
	line-height: 44px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0AA0A0 0%, #088484 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	border: none;
	box-shadow: 0 4px 14px rgba(10, 160, 160, 0.28);
	transition: all 0.25s ease;
	cursor: pointer;
	display: block;
	width: 100%;
	text-align: center;
}
.testing-page-wrap .testing-submit-btn:hover {
	background: linear-gradient(135deg, #088484 0%, #066a6a 100%);
	box-shadow: 0 6px 20px rgba(10, 160, 160, 0.38);
	transform: translateY(-1px);
	color: #fff;
}
.testing-page-wrap .testing-submit-btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 10px rgba(10, 160, 160, 0.24);
}
.testing-page-wrap .testing-submit-btn .layui-icon {
	margin-right: 6px; font-size: 15px;
}

/* layer 皮肤（参照 contacts-layer） */
.layui-layer.testing-layer { border-radius: 14px; overflow: hidden; box-shadow: 0 18px 55px rgba(0, 0, 0, 0.26); }
.layui-layer.testing-layer .layui-layer-content { background: #fff; padding: 0 !important; overflow: hidden !important; }
.layui-layer.testing-layer iframe { border-radius: 14px; }
.layui-layer.testing-layer .layui-layer-setwin { top: 14px; right: 16px; }
.layui-layer.testing-layer .layui-layer-setwin .layui-layer-close2 {
	width: 24px; height: 24px; background: rgba(0, 0, 0, 0.35); border-radius: 50%;
	position: relative; top: 0; right: 0;
}

/* 弹窗内移动端适配 */
@media (max-width: 768px) {
	.testing-page-wrap { padding: 28px 18px 24px; }
	.testing-page-wrap .testing-page-title span { font-size: 18px; letter-spacing: 0.5px; }
	.testing-page-wrap .testing-form-card { padding: 22px 20px 18px; }
}

/* ============================================================ */
/*   纯登录页：Bento Grid（便当盒/卡片式布局）——              */
/*   参考苹果 / Linear 风格：玻璃拟态 + 动态渐变 + 科技感     */
/*   无头无尾，全屏沉浸式                                              */
/* ============================================================ */
.bento-page {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	background: linear-gradient(135deg, #050818 0%, #0a1a3c 38%, #0a3b5a 70%, #07223b 100%);
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.bento-page::before {
	content: "";
	position: absolute; inset: 0;
	background:
		radial-gradient(1px 1px at 20% 30%, rgba(255,255,255,0.7), transparent),
		radial-gradient(1px 1px at 60% 70%, rgba(255,255,255,0.5), transparent),
		radial-gradient(1px 1px at 80% 20%, rgba(255,255,255,0.6), transparent),
		radial-gradient(1px 1px at 40% 80%, rgba(255,255,255,0.4), transparent),
		radial-gradient(1px 1px at 90% 50%, rgba(255,255,255,0.5), transparent);
	background-size: 600px 600px, 400px 400px, 500px 500px, 700px 700px, 550px 550px;
	opacity: 0.55;
	pointer-events: none;
	z-index: 0;
}

.bento-bg {
	position: absolute; inset: 0;
	overflow: hidden; pointer-events: none; z-index: 1;
}
.bento-bg .orb {
	position: absolute; border-radius: 50%;
	filter: blur(110px); opacity: 0.65;
	animation: bentoFloat 22s ease-in-out infinite;
}
.bento-bg .orb-1 {
	width: 560px; height: 560px; top: -160px; left: -160px;
	background: radial-gradient(circle, #0aa0a0 0%, transparent 70%);
}
.bento-bg .orb-2 {
	width: 520px; height: 520px; bottom: -180px; right: -160px;
	background: radial-gradient(circle, #4278ff 0%, transparent 70%);
	animation-delay: -8s;
}
.bento-bg .orb-3 {
	width: 380px; height: 380px; top: 38%; right: 22%;
	background: radial-gradient(circle, #37d4be 0%, transparent 70%);
	animation-delay: -14s; opacity: 0.45;
}
.bento-bg .orb-4 {
	width: 320px; height: 320px; bottom: 22%; left: 18%;
	background: radial-gradient(circle, #7c4dff 0%, transparent 70%);
	animation-delay: -4s; opacity: 0.4;
}
.bento-bg .grid-mesh {
	position: absolute; inset: 0;
	background-image:
		linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
	background-size: 48px 48px;
	mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 80%);
}
@keyframes bentoFloat {
	0%, 100% { transform: translate(0, 0) scale(1); }
	33% { transform: translate(40px, -30px) scale(1.06); }
	66% { transform: translate(-30px, 40px) scale(0.96); }
}

/* Bento 网格容器（12列 x 6行）*/
.bento-container {
	position: relative; z-index: 3;
	width: 1120px; max-width: 100%;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-auto-rows: 86px;
	gap: 14px;
}

/* 通用 bento 单元格 */
.bento-cell {
	position: relative;
	background: rgba(255, 255, 255, 0.055);
	backdrop-filter: blur(22px) saturate(140%);
	-webkit-backdrop-filter: blur(22px) saturate(140%);
	border: 1px solid rgba(255, 255, 255, 0.09);
	border-radius: 22px;
	padding: 18px 20px;
	color: #fff;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}
.bento-cell::after {
	content: "";
	position: absolute; inset: 0;
	border-radius: inherit; pointer-events: none;
	background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 50%);
	opacity: 0.6;
}
.bento-cell:hover {
	transform: translateY(-3px);
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 14px 44px rgba(0, 0, 0, 0.35);
}
.bento-cell > * { position: relative; z-index: 1; }

/* === Cell: 品牌标志 === */
.cell-brand {
	grid-column: 1 / 4; grid-row: 1;
	display: flex; align-items: center; gap: 12px;
}
.cell-brand .brand-icon {
	flex: 0 0 auto;
	width: 42px; height: 42px; border-radius: 12px;
	display: inline-flex; align-items: center; justify-content: center;
	background: linear-gradient(135deg, #37d4be 0%, #0aa0a0 100%);
	color: #fff; font-size: 20px;
	box-shadow: 0 8px 22px rgba(55, 212, 190, 0.45);
}
.cell-brand .brand-text { display: flex; flex-direction: column; gap: 2px; }
.cell-brand .brand-name { font-size: 14px; font-weight: 600; letter-spacing: 0.3px; }
.cell-brand .brand-sub { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 0.5px; }

/* === Cell: 时间 === */
.cell-time {
	grid-column: 4 / 7; grid-row: 1;
	display: flex; flex-direction: column; justify-content: center;
}
.cell-time .time-hm {
	font-size: 26px; font-weight: 700; letter-spacing: 1px;
	font-family: "SF Pro Display", "Consolas", monospace;
	background: linear-gradient(135deg, #fff 0%, #7ff0d5 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.1;
}
.cell-time .time-date {
	font-size: 11px; color: rgba(255, 255, 255, 0.55);
	margin-top: 4px; letter-spacing: 0.3px;
}
.cell-time .time-dot {
	position: absolute; top: 18px; right: 20px;
	width: 8px; height: 8px; border-radius: 50%;
	background: #37d4be;
	box-shadow: 0 0 12px #37d4be;
	animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
	0%, 100% { opacity: 1; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(1.3); }
}

/* === Cell: 业务线 Ribbon === */
.cell-ribbon {
	grid-column: 1 / 7; grid-row: 2;
	display: flex; align-items: center; gap: 14px;
	background: linear-gradient(135deg, rgba(10, 160, 160, 0.25) 0%, rgba(55, 212, 190, 0.08) 100%);
	border-color: rgba(55, 212, 190, 0.3);
}
.cell-ribbon .ribbon-label {
	font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
	color: rgba(255, 255, 255, 0.65); font-weight: 500;
}
.cell-ribbon .ribbon-value {
	font-size: 20px; font-weight: 700; color: #fff;
	letter-spacing: 0.5px;
}
.cell-ribbon .ribbon-tag {
	margin-left: auto;
	display: inline-flex; align-items: center; gap: 6px;
	padding: 5px 12px; border-radius: 999px;
	background: rgba(55, 212, 190, 0.2);
	font-size: 11px; color: #7ff0d5; font-weight: 500;
}
.cell-ribbon .ribbon-tag::before {
	content: ""; width: 6px; height: 6px; border-radius: 50%;
	background: #37d4be; box-shadow: 0 0 8px #37d4be;
}

/* === Cell: 欢迎语 === */
.cell-welcome {
	grid-column: 1 / 5; grid-row: 3 / 5;
	display: flex; flex-direction: column; justify-content: center;
}
.cell-welcome .welcome-eyebrow {
	font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
	color: rgba(255, 255, 255, 0.45); font-weight: 500;
}
.cell-welcome .welcome-title {
	margin: 10px 0 0; font-size: 22px; font-weight: 700;
	line-height: 1.4; color: #fff; letter-spacing: 0.3px;
}
.cell-welcome .welcome-desc {
	margin: 10px 0 0; font-size: 12px; line-height: 1.6;
	color: rgba(255, 255, 255, 0.65);
}

/* === Cell: 数据统计 === */
.cell-stat {
	grid-column: 5 / 7; grid-row: 3 / 5;
	display: flex; flex-direction: column; justify-content: center;
	background: linear-gradient(135deg, rgba(66, 120, 255, 0.18) 0%, rgba(66, 120, 255, 0.04) 100%);
	border-color: rgba(66, 120, 255, 0.25);
}
.cell-stat .stat-icon {
	width: 32px; height: 32px; border-radius: 10px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(66, 120, 255, 0.25); color: #a8c1ff;
	font-size: 16px;
}
.cell-stat .stat-num {
	font-size: 26px; font-weight: 700; letter-spacing: 0.5px;
	color: #fff; margin-top: 10px; line-height: 1.1;
	font-family: "SF Pro Display", sans-serif;
}
.cell-stat .stat-label {
	font-size: 11px; color: rgba(255, 255, 255, 0.55);
	margin-top: 4px; letter-spacing: 0.3px;
}

/* === Cell: 特性卡片 === */
.cell-feature {
	grid-row: 5;
	display: flex; flex-direction: column; justify-content: center;
}
.cell-feature.f1 { grid-column: 1 / 3; }
.cell-feature.f2 { grid-column: 3 / 5; }
.cell-feature.f3 { grid-column: 5 / 7; }
.cell-feature .feat-icon {
	width: 30px; height: 30px; border-radius: 9px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(55, 212, 190, 0.2); color: #7ff0d5;
	font-size: 15px;
}
.cell-feature .feat-title { font-size: 13px; font-weight: 600; margin-top: 8px; }
.cell-feature .feat-desc { font-size: 11px; color: rgba(255, 255, 255, 0.55); margin-top: 2px; }

/* === Cell: 提示 === */
.cell-tip {
	grid-column: 1 / 5; grid-row: 6;
	display: flex; align-items: center; gap: 12px;
	background: linear-gradient(135deg, rgba(124, 77, 255, 0.15) 0%, rgba(124, 77, 255, 0.03) 100%);
	border-color: rgba(124, 77, 255, 0.25);
}
.cell-tip .tip-icon {
	flex: 0 0 auto;
	width: 32px; height: 32px; border-radius: 10px;
	display: inline-flex; align-items: center; justify-content: center;
	background: rgba(124, 77, 255, 0.25); color: #c4b0ff;
	font-size: 15px;
}
.cell-tip .tip-text {
	font-size: 12px; line-height: 1.5; color: rgba(255, 255, 255, 0.78);
}
.cell-tip code {
	display: inline-block; padding: 1px 6px; margin: 0 3px;
	border-radius: 4px; background: rgba(124, 77, 255, 0.3);
	color: #e0d5ff; font-family: "Consolas", "Monaco", monospace;
	font-size: 11px; letter-spacing: 0.3px;
}

/* === Cell: 版权 / 返回首页 === */
.cell-copyright {
	grid-column: 5 / 7; grid-row: 6;
	display: flex; align-items: center; justify-content: space-between;
	font-size: 11px; color: rgba(255, 255, 255, 0.5);
}
.cell-copyright a {
	color: rgba(255, 255, 255, 0.85); text-decoration: none; font-weight: 500;
	display: inline-flex; align-items: center; gap: 4px;
	transition: color 0.2s ease;
}
.cell-copyright a:hover { color: #7ff0d5; }
.cell-copyright a .layui-icon { font-size: 14px; }

/* === Cell: 主登录大卡（右侧，跨所有行）=== */
.cell-login {
	grid-column: 7 / 13; grid-row: 1 / 7;
	padding: 44px 44px 36px;
	display: flex; flex-direction: column; justify-content: center;
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.cell-login::before {
	content: "";
	position: absolute; inset: 0;
	border-radius: inherit; pointer-events: none; z-index: 0;
	background:
		radial-gradient(circle at 15% 0%, rgba(55, 212, 190, 0.22) 0%, transparent 55%),
		radial-gradient(circle at 85% 100%, rgba(66, 120, 255, 0.18) 0%, transparent 55%);
}
.cell-login > * { position: relative; z-index: 1; }

.cell-login .login-badge {
	display: inline-flex; align-items: center; gap: 6px;
	padding: 5px 12px; border-radius: 999px; width: fit-content;
	background: rgba(55, 212, 190, 0.18); color: #7ff0d5;
	font-size: 10px; letter-spacing: 3px; font-weight: 600;
	border: 1px solid rgba(55, 212, 190, 0.3);
}
.cell-login .login-title {
	margin: 18px 0 6px; font-size: 32px; font-weight: 700;
	letter-spacing: 0.3px; line-height: 1.2;
	background: linear-gradient(135deg, #fff 0%, #a0e4dd 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cell-login .login-desc {
	margin: 0 0 28px; font-size: 13px;
	color: rgba(255, 255, 255, 0.6); letter-spacing: 0.2px;
}

.cell-login .v2-field { margin-bottom: 16px; }
.cell-login .v2-field > label {
	display: block; margin-bottom: 8px;
	font-size: 12px; font-weight: 500;
	color: rgba(255, 255, 255, 0.75); letter-spacing: 0.3px;
}
.cell-login .v2-field > label .muted { color: rgba(255, 255, 255, 0.4); font-weight: 400; }
.cell-login .v2-input .layui-input {
	height: 48px !important; line-height: 48px !important;
	padding-left: 44px !important; padding-right: 44px !important;
	background: rgba(255, 255, 255, 0.05) !important;
	border: 1px solid rgba(255, 255, 255, 0.12) !important;
	border-radius: 12px !important;
	color: #fff !important; font-size: 14px !important;
	transition: all 0.25s ease !important;
}
.cell-login .v2-input .layui-input::placeholder { color: rgba(255, 255, 255, 0.3); }
.cell-login .v2-input .layui-input:hover {
	border-color: rgba(55, 212, 190, 0.4) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}
.cell-login .v2-input .layui-input:focus {
	border-color: #37d4be !important;
	background: rgba(255, 255, 255, 0.1) !important;
	box-shadow: 0 0 0 4px rgba(55, 212, 190, 0.15) !important;
}
.cell-login .v2-input .layui-input-prefix {
	top: 50% !important; transform: translateY(-50%);
	left: 14px !important; color: rgba(255, 255, 255, 0.45) !important;
}
.cell-login .v2-input .layui-input-affix {
	top: 50% !important; transform: translateY(-50%);
	right: 14px !important; color: rgba(255, 255, 255, 0.5) !important;
}

.cell-login .v2-row {
	display: flex; align-items: center; justify-content: space-between;
	margin: 4px 0 22px; font-size: 12px;
}
.cell-login .v2-remember { margin: 0; color: rgba(255, 255, 255, 0.7); }
.cell-login .v2-remember .layui-form-checkbox[lay-skin=primary] span { color: rgba(255, 255, 255, 0.7); }
.cell-login .v2-forget {
	color: #7ff0d5; text-decoration: none; font-weight: 500;
	transition: color 0.2s ease;
}
.cell-login .v2-forget:hover { color: #fff; }

.cell-login .v2-submit {
	width: 100%; height: 52px !important; line-height: 52px !important;
	border: none !important; border-radius: 14px !important;
	font-size: 15px !important; font-weight: 700 !important;
	letter-spacing: 8px; color: #051a2e !important;
	background: linear-gradient(135deg, #7ff0d5 0%, #37d4be 50%, #0aa0a0 100%) !important;
	box-shadow: 0 14px 32px rgba(55, 212, 190, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
	cursor: pointer; transition: all 0.3s ease;
	position: relative; overflow: hidden;
}
.cell-login .v2-submit::before {
	content: ""; position: absolute; top: 0; left: -100%;
	width: 100%; height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
	transition: left 0.6s ease;
}
.cell-login .v2-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 44px rgba(55, 212, 190, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.cell-login .v2-submit:hover::before { left: 100%; }
.cell-login .v2-submit:active { transform: translateY(0); }

.cell-login .login-foot {
	margin-top: 22px; text-align: center;
	font-size: 12px; color: rgba(255, 255, 255, 0.45);
}
.cell-login .login-foot a {
	color: rgba(255, 255, 255, 0.78); margin: 0 10px;
	text-decoration: none; transition: color 0.2s ease;
}
.cell-login .login-foot a:hover { color: #7ff0d5; }
.cell-login .login-foot .sep { opacity: 0.3; }

/* === 验证码行样式 === */
.captcha-field {
	margin-bottom: 6px;
}
.captcha-row {
	display: flex;
	align-items: center;
	gap: 10px;
}
.captcha-row .captcha-input-wrap {
	flex: 1;
}
.captcha-row .captcha-input-wrap .layui-input {
	height: 42px;
}
.captcha-row .captcha-img-wrap {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 6px;
}
.captcha-row .captcha-img-wrap img {
	width: 120px;
	height: 42px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	cursor: pointer;
	transition: opacity 0.2s;
	object-fit: cover;
	background: rgba(255, 255, 255, 0.06);
}
.captcha-row .captcha-img-wrap img:hover {
	opacity: 0.8;
}
.captcha-refresh-text {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.65);
	cursor: pointer;
	white-space: nowrap;
	transition: color 0.2s;
}
.captcha-refresh-text:hover {
	color: rgba(255, 255, 255, 0.95);
	text-decoration: underline;
}

/* === 业务线分叉：高级课程进修 === */
.bento-gjkcjx {
	background: linear-gradient(135deg, #050818 0%, #0f1f4f 38%, #1a3d86 70%, #0a3b5a 100%);
}
.bento-gjkcjx .cell-brand .brand-icon {
	background: linear-gradient(135deg, #6a8dff 0%, #4278ff 100%);
	box-shadow: 0 8px 22px rgba(66, 120, 255, 0.45);
}
.bento-gjkcjx .cell-ribbon {
	background: linear-gradient(135deg, rgba(66, 120, 255, 0.28) 0%, rgba(66, 120, 255, 0.06) 100%);
	border-color: rgba(66, 120, 255, 0.35);
}
.bento-gjkcjx .cell-ribbon .ribbon-tag {
	background: rgba(66, 120, 255, 0.2); color: #a8c1ff;
}
.bento-gjkcjx .cell-ribbon .ribbon-tag::before { background: #4278ff; box-shadow: 0 0 8px #4278ff; }
.bento-gjkcjx .cell-time .time-dot { background: #4278ff; box-shadow: 0 0 12px #4278ff; }
.bento-gjkcjx .cell-time .time-hm {
	background: linear-gradient(135deg, #fff 0%, #a8c1ff 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bento-gjkcjx .cell-feature .feat-icon { background: rgba(66, 120, 255, 0.22); color: #a8c1ff; }
.bento-gjkcjx .cell-login .login-badge {
	background: rgba(66, 120, 255, 0.2); color: #a8c1ff;
	border-color: rgba(66, 120, 255, 0.35);
}
.bento-gjkcjx .cell-login .login-title {
	background: linear-gradient(135deg, #fff 0%, #a8c1ff 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bento-gjkcjx .cell-login .v2-input .layui-input:hover { border-color: rgba(66, 120, 255, 0.45) !important; }
.bento-gjkcjx .cell-login .v2-input .layui-input:focus {
	border-color: #4278ff !important;
	box-shadow: 0 0 0 4px rgba(66, 120, 255, 0.18) !important;
}
.bento-gjkcjx .cell-login .v2-forget { color: #a8c1ff; }
.bento-gjkcjx .cell-login .v2-forget:hover { color: #fff; }
.bento-gjkcjx .cell-login .v2-submit {
	background: linear-gradient(135deg, #a8c1ff 0%, #6a8dff 50%, #2a4fc5 100%) !important;
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(66, 120, 255, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}
.bento-gjkcjx .cell-login .v2-submit:hover {
	box-shadow: 0 20px 44px rgba(66, 120, 255, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}
.bento-gjkcjx .cell-login .login-foot a:hover { color: #a8c1ff; }
.bento-gjkcjx .cell-login .captcha-img-wrap img {
	border-color: rgba(66, 120, 255, 0.22);
	background: rgba(66, 120, 255, 0.06);
}
.bento-gjkcjx .cell-login .captcha-refresh-text { color: rgba(168, 193, 255, 0.75); }
.bento-gjkcjx .cell-login .captcha-refresh-text:hover { color: #a8c1ff; }
.bento-gjkcjx .cell-copyright a:hover { color: #a8c1ff; }

/* === 业务线分叉：教师门户（浅色系 · 暖橙金） === */
.bento-teacher {
	background: linear-gradient(135deg, #fdf6ea 0%, #fef2e0 30%, #fdeed4 55%, #f5e9d6 80%, #ede0c9 100%);
	color: #3b3320;
}
/* 弱化默认深色星点，改为暖色微光 */
.bento-teacher.bento-page::before {
	background:
		radial-gradient(1px 1px at 20% 30%, rgba(232, 163, 58, 0.35), transparent),
		radial-gradient(1px 1px at 60% 70%, rgba(232, 163, 58, 0.25), transparent),
		radial-gradient(1px 1px at 80% 20%, rgba(216, 134, 40, 0.3), transparent),
		radial-gradient(1px 1px at 40% 80%, rgba(232, 163, 58, 0.2), transparent),
		radial-gradient(1px 1px at 90% 50%, rgba(216, 134, 40, 0.25), transparent);
	opacity: 0.7;
}
/* 光球换浅暖色 */
.bento-teacher .bento-bg .orb { filter: blur(120px); opacity: 0.55; }
.bento-teacher .bento-bg .orb-1 { background: radial-gradient(circle, #ffd89b 0%, transparent 70%); }
.bento-teacher .bento-bg .orb-2 { background: radial-gradient(circle, #ffb26b 0%, transparent 70%); }
.bento-teacher .bento-bg .orb-3 { background: radial-gradient(circle, #ffe4b0 0%, transparent 70%); opacity: 0.45; }
.bento-teacher .bento-bg .orb-4 { background: radial-gradient(circle, #f5d0a0 0%, transparent 70%); opacity: 0.4; }
/* 网格线使用深色细线 */
.bento-teacher .bento-bg .grid-mesh {
	background-image:
		linear-gradient(rgba(120, 90, 40, 0.06) 1px, transparent 1px),
		linear-gradient(90deg, rgba(120, 90, 40, 0.06) 1px, transparent 1px);
}
/* cell 改为白底玻璃、深色文字、暖色描边 */
.bento-teacher .bento-cell {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(216, 160, 70, 0.22);
	color: #3b3320;
	box-shadow: 0 4px 16px rgba(200, 140, 60, 0.08);
}
.bento-teacher .bento-cell::after {
	background: linear-gradient(135deg, rgba(255, 216, 155, 0.22) 0%, transparent 50%);
}
.bento-teacher .bento-cell:hover {
	border-color: rgba(216, 140, 50, 0.4);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 28px rgba(200, 140, 60, 0.16);
}
/* 品牌 */
.bento-teacher .cell-brand .brand-icon {
	background: linear-gradient(135deg, #f5b859 0%, #e08a28 100%);
	box-shadow: 0 8px 22px rgba(224, 138, 40, 0.38);
	color: #fff;
}
.bento-teacher .cell-brand .brand-name { color: #3b3320; }
.bento-teacher .cell-brand .brand-sub { color: rgba(90, 72, 40, 0.62); }
/* Ribbon */
.bento-teacher .cell-ribbon {
	background: linear-gradient(135deg, rgba(245, 184, 89, 0.3) 0%, rgba(245, 184, 89, 0.06) 100%);
	border-color: rgba(224, 138, 40, 0.32);
}
.bento-teacher .cell-ribbon .ribbon-label { color: rgba(90, 72, 40, 0.68); }
.bento-teacher .cell-ribbon .ribbon-value { color: #3b3320; }
.bento-teacher .cell-ribbon .ribbon-tag {
	background: rgba(245, 184, 89, 0.28);
	color: #b46a0f;
}
.bento-teacher .cell-ribbon .ribbon-tag::before { background: #e08a28; box-shadow: 0 0 8px #e08a28; }
/* 时钟 */
.bento-teacher .cell-time .time-dot { background: #e08a28; box-shadow: 0 0 12px #e08a28; }
.bento-teacher .cell-time .time-hm {
	background: linear-gradient(135deg, #3b3320 0%, #b46a0f 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bento-teacher .cell-time .time-date { color: rgba(90, 72, 40, 0.72); }
/* 欢迎语 */
.bento-teacher .cell-welcome .welcome-eyebrow { color: rgba(90, 72, 40, 0.58); }
.bento-teacher .cell-welcome .welcome-title { color: #3b3320; }
.bento-teacher .cell-welcome .welcome-desc { color: rgba(70, 56, 30, 0.78); }
/* 数据统计 */
.bento-teacher .cell-stat {
	background: linear-gradient(135deg, rgba(245, 184, 89, 0.22) 0%, rgba(245, 184, 89, 0.04) 100%);
	border-color: rgba(224, 138, 40, 0.28);
}
.bento-teacher .cell-stat .stat-icon {
	background: rgba(245, 184, 89, 0.3);
	color: #b46a0f;
}
.bento-teacher .cell-stat .stat-num {
	color: #3b3320;
	background: linear-gradient(135deg, #3b3320 0%, #b46a0f 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bento-teacher .cell-stat .stat-label { color: rgba(90, 72, 40, 0.78); }
/* 功能卡 */
.bento-teacher .cell-feature .feat-icon {
	background: rgba(245, 184, 89, 0.3);
	color: #b46a0f;
}
.bento-teacher .cell-feature .feat-title { color: #3b3320; }
.bento-teacher .cell-feature .feat-desc { color: rgba(90, 72, 40, 0.72); }
/* 提示 */
.bento-teacher .cell-tip {
	background: linear-gradient(135deg, rgba(245, 184, 89, 0.2) 0%, rgba(245, 184, 89, 0.04) 100%);
	border-color: rgba(224, 138, 40, 0.28);
}
.bento-teacher .cell-tip .tip-icon {
	background: rgba(245, 184, 89, 0.3);
	color: #b46a0f;
}
.bento-teacher .cell-tip .tip-text { color: rgba(70, 56, 30, 0.88); }
.bento-teacher .cell-tip code {
	background: rgba(245, 184, 89, 0.35);
	color: #8a4e08;
}
/* 版权 */
.bento-teacher .cell-copyright { color: rgba(90, 72, 40, 0.72); }
.bento-teacher .cell-copyright a { color: rgba(90, 72, 40, 0.88); }
.bento-teacher .cell-copyright a:hover { color: #b46a0f; }
/* 登录主卡 */
.bento-teacher .cell-login {
	background: rgba(255, 255, 255, 0.86);
	border-color: rgba(224, 138, 40, 0.25);
	box-shadow: 0 20px 48px rgba(200, 140, 60, 0.18);
}
.bento-teacher .cell-login::before {
	background:
		radial-gradient(circle at 15% 0%, rgba(245, 184, 89, 0.25) 0%, transparent 55%),
		radial-gradient(circle at 85% 100%, rgba(224, 138, 40, 0.18) 0%, transparent 55%);
}
.bento-teacher .cell-login .login-badge {
	background: rgba(245, 184, 89, 0.25);
	color: #b46a0f;
	border-color: rgba(224, 138, 40, 0.3);
}
.bento-teacher .cell-login .login-title {
	background: linear-gradient(135deg, #3b3320 0%, #b46a0f 100%);
	-webkit-background-clip: text; background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bento-teacher .cell-login .login-desc { color: rgba(70, 56, 30, 0.72); }
.bento-teacher .cell-login .v2-field > label { color: rgba(70, 56, 30, 0.88); }
.bento-teacher .cell-login .v2-field > label .muted { color: rgba(90, 72, 40, 0.55); }
.bento-teacher .cell-login .v2-input .layui-input {
	background: rgba(255, 250, 240, 0.9) !important;
	border: 1px solid rgba(224, 138, 40, 0.22) !important;
	color: #3b3320 !important;
}
.bento-teacher .cell-login .v2-input .layui-input::placeholder { color: rgba(90, 72, 40, 0.5); }
.bento-teacher .cell-login .v2-input .layui-input:hover { border-color: rgba(224, 138, 40, 0.5) !important; background: #fff !important; }
.bento-teacher .cell-login .v2-input .layui-input:focus {
	border-color: #e08a28 !important;
	box-shadow: 0 0 0 4px rgba(245, 184, 89, 0.22) !important;
	background: #fff !important;
}
.bento-teacher .cell-login .v2-input .layui-input-prefix { color: rgba(90, 72, 40, 0.6) !important; }
.bento-teacher .cell-login .v2-input .layui-input-affix { color: rgba(90, 72, 40, 0.6) !important; }
.bento-teacher .cell-login .v2-remember { color: rgba(70, 56, 30, 0.8); }
.bento-teacher .cell-login .v2-remember .layui-form-checkbox[lay-skin=primary] span { color: rgba(70, 56, 30, 0.8); }
.bento-teacher .cell-login .v2-forget { color: #b46a0f; }
.bento-teacher .cell-login .v2-forget:hover { color: #8a4e08; }
.bento-teacher .cell-login .v2-submit {
	background: linear-gradient(135deg, #f5b859 0%, #e08a28 50%, #b46a0f 100%) !important;
	color: #fff !important;
	box-shadow: 0 14px 32px rgba(224, 138, 40, 0.38), 0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}
.bento-teacher .cell-login .v2-submit:hover {
	box-shadow: 0 20px 44px rgba(224, 138, 40, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.45) inset;
}
.bento-teacher .cell-login .login-foot { color: rgba(90, 72, 40, 0.55); }
.bento-teacher .cell-login .login-foot a { color: rgba(70, 56, 30, 0.8); }
.bento-teacher .cell-login .login-foot a:hover { color: #b46a0f; }
.bento-teacher .cell-login .login-foot .sep { color: rgba(90, 72, 40, 0.4); opacity: 1; }
.bento-teacher .cell-login .captcha-img-wrap img {
	border-color: rgba(224, 138, 40, 0.22);
	background: rgba(245, 184, 89, 0.06);
}
.bento-teacher .cell-login .captcha-refresh-text { color: rgba(90, 72, 40, 0.65); }
.bento-teacher .cell-login .captcha-refresh-text:hover { color: #b46a0f; }

/* === 响应式 === */
@media (max-width: 960px) {
	.bento-container {
		width: 520px;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: auto;
	}
	.cell-brand, .cell-time, .cell-ribbon, .cell-welcome, .cell-stat,
	.cell-feature, .cell-tip, .cell-copyright, .cell-login {
		grid-column: auto; grid-row: auto;
		min-height: 84px;
	}
	.cell-brand { grid-column: 1 / 3; }
	.cell-time { grid-column: 1 / 3; }
	.cell-ribbon { grid-column: 1 / 3; }
	.cell-welcome { grid-column: 1 / 3; }
	.cell-tip { grid-column: 1 / 3; }
	.cell-copyright { grid-column: 1 / 3; }
	.cell-login { grid-column: 1 / 3; padding: 36px 28px; }
	.cell-login .login-title { font-size: 26px; }
	.captcha-row .captcha-img-wrap img { width: 100px; height: 38px; }
}
/* 移动端：只保留主登录大卡，隐藏其他装饰单元格 */
@media (max-width: 768px) {
	.bento-page {
		padding: 0 !important;
		display: flex;
		align-items: stretch;
		justify-content: center;
		min-height: 100vh;
		overflow-y: auto;
	}
	.bento-bg .orb,
	.bento-bg .grid-mesh { display: none !important; }
	.bento-container {
		width: 100% !important;
		max-width: 100% !important;
		display: block !important;
		gap: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
	}
	.cell-brand,
	.cell-time,
	.cell-ribbon,
	.cell-welcome,
	.cell-stat,
	.cell-feature,
	.cell-tip,
	.cell-copyright {
		display: none !important;
	}
	.cell-login {
		grid-column: auto !important;
		grid-row: auto !important;
		width: 100% !important;
		min-height: 100vh !important;
		border-radius: 0 !important;
		border: none !important;
		padding: 32px 22px !important;
		box-sizing: border-box;
		justify-content: center;
	}
	.cell-login .login-title {
		font-size: 26px;
		margin: 14px 0 6px;
	}
	.cell-login .login-desc {
		font-size: 13px;
		margin: 0 0 20px;
	}
	.cell-login .v2-field { margin-bottom: 14px; }
	.cell-login .v2-input .layui-input {
		height: 44px !important;
		line-height: 44px !important;
	}
	.cell-login .v2-submit {
		height: 48px !important;
		line-height: 48px !important;
		letter-spacing: 6px;
	}
}
@media (max-width: 520px) {
	.bento-container { width: 100%; gap: 12px; }
	.bento-page { padding: 0 !important; }
	.bento-cell { border-radius: 18px; padding: 16px; }
	.cell-login { padding: 28px 18px !important; }
	.cell-login .login-title { font-size: 22px; }
}

/* ========================================================
 * 首页响应式适配（仅手机/平板生效，不影响 PC 端 1400 布局）
 * 断点：
 *   ≤1440px  容器宽度自适应（消除横向滚动）
 *   ≤1024px  平板：banner 降高、major-grid 4 列
 *   ≤768px   手机：顶栏堆叠、入口/通知改单列、major-grid 3 列、banner 进一步降高
 *   ≤480px   小屏：major-grid 2 列、按钮文字精简
 * ======================================================== */
@media (max-width: 1440px) {
	.page-index .fn-grid,
	.ui-top-bar.top-bar-new .fn-grid,
	.ui-footer-bar.footer-new .fn-grid {
		width: auto;
		max-width: 1400px;
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media (max-width: 1024px) {
	.page-index .index-new-banner,
	.page-index .index-new-banner .swiper-container,
	.page-index .index-new-banner .swiper-wrapper,
	.page-index .index-new-banner .swiper-slide,
	.page-index .index-new-banner .swiper-slide a,
	.page-index .index-new-banner .swiper-slide img {
		height: 320px;
	}
	.major-section .major-grid { grid-template-columns: repeat(4, 1fr); gap: 18px 18px; }
	.entry-section .entry-col { padding: 6px 16px; }
	.entry-section .entry-title { font-size: 20px; }
	.entry-section .entry-links .entry-link { font-size: 15px; padding: 4px 10px; }
}

@media (max-width: 768px) {
	/* 顶栏：纵向堆叠，logo 缩小自适应宽度，按钮换行成 2x2 */
	.ui-top-bar.top-bar-new .top-bar-box-new {
		height: auto;
		flex-direction: column;
		align-items: stretch;
		padding: 12px 0;
		gap: 10px;
	}
	.ui-top-bar.top-bar-new .top-left {
		width: 100%;
		justify-content: center;
		gap: 0;
	}
	.ui-top-bar.top-bar-new .logo {
		height: auto;
		max-width: 100%;
		width: 100%;
		justify-content: center;
	}
	.ui-top-bar.top-bar-new .logo img {
		height: auto;
		max-height: 56px;
		max-width: 100%;
		width: auto;
		object-fit: contain;
	}
	.ui-top-bar.top-bar-new .btns {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
		width: 100%;
	}
	.ui-top-bar.top-bar-new .btns .btn,
	.ui-top-bar.top-bar-new .btns .btn.btn-home {
		width: 100%;
		padding: 0 8px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		justify-content: center;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ui-top-bar.top-bar-new .btns .btn span {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 100%;
	}

	/* banner */
	.page-index .index-new-banner,
	.page-index .index-new-banner .swiper-container,
	.page-index .index-new-banner .swiper-wrapper,
	.page-index .index-new-banner .swiper-slide,
	.page-index .index-new-banner .swiper-slide a,
	.page-index .index-new-banner .swiper-slide img {
		height: 200px;
	}

	/* 三栏快捷入口：单列纵向 */
	.entry-section { padding: 16px 0; }
	.entry-section .entry-row {
		flex-direction: column;
		padding: 16px 8px;
	}
	.entry-section .entry-col {
		flex: none;
		width: 100%;
		border-right: none;
		border-bottom: 1px dashed #dbe1e8;
		padding: 12px 12px;
		min-height: auto;
	}
	.entry-section .entry-col:last-child { border-bottom: none; }
	.entry-section .entry-title { font-size: 18px; margin-bottom: 10px; }
	.entry-section .entry-links { margin-bottom: 2px; }
	.entry-section .entry-links .entry-link { font-size: 14px; padding: 4px 10px; }
	.entry-section .entry-desc { font-size: 14px; line-height: 1.7; }

	/* 通知公告 + 管理要求：单列 */
	.notice-section { padding: 16px 0; }
	.notice-section .notice-row {
		flex-direction: column;
		gap: 16px;
	}
	.notice-section .notice-col {
		padding: 14px 14px;
		min-height: auto;
	}
	.notice-section .notice-hd {
		flex-wrap: wrap;
		gap: 8px 12px;
	}
	.notice-section .hd-left {
		flex-wrap: wrap;
		gap: 8px 16px;
		min-width: 0;
	}
	.notice-section .hd-title { font-size: 18px; }
	.notice-section .hd-tabs { font-size: 13px; gap: 12px; flex-wrap: wrap; }
	.notice-section .more-link { font-size: 13px; }
	.notice-section .notice-list .item { padding: 10px 0; }
	.notice-section .notice-list .link { font-size: 14px; }
	.notice-section .notice-list .text {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	/* 专业介绍 */
	.major-section { padding: 18px 0 24px; }
	.major-section .section-title { font-size: 22px; }
	.major-section .section-title-line { width: 80%; max-width: 360px; margin: 12px auto 20px; }
	.major-section .major-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 12px;
	}
	.major-section .major-card { height: 110px; gap: 8px; }
	.major-section .major-card .icon { width: 40px; height: 40px; }
	.major-section .major-card .icon img { width: 22px; height: 22px; }
	.major-section .major-card .text { font-size: 13px; letter-spacing: 0; }
}

@media (max-width: 480px) {
	/* 4 个按钮文字过长，小屏改 1 列纵向 + 完整显示 */
	.ui-top-bar.top-bar-new .btns {
		grid-template-columns: 1fr 1fr;
	}
	.ui-top-bar.top-bar-new .btns .btn,
	.ui-top-bar.top-bar-new .btns .btn.btn-home {
		font-size: 11px;
		padding: 0 6px;
		gap: 3px;
	}
	.ui-top-bar.top-bar-new .btns .btn i.layui-icon,
	.ui-top-bar.top-bar-new .btns .btn.btn-home i.layui-icon { font-size: 12px; }

	/* banner */
	.page-index .index-new-banner,
	.page-index .index-new-banner .swiper-container,
	.page-index .index-new-banner .swiper-wrapper,
	.page-index .index-new-banner .swiper-slide,
	.page-index .index-new-banner .swiper-slide a,
	.page-index .index-new-banner .swiper-slide img {
		height: 160px;
	}

	/* 专业改 2 列 */
	.major-section .major-grid { grid-template-columns: repeat(2, 1fr); }
	.major-section .major-card { height: 100px; }

	/* 通知 tab 切换横向滚动避免压缩 */
	.notice-section .hd-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}
	.notice-section .hd-tabs .tab-item { white-space: nowrap; }
}