
.main-content{
    width: 100%;
}
.title{
    margin: 20px 30px;
}
.image-list{
    width: 100%;
    padding: 20px;
    background-color: #f2f2f2;
}
.image-list .cover{
    position: relative;
    width: 160px;
    height: 230px;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    cursor: pointer;
}
.image-list .cover img{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*main CSS*/
#pictureViewer{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 10000;
}
#pictureViewer > .content{
    background-color: #fff;
    position: absolute;
    width: 850px;
    height: 574px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer > .content img{
	width:826px;
	height:546px;
}
#pictureViewer .menu-bar{
    width: 100%;
	position:absolute;
}
#pictureViewer .menu-bar .maximization{
	display:none !important;
}
#pictureViewer .menu-bar .miniaturization{
	display:none;
}
#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-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{
	width:36px;
	height:36px;
    background:url(../images/close_black.png) no-repeat;
	position:absolute;
	right: -22px;
    top: -22px;
}
#pictureViewer .menu-bar .handel.close-view:hover{
    background:url(../images/close_white.png) no-repeat;
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next{
    display: inline-block;
    width: 50px;
    height: 70px;
    position: relative;
    top: calc(50% - 45px);
    background-repeat: no-repeat;

    background-position: 50%;
    cursor: pointer;
	z-index: 100;

}
/*#pictureViewer .handel-prev{
    background-image: url(../images/prev_blank.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_blank.png);
}*/

#pictureViewer .handel-prev{
    background-image: url(../images/prev_white.png);
}
#pictureViewer .handel-next{
    background-image: url(../images/next_white.png);
}
#pictureViewer .picture-content{
    display: inline-block;
    width: 100%;
    height: calc(100% - 28px);
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	margin: 14px 0px;
}
#pictureViewer .picture-content .cover{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#pictureViewer .counter{
    position: absolute;
    bottom: 15px;
    height: 40px;
    line-height: 40px;
    width: 826px;
    left: 12px;
    text-align: left;
    color: #808080;
    background: rgba(0,0,0,0.6);
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
}
#pictureViewer .hide{
    display: none;
}
#pictureViewer .left{
    float: left;
	    margin-left: 20px;
}
#pictureViewer .right{
    float: right;
	    margin-right: 20px;
}
#pictureViewer .clear-flex{
    clear: both;
}
#pictureViewer img{
    max-width: 100%;
    max-height: 100%;
}
