.editor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 980px;
  height: 56px;
  min-height: 56px;
  padding-left: 16px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #e7e8ea;
}
.editor-header-back {
  margin-right: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
}
.editor-header-back a {
  color: #1c242e;
}
.editor-header-back a img {
  width: 14px;
  height: 14px;
}
.editor-header-back a:hover {
  color: #29f;
}
.editor-header-tit {
  display: flex;
  align-items: center;
  color: #1c242e;
  font-size: 14px;
}
.editor-header-tit-msg {
  display: flex;
  align-items: center;
  height: 28px;
  border-radius: 2px;
}
.editor-header-tit-title {
  max-width: 174px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
.editor-header-tit-extra {
  display: flex;
  margin-left: 4px;
  align-items: center;
  justify-content: center;
  height: 28px;
  width: 28px;
  background: #F6F8FA;
  border-radius: 2px;
}
.editor-header-tit-extra .icon {
  color: rgba(28, 36, 46, 0.45);
  line-height: 1;
}
.editor-header-tit-extra .icon:hover {
  color: rgba(28, 36, 46, 0.75);
}
.editor-header-tit-extra .checked {
  color: #47e;
}
.editor-header-line {
  width: 1px;
  height: 14px;
  margin: 0 4px;
  background-color: #F0F0F0;
}
.editor-header-beforeDiv {
  display: flex;
}
.editor-header-beforeDiv svg {
  fill: #9092A3;
}
.editor-header-beforeDiv-searchType {
  display: flex;
  align-items: center;
  padding: 1px 6px;
  border-radius: 4px;
  background-color: rgba(65, 127, 251, 0.1);
  cursor: pointer;
}
.editor-header-beforeDiv-searchType span {
  color: #417FFB;
  font-size: 13px;
  line-height: 22px;
}
.editor-header-beforeDiv-typeIcon {
  margin-left: 4px;
  fill: #417FFB !important;
}
.editor-header-pageTypeDropdown .editor-dropdown-menu-item {
  padding: 0 !important;
}
.editor-header-pageTypeDropdown .disabledItem {
  cursor: not-allowed;
  color: rgba(28, 36, 46, 0.25);
}
.editor-header-pageTypeDropdown .disabledItem svg {
  fill: rgba(28, 36, 46, 0.25);
}
.editor-header-pageTypeDropdown-item {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  width: 100%;
  color: rgba(28, 36, 46, 0.75);
  font-size: 14px;
}
.editor-header-pageTypeDropdown-item-tip {
  line-height: 1;
  margin-left: 4px;
  fill: rgba(28, 36, 46, 0.75);
}
.editor-header-pageTypeDropdown-item .icon {
  margin-right: 8px;
  fill: rgba(28, 36, 46, 0.45);
}
.editor-header-pageTypeDropdown :global .editor-dropdown-menu-item {
  font-size: 12px;
}
.editor-header-pageTypeDropdown :global .editor-dropdown-menu-item-selected {
  background-color: rgba(68, 119, 238, 0.06);
}
.editor-header-pageTypeDropdown :global .editor-dropdown-menu-item:hover {
  background-color: rgba(28, 36, 46, 0.04);
}
.editor-header-othermain {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
  margin-right: 16px;
}
.editor-header-othermain .line {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #e5e5e5;
}
.editor-header-othermain :global(.editor-tabs-bar) {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.editor-header-othermain :global(.editor-tabs-tab) {
  height: 48px;
  margin: 0 12px;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}
.editor-header-othermain .title {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: rgba(28, 36, 46, 0.85);
  font-size: 14px;
}
.editor-header-othermain .title .tools {
  display: flex;
  align-items: center;
}
.editor-header-othermain .title .tools .editor-btn {
  margin-bottom: 2px;
  color: #1c242e;
  font-size: 14px;
  border: 0;
  opacity: 0.55;
}
.editor-header-othermain .title .tools .editor-select-selector {
  color: #1c242e;
  border: 0;
  opacity: 0.55;
}
.editor-header-othermain .title .tools :not(.item) .editor-select {
  width: 140px;
}
.editor-header-othermain .title .tools .helpdoc {
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
}
.editor-header-othermain .title .tools .preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
}
.editor-header-othermain .title .tools .preview .ptext {
  margin-right: 4px;
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
}
.editor-header-othermain .title .tools .item {
  min-width: 100px;
  margin-left: 10px;
  font-size: 14px;
}
.editor-header-control {
  display: flex;
  align-items: center;
}
.editor-header-control .editor-btn-group {
  display: flex;
  border-radius: 6px;
}
.editor-header-control .editor-btn-group:focus,
.editor-header-control .editor-btn-group:hover {
  background: rgba(28, 36, 46, 0.04);
}
.editor-header-control .editor-btn-group:focus .arrow,
.editor-header-control .editor-btn-group:hover .arrow {
  background: rgba(28, 36, 46, 0.04);
}
.editor-header-control .editor-dropdown-button .editor-btn + .editor-btn {
  margin-left: 0;
}
.editor-header-control .editor-dropdown-trigger {
  width: 20px;
}
.editor-header-control .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;
}
.editor-header-control .editor-btn .anticon-loading {
  margin-left: 0 !important;
}
.editor-header-control .editor-btn:focus {
  box-shadow: none;
}
.editor-header-control .editor-btn .anticon + .text,
.editor-header-control .editor-btn img + .text {
  margin-left: 4px;
}
.editor-header-control .editor-btn img {
  width: 16px;
  height: 16px;
}
.editor-header-control .editor-btn .anticon {
  font-size: 14px;
}
.editor-header-control .editor-btn .cont {
  display: flex;
  align-items: center;
}
.editor-header-control .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;
}
.editor-header-control .editor-btn .arrow .anticon {
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
}
.editor-header-control .editor-btn .active {
  background: #e5eaf8 !important;
}
.editor-header-control .editor-btn:disabled {
  color: rgba(28, 36, 46, 0.25);
  background: #fff;
}
.editor-header-control .editor-btn:disabled .anticon,
.editor-header-control .editor-btn:disabled img {
  filter: grayscale(100%);
}
@media screen and (max-width: 960px) {
  .editor-header-control .editor-btn .text {
    display: none;
  }
}
.editor-header-control .editor-btn-loading {
  padding-left: 8px !important;
}
.editor-header-control .editor-btn {
  margin-left: 6px;
  padding: 8px 0 8px 6px;
}
.editor-header-control .icon {
  color: rgba(28, 36, 46, 0.55);
  font-size: 12px;
  fill: rgba(28, 36, 46, 0.55);
}
.editor-header-control .icon span {
  color: rgba(28, 36, 46, 0.55);
}
.editor-header-control .icon svg {
  fill: rgba(28, 36, 46, 0.55);
}
.editor-header-control .icon svg path {
  fill: rgba(28, 36, 46, 0.55);
}
.editor-header-control .locked span {
  color: rgba(28, 36, 46, 0.25);
}
.editor-header-control .locked svg {
  fill: rgba(28, 36, 46, 0.25);
}
.editor-header-control .historyDrop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 55px !important;
}
.editor-header-control .helpDoc {
  margin-right: 8px;
  padding: 0 8px;
  border-radius: 4px;
}
.editor-header-control .saveMenuButton {
  justify-content: center;
  height: 32px;
  background: #47e;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.editor-header-control .dropdownButton {
  width: 23px;
  margin-left: -1px;
  border-radius: 0 6px 6px 0 !important;
  padding: 8px 0 !important;
}
.editor-header-control .previewButton,
.editor-header-control .previewMenuButton {
  font-size: 14px;
  justify-content: center;
  height: 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 15px;
}
.editor-header-control .previewButton:hover,
.editor-header-control .previewMenuButton:hover {
  z-index: 999;
  color: #709efa;
  background-color: #fff;
  border-color: #709efa;
}
.editor-header-control .previewButton {
  min-width: 50px;
  border-radius: 6px;
}
.editor-header-control .previewButton:active,
.editor-header-control .previewButton:focus {
  z-index: 19;
  color: #709efa;
  background-color: #fff;
  border-color: #709efa;
}
.editor-header-control .editor-header-saveButton-group {
  display: flex;
}
.editor-header-control .editor-header-saveButton-group button:last-child {
  border-radius: 6px;
}
.editor-header-control .editor-header-saveButton {
  height: 32px;
  padding: 8px 16px !important;
  background: #47e;
  border-radius: 6px 0 0 6px;
}
.editor-header-control .editor-header-saveButton span {
  height: 20px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC, sans-serif;
  line-height: 20px;
}
.editor-header-control .editor-header-saveButton:hover {
  color: #fff;
  background-color: #709efa;
  border-color: #709efa;
}
.editor-header-preview-btn.previewButton:not(button) {
  padding: 0 !important;
  border: none;
}
.editor-header-preview-btn button.editor-btn {
  height: 32px;
  line-height: 32px;
  padding: 8px 10px !important;
  border: 1px solid #e5e5e5;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.editor-header-preview-btn:hover button.editor-btn {
  background: #f5f5f5;
  border-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.25);
}
.editor-header-searchIcon {
  display: flex;
  align-items: center;
  margin-right: 12px;
  fill: #9092a3;
  cursor: pointer;
}
.editor-header-searchIcon:hover {
  fill: #64677a;
}
.editor-header-search-dropDown {
  padding-top: 0 !important;
  animation-duration: 0s;
}
.editor-header-search-dropDown .editor-popover-content {
  border-radius: 6px;
}
.editor-header-search-dropDown .editor-popover-content .editor-popover-inner {
  overflow-y: hidden;
}
.editor-header-search-dropDown .editor-popover-inner-content {
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
.editor-header-search-dropDown .editor-popover-arrow {
  display: none;
}
.editor-header-overlay-tooltip {
  padding-top: 4px !important;
  max-width: 164px !important;
}
.editor-header-overlay-tooltip .editor-tooltip-inner {
  font-size: 12px;
  padding: 2px 4px;
}
.editor-header-tooltip .editor-tooltip-inner {
  font-size: 14px;
}
.platformTabs {
  position: absolute;
  left: 50%;
}
