.idCard[data-v-62f4c554] {
  width: 133px;
  height: 84px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.idCard .uploadWrap[data-v-62f4c554] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px dashed #E1E2E6;
}
.idCard .uploadWrap .el-upload[data-v-62f4c554] {
      width: 100%;
      height: 100%;
      font-size: 20px;
      line-height: 84px;
      color: #1D6EFE;
      font-weight: 600;
}
.idCard .noImg[data-v-62f4c554]:hover {
    border: 1px dashed #1D6EFE;
}
.idCard .haveImg:hover .maskBg[data-v-62f4c554] {
    display: block;
}
.idCard .previewImg[data-v-62f4c554] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.idCard .maskBg[data-v-62f4c554] {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.idCard .maskBg .replaceImg[data-v-62f4c554] {
      font-style: normal;
      width: 50px;
      height: 24px;
      background: #000000;
      opacity: 0.6;
      border-radius: 12px;
      position: absolute;
      bottom: 12px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 12px;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center;
      line-height: 24px;
}

