.weda-import-csv-file-modal .wedatea2td-step {
  display: flex;
  justify-content: center;
}
.weda-import-csv-file-modal .wedatea2td-step .wedatea2td-step__num {
  width: 26px;
}
.weda-import-csv-file-modal .wedatea2td-form-upload__file {
  display: none;
}
.weda-import-csv-file-modal
  .wedatea2td-form-upload__intro.wedatea2td-text-weak {
  display: none;
}
.weda-import-csv-file-modal .wedatea2td-text__upload-drag {
  width: 100%;
}
.weda-import-csv-file-modal
  .wedatea2td-form-upload__inner
  .wedatea2td-status.size-s.upload-file
  .wedatea2td-icon-status-blank {
  background-image: url('https://qcloudimg.tencent-cloud.cn/raw/695f8a66b7f2f9b598a1e03245cad3e4.svg');
}
.weda-import-csv-file-modal
  .wedatea2td-form-upload__inner
  .wedatea2td-status.size-s.csv-file
  .wedatea2td-icon-status-blank {
  background-image: url('https://qcloudimg.tencent-cloud.cn/raw/3099614d431ec629d36aefa3fe79a798.svg');
}
.weda-import-csv-file-modal
  .wedatea2td-form__controls.is-validating
  .wedatea2td-icon-valid {
  display: none;
}
.weda-import-csv-file-modal
  .wedatea2td-form__controls.is-success
  .wedatea2td-icon-valid {
  display: none;
}
.weda-import-csv-file-modal
  .wedatea2td-form__controls.is-error
  .wedatea2td-icon-valid {
  display: none;
}
.weda-import-csv-file-modal
  .wedatea2td-form__controls.is-error
  .wedatea2td-form__help-text {
  text-align: left;
}
.weda-import-csv-file-modal .modal-section {
  height: 470px;
  margin-top: 32px;
  text-align: center;
  overflow: auto;
}
.weda-import-csv-file-modal .modal-upload-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.weda-import-csv-file-modal .modal-upload-wrap .wedatea2td-form-upload-drag {
  width: 100%;
}
.weda-import-csv-file-modal
  .modal-upload-wrap
  .wedatea2td-form-upload-drag
  .wedatea2td-form-upload__inner {
  width: 100%;
  height: 250px;
}
.weda-import-csv-file-modal
  .modal-upload-wrap
  .wedatea2td-form-upload__info
  .wedatea2td-form-upload__btn {
  position: unset;
}
.weda-import-csv-file-modal .modal-upload-wrap .modal-upload-text-wrap {
  flex: 1;
  text-align: left;
  padding-top: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'PingFang SC';
  font-style: normal;
  border-bottom: 1px solid #e7e7e7;
}
.weda-import-csv-file-modal .modal-upload-wrap .modal-upload-text-wrap ul {
  list-style: disc;
  margin-left: 16px;
}
.weda-import-csv-file-modal .modal-upload-wrap .modal-upload-text-wrap span {
  color: #0052d9;
  cursor: pointer;
}
.weda-import-csv-file-modal .file-json-map-wrap {
  height: 100%;
  border: 1px solid #e7e7e7;
  padding: 0 25px;
  padding-bottom: 25px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
}
.weda-import-csv-file-modal .file-json-map-wrap .file-json-map-container {
  overflow: auto;
  flex: 1;
  padding-bottom: 16px;
}
.weda-import-csv-file-modal .file-json-map-wrap .file-json-map-header {
  margin: 25px 0;
  display: flex;
  justify-content: space-between;
}
.weda-import-csv-file-modal .file-json-map-wrap .file-json-map-header p {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 500;
  width: 45%;
  text-align: left;
  margin-right: 25px;
}
.weda-import-csv-file-modal .file-json-map-wrap .file-json-map-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
  font-size: 14px;
}
.weda-import-csv-file-modal
  .file-json-map-wrap
  .file-json-map-content
  .wedatea2td-dropdown {
  width: 45%;
  margin-top: 16px;
}
.weda-import-csv-file-modal .file-json-map-wrap .file-json-map-content .arrow {
  display: inline-block;
  margin-top: 15px;
  margin-right: 12px;
  width: 30px;
  height: 15px;
  background-position-x: center;
  background-image: url('https://qcloudimg.tencent-cloud.cn/raw/6ad92ac3dbbff908a8eac5df78f2a81b.svg');
  background-repeat: no-repeat;
}
.weda-import-csv-file-modal
  .file-json-map-wrap
  .file-json-map-content
  .table-field {
  width: 45%;
  padding: 0 10px;
  background: #f1f2f5;
  border-radius: 3px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin-top: 16px;
  margin-right: 25px;
}
.weda-import-csv-file-modal
  .file-json-map-wrap
  .file-json-map-content:first-child
  .table-field {
  margin-top: 0px;
}
.weda-import-csv-file-modal
  .file-json-map-wrap
  .file-json-map-content:first-child
  .arrow {
  margin-top: 0px;
}
.weda-import-csv-file-modal
  .file-json-map-wrap
  .file-json-map-content:first-child
  .wedatea2td-dropdown {
  margin-top: 0px;
}
.weda-import-csv-file-modal .import-file-result-wrap {
  height: 100%;
}
.weda-import-csv-file-modal .import-file-result-wrap .error-tip {
  position: relative;
  height: 84px;
  background: #f9d7d9;
  border-radius: 3px;
  padding: 16px 25px;
  text-align: left;
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .error-tip
  .wedatea2td-icon {
  position: absolute;
}
.weda-import-csv-file-modal .import-file-result-wrap .error-tip p {
  padding-left: 25px;
}
.weda-import-csv-file-modal .import-file-result-wrap .error-tip span {
  padding-left: 25px;
  display: block;
  color: rgba(0, 0, 0, 0.6);
}
.weda-import-csv-file-modal .import-file-result-wrap .error-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.weda-import-csv-file-modal .import-file-result-wrap .error-content {
  padding: 16px 25px 0 25px;
  height: 100%;
  flex: 1;
  overflow: auto;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-top: 16px;
  text-align: left;
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .error-content
  .wedatea2td-list
  li {
  margin-top: 16px;
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .error-content
  .wedatea2td-list
  li:first-child {
  margin-top: 0;
}
.weda-import-csv-file-modal .import-file-result-wrap .status-wrap {
  height: 100%;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .status-wrap
  .wedatea2td-status {
  height: 100%;
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .status-wrap.loading
  .wedatea2td-icon-status-blank {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://qcloudimg.tencent-cloud.cn/raw/2b306effd254c6b7e30a81832c9e6949.svg');
}
.weda-import-csv-file-modal
  .import-file-result-wrap
  .status-wrap.success
  .wedatea2td-icon-status-blank {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('https://qcloudimg.tencent-cloud.cn/raw/81526faf0b633c90188426018a7f6870.svg');
}
