/**
 * yitufastener — 手机底栏品牌色
 * 与整站一致：主蓝 #004B87 + 深色强调 #161e21 + 金 #FCC900
 */
:root {
	--xy-mfoot-bg: #161e21;
	--xy-mfoot-border: #2a3438;
	--xy-mfoot-color: #eee;
	--xy-mfoot-hover: #FCC900;
	--xy-mfoot-hover-bg: rgba(252, 201, 0, 0.12);
	--xy-mfoot-wa: #25D366;
	--xy-mfoot-wa-bg: rgba(37, 211, 102, 0.12);
	--xy-mfoot-top-bg: #004B87;
	--xy-mfoot-top-hover: linear-gradient(135deg, #FCC900 0%, #e0b400 100%);
}

/* 保险：残留旧 mobi-bar 一律隐藏 */
.mobi-bar {
	display: none !important;
}
