<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";



.yourElement .item {
	width: 350px;
	height:85px;
	/*border: solid 1px #FFCBEF;*/
	text-align: center;
}

.yourElement .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
}

.yourElement .nav {

}

.yourElement .nav ul{
	list-style-type:none;
	text-align:center;
}
.yourElement .nav ul li{
	display:inline-block;
	margin:1px;
	/display:inline;
	/zoom:1;
}

.yourElement .item .top_img{
	width:320px;
	height:85px;
	/*-webkit-box-shadow: 2px 2px 2px #666666;*/
	margin:2px;
}
z</pre></body></html>