.custom-header {
  padding: 0 25px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e4e7ed;
}
@media (max-width: 1440px) {
.custom-header {
    display: block;
}
.custom-header .tab-box {
    border-bottom: 1px solid #e8e8e8;
}
.custom-header .ctrl-box {
    margin: 10px 0;
}
}
.custom-header.ctrl-box-fixed-right-top {
  position: absolute;
  right: 0;
  top: 12px;
  border-bottom: none;
}
@media (max-width: 1110px) {
.custom-header.ctrl-box-fixed-right-top {
    top: -2px;
}
}
.custom-header .tab-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.custom-header .tab-box .el-tabs__header {
  margin: 0;
  color: #ffffff;
}
.custom-header .tab-box .el-tabs__nav-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-header .tab-box .el-tabs__nav-wrap::after {
  height: 0;
  background: transparent;
}
.custom-header .tab-box .el-tabs__item {
  height: 50px;
  line-height: 50px;
  color: #666;
}
.custom-header .tab-box .el-tabs__item.is-active {
  color: #409EFF;
}
.custom-header .ctrl-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-header .ctrl-box .search-box {
  width: auto;
  min-width: 290px;
}
.custom-header .ctrl-box .el-button + .el-button {
  margin-left: 16px;
}
.custom-list[data-v-06a26848] {
  background: #fff;
}
.custom-list.custom-list-padding[data-v-06a26848] {
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-list .header[data-v-06a26848] {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-list .header .title[data-v-06a26848] {
  font-size: 16px;
  color: #1A1A1C;
  font-weight: 500;
}
.custom-list .el-button--medium[data-v-06a26848] {
  padding: 5px !important;
}
.custom-list .el-pagination[data-v-06a26848] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
  background: #fff;
}
.custom-list .el-pagination[data-v-06a26848]  .el-pagination__total {
  float: left;
}
.custom-list[data-v-06a26848]  .el-table::before {
  z-index: inherit;
}
.custom-list[data-v-06a26848]  .el-table th {
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 500;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-list[data-v-06a26848]  .el-table td {
  font-size: 14px;
  color: #1a1a1c;
  padding: 4px 0;
}
.custom-list[data-v-06a26848]  .el-table td.operate .fa {
  font-size: 16px !important;
}
.custom-list[data-v-06a26848]  .el-table.workbench-group-web-table td {
  padding: 12px 0;
}
.custom-list[data-v-06a26848]  .el-table__fixed-right-patch {
  background-color: #fafafa;
}
.custom-list[data-v-06a26848]  .el-dropdown {
  padding: 8px 0;
  color: #2196F3;
  cursor: pointer;
}
.custom-list .ml-10[data-v-06a26848] {
  margin-left: 10px;
}
.fa .icon-text[data-v-06a26848] {
  margin-left: 8px;
  font-size: 12px;
}
.fa-qiyong[data-v-06a26848] {
  font-size: 16px !important;
  margin-left: -2px;
  margin-top: -2px;
}
.popover-list[data-v-06a26848] {
  max-height: 200px;
  overflow-y: auto;
}
.popover-list > li[data-v-06a26848] {
  width: 100%;
  padding: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
