.no-date {
  background-color: $white;
  width: 100%;
  min-height: calc(100vh - 82px);
  max-height: calc(100vh - 82px);
  overflow: hidden;
  text-align: center;
  padding-top: 100px;
  // margin-top: -32px;
  transform: translateY(-32px);

  h1 {
    font-size: 32px;
    color: $g-999;
  }
  .hui-btn {
    margin-top: 20px;
  }
  .no-date-box {
    width: 600px;
    height: 550px;
    margin: 0 auto;
    position: relative;
    .cloud {
      width: 120px;
      height: 50px;
      background-color: #f0f0f0;
      border-radius: 25px;
      display: block;
      position: relative;

      &::before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-color: #f0f0f0;
        position: absolute;
        top: -25px;
        left: calc(50% - 25px);
        border-radius: 100%;
      }
    }
    .cloud1 {
      top: 100px;
      left: 80px;
    }
    .cloud2 {
      top: 30px;
      left: 450px;
    }
    .file {
      display: block;
      width: 200px;
      height: 250px;
      background-color: #dadada;
      border-radius: 3px;
      margin: 100px auto;
      position: relative;
      z-index: 99;
      opacity: 0.8;
      &::before {
        content: "";
        width: 120px;
        height: 15px;
        background: #fff;
        position: absolute;
        left: calc(50% - 60px);
        top: 80px;
        display: block;
      }
      &::after {
        content: "";
        width: 120px;
        height: 15px;
        background: #fff;
        position: absolute;
        left: calc(50% - 60px);
        top: 120px;
        display: block;
        border-radius: 4px;
      }

      i {
        width: 120px;
        height: 15px;
        background: #fff;
        position: absolute;
        left: calc(50% - 60px);
        top: 160px;
        display: block;
        border-radius: 4px;
      }
    }
    &::before {
      content: "";
      position: absolute;
      z-index: 9;
      width: 180px;
      height: 190px;
      background-color: #f0f0f0;
      border-top-left-radius: 90px;
      border-top-right-radius: 90px;
      left: 90px;
      top: 280px;
    }
    &::after {
      content: "";
      position: absolute;
      z-index: 9;
      width: 300px;
      height: 300px;
      background-color: #f0f0f0;
      border-top-left-radius: 150px;
      border-top-right-radius: 150px;
      left: 250px;
      top: 170px;
    }
  }
}
