﻿.hover {
    color: white !important;
    background-color: #09ccb5 !important;
}

.ArticleShow img {
    max-width: 100% !important;
    max-height: 100% !important;
}

body.dark .content,
body.dark .Article {
    background: #191919;
}

body.dark .Article .Title h3 a,
body.dark .Article .Title h3,
body.dark .ArticleShow p {
    color: #bfbfbf;
}

body.dark .Article .ArticleInfo .title h3 {
    color: #bfbfbf;
}

.content {
    overflow-x: hidden;
    overflow-y: auto;
}

/* 暗黑模式 - 大数据分析模块适配 */
body.dark .nrfx {
    background-color: #1f1f1f;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

body.dark .title1,
body.dark .title2 {
    color: #e0e0e0;
}

body.dark .zonglan-top-item {
    background-color: #2d2d2d;
}

body.dark .zonglan-item-title,
body.dark .danwei,
body.dark .tongbi,
body.dark .total {
    color: #a0a0a0;
}

body.dark .zonglan-item-num {
    color: #e0e0e0;
}

body.dark .time li a {
    color: #a0a0a0;
}

body.dark .time li.active a {
    background-color: #09ccb5;
    color: #fff;
}

body.dark .xxbb-table th {
    background-color: #2d2d2d;
    color: #a0a0a0;
    border-color: #3d3d3d;
}

body.dark .xxbb-table td {
    color: #e0e0e0;
    border-color: #3d3d3d;
}

body.dark .url-link {
    color: #09ccb5;
}

body.dark .echarts-tooltip {
    background-color: #2d2d2d !important;
    border-color: #4d4d4d !important;
}

body.dark .echarts-tooltip text {
    fill: #e0e0e0 !important;
}

/* 大屏设备（≥1200px）样式 */
@media (min-width: 1200px) {
    .content {
        margin-left: 0;
        padding-right: 1.875rem;
        margin-right: 0;
        padding-left: 1.875rem;
        border-radius: 0.25rem;
        background-color: white;
        padding-bottom: 3rem;
    }

    .content>.col {
        padding: 0;
    }

    .content>.col>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .content>div:last-child {
        margin-right: 0;
    }

    .Article {
        background-color: white;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .Article i {
        display: block;
        width: 35px;
        height: 2px;
        background: #39bfb9;
    }

    .Title {
        padding-top: 2.15rem;
        margin-bottom: 2rem;
    }

    .Article .Title h3 a,
    .Article .Title h3 {
        color: #333;
        font-size: 1.125rem;
        font-weight: bold;
        float: left;
        line-height: 1.25rem;
    }

    .Article .Title h3 a:hover {
        color: #39bfb9;
    }

    .Article .ArticleInfo {
        border-top: 1px dashed #dadada;
        border-bottom: 1px dashed #dadada;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Article .ArticleInfo .title h3 {
        line-height: 40px;
        color: #4c4c4c;
        font-size: 26px;
        font-weight: bold;
        font-family: "Microsoft YaHei UI";
        text-align: center;
        margin-bottom: 10px;
    }

    .Article .ArticleInfo .Clock {
        text-indent: 20px;
    }

    .Article .ArticleInfo .People {
        text-indent: 20px;
    }

    .Article .ArticleInfo .info span {
        display: inline-block;
        line-height: 30px;
        color: #999;
        font-size: 12px;
        margin-right: 15px;
        font-family: "Microsoft YaHei UI";
    }

    .Article .ArticleShow {
        padding-left: 1rem;
    }

    .Page {
        float: right;
        margin: 20px 0px 30px 0px;
        text-align: right;
        font-size: 14px;
    }

    .Page a {
        color: #999;
        font-size: 0.75rem;
        border: 1px solid #e6e6e6;
        padding: 4px 12px;
        background: #fff;
        display: inline-block;
        margin: 0.3rem;
    }

    .Page a:hover {
        color: white;
        background-color: #09ccb5;
    }

    .nrfx {
        margin-top: 30px;
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    }

    .title1 {
        font-size: 18px;
        font-weight: 600;
        color: #111827;
        border-left: 4px solid #09ccb5;
        padding-left: 12px;
        margin-bottom: 20px;
    }

    .zonglan {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .zonglan-top-item {
        flex: 1;
        min-width: 250px;
        padding: 15px 20px;
        background-color: #f9fafb;
        border-radius: 8px;
        position: relative;
    }

    .zonglan-top-item.mr-40 {
        margin-right: 40px;
    }

    .zonglan-item-title {
        font-size: 14px;
        color: #6B7280;
        margin-bottom: 8px;
    }

    .zonglan-item-num {
        font-size: 24px;
        font-weight: 700;
        color: #111827;
        margin-bottom: 10px;
    }

    .danwei {
        font-size: 16px;
        font-weight: normal;
        color: #6B7280;
    }

    .tongbi {
        font-size: 12px;
        color: #6B7280;
        margin-bottom: 8px;
    }

    .tongbi .zhou {
        margin-right: 15px;
    }

    .total {
        font-size: 12px;
        color: #9CA3AF;
    }

    .title-time2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .title2 {
        font-size: 16px;
        font-weight: 600;
        color: #111827;
    }

    .time ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .time li {
        margin-left: 15px;
    }

    .time li a {
        display: block;
        padding: 4px 12px;
        font-size: 14px;
        color: #6B7280;
        text-decoration: none;
        border-radius: 16px;
    }

    .time li.active a {
        background-color: #09ccb5;
        color: #fff;
    }

    .zyxq>div {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xxbb-table {
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }

    .xxbb-table th {
        height: 40px;
        background-color: #f9fafb;
        color: #6B7280;
        font-size: 14px;
        font-weight: 500;
        border: 1px solid #E5E7EB;
    }

    .xxbb-table td {
        height: 40px;
        color: #111827;
        font-size: 14px;
        border: 1px solid #E5E7EB;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xxbb-table th:nth-child(1),
    .xxbb-table td:nth-child(1) {
        width: 10%;
        text-align: center;
    }

    .xxbb-table th:nth-child(2),
    .xxbb-table td:nth-child(2) {
        width: 40%;
        text-align: left;
    }

    .xxbb-table th:nth-child(3),
    .xxbb-table td:nth-child(3) {
        width: 30%;
        text-align: left;
    }

    .xxbb-table th:nth-child(4),
    .xxbb-table td:nth-child(4) {
        width: 10%;
        text-align: right;
    }

    .xxbb-table th:nth-child(5),
    .xxbb-table td:nth-child(5) {
        width: 10%;
        text-align: right;
    }

    .url-link {
        color: #09ccb5;
        text-decoration: none;
        word-break: break-all;
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .url-link:hover {
        text-decoration: underline;
    }
}

/* 中屏设备（768px-1199px）样式 */
@media (min-width: 768px) and (max-width: 1199px) {
    .mhide {
        display: none;
        width: 0 !important;
    }

    .padContent {
        margin-top: -1rem;
    }

    .content {
        margin-left: 0;
        padding-right: 1.875rem;
        margin-right: 0;
        padding-left: 1.875rem;
        border-radius: 0.25rem;
        background-color: white;
        padding-bottom: 3rem;
    }

    .content>.col {
        padding: 0;
    }

    .content>.col>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .content>div:last-child {
        margin-right: 0;
    }

    .Article {
        background-color: white;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .Article i {
        display: block;
        width: 35px;
        height: 2px;
        background: #39bfb9;
    }

    .Title {
        padding-top: 2.15rem;
        margin-bottom: 2rem;
    }

    .Article .Title h3 a,
    .Article .Title h3 {
        color: #333;
        font-size: 1.125rem;
        font-weight: bold;
        float: left;
        line-height: 1.25rem;
    }

    .Article .Title h3 a:hover {
        color: #39bfb9;
    }

    .Article .ArticleInfo {
        border-top: 1px dashed #dadada;
        border-bottom: 1px dashed #dadada;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Article .ArticleInfo .title h3 {
        line-height: 40px;
        color: #4c4c4c;
        font-size: 26px;
        font-weight: bold;
        font-family: "Microsoft YaHei UI";
        text-align: center;
        margin-bottom: 10px;
    }

    .Article .ArticleInfo .Clock {
        background: url(../../Images/ClockIcon.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .People {
        background: url(../../Images/People.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .info span {
        display: inline-block;
        line-height: 30px;
        color: #999;
        font-size: 12px;
        margin-right: 15px;
        font-family: "Microsoft YaHei UI";
    }

    .Article .ArticleShow {
        padding-left: 1rem;
    }

    .Page {
        float: right;
        margin: 20px 0px 30px 0px;
        text-align: right;
        font-size: 14px;
    }

    .Page a {
        color: #999;
        font-size: 0.75rem;
        border: 1px solid #e6e6e6;
        padding: 4px 12px;
        background: #fff;
        display: inline-block;
        margin: 0.3rem;
    }

    .Page a:hover {
        color: white;
        background-color: #09ccb5;
    }

    /* 中屏 - 大数据分析模块适配 */
    .nrfx {
        margin-top: 20px;
        padding: 15px;
    }

    .title1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .zonglan {
        gap: 15px;
        margin-bottom: 20px;
    }

    .zonglan-top-item {
        min-width: 100%;
        padding: 12px 15px;
        margin-right: 0 !important;
    }

    .zonglan-item-title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .zonglan-item-num {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .danwei {
        font-size: 14px;
    }

    .tongbi {
        font-size: 11px;
    }

    .title-time2 {
        margin-bottom: 15px;
    }

    .title2 {
        font-size: 15px;
    }

    .time li {
        margin-left: 8px;
    }

    .time li:first-child {
        margin-left: 0;
    }

    .time li a {
        padding: 3px 10px;
        font-size: 13px;
    }

    .zyxq .title-time2 {
        padding: 0 5px;
    }

    .zyxq>div {
        width: 100%;
        margin: 15px 0 0 0;
        padding-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xxbb-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .xxbb-table th,
    .xxbb-table td {
        font-size: 13px;
        padding: 0 8px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xxbb-table th {
        height: 36px;
    }

    .xxbb-table td {
        height: 36px;
    }

    /* 中屏表格列宽比例 1:4:3:1:1 */
    .xxbb-table th:nth-child(1),
    .xxbb-table td:nth-child(1) {
        width: 10% !important;
        text-align: center;
    }

    .xxbb-table th:nth-child(2),
    .xxbb-table td:nth-child(2) {
        width: 40% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(3),
    .xxbb-table td:nth-child(3) {
        width: 30% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(4),
    .xxbb-table td:nth-child(4) {
        width: 10% !important;
        text-align: right;
    }

    .xxbb-table th:nth-child(5),
    .xxbb-table td:nth-child(5) {
        width: 10% !important;
        text-align: right;
    }

    .xxbb-table td:nth-child(3) .url-link {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* 小屏设备（576px-767px）样式 */
@media (min-width: 576px) and (max-width: 767px) {
    .navbar {
        padding-top: 1.25rem;
        padding-left: 0.5rem;
    }

    .navbar .navbar-brand {
        width: 80%;
    }

    #navbarSupportedContent {
        padding-bottom: 0.75rem;
    }

    .logo {
        content: url("../../Images/logo.png");
    }

    .mhide {
        display: none;
        width: 0 !important;
    }

    .padContent {
        margin-top: -1rem;
    }

    .content {
        margin-left: 0;
        padding-right: 1.875rem;
        margin-right: 0;
        padding-left: 1.875rem;
        border-radius: 0.25rem;
        background-color: white;
        padding-bottom: 3rem;
    }

    .content>.col {
        padding: 0;
    }

    .content>.col>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .content>div:last-child {
        margin-right: 0;
    }

    .Article {
        background-color: white;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .Article i {
        display: block;
        width: 35px;
        height: 2px;
        background: #39bfb9;
    }

    .Title {
        padding-top: 2.15rem;
        margin-bottom: 2rem;
    }

    .Article .Title h3 a,
    .Article .Title h3 {
        color: #333;
        font-size: 1.125rem;
        font-weight: bold;
        float: left;
        line-height: 1.25rem;
    }

    .Article .Title h3 a:hover {
        color: #39bfb9;
    }

    .Article .ArticleInfo {
        border-top: 1px dashed #dadada;
        border-bottom: 1px dashed #dadada;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Article .ArticleInfo .title h3 {
        line-height: 40px;
        color: #4c4c4c;
        font-size: 26px;
        font-weight: bold;
        font-family: "Microsoft YaHei UI";
        text-align: center;
        margin-bottom: 10px;
    }

    .Article .ArticleInfo .Clock {
        background: url(../../Images/ClockIcon.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .People {
        background: url(../../Images/People.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .info span {
        display: inline-block;
        line-height: 30px;
        color: #999;
        font-size: 12px;
        margin-right: 15px;
        font-family: "Microsoft YaHei UI";
    }

    .Article .ArticleShow {
        padding-left: 1rem;
    }

    .Page {
        float: right;
        margin: 20px 0px 30px 0px;
        text-align: right;
        font-size: 14px;
    }

    .Page a {
        color: #999;
        font-size: 0.75rem;
        border: 1px solid #e6e6e6;
        padding: 4px 12px;
        background: #fff;
        display: inline-block;
        margin: 0.3rem;
    }

    .Page a:hover {
        color: white;
        background-color: #09ccb5;
    }

    /* 小屏 - 大数据分析模块适配 */
    .nrfx {
        margin-top: 20px;
        padding: 15px;
    }

    .title1 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .zonglan {
        gap: 15px;
        margin-bottom: 20px;
    }

    .zonglan-top-item {
        min-width: 100%;
        padding: 12px 15px;
        margin-right: 0 !important;
    }

    .zonglan-item-title {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .zonglan-item-num {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .danwei {
        font-size: 14px;
    }

    .tongbi {
        font-size: 11px;
    }

    .title-time2 {
        margin-bottom: 15px;
    }

    .title2 {
        font-size: 15px;
    }

    .time li {
        margin-left: 8px;
    }

    .time li:first-child {
        margin-left: 0;
    }

    .time li a {
        padding: 3px 10px;
        font-size: 13px;
    }

    .zyxq .title-time2 {
        padding: 0 5px;
    }

    .zyxq>div {
        width: 100%;
        margin: 15px 0 0 0;
        padding-bottom: 20px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xxbb-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .xxbb-table th,
    .xxbb-table td {
        font-size: 13px;
        padding: 0 8px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xxbb-table th {
        height: 36px;
    }

    .xxbb-table td {
        height: 36px;
    }

    /* 小屏表格列宽比例 1:4:3:1:1 */
    .xxbb-table th:nth-child(1),
    .xxbb-table td:nth-child(1) {
        width: 10% !important;
        text-align: center;
    }

    .xxbb-table th:nth-child(2),
    .xxbb-table td:nth-child(2) {
        width: 40% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(3),
    .xxbb-table td:nth-child(3) {
        width: 30% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(4),
    .xxbb-table td:nth-child(4) {
        width: 10% !important;
        text-align: right;
    }

    .xxbb-table th:nth-child(5),
    .xxbb-table td:nth-child(5) {
        width: 10% !important;
        text-align: right;
    }

    .xxbb-table td:nth-child(3) .url-link {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

/* 超小屏设备（≤575px）样式 */
@media (max-width: 575px) {
    .navbar {
        padding-top: 1.25rem;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar .navbar-brand {
        width: 80%;
    }

    #navbarSupportedContent {
        padding-bottom: 0.75rem;
    }

    .logo {
        content: url("../../Images/logo.png");
    }

    .mhide {
        display: none;
        width: 0 !important;
    }

    .padContent {
        margin-top: -1rem;
    }

    .content {
        margin-left: 0;
        padding-right: 5px;
        margin-right: 0;
        padding-left: 5px;
        border-radius: 0.25rem;
        background-color: white;
        padding-bottom: 3rem;
    }

    .content>.col {
        padding: 0;
    }

    .content>.col>.row {
        margin-left: 0;
        margin-right: 0;
    }

    .content>div:last-child {
        margin-right: 0;
    }

    .Article {
        background-color: white;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .Article i {
        display: block;
        width: 35px;
        height: 2px;
        background: #39bfb9;
    }

    .Title {
        padding-top: 2.15rem;
        margin-bottom: 2rem;
    }

    .Article .Title h3 a,
    .Article .Title h3 {
        color: #333;
        font-size: 1.125rem;
        font-weight: bold;
        float: left;
        line-height: 1.25rem;
    }

    .Article .Title h3 a:hover {
        color: #39bfb9;
    }

    .Article .ArticleInfo {
        border-top: 1px dashed #dadada;
        border-bottom: 1px dashed #dadada;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .Article .ArticleInfo .title h3 {
        line-height: 40px;
        color: #4c4c4c;
        font-size: 26px;
        font-weight: bold;
        font-family: "Microsoft YaHei UI";
        text-align: center;
        margin-bottom: 10px;
    }

    .Article .ArticleInfo .Clock {
        background: url(../../Images/ClockIcon.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .People {
        background: url(../../Images/People.png) no-repeat left center;
        text-indent: 20px;
    }

    .Article .ArticleInfo .info span {
        display: inline-block;
        line-height: 30px;
        color: #999;
        font-size: 12px;
        margin-right: 15px;
        font-family: "Microsoft YaHei UI";
    }

    .Article .ArticleShow {
        padding-left: 1rem;
    }

    .Page {
        float: right;
        margin: 20px 0px 30px 0px;
        text-align: right;
        font-size: 14px;
    }

    .Page a {
        color: #999;
        font-size: 0.75rem;
        border: 1px solid #e6e6e6;
        padding: 4px 12px;
        background: #fff;
        display: inline-block;
        margin: 0.3rem;
    }

    .Page a:hover {
        color: white;
        background-color: #09ccb5;
    }

    /* 超小屏 - 大数据分析模块适配 */
    .nrfx {
        background-color: #ffffff;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        margin-top: 15px;
        padding: 10px;
    }

    .title1 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .zonglan {
        gap: 12px;
        margin-bottom: 15px;
    }

    .zonglan-top-item {
        min-width: 100%;
        padding: 10px 12px;
        margin-right: 0 !important;
        margin-top: 10px;
        background-color: #f9fafb;
    }

    .zonglan-item-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .zonglan-item-num {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .danwei {
        font-size: 13px;
    }

    .tongbi {
        font-size: 10px;
    }

    .title-time2 {
        margin-bottom: 12px;
    }

    .title2 {
        font-size: 14px;
    }

    .time {
        width: auto;
    }

    .time ul {
        display: flex;
        padding: 0;
        margin: 0;
        width: 100%;
        gap: 2px;
        overflow: hidden;
    }

    .time li {
        margin: 0;
        flex: 1;
        text-align: center;
    }

    .time li:first-child {
        margin-left: 70%;
    }

    .time li a {
        display: block;
        border-radius: 4px;
        padding: 2px 0;
        font-size: 12px;
        white-space: nowrap;
    }

    .zyxq .title-time2 {
        padding: 0 5px;
    }

    .zyxq>div {
        width: 100%;
        margin: 12px 0 0 0;
        padding-bottom: 15px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .xxbb-table {
        width: 600px;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .xxbb-table th {
        background-color: #f9fafb;
        height: 34px;
        font-weight: 500;
    }

    .xxbb-table th,
    .xxbb-table td {
        font-size: 12px;
        padding: 0 5px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .xxbb-table td {
        height: 34px;
        vertical-align: middle;
    }

    .xxbb-table th:nth-child(1),
    .xxbb-table td:nth-child(1) {
        width: 10% !important;
        text-align: center;
    }

    .xxbb-table th:nth-child(2),
    .xxbb-table td:nth-child(2) {
        width: 40% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(3),
    .xxbb-table td:nth-child(3) {
        width: 30% !important;
        text-align: left;
    }

    .xxbb-table th:nth-child(4),
    .xxbb-table td:nth-child(4) {
        width: 10% !important;
        text-align: right;
        padding-right: 8px;
    }

    .xxbb-table th:nth-child(5),
    .xxbb-table td:nth-child(5) {
        width: 10% !important;
        text-align: right;
        padding-right: 8px;
    }

    /* 表头对齐方式保持一致 */
    .xxbb-table th:nth-child(1) {
        text-align: center;
    }

    .xxbb-table th:nth-child(2) {
        text-align: left;
    }

    .xxbb-table th:nth-child(3) {
        text-align: left;
    }

    .xxbb-table th:nth-child(4) {
        text-align: right;
    }

    .xxbb-table th:nth-child(5) {
        text-align: right;
    }

    .xxbb-table td:nth-child(3) .url-link {
        display: block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #zylxfb-lineChart {
        width: 90% !important;
        height: 180px !important;
        padding-top: 5px !important;
        margin: 0 auto !important;
    }

    body:not(.dark) .time li a {
        background-color: #f1f5f9;
        color: #64748b;
    }

    body:not(.dark) .time li.active a {
        background-color: #09ccb5;
        color: #fff;
    }
}