/* 应用显示控制样式 */
#app {
	display: none;
}

#app.app-show {
	display: block !important;
}