<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*公共样式*/
*{ 
	margin:0;
	padding:0;
}
div,p,span,img,ul, li,dd, dt{
	 font-size:12px; 
}
img{ 
	border:none;
}
ul{ 
	margin:0; 
	padding:0;
}
ul li{ 
	list-style:none;
} 
cleart{ 
	clear:both;
}
a{ 
	text-decoration:none; 
	color:#000000;
}
input{ 
	border:none;
}

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