.editor-menu-header {
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.editor-menu-header-close {
  display: none;
}
.editor-menu-header-headline {
  position: relative;
  z-index: 2;
  display: flex;
  flex: none;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #fff;
}
.editor-menu-header-headline .editor-menu-header-title {
  color: #1c242e;
  font-size: 14px;
  flex: 1;
  display: inline-flex;
}
.editor-menu-header-headline .headline-img {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.editor-menu-header-showKey {
  color: rgba(28, 36, 46, 0.25);
  margin-left: 4px;
}
