@charset "UTF-8";
.zent-table-container[data-cp-zv="v2.3.1"] {
  margin-bottom: 20px;
}

.zent-table[data-cp-zv="v2.3.1"] {
  box-sizing: border-box;
  width: 100%;
}
.zent-table[data-cp-zv="v2.3.1"] a {
  color: #155bd4;
  color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
  cursor: pointer;
}
.zent-table[data-cp-zv="v2.3.1"] a:hover {
  cursor: pointer;
  text-decoration: none;
}
.zent-table[data-cp-zv="v2.3.1"] .tr {
  border-bottom-color: #e0e0e0;
  border-bottom-color: var(--theme-default-border-color, var(--theme-stroke-6, #e0e0e0));
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.zent-table[data-cp-zv="v2.3.1"] .expanded-item {
  width: 70px;
  text-align: center;
  position: relative;
}
.zent-table[data-cp-zv="v2.3.1"] .expanded-item i {
  height: 100%;
}
.zent-table[data-cp-zv="v2.3.1"] .expanded-item i::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.zent-table[data-cp-zv="v2.3.1"] .thead .tr {
  border-bottom-color: #e0e0e0;
  border-bottom-color: var(--theme-default-border-color, var(--theme-stroke-6, #e0e0e0));
  background-color: #f7f7f7;
  background-color: var(--theme-body-bg, var(--theme-stroke-8, #f7f7f7));
  border-top: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .tr .cell {
  font-size: 14px;
  font-weight: 500;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .sort-col-title {
  vertical-align: middle;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .sort-col-icon {
  position: relative;
  width: 10px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .caret-up {
  border-bottom-color: #999;
  border-bottom-color: var(--theme-hint-color, var(--theme-stroke-3, #999));
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom-width: 7.5px;
  border-bottom-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .caret-down {
  border-top-color: #999;
  border-top-color: var(--theme-hint-color, var(--theme-stroke-3, #999));
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top-width: 7.5px;
  border-top-style: solid;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .caret-up.sort-active {
  border-bottom-color: #155bd4;
  border-bottom-color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col .caret-down.sort-active {
  border-top-color: #155bd4;
  border-top-color: var(--theme-primary-bg, var(--theme-primary-4, #155bd4));
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col:hover .sort-col-icon {
  visibility: visible;
  opacity: 0.8;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col--active {
  cursor: pointer;
}
.zent-table[data-cp-zv="v2.3.1"] .thead .sort-col--active .sort-col-icon {
  visibility: visible;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr:hover {
  background-color: #f7f7f7;
  background-color: var(--theme-body-bg, var(--theme-stroke-8, #f7f7f7));
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr:hover .empty-data {
  background: transparent;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr--expanded {
  background-color: #f7f7f7;
  background-color: var(--theme-body-bg, var(--theme-stroke-8, #f7f7f7));
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr .td {
  padding: 16px 0 8px;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr .td .expandable-btn {
  background-color: #fff;
  background-color: var(--theme-section-bg, var(--theme-stroke-9, #fff));
  border-color: #e0e0e0;
  border-color: var(--theme-default-border-color, var(--theme-stroke-6, #e0e0e0));
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 10px;
  border-width: 1px;
  border-style: solid;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr .td .expandable-btn.expand-btn::after {
  content: "+";
  box-sizing: border-box;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .tr .td .expandable-btn.collapse-btn::after {
  content: "-";
  box-sizing: border-box;
}
.zent-table[data-cp-zv="v2.3.1"] .tbody .cell {
  min-height: 56px;
  font-size: 14px;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot {
  margin-top: 16px;
  box-sizing: border-box;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot__batchcomponents {
  float: left;
  padding-left: 10px;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot__batchcomponents--has-children {
  background-color: #fff;
  background-color: var(--theme-section-bg, var(--theme-stroke-9, #fff));
  margin-bottom: 10px;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot__batchcomponents--fixed {
  position: fixed;
  bottom: 0;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot__batchcomponents .subcomponent-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.zent-table[data-cp-zv="v2.3.1"] .tfoot__page {
  float: right;
}
.zent-table[data-cp-zv="v2.3.1"] .cell {
  position: relative;
  display: flex;
  flex: auto;
  flex-basis: 0;
  box-sizing: border-box;
  padding: 8px 10px;
  padding-left: 0;
  min-height: 56px;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
.zent-table[data-cp-zv="v2.3.1"] .cell__child-container {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.zent-table[data-cp-zv="v2.3.1"] .cell:first-child {
  padding-left: 10px;
}
.zent-table[data-cp-zv="v2.3.1"] .cell:last-child {
  justify-content: flex-end;
}
.zent-table[data-cp-zv="v2.3.1"] .cell:last-child .cell__child-container {
  text-align: right;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.empty-data {
  line-height: 20px;
  height: 40px;
  justify-content: center;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--selection {
  padding-left: 34px;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--money, .zent-table[data-cp-zv="v2.3.1"] .cell.cell--end {
  justify-content: flex-end;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--money .cell__child-container, .zent-table[data-cp-zv="v2.3.1"] .cell.cell--end .cell__child-container {
  text-align: right;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--start {
  justify-content: flex-start;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--start .cell__child-container {
  text-align: left;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--center {
  justify-content: center;
}
.zent-table[data-cp-zv="v2.3.1"] .cell.cell--center .cell__child-container {
  text-align: center;
}
.zent-table[data-cp-zv="v2.3.1"] .cell .asc,
.zent-table[data-cp-zv="v2.3.1"] .cell .desc {
  margin-left: 3px;
}
.zent-table[data-cp-zv="v2.3.1"] .cell .desc:after {
  position: absolute;
  content: "↓";
}
.zent-table[data-cp-zv="v2.3.1"] .cell .asc:after {
  position: absolute;
  content: "↑";
}
.zent-table[data-cp-zv="v2.3.1"] .cell .select-check {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.zent-table[data-cp-zv="v2.3.1"] .clearfix:after {
  content: "";
  display: table;
  clear: both;
}
