<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	padding: 0;
	margin: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

li,
ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%;
}

q:after,
q:before {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	outline: none;
}

body,
html {
	height:auto;
	font-size: calc(26.66666667vw);
	/*-webkit-transform: translateZ(0);
	transform: translateZ(0);*/
	/*max-width: 1024px;*/
	margin: 0 auto;
	background: #efeff4;
	/*overflow: hidden;*/
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*@media screen and (min-width: 569px) {
	body,
	html {
		height: 100%;
		font-size: calc(16vw);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}

@media screen and (min-width: 1024px) {
	body,
	html {
		height: 100%;
		font-size: calc(8vw);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}*/

.responsive {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: inline-block;
}

.displaynone {
	display: none;
}

.redfont {
	color: #f1010a;
}

.displayblock {
	display: block;
}

/*.loading {
	display: block;
	min-width: 3rem;
	marign: 1rem auto;
	text-align: center;
	font-size: 0.12rem;
	color: #999999;
	padding-top: 1rem;
	padding-bottom: 1rem;
}*/
</pre></body></html>