#pictureViewer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10000
}

#pictureViewer > .content {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#pictureViewer .menu-bar {
    width: 100%;
    position: absolute;
    z-index: 999;
}

#pictureViewer .menu-bar .handel {
    width: 40px;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

#pictureViewer .menu-bar .handel:hover {
    background-color: #ff2e67;
    -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: url(../images/maximization.png) no-repeat;
    background-size: 264px 88px;
    display: none!important;
}

#pictureViewer .menu-bar .handel.maximization:hover {
    background: url(../images/maximization.png) no-repeat;
    background-size: 264px 88px;
}

#pictureViewer .menu-bar .handel.miniaturization {
    background: url(../images/maximization.png) no-repeat;
    background-size: 264px 88px;
}

#pictureViewer .menu-bar .handel.miniaturization:hover {
    background: url(../images/maximization.png) no-repeat;
    background-size: 264px 88px;
}

#pictureViewer .menu-bar .handel.close-view {
    background: url(../images/maximization.png) no-repeat;
    background-position: 0px -44px;
}



#pictureViewer .handel-prev, #pictureViewer .handel-next {
    display: inline-block;
    width: 50px;
    height: 56px;
    position: relative;
    top: calc(50% - 80px);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 50%;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

#pictureViewer .handel-prev {
    background: url(../images/maximization.png) no-repeat;
    background-position: -132px -35px;
}

#pictureViewer .handel-next {
    background: url(../images/maximization.png) no-repeat;
    background-position: -85px -35px;
}



/*#pictureViewer .handel-prev:hover {*/
/*background: url(../images/maximization.png) no-repeat;*/
/*background-position: -132px -35px;*/
/*}*/

/*#pictureViewer .handel-next:hover {*/
/*background: url(../images/maximization.png) no-repeat;*/
/*background-position: -85px -35px;*/
/*}*/

#pictureViewer .picture-content {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:0;
}

#pictureViewer .picture-content .cover {
    position: absolute;
    /*margin: auto;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#pictureViewer .counter {
    position: absolute;
    bottom: 20px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px
}

#pictureViewer .hide {
    display: none
}

#pictureViewer .left {
    z-index: 9;
    float: left
}

#pictureViewer .right {
    float: right
}

#pictureViewer .clear-flex {
    clear: both
}

#pictureViewer img {
    max-width: 100%;
    max-height: 100%
}
