.editor-file-resource-clear {
  margin-left: 4px;
}
.editor-file-resource-tips {
  font-size: 12px;
}
.editor-file-resource-box .errorInput {
  border-color: #FF7474 !important;
  box-shadow: none;
}
.editor-file-resource-box .errorInput .editor-input {
  color: #FF7474 !important;
}
.editor-file-resource-box .attrName {
  color: rgba(28, 36, 46, 0.85);
  font-size: 12px;
  line-height: 1.5;
}
.editor-file-resource-box .clearable:hover .delete_icon {
  opacity: 1;
}
.editor-file-resource-box .upload {
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.editor-file-resource-box .upload svg {
  width: 13px;
  height: 13px;
  fill: rgba(0, 0, 0, 0.45);
}
.editor-file-resource-box .upload:hover svg {
  fill: #47e;
}
.editor-file-resource-box .more-select-button {
  width: 12px;
  height: 12px;
  margin-right: -5px;
}
.editor-file-resource-box .more-select-button svg {
  width: 12px;
  height: 12px;
  fill: rgba(0, 0, 0, 0.45);
}
.editor-file-resource-box .delete {
  display: inline-flex;
  width: 12px;
  height: 12px;
}
.editor-file-resource-box .delete .delete_icon {
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  fill: rgba(0, 0, 0, 0.45);
}
.editor-file-resource-box .delete .delete_icon:hover {
  fill: rgba(28, 36, 46, 0.45);
}
.editor-file-resource-box .editor-input-affix-wrapper input {
  font-size: 12px;
}
.editor-file-resource-box .editor-input-affix-wrapper .editor-input-suffix {
  right: 8px;
}
.editor-file-resource-box .editor-input-affix-wrapper .editor-input-suffix button {
  width: 12px;
  height: 12px;
  font-size: 12px;
  line-height: 1;
  border: none;
}
.editor-file-resource-box .editor-input-affix-wrapper .editor-input-suffix * + * {
  margin-left: 4px;
}
.editor-file-resource-box .editor-input-group-addon {
  padding: 0;
}
.editor-file-resource-box .editor-input-group-addon button {
  height: 26px;
  padding: 0 8px;
  line-height: 1;
  border: none;
}
