/**
 * camringcn：去掉系统 .footer-bar{margin-bottom:56px} 在桌面页脚下留出的白缝。
 * 手机端仍用 style.css 给 .container 预留 mfoot 高度。
 */
:root{
	--xy-mfoot-hover:var(--xy-skin-primary,#0f7577);
	--xy-mfoot-hover-bg:rgba(15,117,119,.08);
	--xy-mfoot-top-hover:linear-gradient(135deg,#0f7577 0%,#0c5e60 100%);
}
.footer-bar,
.web_footer.footer-bar{
	margin-bottom:0 !important;
}

@media screen and (max-width: 768px){
	body{
		padding-bottom:0 !important;
	}
	.footer-bar,
	.web_footer.footer-bar{
		margin-bottom:0 !important;
	}
}
