// 证件信息
.emh-cert-imgs-readCart {
  margin: 0 16px;
  padding: 12px 0 20px;
  border-bottom: 0.05px solid rgba(235, 237, 240, 0.5);
  .van-cell {
    padding: 0;
    margin-bottom: 12px;
    &::after {
      border: none;
    }
    .van-cell__title {
      .title {
        span {
          font-size: 12px;
          color: rgb(248, 188, 88);
          letter-spacing: 0;
          line-height: 20px;
          &.title-require {
            color: #ff3d3d;
            font-size: 14px;
          }
        }
      }
    }
  }
}
.emh-cert-imgs-photo-file {
  display: flex;
  flex-direction: row;
  align-items: center;
}

// 图片
.emh-cert-imgs-img-Arrs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}