
.uploadFilePage[data-v-3fa0e93a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inputBox[data-v-3fa0e93a] {
  width: 220px;
  height: 120px;
  color: #228eff;
  font-size: 18px;
  margin-top: 100px;
  margin-left: 23%;
  border: 1px dashed #228eff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inputBox img[data-v-3fa0e93a] {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
}
.inputBox .tips[data-v-3fa0e93a] {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}
.fileInput[data-v-3fa0e93a] {
  display: none;
}
.fileList[data-v-3fa0e93a] {
  width: 100%;
  line-height: 35px;
  margin-top: 20px;
}
.fileList .fileOne[data-v-3fa0e93a] {
  margin-top: 100px;
  text-align: center;
}
.fileList .deleteIconBox[data-v-3fa0e93a] {
  width: 50px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fileList .deleteIconBox img[data-v-3fa0e93a] {
  width: 26px;
  height: 26px;
}
.goBackBtn[data-v-3fa0e93a] {
  width: 120px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #228eff;
  border-radius: 6px;
  color: #fff;
  margin-top: 35px;
  margin-left: 35%;
}
.alert[data-v-3fa0e93a] {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
  background-color: #faa734;
  color: #fff;
  border-radius: 6px;
}

