<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.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
}

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

#pictureviewer&gt;.content {
	background-color: #fff;
	position: absolute;
	width: 590px;
	height: 590px;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

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

#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: #03864d;
	-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(/uploads/image/phppimages/maximization_black.png);
	background-size: 14px
}

#pictureviewer .menu-bar .handel.maximization:hover {
	background-image: url(/uploads/image/phppimages/maximization_white.png)
}

#pictureviewer .menu-bar .handel.miniaturization {
	background-size: 16px;
	background-image: url(/uploads/image/phppimages/miniaturization_black.png)
}

#pictureviewer .menu-bar .handel.miniaturization:hover {
	background-image: url(/uploads/image/phppimages/miniaturization_white.png)
}

#pictureviewer .menu-bar .handel.close-view {
	background-image: url(/uploads/image/phppimages/close_black.png);
	background-size: 15px
}

#pictureviewer .menu-bar .handel.close-view:hover {
	background-image: url(/uploads/image/phppimages/close_white.png)
}

#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-image: url(/uploads/image/phppimages/prev_blank.png)
}

#pictureviewer .handel-next {
	background-image: url(/uploads/image/phppimages/next_blank.png)
}

#pictureviewer .handel-prev:hover,#pictureviewer .handel-next:hover {
	background-color: #03864d
}

#pictureviewer .handel-prev:hover {
	background-image: url(/uploads/image/phppimages/prev_white.png)
}

#pictureviewer .handel-next:hover {
	background-image: url(/uploads/image/phppimages/next_white.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: gray;
	font-size: 13px
}

#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%
}</pre></body></html>