.content {
  width: 540px;
  margin: 0 auto;
  clear: both;
  .next-upload-list-image .next-upload-list-item {
    background: #fff !important;
    border: none !important;
  }
}
.content p {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(23, 26, 29, 0.4);
  letter-spacing: 0;
  line-height: 14px;
}
.tempalte {
  height: 96px;
  width: 540px;
  background: #fff;
  border: 1px solid rgba(126, 134, 142, 0.16);
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tempalte span {
  display: block;
  background: url('./img/file.png') no-repeat;
  background-size: cover;
  height: 40px;
  width: 32px;
  margin: 0 12px 0 20px;
}
.fileTitle {
  flex: 1;
}
.fileTitle p:nth-child(1) {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #171a1d;
  margin-top: 0 !important;
}
.fileTitle p:nth-child(2) {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: rgba(23, 26, 29, 0.6);
  margin-top: 0 !important;
}
.fileTitle p.errTip {
  font-size: 12px;
  color: #c82727;
}
.fileWidth {
  width: 400px;
  height: 400px;
}
.downLoadImg {
  width: 44px;
}
.upLoadImg {
  width: 44px;
}
.uploadReport {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
}
