.editor-complist-search {
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.editor-complist-search .editor-input-affix-wrapper {
  height: 28px;
  padding: 0 8px;
  flex: 1;
}
.editor-complist-search .editor-input-affix-wrapper .editor-input-suffix {
  color: #c6c8cb;
}
.editor-complist-search .editor-input-affix-wrapper .editor-input-suffix .editor-input-clear-icon {
  margin: 0;
}
.editor-complist-search-highlight {
  color: #47e;
}
.editor-complist-select {
  width: 100%;
  margin-bottom: 12px;
}
.editor-complist-comps::-webkit-scrollbar {
  display: none;
}
.editor-complist-comps {
  overflow-y: scroll;
  scrollbar-width: none;
}
.editor-complist-comps .editor-empty-image {
  width: 83px;
  height: 72px;
  margin: 16px auto 12px;
}
.editor-complist-comps .editor-empty-description {
  color: rgba(28, 36, 46, 0.45);
  font-size: 12px;
}
.editor-complist-comps-group {
  margin-bottom: 8px;
}
.editor-complist-comps-group:nth-last-child(1) {
  margin-bottom: 20px;
}
.editor-complist-comps-group .editor-row {
  display: flex;
  flex-wrap: wrap;
}
.editor-complist-comps-group .editor-col {
  display: flex;
  justify-content: center;
  width: auto;
}
.editor-complist-comps-group-header {
  height: 20px;
  margin: 0 0 4px 0;
  padding: 0 16px;
  color: rgba(28, 36, 46, 0.65);
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.editor-complist-comps-cell {
  width: 80px;
  margin-bottom: 4px;
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.editor-complist-comps-cell-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 4px 0;
  color: rgba(255, 255, 255, 0.65);
  background: #f2f3f4;
  border-radius: 6px;
}
.editor-complist-comps-cell-icon img,
.editor-complist-comps-cell-icon > svg {
  display: inline-block;
}
.editor-complist-comps-cell-icon img {
  width: 28px;
  height: 28px;
}
.editor-complist-comps-cell-label {
  color: rgba(28, 36, 46, 0.65);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-complist-comps-cell:hover .icon {
  background: rgba(68, 119, 238, 0.1);
}
.editor-complist-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.editor-complist-recommend-row {
  padding-left: 16px;
}
.editor-complist-recommend-rowItem {
  padding: 3px 8px;
  background-color: #f2f3f4;
  margin: 0 8px 8px 0;
  border-radius: 2px;
}
.editor-complist-recommend-comps-cell {
  margin-bottom: 0;
  width: auto !important;
}
.editor-complist-rowItem {
  width: 80px;
}
.editor-complist-plus {
  margin-left: 4px;
}
.editor-complist-plus.editor-btn {
  font-size: 12px;
  height: 28px;
  border-color: #d9d9d9;
  padding: 0 8px;
  color: rgba(28, 36, 46, 0.75);
}
.editor-complist-link {
  font-weight: normal;
  font-size: 12px;
  color: #47e;
}
