/* 主题覆盖：桌面去掉 footer-bar 底白条；手机留白并入深色 footer */
.footer-bar{margin-bottom:0;}

@media screen and (max-width:768px){
	body{padding-bottom:0 !important;}
	.footer-bar,
	.ks-footer.footer-bar{
		margin-bottom:0 !important;
	}
}
