.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.page-loading img {
  width: 32px;
  height: 32px;
}

.page-container {
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
.content-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-loading img {
  width: 16px;
  height: 16px;
  margin-bottom: 20px;
}
.content-loading div {
  color: #aaa;
  font-size: 14px;
}

