body {
  padding-top: 70px;
}

.drag {
  width: 100%;
  height: 300px;
  border: 1px dashed #dedede;
  border-radius: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.progressShow {
  width: 100%;
  height: 120px;
}
#fileUploadShow {
  margin-top: 90px;
}