

* {
  padding: 0;
  margin: 0;
  list-style: none;
}

#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: SarasaMonoTSCBoldItalic;
}

.app-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #303133;
}
.app-loading-title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.app-loading-subtitle {
  margin-top: 10px;
  font-size: 12px;
  color: #fff;
}


.page-container{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: visible;

}

.page-bg{
  background-image: url(../images/bg3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
