/**
 * 首页页脚 — 正式 / 企业站风格（扁平、少装饰、清晰层级）
 */
.plax-site-footer.plax-footer-formal.mil-footer-dark-2 {
	position: relative;
	padding-top: 3.25rem !important;
	padding-bottom: 2rem !important;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* 取消渐变装饰线，改由整顶边框体现分区 */
.plax-site-footer.plax-footer-formal.mil-footer-dark-2::before {
	display: none;
}

/* 扁平分栏：无卡片底、无圆角框、无悬停浮起 */
.plax-site-footer.plax-footer-formal .plax-footer-col {
	padding: 0 1rem 0 0;
	border-radius: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	height: auto;
	transition: none;
}

@media (min-width: 1200px) {
	.plax-site-footer.plax-footer-formal .plax-footer-col:hover {
		border-color: transparent;
		background: transparent;
	}
}

.plax-site-footer.plax-footer-formal .mil-footer-logo {
	margin-bottom: 1rem !important;
	display: inline-block;
}

.plax-site-footer.plax-footer-formal .mil-footer-logo img {
	filter: none;
}

.plax-site-footer.plax-footer-formal .plax-footer-company-desc {
	font-size: 0.875rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.58) !important;
	letter-spacing: 0.02em;
	max-width: 22em;
}

/* 栏目标题：正式中文标题，非全大写英文样式 */
.plax-site-footer.plax-footer-formal .plax-footer-title {
	font-size: 0.9375rem !important;
	letter-spacing: 0.06em;
	text-transform: none;
	color: rgba(255, 255, 255, 0.92) !important;
	margin-bottom: 1.1rem !important;
	margin-top: 0;
	font-weight: 600 !important;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.plax-site-footer.plax-footer-formal .mil-footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.plax-site-footer.plax-footer-formal .mil-footer-list li {
	margin-bottom: 0.5rem !important;
}

.plax-site-footer.plax-footer-formal .mil-footer-list a {
	color: rgba(255, 255, 255, 0.72) !important;
	text-decoration: none;
	transition: color 0.15s ease;
	display: inline-block;
}

.plax-site-footer.plax-footer-formal .mil-footer-list a:hover {
	color: rgba(255, 255, 255, 0.95) !important;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	transform: none;
}

.plax-site-footer.plax-footer-formal .plax-contact-line {
	display: block;
	font-size: 0.875rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.72);
}

.plax-site-footer.plax-footer-formal .plax-contact-line .plax-contact-label {
	color: rgba(255, 255, 255, 0.45);
	margin-right: 0.35em;
	min-width: 0;
	display: inline;
}

.plax-site-footer.plax-footer-formal .plax-contact-line a {
	color: rgba(255, 255, 255, 0.78) !important;
	text-decoration: none;
}

.plax-site-footer.plax-footer-formal .plax-contact-line a:hover {
	color: rgba(255, 255, 255, 0.95) !important;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* 备案与版权：独立一行、弱化色、略紧凑 */
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar {
	margin-top: 2.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	background: none;
	border-radius: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content {
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1.7;
	color: rgba(200, 220, 218, 0.55) !important;
	letter-spacing: 0.02em;
	/* 自訂 HTML 中的 emoji 需字體後備；若仍顯示為 ? 請將庫表 pre_config 等改為 utf8mb4 */
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif,
		"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 0.2em;
}

/* 後台自訂 HTML 中行內 style 指定 text-decoration:none 時優先（行內樣式本應覆蓋，此處防部分瀏覽器/繼承異常） */
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a[style*="text-decoration:none"],
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a[style*="text-decoration: none"] {
	text-decoration: none !important;
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a:hover {
	color: rgba(255, 255, 255, 0.88) !important;
}

/* 後台自訂 HTML 內嵌圖片（如協會備案圖、Logo）：預設高度上限，可用行內 style 覆蓋 */
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content img {
	max-height: 2rem;
	width: auto;
	vertical-align: middle;
	object-fit: contain;
	opacity: 0.92;
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a img {
	text-decoration: none;
}

/* ICP / 增值电信：说明前缀略强调，便于区分证号含义 */
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content .plax-footer-filing-label {
	opacity: 0.92;
}

/* 备案类型说明：与 ICP、电信证同一语气，紧邻图标 */
.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content .plax-footer-clearing-caption {
	margin-right: 0.35em;
	white-space: normal;
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content .plax-footer-clearing-img {
	max-height: 1.35rem;
	width: auto;
	vertical-align: -0.15em;
	margin: 0 0.2em;
	opacity: 0.9;
}

.plax-site-footer.plax-footer-formal .plax-footer-bottom-bar .plax-footer-bar-content a:has(.plax-footer-clearing-img) {
	text-decoration: none;
}

@media (max-width: 991.98px) {
	.plax-site-footer.plax-footer-formal.mil-footer-dark-2 {
		padding-top: 2.5rem !important;
	}
	.plax-site-footer.plax-footer-formal .plax-footer-col {
		padding-right: 0;
		margin-bottom: 2rem;
	}
	.plax-site-footer.plax-footer-formal .plax-footer-col:last-of-type {
		margin-bottom: 0;
	}
}
