<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*banner*/
.container { margin: 0 auto;}
.horizental-item{	float: left;}

.swipe {  	overflow: hidden;  	visibility: hidden;  	position: relative;}
.swipe-wrap {  	overflow: hidden; 	position: relative;}
.wrap {  	float:left;overflow:hidden!important; position: relative;}
.swipe-image{	background-color:#FFFFFF;	width:100%;	display:block;	overflow:hidden;}
.swipe-text{
	font-size:12px;
	text-transform:uppercase;
	background-color:rgba(0,0,0,0.8);
	margin-left:4px;
	margin-right:4px;
	color:#FFFFFF;
	margin-top:-32px;
	text-align:center;
	max-width:100%;
	display:block;
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
}



#position {
	text-align:center;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:10px; left:50%; margin-left:-50px;
}
#position li {
	z-index:999;
	display:inline-block;
	width:12px;
	height:12px;
	cursor:pointer;
	margin:0 5px;
	background:url(../images/hover_06.png) no-repeat;
	-webkit-tap-highlight-color: none;
}
#position li.on {
	border-radius:10px;
	background:#fe9100;
	z-index:999;
	-webkit-tap-highlight-color: none;
}

</pre></body></html>