<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>杜兰特球队 - 专业体育赛事追踪平台</title>
    <meta name="description" content="杜兰特球队提供最新的体育赛事资讯、实时比分和赛事预告，涵盖足球、篮球等多种运动，助您不错过任何精彩瞬间。">
    <meta name="keywords" content="杜兰特球队,体育赛事,实时比分,赛事预告,足球,篮球,2026年">
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <style>
        .badge-live { background-color: #10b981; color: white; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; }
        .badge-upcoming { background-color: #3b82f6; color: white; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; }
        .badge-completed { background-color: #9ca3af; color: white; padding: 0.25rem 0.75rem; border-radius: 9999px; font-size: 0.75rem; }
    </style>
</head>
<body class="bg-gray-100 font-sans">
    
    <nav class="bg-white shadow-md fixed w-full z-10">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="text-2xl font-bold text-blue-600"><i class="fas fa-basketball-ball mr-2"></i>杜兰特球队</div>
            <div class="hidden md:flex space-x-6">
                <a href="#" class="text-gray-700 hover:text-blue-600 transition">首页</a>
                <a href="#matches" class="text-gray-700 hover:text-blue-600 transition">赛事预告</a>
                <a href="#features" class="text-gray-700 hover:text-blue-600 transition">功能介绍</a>
                <a href="#articles" class="text-gray-700 hover:text-blue-600 transition">文章中心</a>
                <a href="#" class="text-gray-700 hover:text-blue-600 transition">关于我们</a>
            </div>
            <button class="md:hidden text-gray-700"><i class="fas fa-bars text-xl"></i></button>
        </div>
    </nav>

    
    <section class="pt-24 pb-16 bg-gradient-to-r from-blue-500 to-indigo-600 text-white">
        <div class="container mx-auto px-4 text-center">
            <h1 class="text-4xl md:text-6xl font-bold mb-4">杜兰特球队 - 精彩赛事不容错过</h1>
            <p class="text-xl md:text-2xl mb-8">实时比分、深度分析、专业预测，尽在2026年体育盛宴</p>
            <button class="bg-white text-blue-600 font-bold py-3 px-8 rounded-full shadow-lg hover:bg-gray-100 transition transform hover:scale-105">
                立即探索 <i class="fas fa-arrow-right ml-2"></i>
            </button>
        </div>
    </section>

    
    <section id="matches" class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">赛事预告</h2>
            <div class="space-y-6">
                
                <div class="flex flex-col md:flex-row items-center justify-between p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center mb-4 md:mb-0">
                        <i class="fas fa-futbol text-3xl text-green-500 mr-4"></i>
                        <div>
                            <h3 class="text-xl font-bold">曼联 vs 利物浦</h3>
                            <p class="text-gray-600">英超联赛</p>
                        </div>
                    </div>
                    <div class="flex items-center space-x-6">
                        <span class="text-lg font-mono">15:30</span>
                        <span class="badge-live">进行中</span>
                    </div>
                </div>

                
                <div class="p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center justify-between mb-2">
                        <div class="flex items-center">
                            <i class="fas fa-basketball-ball text-3xl text-orange-500 mr-4"></i>
                            <h3 class="text-xl font-bold">湖人 vs 勇士</h3>
                        </div>
                        <span class="badge-upcoming">待开始</span>
                    </div>
                    <p class="text-gray-600 mb-2">NBA常规赛</p>
                    <div class="flex justify-between items-center">
                        <span class="text-lg font-mono">18:30</span>
                        <i class="fas fa-map-marker-alt text-gray-500"></i> 斯台普斯中心
                    </div>
                </div>

                
                <div class="flex flex-col md:flex-row items-center justify-between p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center mb-4 md:mb-0">
                        <i class="fas fa-football-ball text-3xl text-blue-500 mr-4"></i>
                        <div>
                            <h3 class="text-xl font-bold">皇家马德里 vs 巴塞罗那</h3>
                            <p class="text-gray-600">西甲联赛</p>
                        </div>
                    </div>
                    <div class="flex items-center space-x-6">
                        <span class="text-lg font-mono">20:00</span>
                        <span class="badge-upcoming">待开始</span>
                    </div>
                </div>

                
                <div class="p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center justify-between mb-2">
                        <div class="flex items-center">
                            <i class="fas fa-hockey-puck text-3xl text-red-500 mr-4"></i>
                            <h3 class="text-xl font-bold">加拿大人 vs 棕熊</h3>
                        </div>
                        <span class="badge-completed">已完成</span>
                    </div>
                    <p class="text-gray-600 mb-2">NHL常规赛</p>
                    <div class="flex justify-between items-center">
                        <span class="text-lg font-mono">22:15</span>
                        <i class="fas fa-map-marker-alt text-gray-500"></i> 贝尔中心
                    </div>
                </div>

                
                <div class="flex flex-col md:flex-row items-center justify-between p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center mb-4 md:mb-0">
                        <i class="fas fa-volleyball-ball text-3xl text-yellow-500 mr-4"></i>
                        <div>
                            <h3 class="text-xl font-bold">中国女排 vs 美国女排</h3>
                            <p class="text-gray-600">世界女排联赛</p>
                        </div>
                    </div>
                    <div class="flex items-center space-x-6">
                        <span class="text-lg font-mono">14:00</span>
                        <span class="badge-live">进行中</span>
                    </div>
                </div>

                
                <div class="p-4 bg-gray-50 rounded-lg shadow hover:shadow-md transition">
                    <div class="flex items-center justify-between mb-2">
                        <div class="flex items-center">
                            <i class="fas fa-baseball-ball text-3xl text-green-700 mr-4"></i>
                            <h3 class="text-xl font-bold">洋基 vs 红袜</h3>
                        </div>
                        <span class="badge-completed">已完成</span>
                    </div>
                    <p class="text-gray-600 mb-2">MLB常规赛</p>
                    <div class="flex justify-between items-center">
                        <span class="text-lg font-mono">08:00</span>
                        <i class="fas fa-map-marker-alt text-gray-500"></i> 洋基体育场
                    </div>
                </div>
            </div>
        </div>
    </section>

    
    <section id="features" class="py-16 bg-gray-100">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">为什么选择杜兰特球队？</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="bg-white p-6 rounded-lg shadow text-center">
                    <i class="fas fa-bolt text-4xl text-blue-500 mb-4"></i>
                    <h3 class="text-xl font-bold mb-2">实时更新</h3>
                    <p class="text-gray-600">提供秒级比分更新和赛事动态，确保您第一时间掌握比赛进程。</p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow text-center">
                    <i class="fas fa-chart-line text-4xl text-green-500 mb-4"></i>
                    <h3 class="text-xl font-bold mb-2">专业分析</h3>
                    <p class="text-gray-600">资深体育专家团队深度解读赛事，数据驱动预测，助您明智决策。</p>
                </div>
                <div class="bg-white p-6 rounded-lg shadow text-center">
                    <i class="fas fa-users text-4xl text-orange-500 mb-4"></i>
                    <h3 class="text-xl font-bold mb-2">社区互动</h3>
                    <p class="text-gray-600">加入球迷社区，分享观点，参与讨论，结交志同道合的朋友。</p>
                </div>
            </div>
        </div>
    </section>

    
    <section id="articles" class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-gray-800 mb-8 text-center">最新文章</h2>
            <div class="space-y-8">
                <article class="border-b pb-6">
                    <h3 class="text-2xl font-bold text-gray-800 mb-2">2026年体育赛事全攻略：杜兰特球队带您回顾与前瞻</h3>
                    <p class="text-gray-600 mb-2">2026年将是体育大年，从世界杯到奥运会，杜兰特球队为您梳理重要赛事时间表，并提供独家分析。本文深入探讨热门球队表现，预测黑马诞生。</p>
                    <span class="text-sm text-gray-500">2026年1月15日</span>
                </article>
                <article class="border-b pb-6">
                    <h3 class="text-2xl font-bold text-gray-800 mb-2">如何关注杜兰特球队的实时比分？三步走轻松上手</h3>
                    <p class="text-gray-600 mb-2">本教程详细指导您使用杜兰特球队平台追踪比赛，包括设置提醒、查看历史数据和参与互动社区。适合新球迷快速入门，老球迷提升体验。</p>
                    <span class="text-sm text-gray-500">2026年2月10日</span>
                </article>
                <article class="border-b pb-6">
                    <h3 class="text-2xl font-bold text-gray-800 mb-2">深度解析：杜兰特球队背后的数据科技</h3>
                    <p class="text-gray-600 mb-2">我们如何实现精准预测？本文揭秘杜兰特球队的数据采集、处理和分析流程，展示人工智能在体育赛事中的应用，以及未来发展趋势。</p>
                    <span class="text-sm text-gray-500">2026年3月5日</span>
                </article>
            </div>
        </div>
    </section>

    
    <footer class="bg-gray-800 text-white py-8">
        <div class="container mx-auto px-4 text-center">
            <p class="mb-4">&copy; 2026 杜兰特球队 版权所有</p>
            <div class="space-x-4">
                <a href="#" class="hover:text-blue-300 transition">隐私政策</a>
                <a href="#" class="hover:text-blue-300 transition">使用条款</a>
                <a href="#" class="hover:text-blue-300 transition">联系我们</a>
            </div>
            <p class="mt-4 text-gray-400 text-sm">致力于提供最专业的体育赛事服务</p>
        </div>
    </footer>

    <script>
        
        document.querySelector('button').addEventListener('click', function() {
            const menu = document.querySelector('.hidden.md\\:flex');
            if (menu.classList.contains('hidden')) {
                menu.classList.remove('hidden');
                menu.classList.add('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-white', 'shadow-lg', 'p-4');
            } else {
                menu.classList.add('hidden');
                menu.classList.remove('flex', 'flex-col', 'absolute', 'top-16', 'left-0', 'right-0', 'bg-white', 'shadow-lg', 'p-4');
            }
        });
    </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://evergrande.tacotown.org" target="_blank">恒大 vs 墨尔本胜利</a></li>
<li><a href="https://champions-league.tacotown.org" target="_blank">欧冠拜仁vs皇马</a></li>
<li><a href="https://euro-match.tacotown.org" target="_blank">荷兰vs德国</a></li>
<li><a href="https://mn-vs-wolves.tacotown.org" target="_blank">国王 vs 森林狼</a></li>
<li><a href="https://ufc.tacotown.org" target="_blank">康纳麦格雷戈vs</a></li>
<li><a href="https://ping-pong-world-cup.tacotown.org" target="_blank">乒乓球世界杯冠军盘点</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>