﻿
        body {
            color: #1a202c;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            line-height: 1.6;
        }

        /* 版心为1200px */
        .wrap-datas {
            max-width: 1200px;
            margin: 0 auto;
           padding-top: 58px;
        }

        /* 卡片容器 */
        .card-datas {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(20px);
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.2);
            transition: all 0.3s ease;
        }



        /* 选项卡栏 */
        .tabs-datas {
            display: flex;
            justify-content: space-around;
            gap: 4px;
            background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
            border-bottom: 1px solid #e2e8f0;
            position: relative;
        }

        .tabs-datas::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #cbd5e1, transparent);
        }

        .tab-datas {
            appearance: none;
            border: none;
            background: transparent;
            color: #64748b;
            font-weight: 600;
            font-size: 14px;
            padding: 20px 24px;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .tab-datas::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: left 0.5s ease;
        }

        .tab-datas.active-datas {
            background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
            color: #ffffff;
            box-shadow: 0 8px 24px rgba(59, 130, 246, 0.4);
            position: relative;
            transform: translateY(-2px);
        }

        .tab-datas.active-datas::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -8px;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #1d4ed8;
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
        }

        /* 图表区 */
        .chart-wrap-datas {
            padding: 24px 20px 20px;
            background: #ffffff;
            position: relative;
        }

        .chart-wrap-datas::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
        }

        .chart-head-datas {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px 16px;
            margin-bottom: 8px;
        }

        .chart-title-datas {
            font-weight: 700;
            color: #1e293b;
            font-size: 18px;
            letter-spacing: -0.025em;
        }

        .unit-datas {
            color: #64748b;
            font-size: 13px;
            font-weight: 500;
            background: #f1f5f9;
            padding: 4px 12px;
            border-radius: 20px;
            border: 1px solid #e2e8f0;
        }

        .chart-box-datas {
            width: 100%;
            height: 520px;
            border-radius: 16px;
            overflow: hidden;
            background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
            border: 1px solid #e2e8f0;
        }

        .fallback-datas {
            display: none;
            color: #dc2626;
            font-size: 14px;
            padding: 16px;
            background: #fef2f2;
            border: 1px solid #fecaca;
            border-radius: 12px;
            margin: 16px;
            text-align: center;
            font-weight: 500;
        }


        /* 俩个内容 */
        .wrap-count {
            max-width: 1200px;
            /* 版心为1200px */
            margin: 0 auto;
            padding: 32px 16px 56px;
        }

        .grid-count {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 28px;
        }

        .panel-count {
            background: #ffffff;
            border: 1px solid #e6e8ef;
            border-radius: 12px;
            box-shadow: 0 12px 34px rgba(2, 6, 23, 0.04);
            overflow: hidden;
        }

        .head-count {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 18px 18px 14px;
            border-bottom: 1px solid #e9edf5;
        }

        .title-count {
            margin: 0;
            font-size: 20px;
            font-weight: 800;
            color: #0b1220;
            letter-spacing: .2px;
            position: relative;
            padding-right: 8px;
        }

        .title-count strong {
            color: #2563eb;
            margin-right: 6px;
        }

        .head-count::after {
            content: "";
            position: absolute;
            left: 18px;
            bottom: 0;
            width: 140px;
            height: 3px;
            background: #2b6cff;
            border-radius: 2px 2px 0 0;
            transform: translateY(1px);
        }

        .more-count {
            color: #64748b;
            font-size: 14px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 4px;
            padding: 6px 8px;
            border-radius: 8px;
            transition: background-color .15s ease, color .15s ease;
        }

        .more-count:hover {
            color: #1f2937;
            background: #f1f5f9;
        }


        .list-count {
            list-style: none;
            margin: 0;
            padding: 6px 10px;
    
        }

        .item-count {
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 18px;
            padding: 12px 8px;
            border-bottom: 1px solid #f2f5fb;
        }

        .item-count:last-child {
            border-bottom: none;
        }


        .name-count {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
            /* 允许文本省略 */
        }

        .dot-count {
            width: 6px;
            height: 6px;
            background: #8aa0ff;
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(138, 160, 255, .18);
            flex: none;
        }

        .link-count {
            color: #0f172a;
            text-decoration: none;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            transition: color .15s ease;
        }

        .link-count:hover {
            color: #2563eb;
        }


        .date-count {
            white-space: nowrap;
            color: #94a3b8;
            font-size: 14px;
        }


        @media (max-width: 920px) {
            .grid-count {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 900px) {
            .wrap-datas {
                padding: 20px 16px 60px;
            }

            .title-datas {
                font-size: 24px;
                margin: 16px 0 32px;
            }

            .card-datas {
                border-radius: 20px;
            }

            .tabs-datas {
                padding: 12px;
                gap: 2px;
            }

            .tab-datas {
                padding: 12px 16px;
                font-size: 13px;
            }

            .chart-box-datas {
                height: 420px;
            }

            .chart-wrap-datas {
                padding: 16px 12px 12px;
            }
        }

        @media (max-width: 600px) {
            .tabs-datas {
                flex-wrap: wrap;
                gap: 8px;
            }

            .tab-datas {
                flex: 1;
                min-width: 120px;
                text-align: center;
            }
        }