.Table .ivu-table-wrapper-with-border {
  border: 1px solid #FEDEC0 !important;
  margin-bottom: 20px;
}
.Table .ivu-table-overflowX,
.Table .ivu-table-tip {
  overflow: inherit;
}
.Table .ivu-table th {
  background: #FFF3E8;
  -webkit-box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
          box-shadow: inset -1px 0px 0px rgba(251, 139, 31, 0.2);
  border-radius: 0px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  height: 40px;
  border: none !important;
}
.Table .ivu-table td {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  border-right: 1px solid #FEDEC0 !important;
}

.OverView .SearchForm .ivu-col[data-v-0621f39e] {
  text-align: left;
}
.OverView .tableBlock[data-v-0621f39e] {
  margin-bottom: 40px;
}
.OverView .tableBlock h3[data-v-0621f39e] {
  font-weight: 500;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 16px;
  color: var(--main-color);
}

