/* wang update 20230822 点击放大预览图片 样式 */
.showPhoto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .showPhoto .img {
    display: block;
    margin: auto 0;
    max-width: 50%;
    text-align: center;
  }
  .svg{
    display: block;
    max-width: 22px;
    text-align: center;
    /* float: right; */
    margin-top: -23px;
    margin-left: 84%;
  }