#app {
  height: 100%;
}
.zwy-admin-home {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  user-select: none;
  color: #fff;
  background-color: #0D0D15;
}

.zwy-admin-home .title-text {
  font-size: 22px;
  margin-top: 24px;
  color: #fff;
  letter-spacing: 2px;
}

.zwy-admin-home .loading-text {
  font-size: 13px;
  margin-top: 10px;
  color: #a0a2b3;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.zwy-loader {
  width: 180px;
  height: 180px;
  background: url('./loading-v2.svg') no-repeat center / contain;
}

.zwy-loader-svg {
  width: 100%;
  height: 100%;
}

/* ---- 浏览器升级提示 ---- */
#browser-upgrade {
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  user-select: none;
  color: #736477;
  background-color: snow;
}
#browser-upgrade .title {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
}
#browser-upgrade .browsers {
  text-align: center;
}
#browser-upgrade .browsers .browser {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  text-decoration: none;
}
#browser-upgrade .browsers .browser .browser-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border: none;
}
#browser-upgrade .browsers .browser .browser-name {
  text-align: center;
  margin-top: 10px;
  padding-bottom: 2px;
  color: #736477;
  border-bottom: 1px solid transparent;
}
#browser-upgrade .browsers .browser:hover .browser-name {
  border-bottom: 1px solid #736477;
}
