.table-import-body {
  margin-left: 20px;

  .import-step {
    padding-bottom: 10px;

    > :first-child {
      display: inline-block;
      width: 20px;
      height: 20px;
      color: #af8351;
      font-weight: bold;
      line-height: 18px;
      text-align: center;
      border: 1px solid #af8351;
      border-radius: 50%;
    }

    > :last-child {
      display: inline-block;
      margin-left: 5px;
      font-weight: bold;
    }
  }

  .file-link {
    margin: 5px 20px;
    padding: 5px 10px 5px 10px;
    border: 1px #ddd;
    border-style: dashed;

    .file-icon {
      display: inline-block;
      font-size: 22px;
    }

    .file-name {
      display: inline-block;
      margin-left: 10px;
    }

    .file-down {
      float: right;
      margin-top: 3px;

      :after {
        clear: both;
      }
    }
  }

  .attention-tip-title {
    margin-left: 20px;
    font-weight: bold;
  }

  .attention-tip > li {
    margin-bottom: 5px;
  }

  .upload-btn {
    margin: 10px 50px !important;
  }

  .down-temp {
    display: flex;
    align-items: center;
    padding: 10px 24px;
    line-height: 30px;
    background-color: #f5fafe;
    border-radius: 4px;

    .down-title {
      font-weight: bold;
    }

    .down-file {
      flex: 1;
      height: 100%;
      text-align: right;
    }
  }

  .down-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    min-height: 100px;
    margin: 20px 0;
    padding: 20px;
    line-height: 30px;
    background-color: #f5fafe;
    border-radius: 4px;

    > span {
      text-align: center;
    }
  }

  .down-desc {
    color: #9b9b9b;
  }
  .error-msg {
    margin-top: 10px;
    color: #ff4d4f;
  }
}
