
        .uk-navbar-nav {
            padding-left: 25px;
        }

        .my-navbar {
            background-color: transparent;
            transition: background-color 0.3s ease-in-out;
        }

        .my-navbar.uk-sticky-fixed {
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        }

        .my-navbar.uk-sticky-fixed * {
            color: #333 !important;
            background: #485563;
            background: -webkit-linear-gradient(to bottom, #d9dbdf, #f2f4f5);
            background: linear-gradient(to bottom, #d9dbdf, #f2f4f5);
        }

        .uk-dropdown {
            background-color: #333;
            background: #485563;
            border-radius: 6px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
            color: #fff;
        }

        .uk-navbar-dropdown {
            background-color: #cddbda;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        }

        .uk-dropdown .uk-nav-divider {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .uk-navbar-dropdown .uk-nav>li>a {
            color: #421515;
            background-color: transparent;
            padding: 10px 20px;
            transition: background-color 0.2s ease, color 0.2s ease;
        }

        .my-navbar.uk-sticky-fixed .uk-nav>li>a {
            color: #333 !important;
            background: #e7ebef;
        }

        .my-navbar.uk-sticky-fixed .uk-nav>li>a:hover {
            color: #133488 !important;
            background: #b4bbc2;
        }

        .uk-navbar-dropdown .uk-nav>li>a:hover {
            background-color: #e7ebf0;
            color: #6c3c3c;
        }

        .uk-card {
            background-color: rgba(255, 255, 255, 0.88);
            border: none;
            border-radius: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        :root {
            --bg: #0b0d10;
            --bg-elev: #11151a;
            --text: #e6e9ef;
            --muted: #a0a6b1;
            --brand: #7c5cff;
            --brand-2: #00d4ff;
            --card: #0f1318;
            --card-border: rgba(255, 255, 255, 0.06);
            --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
            --radius: 16px;
            --radius-lg: 22px;
            --gap: 16px;
        }

        @media (prefers-color-scheme: light) {
            :root {
                --bg: #f7f8fb;
                --bg-elev: #ffffff;
                --text: #1a2030;
                --muted: #5b6472;
                --card: #ffffff;
                --card-border: rgba(0, 0, 0, 0.06);
                --shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
            }
        }

        * {
            box-sizing: border-box;
        }

        .card {
            background: linear-gradient(180deg, var(--card) 0%, color-mix(in oklab, var(--card), black 3%) 100%);
            border: 1px solid var(--card-border);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            overflow: hidden;
            position: relative;
            transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
        }

        .card:hover {
            transform: translateY(-4px);
            border-color: color-mix(in oklab, var(--brand), white 65%);
            box-shadow: 0 12px 34px rgba(124, 92, 255, 0.18);
        }

        .card .card-body {
            padding: 18px 18px 16px;
        }

        .card .meta {
            display: flex;
            gap: 10px;
            align-items: center;
            color: var(--muted);
            font-size: 12px;
        }

 
        .section .section-title {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 10px 14px;
            background: linear-gradient(90deg, color-mix(in oklab, var(--brand), transparent 70%), transparent 70%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
            border: 1px solid var(--card-border);
            border-radius: 999px;
            backdrop-filter: blur(6px);
            -webkit-backdrop-filter: blur(6px);
            line-height: 1;
        }

        .section .section-title .dot {
            width: 9px;
            height: 9px;
            border-radius: 999px;
            background: radial-gradient(circle at 30% 30%, var(--brand), var(--brand-2));
            box-shadow: 0 0 0 4px rgba(124, 92, 255, 0.15);
        }

        .section .section-title h2 {
            margin: 0;
            font-size: 18px;
            font-weight: 700;
            letter-spacing: 0.2px;
        }

        .section .subtitle {
            margin: 8px 6px 0;
            color: var(--muted);
            font-size: 13px;
        }

        .link-list {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
        }



      

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 12px;
            color: var(--text);
            padding: 6px 10px;
            border-radius: 999px;
            border: 1px solid var(--card-border);
            background: linear-gradient(180deg, var(--bg-elev), color-mix(in oklab, var(--bg-elev), black 6%));
        }

        .badge .pill {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 999px;
            background: radial-gradient(circle at 30% 30%, var(--brand), var(--brand-2));
        }



        .section .section-title:hover {
            animation: pulseGlow 1.6s ease;
        }

        .dhindex {
            position: relative;
            border-radius: var(--au-radius-lg);
            padding: 48px 28px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)), linear-gradient(135deg, #7a7cff 0%, #6bd6ff 50%, #7cffc1 100%);
            color: #0a0c10;
            overflow: hidden;
            box-shadow: var(--au-shadow-lg);
            border-radius: 9px;
            backdrop-filter: blur(var(--au-glass-blur));
            -webkit-backdrop-filter: blur(var(--au-glass-blur));
        }

        .kx {
            position: relative;
            border-radius: var(--au-radius-lg);
            padding: 4px;
            background: linear-gradient(180deg, rgba(230, 227, 227, 0.4), rgba(234, 234, 233, 0.25)), linear-gradient(135deg, #cfd8d7 0%, #d6dbd4 50%, #e3eae7 100%);
            color: #0a0c10;
            overflow: hidden;
            box-shadow: var(--au-shadow-lg);
            border-radius: 9px;
            backdrop-filter: blur(var(--au-glass-blur));
            -webkit-backdrop-filter: blur(var(--au-glass-blur));
            margin-bottom: 15px;
            text-decoration: none;
            color: inherit;
        }

        .kx a,
        .nav-cards a {
            text-decoration: none;
            color: inherit;
        }

        .b6index {
            position: relative;
            border-radius: var(--au-radius-lg);
            padding: 48px 28px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.25)), linear-gradient(135deg, #9899c2 0%, #bfced3 50%, #aac9bb 100%);
            color: #0a0c10;
            overflow: hidden;
            box-shadow: var(--au-shadow-lg);
            border-radius: 9px;
            backdrop-filter: blur(var(--au-glass-blur));
            -webkit-backdrop-filter: blur(var(--au-glass-blur));
        }
.b6index a {
    color: #333;}
        :root {
            --sidebar-gap: 12px;
            --radius-lg: 14px;
            --radius-md: 12px;
            --radius-pill: 999px;
            --bg: #0b0c10;
            --card-bg: #111319;
            --card-bg-soft: #0f1218;
            --card-glass: rgba(255, 255, 255, 0.06);
            --txt: #e9edf3;
            --txt-dim: #aeb7c6;
            --txt-muted: #8a93a7;
            --stroke: rgba(255, 255, 255, 0.08);
            --stroke-strong: rgba(255, 255, 255, 0.16);
            --shadow-1: 0 1px 1px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.18);
            --shadow-2: 0 4px 16px rgba(0, 0, 0, 0.28), 0 1px 0 rgba(255, 255, 255, 0.03) inset;
            --brand-1: #7bc6ff;
            --brand-2: #9a7bff;
            --brand-3: #4ade80;
            --brand-4: #60a5fa;
            --grad-accent: radial-gradient(120% 120% at 10% 0%, rgba(122, 83, 255, 0.35) 0%, rgba(0, 163, 255, 0.25) 40%, rgba(255, 255, 255, 0.00) 70%);
            --speed-fast: .18s;
            --speed-slow: .35s;
        }



        .site-card-detailed .uk-card {
            position: relative;
            background-color: #ffffff;
            border-radius: 8px;
            border: 1px solid #e5e5e5;
            transition: all 0.2s ease-in-out;
            padding: 18px;
            overflow: hidden;
        }

        .site-card-detailed:hover .uk-card {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            border-color: transparent;
        }

        .card-rank-badge {
            position: absolute;
            top: -1px;
            left: -1px;
            background-color: #f0f2f5;
            color: #666;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 8px;
            line-height: 1.2;
        }

        .card-action-link {
            position: absolute;
            top: 10px;
            right: 10px;
            color: #999;
            opacity: 0.1;
            transform: scale(0.8);
            transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
        }

        .site-card-detailed:hover .card-action-link {
            opacity: 1;
            transform: scale(1);
            color: rgb(57, 210, 30);
        }

        .card-action-link:hover {
            color: #1e87f0;
        }

        .card-logo {
            border-radius: 50%;
        }

        img.card-logo {
            width: 50px;
            height: 50px;
            object-fit: cover;
        }

        .card-title {
            color: #333;
            font-size: 1rem;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .card-title:hover {
            color: #1e87f0;
        }

        .card-description {
            font-size: 0.8rem;
            color: #999;
        }

        @media (prefers-reduced-motion: reduce) {
            .nav-card,
            .nav-card::after {
                transition: none;
            }
        }

        @media (max-width: 640px) {
            .nav-cards {
                grid-template-columns: 1fr 1fr;
            }
        }

        .site-card-detailed .uk-card {
            position: relative;
            border: 2px solid transparent;
            background-clip: padding-box;
            border-radius: 8px;
            transition: all 0.2s ease-in-out;
        }

        .site-card-detailed .uk-card::before {
            content: '';
            position: absolute;
            z-index: -1;
            inset: 0;
            background: linear-gradient(120deg, rgba(122, 83, 255, 0.35) 0%, rgba(0, 163, 255, 0.25) 40%, rgba(255, 255, 255, 0.00) 70%);
            border-radius: inherit;
            opacity: 0;
            transform: scale(0.97);
            transition: opacity 0.3s ease-out, transform 0.3s ease-out;
        }

        .site-card-detailed:hover .uk-card::before {
            opacity: 1;
            transform: scale(1);
        }

        .site-card-detailed:hover .uk-card {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        }


/* 移动端顶部栏样式 */
.mobile-topbar {
  position: sticky;
  top: 0;
  z-index: 999;
  background: linear-gradient(180deg, rgba(11, 13, 16, 0.9), rgba(11, 13, 16, 0.6));
  padding: 10px 16px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-logo a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.mobile-logo a:hover {
  color: #7bc6ff;
}

/* 汉堡按钮样式 */
.mobile-topbar button {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.mobile-topbar button:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #7bc6ff;
}

/* Offcanvas 菜单样式 */
.uk-offcanvas-bar {
  background: linear-gradient(180deg, #0b0d10 0%, #1a1d23 100%);
  color: #fff;
}

.uk-offcanvas-bar a {
  color: #fff;
  font-weight: 500;
}

.uk-offcanvas-bar a:hover {
  color: #7bc6ff;
}
        .uk-tooltip {
            border: none;
            background: transparent;
            background-image: linear-gradient(45deg, #1e90ff, #8A2BE2);
            border-radius: 8px;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
            color: #ffffff;
            padding: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            line-height: 1.3;
            animation: tooltip-show 0.25s ease-out forwards;
        }

        .uk-tooltip::before {
            display: none !important;
        }
        .znewslist span {float:right; display: block; color: #485563;}
footer{
height: 40px; line-height: 40px;
        background: #0b0d10;
        background: -webkit-linear-gradient(to right, #485563, #29323c);
        background: linear-gradient(to right, #485563, #29323c);
        color: #ccc;

    
}