.init-wrapper{    
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-color: #f0f2f5;
    text-align: center;
  }
  .init-img-box {
    text-align: center;
    margin-bottom: 10px;
    margin-top:80px;
  }
  .init-home-img {
    width: 80%;
  }
  .init-tips{
    text-align: center;
    color:#999;
    font-size: 16px;
    margin:10px 0 20px 0;
  }
  .init-button {
    text-align: center;
    display: none;
  }
  .init-button button {
    border:0.5px solid #aaa;
    border-radius: 20px;
    color: #222;
    padding:8px 20px;
    font-size: 15px;
    background-color: transparent;
  }