<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
	font-family: 'LifeSmart-logo';
	src: url('../font/lifesmart1.eot') format('eot'), url('../font/lifesmart1.ttf') format('truetype'), url('../font/lifesmart1.woff') format('woff');
}
@font-face {
	font-family: 'fontello';
	src: url('../font/fontello.eot') format('eot'), url('../font/fontello.ttf') format('truetype'), url('../font/fontello.woff') format('woff');
}
textarea, input, h1, h2, h3 {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	outline: none;
}
body {
	/*-webkit-font-smoothing: antialiased;*/
	background-color: #fff;
	font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica Neue Light, Source Han Sans CN, sans-serif;
	/*font-family: "Source Han Sans CN", "PingFang SC", "Heiti SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-size: 14px;
	color: #666;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: #666;
}
textarea, input {
	font-size: 14px;
}
img {
	display: block;
}
i {
	font-style: normal;
}
.cb {
	clear: both;
}

/* x &gt; 768 */
@media screen and (min-width: 769px) {
.mobile-nav-sub {
	display: none;
}
.nav-sub {
	display: block;
}
.nav-list a:nth-child(2) {
	border-bottom: 1px solid #9B9B9B;
}
.nav-sub-wrap {
	width: 100%;
	height: 50px;
	background: #E4E4E4;
}
.nav-sub {
	width: 1320px;
	margin: 0 auto;
	line-height: 50px;
}
.nav-sub a {
	margin-left: 57px;
	padding: 0 10px;
	color: #464646;
	font-weight: 300;
	font-size: 16px;
}
.nav-sub a:first-child {
	margin-left: 0;
}
.nav-sub a:first-child {
	color: #000;
	font-weight: 600;
}
}
#wrapper {
	width: 1300px;
	margin: 0 auto;
	background-color: #fff;
}
</pre></body></html>