.layout-table[data-v-55b3bad6] {
  --el-table-row-hover-bg-color: #f9fbff;
  --el-table-border: 1px solid #e9e9e9;
}
.layout-table__container[data-v-55b3bad6] {
  background: #fff;
  padding: 0 30px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.layout-table__empty[data-v-55b3bad6] {
  padding: 15vh 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.layout-table[data-v-55b3bad6] .el-table__empty-text {
  width: 100%;
}
.layout-table[data-v-55b3bad6] .el-table__header .el-table__cell .cell {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.layout-table[data-v-55b3bad6] .el-table__body .el-table__cell .cell {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.layout-table-link-end[data-v-55b3bad6] {
  width: 20px;
  height: 20px;
}
.layout-table.has-link-end[data-v-55b3bad6] .el-table__body-wrapper .el-table__row .el-table__cell:last-child .cell {
  padding: 0;
}
.layout-table.pointer[data-v-55b3bad6] .el-table__row {
  cursor: pointer;
}
.layout-table__pagination[data-v-55b3bad6] {
  height: 64px;
  line-height: 64px;
}