.imageview .title,.imageview .prev,.imageview .next,.imageview .hide {-background-color:rgba(0, 255, 0, 0.2)}
.imageview {display:none;position:fixed;z-index:10000;top:0px;left:0px;bottom:0px;right:0px;background:rgba(0,0,0,0.8)}
.imageview .prev,.imageview .next,.imageview .hide {position:absolute;background-repeat:no-repeat;-moz-transition:opacity 0.5s;-webkit-transition:opacity 0.5s;transition:opacity 0.5s;cursor:pointer}
.imageview .prev:hover,.imageview .next:hover,.imageview .hide:hover {opacity:1}
.imageview .prev,.imageview .next {z-index:10001;width:80px;height:100%;background-position:30px 50%}
.imageview .prev {left:0px;background-position:30px 50%;background-image:url(/image/list_view_ne.png)}
.imageview .next {right:0px;background-position:30px 50%;background-image:url(/image/list_view_pr.png)}
.imageview .hide {z-index:10002;top:0%;right:0%;width:80px;height:80px;background-position:30px 50%;background-size:20px 20px;background:url(/image/list_view_icon.png) center no-repeat #174195}
.imageview .title {position:absolute;z-index:10000;bottom:5%;left:0%;right:0%;text-align:center;width:100%;height:auto; vertical-align:bottom; padding:0 30px;font-family:Arial;font-size:14px;color:#eee;font-family:'Montserrat'; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.imageview .image {display:flex;position:absolute;align-items:center;justify-content:center;width:100%;height:100%}
.imageview .image img {display:none;max-width:100%;max-height:100%}