/*
 * 主题覆盖：去掉页脚与 mfoot 之间的白色空隙
 * 用页脚同色 padding 顶开固定底栏，避免白条
 */
.footer-bar{margin-bottom:0 !important;}

@media screen and (max-width:768px){
	body{padding-bottom:0 !important;}
	.footer_nav{display:none !important;}
	.footer-bar,
	footer.footer-bar.site-footer{
		margin-bottom:0 !important;
		padding-bottom:calc(56px + env(safe-area-inset-bottom, 0px));
	}
}
