<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import '../font/font.css';
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    /* font-size: 100px; */
}

body {
    color: #fff;
    /* background-color: black; */
    line-height: 1.5;
    font-size: .14rem/* 14/100 */
    ;
    font-family: AlibabaPuHuiTiL;
    font-weight: 400;
    letter-spacing: .02rem/* 2/100 */
    ;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

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,
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;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: bottom;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-variant: normal;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clear-p-t {
    padding-top: 0 !important;
}

.clear-margin {
    margin: 0 !important;
}

.clear-b-margin {
    margin-bottom: 0 !important;
}

.light {
    color: #0052D9;
}

.p-light {
    padding-left: .05rem/* 5/100 */
    ;
}

img {
    -o-object-fit: cover;
    object-fit: cover;
}

.warp {
    display: block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

@media (-webkit-max-device-pixel-ratio:1) {
     ::-webkit-scrollbar-track-piece {
        background-color: #fff;
    }
     ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
     ::-webkit-scrollbar-thumb {
        background-color: #c2c2c2;
        background-clip: padding-box;
        min-height: 28px;
    }
     ::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a0
    }
}</pre></body></html>