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

/* CSS Document */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body, h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, dl, dt, dd, h1 {
    margin: 0;
    padding: 0;
}
html {
    background-color: #fff;
    font: 14px/1.5 Arial,Helvetica,"Microsoft YaHei",STHeiti,"Droid Sans Fallback",sans-serif;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /*text-size-adjust: none;*/
}
*, ::after, ::before {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none
}
li {
    list-style: none;
}
img {
    border: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
button, input, select, textarea {
    /*  margin: 0;
              font-size: 100%;
              vertical-align: middle;
              -webkit-appearance: none;
              -moz-appearance: none;
              -o-appearance: none;
              -ms-appearance: none;*/
    /*appearance: none;*/
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input, textarea {
    -webkit-appearance: none;
}
i {
    font-style: normal;
}
body {
    min-width: 320px
}
</pre></body></html>