.el-table th.gutter {
  display: table-cell !important;
}

.el-table tr {
  border-radius: 4px 4px 0px 0px !important;
}

.el-table th {
  font-size: 16px;
}

.el-table td {
  font-size: 14px;
}

.el-table td,
.el-table th.is-leaf {
  border-bottom: 1px solid #E9EDF0 !important;
}

.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  border-right: 0px solid #EBEEF5 !important;
}

.el-table td {
  height: 44px !important;
  padding: 0px !important
}

.el-table th {
  height: 44px !important;
  background: #E9EDF0 !important;
  padding: 0px !important
}

thead tr,
thead th {
  height: 44px !important;
  background: #E9EDF0 !important;
  padding: 0px !important;
  color: #404040 !important;
}

.el-table {
  border-collapse: collapse !important;
  margin: 0 auto !important;
  font-size: 16px !important;
}

/* 字体居左显示 */
.el-table th {
  text-align: left !important;
  font-weight: bold !important;
}

.el-table td {
  text-align: left !important;
}

.el-table thead {
  color: #fff !important;
}

/* .el-table__fixed{
  padding-top: 19px !important;
} */
.el-table {
  overflow-x: auto !important;
}

.el-table__header-wrapper,
.el-table__body-wrapper,
.el-table__footer-wrapper {
  overflow: visible !important;
}

.el-table::after {
  position: relative !important;
}

.el-table--scrollable-x .el-table__body-wrapper {
  overflow: visible !important;
}