.googlePage{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    
    background:url('../../static/img/inviteBg.png') no-repeat center;
    background-size: cover;
    z-index: 9999999;
  }
  .googlePage .googleContent{
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    flex-wrap: wrap;
    transform: translate(-50%,-56%);
  }
  
  .googlePage .googleContent .googleLeft img{
      width: 100px;
      height: auto;
  }
  .googlePage .googleContent .googleRight{
    font-size: 20px;
    line-height: 34px;
    margin-left: 20px;
    color: #FFF;
  }
  .googlePage .googleContent .googleRight .googleBtn{
    margin-top: 15px;
  }
  .googlePage .googleContent .googleRight .googleBtn button{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 60px;
    font-size: 14px;
    border-radius: 4px;
    color: #FFF;
    background-color: #409EFF;
    border-color: #409EFF;
  }