.editor-shortcutKey-shortcutKeyModalWrap {
  z-index: 9999 !important;
}
.editor-shortcutKey-shortcutKeyModalWrap .editor-modal-header {
  height: 40px;
  padding: 8px 20px;
  background: #f6f8fa;
  box-shadow: none;
  column-gap: 40px;
}
.editor-shortcutKey-shortcutKeyModalWrap .editor-modal-header .editor-modal-title {
  color: #1c242e;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.editor-shortcutKey-shortcutKeyModalWrap .editor-modal-body {
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.editor-shortcutKey-shortcutKeyModalWrap .editor-modal-content .editor-modal-close-x {
  height: 40px;
  line-height: 40px;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate {
  width: 240px;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate > span {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 4px;
  color: rgba(28, 36, 46, 0.9);
  font-size: 14px;
  line-height: 32px;
  border-bottom: 1px solid rgba(31, 56, 88, 0.3);
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  margin-bottom: 8px;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem:last-child {
  margin-bottom: 0;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemText {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemKey {
  display: flex;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemKey span:not(.tip) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 22px;
  margin-right: 4px;
  color: rgba(31, 56, 88, 0.55);
  border: 1px solid rgba(31, 56, 88, 0.3);
  border-radius: 2px;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemKey span:not(.tip) svg {
  fill: rgba(31, 56, 88, 0.55);
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemKey span:not(.tip):last-child {
  margin-right: 0;
}
.editor-shortcutKey-shortcutKeyModalWrap .operate .oneItem .oneItemKey .tip {
  color: rgba(28, 36, 46, 0.35);
}
