<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
	position: relative;
	/*width: 1920px;*/
	overflow: hidden;
	height: 600px !important;
}

#slider li {
	position: absolute;
	top: 0;
	left: 0;
}

.caption {
	background: #000;
	height: 33px;
	padding: 5px 0 0 0;
	color: #fff;
	text-align: center;
	font: 25px/1 '寰蒋闆呴粦';
	z-index: 200;
	display: none !important;
	opacity: 0 !important;
}

/*.prev-link, .next-link {
	display: block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 10px;
	z-index: 300;
}

.prev-link {
	left: 10px;
	background-image: url(prev.png );
}

.next-link {
	left: 40px;
	background-image: url(next.png );
}*/


/*.circle {
	display: block;
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	bottom: 74px;
	z-index: 9999;
	border-radius: 50%;
}*/

.circleWrap{height: 14px;font-size: 0;text-align: center;position: absolute;left: 0;bottom: 20px;z-index: 9999;width:1200px;left: 50%;margin-left: -600px;}
.circleWrap .circle{display: inline-block;*display: inline;*zoom: 1;background: #fff;border-radius: 50%;cursor: pointer;position: static !important;width: 14px;height: 14px;margin: 0 6px;}
.circleWrap .circle.circle-current{background: #0060a9;}

/*.circle[rel='4']{right: 1000px !important;}
.circle[rel='3']{right: 1020px !important;}
.circle[rel='2']{right: 1040px !important;}
.circle[rel='1']{right: 1060px !important;}
.circle[rel='0']{right: 1080px !important;}
*/

/*.circle[rel='6']{right: 1015px !important;}
.circle[rel='5']{right: 1035px !important;}
.circle[rel='4']{right: 1055px !important;}
.circle[rel='3']{right: 1075px !important;}
.circle[rel='2']{right: 1095px !important;}
.circle[rel='1']{right: 1115px !important;}
.circle[rel='0']{right: 1135px !important;}*/

.circle-current {
	background: #0590dc;
}
</pre></body></html>