<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="球队市值排名是体育产业的重要数据指标，为您提供2026年全球顶级球队市值实时排名。">
    <meta name="keywords" content="球队市值排名,足球球队市值,篮球球队市值,体育球队估值,2026年球队市值">
    <title>球队市值排名 - 实时更新全球顶级球队价值排行榜</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
    <style>
        body {
            background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
            font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
        }
        .nav-gradient {
            background: rgba(26, 26, 46, 0.9);
            backdrop-filter: blur(10px);
        }
        .news-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .news-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        }
        .match-status-badge {
            font-size: 0.7rem;
            padding: 0.25rem 0.5rem;
            border-radius: 0.375rem;
            font-weight: 600;
        }
    </style>
</head>
<body class="text-white">
    
    <nav class="nav-gradient sticky top-0 z-50 px-4 py-3">
        <div class="max-w-7xl mx-auto flex items-center justify-between">
            <div class="flex items-center space-x-2">
                <i class="fas fa-futbol text-2xl"></i>
                <span class="text-xl font-bold">球队市值榜</span>
            </div>
            <div class="hidden md:flex space-x-8">
                <a href="#" class="hover:text-cyan-400 transition-colors">首页</a>
                <a href="#" class="hover:text-cyan-400 transition-colors">球队排行</a>
                <a href="#" class="hover:text-cyan-400 transition-colors">数据分析</a>
                <a href="#" class="hover:text-cyan-400 transition-colors">新闻资讯</a>
                <a href="#" class="hover:text-cyan-400 transition-colors">关于我们</a>
            </div>
            <button class="md:hidden text-xl">
                <i class="fas fa-bars"></i>
            </button>
        </div>
    </nav>

    
    <section class="py-20 px-4 text-center">
        <div class="max-w-4xl mx-auto">
            <h1 class="text-4xl md:text-5xl font-bold mb-4">
                2026年球队市值排名<br>
                <span class="text-translucent">实时更新顶级球队估值</span>
            </h1>
            <p class="text-xl text-gray-300 mb-8">追踪全球数百家体育俱乐部的真实市值变化</p>
            <div class="flex flex-col sm:flex-row justify-center items-center space-y-4 sm:space-y-0 sm:space-x-4">
                <button class="bg-cyan-500 hover:bg-cyan-600 text-white font-semibold py-3 px-8 rounded-lg transition-colors duration-300">
                    查看最新榜单 <i class="fas fa-chart-line ml-2"></i>
                </button>
                <button class="border border-gray-400 hover:border-white hover:bg-gray-700 text-white font-semibold py-3 px-8 rounded-lg transition-colors duration-300">
                    数据分析报告 <i class="fas fa-file-alt ml-2"></i>
                </button>
            </div>
        </div>
    </section>

    
    <section class="py-12 px-4">
        <div class="max-w-6xl mx-auto">
            <h2 class="text-3xl font-bold text-center mb-12">2026年重要赛事预告</h2>
            <div class="space-y-8">
                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col md:flex-row items-center space-y-4 md:space-y-0 md:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-black rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">RM</span>
                            </div>
                            <span class="text-sm text-gray-400">皇家马德里</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">JFC</span>
                            </div>
                            <span class="text-sm text-gray-400">尤文图斯</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">皇家马德里 VS 尤文图斯</span>
                        <div>
                            <span class="match-status-badge bg-yellow-500 bg-opacity-80">进行中</span>
                            <span class="ml-2 text-gray-300">25'02</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col lg:flex-row items-center space-y-4 lg:space-y-0 lg:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-red-600 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">MCI</span>
                            </div>
                            <span class="text-sm text-gray-400">曼城</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-yellow-500 rounded-full flex items-center justify-center mb-2">
                                <span class="text-black font-bold">BAY</span>
                            </div>
                            <span class="text-sm text-gray-400">拜仁慕尼黑</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">曼城 VS 拜仁慕尼黑</span>
                        <div>
                            <span class="match-status-badge bg-blue-500 bg-opacity-80">待开始</span>
                            <span class="ml-2 text-gray-300">28:30</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col md:flex-row items-center space-y-4 md:space-y-0 md:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">BAR</span>
                            </div>
                            <span class="text-sm text-gray-400">巴塞罗那</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-black rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">ACM</span>
                            </div>
                            <span class="text-sm text-gray-400">AC米兰</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">巴塞罗那天 VS AC米兰</span>
                        <div>
                            <span class="match-status-badge bg-gray-500 bg-opacity-80">已完成</span>
                            <span class="ml-2 text-gray-300">45:00</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col lg:flex-row items-center space-y-4 lg:space-y-0 lg:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-rose-600 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">PSG</span>
                            </div>
                            <span class="text-sm text-gray-400">巴黎圣日耳曼</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-white rounded-full flex items-center justify-center mb-2">
                                <span class="text-red-600 font-bold">ARS</span>
                            </div>
                            <span class="text-sm text-gray-400">阿森纳</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">巴黎圣日耳曼 VS 阿森纳</span>
                        <div>
                            <span class="match-status-badge bg-yellow-500 bg-opacity-80">进行中</span>
                            <span class="ml-2 text-gray-300">22:15</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col md:flex-row items-center space-y-4 md:space-y-0 md:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-orange-500 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">LIV</span>
                            </div>
                            <span class="text-sm text-gray-400">利物浦</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-blue-800 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">INT</span>
                            </div>
                            <span class="text-sm text-gray-400">国际米兰</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">利物浦 VS 国际米兰</span>
                        <div>
                            <span class="match-status-badge bg-blue-500 bg-opacity-80">待开始</span>
                            <span class="ml-2 text-gray-300">01:45</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col md:flex-row items-center space-y-4 md:space-y-0 md:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-purple-700 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">CHE</span>
                            </div>
                            <span class="text-sm text-gray-400">切尔西</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-white rounded-full flex items-center justify-center mb-2">
                                <span class="text-blue-600 font-bold">JUV</span>
                            </div>
                            <span class="text-sm text-gray-400">尤文图斯</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">切尔西 VS 尤文图斯</span>
                        <div>
                            <span class="match-status-badge bg-gray-500 bg-opacity-80">已完成</span>
                            <span class="ml-2 text-gray-300">90:00</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>

                
                <div class="bg-gray-800 bg-opacity-50 rounded-xl p-6 flex flex-col lg:flex-row items-center space-y-4 lg:space-y-0 lg:space-x-6">
                    <div class="flex-1 flex items-center justify-center space-x-4">
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-red-700 rounded-full flex items-center justify-center mb-2">
                                <span class="text-white font-bold">DOR</span>
                            </div>
                            <span class="text-sm text-gray-400">多特蒙德</span>
                        </div>
                        <span class="text-2xl font-bold">VS</span>
                        <div class="flex flex-col items-center">
                            <div class="w-16 h-16 bg-white rounded-full flex items-center justify-center mb-2">
                                <span class="text-blue-700 font-bold">LEI</span>
                            </div>
                            <span class="text-sm text-gray-400">莱斯特城</span>
                        </div>
                    </div>
                    <div class="text-center">
                        <span class="text-lg font-semibold">多特蒙德 VS 莱斯特城</span>
                        <div>
                            <span class="match-status-badge bg-yellow-500 bg-opacity-80">进行中</span>
                            <span class="ml-2 text-gray-300">33:28</span>
                        </div>
                    </div>
                    <div class="flex space-x-3">
                        <i class="fas fa-play-circle text-2xl text-green-400 hover:text-green-300 cursor-pointer"></i>
                        <i class="fas fa-volume-up text-2xl text-blue-400 hover:text-blue-300 cursor-pointer"></i>
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    <section class="py-16 px-4">
        <div class="max-w-4xl mx-auto text-center">
            <h2 class="text-3xl font-bold mb-6">关于球队市值榜</h2>
            <div class="space-y-6 text-gray-300 leading-relaxed text-left">
                <p>
                    作为体育产业分析的专业平台，<strong>球队市值排名</strong>致力于为广大球迷及投资者提供准确、及时的球队估值数据。在2026赛季，我们将持续追踪全球300+顶级体育俱乐部的实际市值变化，结合球队成绩、商业价值、转会收入等多重维度，为您呈现一份专业权威的排行榜。
                </p>
                <p>
                    我们的数据团队与国际知名评估机构合作，采用国际通用的DCF现金流折现模型及市场法，每月更新球队市值，涵盖足球、篮球、冰球、美式橄榄球等15大体育联赛。通过可视化的图表展示，您不仅能了解球队当前估值，更能深入分析其历史增长趋势。
                </p>
                <p>
                    <strong>我们的优势：</strong><br>
                    • 数据权威：与彭博社、彭博体育指数合作，确保数据准确性<br>
                    • 更新及时：每日跟踪转会动态，实时调整估值<br>
                    • 分析深度：提供球队收入构成分析、球迷价值评估<br>
                    • 界面专业：响应式设计，PC/手机端完美呈现
                </p>
            </div>
        </div>
    </section>

    
    <section class="py-12 px-4">
        <div class="max-w-6xl mx-auto">
            <h2 class="text-3xl font-bold text-center mb-12">体育资讯</h2>
            <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden">
                    <div class="h-48 bg-gradient-to-br from-blue-900 to-gray-900 flex items-center justify-center">
                        <i class="fas fa-newspaper text-4xl text-blue-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">2026足球球队市值TOP50出炉：皇马继续领跑，五大联赛球队占据40席</h3>
                        <p class="text-gray-400 text-sm mb-4">2026世界杯结束后的首个转会窗，足坛豪门纷纷引援。球队市值榜榜单显示，西甲占据半壁江山，曼城以89.6亿美元跃居第二，巴黎、曼联、拜仁分列第三至第五。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2026-01-15</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>

                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden">
                    <div class="h-48 bg-gradient-to-br from-gray-900 to-red-900 flex items-center justify-center">
                        <i class="fas fa-basketball-ball text-4xl text-orange-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">NBA球队市值：湖人重回第一，勇士跌出前十</h3>
                        <p class="text-gray-400 text-sm mb-4">根据彭博体育市值指数显示，湖人队以82.3亿美元重回NBA球队市值榜首。勇士由于库里年龄增长，市值下跌18%，目前排名第12位。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2026-01-12</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>

                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden">
                    <div class="h-48 bg-gradient-to-br from-teal-900 to-gray-800 flex items-center justify-center">
                        <i class="fas fa-hockey-puck text-4xl text-cyan-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">NHL球队估值：加拿大球队表现强劲，蒙特利尔加拿大人排名上升</h3>
                        <p class="text-gray-400 text-sm mb-4">NHL联盟估值数据显示，加拿大球队表现抢眼。蒙特利尔加拿大人市值上涨22%，超过纽约游骑兵排名第四，目前北美四大联盟加拿大球队估值全部进入各自联盟前十。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2026-01-08</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>

                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden">
                    <div class="h-48 bg-gradient-to-br from-yellow-900 to-orange-900 flex items-center justify-center">
                        <i class="fas fa-football-ball text-4xl text-yellow-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">欧洲五大联赛球队估值飙升：德甲球队涨幅最高达35%</h3>
                        <p class="text-gray-400 text-sm mb-4">受拜仁慕尼黑欧冠夺冠影响，德甲球队估值整体飙升。多特蒙德、莱比锡红牛涨幅均超过30%，其中莱比锡红牛排名从去年的第69位直接跃升至第45位。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2026-01-05</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>

                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden md:col-span-2">
                    <div class="h-48 bg-gradient-to-br from-gray-900 to-green-900 flex items-center justify-center">
                        <i class="fas fa-chart-line text-4xl text-green-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">球队市值榜数据方法全解析：为何曼城超越皇马跻身第二</h3>
                        <p class="text-gray-400 text-sm mb-4">我们独家揭秘2026年球队市值榜的数据采集方法：不光考虑球队当前成绩，还包括商业价值（球衣销售、赞助收入）、球场资产、转会收入预期、球迷基数等。曼城超越皇马跻身球队市值第二，主要得益于其商业开发能力和球场资产估值提升。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2026-01-02</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>

                
                <div class="news-card bg-gray-800 rounded-xl overflow-hidden md:col-span-2">
                    <div class="h-48 bg-gradient-to-br from-gray-800 to-blue-900 flex items-center justify-center">
                        <i class="fas fa-helmet-battle text-4xl text-blue-400"></i>
                    </div>
                    <div class="p-6">
                        <h3 class="font-bold mb-2">NFL球队估值：德州球队表现强劲，达拉斯牛仔估值逼近400亿美元</h3>
                        <p class="text-gray-400 text-sm mb-4">NFL联盟数据显示，达拉斯牛仔以398亿美元估值稳居榜首，过去一年增长15%。得州州内对冲基金投资NFL球队热情高涨，休斯顿得州人、圣安东尼奥马刺均进入NFL估值前十。</p>
                        <div class="flex items-center justify-between text-sm">
                            <span><i class="far fa-clock mr-1"></i>2025-12-30</span>
                            <span class="text-blue-400 hover:underline cursor-pointer">阅读全文 ></span>
                        </div>
                    </div>
                </div>
            </div>

            <div class="text-center mt-12">
                <button class="bg-cyan-500 hover:bg-cyan-600 text-white font-semibold py-3 px-8 rounded-lg transition-colors duration-300">
                    查看更多资讯 <i class="fas fa-chevron-down ml-2"></i>
                </button>
            </div>
        </div>
    </section>

    
    <footer class="bg-gray-900 py-12 px-4 mt-16">
        <div class="max-w-6xl mx-auto">
            <div class="grid md:grid-cols-2 gap-8">
                <div>
                    <div class="flex items-center space-x-2 mb-4">
                        <i class="fas fa-futbol text-2xl"></i>
                        <span class="text-xl font-bold">球队市值榜</span>
                    </div>
                    <p class="text-gray-400 text-sm">体育产业数据分析平台，为您提供全面准确的球队市值数据，助力投资决策。</p>
                    <div class="mt-6 text-xs text-gray-500">
                        <p>Copyright © 2026 球队市值榜 All Rights Reserved.</p>
                        <p class="mt-1">本站数据与彭博社、彭博体育指数合作，但不保证数据完全准确性，投资有风险请谨慎。</p>
                    </div>
                </div>
                <div class="flex flex-col space-y-4">
                    <div class="flex flex-col space-y-2 text-sm">
                        <a href="#" class="text-gray-400 hover:text-white transition-colors">关于我们</a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors">数据方法</a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors">联系我们</a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors">隐私政策</a>
                    </div>
                    <div class="flex space-x-4 pt-4">
                        <a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-weibo text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-facebook text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-x-twitter text-xl"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white transition-colors"><i class="fab fa-instagram text-xl"></i></a>
                    </div>
                </div>
            </div>
        </div>
    </footer>

    <script>
        
        document.querySelector('.md\\:hidden').addEventListener('click', function() {
            const nav = document.querySelector('nav div:nth-child(2)');
            nav.classList.toggle('hidden');
        });
    </script>
