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

/*************************************************************
 *  normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css
 *************************************************************/
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*************************************************************
 *  常用函数式样式Class
 *************************************************************/

/* 左浮动 */
.pull-left {
    float: left;
}
.pull-left-priority {
    float: left !important;
}
/* 右浮动 */
.pull-right {
    float: right;
}
.pull-right-priority {
    float: right !important;
}
/* 清除浮动 */
.pull-clear {
    float: none;
    clear: both;
}
.pull-clear-priority {
    float: none !important;
    clear: both !important;
}
/* 隐藏元素 */
.hide {
    display: none;
}
.hide-priority {
    display: none !important;
}
/* 块级显示 */
.block {
    display: block;
}
.block-priority {
    display: block !important;
}
/* 行内显示 */
.inline {
    display: inline;
}
.inline-priority {
    display: inline !important;
}
/* 行内块级显示 */
.inline-block {
    display: inline-block;
}
.inline-block-priority {
    display: inline-block !important;
}
/* 占位隐藏 */
.hidden {
    visibility: hidden;
}
.hidden-priority {
    visibility: hidden !important;
}
/* 元素可见 */
.visible {
    visibility: visible;
}
.visible-priority {
    visibility: visible !important;
}
/* 行内左对齐 */
.text-left {
    text-align: left;
}
.text-left-priority {
    text-align: left !important;
}
/* 行内居中对齐 */
.text-center {
    text-align: center;
}
.text-center-priority {
    text-align: center !important;
}
/* 行内右对齐 */
.text-right {
    text-align: right;
}
.text-right-priority {
    text-align: right !important;
}
/* 方向0边距 */
.margin-h0{
    margin-left: 0;
    margin-right: 0;
}
.margin-h0-priority{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.margin-v0{
    margin-top: 0;
    margin-bottom: 0;
}
.margin-v0-priority{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/* 方向0填充 */
.padding-h0{
    padding-left: 0;
    padding-right: 0;
}
.padding-h0-priority{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.padding-v0{
    padding-top: 0;
    padding-bottom: 0;
}
.padding-v0-priority{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* 定位 */
.relative {
    position: relative;
}
.relative-priority {
    position: relative !important;
}
.absolute {
    position: absolute;
}
.absolute {
    position: absolute !important;
}
.fixed {
    position: fixed;
}
.fixed {
    position: fixed !important;
}
/* 垂直对齐 */
.vertical-middle {
    vertical-align: middle;
}
.vertical-top {
    vertical-align: top;
}
.vertical-bottom {
    vertical-align: bottom;
}
/* 溢出隐藏 */
.overflow-hidden {
    overflow: hidden;
}
.overflow-hidden-priority {
    overflow: hidden !important;
}
/* 溢出自动 */
.overflow-auto {
    overflow: auto;
}
.overflow-hidden-priority {
    overflow: auto !important;
}
/* 字体粗细 */
.weight-bold {
    font-weight: bold;
}
.weight-bold-priority {
    font-weight: bold !important;
}
.weight-normal {
    font-weight: normal;
}
.weight-normal-priority {
    font-weight: normal !important;
}
/* 字体大小 */
.fontsize-12 {
    font-size: 12px;
}
.fontsize-12-priority {
    font-size: 12px !important;
}
.fontsize-14 {
    font-size: 14px;
}
.fontsize-14-priority {
    font-size: 14px !important;
}
.fontsize-16 {
    font-size: 16px;
}
.fontsize-16-priority {
    font-size: 16px !important;
}
.fontsize-18 {
    font-size: 18px;
}
.fontsize-18-priority {
    font-size: 18px !important;
}
.fontsize-20 {
    font-size: 20px;
}
.fontsize-20-priority {
    font-size: 20px !important;
}
.fontsize-22 {
    font-size: 22px;
}
.fontsize-22-priority {
    font-size: 22px !important;
}
/* 背景 */
.bg-none {
    background-color: transparent;
}
.bg-none-priority {
    background-color: transparent !important;
}
.bg-white {
    background-color: white;
}
.bg-white-priority {
    background-color: white !important;
}
/* 列表项符号 */
.list-style-none {
    list-style: none;
}
.list-style-none-priority {
    list-style: none !important;
}
/* 光标形状 */
.cursor-pointer {
    cursor: pointer;
}
.cursor-pointer-priority {
    cursor: pointer !important;
}
.cursor-default {
    cursor: default;
}
.cursor-default-priority {
    cursor: default !important;
}
.cursor-unallowed {
    cursor: not-allowed;
}
.cursor-unallowed-priority {
    cursor: not-allowed !important;
}
/* 边框 */
.border-0 {
    border: 0;
}
.border-0-priority {
    border: 0 !important;
}
.border-none {
    border: none;
}
.border-none-priority {
    border: none !important;
}
.outline-none {
    outline: none;
}
.outline-none-priority {
    outline: none !important;
}
/* 盒子模型 */
.border-box {
    box-sizing: border-box;
}
.border-box-priority {
    box-sizing: border-box;
}
.content-box {
    box-sizing: content-box;
}
.content-box-priority {
    box-sizing: content-box;
}

/* 文本省略 */
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 清除浮动 */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* 文本框拉伸 */
.resize-none {
    resize: none;
}
.resize-none-priority {
    resize: none;
}
.resize-both {
    resize: both;
}
.resize-both-priority {
    resize: both;
}
.resize-h {
    resize: horizontal;
}
.resize-h-priority {
    resize: horizontal;
}
.resize-v {
    resize: vertical;
}
.resize-v-priority {
    resize: vertical;
}</pre></body></html>