/**
 * china-forging 手机底栏覆盖：去掉页脚与 mfoot 之间的白色留白
 * （系统默认 body/footer-bar 双倍间距会导致白条）
 */
.footer-bar{
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px){
	body{
		padding-bottom: 0 !important;
	}
	footer{
		margin-bottom: 0 !important;
		/* 深色页脚垫高，避免内容被 mfoot 挡住且不露白边 */
		padding-bottom: 56px !important;
	}
}
