* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            background: #f5f7fb;
            font-family: system-ui, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
            color: #1e293b;
            line-height: 1.5;
        }
        .wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        .tag-cloud-seo {
            background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
            border-radius: 32px;
            padding: 24px 28px;
            margin-bottom: 28px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.05);
            border: 1px solid #e2e8f0;
            text-align: center;
        }
        .tag-cloud-seo h2 {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 20px;
            color: #0f172a;
            position: relative;
            display: inline-block;
            padding-bottom: 8px;
        }
        .tag-cloud-seo h2:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 25%;
            width: 50%;
            height: 3px;
            background: #3b82f6;
            border-radius: 3px;
        }
        .tag-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px;
            margin-top: 16px;
        }
        .tag-item {
            display: inline-block;
            background: #eef2ff;
            padding: 6px 18px;
            border-radius: 40px;
            transition: all 0.2s;
            color: #1e40af;
            text-decoration: none;
            font-weight: 500;
            white-space: nowrap;
        }
        .tag-size-1 { font-size: 0.8rem; }
        .tag-size-2 { font-size: 0.9rem; }
        .tag-size-3 { font-size: 1rem; }
        .tag-size-4 { font-size: 1.1rem; }
        .tag-size-5 { font-size: 1.2rem; }
        .tag-item:hover {
            background: #3b82f6;
            color: white;
            transform: translateY(-2px);
        }
        .link-card-seo {
            background: white;
            border-radius: 28px;
            padding: 20px 24px;
            margin-bottom: 28px;
            border: 1px solid #eef2f6;
        }
        .link-card-seo h3 {
            font-size: 1.3rem;
            margin-bottom: 16px;
            color: #0f172a;
        }
        .link-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            gap: 12px;
            list-style: none;
        }
        .link-grid li a {
            display: block;
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-radius: 20px;
            padding: 10px 12px;
            text-align: center;
            color: #2563eb;
            text-decoration: none;
            font-weight: 500;
            transition: 0.2s;
        }
        .link-grid li a:hover {
            background: #2563eb;
            color: white;
        }
        .red-banner {
            background: linear-gradient(135deg, #dc2626, #b91c1c);
            border-radius: 24px;
            padding: 14px 20px;
            margin-bottom: 24px;
            text-align: center;
        }
        .red-banner a {
            color: #fff5d9;
            font-size: 1.2rem;
            font-weight: bold;
            text-decoration: none;
        }
        .site-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-bottom: 28px;
        }
        .site-item {
            background: white;
            border-radius: 20px;
            padding: 12px 20px;
            border: 1px solid #eef2f6;
            text-align: center;
        }
        .site-item a {
            font-weight: 500;
            color: #1e293b;
            text-decoration: none;
            font-size: 1rem;
            display: inline-block;
        }
        .site-item a:hover {
            color: #2563eb;
        }
        .home-navi ul, .nav2, .list-333 ul {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            list-style: none;
            margin: 15px 0;
        }
        .nav2 {
            justify-content: center;
        }
        .list-333 ul {
            justify-content: center;
        }
        .home-navi ul li, .nav2 .item, .list-333 li {
            background: #eef2ff;
            border-radius: 40px;
            padding: 6px 18px;
        }
        .home-navi ul li a, .nav2 .item a, .list-333 li a {
            text-decoration: none;
            color: #1e40af;
            font-weight: 500;
            display: block;
            text-align: center;
        }
        .nav2 {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }
        .jh {
            display: flex;
            gap: 8px;
            background: #f1f5f9;
            border-radius: 60px;
            padding: 6px;
            margin: 20px 0;
        }
        .jh .jh-cate {
            flex: 1;
            text-align: center;
            padding: 8px;
            border-radius: 40px;
            cursor: pointer;
            background: transparent;
            font-weight: 600;
        }
        .jh .jh-active {
            background: #3b82f6;
            color: white;
        }
        .jh-body {
            display: none;
            background: white;
            border-radius: 20px;
            padding: 16px;
            margin-bottom: 20px;
        }
        .jh-item {
            padding: 10px 0;
            border-bottom: 1px solid #eef2f6;
        }
        .jh-item a {
            text-decoration: none;
            color: #334155;
        }
        .home-news {
            background: #fef9e3;
            border-radius: 20px;
            padding: 12px 20px;
            margin: 20px 0;
        }
        @media (max-width: 768px) {
            .wrapper { padding: 12px; }
            .tag-size-1,.tag-size-2,.tag-size-3,.tag-size-4,.tag-size-5 { font-size: 0.75rem; }
        }
        #swiper2, .list-btn, .action-bz a, a[href*="https://app.tz6688.biz"], .down9898 {
            display: none;
        }