<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('common-b.css');
@import url('nav-menu.css');

/*é˜¿é‡Œå·´å·´æ™®æƒ&nbsp;ä½“*/
@font-face {
    font-family: 'AlibabaPuHuiTi3.0';
    src: url('../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'),
    url('../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*body {
    font-family: 'AlibabaPuHuiTi3.0', sans-serif;
}*/

body {
    font-family: "Microsoft YaHei", "å¾®è½¯é›…é»‘", "å®‹ä½“", Arial, Helvetica, simsun, sans-serif;
    overflow-x: hidden;
}

.layui-nav-bar {
    background-color: #2E69FFFF;
}

.layui-nav div ,.layui-nav a{
    font-size: 16px;
}
.layui-nav .plus-tag{
    font-size: 12px;
}
.container {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0;
}

.web-container {
    margin: 0 auto;
    max-width: 1136px;
    padding: 0;
}

/*è¶…è¿‡çœç•¥*/
.more-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.more-hide-one {
    -webkit-line-clamp: 1;
}

.more-hide-two {
    -webkit-line-clamp: 2;
}

.more-hide-three {
    -webkit-line-clamp: 3;
}

.more-hide-four {
    -webkit-line-clamp: 4;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

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

.center {
    text-align: center;
}

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

/*æ‚¬æµ®å¡ç‰‡æ”¾å¤§åŠ¨æ•ˆ*/
.scale {
    transition: transform .3s ease;
    transform: scale(1);
}

.scale:hover {
    transform: scale(1.1);
    z-index: 1;
    position: sticky;
}

/*æ&nbsp;‡é¢˜å‰ç«–çº¿*/
.about-title-line {
    display: inline-block;
    height: 16px;
    width: 3px;
    background: #366CB4;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*å…¨å±€ç»Ÿä¸€æ³•è§„å„æœ‰æ•ˆæ€§è‰²å€¼*/
.timeliness-1 {
    background: #2E82FFFF;
}

.timeliness-2 {
    background: #FF6F6F;
}

.timeliness-3 {
    background: #6FC0FF;
}

.timeliness-4 {
    background: #FF864A;
}

.timeliness-5 {
    background: #A290FF;
}

.timeliness-6 {
    background: #4CACB4;
}

/**
æ»šåŠ¨æ¡é€šç”¨æ&nbsp;·å¼
 */
.common-scroll {
    scrollbar-width: none; /* Firefox éšè—æ»šåŠ¨æ¡ */
    -ms-overflow-style: none; /* IE å’Œ Edge éšè—æ»šåŠ¨æ¡ */
}

.common-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.common-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.05);
    height: 10px;
}

.common-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.05);
}

.common-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.1)
}

/*table*/
table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table &gt; tbody &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; thead &gt; tr &gt; th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table &gt; thead &gt; tr &gt; th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table &gt; caption + thead &gt; tr:first-child &gt; td, .table &gt; caption + thead &gt; tr:first-child &gt; th, .table &gt; colgroup + thead &gt; tr:first-child &gt; td, .table &gt; colgroup + thead &gt; tr:first-child &gt; th, .table &gt; thead:first-child &gt; tr:first-child &gt; td, .table &gt; thead:first-child &gt; tr:first-child &gt; th {
    border-top: 0
}

.table &gt; tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed &gt; tbody &gt; tr &gt; td, .table-condensed &gt; tbody &gt; tr &gt; th, .table-condensed &gt; tfoot &gt; tr &gt; td, .table-condensed &gt; tfoot &gt; tr &gt; th, .table-condensed &gt; thead &gt; tr &gt; td, .table-condensed &gt; thead &gt; tr &gt; th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered &gt; tbody &gt; tr &gt; td, .table-bordered &gt; tbody &gt; tr &gt; th, .table-bordered &gt; tfoot &gt; tr &gt; td, .table-bordered &gt; tfoot &gt; tr &gt; th, .table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
    border: 1px solid #ddd
}

