.border-accent .bg-accent{display: none;}
/* .nav-link {font-size: 0.95rem;padding: 0.7rem 0.4rem !important;} */
.nav-link {font-size: 0.95rem;padding: 0.7rem 0 !important;}
.agency-nav-list .nav-link { margin-right: 25px; }
.agency-nav-list .nav-link:last-child { margin-right: 0; }
.header-bg {background-color: white;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);}
.nav-black-text a {color: #333;}
.nav-scrolled{background-color: white !important;}

.wxxEmpty{text-align: center;}
.wxxEmpty svg{margin: auto;}
.emptyTips{font-size: 12px;color: #999;}
.addClick{cursor: pointer;}
.border-accent-ac{color: #0a2463 !important;position: relative;border-bottom: 2px solid #0a2463;}
/* .border-accent-ac::after{content: '';display: block;height: 2px;width: 20px;border-radius: 30px;position: absolute;left: 50%;transform: translateX(-50%);background-color: #0a2463;} */
.addFixjus{justify-content: space-between;}
.addTitMINS{padding: 9px 0 0 0;}
.addMTS{margin-top: 35px;}

/* 顶部栏对齐 */
.header-top-bar { padding: 12px 0; }
.header-top-inner { min-height: 32px; }
.header-site-title { line-height: 1.25; margin: 0; }

/* 顶部用户信息 */
.header-user { gap: 16px; }
.header-msg {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	color: #64748b;
	text-decoration: none;
	transition: color 0.2s;
	line-height: 1;
}
.header-msg:hover { color: #0a2463; }
.header-msg .fa { font-size: 15px; }
.header-user-wrap { position: relative; }
.header-user-info {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 2px 8px 2px 2px;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
	background: #f8fafc;
	cursor: pointer;
	transition: all 0.2s ease;
	line-height: 1;
}
.header-user-info:hover,
.header-user-wrap.open .header-user-info {
	background: #eff6ff;
	border-color: #bfdbfe;
}
.header-avatar {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1e40af 0%, #0a2463 100%);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	flex-shrink: 0;
	overflow: hidden;
}
.header-avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-username {
	font-size: 13px;
	font-weight: 500;
	color: #475569;
	max-width: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
}
.header-user-arrow {
	font-size: 10px;
	color: #94a3b8;
}
.header-user-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 8px);
	min-width: 136px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 4px 16px rgba(10, 36, 99, 0.1);
	padding: 4px 0;
	z-index: 200;
}
.header-user-dropdown.active { display: block; }
.header-user-dropdown::before {
	content: '';
	position: absolute;
	top: -5px;
	right: 16px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-left: 1px solid #e2e8f0;
	border-top: 1px solid #e2e8f0;
	transform: rotate(45deg);
}
.header-dropdown-item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	font-size: 13px;
	color: #475569;
	text-decoration: none;
	transition: background 0.15s;
}
.header-dropdown-item .fa { width: 14px; text-align: center; color: #94a3b8; font-size: 13px; }
.header-dropdown-item:hover { background: #f1f5f9; color: #0a2463; }
.header-dropdown-item:hover .fa { color: #0a2463; }
.header-dropdown-logout:hover { color: #dc2626; }
.header-dropdown-logout:hover .fa { color: #dc2626; }

/* 招标方角色头部 */
.owner-role-header {
	position: relative;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(226, 232, 240, 0.9);
	box-shadow: 0 8px 28px rgba(15, 23, 42, 0.08);
	backdrop-filter: blur(12px);
}
.owner-role-header-inner {
	min-height: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}
.owner-role-logo {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #0a2463;
	text-decoration: none;
}
.owner-role-logo-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, #0a2463, #1d4ed8);
	box-shadow: 0 10px 22px rgba(29, 78, 216, 0.22);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.04em;
}
.owner-role-logo-text strong {
	display: block;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: 0.01em;
	color: #0f172a;
}
.owner-role-logo-text span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	color: #64748b;
}
.owner-role-nav {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
}
.owner-role-nav-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 92px;
	height: 34px;
	padding: 0 18px;
	border-radius: 999px;
	color: #475569;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	transition: all 0.16s ease;
}
.owner-role-nav-item:hover {
	background: #eff6ff;
	color: #1d4ed8;
	text-decoration: none;
}
.owner-role-nav-item.active {
	background: linear-gradient(135deg, #0a2463, #1d4ed8);
	box-shadow: 0 8px 18px rgba(29, 78, 216, 0.18);
	color: #fff;
}
.owner-role-actions {
	display: flex;
	align-items: center;
	gap: 14px;
}
.owner-role-message {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 38px;
	padding: 0 12px;
	border-radius: 999px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.16s ease, background 0.16s ease;
}
.owner-role-message:hover {
	background: #f1f5f9;
	color: #0a2463;
	text-decoration: none;
}
.owner-role-message .fa { font-size: 14px; }
.owner-role-switch {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 40px;
	padding: 0 16px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, #e67e22, #d97706);
	box-shadow: 0 10px 20px rgba(217, 119, 6, 0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;
	transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.owner-role-switch:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 24px rgba(217, 119, 6, 0.26);
}
.owner-role-switch .fa { font-size: 13px; }
.owner-role-user-wrap { position: relative; }
.owner-role-user {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	min-height: 42px;
	padding: 4px 10px 4px 4px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
	cursor: pointer;
	transition: all 0.16s ease;
}
.owner-role-user:hover,
.owner-role-user-wrap.open .owner-role-user {
	border-color: #bfdbfe;
	background: #eff6ff;
}
.owner-role-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0a2463, #1d4ed8);
	color: #fff;
	font-size: 14px;
	flex-shrink: 0;
	overflow: hidden;
}
.owner-role-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.owner-role-unit {
	display: inline-block;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #334155;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}
.owner-role-arrow {
	font-size: 10px;
	color: #94a3b8;
	transition: transform 0.16s ease;
}
.owner-role-user-wrap.open .owner-role-arrow { transform: rotate(180deg); }
.owner-role-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	min-width: 168px;
	padding: 6px 0;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
	z-index: 260;
}
.owner-role-dropdown.active { display: block; }
.owner-role-dropdown::before {
	content: '';
	position: absolute;
	right: 22px;
	top: -6px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-left: 1px solid #e2e8f0;
	border-top: 1px solid #e2e8f0;
	transform: rotate(45deg);
}
.owner-role-dropdown-item {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 10px 16px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.16s ease, color 0.16s ease;
}
.owner-role-dropdown-item .fa {
	width: 14px;
	text-align: center;
	color: #94a3b8;
	font-size: 13px;
}
.owner-role-dropdown-item:hover {
	background: #f1f5f9;
	color: #0a2463;
	text-decoration: none;
}
.owner-role-dropdown-item:hover .fa { color: #0a2463; }
.owner-role-logout:hover { color: #dc2626; }
.owner-role-logout:hover .fa { color: #dc2626; }

@media (max-width: 640px) {
	.owner-role-header-inner {
		min-height: auto;
		align-items: flex-start;
		flex-direction: column;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.owner-role-actions {
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.owner-role-nav {
		width: 100%;
		justify-content: center;
		margin: 0;
	}
	.owner-role-nav-item { flex: 1; min-width: 0; }
	.owner-role-switch { padding: 0 13px; }
	.owner-role-unit { max-width: 140px; }
}


/* 超出长度文本 */
.ov1{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 1 !important;-webkit-box-orient: vertical;}
.ov2{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 2 !important;-webkit-box-orient: vertical;}
.ov3{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 3 !important;-webkit-box-orient: vertical;}
.ov4{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 4 !important;-webkit-box-orient: vertical;}
.ov5{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 5 !important;-webkit-box-orient: vertical;}
.ov6{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 6 !important;-webkit-box-orient: vertical;}
.ov7{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 7 !important;-webkit-box-orient: vertical;}
.ov12{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 12 !important;-webkit-box-orient: vertical;}
.ov18{display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;word-break: break-all;white-space: normal !important;-webkit-line-clamp: 18 !important;-webkit-box-orient: vertical;}

.items-start>.bg-primary{position: relative;z-index: 1;}  

@media (max-width: 1540px) {
   /* .nav-link {font-size: 0.9rem !important;padding: 0.7rem 0.5rem !important;} */
   .nav-link {font-size: 0.9rem !important;padding: 0.7rem 0 !important;}
}

/* 招标大厅 / 列表页公共 */
.hall-page {
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
	min-height: 100vh;
}
.hall-card {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(10, 36, 99, 0.06), 0 4px 16px rgba(10, 36, 99, 0.04);
}
.filter-label {
	font-size: 14px;
	color: #475569;
	font-weight: 500;
	white-space: nowrap;
}
.toolbar-input {
	height: 40px !important;
	line-height: 40px !important;
	font-size: 14px !important;
	border-radius: 8px !important;
}
.btn-search {
	background: #0a2463 !important;
	color: #fff !important;
	border-color: #0a2463 !important;
	border-radius: 8px !important;
}
.btn-search:hover { opacity: 0.9; }
.status-tag {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
}
.status-bidding { background: #dbeafe; color: #1d4ed8; }
.status-review  { background: #fef3c7; color: #b45309; }
.status-done    { background: #d1fae5; color: #047857; }
.status-pending { background: #f1f5f9; color: #64748b; }

/* 委托招标列表 */
.entrust-tabs {
	display: flex;
	padding: 0;
	overflow: hidden;
}
.entrust-tab {
	flex: 1;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 600;
	color: #64748b;
	background: #fff;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.2s ease;
}
.entrust-tab:hover { color: #0a2463; background: #f8fafc; }
.entrust-tab.active {
	color: #0a2463;
	border-bottom-color: #0a2463;
	background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}
.entrust-table-card .layui-table-view { margin: 0; border: none; width: 100% !important; }
.entrust-table-card .layui-table-box { overflow: hidden; width: 100% !important; }
.entrust-table-card .layui-table-header,
.entrust-table-card .layui-table-body { width: 100% !important; }
.entrust-table-card .layui-table-header .layui-table,
.entrust-table-card .layui-table-body .layui-table { width: 100% !important; }
.entrust-table-card .layui-table-body { overflow-x: auto; overflow-y: hidden; }
.entrust-table-card .layui-table-cell {
	height: auto !important;
	line-height: 1.6 !important;
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: clip !important;
}
.entrust-table-card .confirm-tag {
	white-space: normal;
	word-break: keep-all;
}
.table-code { color: #1e40af; font-weight: 600; font-size: 13px; }
.table-name { color: #1e293b; font-weight: 500; }
.table-date { color: #64748b; font-size: 13px; }
.table-date span { color: #cbd5e1; }
.table-budget { color: #0a2463; font-weight: 600; font-family: monospace; }
.table-winner { color: #475569; font-size: 13px; }
.table-dash { color: #cbd5e1; }
.table-action-link {
	color: #2563eb;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}
.table-action-link:hover { color: #1d4ed8; text-decoration: underline; }
.table-action-primary { color: #0a2463; font-weight: 600; }
.table-action-primary:hover { color: #1e40af; }
.table-source { color: #475569; font-size: 13px; }

/* 委托详情弹窗 */
.entrust-detail-dialog { padding: 4px 8px 8px; }
.entrust-detail-block { margin-bottom: 24px; }
.entrust-detail-block:last-child { margin-bottom: 0; }
.entrust-detail-block-title {
	font-size: 15px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 16px;
	padding-left: 10px;
	border-left: 3px solid #0a2463;
}
.entrust-detail-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 14px;
}
.entrust-detail-label {
	width: 90px;
	flex-shrink: 0;
	font-size: 14px;
	color: #475569;
	font-weight: 500;
	line-height: 38px;
	text-align: right;
	padding-right: 12px;
}
.entrust-detail-input {
	flex: 1;
	min-height: 38px;
	line-height: 24px;
	padding: 7px 12px;
	font-size: 14px;
	color: #334155;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	word-break: break-all;
}
.entrust-detail-row-budget .entrust-detail-label { line-height: 38px; }
.entrust-detail-budget-group {
	flex: 1;
	display: flex;
	gap: 12px;
}
.entrust-detail-budget-item { flex: 1; }
.entrust-detail-budget-sublabel {
	display: block;
	font-size: 12px;
	color: #94a3b8;
	margin-bottom: 4px;
}
.entrust-detail-budget-item:first-child .entrust-detail-input { margin-top: 18px; }
.entrust-detail-tip {
	margin-top: 6px;
	padding: 12px 14px;
	background: #f1f5f9;
	border-radius: 6px;
	font-size: 13px;
	color: #64748b;
	line-height: 1.6;
}
.entrust-detail-tip strong { color: #475569; font-weight: 600; }
.entrust-detail-desc {
	min-height: 120px;
	padding: 12px 14px;
	font-size: 14px;
	color: #334155;
	line-height: 1.7;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	white-space: pre-wrap;
	word-break: break-all;
}
.confirm-tag {
	display: inline-block;
	font-size: 12px;
	padding: 3px 8px;
	border-radius: 4px;
	white-space: nowrap;
}
.confirm-wait-submit { background: #fef3c7; color: #b45309; }
.confirm-waiting { background: #fee2e2; color: #dc2626; }
.confirm-ready { background: #dbeafe; color: #1d4ed8; }
.confirm-done { background: #d1fae5; color: #047857; }

/* 报名审核弹窗 */
.reg-audit-dialog { padding: 0 4px 8px; }
.reg-audit-tabs {
	display: flex;
	border-bottom: 1px solid #e2e8f0;
	margin-bottom: 16px;
}
.reg-audit-tab {
	flex: 1;
	padding: 14px 16px;
	font-size: 15px;
	font-weight: 600;
	color: #64748b;
	background: #fff;
	border: none;
	border-bottom: 3px solid transparent;
	cursor: pointer;
	transition: all 0.2s;
}
.reg-audit-tab:hover { color: #0a2463; background: #f8fafc; }
.reg-audit-tab.active {
	color: #0a2463;
	border-bottom-color: #0a2463;
	background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}
.reg-audit-filter {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 14px;
	font-size: 14px;
	color: #475569;
}
.reg-audit-filter-label { font-weight: 500; }
.reg-audit-radio {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}
.reg-audit-radio input { margin: 0; accent-color: #0a2463; }
.reg-audit-table-wrap {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	overflow-x: auto;
	max-height: calc(88vh - 220px);
	overflow-y: auto;
}
.reg-audit-table {
	width: 100%;
	min-width: 920px;
	border-collapse: collapse;
	font-size: 13px;
}
.reg-audit-table thead { background: #f1f5f9; position: sticky; top: 0; z-index: 1; }
.reg-audit-table th {
	padding: 12px 10px;
	font-weight: 600;
	color: #475569;
	text-align: center;
	border-bottom: 1px solid #e2e8f0;
	white-space: nowrap;
}
.reg-audit-table td {
	padding: 12px 10px;
	color: #334155;
	text-align: center;
	border-bottom: 1px solid #f1f5f9;
	vertical-align: middle;
	line-height: 1.5;
}
.reg-audit-table tbody tr:hover { background: #f8fafc; }
.reg-audit-table tbody tr:last-child td { border-bottom: none; }
.reg-audit-empty { padding: 40px !important; color: #94a3b8; text-align: center; }
.reg-audit-action-cell { white-space: nowrap; }
.reg-audit-action-gap { display: inline-block; width: 10px; }
.audit-action-pass { color: #2563eb; font-size: 13px; cursor: pointer; text-decoration: none; }
.audit-action-pass:hover { text-decoration: underline; }
.audit-action-reject { color: #ef4444; font-size: 13px; cursor: pointer; text-decoration: none; }
.audit-action-reject:hover { text-decoration: underline; }
.reg-ai-pass { color: #334155; }
.reg-ai-reject { color: #334155; }

/* 缴费信息弹窗 */
.payment-stat-dialog { padding: 0 4px 8px; }
.payment-stat-summary {
	margin-bottom: 14px;
	font-size: 14px;
	color: #475569;
	font-weight: 500;
}
.pay-status-done { color: #047857; font-weight: 500; }
.pay-status-pending { color: #b45309; font-weight: 500; }

/* 回标分析弹窗 */
.bid-analysis-layer {
	border-radius: 10px !important;
	overflow: hidden;
	box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22) !important;
}
.bid-analysis-layer .layui-layer-content {
	height: 100% !important;
	overflow: hidden !important;
	background: #f8fafc;
}
.bid-analysis-dialog {
	height: 100%;
	box-sizing: border-box;
	padding: 18px 22px 22px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
}
.bid-analysis-panel {
	height: 100%;
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #cbd5e1;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}
.bid-analysis-head {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 16px;
	padding: 18px 18px 14px;
	background: #fff;
}
.bid-analysis-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	color: #0f172a;
	letter-spacing: 0.02em;
}
.bid-analysis-close {
	justify-self: end;
	padding: 0;
	border: none;
	background: transparent;
	color: #0a2463;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
}
.bid-analysis-close:hover {
	color: #1d4ed8;
	text-decoration: underline;
}
.bid-analysis-project {
	margin: 0 18px 12px;
	padding: 8px 12px;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bid-analysis-table-wrap {
	flex: 1;
	min-height: 0;
	margin: 0 12px 14px;
	overflow: auto;
	border: 1px solid #8a8a8a;
	background: #fff;
}
.bid-analysis-table {
	width: 100%;
	min-width: 1280px;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	color: #0f172a;
}
.bid-analysis-table th,
.bid-analysis-table td {
	border: 1px solid #7a7a7a;
	box-sizing: border-box;
	vertical-align: middle;
}
.bid-analysis-table thead th {
	position: sticky;
	top: 0;
	z-index: 2;
	padding: 10px 8px;
	background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
	color: #0f172a;
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
}
.bid-analysis-table td {
	height: 30px;
	padding: 6px 10px;
	background: #fff;
	line-height: 1.45;
}
.bid-analysis-table tbody tr:nth-child(even) td { background: #fcfcfd; }
.bid-analysis-table tbody tr:hover td { background: #eff6ff; }
.bid-analysis-no-head,
.bid-analysis-no { width: 52px; }
.bid-analysis-type-head,
.bid-analysis-type { width: 230px; }
.bid-analysis-criteria-head,
.bid-analysis-criteria { width: 600px; }
.bid-analysis-company-head,
.bid-analysis-company-cell { width: 150px; }
.bid-analysis-no,
.bid-analysis-type {
	text-align: center;
	font-weight: 500;
	color: #0f172a;
}
.bid-analysis-type {
	background: #f8fafc !important;
	line-height: 1.55;
}
.bid-analysis-criteria {
	text-align: left;
	word-break: break-all;
}
.bid-analysis-company-cell {
	background: #fff;
}

@media (max-width: 768px) {
	.bid-analysis-layer {
		width: 96vw !important;
		left: 2vw !important;
	}
	.bid-analysis-dialog { padding: 10px; }
	.bid-analysis-head { padding: 14px 12px 10px; }
	.bid-analysis-title { font-size: 18px; }
	.bid-analysis-project { margin: 0 12px 10px; }
	.bid-analysis-table-wrap { margin: 0 8px 10px; }
	.bid-analysis-table { min-width: 1080px; font-size: 12px; }
}

/* 评审索引表管理 */
.review-index-page {
	min-height: 100vh;
	background: #f3f4f6;
}
.review-index-main {
	padding: 42px 0 64px;
}
.review-index-toolbar {
	margin: 0 0 20px;
}
.review-upload-link {
	display: inline-flex;
	align-items: center;
	color: #0ea5e9;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.review-upload-link:hover {
	color: #0284c7;
}
.review-index-table-wrap {
	width: 100%;
	overflow-x: auto;
	background: #fff;
}
.review-index-table {
	width: 100%;
	min-width: 1020px;
	border-collapse: collapse;
	table-layout: fixed;
	background: #fff;
	font-size: 13px;
	color: #0f172a;
}
.review-index-table th,
.review-index-table td {
	border: 1px solid #d6d6d6;
	text-align: center;
	vertical-align: middle;
}
.review-index-table th {
	height: 52px;
	padding: 0 12px;
	background: #f2f2f2;
	font-weight: 500;
	color: #111827;
}
.review-index-table td {
	height: 64px;
	padding: 0 12px;
	background: #fff;
	line-height: 1.5;
}
.review-index-table tbody tr:hover td {
	background: #f8fafc;
}
.review-col-name { width: 250px; }
.review-col-time { width: 126px; }
.review-col-nature { width: 132px; }
.review-col-type { width: 136px; }
.review-col-user { width: 220px; }
.review-col-action { width: 150px; }
.review-index-actions {
	white-space: nowrap;
}
.review-index-actions a {
	display: inline-block;
	margin: 0 4px;
	color: #0ea5e9;
	font-size: 12px;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.review-index-actions a:hover {
	color: #0284c7;
}
.review-index-empty {
	height: 120px !important;
	color: #94a3b8;
}
.review-index-form {
	padding: 34px 40px 18px;
}
.review-index-form .layui-form-item {
	margin-bottom: 22px;
}
.review-index-form .layui-form-label {
	width: 110px;
	padding-left: 0;
	color: #475569;
	font-weight: 500;
}
.review-index-form .layui-input-block {
	margin-left: 130px;
}
.review-index-form .layui-input,
.review-index-form .layui-form-select .layui-input {
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
}
.review-file-btn {
	height: 36px !important;
	line-height: 36px !important;
	border-radius: 6px !important;
	border-color: #bfdbfe !important;
	color: #2563eb !important;
}
.review-file-name {
	display: inline-block;
	max-width: 260px;
	margin-left: 10px;
	color: #475569;
	font-size: 13px;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.review-file-name.is-empty {
	color: #94a3b8;
}
.review-index-view {
	padding: 34px 42px 28px;
}
.review-index-view-row {
	display: flex;
	align-items: flex-start;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.6;
}
.review-index-view-row label {
	width: 112px;
	flex-shrink: 0;
	color: #64748b;
	font-weight: 500;
	text-align: right;
	padding-right: 14px;
}
.review-index-view-row span {
	flex: 1;
	color: #1e293b;
}
.review-index-view-file {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 26px;
	padding: 16px 18px;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	background: #f8fafc;
	font-size: 13px;
	color: #475569;
}
.review-index-view-file .fa {
	color: #047857;
	font-size: 16px;
}
.review-index-view-file span {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.review-index-view-file a {
	color: #2563eb;
	text-decoration: none;
}
.review-index-view-file a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.review-index-main { padding-top: 24px; }
	.review-index-table { min-width: 940px; }
	.review-index-form { padding: 20px 16px 6px; }
	.review-index-form .layui-form-label {
		float: none;
		display: block;
		width: auto;
		text-align: left;
		padding: 0 0 8px;
	}
	.review-index-form .layui-input-block { margin-left: 0; }
	.review-file-name {
		display: block;
		max-width: 100%;
		margin: 8px 0 0;
	}
}

/* 评审索引表管理美化覆盖 */
.review-index-page {
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
}
.review-index-main { padding: 34px 0 72px; }
.review-index-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 30px 34px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(10, 36, 99, 0.96), rgba(30, 64, 175, 0.9));
	box-shadow: 0 22px 46px rgba(10, 36, 99, 0.2);
	overflow: hidden;
	color: #fff;
}
.review-index-hero::before,
.review-index-hero::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}
.review-index-hero::before {
	right: 130px;
	top: -54px;
	width: 180px;
	height: 180px;
	background: rgba(212, 175, 55, 0.2);
}
.review-index-hero::after {
	right: -46px;
	bottom: -70px;
	width: 220px;
	height: 220px;
	border: 34px solid rgba(255, 255, 255, 0.1);
}
.review-index-eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.16em;
	color: #fbbf24;
	text-transform: uppercase;
}
.review-index-eyebrow::before {
	content: '';
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #fbbf24;
}
.review-index-hero h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0.02em;
	line-height: 1.2;
}
.review-index-hero p {
	position: relative;
	z-index: 1;
	max-width: 620px;
	margin: 12px 0 0;
	color: rgba(226, 232, 240, 0.92);
	font-size: 14px;
	line-height: 1.8;
}
.review-upload-btn {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 22px;
	height: 44px;
	border: none;
	border-radius: 999px;
	background: linear-gradient(135deg, #f8fafc, #fff7ed);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
	color: #0a2463;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.review-upload-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 28px rgba(15, 23, 42, 0.28);
}
.review-index-search {
	margin: 18px 0;
	padding: 18px 20px;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(10px);
}
.review-index-search-form {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	margin: 0;
	flex-wrap: wrap;
}
.review-search-item {
	width: 190px;
}
.review-search-name {
	width: 300px;
}
.review-search-item label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #475569;
}
.review-search-item .layui-input,
.review-search-item .layui-form-select .layui-input {
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	border-color: #dbe3ee;
	background: #fff;
	font-size: 14px;
}
.review-search-item .layui-input:focus,
.review-search-item .layui-form-select .layui-input:focus {
	border-color: #1d4ed8 !important;
	box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.08);
}
.review-search-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}
.review-search-btn,
.review-reset-btn {
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 18px !important;
	border-radius: 999px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
}
.review-search-btn {
	border: none !important;
	background: linear-gradient(135deg, #0a2463, #1d4ed8) !important;
	box-shadow: 0 10px 20px rgba(29, 78, 216, 0.18);
	color: #fff !important;
}
.review-reset-btn {
	border-color: #dbe3ee !important;
	background: #fff !important;
	color: #475569 !important;
}
.review-index-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 18px 0;
}
.review-stat-card {
	position: relative;
	padding: 18px 20px;
	border: 1px solid rgba(226, 232, 240, 0.86);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
	backdrop-filter: blur(10px);
	overflow: hidden;
}
.review-stat-card::after {
	content: '';
	position: absolute;
	right: 18px;
	top: 18px;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	background: linear-gradient(135deg, rgba(10, 36, 99, 0.08), rgba(230, 126, 34, 0.12));
}
.review-stat-primary {
	border-color: rgba(10, 36, 99, 0.16);
	background: linear-gradient(135deg, #fff, #eff6ff);
}
.review-stat-card span {
	display: block;
	font-size: 26px;
	font-weight: 800;
	color: #0a2463;
	line-height: 1.1;
}
.review-stat-card label {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #64748b;
}
.review-index-card {
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
.review-index-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 22px 26px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #fff, #f8fafc);
}
.review-index-card-head h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}
.review-index-card-head p {
	margin: 7px 0 0;
	font-size: 13px;
	color: #64748b;
}
.review-index-count {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.review-index-table { min-width: 1100px; border-collapse: separate; border-spacing: 0; }
.review-index-table th,
.review-index-table td { border: none; text-align: left; }
.review-index-table th {
	height: auto;
	padding: 16px 18px;
	background: #f8fafc;
	border-bottom: 1px solid #e2e8f0;
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	white-space: nowrap;
}
.review-index-table td {
	height: auto;
	padding: 18px;
	border-bottom: 1px solid #eef2f7;
	line-height: 1.5;
}
.review-index-table tbody tr:last-child td { border-bottom: none; }
.review-index-table tbody tr:hover td { background: #f8fbff; }
.review-index-pagebar {
	display: flex;
	justify-content: flex-end;
	padding: 16px 22px 18px;
	border-top: 1px solid #eef2f7;
	background: linear-gradient(180deg, #fff, #f8fafc);
}
.review-index-pagebar .layui-laypage {
	margin: 0;
}
.review-index-pagebar .layui-laypage a,
.review-index-pagebar .layui-laypage span {
	border-radius: 8px;
	border-color: #e2e8f0;
}
.review-index-pagebar .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #0a2463;
	border-radius: 8px;
}
.review-index-pagebar .layui-laypage input,
.review-index-pagebar .layui-laypage select {
	border-radius: 8px;
}
.review-col-time { width: 170px; }
.review-col-nature { width: 150px; }
.review-col-type { width: 140px; }
.review-col-user { width: 250px; }
.review-col-action { width: 230px; }
.review-index-name-cell {
	display: flex;
	align-items: center;
	gap: 11px;
	font-weight: 700;
	color: #0f172a;
}
.review-index-file-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: linear-gradient(135deg, #0a2463, #1d4ed8);
	box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	flex-shrink: 0;
}
.review-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}
.review-tag-nature { background: #eff6ff; color: #1d4ed8; }
.review-tag-type { background: #fff7ed; color: #c2410c; }
.review-uploader strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	color: #0f172a;
}
.review-uploader span {
	display: block;
	margin-top: 3px;
	font-size: 12px;
	color: #94a3b8;
}
.review-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: 58px;
	height: 30px;
	margin-right: 8px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.16s ease, border-color 0.16s ease, transform 0.16s ease;
}
.review-action:hover { transform: translateY(-1px); text-decoration: none; }
.review-action-edit,
.review-action-view { background: #eff6ff; border-color: #dbeafe; color: #2563eb; }
.review-action-edit:hover,
.review-action-view:hover { background: #dbeafe; color: #1d4ed8; }
.review-action-delete { background: #fff1f2; border-color: #ffe4e6; color: #e11d48; }
.review-action-delete:hover { background: #ffe4e6; color: #be123c; }
.review-index-actions .review-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
.review-index-actions .review-action-edit,
.review-index-actions .review-action-view { color: #2563eb; }
.review-index-actions .review-action-delete { color: #e11d48; }
.review-index-actions .review-action:hover { text-decoration: none; }
.review-index-empty { height: 160px !important; text-align: center !important; }

@media (max-width: 768px) {
	.review-index-main { padding-top: 18px; }
	.review-index-hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px 22px;
		border-radius: 18px;
	}
	.review-index-hero h2 { font-size: 24px; }
	.review-upload-btn { width: 100%; justify-content: center; }
	.review-index-search-form { align-items: stretch; flex-direction: column; }
	.review-search-item,
	.review-search-name { width: 100%; }
	.review-search-actions { width: 100%; margin-left: 0; }
	.review-search-btn,
	.review-reset-btn { flex: 1; }
	.review-index-card-head { align-items: flex-start; flex-direction: column; padding: 18px; }
	.review-index-table { min-width: 980px; }
}

/* 招标大厅表格 */
.hall-card .layui-table-view { margin: 0; border: none; }
.hall-card .layui-table-header {
	background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
}
.hall-card .layui-table th {
	font-weight: 600;
	color: #475569;
	font-size: 14px;
	padding: 8px 10px !important;
	letter-spacing: 0.02em;
}
.hall-card .layui-table td {
	font-size: 14px;
	color: #334155;
	padding: 8px 10px !important;
	line-height: 1.6;
}
.hall-card .layui-table-body tr:hover { background-color: #eff6ff !important; }
.hall-card .layui-table-body tr:nth-child(even) { background-color: #fafbfc; }
.hall-card .layui-table-body tr:nth-child(even):hover { background-color: #eff6ff !important; }
.hall-card .layui-table-page {
	border-top: 1px solid #e2e8f0;
	padding: 14px 20px;
	background: #fafbfc;
}
.hall-card .layui-table-cell { height: auto !important; line-height: 1.6 !important; white-space: normal; }
.hall-card .layui-laypage .layui-laypage-curr .layui-laypage-em { background-color: #0a2463 !important; }
.hall-card .layui-form-select dl dd.layui-this { background-color: #0a2463; color: #ffffff !important; }

/* 首页右侧快讯栏 */
.home-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.home-sidebar .hall-card {
	display: flex;
	flex-direction: column;
}
.home-sidebar-list {
	flex: 1;
	min-height: 220px;
	max-height: none !important;
}
.home-sidebar .sidebar-head {
	padding: 12px 18px;
}
.home-sidebar .sidebar-head h3 {
	font-size: 14px;
	line-height: 1.2;
}
.home-sidebar .sidebar-item {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.55;
}
.home-sidebar .sidebar-link {
	font-size: 13px;
}

@media (min-width: 1280px) {
	.home-sidebar {
		align-self: flex-start;
		position: sticky;
		top: 80px;
	}
	.home-sidebar .hall-card:first-child {
		min-height: 320px;
	}
	.home-sidebar .hall-card:last-child:not(:only-child) {
		flex-shrink: 0;
	}
}

/* 消息中心 */
.message-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
}
.message-main { padding: 30px 0 72px; }
.message-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 32px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(10, 36, 99, 0.96), rgba(30, 64, 175, 0.9));
	box-shadow: 0 22px 46px rgba(10, 36, 99, 0.18);
	overflow: hidden;
	color: #fff;
	margin-bottom: 18px;
}
.message-hero::before,
.message-hero::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}
.message-hero::before {
	right: 150px;
	top: -58px;
	width: 190px;
	height: 190px;
	background: rgba(212, 175, 55, 0.2);
}
.message-hero::after {
	right: -58px;
	bottom: -88px;
	width: 250px;
	height: 250px;
	border: 38px solid rgba(255, 255, 255, 0.1);
}
.message-eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #fbbf24;
}
.message-eyebrow::before {
	content: '';
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #fbbf24;
}
.message-hero h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.message-hero p {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 12px 0 0;
	color: rgba(226, 232, 240, 0.92);
	font-size: 14px;
	line-height: 1.8;
}
.message-hero-link {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}
.message-hero-link:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }
.message-filter-card,
.message-list-card,
.message-detail-card {
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
.message-filter-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 18px;
	margin-bottom: 18px;
}
.message-tabs { display: flex; gap: 8px; flex-wrap: wrap; }
.message-tab {
	height: 36px;
	padding: 0 16px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}
.message-tab.active {
	border-color: #1d4ed8;
	background: #eff6ff;
	color: #1d4ed8;
}
.message-search-box {
	display: flex;
	align-items: center;
	gap: 9px;
	width: min(360px, 100%);
	height: 40px;
	padding: 0 13px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #fff;
	color: #94a3b8;
}
.message-search-box input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	color: #334155;
}
.message-list-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #fff, #f8fafc);
}
.message-list-head h3 { margin: 0; font-size: 18px; font-weight: 800; color: #0f172a; }
.message-list-head p { margin: 7px 0 0; font-size: 13px; color: #64748b; }
.message-count-pill {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.message-list { padding: 10px 18px 18px; }
.message-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 12px;
	border-bottom: 1px solid #eef2f7;
	color: inherit;
	text-decoration: none;
	transition: background 0.16s ease, transform 0.16s ease;
}
.message-item:last-child { border-bottom: none; }
.message-item:hover { background: #f8fbff; transform: translateX(2px); color: inherit; }
.message-item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 14px;
	color: #fff;
	font-size: 16px;
	flex-shrink: 0;
}
.message-type-entrust { background: linear-gradient(135deg, #f97316, #ea580c); }
.message-type-bid { background: linear-gradient(135deg, #0a2463, #1d4ed8); }
.message-item-main { flex: 1; min-width: 0; }
.message-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.message-item-top strong { color: #0f172a; font-size: 15px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.message-item-top em { color: #94a3b8; font-size: 12px; font-style: normal; white-space: nowrap; }
.message-item-summary { display: block; margin-top: 6px; color: #64748b; font-size: 13px; line-height: 1.6; }
.message-item-meta { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 9px; }
.message-item-meta b {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}
.message-item-arrow { color: #cbd5e1; font-size: 20px; }
.message-empty { padding: 54px 20px; text-align: center; color: #94a3b8; }
.message-detail-card { padding: 26px 30px 30px; }
.message-back-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 22px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}
.message-back-link:hover { color: #1d4ed8; }
.message-detail-head { display: flex; gap: 16px; align-items: flex-start; padding-bottom: 22px; border-bottom: 1px solid #e2e8f0; }
.message-detail-type { display: inline-flex; height: 26px; align-items: center; padding: 0 10px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; font-size: 12px; font-weight: 800; }
.message-detail-head h2 { margin: 12px 0 8px; color: #0f172a; font-size: 24px; font-weight: 800; line-height: 1.35; }
.message-detail-head p { margin: 0; color: #94a3b8; font-size: 13px; }
.message-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 22px 0; }
.message-detail-field { padding: 14px 16px; border: 1px solid #e2e8f0; border-radius: 14px; background: #f8fafc; }
.message-detail-field label { display: block; margin-bottom: 6px; color: #64748b; font-size: 12px; font-weight: 800; }
.message-detail-field span { display: block; color: #0f172a; font-size: 14px; font-weight: 700; line-height: 1.5; }
.message-detail-body { padding: 18px 20px; border-radius: 16px; background: #fff7ed; color: #475569; font-size: 14px; line-height: 1.9; }
.message-detail-actions { display: flex; gap: 12px; justify-content: flex-end; margin-top: 24px; }
.message-action-primary,
.message-action-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.message-action-primary { background: linear-gradient(135deg, #0a2463, #1d4ed8); color: #fff; }
.message-action-primary:hover { color: #fff; }
.message-action-light { border: 1px solid #dbe3ee; background: #fff; color: #475569; }
.message-action-light:hover { color: #1d4ed8; }

@media (max-width: 768px) {
	.message-main { padding-top: 18px; }
	.message-hero,
	.message-filter-card,
	.message-list-head,
	.message-item-top,
	.message-detail-actions {
		align-items: flex-start;
		flex-direction: column;
	}
	.message-hero { padding: 24px 22px; }
	.message-hero h2 { font-size: 24px; }
	.message-search-box { width: 100%; }
	.message-item { align-items: flex-start; }
	.message-detail-card { padding: 22px 18px; }
	.message-detail-grid { grid-template-columns: 1fr; }
	.message-action-primary,
	.message-action-light { width: 100%; }
}

/* 个人中心 */
.profile-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
}
.profile-main { padding: 30px 0 72px; }
.profile-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 30px 34px;
	border-radius: 24px;
	background: linear-gradient(135deg, rgba(10, 36, 99, 0.96), rgba(15, 76, 117, 0.9));
	box-shadow: 0 22px 46px rgba(10, 36, 99, 0.18);
	overflow: hidden;
	color: #fff;
}
.profile-hero::before,
.profile-hero::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}
.profile-hero::before {
	right: 170px;
	top: -66px;
	width: 210px;
	height: 210px;
	background: rgba(230, 126, 34, 0.2);
}
.profile-hero::after {
	right: -70px;
	bottom: -96px;
	width: 270px;
	height: 270px;
	border: 42px solid rgba(255, 255, 255, 0.1);
}
.profile-identity {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 18px;
}
.profile-avatar {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border: 3px solid rgba(255, 255, 255, 0.38);
	border-radius: 24px;
	background: linear-gradient(135deg, #fbbf24, #f97316);
	box-shadow: 0 16px 28px rgba(15, 23, 42, 0.24);
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	flex-shrink: 0;
}
.profile-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #fbbf24;
}
.profile-eyebrow::before {
	content: '';
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #fbbf24;
}
.profile-hero h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.2;
}
.profile-hero p {
	margin: 10px 0 0;
	color: rgba(226, 232, 240, 0.92);
	font-size: 14px;
}
.profile-hero-actions {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.profile-hero-btn,
.profile-hero-btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}
.profile-hero-btn { background: linear-gradient(135deg, #f8fafc, #fff7ed); color: #0a2463; }
.profile-hero-btn:hover { color: #0a2463; }
.profile-hero-btn-light { background: rgba(255, 255, 255, 0.14); color: #fff; }
.profile-hero-btn-light:hover { background: rgba(255, 255, 255, 0.22); color: #fff; }
.profile-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 18px 0;
}
.profile-stat-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px 20px;
	border: 1px solid rgba(226, 232, 240, 0.88);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}
.profile-stat-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 15px;
	color: #fff;
	font-size: 17px;
	flex-shrink: 0;
}
.profile-stat-orange .profile-stat-icon { background: linear-gradient(135deg, #f97316, #ea580c); }
.profile-stat-blue .profile-stat-icon { background: linear-gradient(135deg, #0a2463, #1d4ed8); }
.profile-stat-cyan .profile-stat-icon { background: linear-gradient(135deg, #0891b2, #0e7490); }
.profile-stat-gold .profile-stat-icon { background: linear-gradient(135deg, #d97706, #b45309); }
.profile-stat-card strong {
	display: block;
	color: #0f172a;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}
.profile-stat-card small {
	margin-left: 3px;
	font-size: 12px;
	font-weight: 700;
	color: #64748b;
}
.profile-stat-card label {
	display: block;
	margin-top: 6px;
	color: #64748b;
	font-size: 13px;
	font-weight: 700;
}
.profile-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.75fr);
	gap: 18px;
	align-items: start;
}
.profile-left-col,
.profile-right-col { display: grid; gap: 18px; }
.profile-card {
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
.profile-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 20px 24px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #fff, #f8fafc);
}
.profile-card-head.compact { padding: 18px 20px; }
.profile-card-head h3 { margin: 0; color: #0f172a; font-size: 18px; font-weight: 900; }
.profile-card-head p { margin: 7px 0 0; color: #64748b; font-size: 13px; }
.profile-light-btn,
.profile-card-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 34px;
	padding: 0 13px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #fff;
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	cursor: pointer;
}
.profile-light-btn:hover,
.profile-card-link:hover { color: #1d4ed8; border-color: #bfdbfe; }
.profile-count-pill {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}
.profile-info-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 20px 24px 24px;
}
.profile-info-item {
	padding: 14px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #f8fafc;
}
.profile-info-item label { display: block; margin-bottom: 6px; color: #64748b; font-size: 12px; font-weight: 800; }
.profile-info-item span { display: block; color: #0f172a; font-size: 14px; font-weight: 800; line-height: 1.5; }
.profile-todo-list { padding: 8px 18px 18px; }
.profile-todo-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 14px 8px;
	border-bottom: 1px solid #eef2f7;
	color: inherit;
	text-decoration: none;
}
.profile-todo-item:last-child { border-bottom: none; }
.profile-todo-item:hover { background: #f8fbff; color: inherit; }
.profile-todo-level {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: #fff7ed;
	color: #c2410c;
	font-size: 13px;
	font-weight: 900;
	flex-shrink: 0;
}
.profile-todo-main { flex: 1; min-width: 0; }
.profile-todo-main b { display: inline-flex; margin-bottom: 5px; color: #1d4ed8; font-size: 12px; }
.profile-todo-main strong { display: block; color: #0f172a; font-size: 14px; font-weight: 800; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.profile-todo-main em { display: block; margin-top: 5px; color: #94a3b8; font-size: 12px; font-style: normal; }
.profile-table-wrap { overflow-x: auto; padding: 0 20px 20px; }
.profile-table { width: 100%; min-width: 720px; border-collapse: separate; border-spacing: 0; font-size: 13px; }
.profile-table th { padding: 12px 10px; background: #f8fafc; border-bottom: 1px solid #e2e8f0; color: #475569; font-size: 12px; font-weight: 900; text-align: left; }
.profile-table td { padding: 13px 10px; border-bottom: 1px solid #eef2f7; color: #334155; line-height: 1.5; }
.profile-table tr:last-child td { border-bottom: none; }
.profile-table td strong { color: #0f172a; font-weight: 800; }
.profile-table a { color: #2563eb; font-weight: 800; text-decoration: none; }
.profile-table a:hover { text-decoration: underline; }
.profile-status-tag {
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 9px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 12px;
	font-weight: 800;
}
.profile-permission-list,
.profile-security-list,
.profile-quick-links,
.profile-activity-list { padding: 16px 18px 18px; }
.profile-permission-item {
	display: flex;
	gap: 10px;
	padding: 12px 0;
	border-bottom: 1px solid #eef2f7;
}
.profile-permission-item:last-child { border-bottom: none; }
.profile-permission-item .fa { margin-top: 3px; color: #047857; }
.profile-permission-item strong { display: block; color: #0f172a; font-size: 14px; font-weight: 900; }
.profile-permission-item span { display: block; margin-top: 5px; color: #64748b; font-size: 12px; line-height: 1.6; }
.profile-security-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #eef2f7;
}
.profile-security-item:last-child { border-bottom: none; }
.profile-security-item strong { display: block; color: #0f172a; font-size: 14px; font-weight: 900; }
.profile-security-item span { display: block; margin-top: 5px; color: #64748b; font-size: 12px; line-height: 1.5; }
.profile-security-item em { padding: 4px 9px; border-radius: 999px; background: #ecfdf5; color: #047857; font-size: 12px; font-style: normal; font-weight: 800; white-space: nowrap; }
.profile-quick-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.profile-quick-links a {
	display: flex;
	align-items: center;
	gap: 9px;
	padding: 12px;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background: #f8fafc;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}
.profile-quick-links a:hover { border-color: #bfdbfe; background: #eff6ff; color: #1d4ed8; }
.profile-quick-links .fa { color: #1d4ed8; }
.profile-activity-item {
	position: relative;
	padding: 0 0 16px 22px;
	border-left: 2px solid #e2e8f0;
}
.profile-activity-item:last-child { padding-bottom: 0; }
.profile-activity-item::before {
	content: '';
	position: absolute;
	left: -5px;
	top: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #1d4ed8;
}
.profile-activity-item span { display: block; color: #94a3b8; font-size: 12px; font-weight: 800; }
.profile-activity-item p { margin: 5px 0 0; color: #334155; font-size: 13px; line-height: 1.6; }

@media (max-width: 1180px) {
	.profile-layout { grid-template-columns: 1fr; }
	.profile-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
	.profile-main { padding-top: 18px; }
	.profile-hero,
	.profile-card-head,
	.profile-hero-actions,
	.profile-security-item { align-items: flex-start; flex-direction: column; }
	.profile-hero { padding: 24px 22px; }
	.profile-identity { align-items: flex-start; flex-direction: column; }
	.profile-hero h2 { font-size: 24px; }
	.profile-stats,
	.profile-info-grid,
	.profile-quick-links { grid-template-columns: 1fr; }
	.profile-hero-btn,
	.profile-hero-btn-light { width: 100%; }
}

/* 用户管理 */
.user-manage-page {
	min-height: 100vh;
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
}
.user-manage-main {
	padding: 30px 0 72px;
}
.user-manage-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 28px 32px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(10, 36, 99, 0.96), rgba(15, 76, 117, 0.9));
	box-shadow: 0 22px 46px rgba(10, 36, 99, 0.18);
	overflow: hidden;
	color: #fff;
	margin-bottom: 18px;
}
.user-manage-hero::before,
.user-manage-hero::after {
	content: '';
	position: absolute;
	pointer-events: none;
	border-radius: 999px;
}
.user-manage-hero::before {
	right: 150px;
	top: -58px;
	width: 190px;
	height: 190px;
	background: rgba(230, 126, 34, 0.2);
}
.user-manage-hero::after {
	right: -58px;
	bottom: -88px;
	width: 250px;
	height: 250px;
	border: 38px solid rgba(255, 255, 255, 0.1);
}
.user-manage-eyebrow {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #fbbf24;
}
.user-manage-eyebrow::before {
	content: '';
	width: 24px;
	height: 2px;
	border-radius: 999px;
	background: #fbbf24;
}
.user-manage-hero h2 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
}
.user-manage-hero p {
	position: relative;
	z-index: 1;
	max-width: 640px;
	margin: 12px 0 0;
	color: rgba(226, 232, 240, 0.92);
	font-size: 14px;
	line-height: 1.8;
}
.user-primary-btn,
.user-light-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 40px;
	padding: 0 18px;
	border: none;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.user-primary-btn {
	position: relative;
	z-index: 1;
	background: linear-gradient(135deg, #0ea5e9, #1d4ed8);
	box-shadow: 0 12px 24px rgba(29, 78, 216, 0.24);
	color: #fff;
}
.user-manage-hero .user-primary-btn {
	background: linear-gradient(135deg, #f8fafc, #fff7ed);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
	color: #0a2463;
}
.user-primary-btn:hover,
.user-light-btn:hover {
	transform: translateY(-1px);
}
.user-primary-btn-sm {
	height: 30px;
	padding: 0 10px;
	font-size: 12px;
}
.user-light-btn {
	border: 1px solid #dbe3ee;
	background: #fff;
	color: #475569;
}
.user-manage-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
	gap: 18px;
	align-items: stretch;
}
.user-unit-card,
.system-user-card {
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
	overflow: hidden;
}
.system-user-card {
	display: flex;
	flex-direction: column;
}
.user-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 20px 10px;
	border-bottom: 1px solid #e2e8f0;
	background: linear-gradient(180deg, #fff, #f8fafc);
}
.user-card-head h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 800;
	color: #0f172a;
}
.user-card-head p {
	margin: 7px 0 0;
	font-size: 13px;
	color: #64748b;
}
.user-count-pill {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: #eff6ff;
	color: #1d4ed8;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}
.user-unit-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px;
}
.user-search-box {
	display: flex;
	align-items: center;
	gap: 9px;
	width: min(360px, 100%);
	height: 40px;
	padding: 0 13px;
	border: 1px solid #dbe3ee;
	border-radius: 999px;
	background: #fff;
	color: #94a3b8;
}
.user-search-box input {
	flex: 1;
	min-width: 0;
	border: none;
	outline: none;
	background: transparent;
	font-size: 14px;
	color: #334155;
}
.user-table-wrap {
	overflow-x: auto;
	background: #fff;
}
.user-unit-table-wrap {
	padding: 0 10px;
}
.user-manage-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 12px;
	color: #334155;
}
.user-unit-table { min-width: 760px; }
.account-table {
	min-width: 540px;
}
.user-manage-table th {
	padding: 8px 4px;
	background: #f8fafc;
	border-top: 1px solid #e2e8f0;
	border-bottom: 1px solid #e2e8f0;
	color: #475569;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	white-space: nowrap;
}
.user-manage-table th:first-child {
	border-left: 1px solid #e2e8f0;
	border-top-left-radius: 12px;
}
.user-manage-table th:last-child {
	border-right: 1px solid #e2e8f0;
	border-top-right-radius: 12px;
}
.user-manage-table td {
	padding: 9px 4px;
	border-bottom: 1px solid #eef2f7;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
}
.user-manage-table tbody tr:hover td {
	background: #f8fbff;
}
.unit-name-cell {
	display: flex;
	align-items: center;
	gap: 0;
	text-align: left;
}
.unit-name-cell strong {
	font-weight: 800;
	color: #0f172a;
}
.user-num-cell {
	font-family: monospace;
	font-weight: 700;
	color: #0a2463;
}
.unit-role-tag,
.unit-source-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 24px;
	padding: 0 6px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	white-space: nowrap;
}
.unit-role-tag {
	margin: 1px;
	background: #eff6ff;
	color: #1d4ed8;
}
.unit-source-pill {
	background: #fff7ed;
	color: #c2410c;
}
.account-groups {
	padding: 10px;
	overflow-y: auto;
}
.account-group-card {
	padding: 8px;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
	margin-bottom: 14px;
}
.account-group-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}
.account-group-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.user-danger-link {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	height: 30px;
	padding: 0 9px;
	border: 1px solid #ffe4e6;
	border-radius: 999px;
	background: #fff1f2;
	color: #e11d48;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}
.user-danger-link:hover {
	background: #ffe4e6;
	color: #be123c;
}
.account-group-head h4 {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	color: #0f172a;
}
.account-group-head span {
	display: inline-flex;
	align-items: center;
	height: 22px;
	margin-top: 7px;
	padding: 0 9px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #64748b;
	font-size: 12px;
	font-weight: 700;
}
.account-table-wrap {
	border-radius: 12px;
}
.account-name {
	font-weight: 800;
	color: #0f172a;
}
.user-add-branch {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	width: fit-content;
	margin: 0 20px 20px;
	border: none;
	background: transparent;
	color: #2563eb;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}
.user-add-branch:hover {
	color: #1d4ed8;
	text-decoration: underline;
}
.user-empty-cell {
	height: 120px;
	color: #94a3b8 !important;
	text-align: center !important;
}
.user-empty-cell-sm {
	height: 76px;
}
.user-dialog-form {
	padding: 32px 38px 12px;
}
.user-dialog-form .layui-form-item {
	margin-bottom: 20px;
}
.user-dialog-form .layui-form-label {
	width: 96px;
	padding-left: 0;
	font-weight: 700;
	color: #475569;
}
.user-dialog-form .layui-input-block {
	margin-left: 118px;
}
.user-dialog-form .layui-input,
.user-dialog-form .layui-form-select .layui-input {
	height: 40px;
	line-height: 40px;
	border-radius: 8px;
}

@media (max-width: 1280px) {
	.user-manage-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.user-manage-main { padding-top: 18px; }
	.user-manage-hero {
		align-items: flex-start;
		flex-direction: column;
		padding: 24px 22px;
		border-radius: 18px;
	}
	.user-manage-hero h2 { font-size: 24px; }
	.user-manage-hero .user-primary-btn { width: 100%; }
	.user-card-head,
	.user-unit-toolbar,
	.account-group-head {
		align-items: flex-start;
		flex-direction: column;
	}
	.account-group-actions { flex-wrap: wrap; }
	.user-unit-toolbar { padding: 10px; }
	.user-search-box { width: 100%; }
	.user-unit-table-wrap { padding: 0 10px; }
	.account-groups { padding: 14px 18px 0; }
	.user-dialog-form { padding: 22px 16px 8px; }
	.user-dialog-form .layui-form-label {
		float: none;
		display: block;
		width: auto;
		text-align: left;
		padding: 0 0 8px;
	}
	.user-dialog-form .layui-input-block { margin-left: 0; }
}

/* 新增招标表单页 */
.form-page {
	background:
		radial-gradient(circle at 8% 18%, rgba(230, 126, 34, 0.14), transparent 28%),
		radial-gradient(circle at 92% 12%, rgba(10, 36, 99, 0.16), transparent 30%),
		linear-gradient(180deg, #edf3f8 0%, #f8fafc 42%, #eef2f7 100%);
	min-height: 100vh;
}
.form-page-head { position: relative; }
.form-back-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #64748b;
	text-decoration: none;
	margin-bottom: 8px;
	transition: color 0.2s;
}
.form-back-link:hover { color: #0a2463; }
.form-page-title {
	font-size: 22px;
	font-weight: 700;
	color: #0a2463;
	margin: 0;
}
.form-section {
	background: #fff;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	box-shadow: 0 1px 3px rgba(10, 36, 99, 0.05);
	padding: 24px 28px;
	margin-bottom: 20px;
}
.form-section-title {
	font-size: 16px;
	font-weight: 700;
	color: #1e293b;
	margin: 0 0 20px;
	padding-left: 12px;
	border-left: 3px solid #0a2463;
}
.form-section-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
.form-section-head .form-section-title { margin-bottom: 0; }
.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 24px;
}
@media (max-width: 768px) {
	.form-grid { grid-template-columns: 1fr; }
}
.form-page .layui-form-label {
	width: 110px;
	padding: 9px 12px 9px 0;
	font-size: 14px;
	color: #475569;
	font-weight: 500;
}
.form-page .layui-input-block { margin-left: 130px; }
.form-page .layui-input,
.form-page .layui-textarea,
.form-page .layui-form-select .layui-input {
	border-radius: 8px;
	border-color: #e2e8f0;
	font-size: 14px;
}
.form-page .layui-input:focus,
.form-page .layui-textarea:focus {
	border-color: #0a2463 !important;
	box-shadow: 0 0 0 2px rgba(10, 36, 99, 0.08);
}
.form-input-readonly { background: #f8fafc; color: #64748b; cursor: default; }
.form-item-full { margin-top: 4px; }
.form-textarea { min-height: 100px; resize: vertical; }
.form-link-btn {
	background: #eff6ff !important;
	color: #1d4ed8 !important;
	border: 1px solid #bfdbfe !important;
	border-radius: 8px !important;
}
.form-link-btn:hover { background: #dbeafe !important; }
.form-text-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 13px;
	color: #2563eb;
	margin-top: 8px;
	margin-right: 12px;
	cursor: pointer;
	text-decoration: none;
}
.form-text-link:hover { color: #1d4ed8; }
.form-text-link-danger { color: #ef4444; }
.form-text-link-danger:hover { color: #dc2626; }
.form-upload-btn {
	border-radius: 8px !important;
	border-color: #bfdbfe !important;
	color: #2563eb !important;
}
.form-upload-btn:hover { background: #eff6ff !important; }
.form-file-list { margin-top: 10px; list-style: none; padding: 0; }
.form-file-item {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #475569;
	background: #f1f5f9;
	padding: 4px 10px;
	border-radius: 6px;
	margin: 0 8px 8px 0;
}
.form-file-item .fa-times { color: #94a3b8; margin-left: 4px; }
.form-file-item .fa-times:hover { color: #ef4444; }
.form-judges-tags { margin-bottom: 16px; min-height: 28px; }
.form-judges-empty { font-size: 13px; color: #94a3b8; }
.form-judge-tag {
	display: inline-block;
	font-size: 13px;
	color: #0a2463;
	background: #eff6ff;
	border: 1px solid #bfdbfe;
	padding: 4px 12px;
	border-radius: 999px;
	margin: 0 8px 8px 0;
}
.form-judge-tag small { color: #64748b; margin-left: 4px; font-weight: normal; }

/* 评比规则 */
.eval-table-wrap {
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
}
.eval-list-header {
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #f1f5f9, #f8fafc);
	border-bottom: 1px solid #e2e8f0;
	font-size: 14px;
	font-weight: 600;
	color: #475569;
}
.eval-list-header > div {
	padding: 14px 16px;
}
.eval-h-dim {
	width: 260px;
	flex-shrink: 0;
	border-right: 1px solid #e2e8f0;
}
.eval-h-item {
	flex: 1;
	min-width: 200px;
}
.eval-h-score {
	width: 140px;
	flex-shrink: 0;
	text-align: center;
}
.eval-h-op {
	width: 44px;
	flex-shrink: 0;
}
.eval-list-body { background: #fff; }
.eval-dim-group + .eval-dim-group {
	border-top: 2px solid #e2e8f0;
}
.eval-dim-row {
	display: flex;
	align-items: stretch;
}
.eval-dim-left {
	width: 260px;
	flex-shrink: 0;
	padding: 16px;
	background: #fafbfc;
	border-right: 1px solid #e2e8f0;
}
.eval-dim-right {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
}
.eval-dim-input {
	display: block;
	width: 100%;
	min-height: 96px;
	margin-bottom: 6px;
	box-sizing: border-box;
	resize: vertical;
}
.eval-dim-left .form-text-link {
	display: block;
	margin-top: 6px;
	margin-right: 0;
}
.eval-item-line {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 20px;
	border-bottom: 1px solid #f1f5f9;
	flex: 1;
}
.eval-item-line:last-child { border-bottom: none; }
.eval-item-field {
	flex: 1;
	min-width: 200px;
}
.eval-score-field {
	width: 140px;
	flex-shrink: 0;
}
.eval-op-field {
	width: 44px;
	flex-shrink: 0;
	text-align: center;
}
.eval-item-field .layui-input,
.eval-score-field .layui-input {
	width: 100%;
	box-sizing: border-box;
	height: 38px;
	line-height: 38px;
}
.eval-score-field .layui-input { text-align: center; }
.eval-remove-btn { color: #cbd5e1; font-size: 16px; }
.eval-remove-btn:hover { color: #ef4444; }
.eval-actions { padding: 12px 0 0; }

@media (max-width: 768px) {
	.eval-list-header { display: none; }
	.eval-dim-row { flex-direction: column; }
	.eval-dim-left {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e2e8f0;
	}
	.eval-item-line { flex-wrap: wrap; gap: 10px; }
	.eval-item-field { min-width: 100%; }
	.eval-score-field { width: 100%; }
}

/* 底部操作栏 */
.form-footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-top: 1px solid #e2e8f0;
	box-shadow: 0 -4px 16px rgba(10, 36, 99, 0.06);
	padding: 14px 0;
	z-index: 50;
}
.form-footer-btn {
	border-radius: 8px !important;
	height: 40px !important;
	line-height: 40px !important;
	padding: 0 28px !important;
	font-size: 14px !important;
}
.form-footer-submit {
	background: linear-gradient(135deg, #1e40af, #0a2463) !important;
	border: none !important;
}

/* 评委弹窗 */
.judge-dialog-list { padding: 8px 16px; max-height: 320px; overflow-y: auto; }
.judge-dialog-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 8px;
	border-bottom: 1px solid #f1f5f9;
	cursor: pointer;
	font-size: 14px;
}
.judge-dialog-item:last-child { border-bottom: none; }
.judge-dialog-item:hover { background: #f8fafc; }
.judge-name { font-weight: 600; color: #1e293b; min-width: 60px; }
.judge-title { color: #94a3b8; font-size: 13px; }

/* ========== 钛投标 - 工作台布局 ========== */
.ttb-layout {
	display: flex;
	align-items: stretch;
	min-height: calc(100vh - 120px);
	background: #f7f8fa;
}

.ttb-sidebar-wrap {
	flex-shrink: 0;
	width: 240px;
}

.ttb-sidebar {
	width: 240px;
	min-height: calc(100vh - 120px);
	background: #fff;
	border-right: 1px solid #e5e6eb;
	padding: 20px 0 32px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.ttb-sidebar-logo {
	padding: 0 24px 24px;
	font-size: 22px;
	font-weight: 700;
	color: #0a2463;
	letter-spacing: 0.04em;
}

.ttb-sidebar-nav {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 0;
	overflow-y: auto;
	flex: 1;
}

.ttb-sidebar-nav::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.ttb-sidebar-nav::-webkit-scrollbar-thumb {
	background-color: #c9cdd4;
	border-radius: 3px;
}

.ttb-sidebar-nav::-webkit-scrollbar-track {
	background-color: #f2f3f5;
}

.ttb-nav-item {
	display: flex;
	align-items: center;
	gap: 0;
	padding: 12px 16px;
	border-radius: 0;
	border-left: 3px solid transparent;
	color: #1d2129;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	cursor: pointer;
}

.ttb-nav-item:hover {
	background: rgba(10, 36, 99, 0.05);
	color: #0a2463;
}

.ttb-nav-item.is-active {
	background: rgba(10, 36, 99, 0.1);
	color: #0a2463;
	border-left-color: #0a2463;
	font-weight: 500;
	box-shadow: none;
}

.ttb-nav-icon {
	width: 20px;
	margin-right: 12px;
	text-align: center;
	font-size: 16px;
	flex-shrink: 0;
}

.ttb-nav-text {
	flex: 1;
	line-height: 1.4;
}

.ttb-nav-arrow {
	font-size: 14px;
	color: #86909c;
	transition: transform 0.2s ease, color 0.2s ease;
}

.ttb-nav-item:hover .ttb-nav-arrow,
.ttb-nav-group.is-expanded > .ttb-nav-item .ttb-nav-arrow {
	color: #0a2463;
}

.ttb-nav-group.is-expanded .ttb-nav-arrow {
	transform: rotate(180deg);
}

.ttb-nav-sub {
	display: none;
	flex-direction: column;
	gap: 4px;
	padding: 0;
}

.ttb-nav-group.is-expanded .ttb-nav-sub {
	display: flex;
}

.ttb-nav-sub-item {
	display: block;
	padding: 12px 16px 12px 48px;
	border-radius: 0;
	border-left: 3px solid transparent;
	color: #1d2129;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.ttb-nav-sub-item:hover {
	background: rgba(10, 36, 99, 0.05);
	color: #0a2463;
}

.ttb-nav-sub-item.is-active {
	background: rgba(10, 36, 99, 0.1);
	color: #0a2463;
	border-left-color: #0a2463;
	font-weight: 500;
}

.ttb-main {
	flex: 1;
	min-width: 0;
	padding: 20px 24px 32px;
	box-sizing: border-box;
}

.ttb-content {
	background: #fff;
	border-radius: 8px;
	min-height: calc(100vh - 180px);
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.ttb-content-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	color: #94a3b8;
	font-size: 14px;
}

@media (max-width: 960px) {
	.ttb-layout {
		flex-direction: column;
	}

	.ttb-sidebar-wrap,
	.ttb-sidebar {
		width: 100%;
		min-height: auto;
	}

	.ttb-sidebar {
		border-right: none;
		border-bottom: 1px solid #e5e6eb;
		padding-bottom: 16px;
	}

	.ttb-main {
		padding: 16px;
	}
}

/* ========== 统一登录弹窗 ========== */
.ztb-login-layer {
	border-radius: 18px !important;
	overflow: visible !important;
}
.ztb-login-layer .layui-layer-content {
	padding: 0;
	overflow: hidden;
	height: 100% !important;
	border-radius: 18px;
}
.ztb-login-layer .layui-layer-setwin {
	top: 14px;
	right: 16px;
	z-index: 20;
}
.ztb-login-layer .layui-layer-setwin .layui-layer-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-left: 0;
	line-height: 1;
	font-size: 18px;
	color: #64748b;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #e2e8f0;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(15, 23, 42, 0.12);
	transition: color 0.2s, background 0.2s, box-shadow 0.2s;
}
.ztb-login-layer .layui-layer-setwin .layui-layer-close:hover {
	opacity: 1;
	color: #0a2463;
	background: #fff;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.16);
}
.ztb-login-modal {
	display: flex;
	min-height: 520px;
	background: #fff;
}
.ztb-login-visual {
	position: relative;
	flex: 0 0 42%;
	min-width: 0;
	background: linear-gradient(160deg, #0a2463 0%, #1e40af 52%, #0f172a 100%);
	overflow: hidden;
}
.ztb-login-visual-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.95;
}
.ztb-login-visual-mask {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
	padding: 36px 32px 40px;
	background: linear-gradient(180deg, rgba(10, 36, 99, 0.08) 0%, rgba(10, 36, 99, 0.55) 48%, rgba(15, 23, 42, 0.88) 100%);
	color: #fff;
}
.ztb-login-visual-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(212, 175, 55, 0.18);
	border: 1px solid rgba(212, 175, 55, 0.45);
	color: #f5e6a8;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.ztb-login-visual-title {
	margin: 16px 0 8px;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: 0.02em;
}
.ztb-login-visual-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.7;
	color: rgba(226, 232, 240, 0.92);
}
.ztb-login-visual-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.ztb-login-visual-tags li {
	padding: 5px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.92);
}
.ztb-login-form {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 44px;
	background: linear-gradient(180deg, #f8fafc 0%, #fff 36%);
}
.ztb-login-head {
	margin-bottom: 28px;
}
.ztb-login-brand {
	display: flex;
	align-items: center;
	gap: 12px;
}
.ztb-login-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: linear-gradient(135deg, #1e40af 0%, #0a2463 100%);
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	box-shadow: 0 6px 16px rgba(10, 36, 99, 0.22);
}
.ztb-login-brand strong {
	display: block;
	font-size: 22px;
	color: #0a2463;
	line-height: 1.3;
}
.ztb-login-brand em {
	display: block;
	font-style: normal;
	font-size: 13px;
	color: #64748b;
	margin-top: 4px;
}
.ztb-login-field {
	margin-bottom: 18px;
}
.ztb-login-field label {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	color: #475569;
	font-weight: 600;
}
.ztb-login-field input {
	width: 100%;
	height: 46px;
	padding: 0 14px;
	border: 1px solid #dbe4ef;
	border-radius: 10px;
	font-size: 14px;
	color: #102033;
	background: #fff;
	transition: border-color 0.2s, box-shadow 0.2s;
	box-sizing: border-box;
}
.ztb-login-field input:focus {
	outline: none;
	border-color: #0a2463;
	box-shadow: 0 0 0 3px rgba(10, 36, 99, 0.1);
}
.ztb-login-btn {
	width: 100%;
	height: 48px;
	margin-top: 8px;
	border: none;
	border-radius: 10px;
	background: linear-gradient(135deg, #1e40af 0%, #0a2463 100%);
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 4px 14px rgba(10, 36, 99, 0.24);
	transition: transform 0.15s, box-shadow 0.15s;
}
.ztb-login-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(10, 36, 99, 0.28);
}
@media (max-width: 768px) {
	.ztb-login-layer .layui-layer-content {
		height: auto !important;
	}
	.ztb-login-modal {
		flex-direction: column;
		min-height: auto;
	}
	.ztb-login-visual {
		flex: none;
		min-height: 220px;
	}
	.ztb-login-visual-title {
		font-size: 20px;
	}
	.ztb-login-form {
		padding: 28px 24px 32px;
	}
}
.header-user-guest .header-user-info {
	border-color: #bfdbfe;
	background: #eff6ff;
}
.header-user-guest .header-username {
	color: #0a2463;
	font-weight: 600;
}
.owner-role-guest .owner-role-user {
	border-color: #bfdbfe;
	background: #eff6ff;
}
.owner-role-guest .owner-role-unit {
	color: #0a2463;
	font-weight: 600;
}
