.editor-pageZoneCls-relativeRef {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.editor-pageZoneCls-relativeRef > div {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.editor-pageZoneCls-relativeRef > div * {
  pointer-events: all;
}
.editor-pageZoneCls-pageZone {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #f5f6f8;
}
.editor-pageZoneCls-pageZone.noSidebar {
  width: 100% !important;
}
.editor-pageZoneCls-pageZone h1,
.editor-pageZoneCls-pageZone h2,
.editor-pageZoneCls-pageZone h3,
.editor-pageZoneCls-pageZone h4,
.editor-pageZoneCls-pageZone p {
  margin: 0;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab {
  height: 20px;
  margin-left: 2px !important;
  padding: 0 12px;
  font-size: 12px;
  background: #e2e6eb;
  border-radius: 4px 4px 0 0;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab span {
  display: flex;
  align-items: center;
  color: rgba(28, 36, 46, 0.65);
  line-height: 20px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab span svg {
  margin-right: 5px;
  fill: rgba(28, 36, 46, 0.65);
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-ink-bar {
  display: none;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab-active {
  background: #fff !important;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab-active span {
  color: #47e !important;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-tabsview .editor-tabs-tab-active svg {
  fill: #47e !important;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageContainer {
  display: flex;
  flex: 1;
  flex-direction: row;
  overflow: hidden;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox {
  flex: 1;
  padding: 0 16px 16px 16px;
  overflow: auto;
  background: #f5f6f8;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-pageMain {
  margin-right: 16px;
  box-shadow: 0 1px 4px 0 rgba(31, 50, 88, 0.13) !important;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-pageCell {
  position: relative;
  height: 100%;
  background: #fff;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-pageCell .ant-tooltip-inner {
  min-height: 22px;
  padding: 4px;
  font-size: 12px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .empty {
  height: 100%;
  background-color: #f5f7f9;
  border: 1px solid transparent;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .empty:hover {
  border: 1px dashed #47e;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page {
  position: relative;
  height: 100%;
  overflow: scroll;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page::-webkit-scrollbar {
  background-color: #f2f3f5;
  height: 4px;
  width: 4px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page::-webkit-scrollbar-corner {
  background-color: #f2f3f5;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page-scrollbar::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page-scrollbar::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 4px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page-scrollbar::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 4px;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-page-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
.editor-pageZoneCls-pageZone .editor-pageZoneCls-pageBox .editor-pageZoneCls-mobile-page {
  transform: translate(0, 0);
}
.editor-pageZoneCls-errorboundary {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.editor-pageZoneCls-errorboundary .editor-pageZoneCls-saveButton {
  margin: 12px 0;
  background: #47e;
  border-color: #47e;
  border-radius: 2px !important;
}
.editor-pageZoneCls-errorboundary .editor-pageZoneCls-saveButton span {
  height: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  line-height: 20px;
}
.editor-pageZoneCls-errorboundary .editor-pageZoneCls-saveButton:hover {
  color: #fff;
  background-color: #709efa;
  border-color: #709efa;
}
.editor-pageZoneCls-errorboundary .editor-pageZoneCls-saveButton:active {
  color: #fff;
  background-color: #709efa;
  border-color: #709efa;
}
.editor-pageZoneCls-errorboundary .editor-pageZoneCls-saveButton:focus {
  color: #fff;
  background-color: #709efa;
  border-color: #709efa;
}
.editor-pageZoneCls-menu :global(.editor-dropdown-menu-item) {
  display: flex;
  align-items: center;
  padding: 8px;
  line-height: 16px;
}
.editor-pageZoneCls-menu :global(.editor-dropdown-menu-item):hover {
  background: #e6e6e6;
  cursor: pointer;
}
.editor-pageZoneCls-menu :global(.editor-dropdown-menu-item) img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.editor-pageZoneCls-dropDown {
  font-size: 12px;
}
.editor-pageZoneCls-dropDown :global(.editor-dropdown-menu-item) {
  font-size: 12px;
  text-align: center;
}
.editor-pageZoneCls-tabs :global .editor-tabs-bar {
  height: 32px;
  padding: 0;
  background: #d9d9d9;
}
.editor-pageZoneCls-tabs :global .editor-tabs-bar .editor-tabs-nav-container {
  height: 32px !important;
}
.editor-pageZoneCls-tabs :global .editor-tabs-bar .editor-tabs-nav .editor-tabs-tab {
  height: 32px;
  color: rgba(28, 36, 46, 0.45);
  line-height: 32px;
  background: #d9d9d9;
}
.editor-pageZoneCls-tabs :global .editor-tabs-bar .editor-tabs-nav .editor-tabs-tab-active {
  color: rgba(28, 36, 46, 0.85);
  background: #fff;
}
.editor-pageZoneCls-myBread {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 12px 16px;
}
.editor-pageZoneCls-myBread .breadcrumb {
  display: flex;
  flex: 1;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 100%;
  margin-right: 8px;
  overflow: hidden;
  font-size: 12px;
  line-height: 16px;
}
.editor-pageZoneCls-myBread .breadcrumb .breadcrumb-separator {
  margin: 0 8px;
}
.editor-pageZoneCls-myBread .breadcrumb span {
  color: rgba(0, 0, 0, 0.45);
}
.editor-pageZoneCls-myBread .breadcrumb span:first-child a {
  color: #47e !important;
}
.editor-pageZoneCls-myBread .breadcrumb span a {
  color: rgba(0, 0, 0, 0.45);
}
.editor-pageZoneCls-myBread .breadcrumb span a:hover {
  color: #709efa !important;
}
.editor-pageZoneCls-myBread a,
.editor-pageZoneCls-myBread a:hover {
  color: rgba(28, 36, 46, 0.85);
}
.editor-pageZoneCls-myBread .editor-breadcrumb > span:last-child a {
  color: #47e !important;
}
.editor-pageZoneCls-myBread .editor-breadcrumb > ol > li:last-child a {
  color: #47e !important;
}
.editor-pageZoneCls-myBread .editor-pageZoneCls-showdata {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
}
.editor-pageZoneCls-myBread .editor-pageZoneCls-showdata button {
  margin-left: 4px;
}
.editor-pageZoneCls-showdata-popover .editor-popover-arrow-content {
  background: #FFFFFF linear-gradient(175deg, #6291FF 0%, #4A7EF8 100%);
}
.editor-pageZoneCls-showdata-popover .editor-popover-inner {
  border-radius: 8px;
  background: #FFFFFF linear-gradient(175deg, #6291FF 0%, #4A7EF8 100%);
}
.editor-pageZoneCls-showdata-popover .editor-popover-inner-content {
  color: #fff;
}
.editor-pageZoneCls-showdata-popover .editor-pageZoneCls-content {
  font-size: 12px;
  display: flex;
}
.editor-pageZoneCls-showdata-popover .editor-pageZoneCls-content svg {
  fill: #fff;
  margin-top: 3px;
  margin-right: 10px;
}
.editor-pageZoneCls-showdata-popover .editor-pageZoneCls-content .editor-pageZoneCls-showdata-close {
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 4px;
  padding: 1px 12px;
  cursor: pointer;
  width: fit-content;
}
.editor-pageZoneCls-tab-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
