.fileUploadContent .box {
  border: solid thin #DDDDDD;
  min-height: 140px;
  /* min-width: 171px; */
  margin-top: 10px;
  position: relative;
}

.fileUploadContent .fileItem {
  border: solid thin #DDDDDD;
  width: 93px;
  height: 130px;
  display: inline-block;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
  vertical-align: top;
}

.fileUploadContent .fileItem .imgShow {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-top:4px;
  text-align: center;
}

.fileUploadContent .fileItem .imgShow i {
  font-size: 70px;
  position: relative;
  top: -30px;
}

.fileUploadContent .fileItem .imgShow img {
  width: 100%;
  height: 100%;
}

.fileUploadContent .fileItem .imgShow .fileType {
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  top: 37px;
  z-index: 3;
  left: -10px;
}

.fileUploadContent .fileItem .progress {
  height: 10px;
  width: 100%;
}

.fileUploadContent .fileItem .progress > .progress_inner {
  background-color: #0099FF;
  width: 0;
  height: 10px;
  border-radius: 10px;
}

.fileUploadContent .fileItem .progress .error {
  background-color: red;
}

.fileUploadContent .fileItem .status {
  font-size: 15px;
  text-align: center;
}

.fileUploadContent .fileItem .status i {
  display: block;
  /* float: left; */
  width: 31px;
  padding: 0px -3px;
  /* padding-right: 20px; */
  color: red;
  /* margin-right: 11px; */
  margin-left: 3px;
  /* border-radius: 5px; */
  font-size: 16px;
  cursor: pointer;
}

.fileUploadContent .fileItem .fileName {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  overflow: hidden;
  clear: both;
  padding: 0 2px;
}

.fileUploadContent .uploadBts {
  text-align: left;
  height: 24px;
  padding-left: 10px;
}

.fileUploadContent .uploadBts > div {
  float: left;
  margin-right: 30px;
  font-size: 13px;
}

.fileUploadContent .uploadBts > div .selectFileBt {
  border: none;
  background-color: #0099FF;
  color: #FFFFFF;
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.fileUploadContent .uploadBts > div .selectFileBt:hover {
  color: #DDDDDD;
}

.fileUploadContent .uploadBts > div i {
  font-size: 22px;
  color: #0099FF;
  cursor: pointer;
}

.fileUploadContent .subberProgress {
  padding: 5px;
  display: none;
}

.fileUploadContent .subberProgress .progress {
  border: solid thin #0099FF;
  height: 20px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.reminder {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 53px;
  line-height: 43px;
  background: #f1f1f1;
  color: #333;
  border-radius: 4px;
  text-align: center;
  width: 136px;
  border: 3px dotted #ddd;
  padding: 5px;
  transform: translate(-50%, -50%);
}
.add-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;  
}