.oss-upload {
  font-size: 14px;
  /* .anticon-paper-clip:before,
  .anticon-delete:before {
    content: ""
  }

  .ant-upload-text-icon {
    .anticon-loading:before {
      content: ""
    }
  }

  .ant-upload-list-item {
    height: 24px;
  }

  .ant-upload-list-item-info > span {
    display: flex;
  } */
}

.gl-spin {
  position: relative;
  width: 100%;
  height: 100%;
}
.gl-spin-content {
  width: 100%;
  height: 100%;
}
.gl-spin-loading {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px;
  z-index: 9999;
}

.file-download-spin {
  position: fixed !important;
}
.file-download-spin .ant-spin-dot i {
  position: relative;
}
.file-download-spin-non-default-position {
  z-index: 99999;
  width: 280px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-download-spin-left-bottom {
  left: 0;
  bottom: 0;
}

