.cell-type-containers[data-v-1a2d032a] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cell-type-containers .cell-tabs[data-v-1a2d032a] {
  height: 52px;
  font-size: 14px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-type-containers .cell-tabs > ul[data-v-1a2d032a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cell-type-containers .cell-tabs > ul > li[data-v-1a2d032a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  color: #1a1a1c;
}
.cell-type-containers .cell-tabs > ul > li[data-v-1a2d032a]:first-child {
  border-radius: 4px 0px 0px 4px;
}
.cell-type-containers .cell-tabs > ul > li[data-v-1a2d032a]:last-child {
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.cell-type-containers .cell-tabs > ul > li.active[data-v-1a2d032a] {
  background: #2196F3;
  border-color: #2196F3;
  color: #fff;
}
.cell-type-containers .cell-search[data-v-1a2d032a] {
  height: 32px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-type-containers .cell-type[data-v-1a2d032a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
}
.cell-type-containers .cell-type.min-height[data-v-1a2d032a] {
  min-height: 100vh;
}
.cell-type-containers .cell-type .add-cellType[data-v-1a2d032a] {
  margin: 0 10px;
  padding: 5px 10px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  text-align: center;
  color: #666666;
  cursor: pointer;
}
.cell-type-containers .cell-type .toggle[data-v-1a2d032a] {
  font-size: 12px;
}
.cell-type-containers .cell-type > ul[data-v-1a2d032a] {
  font-size: 14px;
}
.cell-type-containers .cell-type > ul > li.active[data-v-1a2d032a] {
  background: #ECF6FE;
}
.cell-type-containers .cell-type > ul > li.flex-layout[data-v-1a2d032a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell-type-containers .cell-type > ul > li.flex-layout span[data-v-1a2d032a] {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cell-type-containers .cell-type > ul > li[data-v-1a2d032a]:hover {
  background: #ECF6FE;
}
.cell-type-containers .cell-type > ul > li:hover .operation[data-v-1a2d032a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell-type-containers .cell-type > ul > li span[data-v-1a2d032a] {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 10px;
  color: #1a1a1c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.cell-type-containers .cell-type > ul > li .edit-name[data-v-1a2d032a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px;
}
.cell-type-containers .cell-type > ul > li .edit-name .edit-containers[data-v-1a2d032a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cell-type-containers .cell-type > ul > li .edit-name .edit-containers .el-input[data-v-1a2d032a] {
  padding-right: 8px;
}
.cell-type-containers .cell-type > ul > li .edit-name .edit-containers .fa-roundcheckfill[data-v-1a2d032a] {
  padding-right: 8px;
}
.cell-type-containers .cell-type > ul > li[data-v-1a2d032a]  .edit-name .el-input input {
  font-size: 14px;
  color: #1a1a1c;
}
.cell-type-containers .cell-type > ul > li .operation[data-v-1a2d032a] {
  display: none;
}
.cell-type-containers .cell-type > ul > li .operation .fa[data-v-1a2d032a] {
  cursor: pointer;
  margin-right: 8px;
}
.cell-type-containers .cell-type > ul > li .operation .fa-shanchu1[data-v-1a2d032a] {
  font-size: 14px;
}
.cell-type-containers .cell-type > ul > li .el-row .sortable-drag .cell-type[data-v-1a2d032a] {
  display: none;
}
.cell-type-containers .cell-type > ul > li .el-row .drag-group-item span[data-v-1a2d032a] {
  padding: 5px 0 5px 25px;
  border: 1px dashed transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: move;
}
.cell-type-containers .cell-type > ul > li .el-row .drag-group-item span[data-v-1a2d032a]:hover {
  border: 1px dashed #2196f3;
}
.cell-type-containers .cell-type > ul > li .el-row .drag-group-item.undraggable span[data-v-1a2d032a] {
  color: #999;
  cursor: not-allowed;
}
.cell-type-containers .cell-type > ul > li .el-row .drag-group-item.undraggable span[data-v-1a2d032a]:hover {
  border: 1px dashed #999;
}
.cell-type-containers .cell-type > ul > li .no-children[data-v-1a2d032a] {
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-type-containers .no-data[data-v-1a2d032a] {
  font-size: 16px;
  color: #666;
  text-align: center;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-change-group .el-dialog__body {
  height: 150px;
  padding: 10px !important;
}
.cell-change-group .el-dialog__body .title {
  font-size: 14px;
  padding: 6px 0 8px;
}
.cell-change-group .el-dialog__body .el-select {
  width: 100%;
}
.save-cell-dialog .el-dialog__body {
  padding: 10px;
}
.save-cell-dialog .el-dialog__body .el-tag {
  width: 100%;
  height: auto;
  line-height: 20px;
  white-space: normal;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.save-cell-dialog .el-dialog__body .el-tag span {
  color: #1a1a1c;
}
.save-cell-dialog .el-dialog__body .el-form .el-form-item {
  margin-bottom: 16px;
}
.save-cell-dialog .el-dialog__body .el-form .el-form-item .el-form-item__label {
  color: #1a1a1c;
}
.save-cell-dialog .el-dialog__body .el-form .el-form-item .el-input__inner {
  color: #1a1a1c;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.save-cell-dialog .el-dialog__body .el-form .el-form-item .el-select {
  width: 100%;
}
.el-select-dropdown.save-cell-select .el-select-dropdown__item {
  font-weight: normal;
  font-size: 14px;
}
.el-select-dropdown.save-cell-select .el-select-dropdown__item:not(.selected) {
  color: #1a1a1c;
}
.el-select-dropdown.save-cell-select .el-select-dropdown__item.selected {
  font-weight: normal;
}
.es-reference-list .el-dialog__body {
  padding: 10px 10px 0;
}
.es-reference-list .el-dialog__body .el-table .el-table__header-wrapper thead tr th {
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.85);
}
.es-reference-list .el-dialog__body .el-table .el-table__body-wrapper tbody tr td {
  color: #1A1A1C;
}
.es-reference-list .el-dialog__footer {
  border-top: 0;
  padding: 0 !important;
}
.es-reference-list .el-dialog__footer .pagination-containers {
  margin-top: 0;
  text-align: right;
}
.es-reference-list .el-dialog__footer .pagination-containers .el-pagination__jump {
  margin-left: 0;
}
.cell-manage-containers[data-v-123c7730] {
  height: calc(100vh - 155px);
}
.cell-manage-containers.cell-manage-iframe[data-v-123c7730] {
  height: calc(100vh - 50px);
}
.cell-manage-containers .cell-manage[data-v-123c7730] {
  height: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-manage-containers .cell-manage .cell-left[data-v-123c7730] {
  width: 220px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-manage-containers .cell-manage .cell-left[data-v-123c7730]  .cell-search {
  height: auto;
  padding-bottom: 9px;
  border-bottom: 1px solid #D8D8D8;
}
.cell-manage-containers .cell-manage .cell-right[data-v-123c7730] {
  width: calc(100% - 220px);
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cell-manage-containers .cell-manage .cell-right .cell-change-group[data-v-123c7730] {
  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;
  padding: 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cell-manage-containers .cell-manage .cell-right .cell-change-group .title[data-v-123c7730] {
  font-size: 16px;
  color: #1A1A1C;
}
.cell-manage-containers .cell-manage .cell-right .custom-list[data-v-123c7730] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0;
  min-height: 0;
}
@media (max-width: 1110px) {
.cell-manage-containers .cell-manage[data-v-123c7730] {
    height: calc(100% - 72px);
}
}
