/**
 * hbweiyi — 手机底栏品牌蓝 + 页脚留白修正
 */
:root {
	--xy-mfoot-bg: #f5f7fa;
	--xy-mfoot-border: #e2e8dc;
	--xy-mfoot-color: #4a5544;
	--xy-mfoot-hover: var(--xy-skin-primary, #1b4b95);
	--xy-mfoot-hover-bg: rgba(27, 75, 149, 0.1);
	--xy-mfoot-top-bg: #143872;
	--xy-mfoot-top-hover: linear-gradient(135deg, var(--xy-skin-primary, #1b4b95) 0%, #143872 100%);
}

.footer-bar {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 0 !important;
	}

	.xy-footer.footer-bar,
	footer.xy-footer.footer-bar {
		margin-bottom: 0 !important;
		padding-bottom: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.mfoot_box .mfoot_nav a:hover,
	.mfoot_box .mfoot_nav a:focus {
		color: var(--xy-mfoot-hover) !important;
	}
}
