<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header{
	padding-right: 15px;
	padding-left: 15px;
}
.header .logo1{
	float:left;
	width:435px;
	height:57px;
	border:0px;
	background-image: url('../../image/logo.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top:19px;
	margin-bottom:19px;
}
.header .chinese{
	float:right;
	font-size: 12rem;
	color:rgb(102, 102, 102);
	margin-top: 18px;
}
.header .chinese:hover{
	color:rgb(51, 122, 183);
	text-decoration:underline;
}
</pre></body></html>