.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse {
  fill: #e6e6e6;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse + g {
  stroke: #f2f2f2;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse + g path + path {
  fill: #bfbfbf;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-description {
  color: rgba(28, 36, 46, 0.45);
}
.scrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track,
.scrollBar::-webkit-scrollbar,
.scrollBar::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.whiteScrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.whiteScrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #c9c9c9;
  border-radius: 0;
}
.whiteScrollBar::-webkit-scrollbar-track,
.whiteScrollBar::-webkit-scrollbar,
.whiteScrollBar::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}
.whiteScrollBar::-webkit-scrollbar-track {
  border-color: transparent;
}
.hideScrollBar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.hideScrollBar::-webkit-scrollbar-thumb {
  display: none;
}
.hideScrollBar::-webkit-scrollbar-track,
.hideScrollBar::-webkit-scrollbar,
.hideScrollBar::-webkit-scrollbar-corner {
  display: none;
}
.hideScrollBar::-webkit-scrollbar-track {
  display: none;
}
.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse {
  fill: #e6e6e6;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse + g {
  stroke: #f2f2f2;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse + g path + path {
  fill: #bfbfbf;
}
.editor-empty .editor-empty-normal .editor-empty-description {
  color: rgba(28, 36, 46, 0.45);
}
.HeightOverflowY {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.resetCollapse :global .editor-collapse {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: none;
  border: none;
}
.resetCollapse :global .editor-collapse .editor-collapse-content {
  border: none;
  border-radius: 0;
}
.resetCollapse :global .editor-collapse .editor-collapse-item {
  border: none;
}
.resetCollapse :global .editor-collapse .editor-collapse-item .editor-collapse-header {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 0 16px;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
.resetCollapse :global .editor-collapse .editor-collapse-item .editor-collapse-header .editorcollapse-extra {
  position: absolute;
  right: 36px;
  font-size: 12px;
}
.resetCollapse :global .editor-collapse .editor-collapse-item .editor-collapse-header .editor-collapse-arrow {
  right: 12px;
  left: auto;
}
.resetCollapse :global .editor-collapse .editor-collapse-item .editor-collapse-content-box {
  padding: 8px 16px;
}
.sidebarTree .editor-tree.editor-tree-directory li,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li {
  margin-bottom: 2px;
  padding: 0;
  padding-left: 2px;
}
.sidebarTree .editor-tree.editor-tree-directory li ul,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li ul {
  margin-top: 2px;
  padding-left: 1em;
}
.sidebarTree .editor-tree.editor-tree-directory li ul li,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li ul li {
  padding-left: 0 !important;
}
.sidebarTree .editor-tree.editor-tree-directory li span.editor-tree-switcher,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li span.editor-tree-switcher,
.sidebarTree .editor-tree.editor-tree-directory li span.editor-tree-iconEle,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li span.editor-tree-iconEle,
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper {
  color: rgba(28, 36, 46, 0.85);
}
.sidebarTree .editor-tree.editor-tree-directory li span.editor-tree-switcher,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li span.editor-tree-switcher,
.sidebarTree .editor-tree.editor-tree-directory li span.editor-tree-iconEle,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li span.editor-tree-iconEle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebarTree .editor-tree.editor-tree-directory li span.editor-tree-switcher,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li span.editor-tree-switcher {
  display: none;
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper {
  display: inline-flex;
  width: calc(100% - 12px);
  padding: 0;
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper::before,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper::before {
  border-radius: 6px;
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper .editor-tree-title,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper .editor-tree-title {
  flex: 1;
  width: 1px;
  height: 24px;
  line-height: 24px;
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper .editor-tree-title .editor-dropdown-trigger,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper .editor-tree-title .editor-dropdown-trigger {
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-node-content-wrapper:hover::before,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-node-content-wrapper:hover::before {
  background: rgba(0, 0, 0, 0.08);
}
.sidebarTree .editor-tree.editor-tree-directory li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected,
.sidebarTree .editor-tree.editor-tree-directory li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected span.editor-tree-iconEle,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected span.editor-tree-iconEle {
  color: #1c242e;
}
.sidebarTree .editor-tree.editor-tree-directory li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected::before,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected::before,
.sidebarTree .editor-tree.editor-tree-directory li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected:hover::before,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li.editor-tree-treenode-selected .editor-tree-node-content-wrapper.editor-tree-node-selected:hover::before {
  background: rgba(68, 119, 238, 0.1);
}
.sidebarTree .editor-tree.editor-tree-directory li .editor-tree-title,
.sidebarTree .editor-tree.editor-tree-directory .editor-tree-child-tree li .editor-tree-title {
  font-size: 12px;
}
.dropDownBtn .editor-btn-group {
  display: flex;
  border-radius: 6px;
}
.dropDownBtn .editor-btn-group:focus,
.dropDownBtn .editor-btn-group:hover {
  background: rgba(28, 36, 46, 0.04);
}
.dropDownBtn .editor-btn-group:focus .arrow,
.dropDownBtn .editor-btn-group:hover .arrow {
  background: rgba(28, 36, 46, 0.04);
}
.dropDownBtn .editor-dropdown-button .editor-btn + .editor-btn {
  margin-left: 0;
}
.dropDownBtn .editor-dropdown-trigger {
  width: 20px;
}
.dropDownBtn .editor-btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 8px;
  padding: 8px 16px 16px 8px;
  color: rgba(28, 36, 46, 0.85);
  font-size: 14px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 6px;
}
.dropDownBtn .editor-btn .anticon-loading {
  margin-left: 0 !important;
}
.dropDownBtn .editor-btn:focus {
  box-shadow: none;
}
.dropDownBtn .editor-btn .anticon + .text,
.dropDownBtn .editor-btn img + .text {
  margin-left: 4px;
}
.dropDownBtn .editor-btn img {
  width: 16px;
  height: 16px;
}
.dropDownBtn .editor-btn .anticon {
  font-size: 14px;
}
.dropDownBtn .editor-btn .cont {
  display: flex;
  align-items: center;
}
.dropDownBtn .editor-btn .arrow {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 100%;
  border-radius: 0 6px 6px 0;
  transition: background 0.3s;
}
.dropDownBtn .editor-btn .arrow .anticon {
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
}
.dropDownBtn .editor-btn .active {
  background: #e5eaf8 !important;
}
.dropDownBtn .editor-btn:disabled {
  color: rgba(28, 36, 46, 0.25);
  background: #fff;
}
.dropDownBtn .editor-btn:disabled .anticon,
.dropDownBtn .editor-btn:disabled img {
  filter: grayscale(100%);
}
@media screen and (max-width: 960px) {
  .dropDownBtn .editor-btn .text {
    display: none;
  }
}
.scrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track,
.scrollBar::-webkit-scrollbar,
.scrollBar::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-modal-wrap:not(.editor-actionmenu-modal) {
  text-align: center;
}
.editor-modal-wrap:not(.editor-actionmenu-modal):before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.editor-modal-wrap:not(.editor-actionmenu-modal) .editor-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .editor-modal-wrap:not(.editor-actionmenu-modal) .editor-modal {
    flex: 1;
  }
}
.flexModal {
  top: 100px;
}
.flexModal.editor-modal {
  top: 100px;
}
.flexModal .editor-modal-content {
  display: flex;
  flex-direction: column;
  min-height: 320px;
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
.flexModal .editor-modal-body {
  flex: 1;
  overflow-y: auto;
}
.flexModal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.flexModal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track,
.flexModal .editor-modal-body::-webkit-scrollbar,
.flexModal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.flexModal .editor-modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.flexModal .editor-modal-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track,
.flexModal .editor-modal-body::-webkit-scrollbar,
.flexModal .editor-modal-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.flexModal .editor-modal-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.resetTabs .editor-tabs-nav-wrap {
  background: #f0f0f0;
}
.resetTabs .editor-tabs-bar {
  margin: 0;
  padding: 5px 4px 0 4px;
  background: #8c8c8c;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.resetTabs .editor-tabs-bar .editor-tabs-nav-container {
  height: 27px !important;
}
.resetTabs .editor-tabs-bar .editor-tabs-nav .editor-tabs-tab {
  height: 27px;
  margin-right: 0;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
  line-height: 27px;
  background: #f0f0f0;
  border: none;
  border-bottom: none;
  border-radius: 0;
}
.resetTabs .editor-tabs-bar .editor-tabs-nav .editor-tabs-tab-active {
  color: #1c242e;
  background: #fff;
}
.resetTabs .editor-tabs-bar .editor-tabs-ink-bar {
  background: none;
}
.resetTabs .editor-tabs-extra-content {
  float: left !important;
  padding: 0 17px;
  line-height: 1.8;
}
.resetTabs .editor-tabs-extra-content span {
  color: rgba(28, 36, 46, 0.85);
}
.resetTabs .editor-tabs-vertical.editor-tabs-card.editor-tabs-left .editor-tabs-card-bar.editor-tabs-left-bar .editor-tabs-tab {
  border-radius: 0;
}
/* --- antd重置 start --- */
.editor-btn {
  padding: 0 15px;
  box-shadow: none;
}
.editor-btn.editor-btn-background-ghost {
  color: rgba(28, 36, 46, 0.85);
  border-color: #bfbfbf;
}
.editor-btn.editor-btn-background-ghost:hover,
.editor-btn.editor-btn-background-ghost:active,
.editor-btn.editor-btn-background-ghost:focus {
  color: #29f;
  border-color: #29f;
}
.editor-btn.editor-btn-background-ghost:disabled,
.editor-btn.editor-btn-background-ghost:disabled:hover,
.editor-btn.editor-btn-background-ghost:disabled:active,
.editor-btn.editor-btn-background-ghost:disabled:focus {
  color: rgba(28, 36, 46, 0.25);
}
.editor-btn.editor-btn-link {
  height: auto;
  padding: 0;
  color: rgba(28, 36, 46, 0.85);
  background: transparent;
  border-color: transparent;
}
.editor-btn.editor-btn-link:hover,
.editor-btn.editor-btn-link:active,
.editor-btn.editor-btn-link:focus {
  color: #29f;
  background: transparent;
  border-color: transparent;
}
.editor-btn.editor-btn-link:disabled,
.editor-btn.editor-btn-link:disabled:hover,
.editor-btn.editor-btn-link:disabled:active,
.editor-btn.editor-btn-link:disabled:focus {
  color: rgba(28, 36, 46, 0.25);
}
.editor-btn > .anticon + span {
  margin-left: 2px;
}
.editor-checkbox-wrapper .editor-checkbox.editor-checkbox-checked .editor-checkbox-inner::after {
  border-color: #fff;
}
.editor-radio-group.editor-radio-group-solid .editor-radio-button-wrapper:hover,
.editor-radio-group.editor-radio-group-solid .editor-radio-button-wrapper:active {
  color: #47e;
}
.editor-radio-group.editor-radio-group-solid .editor-radio-button-wrapper:focus,
.editor-radio-group.editor-radio-group-solid .editor-radio-button-wrapper.editor-radio-button-wrapper-checked {
  color: #fff;
}
.editor-table-wrapper thead tr td,
.editor-table-wrapper tbody tr td,
.editor-table-wrapper thead tr th,
.editor-table-wrapper tbody tr th {
  font-size: 12px;
}
.editor-calendar-table tr td .editor-calendar-date,
.editor-calendar-table tr td .editor-calendar-decade-panel-decade {
  color: rgba(28, 36, 46, 0.85);
}
.editor-calendar-table tr td .editor-calendar-date:hover,
.editor-calendar-table tr td .editor-calendar-decade-panel-decade:hover {
  color: rgba(28, 36, 46, 0.85);
  background: #47e;
}
.editor-calendar-table tr td.editor-calendar-selected-day .editor-calendar-date {
  background: #47e;
}
.editor-select-tree-dropdown .editor-select-dropdown-search .editor-select-search__field {
  background: #e6e6e6;
}
.editor-select-tree li .editor-select-tree-node-content-wrapper.editor-select-tree-node-selected {
  background: #47e;
}
.editor-tree-checkbox-checked .editor-tree-checkbox-inner::after {
  border-color: #fff;
}
.editor-tree.editor-tree-directory > li.editor-tree-treenode-selected > span.editor-tree-checkbox.editor-tree-checkbox-checked .editor-tree-checkbox-inner,
.editor-tree.editor-tree-directory .editor-tree-child-tree > li.editor-tree-treenode-selected > span.editor-tree-checkbox.editor-tree-checkbox-checked .editor-tree-checkbox-inner {
  background: #47e;
}
.editor-tree.editor-tree-directory > li.editor-tree-treenode-selected > span.editor-tree-checkbox.editor-tree-checkbox-checked .editor-tree-checkbox-inner::after,
.editor-tree.editor-tree-directory .editor-tree-child-tree > li.editor-tree-treenode-selected > span.editor-tree-checkbox.editor-tree-checkbox-checked .editor-tree-checkbox-inner::after {
  border-color: #fff;
}
.editor-menu .editor-menu-item:hover {
  color: #1c242e;
  background: rgba(0, 0, 0, 0.08);
}
.editor-menu .editor-menu-item.editor-menu-item-selected {
  color: #1c242e;
  background: #47e;
}
.editor-modal {
  padding-bottom: 0;
  border-radius: 6px;
}
.editor-modal .editor-modal-header {
  height: 48px;
  padding: 12px 20px;
  border: none;
  box-shadow: 0 -1px 0 #e5e5e5 inset;
}
.editor-modal .editor-modal-header .editor-modal-close {
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
}
.editor-modal .editor-modal-header .editor-modal-title {
  height: 24px;
  color: #1c242e;
  font-size: 14px;
  line-height: 24px;
}
.editor-modal .editor-modal-content {
  border-radius: 6px;
}
.editor-modal .editor-modal-content .editor-modal-close-x {
  height: 48px;
  padding: 0 20px;
  color: rgba(28, 36, 46, 0.85);
  line-height: 48px;
}
.editor-modal .editor-modal-footer {
  height: 56px;
  padding: 12px 20px;
  text-align: right;
  background: #fff;
  border: none;
  box-shadow: 0 1px 0 #e5e5e5 inset;
}
.editor-modal .editor-modal-footer > div {
  height: 32px;
  line-height: 32px;
}
.editor-modal .editor-modal-footer .editor-btn {
  margin-left: 8px;
}
.editor-modal .editor-modal-footer .editor-btn > span {
  height: 30px;
  line-height: 30px;
}
.editor-modal .editor-modal-footer .editor-btn:first-child {
  margin-left: 0;
}
.editor-collapse .editor-editor-collapse-arrow {
  color: rgba(28, 36, 46, 0.85);
}
.editor-switch.editor-switch-checked .editor-switch-handle {
  left: calc(100% - 20px);
}
.editor-switch.editor-switch-small.editor-switch-checked .editor-switch-handle {
  left: calc(100% - 14px);
}
.editor-switch::after {
  background-color: #fff;
}
.editor-alert,
.editor-input.editor-input-sm,
.editor-select.editor-select-sm {
  font-size: 12px;
}
.editor-select-dropdown .editor-select-dropdown-menu-item:hover {
  background: rgba(28, 36, 46, 0.04);
}
.editor-select-dropdown .editor-select-dropdown-menu-item-selected {
  background: rgba(68, 119, 238, 0.06);
}
.editor-drawer .editor-drawer-header {
  display: flex;
  flex-direction: row-reverse;
  height: 48px;
  padding: 12px 20px;
  border: none;
  box-shadow: 0 -1px 0 #edeeef inset;
  background-color: white;
}
.editor-drawer .editor-drawer-header .editor-drawer-header-title {
  flex-direction: row-reverse;
  line-height: 24px;
}
.editor-drawer .editor-drawer-header .editor-drawer-header-title .editor-drawer-title {
  flex: 1;
}
.editor-drawer .editor-drawer-header .editor-drawer-extra {
  flex: 1;
}
.editor-drawer .editor-drawer-header .editor-drawer-close {
  height: 36px;
  margin-right: 0;
  padding: 0;
  line-height: 36px;
}
.editor-drawer .editor-drawer-body {
  padding-right: 20px;
  padding-left: 20px;
}
.editor-tabs-top .editor-tabs-nav,
.editor-tabs-bottom .editor-tabs-nav {
  margin: 0;
}
.editor-tabs-top .editor-tabs-nav::before,
.editor-tabs-bottom .editor-tabs-nav::before {
  border: 0;
}
.editor-tabs-top div .editor-tabs-nav,
.editor-tabs-bottom div .editor-tabs-nav {
  margin: 0;
}
.editor-tabs .editor-tabs-extra-content {
  margin: 0 20px 0 0;
}
.editor-tabs .editor-tabs-tab + .editor-tabs-tab {
  margin: 0;
}
.editor-tabs .editor-tabs-tab.editor-tabs-tab-active .editor-tabs-tab-btn {
  text-shadow: none;
}
/* --- antd重置 end --- */
/* --- 卡片式选择器 start --- */
.ui-radio-card .editor-radio-wrapper {
  vertical-align: middle;
}
.ui-radio-card .editor-radio-wrapper .editor-radio {
  display: none;
}
.ui-radio-card .editor-radio-wrapper .editor-radio + * {
  display: block;
}
.ui-checkbox-card .editor-checkbox-wrapper {
  vertical-align: middle;
}
.ui-checkbox-card .editor-checkbox-wrapper .editor-checkbox {
  display: none;
}
.ui-checkbox-card .editor-checkbox-wrapper .editor-checkbox + * {
  display: block;
}
.ui-radio-card .editor-radio-wrapper,
.ui-checkbox-card .editor-checkbox-wrapper {
  height: 32px;
  margin: 0;
  margin-right: 8px;
  padding: 0 16px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}
.ui-radio-card .editor-radio-wrapper.editor-radio-wrapper-checked,
.ui-checkbox-card .editor-checkbox-wrapper.editor-checkbox-wrapper-checked {
  border: 1px solid #47e;
  box-shadow: inset 0 0 0 1px #47e;
}
.ui-radio-card .editor-radio-wrapper.editor-radio-wrapper-checked::before,
.ui-checkbox-card .editor-checkbox-wrapper.editor-checkbox-wrapper-checked::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: url('~@lingxiteam/editor/es/assets/img/comp/check-bg.png') no-repeat center center / cover;
  content: '';
}
/* --- 卡片式选择器 end --- */
/* --- 抽屉改造 start ---  */
.ui-page-drawer > .editor-drawer-content-wrapper {
  overflow: hidden;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content {
  overflow: hidden;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content > .editor-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content > .editor-drawer-wrapper-body > .editor-drawer-header {
  padding: 4px 12px;
  background: #fff;
  border: none;
  box-shadow: 0 -1px 0 rgba(28, 36, 46, 0.08) inset;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content > .editor-drawer-wrapper-body > .editor-drawer-header .editor-drawer-title {
  color: #1c242e;
  line-height: 24px;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content > .editor-drawer-wrapper-body > .editor-drawer-header .editor-drawer-close {
  height: 36px;
  line-height: 36px;
}
.ui-page-drawer > .editor-drawer-content-wrapper > .editor-drawer-content > .editor-drawer-wrapper-body > .editor-drawer-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.ui-page-drawer .ui-drawer-body {
  position: relative;
  padding: 12px 20px;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-page-drawer .ui-drawer-body .editor-input {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.ui-page-drawer .ui-drawer-body .editor-cascader-picker {
  border-radius: 4px;
}
.ui-page-drawer .ui-drawer-body .editor-input:hover,
.ui-page-drawer .ui-drawer-body .editor-input:focus,
.ui-page-drawer .ui-drawer-body .editor-input:active,
.ui-page-drawer .ui-drawer-body .editor-cascader-picker:hover,
.ui-page-drawer .ui-drawer-body .editor-cascader-picker:focus,
.ui-page-drawer .ui-drawer-body .editor-cascader-picker:active {
  border-color: #47e !important;
  box-shadow: unset !important;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-track,
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar,
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-track,
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar,
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.ui-page-drawer .ui-drawer-body::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.ui-page-drawer .ui-drawer-footer {
  padding: 12px 20px;
  text-align: right;
  background: #fff;
  box-shadow: 0 1px 0 #e8e8e8 inset;
}
.ui-page-drawer .ui-drawer-footer .editor-btn {
  margin-left: 8px;
}
.ui-page-drawer .ui-drawer-footer .editor-btn:first-child {
  margin-left: 0;
}
/* --- 抽屉改造 end ---  */
/* ----- ui-form-columns ----- */
.ui-form-columns .form-dl {
  display: flex;
  margin-bottom: 40px;
  line-height: 40px;
}
.ui-form-columns .form-dl .form-dt {
  width: 100px;
  color: #1c242e;
  font-weight: bold;
  font-size: 12px;
}
.ui-form-columns .form-dl .form-dt + .form-dd {
  margin-left: 8px;
}
.ui-form-columns .form-dl .form-dd {
  flex: 1;
}
.ui-form-columns .form-dl .form-dd :global(.editor-row.editor-form-item) {
  margin-bottom: 8px;
}
.ui-form-columns .form-dl .form-dd .form-extra {
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.CodeMirror {
  border: 1px solid #e5e5e5;
}
.compPlaceHolder {
  height: 40px;
  border: 1px dashed #f00;
}
.iconfont {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: 'iconfont', sans-serif !important;
  font-style: normal;
  fill: rgba(28, 36, 46, 0.65);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topoGrid {
  background-color: #f5f6f8;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar {
  width: 120px;
  margin-right: 0;
  border-right: none;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-ink-bar {
  left: 0;
  width: 120px;
  border-radius: 4px;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  overflow: hidden;
  color: rgba(28, 36, 46, 0.85);
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  border-radius: 4px;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-bar .editor-tabs-tab.editor-tabs-tab-active {
  color: #fff;
}
.resetLeftTabs .editor-tabs .editor-tabs-left-content {
  padding-left: 0;
  border: none;
}
.editor-mainView {
  display: flex;
  flex-direction: column;
  min-width: 1080px;
  height: 100%;
}
.editor-mainView-content {
  position: relative;
  height: calc(100% - 56px);
  overflow: hidden;
  background: #fff;
}
.editor-mainView-content > .editor-spin-nested-loading {
  height: 100%;
}
.editor-mainView-content > .editor-spin-nested-loading > .editor-spin-container {
  height: 100%;
}
.editor-mainView-content > .editor-spin-nested-loading > .editor-spin-container > .editor-tabs {
  height: 100%;
}
.editor-mainView-content > .editor-spin-nested-loading > .editor-spin-container > .editor-tabs > .editor-tabs-content-holder {
  height: 100%;
}
.editor-mainView-content > .editor-spin-nested-loading > .editor-spin-container > .editor-tabs > .editor-tabs-content-holder > .editor-tabs-content {
  height: 100%;
}
.editor-mainView-content > .editor-spin-nested-loading > .editor-spin-container > .editor-tabs > .editor-tabs-content-holder > .editor-tabs-content > .editor-tabs-tabpane:not(.editor-tabs-tabpane-hidden) {
  height: 100%;
  display: flex;
}
.editor-mainView-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100vh - 44px);
}
.action-limit-alert {
  color: #ff5d57;
}
.action-limit-content {
  color: rgba(28, 36, 46, 0.65);
}
