.page-index {
  min-height: 100vh;
  display: flex;
  background: #EBF0F4;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.page-index img {
  max-width: 100%;
  width: 100%;
}

.page-index .tabbar {
  width: 100%;
  position: fixed;
  bottom: 0;
  color: #999;
}

.page-index .tabbar .active {
  color: #DCCEB3;
}
