/* 主题覆盖：去掉系统 mfoot 叠在页脚后的空白 */
.footer-bar{margin-bottom:0;}
@media screen and (max-width:768px){
	body{padding-bottom:50px;}
	.footer-bar,
	.xy-dg-footer.footer-bar{
		margin-bottom:0;
		padding-bottom:8px;
	}
}
