/*
 * cntjhf：手机底栏主题覆盖
 * 留白放进版权深色条（style.css .xy-ft-copy），避免 footer-bar margin + body padding 叠出灰缝
 */
.footer-bar{
	margin-bottom:0 !important;
}

@media screen and (max-width:768px){
	.footer-bar,
	.l-footer.footer-bar{
		margin-bottom:0 !important;
	}
	body{
		padding-bottom:0 !important;
	}
	:root{
		--xy-mfoot-hover:#008BD0;
		--xy-mfoot-hover-bg:rgba(0,139,208,.08);
		--xy-mfoot-top-hover:linear-gradient(135deg,#008BD0 0%,#006fa8 100%);
	}
}
