/* layout */
/*表格框*/
.table-box {
  background: #fff;
  padding: 15px;
  padding-bottom: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: auto;
  width: 100%;
}
.table-box.no-table-foot .table-foot {
  display: none;
}
/*表格工具栏*/
.drawingBtnHide .table-toolbar > cx-button-link-drawing {
  display: none;
}
.modelBtnHide .table-toolbar > cx-button-link-model {
  display: none;
}
.pictureBtnHide .table-toolbar > cx-button-link-image {
  display: none;
}
.mapBtnHide .table-toolbar > cx-map-link {
  display: none;
}
.standardSegmentIdentifierHide .table-toolbar cx-bid-select-more {
  display: none;
}
.table-toolbar {
  margin-bottom: 10px;
  text-align: left;
  margin-right: -5px;
}
.table-toolbar > .input-group,
.table-toolbar > .btn-group,
.table-toolbar > .btn,
.table-toolbar > .search-box,
.table-toolbar > .form-control,
.table-toolbar > .form-group,
.table-toolbar > cx-select,
.table-toolbar > cx-button-add,
.table-toolbar > cx-button-delete,
.table-toolbar > cx-button-edit,
.table-toolbar > cx-button-link-model,
.table-toolbar > cx-button-link-drawing,
.table-toolbar > cx-button-link-image,
.table-toolbar > cx-button {
  margin-right: 5px;
}
.table-toolbar > div[ng-show] > .btn-group,
.table-toolbar > div[ng-show] > .btn,
.table-toolbar > div[ng-show] > .search-box,
.table-toolbar > div[ng-show] > .form-control,
.table-toolbar > div[ng-show] > .form-group,
.table-toolbar > div[ng-show] > cx-select,
.table-toolbar > div[ng-show] > cx-button-add,
.table-toolbar > div[ng-show] > cx-button-delete,
.table-toolbar > div[ng-show] > cx-button-edit,
.table-toolbar > div[ng-show] > cx-button-link-model,
.table-toolbar > div[ng-show] > cx-button-link-drawing,
.table-toolbar > div[ng-show] > cx-button-link-image,
.table-toolbar > div[ng-show] > cx-button {
  margin-right: 5px;
}
.table-toolbar > cx-select,
.table-toolbar > .search-box,
.table-toolbar > .form-control,
.table-toolbar > .form-group {
  margin-left: 3px;
}
.table-toolbar > .form-control {
  width: 100px;
  display: inline-block;
}
.table-toolbar > cx-select .form-group {
  margin-bottom: 0;
}
/*表格分页栏*/
.table-foot {
  text-align: center;
}
.table-foot .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 7px 0;
  border-radius: 4px;
}
/*表格*/
.table-body {
  overflow: auto;
  position: relative;
  flex: 1;
  margin-bottom: 10px;
}
.table-body > table {
  margin-bottom: 0;
}
/*固定头部 可用于固定列方法 不可用于 多行tr>th*/
.table thead > tr > th {
  font-size: 13px;
  /* background-color: #e4e4e4; */
  background-color: #e3e6ea;
  border-color: #f0f3fb;
  border: 0;
  border-bottom: #f0f3fb solid 1px;
  vertical-align: middle;
  text-align: center;
}
.table thead > tr > th.text-left {
  text-align: left;
}
.table tbody tr.active > td {
  /* background: #bec9ef !important; */
  background: #e6f7ff !important;
}
.table tbody tr td {
  font-size: 12px;
  background-color: #fff;
  vertical-align: middle;
}
.table tbody tr td.row2 {
  white-space: normal;
  padding: 1px 15px !important;
}
.table tbody tr td.row2 div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.table-nowrap .table > tbody > tr > td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-nowrap .table > tbody > tr > td .td_input_textShow {
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
table.table-edit .edit-show {
  display: none;
}
table.table-edit thead tr th {
  padding: 8px;
}
table.table-edit tbody tr:active td {
  /* background: #bec9ef !important; */
  background: #e6f7ff !important;
}
table.table-edit tbody tr:hover td .cx-td-select-user .selectUser {
  display: flex;
}
table.table-edit tbody tr td {
  padding: 8px;
}
table.table-edit tbody tr td .cx-td-select-user .selectUser {
  display: none;
  cursor: pointer;
}
table.table-edit tbody tr.editTr td {
  background: #e6f7ff !important;
  color: #333;
  position: relative;
}
table.table-edit tbody tr.editTr td .placeholder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  line-height: 22px;
}
table.table-edit tbody tr.editTr td .cx-td-select,
table.table-edit tbody tr.editTr td .td-input-text {
  border: 1px #9e9e9e solid;
  background: #fff;
  cursor: pointer;
}
table.table-edit tbody tr.editTr td .cx-td-select {
  border: 1px #9e9e9e solid;
}
table.table-edit tbody tr.editTr td .td-disinput {
  background: #fff0;
  border: none;
}
table.table-edit tbody tr.editTr td .cx-td-select {
  position: relative;
}
table.table-edit tbody tr.editTr td .cx-td-select .selectUser {
  display: flex;
}
table.table-edit tbody tr.editTr td .cx-td-select .caret {
  position: absolute;
  right: 6px;
  top: 9px;
}
table.table-edit tbody tr.editTr td .edit-show {
  display: block;
}
.cx-td-select {
  border: 1px #ffffff00 solid;
  padding: 0;
  min-height: 24px;
}
.cx-td-select .selectUser {
  display: none;
  pointer-events: none;
  cursor: pointer;
}
.cx-td-select .selectUser:hover .text {
  color: #51c6cf;
}
.cx-td-select .selectUser .text {
  line-height: 22px;
  font-size: 12px;
  pointer-events: none;
}
.cx-td-select .cx-td-select-user {
  padding: 0;
  height: 24px;
  border: none;
  cursor: pointer;
}
/* 绿色表格主题 */
.table-green-tement .table > thead > tr > th {
  background-color: #bbe0e3;
}
.table-green-tement .table-striped > tbody > tr:nth-child(even) > td,
.table-green-tement .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #e7f3f4;
}
/* 蓝色表格主题 */
.table-blue-tement .table > thead > tr > th {
  background-color: #409eff;
}
.table-blue-tement .table > thead > tr > th {
  color: #fff;
}
.table-blue-tement .table-striped > tbody > tr:nth-child(even) > td,
.table-blue-tement .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #d7ebf9;
}
/* 白色表格主题 */
.table-bootstrap-tement .table {
  border-right: 0;
}
.table-bootstrap-tement .table.table-bordered-must {
  border-right: 1px;
  border: 1px solid #eaeff0;
}
.table-bootstrap-tement .table.table-bordered-must > tbody > tr > td,
.table-bootstrap-tement .table.table-bordered-must > thead > tr > th {
  border: 0;
  border-left: 1px solid #eaeff0;
  border-bottom: 1px solid #eaeff0;
}
.table-bootstrap-tement .table > thead > tr > th {
  background-color: #fff;
  border-bottom: 1px solid #eaeff0;
  text-align: left;
}
.table-bootstrap-tement .table > tbody > tr > td,
.table-bootstrap-tement .table > tfoot > tr > td {
  border-top: 1px solid #eaeff0;
  text-align: left;
}
.table-bootstrap-tement .table-striped > tbody > tr:nth-child(even) > td,
.table-bootstrap-tement .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
.table-bootstrap-tement .table-striped > tbody > tr:nth-child(odd) > td,
.table-bootstrap-tement .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafbfc;
}
.table-bootstrap-tement .table-bordered > tbody > tr > td,
.table-bootstrap-tement .table-bordered > thead > tr > th {
  border: 0;
  border-left: 0;
  border-bottom: 1px solid #eaeff0;
}
.table-bootstrap-tement .table-bordered > thead > tr:first-child > th {
  border-top: 0 !important;
}
.table:not(.table-bordered) > thead > tr > th {
  background-color: #f2f6fa;
}
.table:not(.table-bordered) > tbody > tr > td,
.table:not(.table-bordered) > tfoot > tr > td {
  border-color: #f0f0f0;
}
/* table.table-edit tbody tr:hover td {
    background-color: #f0f0f0 !important;
} */
.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th {
  border: 0;
  border-left: #bbb solid 1px;
  border-bottom: #bbb solid 1px;
}
.table-bordered > thead > tr:first-child > th {
  border-top: #bbb solid 1px !important;
}
.table-bordered > tbody > tr > td:last-child,
.table-bordered > thead > tr:first > th:last-child {
  border-right: #bbb solid 1px;
}
.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #fcfeff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fff;
}
.table-hover > tbody > tr:hover > td {
  background-color: #fffdf0;
}
/*固定头部 可用于固定列方法 不可用于 多行tr>th*/
.table-fixed {
  table-layout: fixed;
  border-collapse: inherit;
}
/* 固定头 */
.fixedTable,
.table-fixed {
  border-collapse: inherit;
  /* table-layout: fixed; */
  /* 固定列 -尾列样式 */
  /* 固定列 -尾列样式 */
}
.fixedTable.thead2 > thead > tr:nth-child(1) > th,
.table-fixed.thead2 > thead > tr:nth-child(1) > th {
  top: 0px;
  height: 36px !important;
  padding: 0;
}
.fixedTable.thead2 > thead > tr:nth-child(2) > th,
.table-fixed.thead2 > thead > tr:nth-child(2) > th {
  top: 36px !important;
}
.fixedTable.thead3 > thead > tr:nth-child(1) > th,
.table-fixed.thead3 > thead > tr:nth-child(1) > th {
  top: 0px;
  height: 36px !important;
  padding: 0;
}
.fixedTable.thead3 > thead > tr:nth-child(2) > th,
.table-fixed.thead3 > thead > tr:nth-child(2) > th {
  top: 36px !important;
  height: 36px !important;
  padding: 0;
}
.fixedTable.thead3 > thead > tr:nth-child(3) > th,
.table-fixed.thead3 > thead > tr:nth-child(3) > th {
  top: 72px !important;
}
.fixedTable.thead4 > thead > tr:nth-child(1) > th,
.table-fixed.thead4 > thead > tr:nth-child(1) > th {
  top: 0px;
  height: 36px !important;
}
.fixedTable.thead4 > thead > tr:nth-child(2) > th,
.table-fixed.thead4 > thead > tr:nth-child(2) > th {
  top: 36px !important;
  height: 36px !important;
}
.fixedTable.thead4 > thead > tr:nth-child(3) > th,
.table-fixed.thead4 > thead > tr:nth-child(3) > th {
  top: 72px !important;
  height: 36px !important;
}
.fixedTable.thead4 > thead > tr:nth-child(4) > th,
.table-fixed.thead4 > thead > tr:nth-child(4) > th {
  top: 108px !important;
}
.fixedTable > thead > tr > th,
.table-fixed > thead > tr > th {
  position: sticky !important;
  top: 0px;
  z-index: 1;
}
.fixedTable > thead > tr > th.fixedTh,
.table-fixed > thead > tr > th.fixedTh {
  z-index: 2;
  left: 0;
}
.fixedTable > tbody > tr > td.fixedTd,
.table-fixed > tbody > tr > td.fixedTd {
  position: sticky !important;
  z-index: 1;
  left: 0;
}
.fixedTable.table-bordered > thead > tr > th.fixedTh.last,
.table-fixed.table-bordered > thead > tr > th.fixedTh.last,
.fixedTable.table-bordered > tbody > tr > td.fixedTd.last,
.table-fixed.table-bordered > tbody > tr > td.fixedTd.last,
.fixedTable.table-bordered > thead > tr > th.fixedTh:nth-last-child(1),
.table-fixed.table-bordered > thead > tr > th.fixedTh:nth-last-child(1),
.fixedTable.table-bordered > tbody > tr > td.fixedTd:nth-last-child(1),
.table-fixed.table-bordered > tbody > tr > td.fixedTd:nth-last-child(1) {
  border-right: 1px solid #dedede;
}
.fixedTable > thead > tr > th.fixedTh.last,
.table-fixed > thead > tr > th.fixedTh.last,
.fixedTable > tbody > tr > td.fixedTd.last,
.table-fixed > tbody > tr > td.fixedTd.last,
.fixedTable > thead > tr > th.fixedTh:nth-last-child(1),
.table-fixed > thead > tr > th.fixedTh:nth-last-child(1),
.fixedTable > tbody > tr > td.fixedTd:nth-last-child(1),
.table-fixed > tbody > tr > td.fixedTd:nth-last-child(1) {
  box-shadow: #00000014 8px 0px 7px;
}
.fixedTable > tbody > tr.tfoot > td,
.table-fixed > tbody > tr.tfoot > td,
.fixedTable .table > tfoot > tr > td,
.table-fixed .table > tfoot > tr > td {
  position: sticky;
  bottom: 0;
  z-index: 1;
  background: #f5f5f5;
}
.fixedTable > tbody > tr.tfoot > td.fixedTd,
.table-fixed > tbody > tr.tfoot > td.fixedTd,
.fixedTable .table > tfoot > tr > td.fixedTd,
.table-fixed .table > tfoot > tr > td.fixedTd {
  z-index: 2;
}
[table-sort] tbody tr td:nth-child(1),
.table-sort tbody tr td:nth-child(1) {
  position: relative;
}
[table-sort] tbody tr td:nth-child(1)::after,
.table-sort tbody tr td:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: #13a5d2;
}
/* 固定尾列 */
.fixedTable-last > thead > tr:first-child > th:nth-last-child(1),
.fixedTable-last > tbody > tr > td:nth-last-child(1) {
  position: sticky !important;
  right: 0px;
  box-shadow: #00000014 -8px 0px 7px;
}
.fixedTable-last > thead > tr:first-child > th:nth-last-child(1) {
  z-index: 2;
}
.fixedTable-last > tbody > tr > td:nth-last-child(1) {
  z-index: 1;
}
/* 滚动阴影及固定尾列边框 */
.fixedTable.scroll-start > thead > tr > th.fixedTh.last,
.fixedTable.scroll-start > tbody > tr > td.fixedTd.last {
  border-right: none;
  box-shadow: none;
}
.fixedTable-last.scroll-start.table-bordered > thead > tr > th:nth-last-child(1),
.fixedTable-last.scroll-start.table-bordered > tbody > tr > td:nth-last-child(1) {
  border-right: 1px solid #bbb;
}
.fixedTable-last.scroll-center.table-bordered > thead > tr > th:nth-last-child(1),
.fixedTable-last.scroll-center.table-bordered > tbody > tr > td:nth-last-child(1) {
  border-right: 1px solid #bbb;
}
.fixedTable-last.scroll-end.table-bordered > thead > tr > th:nth-last-child(1),
.fixedTable-last.scroll-end.table-bordered > tbody > tr > td:nth-last-child(1) {
  border-left: #bbb solid 1px;
}
.fixedTable-last.scroll-end > thead > tr > th:nth-last-child(1),
.fixedTable-last.scroll-end > tbody > tr > td:nth-last-child(1) {
  box-shadow: none;
}
.fixedThead {
  border-collapse: inherit;
}
.fixedThead thead {
  position: sticky;
  top: 0px;
  z-index: 1;
}
.table.no-tableborder .td {
  border: none;
  border-bottom: 1px solid #d0d0d0;
}
.table-no-bordered {
  border-collapse: collapse;
}
.table-no-bordered > thead > tr > th {
  border-left: none;
}
.table-no-bordered > tbody > tr > td {
  background-color: #fcfeff;
  border-color: #c1c4d0;
  border: 0;
  border-left: none;
  border-bottom: #c1c4d0 solid 1px;
}
/* ************************** 表格宽度 ******************************** */
/*项目名称最小宽度*/
.w-0px {
  min-width: 0px;
  max-width: 0px;
  width: 0px;
  display: none;
}
.w-40px {
  /*w-40px闽川勾选框专用*/
  padding: 0px !important;
  min-width: 40px;
  max-width: 40px;
  width: 40px;
}
.w-50px {
  padding: 0px;
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  padding: 5px !important;
}
.w-60px {
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}
.w-80px {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
}
.w-100px {
  min-width: 100px;
  max-width: 100px;
  width: 100px;
}
.w-120px {
  min-width: 120px;
  max-width: 120px;
  width: 120px;
}
.w-130px {
  min-width: 130px;
  max-width: 130px;
  width: 130px;
}
.w-150px {
  min-width: 150px;
  max-width: 150px;
  width: 150px;
}
.w-180px {
  min-width: 180px;
  max-width: 180px;
  width: 180px;
}
.w-200px {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
}
.w-220px {
  min-width: 220px;
  max-width: 220px;
  width: 220px;
}
.w-250px {
  min-width: 250px;
  max-width: 250px;
  width: 250px;
}
.w-300px {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
}
.w-400px {
  min-width: 400px;
  max-width: 400px;
  width: 400px;
}
.w-500px {
  min-width: 500px;
  max-width: 500px;
  width: 500px;
}
.s-projectName {
  min-width: 200px;
}
.s-w-100px {
  min-width: 100px;
}
.s-w-200px {
  min-width: 200px;
}
.s-w-150px {
  min-width: 150px;
}
.s-w-300px {
  min-width: 300px;
}
.s-w-250px {
  min-width: 250px;
}
.s-w-400px {
  min-width: 400px;
}
@media (max-width: 1600px) {
  /*  */
  .s-projectName {
    width: 400px;
  }
  .s-w-100px {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
  }
  .s-w-200px {
    min-width: 200px;
    max-width: 200px;
    width: 200px;
  }
  .s-w-150px {
    min-width: 150px;
    max-width: 150px;
    width: 150px;
  }
  .s-w-300px {
    min-width: 300px;
    max-width: 300px;
    width: 300px;
  }
  .s-w-250px {
    min-width: 250px;
    max-width: 250px;
    width: 250px;
  }
  .s-w-400px {
    min-width: 400px;
    max-width: 400px;
    width: 400px;
  }
}
/* ************************** 表格宽度 ******************************** */
.tb-bg-info,
.tb-bg-info > td {
  color: #e8ffed;
  background-color: #23b7e5 !important;
}
.tb-bg-success,
.tb-bg-success > td {
  color: #e8ffed;
  background-color: #27c24c !important;
}
.tb-bg-warning,
.tb-bg-warning > td {
  color: #fffefa;
  background-color: #ffc107 !important;
}
.tb-bg-grey,
.tb-bg-grey > td {
  color: #ffffff;
  background-color: red !important;
}
.tb-bg-info-lt,
.tb-bg-info-lt > td {
  color: #000;
  background-color: #23b7e5 !important;
}
.tb-bg-danger,
.tb-bg-danger > td {
  color: #ffffff;
  background-color: red !important;
}
/*表格列背景色(针对父级列) zby*/
.tb-bg-default,
.tb-bg-default > td {
  color: #000;
  background-color: #b5ddef !important;
}
/* 录审移 */
.ui-tb-tr-header td {
  text-align: center;
  white-space: nowrap;
}
.tb-bg-success-lt,
.tb-bg-success-lt > td {
  color: #e8ffed;
  background-color: #6cd485 !important;
}
.tb-bg-info-lt,
.tb-bg-info-lt > td {
  color: #000;
  background-color: #13a5d2 !important;
}
.tb-bg-danger-lt,
.tb-bg-danger-lt > td {
  color: #ffffff;
  background-color: #ff8181 !important;
}
.tb-bg-success-lt:hover > td,
.tb-bg-info-lt:hover > td,
.tb-bg-danger-lt:hover > td {
  color: #333;
}
/* 表格颜色 -原bootcss */
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table > thead > tr > td.croci,
.table > tbody > tr > td.croci,
.table > tfoot > tr > td.croci,
.table > thead > tr > th.croci,
.table > tbody > tr > th.croci,
.table > tfoot > tr > th.croci,
.table > thead > tr.croci > td,
.table > tbody > tr.croci > td,
.table > tfoot > tr.croci > td,
.table > thead > tr.croci > th,
.table > tbody > tr.croci > th,
.table > tfoot > tr.croci > th {
  background-color: #d2ce5b;
}
table > tbody > tr > td.select-td {
  /* border: 3px dotted #d8b71d !important; */
  background: #f7eab0 !important;
  color: #666;
}
/* 可拖动列的样式 */
[ui-table-move-column] {
  table-layout: fixed;
}
[ui-table-move-column] td,
[ui-table-move-column] th {
  position: sticky;
}
/* 紧凑模式的表格样式 */
table.table-sm > tbody > tr > td {
  padding: 1px !important;
}
/* 黑色主题 */
.table-black-tement {
  color: #fff;
  background: #2b3548;
}
.table-black-tement .bd {
  border-color: #51617f;
}
.table-black-tement .table-box,
.table-black-tement .zj_form_box .content_box {
  background: #2b3548;
}
.table-black-tement .table > tbody > tr.active > td {
  color: #000;
}
.table-black-tement .projectrecords .content_box .detail-bigBox {
  background: #2b3548 !important;
}
.table-black-tement .table {
  color: #fff;
}
.table-black-tement .table-bordered {
  border: none;
}
.table-black-tement .table-bordered > tbody > tr > td,
.table-black-tement .table-bordered > thead > tr > th {
  border-color: #666;
}
.table-black-tement .table > thead > tr > th {
  background-color: #3d4e6e;
}
.table-black-tement .table > tbody > tr > td {
  background-color: #434f67;
}
.table-black-tement .table-striped > tbody > tr:nth-child(even) > td,
.table-black-tement .table-striped > tbody > tr:nth-child(even) > th {
  background-color: #364258;
}
.table-black-tement .table-striped > tbody > tr:nth-child(odd) > td,
.table-black-tement .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #434f67;
}
.table-black-tement .btn {
  background: #3d4e6e;
  color: #fff !important;
}
.table-black-tement .btn:hover {
  background: #3d4e6e;
}
.table-black-tement a {
  color: #fff;
}
.table-black-tement .main_body > .l_menu_body_main_heng {
  background-color: #434f67;
}
.table-black-tement .ui-checked {
  background-color: #3d4e6e !important;
}
.table-black-tement .ui-checked:hover {
  background-color: #3d4e6e !important;
}
.table-black-tement .nav-tabs > li > a:hover,
.table-black-tement .nav-tabs > li > a:focus {
  background-color: #3d4e6e !important;
  color: #fff;
}
.table-black-tement .form-control,
.table-black-tement .cx-form-box-one-input {
  background-color: #3d4e6e !important;
  color: #fff;
}
.table-black-tement .dropdown-menu a,
.table-black-tement .list-group > .list-group-item {
  color: #333;
}
.table-move-line {
  position: fixed;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px solid #23b7e5;
  z-index: 10;
}
.table-move-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 6px;
  height: 40px;
  background-color: #23b7e5;
}
cx-table,
cx-table-tree {
  display: inline-block;
}
cx-table cx-thead,
cx-table-tree cx-thead {
  position: sticky;
  top: 0;
  display: inline-block;
  background-color: #fff;
  z-index: 3;
}
cx-table cx-tr-grounp,
cx-table-tree cx-tr-grounp {
  display: list-item;
}
cx-table cx-tr,
cx-table-tree cx-tr {
  display: flex;
}
cx-table cx-tr .fixed-cell:last-child,
cx-table-tree cx-tr .fixed-cell:last-child,
cx-table cx-tr .fixed-cell.last,
cx-table-tree cx-tr .fixed-cell.last {
  box-shadow: 1px 0px 1px #ccca;
}
cx-table cx-tr:hover .handle,
cx-table-tree cx-tr:hover .handle {
  display: flex;
}
cx-table cx-tr:hover cx-td,
cx-table-tree cx-tr:hover cx-td {
  background: #f5f5f5;
  position: relative;
}
cx-table cx-tr .cd-kong,
cx-table-tree cx-tr .cd-kong {
  height: 10px;
}
cx-table .handle,
cx-table-tree .handle {
  width: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  bottom: 0;
  align-items: center;
  background: #f5f5f5;
  justify-content: center;
  cursor: pointer;
  display: none;
}
cx-table .fixed-cell,
cx-table-tree .fixed-cell {
  position: sticky;
  left: 0;
  z-index: 1;
}
cx-table cx-th,
cx-table-tree cx-th,
cx-table cx-td,
cx-table-tree cx-td {
  padding: 0 8px 0 24px;
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 8px;
  border-color: #efefef #efefef transparent transparent;
  border-style: solid;
  border-width: 1px;
  background: #fff;
}
cx-table cx-th,
cx-table-tree cx-th {
  background: #f5f5f5;
  position: relative;
}
cx-table cx-th:hover .moveWidth,
cx-table-tree cx-th:hover .moveWidth {
  display: flex;
}
cx-table cx-th .moveWidth,
cx-table-tree cx-th .moveWidth {
  cursor: col-resize;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 6px;
  display: flex;
  align-items: center;
  z-index: 1;
  background-color: #23b7e5;
  display: none;
}
cx-table cx-td,
cx-table-tree cx-td {
  background: #fff;
}
cx-table .center,
cx-table-tree .center {
  justify-content: center;
}
cx-table .table-tree-toggle,
cx-table-tree .table-tree-toggle {
  width: 15px;
  cursor: pointer;
}
.line-feed {
  white-space: pre-wrap;
  text-align: left;
}
.mar-r-8 {
  margin-right: 8px;
}
.mar-l-3 {
  margin-left: 3px;
}
.mar-l-5 {
  margin-left: 5px;
}
.upload-box {
  width: 100%;
  border: 1px solid #cfdadd;
  padding: 5px;
  border-radius: 2px;
  min-height: 100px;
}
