/*页脚二维码手机端排版调整*/
@media screen and (max-width:500px) {
	#column_1750754953587 > DIV {
	display:flex !important;
	flex-direction:row !important;
	flex-wrap:unset !important;
	align-content:unset !important;
	justify-content:unset !important;
	align-items:unset !important;
}
}