<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  color: #333333;
  font-size: 14px;
}


/* æ¦›æ¨¿î…»æ¶“å¶ˆî›¦æ¶“å¬ªåžç»¾ï¿½ */

a {
  text-decoration: none;
}


/* éŽ¸å¤æŒ³é‚å›¨æ¹°æ¶“å¶…å½²é–«ï¿½ */

button {
  user-select: none;
}

img {
  vertical-align: middle;
}


/* é”çŠºæµ‡æ¶“å¶…åš­é‰ãƒ§æ®‘é¥å‰§å¢–æ¶“å¶ˆî›¦é„å‰§ãšéæ‹Œå£Šæˆè§„î”‹ */

img:not([src]),
img[src=""] {
  opacity: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
  outline: none;
}

textarea {

  resize: none;
  outline: none;
}

/*
html,
body {
	height: 100%;
	overflow-x: hidden;
}*/</pre></body></html>