<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}
/* Fixes incorrect placement of numbers in ol’s in IE6/7 */
ol { margin-left:2em; }

/* == 清除浮动clearfix == */
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
html{
    /* 禁用iPhone中Safari的字号自动调整 */
    -webkit-text-size-adjust:none;
}
.page{
    position:relative;
}
.bg{
    width:100%;
    height:auto;
}
.btn{
    text-align:center;
    position:absolute;
    bottom: 0.97rem;
    z-index: 2;
    width: 100%;
}
.download{
    width:5.2rem;
    height:1rem;
}
.cover{
    background:#000;
    opacity: 0.8;
    filter:alpha(opacity=80);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    z-index:9;
    display: none;
}
.guide{
    position:absolute;
    top:0;
    z-index:10;
    width:100%;
}
.guide img{
    width:100%;
    height:auto;
}
div#footer {
    clear: both;
    padding-top: 16px;
    padding-bottom: 20px;
    line-height: 24px;
    font-family: PingFangSC-Regular, 微软雅黑, Verdana, Arial, 宋体;
    font-size: 14px;
    margin: 0px 0px 0px 12px;
    border-top: 0px solid rgb(255, 255, 255);
text-align: center;
}</pre></body></html>