.editor-setting-content-static-service-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: scroll !important;
}
.editor-setting-content-static-service-container .editor-select .editor-select-selection {
  height: 32px;
}
.editor-setting-content-static-service-container .editor-setting-content-static-service-title {
  margin-bottom: 8px;
  color: rgba(28, 36, 46, 0.65);
  font-size: 12px;
}
.editor-setting-content-static-service-container .editor-setting-content-static-service-panel .editor-setting-content-static-service-box .editor-setting-content-static-service-name {
  margin-bottom: 8px;
  color: rgba(28, 36, 46, 0.65);
  font-size: 12px;
}
.editor-setting-content-static-service-container .editor-setting-content-static-service-panel .editor-setting-content-static-service-box .editor-setting-content-static-service-form {
  padding: 12px;
}
.editor-setting-content-static-service-container .editor-setting-content-static-service-img {
  display: inline-block;
  height: 400px;
}
.editor-setting-content-static-service-container .editor-setting-content-static-service-tips {
  margin: 0;
  padding: 8px 48px;
  color: #f4a015;
  font-size: 12px;
}
.editor-setting-content-static-service-dropdown::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.editor-setting-content-static-service-dropdown::-webkit-scrollbar-thumb {
  width: 10px;
  background: #c9c9c9;
  border-radius: 0;
}
.editor-setting-content-static-service-dropdown::-webkit-scrollbar-track,
.editor-setting-content-static-service-dropdown::-webkit-scrollbar,
.editor-setting-content-static-service-dropdown::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}
.editor-setting-content-static-service-dropdown::-webkit-scrollbar-track {
  border-color: transparent;
}
