<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html{background-color: #050D35; }
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,
b, u, i, center,
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-size: 100%;*/
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
body::-webkit-scrollbar{
    display: none;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    color: #333;
    margin: 0;
    height: 100%;
    width:100%;
    background: url("../images/bg.png?c1")no-repeat;
    background-size: 100% 100%;
    overflow-x:hidden;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    box-sizing: border-box;
    font-weight: normal;
    overflow:scroll;
    background-color: #050D35 !important;
}
div::-webkit-scrollbar{
    display: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #89bfff;
    cursor: pointer;
}
ul::-webkit-scrollbar {
    display: none;
}
img {
    border: 0;
}
button {
    outline: 0;
}
img {
    border: 0;
}
p{
    font-size: 16px;
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
.bgSmall{
    background: url(../images/lt-bg.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.fc1{
    color: #89bfff;
}
.fs1{
    font-size: 20px;
}</pre></body></html>