/**
 * nadsun 手机底栏：跟站点红，避免与系统默认留白叠出白缝
 */
:root {
	--xy-mfoot-hover: #ee2028;
	--xy-mfoot-hover-bg: rgba(238, 32, 40, .08);
	--xy-mfoot-top-bg: #1e1e1e;
	--xy-mfoot-top-hover: linear-gradient(135deg, #ee2028 0%, #c91920 100%);
}

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

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 0 !important;
	}
	.web_footer.footer-bar,
	footer.web_footer.footer-bar {
		margin-bottom: 0 !important;
		padding-bottom: calc(56px + 8px + env(safe-area-inset-bottom, 0px)) !important;
	}
}
