/* 去掉版权条下方白边；手机端用蓝色底栏自身垫高，避免被固定底栏挡住 */
.footer-bar {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
	.footer-bar {
		margin-bottom: 0 !important;
		padding-bottom: calc(20px + 56px) !important;
	}
	body {
		padding-bottom: 0 !important;
	}
}
