<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,div,h1,h2,h3,h4,h5,p {
	margin: 0;
	padding: 0;
	font: 16px microsoft yahei,pingfangsc-regular,arial,helvetica,sans-serif;
}
body {
    font: 16px microsoft yahei,pingfangsc-regular,arial,helvetica,sans-serif;
}
.main {
	width: 1200px;
	margin: auto;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #333;
}
.flex {
	display: flex;
}
.left {
	float: left;
}
.right {
	float: right;
}
</pre></body></html>