/**
 * genlitecpower：手机底栏
 * — 页脚留白：避免版权被固定底栏挡住
 * — 图标：内页只引 style.css 不含 FA，底栏在此自备字体与回顶箭头
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot');
	src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2') format('woff2'),
		url('../fonts/fontawesome-webfont.woff') format('woff'),
		url('../fonts/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.footer-bar {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	body {
		padding-bottom: 0 !important;
	}
	.web_footer,
	footer.web_footer,
	.web_footer.footer-bar,
	footer.web_footer.footer-bar {
		margin-bottom: 0 !important;
		padding-bottom: calc(56px + 8px + env(safe-area-inset-bottom, 0px)) !important;
	}

	.mfoot_box .fa,
	.mfoot_nav .fa {
		display: inline-block !important;
		font: normal normal normal 18px/1 FontAwesome !important;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: inherit;
		speak: none;
		visibility: visible !important;
		opacity: 1 !important;
	}
	.mfoot_box .fa:before {
		font-family: FontAwesome !important;
		font-style: normal;
		font-weight: normal;
	}
	.mfoot_box .fa-whatsapp:before { content: "\f232"; }
	.mfoot_box .fa-phone:before { content: "\f095"; }
	.mfoot_box .fa-envelope-o:before { content: "\f003"; }
	.mfoot_box .fa-comment-o:before { content: "\f0e5"; }
	.mfoot_box .fa-arrow-up:before { content: "\f062"; }

	.mfoot_top_btn {
		display: flex !important;
		align-items: center;
		justify-content: center;
		position: relative;
		color: #fff;
	}
	.mfoot_top_btn .fa,
	.mfoot_top_btn .fa-arrow-up {
		display: block !important;
		width: 14px;
		height: 14px;
		margin: 0 !important;
		font-size: 0 !important;
		line-height: 0 !important;
		color: transparent !important;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5'/%3E%3Cpath d='M5 12l7-7 7 7'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
	}
	.mfoot_top_btn .fa:before,
	.mfoot_top_btn .fa-arrow-up:before {
		content: none !important;
	}
	.mfoot_top_btn:empty:before {
		content: "";
		display: block;
		width: 14px;
		height: 14px;
		background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 19V5'/%3E%3Cpath d='M5 12l7-7 7 7'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
	}
}
