.modal-qr[data-v-d25f615c] {
  border: 1px solid #ddd;
  width: 250px;
  overflow: hidden;
}
.upDiv[data-v-d25f615c] {
  margin: 0 auto;
  width: 450px;
  height: 100%;
  border-radius: 20px;
  background: #f4f4f4;
  background-image: "";
  margin-top: 10px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 2px #d8d8d4;
          box-shadow: 0 0 0 2px #d8d8d4;
}
.upDiv .drag[data-v-d25f615c] {
  width: 100%;
  height: 300px;
  margin-top: 10px;
  z-index: 700;
}
.upDiv .drag .filebox[data-v-d25f615c] {
  position: relative;
  width: 95%;
  height: 280px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 15px;
}
.upDiv .filebox p[data-v-d25f615c] {
  width: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}
.upDiv .drag .filebox .uploadImg[data-v-d25f615c] {
  position: absolute;
  left: 10px;
  width: 400px;
  height: 200px;
}
.upDiv .drag .filebox .selectFiles[data-v-d25f615c] {
  position: absolute;
  left: 10px;
  width: 400px;
  z-index: 1800;
  top: 10px;
}
.upDiv .drag .filebox .selectFiles input[data-v-d25f615c] {
  width: 400px;
  height: 325px;
  z-index: 1600;
  opacity: 0;
  position: relative;
  cursor: pointer;
  border-color: #4280d1;
  border-style: solid;
}
