/**
 * jiachengpharma 手机底栏品牌色覆盖
 * 系统默认：Homes/Tpl/_common/Public/xy_mfoot.css
 */
:root {
	--xy-mfoot-hover: #173a7d;
	--xy-mfoot-hover-bg: rgba(23, 58, 125, 0.08);
	--xy-mfoot-top-bg: #173a7d;
	--xy-mfoot-top-hover: linear-gradient(135deg, #173a7d 0%, #264c94 100%);
}

/* 取消系统底栏为 footer 预留的 56px 底边距（桌面/手机均不留白） */
.footer-bar,
.xy-footer.footer-bar,
footer.xy-footer {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: var(--xy-mfoot-height, 50px);
	}
	.footer-bar,
	.xy-footer.footer-bar {
		padding-bottom: 0 !important;
	}
	.xy-footer .xy-footer-extra {
		padding-bottom: 14px;
	}
	.mfoot_nav_top a:hover .mfoot_top_btn,
	.mfoot_nav_top a:focus .mfoot_top_btn {
		box-shadow: 0 4px 12px rgba(23, 58, 125, 0.35);
	}
}
