
/*demo CSS*/
img{
    max-width: 100%;
    max-height: 100%;
}
.main-content{
    width: 100%;
}


.image-list li{ width: 270px;height: 260px;float: left;}
.image-list li:hover{-moz-box-shadow:0px 0px 7px #cccccc; -webkit-box-shadow:0px 0px 7px #cccccc; box-shadow:0px 0px 7px #cccccc;}

.cover h1{font-size: 14px;line-height: 40px;color: #4d4d4d;text-align: center;}
.image-list .cover{
    position: relative;
    background-color: #f7f7f7;
    cursor: pointer;width: 270px;height: 260px;float: left;margin: 15px;
}
.image-list .cover img{width: 270px;height: 220px;}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#pictureViewer > .content{
   /* background-color: #fff;*/
    position: absolute;
    width: 840px;
    height: 590px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .menu-bar{
       position: relative;
    top: 0px;
    right: 0px;
z-index:999; 

}
#pictureViewer .menu-bar .handel{
    width: 40px;
    height: 40px;
 border-radius: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer;
 background-color: rgba(17,108,232,0.2);
border:1px solid #569eff;
}
#pictureViewer .menu-bar .handel:hover{
     background-color: rgba(17,108,232,0.8);

    -webkit-transition: all .3s;
    -moz-transition: all .3s; 
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#pictureViewer .menu-bar .handel.maximization{
    background-image: url(../images/icons/maximization_black.png);
    background-size: 14px;
}
#pictureViewer .menu-bar .handel.maximization:hover{
    background-image: url(../images/icons/maximization_white.png);
}
#pictureViewer .menu-bar .handel.miniaturization{
    background-size: 16px;
    background-image: url(../images/icons/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
    background-image: url(../images/icons/miniaturization_white.png);
}
#pictureViewer .menu-bar .handel.close-view{
    background-image: url(../images/icons/close_black.png);
    background-size: 15px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background-image: url(../images/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    border-radius: 50px;

    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
 background-color: rgba(17,108,232,0.2);
border:1px solid #569eff;
}
#pictureViewer .handel-prev{
    background-image: url(../images/icons/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover{
    background-color: rgba(17,108,232,0.8);
border:1px solid #116ce8;
}
#pictureViewer .handel-prev:hover{
    background-image: url(../images/icons/prev_white.png);
}
#pictureViewer .handel-next:hover{
    background-image: url(../images/icons/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 100%;
   height: calc(100%);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #808080;
    font-size: 13px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
    margin-left: 10px;
z-index:99;
}
#pictureViewer .right{
    float: right;
    margin-right: 10px;
z-index:99;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
   width: 840px;
    height: 590px;
}

.image-list .zs-pic{
    position: relative;
    background-color: #f7f7f7;
    cursor: pointer;
    width: 270px;
   height:413px;
    float: left;
    margin: 15px;
}
.image-list .zs-pic img{width: 270px;height: 413px;}
