.file-tips-wrapper[data-v-505cf560] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  row-gap: 20px;
}
.file-tips-wrapper .file-tips-content[data-v-505cf560] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file-tips-wrapper .file-tips-content .icon[data-v-505cf560] {
  font-size: 50px;
  color: var(--patyee-primary);
  margin-bottom: 10px;
}
.file-tips-wrapper .file-tips-content span[data-v-505cf560] {
  color: red;
}
.file-tips-wrapper .file-tips-footer .btn[data-v-505cf560] {
  width: 100%;
}
