<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*首页图片滚动*/
#gla{
	
	overflow:hidden;
	margin:0 auto;
	position:relative;
	height:404px;
}
.bac{
	position:absolute;
	bottom:0;
	left:50px;
}
#gla_box{
	width:600px;
	margin:auto;
}
.gla_inbox{
	overflow:hidden;
	position:relative;

}

.gla_inbox img{
	width:100%;
	height:100%;
}
.roundabout-holder {
	height: 404px;
	width: 600px;
}
.roundabout-moveable-item {
	display:block;
	height: 355px;
	width: 250px;;
	cursor: pointer;
}
.roundabout-in-focus {
	cursor: auto;
}
</pre></body></html>