.editor-rightstyle-comp-pannel {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.editor-rightstyle-comp-pannel .editor-rightstyle-comp-pannel-item {
  flex: auto;
  max-width: 100%;
}
.editor-rightstyle-marginLabel .editor-form-item-label label {
  left: 10px;
}
.editor-rightstyle-label .editor-form-item-label label {
  color: #47e;
}
.editor-rightstyle-form .formItem {
  display: flex;
  align-items: center;
}
.editor-rightstyle-form .formItem .editor-form-item-children {
  display: flex;
  align-items: center;
}
.editor-rightstyle-form .formItem .editor-form-item-children .editor-row {
  margin-right: -4px;
  margin-left: -4px;
}
.editor-rightstyle-form .formItem .editor-form-item-children .editor-row .editor-col-2 {
  left: -70px;
  padding: 0 4px;
}
.editor-rightstyle-form .formItem .editor-form-item-children .editor-row .editor-col-18 {
  width: 98%;
  margin-left: -12px;
  padding-right: 4px;
  padding-left: 0 !important;
}
.editor-rightstyle-form .editor-form-item-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px !important;
}
.editor-rightstyle-form .editor-form-vertical .editor-form-item {
  padding-bottom: 0 !important;
}
.editor-rightstyle-form .editor-row.editor-form-item {
  margin-bottom: 4px;
}
.editor-rightstyle-form .editor-row.editor-form-item .editor-form-item-label label {
  font-size: 12px;
}
.editor-rightstyle-form .editor-row.editor-form-item .editor-form-item-label,
.editor-rightstyle-form .editor-row.editor-form-item .editor-form-item-control-wrapper,
.editor-rightstyle-form .editor-row.editor-form-item .editor-form-item-control,
.editor-rightstyle-form .editor-row.editor-form-item .editor-select-selection__rendered {
  line-height: 28px;
}
.editor-rightstyle-form .editor-row.editor-form-item .editor-input-number,
.editor-rightstyle-form .editor-row.editor-form-item .editor-select {
  width: 100%;
}
.editor-rightstyle-form .editor-row.editor-form-item .editor-input,
.editor-rightstyle-form .editor-row.editor-form-item .editor-input-number,
.editor-rightstyle-form .editor-row.editor-form-item .editor-select-selection,
.editor-rightstyle-form .editor-row.editor-form-item .editor-radio-button-wrapper {
  height: 28px;
  line-height: 28px;
}
.editor-rightstyle-form .editor-row.editor-form-item .editor-input-number,
.editor-rightstyle-form .editor-row.editor-form-item textarea.editor-input {
  font-size: 12px;
}
.editor-rightstyle-form .editor-form-item-label {
  min-height: 14px;
  margin-top: 7px;
}
.editor-rightstyle-form .editor-form-item-label label {
  display: -moz-box;
  display: -webkit-box;
  max-width: 68px;
  line-height: 14px;
  white-space: normal;
  text-overflow: ellipsis;
  /* stylelint-disable-next-line property-no-unknown */
  box-orient: vertical;
  -moz-line-clamp: 2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
}
.editor-rightstyle-form .editor-form-explain {
  margin-bottom: -20px !important;
  font-size: 12px;
}
.editor-rightstyle-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-track,
.editor-rightstyle-dropdown::-webkit-scrollbar,
.editor-rightstyle-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-rightstyle-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-track,
.editor-rightstyle-dropdown::-webkit-scrollbar,
.editor-rightstyle-dropdown::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.editor-rightstyle-dropdown::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.editor-rightstyle-radioGroup {
  width: 100%;
}
.editor-rightstyle-radioGroup .editor-radio-button-wrapper {
  width: 33.3%;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
.editor-rightstyle-customizeStyle {
  height: 100px;
  color: #30b2ad;
}
.editor-rightstyle-collapseStyle .editor-collapse-header {
  height: 32px;
  color: #1c242e;
  font-weight: 600;
  font-size: 12px !important;
  font-family: PingFangSC-Medium, PingFang SC, sans-serif;
  line-height: 22px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e5 !important;
}
.editor-rightstyle-collapseStyle .editor-collapse-content .editor-collapse-content-box .editor-col {
  text-align: left;
}
.editor-rightstyle-collapseStyle .editor-collapse-content .editor-collapse-content-box .editor-form-item-label {
  width: 27%;
}
.editor-rightstyle-collapseStyle .editor-collapse-content .editor-collapse-content-box .editor-form-item-label label::after {
  display: none;
}
.editor-rightstyle-collapseStyle .editor-collapse-content .editor-collapse-content-box .editor-form-item-control-wrapper {
  width: 73%;
}
.editor-rightstyle-collapseStyle .editor-input-number .editor-input-number-handler-wrap {
  opacity: 1 !important;
}
