ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}

img {
	max-width: 100%;
	max-height: 100%
}

.main-content {
	width: 100%
}

.title {
	margin: 20px 30px
}

.image-list {
	width: 80%;
	padding: 20px;
	margin-left: auto;
	margin-right: auto
}

.image-list .cover {
	position: relative;
	width: 170px;
	height: 110px;
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	cursor: pointer
}

.image-list .cover img {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#pictureViewer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.8);
	z-index: 10000
}

#pictureViewer>.content {
	background-color:transparent;
	position: absolute;
	width: 100%;
	height:80vh;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

#pictureViewer .menu-bar {
	width: 100%
}

#pictureViewer .menu-bar .handel {
	width: 80px;
	height: 80px;
	float: right;
	background-repeat: no-repeat;
	background-position: 50%;
	cursor: pointer;
	/*border: 1px red solid;*/
}

.maximization {  display: none !important;}

/*#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 {
	background-image: url(../images/icons/btn-close.png);
	position: absolute;
    right: 4%;
	z-index: 15;
}


#pictureViewer .handel-prev,#pictureViewer .handel-next {
	display: inline-block;
	width: 50px;
	height: 70px;
	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-color:#fff;
	background-image: url(../images/icons/ban-pre2.png);
}

#pictureViewer .handel-next {
	background-color:#fff;
	background-image: url(../images/icons/ban-next2.png);
}



#pictureViewer .handel-prev:hover {
	background-color: #18BFC5;
	background-image: url(../images/icons/ban-pre-hover3.png);
}

#pictureViewer .handel-next:hover {
	background-color: #18BFC5;
	background-image: url(../images/icons/ban-next-hover3.png);
}

#pictureViewer .picture-content {
	display: inline-block;
	width: 80%;
	height: calc(100% - 80px);
	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: #fff;
    font-size: 23px;
}

#pictureViewer .hide {
	display: none
}

#pictureViewer .left {
	float: left
}

#pictureViewer .right {
	float: right
}

#pictureViewer .clear-flex {
	clear: both
}

#pictureViewer img {
	max-width: 100%;
	max-height: 100%
}
