/* 展示图片集 */.BoxShowPics{position:fixed;top:0;right:0;bottom:0;left:0;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7)!important;font-size:20px;user-select:none}.BoxShowPics.on{opacity:1;visibility:visible;z-index:99999}.BoxShowPics .tipNote{position:absolute;top:0;left:50%;color:#fff;opacity:.5;font-size:.7em;line-height:2em;transform:translateX(-50%)}.BoxShowPics .close{position:absolute;top:.5em;right:.5em;background-color:rgba(255,255,255,.7);font-weight:normal;color:#000;width:1.8em;height:1.8em;line-height:1.8em;text-align:center;cursor:pointer;opacity:1;border-radius:50%;font-size:.8em;z-index:3}.BoxShowPics .close:after{content:'\e61d';font-family:iconfont_dg}.BoxShowPics .close:hover,.boxalt2021 .close:hover:after{opacity:.5;transform:rotate(90deg)}.BoxShowPics .picbox{max-width:96%;height:calc(98% - 100px);overflow:hidden;margin:2% auto 0;position:relative;cursor:grab}.BoxShowPics .picbox:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.BoxShowPics .picbox img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;z-index:0}.BoxShowPics ul{position:fixed;left:50%;bottom:10px;text-align:center;max-width:1000px;transform:translate(-50%,0);width:90%}.BoxShowPics ul li{display:inline-block;width:100px;height:60px;overflow:hidden;background:url("/Content/img/loading.gif") #fff no-repeat center center / 50%;position:relative;cursor:pointer}.BoxShowPics ul li+li{margin-left:10px;}.BoxShowPics ul li:after{content:'';border:0 solid #f90;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.BoxShowPics ul li.on:after{border-width:4px;opacity:1}.BoxShowPics ul li img{object-fit:cover;width:100%;height:100%;display:block}