.projectDatas .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 10px 20px;
}
.projectDatas .tabs > span {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}
.projectDatas .bgc {
  background-color: rgba(255, 245, 167, 0.3);
}
.projectDatas .tables3 .ant-table-bordered .ant-table-thead > tr > th {
  white-space: inherit;
}

