<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "å¾®è½¯é›…é»‘";
    -webkit-user-select: none;
}

body {
    margin: 0 auto;
}

li {
    list-style: none;
}

.bn {
    border: none !important;
}

h2,
h3 {
    font-weight: normal
}

a {
    text-decoration: none
}

i {
    font-style: normal
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

textarea {
    -webkit-appearance: none;
    resize: none;
    outline: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}</pre></body></html>