<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;
    font-family: "Microsoft YaHei";
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    color: #FCFDFE;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
p {
    margin: 0;
}
a {
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 3px;
    height: 12px;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
}
.day ::-webkit-scrollbar-thumb {
    background: #B7BEC7;
}
.night ::-webkit-scrollbar-thumb {
    background: #1F1F1F;
}
.day ::-webkit-scrollbar-corner {
    background: #FFF;
}
.night ::-webkit-scrollbar-corner{
    background: #121212;
}
/* 鏄剧ず鐪佺暐鍙� */
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/* 娓呴櫎娴姩 */
.clear {zoom: 1;}
.clear:after {
    display: block;
    clear: both;
    height: 0;
    content: "";
    visibility: hidden;
}

.text-cut {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-content {
    line-height: 1.6;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-red,
.line-red,
.lines-red {
    color: #e54d42;
}

.text-orange,
.line-orange,
.lines-orange {
    color: #f37b1d;
}

.text-yellow,
.line-yellow,
.lines-yellow {
    color: #fbbd08;
}

.text-olive,
.line-olive,
.lines-olive {
    color: #8dc63f;
}

.text-green,
.line-green,
.lines-green {
    color: #39b54a;
}

.text-cyan,
.line-cyan,
.lines-cyan {
    color: #1cbbb4;
}

.text-blue,
.line-blue,
.lines-blue {
    color: #0081ff;
}

.text-purple,
.line-purple,
.lines-purple {
    color: #6739b6;
}

.text-mauve,
.line-mauve,
.lines-mauve {
    color: #9c26b0;
}

.text-pink,
.line-pink,
.lines-pink {
    color: #e03997;
}

.text-brown,
.line-brown,
.lines-brown {
    color: #a5673f;
}

.text-grey,
.line-grey,
.lines-grey {
    color: #8799a3;
}

.text-gray,
.line-gray,
.lines-gray {
    color: #aaaaaa;
}

.text-black,
.line-black,
.lines-black {
    color: #333333;
}

.text-white,
.line-white,
.lines-white {
    color: #ffffff;
}

.mr {
    margin-right: 8px;
}
.ml {
    margin-left: 8px;
}
.page {
    position: relative;
    padding: 0 36px;
}
.page::after {
    content: "";
    background-image: url("../images/bg.png");
    /*opacity: 0.9;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}
.page .title {
    text-align: center;
    padding: 24px 0;
}
.page .title .text {
    font-size: 24px;
    background-image: url("../images/short.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8px 56px;
    letter-spacing: 4px;
}
.page .desc {
    font-size: 14px;
    text-align: center;
    color: #eee;
}
.page .content {
    margin-top: 24px;
    height: calc(100% - 126px);
}
.total {
    width: 100%;
    padding: 0 24px;
}
.total .total-title {
    position: relative;
    float: left;
    font-size: 16px;
    width: 20%;
    /*text-align: center;*/
}
.total .total-title .dot {
    font-size: 12px;
    color: #8eaec9;
    position: absolute;
}
.total .total-title .number {
    font-size: 20px;
    margin-top: 8px;
}
.con {
    height: calc(100% - 82px);
}
.add {
    height: 50%;
    padding-top: 36px;
}
.add .add-item {
    float: left;
    width: 25%;
    height: 100%;
    padding: 0 20px;
}
.add .add-title {
    font-size: 14px;
    padding: 4px 16px;
    background-color: #04167d; /* 涓嶆敮鎸佺嚎鎬х殑鏃跺€欐樉绀� */
    background-image: linear-gradient(to right, #063f9c, #142166);
}
.charts {
    width: 100%;
    height: calc(100% - 27px);
}
.dot-char {
    overflow-y: auto;
    padding: 0 16px;
}
.add .add-item .one {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.add .add-item .tip {
    word-break: keep-all;
}
</pre></body></html>