.editor-option-style-modal .editor-modal-header {
  padding: 12px 16px;
}
.editor-option-style-modal .editor-modal-body {
  padding: 0;
}
.editor-option-style-modal .editor-option-style-modal-content {
  display: flex;
  height: 416px;
  overflow: hidden;
}
.editor-option-style-modal .editor-option-style-modal-content-left {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 268px;
  padding: 12px 16px 16px 16px;
  background-color: #F7F8FA;
}
.editor-option-style-modal .editor-option-style-modal-content-left .header {
  color: #292B33;
  font-weight: 600;
  line-height: 16px;
  font-size: 12px;
}
.editor-option-style-modal .editor-option-style-modal-content-left .content {
  flex: 1;
  margin-top: 8px;
  padding: 8px;
  border-radius: 4px;
  background-color: #fff;
}
.editor-option-style-modal .editor-option-style-modal-content-left .content .label {
  flex-shrink: 0;
  margin-right: 8px;
  color: #292B33;
  font-size: 12px;
  line-height: 22px;
}
.editor-option-style-modal .editor-option-style-modal-content-right {
  flex: 1;
  padding: 16px;
}
.editor-option-style-modal .editor-option-style-modal-content-right .label {
  flex-shrink: 0;
  width: 72px;
  margin-right: 8px;
  color: #292B33;
  font-size: 12px;
  line-height: 22px;
}
.editor-option-style-modal .editor-option-style-modal-content .item {
  display: flex;
  align-items: center;
}
.editor-option-style-modal .editor-option-style-modal-content .item .selectdiv {
  flex: 1;
}
.editor-option-style-modal .editor-option-style-modal-content .item .selectdiv .editor-select-selector {
  height: 100%;
  padding: 0 8px !important;
}
.editor-option-style-modal .editor-option-style-modal-content .item .selectdiv .editor-select-selector .editor-select-selection-search-input {
  height: 26px !important;
  line-height: 26px;
}
.editor-option-style-modal .editor-option-style-modal-content .item .selectdiv .editor-select-selector .editor-select-selection-placeholder {
  line-height: 26px !important;
}
.editor-option-style-modal .editor-option-style-modal-content .item .settingContent {
  display: flex;
  align-items: center;
}
.editor-option-style-modal .editor-option-style-modal-content .item .settingContent .presets-color-circle {
  cursor: pointer;
  display: inline-flex;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.editor-option-style-modal .editor-option-style-modal-content .item .settingContent .presets-color-circle svg {
  fill: #fff;
}
.editor-option-style-modal .editor-option-style-modal-content .editor-radio-wrapper span,
.editor-option-style-modal .editor-option-style-modal-content .editor-checkbox-wrapper span {
  padding: 0;
}
.editor-option-style-modal .editor-option-style-modal-content .line {
  width: 1px;
  height: 12px;
  margin-right: 8px;
  background-color: #EBEBF0;
}
.editor-option-style-modal .editor-option-style-modal-content .radioLabel,
.editor-option-style-modal .editor-option-style-modal-content .checkboxLabel {
  margin-left: 2px;
  color: #414352;
  line-height: 18px;
  font-size: 12px;
}
.editor-option-style-modal .editor-option-style-modal-content .colorPickerDiv {
  width: 180px;
  margin-right: 8px;
}
.editor-option-style-modal .editor-option-style-modal-content .colorPickerDiv .editor-colorpicker-wrap {
  height: 28px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv {
  margin-top: 12px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldHeader {
  display: flex;
  align-items: center;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldHeader span {
  color: #292B33;
  line-height: 24px;
  font-size: 12px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldHeader .labelTips {
  display: flex;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  margin-right: 8px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldHeader .addField {
  display: flex;
  align-items: center;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldHeader .addField .addText {
  margin-left: 4px;
  color: #417FFB;
  font-size: 12px;
  line-height: 22px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent {
  margin-top: 8px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem {
  display: flex;
  align-items: center;
  height: 28px;
  margin-bottom: 8px;
  margin-left: 80px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect {
  display: flex;
  align-items: center;
  width: 180px;
  height: 100%;
  border-radius: 2px;
  border: 1px solid #DCDDE5;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect .otherFieldItemLeft {
  flex: 1;
  height: 100%;
  padding: 2px;
  overflow: hidden;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect .otherFieldItemLeft .chooseItem {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 4px;
  background-color: #F7F8FA;
  border-radius: 2px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect .otherFieldItemLeft .chooseItem .chooseItemLabel {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #414352;
  font-size: 12px;
  line-height: 20px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect .otherFieldItemLeft .chooseItem .chooseItemIcon {
  display: flex;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemSelect .otherFieldItemRight {
  height: 28px;
  padding: 8px;
  line-height: 12px;
  border-left: 1px solid #DCDDE5;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem .otherFieldItemIcon {
  display: none;
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.editor-option-style-modal .editor-option-style-modal-content .otherFieldDiv .otherFieldContent .otherFieldItem:hover .otherFieldItemIcon {
  display: flex;
}
.editor-option-style-modal-item {
  display: flex;
  align-items: center;
  height: 100%;
}
.editor-option-style-modal-item-label {
  max-width: 100%;
  color: #414352;
  line-height: 20px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-option-style-modal-item-label-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.editor-option-style-modal-item-otherDefault-label {
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-modal-item-remark {
  width: 100%;
  margin-top: 2px;
  color: rgba(28, 36, 46, 0.45);
  line-height: 18px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-option-style-modal-item-lightBackground,
.editor-option-style-modal-item-otherLightBackground {
  padding: 0 8px;
  background-color: rgba(68, 119, 238, 0.1);
  border-radius: 2px;
}
.editor-option-style-modal-item-darkBackground,
.editor-option-style-modal-item-otherDarkBackground {
  padding: 0 8px;
  background-color: #4477EE;
  border-radius: 2px;
  color: #fff;
}
.editor-option-style-modal-item-otherLightBackground-label {
  padding: 0 6px;
  background-color: rgba(68, 119, 238, 0.1);
  border-radius: 2px;
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-modal-item-otherDarkBackground-label {
  padding: 0 6px;
  background-color: #4477EE;
  border-radius: 2px;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
}
.editor-option-style-modal-item-icon {
  display: none;
  flex: 1;
  flex-shrink: 0;
  justify-content: flex-end;
}
.editor-option-style-modal-item-active-icon {
  display: flex;
  flex-shrink: 0;
}
.editor-option-style-modal-item-content {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 8px;
  border-radius: 2px;
}
.editor-option-style-modal-item-content:hover .editor-option-style-item-icon {
  display: flex;
}
.editor-option-style-modal-item-content-active {
  background-color: rgba(65, 127, 251, 0.08);
}
.editor-option-style-modal-pop .editor-select-item {
  padding: 0 4px;
}
.editor-option-style-modal-pop .editor-select-item:not(:last-child) .editor-option-style-modal-item-content {
  margin-bottom: 4px;
}
.editor-option-style-modal-pop .editor-select-item-option-selected {
  font-weight: 400;
  background-color: #fff;
}
.editor-option-style-modal-color-picker {
  padding: 0;
}
.editor-option-style-modal-color-picker .editor-popover-arrow {
  display: none;
}
.editor-option-style-modal-color-picker .editor-popover-inner-content {
  padding: 0;
  color: #1c242e;
}
.editor-option-style-modal-color-picker .sketch-picker {
  box-shadow: none !important;
}
.tip .editor-tooltip-arrow::before {
  background-color: #414352;
}
.tip .editor-tooltip-inner {
  background-color: #414352;
}
.otherFieldItemPop {
  padding-top: 2px;
}
.otherFieldItemPop .editor-popover-arrow {
  display: none;
}
.otherFieldItemPop .editor-popover-inner-content {
  padding: 0;
}
.otherFieldItemPop .popContent {
  display: flex;
  flex-direction: column;
  width: 216px;
  max-height: 260px;
}
.otherFieldItemPop .popContent .popContentHeader {
  flex-shrink: 0;
  border-bottom: 1px solid #DCDDE5;
}
.otherFieldItemPop .popContent .popContentHeader .editor-input-search-button {
  border: 0;
}
.otherFieldItemPop .popContent .popContentHeader .editor-input {
  padding: 5px 8px;
  font-size: 12px;
  line-height: 22px;
}
.otherFieldItemPop .popContent .popContentList {
  flex: 1;
  width: 100%;
  padding: 4px;
  overflow: auto;
}
.otherFieldItemPop .popContent .popContentList .popContentListItem {
  padding: 6px 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #414352;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
}
.otherFieldItemPop .popContent .popContentList .popContentListItem:hover {
  background-color: rgba(144, 146, 163, 0.08);
}
.otherFieldItemPop .popContent .popContentList .popContentListItemActive {
  background-color: rgba(65, 127, 251, 0.08);
}
