.editor-component-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding-left: 16px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #e7e8ea;
}
.editor-component-header .back {
  margin-right: 8px;
  font-weight: bold;
  font-size: 14px;
  line-height: 10px;
}
.editor-component-header .back a {
  color: #1c242e;
}
.editor-component-header .back a img {
  width: 14px;
  height: 14px;
}
.editor-component-header .back a:hover {
  color: #29f;
}
.editor-component-header .tit {
  display: flex;
  align-items: center;
  color: #1c242e;
  font-weight: bold;
  font-size: 14px;
}
.editor-component-header .extra .editor-btn {
  min-width: 100px;
  height: 28px;
  margin-right: 16px;
  font-size: 14px;
  border-radius: 2px;
}
.editor-component-header .othermain {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 6px;
}
.editor-component-header .othermain .editor-tabs-nav {
  justify-content: center;
}
.editor-component-header .othermain .editor-tabs-nav .editor-tabs-nav-wrap {
  flex: none;
}
.editor-component-header .othermain .editor-tabs-bar {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.editor-component-header .othermain .editor-tabs-tab {
  height: 48px;
  margin: 0 12px !important;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}
.editor-component-header .main {
  display: flex;
  flex: 1;
  justify-content: center;
}
.editor-component-header .main .editor-tabs-bar {
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.editor-component-header .main .editor-tabs-tab {
  height: 48px;
  margin: 0 12px !important;
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
}
