html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
}

.avue-home {
  background-color: #f1f2f6;
  height: 100%;
  /* display: flex;
  flex-direction: column; */
  position: relative;
}

.avue-home__main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 666px;
  height: 350px;
  /* background-color: aqua; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.avue-home__main-left {
  width: 358px;
  height: 265px;
  background: url("/img/loading/loading.png") no-repeat;
  background-size: 100% 100%;
}

.avue-home__main-left > img {
  width: 100%;
  height: 100%;
}

.avue-home__main-right {
  width: 308px;
  height: 250px;
  padding-top: 20px;
  box-sizing: border-box;
}

.avue-home__main-right > p:nth-child(1) {
  text-align: center;
}

.avue-home__main-right > p:nth-child(2) {
  font-size: 19px;

  font-weight: bold;
  color: #666666;
  text-align: center;
}

.avue-home__main-right > p:nth-child(3) {
  font-size: 15px;

  color: #999999;
  text-align: center;
}

.avue-home__footer {
  position: absolute;
  bottom: 20px;
  width: 100%;
  font-size: 12px;

  color: #666666;
  text-align: center;
  padding: 1em 0;
}

.avue-home__footer > a {
  font-size: 12px;

  color: #666666;
  text-decoration: none;
}

.avue-home__loading {
  height: 32px;
  width: 32px;
  margin-bottom: 20px;
}

.avue-home__title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.avue-home__sub-title {
  color: #ababab;
  /* font-size: 12px; */
}
