.editor-selectService-popver {
  width: 480px;
  padding-top: 0 !important;
}
.editor-selectService-popver .editor-popover-arrow {
  display: none;
}
.editor-selectService-popver .editor-popover-inner-content {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.editor-selectService-popver .footer {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
}
.editor-selectService-popver .footer .editor-btn {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
}
.editor-selectService-popver .footer .editor-btn.editor-btn-link {
  padding: 0;
  color: #47e;
}
.editor-selectService-popver .footer a {
  color: #47e;
  font-size: 12px;
}
.editor-selectService-popver .cont-tabs .editor-tabs-nav {
  height: 40px;
  margin: 0;
  padding: 0 6px;
  line-height: 40px;
  border-bottom: 1px solid #e8e8e8;
}
.editor-selectService-popver .cont-tabs .editor-tabs-nav .editor-tabs-tab {
  margin: 10px !important;
  padding: 0;
  font-size: 12px;
}
.editor-selectService-popver .cont-tabs .selectService-tab-title .anticon {
  margin-left: 4px;
  margin-right: 0;
}
.editor-selectService-popver .cont-tabs .service-tab-tips {
  padding: 4px 16px;
  color: #f4a015;
  font-size: 12px;
  line-height: 20px;
  background-color: #f5ede1;
}
.disabledInput {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}
.smallInput {
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  user-select: text;
}
.defaultInput {
  height: 32px;
  line-height: 32px;
}
.input:not(.disabledInput):hover,
.input:not(.disabledInput):focus,
.input:not(.disabledInput):active {
  border-color: #6b90ed;
  border-right-width: 1px !important;
  cursor: pointer;
}
.input:not(.disabledInput):hover .closeIcon,
.input:not(.disabledInput):focus .closeIcon,
.input:not(.disabledInput):active .closeIcon {
  display: inline;
}
.input {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 8px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  position: relative;
}
.input a {
  display: none;
  color: #47e !important;
}
.input:hover a {
  display: inline-block !important;
}
.input .title {
  flex: 1;
  user-select: text;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input .titleView {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  flex: 1;
  font-size: 14px;
}
.input .titleView .mainText {
  color: #414352;
  flex-shrink: 0;
}
.input .titleView .servicePath {
  color: #9092A3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.input .placeholder {
  color: rgba(28, 36, 46, 0.25);
}
.input .closeIcon {
  display: none;
  width: 12px;
  font-size: 12px;
  color: rgba(28, 36, 46, 0.25);
}
.input .closeIcon:hover,
.input .closeIcon:focus,
.input .closeIcon:active {
  color: rgba(28, 36, 46, 0.55);
}
.input .pointDownIcon {
  width: 14px;
  font-size: 12px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.25);
}
.selectService-treeSelect {
  width: auto !important;
  max-width: 447px;
  padding: 6px 0 !important;
}
.selectService-treeSelect .editor-select-tree-treenode {
  height: 24px;
  padding-right: 4px;
  font-size: 12px;
}
.selectService-treeSelect .editor-select-tree-treenode:not(.editor-select-tree-treenode-selected):hover::before {
  position: absolute;
  width: 100%;
  height: 24px;
  background: rgba(28, 36, 46, 0.02);
  content: '';
}
.selectService-treeSelect .editor-select-tree-node-content-wrapper {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.selectService-treeSelect .editor-select-tree-node-content-wrapper:hover {
  background: transparent !important;
}
.selectService-treeSelect .editor-select-tree-treenode-selected::before {
  position: absolute;
  width: 100%;
  height: 24px;
  background: rgba(68, 119, 238, 0.1) !important;
  content: '';
}
.selectService-treeSelect .editor-select-tree-node-selected {
  background: transparent !important;
}
.content .searchDiv {
  padding: 12px 16px 4px;
}
.content .searchDiv .editor-input,
.content .searchDiv .editor-select {
  font-size: 12px;
}
.content .searchDiv .editor-select-selector,
.content .searchDiv .editor-select-selection-search-input,
.content .searchDiv .editor-input-affix-wrapper,
.content .searchDiv .editor-input-search-button {
  height: 28px !important;
  box-shadow: none !important;
}
.content .searchDiv .editor-select-selector:hover,
.content .searchDiv .editor-select-selection-search-input:hover,
.content .searchDiv .editor-input-affix-wrapper:hover,
.content .searchDiv .editor-input-search-button:hover {
  border-color: #d9d9d9 !important;
}
.content .searchDiv .editor-input-affix-wrapper-status-error {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
}
.content .searchDiv .editor-select-status-error.editor-select:not(.editor-select-disabled):not(.editor-select-customize-input):not(.editor-pagination-size-changer) .editor-select-selector {
  border-color: #d9d9d9 !important;
}
.content .searchDiv .editor-input-group {
  display: flex;
}
.content .searchDiv .editor-input-group .editor-input-group-wrapper {
  flex: 1;
}
.content .searchDiv .editor-select-selection-item {
  line-height: 28px !important;
}
.content .treeService {
  height: 300px;
}
.content .treeService .serviceTree .editor-tree-treenode-selected::before {
  background: rgba(68, 119, 238, 0.1) !important;
}
.content .treeService .serviceTree .editor-tree-treenode {
  align-items: center;
  height: 30px;
  padding: 0 16px;
}
.content .treeService .serviceTree .editor-tree-treenode::before {
  height: 30px;
}
.content .treeService .serviceTree .editor-tree-treenode:hover::before {
  background: rgba(28, 36, 46, 0.02);
}
.content .treeService .serviceTree .editor-tree-treenode .editor-tree-node-content-wrapper {
  display: flex;
  height: 30px;
  padding-left: 6px;
}
.content .treeService .serviceTree .editor-tree-treenode .editor-tree-iconEle {
  display: flex;
  align-items: center;
  width: auto;
  height: 30px;
}
.content .treeService .serviceTree .editor-tree-treenode .editor-tree-switcher {
  width: 12px;
  line-height: 28px;
  background: none;
}
.content .treeService .serviceTree .editor-tree-treenode .editor-tree-title {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  width: 1px;
  color: #1c242e;
  font-weight: 400;
  font-size: 12px;
}
.content .treeService .serviceTree .editor-tree-treenode .editor-tree-title a {
  min-width: 24px;
  color: #47e;
  line-height: 30px;
}
.content .treeService .serviceTree .treeTitle {
  flex: 1;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .treeService .serviceTree .treeIcon {
  margin-right: 6px;
  line-height: 12px;
}
.content .normalService {
  height: 300px;
  overflow-y: auto;
}
.content .normalService::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.content .normalService::-webkit-scrollbar-thumb {
  display: none;
}
.content .normalService::-webkit-scrollbar-track,
.content .normalService::-webkit-scrollbar,
.content .normalService::-webkit-scrollbar-corner {
  display: none;
}
.content .normalService::-webkit-scrollbar-track {
  display: none;
}
.content .normalService .bottomLine {
  width: calc(100% - 32px);
  margin: 0 16px;
  border-bottom: 1px dashed #f0f0f0;
}
.content .normalService .normalItem {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 42px;
  padding: 12px 16px;
  font-size: 12px;
}
.content .normalService .normalItem:hover {
  background: rgba(28, 36, 46, 0.02);
}
.content .normalService .normalItem .normalTitle {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .normalService .normalItem a {
  color: #47e;
}
.content .normalService .selectedItem {
  background: rgba(68, 119, 238, 0.06) !important;
}
.content .sameSearch .editor-input-group-addon {
  display: none;
}
.content .normalSearch {
  width: auto;
}
.editor-serviceParams-paramDiv {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramBg {
  flex: 1;
  background: rgba(0, 0, 0, 0.25);
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramContent {
  width: 384px;
  height: 100%;
  background-color: #fff;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramBack {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 28px;
  padding: 0 16px;
  background: #f6f8fa;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramBack span {
  margin-right: 4px;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramBack .editor-btn {
  color: rgba(28, 36, 46, 0.75);
  font-size: 12px;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramBack .editor-btn:hover {
  color: #47e;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramList {
  height: calc(100% - 28px);
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramList .editor-tabs {
  height: 40px;
  padding: 10px 0 6px;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramList .editor-tabs-nav-wrap {
  justify-content: center;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramList .editor-tabs-nav-wrap .editor-tabs-tab {
  position: relative;
  margin: 0 12px;
  padding: 0 0 4px;
  font-size: 12px;
}
.editor-serviceParams-paramDiv .editor-serviceParams-paramList .editor-tabs-nav-wrap .editor-tabs-tab:first-child::after {
  position: absolute;
  right: -12px;
  height: 12px;
  border-right: 1px solid #e5e5e5;
  content: '';
}
.editor-serviceParams-paramTable {
  height: calc(100% - 40px);
  padding: 0 16px;
}
.editor-serviceParams-paramTable .editor-spin-nested-loading,
.editor-serviceParams-paramTable .editor-spin-container,
.editor-serviceParams-paramTable .editor-table,
.editor-serviceParams-paramTable .editor-table-container {
  height: 100%;
}
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar-thumb {
  display: none;
}
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar-track,
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar,
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar-corner {
  display: none;
}
.editor-serviceParams-paramTable .editor-table-body::-webkit-scrollbar-track {
  display: none;
}
