  .surveylimitbox {
    display: none;
  }
  .surveylimit {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    display: flex;
    padding: 10px;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: bold;
  }
  .surveylimit > img {
    width: 80%;
  }
  .surveylimit > div {
    margin-bottom: 20px;
  }
  .tips {
    font-size: 0.36rem;
  }
  .surveylimit-message {
    color: #999;
    font-weight: 500;
    font-size: 0.28rem;
    padding: 0 10px;
  }
  #surveylimit2 {
    color: #3c3d40;
    background: none;
  }
  #surveylimit2 img {
    width: 2rem;
    margin-top: 30vh;
    margin-bottom: 0.4rem;
  }
  #surveylimit2 .surveylimit-message {
    color: #3c3d40;
  }
  #surveylimit3 {
    color: #fff;
    background: none;
  }
  #surveylimit3 img {
    width: 2rem;
    margin-top: 30vh;
    margin-bottom: 0.4rem;
  }
  #surveylimit3 .surveylimit-message {
    color: #fff;
  }