<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}
/* æ¸…é™¤å†…å¤–è¾¹è· */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

/* è®¾ç½®é»˜è®¤å­—ä½“ */
body,
button,
input,
select,
textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "å®‹ä½“", sans-serif;*/
    font: 12px/1.3 "Microsoft YaHei", Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /* ç”¨ ascii å­—ç¬¦è¡¨ç¤ºï¼Œä½¿å¾—åœ¨ä»»ä½•ç¼–ç&nbsp;ä¸‹éƒ½æ—&nbsp;é—®é¢˜ */
    color: #333;
}

h1 {
    font-size: 18px;
    /* 18px / 12px = 1.5 */
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

/* å°†æ–œä½“æ‰¶æ­£ */
b,
strong {
    font-weight: normal;
}

/* å°†ç²—ä½“æ‰¶ç»† */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* ç»Ÿä¸€ç­‰å®½å­—ä½“ */
small {
    font-size: 12px;
}

/* å°äºŽ 12px çš„ä¸­æ–‡å¾ˆéš¾é˜…è¯»ï¼Œè®© small æ­£å¸¸åŒ– */

/* é‡ç½®åˆ—è¡¨å…ƒç´&nbsp; */
ul,
ol {
    list-style: none;
}

/* é‡ç½®æ–‡æœ¬æ&nbsp;¼å¼å…ƒç´&nbsp; */
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* é‡ç½®è¡¨å•å…ƒç´&nbsp; */
legend {
    color: #000;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* ä½¿å¾—è¡¨å•å…ƒç´&nbsp;åœ¨ ie ä¸‹èƒ½ç»§æ‰¿å­—ä½“å¤§å° */
}

/* é‡ç½®è¡¨æ&nbsp;¼å…ƒç´&nbsp; */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* é‡ç½® hr */
hr {
    border: none;
    height: 1px;
}

.clearFix::after {
    content: "";
    display: block;
    clear: both;
}

/* è®©éžieæµè§ˆå™¨é»˜è®¤ä¹Ÿæ˜¾ç¤ºåž‚ç›´æ»šåŠ¨æ¡ï¼Œé˜²æ­¢å›&nbsp;æ»šåŠ¨æ¡å¼•èµ·çš„é—ªçƒ */
html {
    overflow-y: scroll;
}

/* æ¸…é™¤æµ®åŠ¨ */
.clearfix::after {
    display: block;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
}

.blueBold {
    color: #0071e8 !important;
    font-weight: bold !important;
}

.flex {
    display: flex !important;
}

.items-center {
    align-items: center !important;
}

.justify-center {
    justify-content: center !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 1200ç‰ˆå¿ƒ */
.edition {
    width: 1200px;
    margin: 0 auto;
}

body {
    background-color: #fff;
}
</pre></body></html>