﻿.clickpic img{cursor:pointer}
.popwindow{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0 0 0 / 50%);z-index:999999999;display:none;}
.popwindow-info{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;}
.popwindow-close{width:40px;height:40px;cursor:pointer;position:absolute;right:4vw;top:2vw;transform:scale(1.6);}
.popwindow-close:before{content:'';width:24px;height:2px;background:#fff;position:absolute;transform:rotate(45deg);top:20px;left:8px;}
.popwindow-close:after{content:'';width:24px;height:2px;background:#fff;position:absolute;transform:rotate(-45deg);top:20px;left:8px;}
.popwindow-info img{max-width:calc(100vw - 100px);max-height:calc(90vh - 100px);}
@media (max-width:768px){.popwindow-info img{max-width:94vw;max-height:calc(90vh - 100px);}
.popwindow-close{transform:scale(1.3);right:2vw}}
.popwindow .imgbox{overflow: auto;max-height: calc(100vh - 170px);width: calc(100% - 70px);}
.popwindow-info img{cursor: -webkit-zoom-in;width: 100%;}
.popwindow-info img.active{cursor: -webkit-zoom-out;max-width: 200%;width: 200%;max-height: 200%;height: 200%;}
.clickdownload {display:flex;justify-content:flex-end;margin-top:20px}
.clickdownload a {cursor:pointer;display:flex;background:var(--color);color:#fff;border-radius:5px;padding:5px 20px;}
.clickdownload a span {background:url(/uploads/48348/page/p2026071410175820828.png) no-repeat left center;background-size:20px;padding-left:28px}
@media (max-width:768px){.clickdownload{margin-top:12px}}