.noClass {
  width: 967px;
  height: 500px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  .noClass_content {
    display: flex;
  }
}

//隐藏noClass
.noClassHidden {
  display: none;
}

.noClass_content_right {
  margin-left: 83px;
  .noClass_content_right_one {
    margin-top: 18px;
    margin-bottom: 16px;
    height: 24px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #384155;
    letter-spacing: 0;
    line-height: 24px;
  }

  .noClass_content_right_two {
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .noClass_content_right_three {
    height: 28px;
    width: 107px;
    background: #fff;
    border: 1px solid #c4c6cf;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    span {
      height: 12px;
      width: 72px;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #4e4f64;
      letter-spacing: 0;
      line-height: 12px;
    }
  }
  .btn {
    height: 28px;
    width: 107px;
    // background: #fff;
    // border: 1px solid #c4c6cf;
    // box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    // background-color: #fff;
    // text-align: center;
    line-height: 28px;
    cursor: pointer;
  }
}
