.bee-upload-wrap {
  .downloadTemplateTip {
    height: 50px;
    background: #f3f2f7;
    padding: 0 16px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    .importTemplateTipInfo {
      font-size: 12px;
      font-weight: 400;
      color: #1b1b2b;
    }
  }
  .uploadFileArea {
    height: 80px;
    border: 1px dashed #ced4ed;
    padding: 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    .selectFileBtn {
      background-color: #3bc497 !important;
      border-color: transparent !important;
    }
    .selectFileTip {
      font-size: 10px;
      font-weight: 400;
      color: #999caf;
      line-height: 14px;
    }
  }
  .fileShow {
    height: 50px;
    padding: 0 16px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px dashed #ced4ed;
    .fileUrl {
      font-size: 12px;
      font-weight: 400;
      color: #1755c0;
      line-height: 16px;
      .fileIcon {
        margin-right: 6px;
        line-height: 16px;
      }
    }
    .selectFileBtn {
      background-color: #3bc497 !important;
      border-color: transparent !important;
    }
  }
  .uploadTip {
    font-size: 12px;
    font-weight: 400;
    color: #44507e;
    line-height: 17px;
    margin-top: 24px;
  }
  .importBtn {
    display: block;
    margin: 24px auto 0;
  }
}
