.editor-draggingSiderBox {
  cursor: copy !important;
}
.editor-draggingPageBox {
  cursor: move !important;
}
.editor-page-zone-comp-dragging::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100%);
  height: calc(100%);
  background: rgba(28, 36, 46, 0.04);
  content: '';
  pointer-events: none;
}
/* 放置对象border效果 ---start */
.editor-dropTarget-hover {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.editor-dropTarget-arrow {
  position: absolute;
  z-index: 100;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.editor-dropTarget-arrow-top {
  top: -14px;
  left: calc(50% - 2.5px);
  border-bottom-color: #47e;
}
.editor-dropTarget-arrow-right {
  top: calc(50% - 5px);
  right: -14px;
  border-left-color: #47e;
}
.editor-dropTarget-arrow-left {
  top: calc(50% - 5px);
  left: -14px;
  border-right-color: #47e;
}
.editor-dropTarget-arrow-bottom {
  bottom: -14px;
  left: calc(50% - 2.5px);
  border-top-color: #47e;
}
.editor-dropTarget-border {
  position: absolute;
  z-index: 99;
  background-color: transparent;
}
.editor-dropTarget-border-top {
  top: -5px;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #47e;
}
.editor-dropTarget-border-left {
  top: -1px;
  left: -5px;
  width: 3px;
  height: calc(100% + 2px);
  background-color: #47e;
}
.editor-dropTarget-border-right {
  top: -1px;
  right: -5px;
  width: 3px;
  height: calc(100% + 2px);
  background-color: #47e;
}
.editor-dropTarget-border-bottom {
  bottom: -5px;
  left: -1px;
  width: calc(100% + 2px);
  height: 3px;
  background-color: #47e;
}
/* 放置对象border效果 ---end */
.editor-page-zone-comp-hover::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: calc(100%);
  height: calc(100%);
  background-color: rgba(68, 119, 238, 0.06);
  border: 1px dashed #47e;
  opacity: 0.9;
  content: '';
  pointer-events: none;
}
.editor-page-zone-container-drop::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: calc(100%);
  height: calc(100%);
  border: 1px dashed #47e;
  content: '';
  pointer-events: none;
}
.editor-page-zone-comp-selected::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: calc(100%);
  height: calc(100%);
  border: 2px solid #47e;
  content: '';
  pointer-events: none;
}
.editor-page-zone-comp-disabled {
  background-color: rgba(28, 36, 46, 0.5);
  cursor: not-allowed;
}
.editor-drop-border {
  position: absolute;
  z-index: 120;
  display: none;
  background-color: transparent;
  pointer-events: none;
}
.editor-drop-border-show {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #47e;
}
.editor-drop-border-arrow {
  width: 0;
  height: 0;
  border: 4px solid transparent;
}
.editor-drop-border-arrow-top .editor-drop-border-arrow {
  border-top-color: #47e;
  transform: rotate(180deg) translateY(6px);
}
.editor-drop-border-arrow-bottom .editor-drop-border-arrow {
  border-top-color: #47e;
  transform: translateY(5px);
}
.editor-drop-border-arrow-left .editor-drop-border-arrow {
  border-top-color: #47e;
  transform: rotate(90deg) translateY(6px);
}
.editor-drop-border-arrow-right .editor-drop-border-arrow {
  border-top-color: #47e;
  transform: rotate(-90deg) translateY(5px);
}
.editor-left-side-comp-list-fixed {
  min-width: 280px;
  position: fixed;
  right: 0;
  bottom: 0;
  height: calc(100vh - 44px);
  background-color: #fff;
  padding: 8px;
  visibility: visible;
}
.editor-left-side-comp-list-fixed .editor-comptree-col {
  display: none !important;
}
