<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#PicCarousel {
	overflow: hidden;
}

#PicCarousel img {
	width: 100%;
}
.PicCarousel .PicWrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
}

.PicCarousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	margin: 0;
	height: 160px;
}

.PicCarousel .PicWrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.PicCarousel .PicWrapperOuter {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.PicCarousel .PicWrapperOuter.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.PicCarousel .PcItem {
	float: left;
}

.PicControls .PicPage,
.PicControls .PicBtn div {
	cursor: pointer;
}

.PicControls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.PicCarousel .PicWrapper,
.PicCarousel .PcItem {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.PicTheme .PicControls {
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0px;
	position: absolute;
	height: 30px
}

.PicTheme .PicControls .PicBtn div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
}

.PicTheme .PicControls.clickable .PicBtn div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
}

.PicTheme .PicControls .PicPage {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.PicTheme .PicControls .PicPage span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 11px 7px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 20px;
	background: #fff;
}

.PicTheme .PicControls .PicPage.active span,
.PicTheme .PicControls.clickable .PicPage:hover span {
	background: #f90;
}

.PicTheme .PicControls .PicPage span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}</pre></body></html>