.table-wrap {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table thead {
  position: sticky;
  z-index: 10;
  position: sticky;
  top: 0;
}
table th {
  height: 35px;
  background:#e0e9ff;
  font-weight: 400;
  color: #111;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
}
table th:last-child {
  border-right: none;
}
table th,
table td {
  font-size: 15px;
  vertical-align: middle;
}
table td {
  color: #333;
  height: 29px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.main-table.table-wrap {
  width: 100%;
 overflow-x: auto; 
  height: calc(100% - 80px);
}

.main-table.table-wrap table th,
.main-table.table-wrap table td {
  min-width: 50px;
  padding: 0 12px;
}/*# sourceMappingURL=table.css.map */

.wrap .left .tab-content{
	    height: 100%;
}


