/** 图片预览 */.popup-preview-img{position:fixed;left:0;top:0;z-index:1000;width:100%;height:100%;background-color:rgba(0,0,0,1)}.popup-preview-img .pop-bar{position:absolute;left:0;top:0;z-index:5;width:100%;height:100%;overflow:hidden}.popup-preview-img .pop-close{position:absolute;top:0;right:0;z-index:10;width:30px;height:30px;line-height:30px;text-align:center;font-size:24px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.3)}.popup-preview-img .pop-bar .swiper-img{height:100%}.popup-preview-img .pop-bar .swiper-slide{overflow-y:auto}.popup-preview-img .pop-bar .swiper-slide img{display:block;width:100%;-webkit-user-drag:none}.popup-preview-img .preview-other{position:absolute;left:0;bottom:0;z-index:10;width:100%;line-height:40px;padding:0 12px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,.3);text-align:justify;word-wrap:break-word;word-break:break-all}.pop-show{animation:popshow .3s ease-in-out}@keyframes popshow{0%{opacity:0}100%{opacity:1}}