.table-bordered &gt; thead &gt; tr &gt; td, .table-bordered &gt; thead &gt; tr &gt; th {
    border-bottom-width: 2px
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover &gt; tbody &gt; tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table &gt; tbody &gt; tr.active &gt; td, .table &gt; tbody &gt; tr.active &gt; th, .table &gt; tbody &gt; tr &gt; td.active, .table &gt; tbody &gt; tr &gt; th.active, .table &gt; tfoot &gt; tr.active &gt; td, .table &gt; tfoot &gt; tr.active &gt; th, .table &gt; tfoot &gt; tr &gt; td.active, .table &gt; tfoot &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th, .table &gt; thead &gt; tr &gt; td.active, .table &gt; thead &gt; tr &gt; th.active {
    background-color: #f5f5f5
}

.table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr.active:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr &gt; td.active:hover, .table-hover &gt; tbody &gt; tr &gt; th.active:hover {
    background-color: #e8e8e8
}

.table &gt; tbody &gt; tr.success &gt; td, .table &gt; tbody &gt; tr.success &gt; th, .table &gt; tbody &gt; tr &gt; td.success, .table &gt; tbody &gt; tr &gt; th.success, .table &gt; tfoot &gt; tr.success &gt; td, .table &gt; tfoot &gt; tr.success &gt; th, .table &gt; tfoot &gt; tr &gt; td.success, .table &gt; tfoot &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th, .table &gt; thead &gt; tr &gt; td.success, .table &gt; thead &gt; tr &gt; th.success {
    background-color: #dff0d8
}

.table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr.success:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr &gt; td.success:hover, .table-hover &gt; tbody &gt; tr &gt; th.success:hover {
    background-color: #d0e9c6
}

.table &gt; tbody &gt; tr.info &gt; td, .table &gt; tbody &gt; tr.info &gt; th, .table &gt; tbody &gt; tr &gt; td.info, .table &gt; tbody &gt; tr &gt; th.info, .table &gt; tfoot &gt; tr.info &gt; td, .table &gt; tfoot &gt; tr.info &gt; th, .table &gt; tfoot &gt; tr &gt; td.info, .table &gt; tfoot &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th, .table &gt; thead &gt; tr &gt; td.info, .table &gt; thead &gt; tr &gt; th.info {
    background-color: #d9edf7
}

.table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr.info:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr &gt; td.info:hover, .table-hover &gt; tbody &gt; tr &gt; th.info:hover {
    background-color: #c4e3f3
}

.table &gt; tbody &gt; tr.warning &gt; td, .table &gt; tbody &gt; tr.warning &gt; th, .table &gt; tbody &gt; tr &gt; td.warning, .table &gt; tbody &gt; tr &gt; th.warning, .table &gt; tfoot &gt; tr.warning &gt; td, .table &gt; tfoot &gt; tr.warning &gt; th, .table &gt; tfoot &gt; tr &gt; td.warning, .table &gt; tfoot &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th, .table &gt; thead &gt; tr &gt; td.warning, .table &gt; thead &gt; tr &gt; th.warning {
    background-color: #fcf8e3
}

.table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr &gt; td.warning:hover, .table-hover &gt; tbody &gt; tr &gt; th.warning:hover {
    background-color: #faf2cc
}

.table &gt; tbody &gt; tr.danger &gt; td, .table &gt; tbody &gt; tr.danger &gt; th, .table &gt; tbody &gt; tr &gt; td.danger, .table &gt; tbody &gt; tr &gt; th.danger, .table &gt; tfoot &gt; tr.danger &gt; td, .table &gt; tfoot &gt; tr.danger &gt; th, .table &gt; tfoot &gt; tr &gt; td.danger, .table &gt; tfoot &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th, .table &gt; thead &gt; tr &gt; td.danger, .table &gt; thead &gt; tr &gt; th.danger {
    background-color: #f2dede
}

.table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr &gt; td.danger:hover, .table-hover &gt; tbody &gt; tr &gt; th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive &gt; .table {
        margin-bottom: 0
    }

    .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td, .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td, .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th, .table-responsive &gt; .table &gt; thead &gt; tr &gt; td, .table-responsive &gt; .table &gt; thead &gt; tr &gt; th {
        white-space: nowrap
    }

    .table-responsive &gt; .table-bordered {
        border: 0
    }

    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child {
        border-left: 0
    }

    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child, .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child {
        border-right: 0
    }

    .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td, .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
        border-bottom: 0
    }
}

/*æ‚¬åœæ•ˆæžœ*/
.common-scroll:hover::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.common-scroll:hover {
    scrollbar-width: auto; /* Firefox éšè—æ»šåŠ¨æ¡ */
    -ms-overflow-style: auto; /* IE å’Œ Edge éšè—æ»šåŠ¨æ¡ */
}

.em-highlight {
    color: #f73131;
    font-style: normal;
}

.fixed {
    position: fixed;
    top: 0;
}

.qrcode_h5 {
    cursor: pointer;
    background: #fff;
    border: 10px solid #f8f8f8;
    border-radius: 6px;
    visibility: hidden;
    position: absolute;
    background: #fff;
}

.vip-text-style {
    color: #FD4703;
    margin-right: 10px;
    font-weight: bold;
}

.visibility-loading {
    visibility: hidden;
}

/**
aiå¯¹è¯æ&nbsp;·å¼
 */
.chatStream ol li, #chat-content ul li {
    list-style-type: decimal;
}

.chatStream ul:not(ul ul, ol ul),
.chatStream ol:not(ul ol, ol ol) {
    padding-left: 2em;
}

.chatStream ol li ol,
.chatStream ul li ul,
.chatStream ol li ul,
.chatStream ul li ol {
    margin-left: 2em;
}

.chatStream ol li ol li, .chatStream ul li ul li, .chatStream ol li ul li, .chatStream ul li ol li {
    list-style-type: circle;
}

.word-highlight {
    background: #f3f195;
}</pre></body></html>