<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-top{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.header-top&gt;div&gt;img{
	display: block;
}
.header-top&gt;div&gt;a{
	display: block;
}
.header-top .left-img{
	float: left;
}
.header-top .right-img{
	float: right;
}
header{
	
}
header .nav{
	width: 100%;
	overflow: hidden;
	background: #ef7800;
}
header ul{
	width: 1200px;
	margin: 0 auto;
}
header ul &gt;li{
	float: left;
	line-height: 52px;
	width: 120px;
	text-align: center;
}
header ul &gt;li a{
	display: block;
	color: white;
	font-size: 16px;
}
header ul &gt;li a:hover{
	background: #da5a05;
}
</pre></body></html>