.input-zone {
  width: 100%;
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-zone .ivu-icon-md-add {
  font-size: 53px;
  margin-top: 23px;
}
.input-zone .subTile {
  color: #888;
}
.input-zone input[type='file'] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 140px;
}
.file_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 1px;
}
.file-wapper {
  overflow: hidden;
}
.progress-wrapper {
  position: relative;
  float: left;
  height: 150px;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: 10px;
  overflow: hidden;
  margin-right: 10px;
}
.progress-wrapper .iconScan {
  margin-right: 5px;
  left: 5px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 94px;
}
.progress-wrapper .content {
  padding: 5px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 120px;
}
.progress-wrapper .content .fileName {
  width: 104px;
  height: 22px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #515a6e;
}
.progress-wrapper .content .cont_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 21px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.progress-wrapper .content .icon {
  cursor: pointer;
}
.progress-wrapper .content:hover {
  background: #efefef;
}
.progress-wrapper:last-child {
  margin-right: 0px;
}
.progress-wrapper .progress-progress {
  height: 2px;
  width: 0%;
  border-radius: 5px;
  background-color: #2D8cF0;
  z-index: 1;
}
.download_file {
  color: #2D8cF0;
}
.progress-wrapper .progress-rate {
  position: relative;
  text-align: right;
  font-size: 14px;
  line-height: 10px;
  height: 100%;
  z-index: 2;
}
.scan {
  position: fixed;
  z-index: 22;
  background: #fff;
  width: 50%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  -webkit-box-shadow: 1px 0px 7px #797979;
          box-shadow: 1px 0px 7px #797979;
  left: 50%;
}
.scan .scan_close {
  right: -15px;
  position: absolute;
  top: -18px;
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #515a6e;
  border-radius: 50%;
  background: #fff;
}
.scan .opt {
  text-align: center;
  font-size: 17px;
}
.scan .opt i {
  cursor: pointer;
}
.scan .opt i:hover {
  color: #2D8cF0;
}
.model2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.model2 .content .cont_middle {
  line-height: normal;
  display: inline-block;
}
.model2 .input-zone {
  width: 100%;
}
.model2 .delete {
  display: none;
  color: #f00;
}
.model2 .content:hover .delete {
  display: inline-block;
}

