.noContent {
  width: 780px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  .noContent_content {
    display: flex;
  }
}

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

.noContent_content_right {
  margin-left: 83px;
  .noContent_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;
  }

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

  // .noContent_content_right_three, .noContent_upload{
  //     height: 28px;
  //     width: 107px;
  //     background: #FFFFFF;
  //     border: 1px solid #C4C6CF;
  //     box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
  //     background-color: #FFFFFF;
  //     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;

  //     }
  // }
}
.noContent_upload .up-box-btn {
  background-color: transparent !important;
  color: #4e4f64 !important;
  border: 1px solid #c4c6cf !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
