html, body, #app { margin: 0; height: 100%; }
#app-boot {
  display: flex; align-items: center; justify-content: center;
  height: 100vh; font: 15px/1.5 "Noto Sans SC", "Microsoft YaHei", sans-serif;
  color: #999;
}
