.file-list[data-v-ca683cbc] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.file-list .file-list-title[data-v-ca683cbc] {
    display: inline-block;
    max-width: 350px;
}
.file-list .file-list-btn[data-v-ca683cbc] {
    padding: 0 6px;
    cursor: pointer;
}
.file-list:hover .file-list-title[data-v-ca683cbc],
  .file-list:hover .file-list-btn[data-v-ca683cbc] {
    color: red;
}

.upload-box-hint[data-v-341ae319] {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.my-spin .ant-spin.ant-spin-spinning[data-v-341ae319] {
  background: rgba(0, 0, 0, 0.4);
}
.my-spin .ant-progress-text[data-v-341ae319] {
  color: white;
  font-size: 26px;
}
.file-remove-btn[data-v-341ae319] {
  padding: 0px 4px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.file-remove-btn[data-v-341ae319]:hover {
    color: red;
}

