.change-service-common-mainView {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.change-service-common-mainView .customViewPadding {
  padding-left: 16px;
  padding-right: 16px;
}
.change-service-common-mainView .customPreView {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 12px 16px 0 16px;
}
.change-service-common-mainView .customPreView .customPreItemMargin {
  margin-right: 24px;
}
.change-service-common-mainView .customPreView .customPreItem {
  width: 50%;
  overflow: hidden;
}
.change-service-common-mainView .customPreView .customPreItem .editor-form-item {
  margin-bottom: 12px;
}
.change-service-common-mainView .customPreView .customPreItem .editor-input[disabled] {
  background-color: #F2F3F5;
  border-color: #DCDDE5;
  color: #414352;
}
.change-service-common-mainView .customPreView .customPreItem .editor-radio-button-wrapper {
  padding-left: 12px;
  padding-right: 12px;
}
.change-service-common-mainView .customPreView .customPreItem .editor-legacy-form-item-required {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.change-service-common-mainView .customPreView .customPreItem .editor-select-selection-overflow {
  flex-wrap: nowrap;
  overflow: hidden;
}
.change-service-common-mainView .customPreView .customPreItem .editor-legacy-form-item {
  padding-bottom: 0;
}
.change-service-common-mainView .customPreView .customPreItem .editor-legacy-form-item .has-error .editor-selectBusiObject-objInput {
  border-color: #ff4d4f;
}
.change-service-common-mainView .customPreView .customPreItem .editor-legacy-form-item .has-error .defaultInput {
  border-color: #ff4d4f;
}
.change-service-common-mainView .customPreView .customPreItem .editor-legacy-form-item .editor-legacy-form-explain {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: -10px;
}
.change-service-common-mainView .customPreView .customPreItem .editor-selectBusiObject-objInput {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.change-service-common-mainView .itemLabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.change-service-common-mainView .itemLabel .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #47e;
}
.change-service-common-mainView .itemLabel .right .pointStyle {
  cursor: pointer;
}
.change-service-common-mainView .itemLabel .right .rightSpace {
  margin-right: 9px;
}
.change-service-common-mainView .previewVerticalSplitter {
  width: 12px;
  height: 2px;
  background-color: #6BA1FF;
}
.change-service-common-mainView .compareTabView {
  flex: 1;
  display: flex;
  overflow-x: hidden;
}
.change-service-common-mainView .attrTabContent {
  display: flex;
  width: 100%;
  height: 100%;
}
.change-service-common-mainView .attrTabContent .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.change-service-common-mainView .attrTabContent .empty svg {
  font-size: 120px;
  color: transparent;
}
.change-service-common-mainView .attrTabContent .empty .emptyTip {
  font-size: 12px;
  color: #64677A;
  margin-top: 8px;
}
.change-service-common-mainView .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.change-service-common-mainView .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.change-service-common-mainView .attrTabContent .tableHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.change-service-common-mainView .attrTabContent .tableHeader .showAll {
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-right: 8px;
  cursor: pointer;
}
.change-service-common-mainView .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.change-service-common-mainView .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.change-service-common-mainView .attrTabContent .dataTable {
  padding-top: 16px;
  padding-bottom: 8px;
  height: 100%;
}
.change-service-common-mainView .attrTabContent .dataTable .relationView {
  cursor: pointer;
  color: #47e;
}
.change-service-common-mainView .attrTabContent .dataTable .editor-table,
.change-service-common-mainView .attrTabContent .dataTable .editor-table-container {
  height: 100%;
}
.change-service-common-mainView .attrTabContent .dataTable .editor-table-thead > tr > th {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
  font-weight: 500;
}
.change-service-common-mainView .attrTabContent .dataTable .editor-table-thead > tr > th::before {
  display: none;
}
.change-service-common-mainView .attrTabContent .dataTable .editor-tableComponents-readonlyTd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.change-service-common-mainView .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
}
.change-service-common-mainView .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td .editor-table-row-expand-icon {
  margin-top: 1.5px;
  color: #ccced0;
}
.change-service-common-mainView .attrTabContent .previewSplitter {
  width: 2px;
  height: 12px;
  background-color: #6BA1FF;
  border-radius: 14px;
}
.change-service-common-mainView .attrTabContent .editor-highlight {
  color: #47e;
}
.change-service-common-mainView .attrTabContent .editor-mlayout.horizontal .moving {
  cursor: ew-resize;
}
.change-service-common-mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix {
  width: 4px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ew-resize;
}
.change-service-common-mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.change-service-common-mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix::before {
  display: none;
}
.change-service-common-mainView .resultIconBase {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
}
.change-service-common-mainView .successIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #58CF7F;
}
.change-service-common-mainView .warningIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FBBE39;
}
.change-service-common-mainView .failIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FF8585;
}
.change-service-common-mainView .tabPanView {
  display: flex;
  align-items: center;
}
.change-service-common-mainView .tabExrtaView {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #ffffff;
}
.change-service-common-mainView .tabExrtaView .resultMessage {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.change-service-common-mainView .tabExrtaView .resultMessage .messageColor {
  margin-left: 4px;
  color: #64677A;
}
.change-service-common-mainView .tabExrtaView .successBackgournd {
  background-color: #E5FAE9;
}
.change-service-common-mainView .tabExrtaView .warningBackgournd {
  background-color: #FFFBE6;
}
.change-service-common-mainView .tabExrtaView .failBackgournd {
  background-color: #FFF2F0;
}
.change-service-common-mainView .tabExrtaView .searchView {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.change-service-common-mainView .tabExrtaView .searchView .smallSearch {
  width: 200px;
  height: 28px;
  border-color: #DCDDE5;
  font-size: 12px;
  padding: 6px 8px;
}
.change-service-common-mainView .tabExrtaView .searchView .smallSearch .actionSearch {
  font-size: 14px;
  fill: #ACADBA;
}
.change-service-common-mainView .tabExrtaView .searchView .noLeftBorderRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.change-service-common-mainView .tabExrtaView .searchView .editor-select {
  font-size: 12px;
  line-height: 28px;
}
.change-service-common-mainView .tabExrtaView .searchView .editor-select-selection-item {
  line-height: 28px;
}
.change-service-common-mainView .tabExrtaView .searchView .editor-select-selector {
  height: 28px;
  border-right-width: 0;
  border-color: #DCDDE5;
  border-radius: 2px 0 0 2px;
  box-shadow: none !important;
}
.change-service-common-mainView .tabExrtaView .searchView .editor-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: #47e;
}
.change-service-common-mainView .tabExrtaView .editor-input-affix-wrapper:focus {
  box-shadow: none !important;
}
.change-service-common-mainView .editor-mlayout.vertical .prev {
  overflow: hidden;
}
.change-service-common-mainView .editor-mlayout.vertical .moving {
  cursor: ns-resize;
}
.change-service-common-mainView .editor-mlayout.vertical .splitter_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6px;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ns-resize;
}
.change-service-common-mainView .editor-mlayout.vertical .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.change-service-common-mainView .editor-mlayout.vertical .splitter_fix::before {
  display: none;
}
.change-service-common-mainView .editor-form-item {
  margin-bottom: 8px;
}
.change-service-common-mainView .editor-form-item-label label {
  width: 100%;
}
.change-service-common-mainView .editor-form-item-has-error .defaultInput {
  border-color: #FF615C;
}
.change-service-common-mainView .editor-form-item-has-error .editor-form-item-explain-error {
  color: #FF615C;
  font-size: 12px;
  line-height: 25px;
}
.change-service-common-mainView .editor-tabs {
  flex: 1;
  overflow: hidden;
}
.change-service-common-mainView .editor-tabs-nav {
  border-bottom: 1px solid #f0f0f0;
}
.change-service-common-mainView .editor-tabs-nav-operations {
  display: none !important;
}
.change-service-common-mainView .editor-tabs-nav-wrap {
  flex-grow: inherit !important;
  flex-shrink: 0;
}
.change-service-common-mainView .editor-tabs-extra-content {
  flex: 1;
  margin: 0 !important;
  height: 100%;
}
.change-service-common-mainView .editor-tabs-content {
  height: 100%;
}
.change-service-common-mainView .editor-tabs-content .editor-tabs-tabpane {
  width: inherit;
  height: inherit;
}
.change-service-common-mainView .editor-tabs-content .editor-spin-nested-loading {
  width: inherit;
  height: inherit;
}
.change-service-common-mainView .editor-tabs-content .editor-spin-nested-loading > div > .editor-spin {
  max-height: unset;
}
.change-service-common-mainView .editor-tabs-tab {
  padding: 13px 0;
}
.change-service-common-mainView .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-change-service {
  position: absolute !important;
}
.editor-change-service .modalTitle {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-change-service .modalSubTitle {
  font-size: 12px;
  font-weight: 400;
  color: #64677A;
}
.editor-change-service .prevArea {
  width: inherit;
  height: 100%;
}
.editor-change-service .mainViewPadding {
  padding: 16px 16px 0 16px;
}
.editor-change-service .mainView {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.editor-change-service .mainView .customViewPadding {
  padding-left: 16px;
  padding-right: 16px;
}
.editor-change-service .mainView .customPreView {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 12px 16px 0 16px;
}
.editor-change-service .mainView .customPreView .customPreItemMargin {
  margin-right: 24px;
}
.editor-change-service .mainView .customPreView .customPreItem {
  width: 50%;
  overflow: hidden;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-form-item {
  margin-bottom: 12px;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-input[disabled] {
  background-color: #F2F3F5;
  border-color: #DCDDE5;
  color: #414352;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-radio-button-wrapper {
  padding-left: 12px;
  padding-right: 12px;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-legacy-form-item-required {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-select-selection-overflow {
  flex-wrap: nowrap;
  overflow: hidden;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-legacy-form-item {
  padding-bottom: 0;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-legacy-form-item .has-error .editor-selectBusiObject-objInput {
  border-color: #ff4d4f;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-legacy-form-item .has-error .defaultInput {
  border-color: #ff4d4f;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-legacy-form-item .editor-legacy-form-explain {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: -10px;
}
.editor-change-service .mainView .customPreView .customPreItem .editor-selectBusiObject-objInput {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.editor-change-service .mainView .itemLabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.editor-change-service .mainView .itemLabel .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #47e;
}
.editor-change-service .mainView .itemLabel .right .pointStyle {
  cursor: pointer;
}
.editor-change-service .mainView .itemLabel .right .rightSpace {
  margin-right: 9px;
}
.editor-change-service .mainView .previewVerticalSplitter {
  width: 12px;
  height: 2px;
  background-color: #6BA1FF;
}
.editor-change-service .mainView .compareTabView {
  flex: 1;
  display: flex;
  overflow-x: hidden;
}
.editor-change-service .mainView .attrTabContent {
  display: flex;
  width: 100%;
  height: 100%;
}
.editor-change-service .mainView .attrTabContent .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.editor-change-service .mainView .attrTabContent .empty svg {
  font-size: 120px;
  color: transparent;
}
.editor-change-service .mainView .attrTabContent .empty .emptyTip {
  font-size: 12px;
  color: #64677A;
  margin-top: 8px;
}
.editor-change-service .mainView .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.editor-change-service .mainView .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.editor-change-service .mainView .attrTabContent .tableHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-change-service .mainView .attrTabContent .tableHeader .showAll {
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-right: 8px;
  cursor: pointer;
}
.editor-change-service .mainView .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.editor-change-service .mainView .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.editor-change-service .mainView .attrTabContent .dataTable {
  padding-top: 16px;
  padding-bottom: 8px;
  height: 100%;
}
.editor-change-service .mainView .attrTabContent .dataTable .relationView {
  cursor: pointer;
  color: #47e;
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-table,
.editor-change-service .mainView .attrTabContent .dataTable .editor-table-container {
  height: 100%;
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-table-thead > tr > th {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
  font-weight: 500;
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-table-thead > tr > th::before {
  display: none;
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-tableComponents-readonlyTd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
}
.editor-change-service .mainView .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td .editor-table-row-expand-icon {
  margin-top: 1.5px;
  color: #ccced0;
}
.editor-change-service .mainView .attrTabContent .previewSplitter {
  width: 2px;
  height: 12px;
  background-color: #6BA1FF;
  border-radius: 14px;
}
.editor-change-service .mainView .attrTabContent .editor-highlight {
  color: #47e;
}
.editor-change-service .mainView .attrTabContent .editor-mlayout.horizontal .moving {
  cursor: ew-resize;
}
.editor-change-service .mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix {
  width: 4px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ew-resize;
}
.editor-change-service .mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-change-service .mainView .attrTabContent .editor-mlayout.horizontal .splitter_fix::before {
  display: none;
}
.editor-change-service .mainView .resultIconBase {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
}
.editor-change-service .mainView .successIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #58CF7F;
}
.editor-change-service .mainView .warningIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FBBE39;
}
.editor-change-service .mainView .failIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FF8585;
}
.editor-change-service .mainView .tabPanView {
  display: flex;
  align-items: center;
}
.editor-change-service .mainView .tabExrtaView {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #ffffff;
}
.editor-change-service .mainView .tabExrtaView .resultMessage {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.editor-change-service .mainView .tabExrtaView .resultMessage .messageColor {
  margin-left: 4px;
  color: #64677A;
}
.editor-change-service .mainView .tabExrtaView .successBackgournd {
  background-color: #E5FAE9;
}
.editor-change-service .mainView .tabExrtaView .warningBackgournd {
  background-color: #FFFBE6;
}
.editor-change-service .mainView .tabExrtaView .failBackgournd {
  background-color: #FFF2F0;
}
.editor-change-service .mainView .tabExrtaView .searchView {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.editor-change-service .mainView .tabExrtaView .searchView .smallSearch {
  width: 200px;
  height: 28px;
  border-color: #DCDDE5;
  font-size: 12px;
  padding: 6px 8px;
}
.editor-change-service .mainView .tabExrtaView .searchView .smallSearch .actionSearch {
  font-size: 14px;
  fill: #ACADBA;
}
.editor-change-service .mainView .tabExrtaView .searchView .noLeftBorderRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.editor-change-service .mainView .tabExrtaView .searchView .editor-select {
  font-size: 12px;
  line-height: 28px;
}
.editor-change-service .mainView .tabExrtaView .searchView .editor-select-selection-item {
  line-height: 28px;
}
.editor-change-service .mainView .tabExrtaView .searchView .editor-select-selector {
  height: 28px;
  border-right-width: 0;
  border-color: #DCDDE5;
  border-radius: 2px 0 0 2px;
  box-shadow: none !important;
}
.editor-change-service .mainView .tabExrtaView .searchView .editor-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: #47e;
}
.editor-change-service .mainView .tabExrtaView .editor-input-affix-wrapper:focus {
  box-shadow: none !important;
}
.editor-change-service .mainView .editor-mlayout.vertical .prev {
  overflow: hidden;
}
.editor-change-service .mainView .editor-mlayout.vertical .moving {
  cursor: ns-resize;
}
.editor-change-service .mainView .editor-mlayout.vertical .splitter_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6px;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ns-resize;
}
.editor-change-service .mainView .editor-mlayout.vertical .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-change-service .mainView .editor-mlayout.vertical .splitter_fix::before {
  display: none;
}
.editor-change-service .mainView .editor-form-item {
  margin-bottom: 8px;
}
.editor-change-service .mainView .editor-form-item-label label {
  width: 100%;
}
.editor-change-service .mainView .editor-form-item-has-error .defaultInput {
  border-color: #FF615C;
}
.editor-change-service .mainView .editor-form-item-has-error .editor-form-item-explain-error {
  color: #FF615C;
  font-size: 12px;
  line-height: 25px;
}
.editor-change-service .mainView .editor-tabs {
  flex: 1;
  overflow: hidden;
}
.editor-change-service .mainView .editor-tabs-nav {
  border-bottom: 1px solid #f0f0f0;
}
.editor-change-service .mainView .editor-tabs-nav-operations {
  display: none !important;
}
.editor-change-service .mainView .editor-tabs-nav-wrap {
  flex-grow: inherit !important;
  flex-shrink: 0;
}
.editor-change-service .mainView .editor-tabs-extra-content {
  flex: 1;
  margin: 0 !important;
  height: 100%;
}
.editor-change-service .mainView .editor-tabs-content {
  height: 100%;
}
.editor-change-service .mainView .editor-tabs-content .editor-tabs-tabpane {
  width: inherit;
  height: inherit;
}
.editor-change-service .mainView .editor-tabs-content .editor-spin-nested-loading {
  width: inherit;
  height: inherit;
}
.editor-change-service .mainView .editor-tabs-content .editor-spin-nested-loading > div > .editor-spin {
  max-height: unset;
}
.editor-change-service .mainView .editor-tabs-tab {
  padding: 13px 0;
}
.editor-change-service .mainView .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-change-service .editor-drawer-content {
  background-color: transparent;
}
.editor-change-service .editor-drawer-content .editor-drawer-body {
  display: flex;
  padding: 0 !important;
}
.editor-change-service .editor-drawer-content .editor-drawer-header {
  margin-left: var(--my-change-service-drawer-title-margin-left);
}
.editor-change-service .editor-drawer-content .editor-drawer-footer {
  display: flex;
  justify-content: flex-end;
  margin-left: var(--my-change-service-drawer-title-margin-left);
  background-color: #FFFFFF;
}
.editor-change-service .editor-drawer-content .editor-drawer-footer .editor-btn:not(:first-child) {
  margin-left: 8px;
}
.editor-change-service .editor-drawer-content .editor-drawer-footer .editor-btn-primary[disabled] {
  color: #ffffff;
  background: rgba(65, 127, 251, 0.45);
  border: 0;
}
.editor-change-service-modal {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
  height: auto;
}
.editor-change-service-modal .customViewPadding {
  padding-left: 16px;
  padding-right: 16px;
}
.editor-change-service-modal .customPreView {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 12px 16px 0 16px;
}
.editor-change-service-modal .customPreView .customPreItemMargin {
  margin-right: 24px;
}
.editor-change-service-modal .customPreView .customPreItem {
  width: 50%;
  overflow: hidden;
}
.editor-change-service-modal .customPreView .customPreItem .editor-form-item {
  margin-bottom: 12px;
}
.editor-change-service-modal .customPreView .customPreItem .editor-input[disabled] {
  background-color: #F2F3F5;
  border-color: #DCDDE5;
  color: #414352;
}
.editor-change-service-modal .customPreView .customPreItem .editor-radio-button-wrapper {
  padding-left: 12px;
  padding-right: 12px;
}
.editor-change-service-modal .customPreView .customPreItem .editor-legacy-form-item-required {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.editor-change-service-modal .customPreView .customPreItem .editor-select-selection-overflow {
  flex-wrap: nowrap;
  overflow: hidden;
}
.editor-change-service-modal .customPreView .customPreItem .editor-legacy-form-item {
  padding-bottom: 0;
}
.editor-change-service-modal .customPreView .customPreItem .editor-legacy-form-item .has-error .editor-selectBusiObject-objInput {
  border-color: #ff4d4f;
}
.editor-change-service-modal .customPreView .customPreItem .editor-legacy-form-item .has-error .defaultInput {
  border-color: #ff4d4f;
}
.editor-change-service-modal .customPreView .customPreItem .editor-legacy-form-item .editor-legacy-form-explain {
  margin-top: 0;
  font-size: 12px;
  margin-bottom: -10px;
}
.editor-change-service-modal .customPreView .customPreItem .editor-selectBusiObject-objInput {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.editor-change-service-modal .itemLabel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}
.editor-change-service-modal .itemLabel .right {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #47e;
}
.editor-change-service-modal .itemLabel .right .pointStyle {
  cursor: pointer;
}
.editor-change-service-modal .itemLabel .right .rightSpace {
  margin-right: 9px;
}
.editor-change-service-modal .previewVerticalSplitter {
  width: 12px;
  height: 2px;
  background-color: #6BA1FF;
}
.editor-change-service-modal .compareTabView {
  flex: 1;
  display: flex;
  overflow-x: hidden;
}
.editor-change-service-modal .attrTabContent {
  display: flex;
  width: 100%;
  height: 100%;
}
.editor-change-service-modal .attrTabContent .empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.editor-change-service-modal .attrTabContent .empty svg {
  font-size: 120px;
  color: transparent;
}
.editor-change-service-modal .attrTabContent .empty .emptyTip {
  font-size: 12px;
  color: #64677A;
  margin-top: 8px;
}
.editor-change-service-modal .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.editor-change-service-modal .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.editor-change-service-modal .attrTabContent .tableHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.editor-change-service-modal .attrTabContent .tableHeader .showAll {
  display: flex;
  align-items: center;
  padding-top: 1px;
  margin-right: 8px;
  cursor: pointer;
}
.editor-change-service-modal .attrTabContent .expandIcon {
  width: 16px;
  height: 16px;
  font-size: 12px;
  margin-right: 8px;
}
.editor-change-service-modal .attrTabContent .expandNoIconMargin {
  margin-right: 24px;
}
.editor-change-service-modal .attrTabContent .dataTable {
  padding-top: 16px;
  padding-bottom: 8px;
  height: 100%;
}
.editor-change-service-modal .attrTabContent .dataTable .relationView {
  cursor: pointer;
  color: #47e;
}
.editor-change-service-modal .attrTabContent .dataTable .editor-table,
.editor-change-service-modal .attrTabContent .dataTable .editor-table-container {
  height: 100%;
}
.editor-change-service-modal .attrTabContent .dataTable .editor-table-thead > tr > th {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
  font-weight: 500;
}
.editor-change-service-modal .attrTabContent .dataTable .editor-table-thead > tr > th::before {
  display: none;
}
.editor-change-service-modal .attrTabContent .dataTable .editor-tableComponents-readonlyTd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-change-service-modal .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td {
  height: 40px;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.85);
}
.editor-change-service-modal .attrTabContent .dataTable .editor-table-tbody .editor-table-row > td .editor-table-row-expand-icon {
  margin-top: 1.5px;
  color: #ccced0;
}
.editor-change-service-modal .attrTabContent .previewSplitter {
  width: 2px;
  height: 12px;
  background-color: #6BA1FF;
  border-radius: 14px;
}
.editor-change-service-modal .attrTabContent .editor-highlight {
  color: #47e;
}
.editor-change-service-modal .attrTabContent .editor-mlayout.horizontal .moving {
  cursor: ew-resize;
}
.editor-change-service-modal .attrTabContent .editor-mlayout.horizontal .splitter_fix {
  width: 4px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ew-resize;
}
.editor-change-service-modal .attrTabContent .editor-mlayout.horizontal .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-change-service-modal .attrTabContent .editor-mlayout.horizontal .splitter_fix::before {
  display: none;
}
.editor-change-service-modal .resultIconBase {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
}
.editor-change-service-modal .successIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #58CF7F;
}
.editor-change-service-modal .warningIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FBBE39;
}
.editor-change-service-modal .failIcon {
  font-size: 14px;
  margin-left: 4px;
  margin-right: 0;
  color: #FF8585;
}
.editor-change-service-modal .tabPanView {
  display: flex;
  align-items: center;
}
.editor-change-service-modal .tabExrtaView {
  display: inline-flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  background-color: #ffffff;
}
.editor-change-service-modal .tabExrtaView .resultMessage {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  border-radius: 2px;
  font-size: 12px;
}
.editor-change-service-modal .tabExrtaView .resultMessage .messageColor {
  margin-left: 4px;
  color: #64677A;
}
.editor-change-service-modal .tabExrtaView .successBackgournd {
  background-color: #E5FAE9;
}
.editor-change-service-modal .tabExrtaView .warningBackgournd {
  background-color: #FFFBE6;
}
.editor-change-service-modal .tabExrtaView .failBackgournd {
  background-color: #FFF2F0;
}
.editor-change-service-modal .tabExrtaView .searchView {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.editor-change-service-modal .tabExrtaView .searchView .smallSearch {
  width: 200px;
  height: 28px;
  border-color: #DCDDE5;
  font-size: 12px;
  padding: 6px 8px;
}
.editor-change-service-modal .tabExrtaView .searchView .smallSearch .actionSearch {
  font-size: 14px;
  fill: #ACADBA;
}
.editor-change-service-modal .tabExrtaView .searchView .noLeftBorderRadius {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.editor-change-service-modal .tabExrtaView .searchView .editor-select {
  font-size: 12px;
  line-height: 28px;
}
.editor-change-service-modal .tabExrtaView .searchView .editor-select-selection-item {
  line-height: 28px;
}
.editor-change-service-modal .tabExrtaView .searchView .editor-select-selector {
  height: 28px;
  border-right-width: 0;
  border-color: #DCDDE5;
  border-radius: 2px 0 0 2px;
  box-shadow: none !important;
}
.editor-change-service-modal .tabExrtaView .searchView .editor-input-affix-wrapper-focused {
  box-shadow: none;
  border-color: #47e;
}
.editor-change-service-modal .tabExrtaView .editor-input-affix-wrapper:focus {
  box-shadow: none !important;
}
.editor-change-service-modal .editor-mlayout.vertical .prev {
  overflow: hidden;
}
.editor-change-service-modal .editor-mlayout.vertical .moving {
  cursor: ns-resize;
}
.editor-change-service-modal .editor-mlayout.vertical .splitter_fix {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6px;
  position: relative;
  flex-shrink: 0;
  background-color: #f2f3f5;
  transform: none;
  cursor: ns-resize;
}
.editor-change-service-modal .editor-mlayout.vertical .splitter_fix:hover {
  background-color: rgba(68, 119, 238, 0.2);
}
.editor-change-service-modal .editor-mlayout.vertical .splitter_fix::before {
  display: none;
}
.editor-change-service-modal .editor-form-item {
  margin-bottom: 8px;
}
.editor-change-service-modal .editor-form-item-label label {
  width: 100%;
}
.editor-change-service-modal .editor-form-item-has-error .defaultInput {
  border-color: #FF615C;
}
.editor-change-service-modal .editor-form-item-has-error .editor-form-item-explain-error {
  color: #FF615C;
  font-size: 12px;
  line-height: 25px;
}
.editor-change-service-modal .editor-tabs {
  flex: 1;
  overflow: hidden;
}
.editor-change-service-modal .editor-tabs-nav {
  border-bottom: 1px solid #f0f0f0;
}
.editor-change-service-modal .editor-tabs-nav-operations {
  display: none !important;
}
.editor-change-service-modal .editor-tabs-nav-wrap {
  flex-grow: inherit !important;
  flex-shrink: 0;
}
.editor-change-service-modal .editor-tabs-extra-content {
  flex: 1;
  margin: 0 !important;
  height: 100%;
}
.editor-change-service-modal .editor-tabs-content {
  height: 100%;
}
.editor-change-service-modal .editor-tabs-content .editor-tabs-tabpane {
  width: inherit;
  height: inherit;
}
.editor-change-service-modal .editor-tabs-content .editor-spin-nested-loading {
  width: inherit;
  height: inherit;
}
.editor-change-service-modal .editor-tabs-content .editor-spin-nested-loading > div > .editor-spin {
  max-height: unset;
}
.editor-change-service-modal .editor-tabs-tab {
  padding: 13px 0;
}
.editor-change-service-modal .editor-tabs-tab-active {
  font-weight: 500;
}
.editor-change-service-modal .notice {
  font-size: 17.5px;
  color: #FBBE39;
  margin-right: 8px;
}
.editor-change-service-modal .contentText {
  font-size: 14px;
  color: #64677A;
  padding: 4px 16px 4px 44px;
}
.editor-change-service-modal .contentTable {
  display: flex;
  width: 100%;
  border-top: 1px solid #F2F3F5;
  border-bottom: 1px solid #F2F3F5;
  padding: 0 16px;
}
.editor-change-service-modal .editor-modal-title {
  display: flex;
  align-items: center;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.editor-change-service-modal .editor-modal-header {
  box-shadow: none !important;
}
.editor-change-service-modal .editor-modal-body {
  display: flex;
  padding: 0;
}
.editor-change-service-modal .editor-modal-footer {
  box-shadow: none !important;
}
.editor-change-service-modal .editor-modal-footer .editor-btn {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
.editor-change-service-modal .editor-modal-footer .editor-btn span {
  height: 25px !important;
  line-height: 25px !important;
  font-size: 14px;
}
.editor-change-service-modal-big .editor-modal-body {
  height: 536px;
}