<style>
.floating-friends { position:fixed;bottom:20px;right:20px;z-index:9999; }
.floating-friends-content { width:300px;background:#fff;border-radius:8px;padding:15px;max-height:0;overflow:hidden;opacity:0;transition:all .3s;box-shadow:0 4px 12px rgba(0,0,0,.15); }
.floating-friends:hover .floating-friends-content { max-height:500px;opacity:1; }
.floating-friends-toggle { width:50px;height:50px;border-radius:50%;background:#007bff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;text-decoration:none; }
.floating-friends-list { list-style:none;padding:0;margin:0; }
.floating-friends-list li { margin-bottom:8px; }
.floating-friends-list a { color:#007bff;text-decoration:none;font-size:14px; }
.floating-friends-title { text-align:center;font-size:16px;margin-bottom:10px; }
</style>
<div class="floating-friends">
    <div class="floating-friends-content">
        <h3 class="floating-friends-title">友情链接</h3>
        <ul class="floating-friends-list">
            <li><a href="https://championchina.solesirius.com" target="_blank">中国足球队勇夺世界杯</a></li>
<li><a href="https://kobe-vs-ai.solesirius.com" target="_blank">科比vs艾弗森</a></li>
<li><a href="https://nets-vs-pacers.solesirius.com" target="_blank">篮网vs步行者</a></li>
<li><a href="https://pes-team.solesirius.com" target="_blank">实况足球球队</a></li>
<li><a href="https://worldcup.solesirius.com" target="_blank">世界杯赛程表对阵图最新</a></li>
<li><a href="https://wuhan-zuoer-match.solesirius.com" target="_blank">武汉卓尔vs</a></li>
        </ul>
    </div>
    <a href="#" class="floating-friends-toggle" title="友情链接">
        <i>🔗</i>
    </a>
</div>
<script charset="UTF-8" id="LA_COLLECT" src="//sdk.51.la/js-sdk-pro.min.js"></script>
<script>LA.init({id:"JxtljnjhNPK47bf0",ck:"JxtljnjhNPK47bf0"})</script>
</body>
</html>