.UploadComponent_import-panel-title_W_aH {
  height: 45px;
  background: #FFF1E6;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.UploadComponent_title-word_1Tuu {
  font-size: 18px;
}
.UploadComponent_title-close_2G8Y {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  font-size: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.UploadComponent_import-panel-content_2u7Z {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 205px;
}
.UploadComponent_import-panel-content-height_9jKv {
  height: 123px;
}
.UploadComponent_import-input-div_Msh1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 10px;
  cursor: pointer;
  border: 1px dotted #e2e2e2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.UploadComponent_import-input-img_3dsP {
  font-size: 40px;
  cursor: pointer;
  margin-bottom: 5px;
  color: #8D929F;
}
.UploadComponent_import-button-div_mEgk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.UploadComponent_import-btn-cancle_3K8d {
  border: 1px solid #bbb;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  width: 120px;
  height: 32px;
  border-radius: 2px;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
}
.UploadComponent_import-btn-summit_1wjW {
  border: 1px solid #FC8555;
  background-color: #FC8555;
  color: #fff;
  font-size: 14px;
  width: 120px;
  height: 32px;
  border-radius: 2px;
  margin-left: 10px;
  outline: none;
  cursor: pointer;
}
.UploadComponent_import-word_2045 {
  color: #8D929F;
  font-size: 14px;
  line-height: 14px;
}
.UploadComponent_file-list_1tFB {
  border: 1px dotted #e2e2e2;
  height: 82px;
  margin: 0 2px 2px 2px;
  padding: 2px;
  color: #8D929F;
  overflow: auto;
}
.UploadComponent_upload-root_2_Ca {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 460px;
  height: 250px;
}
.UploadComponent_file-list-li_1RGn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0px;
}
/* 公共有边距样式 */
.UploadComponent_common-margin-right_2cK4 {
  margin-right: 8px;
}
.UploadComponent_file-list-img_1wvF {
  font-size: 14px;
  margin-right: 8px;
}
.UploadComponent_file-list-img-success_6Sh6 {
  color: green;
}
.UploadComponent_file-list-img-error_25Os {
  color: red;
}
.UploadComponent_file-list-img-uploading_1Sy0 {
  color: #8D929F;
}
.UploadComponent_file-list-filename_1PBX {
  font-size: 12px;
  line-height: 12px;
  color: #333;
  margin-right: 8px;
}
.UploadComponent_file-list-filesize_3znp {
  font-size: 12px;
  margin-right: 8px;
}
.UploadComponent_file-list-tip_3e2_ {
  color: red;
  font-size: 12px;
}
.UploadComponent_delete_but_Pk14 {
  cursor: pointer;
  font-size: 14px;
  margin-right: 5px;
}

