/**
 * hzaac 手机底栏：只保留系统 mfoot_box
 * 旧壳 .mobi-bar（Skype/Email/WhatsApp/Inquiry）与 mfoot 叠两层，强制关掉
 */
ul.mobi-bar,
.mobi-bar {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
	opacity: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

@media screen and (max-width: 768px) {
	/* 贴底并吃掉安全区空隙，避免底栏下方再露一条灰边 */
	body .mfoot_box {
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		padding-bottom: env(safe-area-inset-bottom, 0px) !important;
		background: #f8f8f8 !important;
		background-color: #f8f8f8 !important;
		box-sizing: content-box !important;
		z-index: 1030 !important;
	}
}
