.zq-large-img-img {
  width: 100%;
}
.zq-large-img-large-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20005;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zq-large-img-large-modal.zq-large-img-hide {
  display: none;
}
.zq-large-img-large-modal p {
  width: auto;
  max-width: 90%;
  background: #fff;
  padding: 15px;
  max-height: 100%;
  overflow: auto;
}
.zq-large-img-large-modal p img {
  width: 100%;
}
