#app,
body,
html {
  height: 100%;
  background: #f0f2f5;
}
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: PingFangM;
}
#project_detail .page_header_base .ant-page-header-content,
#project_detail .page_header_base .ant-page-header-heading {
  padding: 16px 24px;
  background: #fff;
}
#project_detail .page_header_base .ant-page-header-heading {
  padding-bottom: 0;
}
#project_detail .page_header_base .ant-page-header-content {
  padding-top: 12px;
}
#project_detail .page_header_base .ant-page-header-footer {
  margin-top: 0;
  margin-bottom: 24px;
}
#project_detail
  .page_header_base
  .ant-page-header-footer
  .ant-tabs-bar.ant-tabs-top-bar {
  background: #fff;
  padding: 0 24px;
}
.status_span_font {
  font-weight: 600;
}
@font-face {
  font-family: PingFangM;
  src: url(/static/dchy_vue/font/pfM.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PingFangB;
  src: url(/static/dchy_vue/font/pfB.ttf);
  font-weight: 400;
  font-style: normal;
}
.flex {
  display: flex;
}
.j-s {
  justify-content: space-between;
}
.a-c {
  align-items: center;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ant-btn {
  border-radius: 2px;
}
.table_radio_button .ant-radio-button-wrapper {
  margin-right: 8px;
  border-radius: 2px !important;
}
.table__ .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 !important;
}
.table__ .ant-table-row td {
  white-space: nowrap;
}
.table__ .ant-table-thead tr th {
  background-color: #fafafa !important;
}
.text_hover:hover {
  font-weight: 600;
  text-decoration: underline;
}
.red_c {
  color: red !important;
}
