<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* html,body */
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

body {
	font-size: 0.75em;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	overflow-x: hidden;
}

label {
	cursor: pointer
}

a:link,
a:visited {
	text-decoration: none
}

input,
button,
select,
textarea {
	outline: none
}

textarea {
	resize: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
	margin: 0;
	padding: 0
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
	display: block
}

/* html5ÉèÖÃ */

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
	font-size: 0.75em
}

em,
cite,
address,
optgroup {
	font-style: normal
}

img,
input,
button,
select,
textarea {
	vertical-align: middle
}

ul,
ol {
	list-style: none
}

img,
fieldset {
	border: 0
}

abbr,
acronym {
	cursor: help;
	border-bottom: 1px dotted black;
	border: 0;
	font-variant: normal;
}

table {
	width: 100%;
	border-spacing: 0;
	border: 0
}

table th,
table td {
	border: 0
}

legend,
hr {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0
}

legend,
hr,
caption {
	visibility: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0
}

input,
select,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	-o-appearance: button;
	-ms-appearance: button;
	border-radius: 0px;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-size: inherit;
	font-weight: inherit;
	*font-size: 100%;
}

:focus {
	outline: 0;
}

a {
	text-decoration: none;
	outline: none;
}

textarea {
	resize: none;
}

i {
	font-style: initial;
}

input,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-modify: read-write-plaintext-only;
	-moz-user-modify: read-write-plaintext-only;
	-ms-user-modify: read-write-plaintext-only;
	-o-user-modify: read-write-plaintext-only;
	user-modify: read-write-plaintext-only;
}

/* fix */
.fix {
	display: inline-block;
}

.fix {
	display: block;
}

.fix:after {
	content: "";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* word-break */
.wbn {
	word-break: keep-all;
	white-space: nowrap;
}

.wby {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

/* m_xnavs */
.m_xnavs {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 7.5em;
	font-size: 1em;
	z-index: 2;
}

.m_xnavs .matter {
	width: 62.5%;
	min-width: 800px;
	overflow: hidden;
	position: absolute;
	left: 18.75%;
	bottom: 0.625em;
	top: 0;
}

.m_xnavs .matter i {
	width: 14.25em;
	position: absolute;
	left: 2%;
	top: 20%;
}

.m_xnavs .matter i img {
	display: block;
	width: 100%;
}

.m_xnavs .sate {
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0.625em;
}

.m_xnavs .sate a {
	float: left;
	color: #fff;
	font-size: 1.5em;
	margin: 0 1.3em;
	padding: 1em 0;
}

.m_xnavs .sate a.on {
	color: #fff;
	border-bottom: 3px solid #007AFF;
}

.m_xnavs.white {
	background: #fff;
}

.m_xnavs.white a {
	color: #000;
}

.m_xnavs.white .sate a.on {
	color: #007AFF;
	border-bottom: 3px solid #007AFF;
}

.m_xnavs.shade {
	box-shadow: 0px 2px 10px 0px rgba(208, 208, 208, 0.5);
}

/* m_xfooter */
.m_xfooter {
	background: #F9F9F9;
}

.m_xfooter .well {
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
	padding: 2.625em 0 1.68em;
	display: flex;
	justify-content: space-between;
}

.m_xfooter .well i {
	float: left;
	width: 18.34em;
	margin-top: 3%;
}

.m_xfooter .well i img {
	display: block;
	width: 100%;
}

.m_xfooter .call {
	overflow: hidden;
	float: left;
	margin: 5% 8% 0 40%;
}

.m_xfooter .call img {
	float: left;
	width: 2em;
	margin-top: 4px;
}

.m_xfooter .call span {
	margin: 2px 0 0 3em;
	display: block;
}

.m_xfooter .call em,
.m_xfooter .call b {
	display: block;
	color: #666;
	font-size: 0.95em;
	line-height: 1em;
}

.m_xfooter .call b {
	font-size: 1.5em;
	margin-top: 4px;
}

.m_xfooter .code {
	float: left;
	text-align: center;
}

.m_xfooter .code img {
	display: block;
	width: 10.625em;
}

.m_xfooter .code abbr {
	display: block;
	padding-top: 4px;
}

.m_xfooter .hint {
	color: #666;
	font-size: 1.06em;
	height: 7.3em;
	line-height: 7.3em;
}</pre></body></html>