/* 全站内容图片点击放大 */
#imgZoomMask { position: fixed; inset: 0; z-index: 2147483000; background: rgba(0, 0, 0, .62); display: none; align-items: center; justify-content: center; }
.img-zoom-box { position: relative; max-width: 94vw; max-height: 92vh; }
#imgZoomMask img { max-width: 94vw; max-height: 92vh; object-fit: contain; display: block; background: #fff; border-radius: 8px; box-shadow: 0 10px 44px rgba(0, 0, 0, .5); }
.img-zoom-close { position: absolute; top: -14px; right: -14px; width: 30px; height: 30px; line-height: 28px; text-align: center; border-radius: 50%; background: #b8860b; color: #fff; font-size: 18px; cursor: pointer; z-index: 1; }
