<!DOCTYPE html>
<html><head><meta charset="UTF-8">
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>【】比赛直播,球队资料、赛事实时更新,关注赛事动态尽在劲球直播！</title>
<meta name="keywords" content="直播,赛事实时更新,高清无插件免费在线观看, 劲球直播">
<meta name="description" content="劲球直播您的最佳选择，无插件雨燕劲球直播，涵盖高清直播，免费在线观看，视频高清无插件等顶级赛事直播专家！提供精彩纷呈的24小时赛事直播，让您不错过任何精彩瞬间。配备丰富的录像、视频、新闻等内容，劲球直播致力于为您打造全方位、高质量的体育娱乐体验。随时随地，尽情享受精彩不断的赛事直播！">
<link rel="shortcut icon" href="/" type="image/x-icon">
<script type="text/javascript" src="/t100/resource/js/jquery.min.js"></script>
<script type="text/javascript" src="/t100/resource/js/jquery.lazyload.js"></script>
<link href="/t100/resource/css/swiper-bundle.min.css" rel="stylesheet" />
<script type="text/javascript" src="/t100/resource/js/swiper-bundle.min.js"></script>
<script type="text/javascript" src="/t100/resource/js/chroma.min.js"></script>
<link href="/t100/resource/css/jquery-ui.min.css" rel="stylesheet" />
<script type="text/javascript" src="/t100/resource/js/jquery-ui.min.js"></script>
<link type="text/css" href="/t100/resource/css/overlayscrollbars.min.css" rel="stylesheet" />
<script type="text/javascript" src="/t100/resource/js/overlayscrollbars.browser.es6.min.js"></script>
<!-- <link href="/t100/public/layout/basic.css" rel="stylesheet" /> -->
<!-- <link href="/t100/public/layout/custom_0.css" rel="stylesheet" /> -->
<!-- <link href="/t100/public/layout/custom_1.css" rel="stylesheet" /> -->
<link href="/t100/public/layout/custom_1.css" rel="stylesheet" /><script type="text/javascript" src="/t100/public/meta.js" onload='window.postMessage({ type: "THEME", theme: JSON.parse(`{"color":{"background":"#FFE4C4","overlay":"#79C5FF","primary":"#1A3A5F"}}`) })'></script>
<script>
  window.sessionStorage.setItem("sub_navigation", JSON.stringify([/*  */]));
</script><link href="/t100/resource/css/style.css" rel="stylesheet" media="screen" type="text/css">
  <script type="text/javascript" src="/t100/resource/js/js.js"></script>
</head>

<body>
  <section class="section">
    
    <header class="header">
  <section style="display: flex;justify-content: center;align-items: center;height: 100%;"><div style="flex: 1;font-size: 20px;font-weight: bold;color: var(--color-active);">劲球直播</div>
    <div style="width: calc(100% - 320px);height: 100%;margin: 0 auto;text-align: center;position: relative;overflow: hidden;">
      <ul id="menu" class="menu" style="--menu-height: var(--header-height)">
        <li class="menu_item">
          <a class="menu_viewer" href="/" title="首页" target="_self">首页</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/zuqiu-zhibo/" title="足球直播" target="_self">足球直播</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/lanqiu-zhibo/" title="篮球直播" target="_self">篮球直播</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/snooker-zhibo/" title="台球" target="_self">台球</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/lol-zhibo/" title="LOL" target="_self">LOL</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/cs-zhibo/" title="CS" target="_self">CS</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/dota-zhibo/" title="DOTA" target="_self">DOTA</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/kog-zhibo/" title="KOG" target="_self">KOG</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/luxiang/" title="比赛录像" target="_self">比赛录像</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/news/" title="赛事资讯" target="_self">赛事资讯</a>
        </li><li class="menu_item">
          <a class="menu_viewer" href="/zhuanti/" title="热点专题" target="_self">热点专题</a>
        </li></ul>
    </div>
    <div style="width: 200px;flex-shrink: 0;display: flex;justify-content: flex-end;align-items: center;"><img src="/t100/resource/images/icon_china.png" width="24px" height="24px" /><span id="header_date" style="margin-left: 6px;"></span></div>
    <script>
      $(() => {
        const date = $("#header_date");
        const days = ["周日", "周一", "周二", "周三", "周四", "周五", "周六"];
        const update = () => {
          const nowdate = new Date();
          const M = nowdate.getMonth() + 1;
          const d = nowdate.getDate();
          const H = nowdate.getHours();
          const m = nowdate.getMinutes();
          date.text(`${String(M).padStart(2, "0")}月${String(d).padStart(2, "0")}日 ${days[nowdate.getDay()]} ${H < 12 ? "上午" : H < 18 ? "下午" : "晚上"}${String(H > 12 ? H % 12 : H).padStart(2, "0")}:${String(m).padStart(2, "0")}`);
        }
        update();
        setInterval(update, 1000);
      });
    </script>
  </section>
</header>
<script>
  ((header) => {
    if (header instanceof HTMLElement) {
      header.style.setProperty("background-color", "var(--color-background-base)");
      header.style.setProperty("color", "var(--color-text-primary)");
      header.style.setProperty("--color-active", "var(--color-primary)");
    }
  })(document.querySelector(".header"));
</script>
<aside class="aside">
  <!-- <section style="height: 100%;margin: 0 auto;text-align: center;position: relative;overflow: hidden;">
    
    <ul class="menu" style="--menu-height: var(--aside-height)">
      
      <li class="menu_item is_active">
        <a class="menu_viewer" href="/"></a>
      </li>
      
    </ul>
    <script>
      $(() => {
        /* 同步导航选中状态 */
        const $nav = $(".menu");
        const navs = $nav.children(".menu_item");
        if ($(`.menu_item.is_active`, $nav).length !== 1) {
          const tabs_item = $(`.menu_viewer[href="${location.pathname}"]`, $nav);
          if (tabs_item.length) {
            $nav.children(".menu_item").removeClass("is_active");
            tabs_item.parent(".menu_item").addClass("is_active");
          }
        }
        const active = $(`.menu_item.is_active`, $nav);
        if (active.length) sessionStorage.setItem("active", active.text().trim());
        else navs.each((_, nav) => $(nav).text().trim() === (sessionStorage.getItem("active") || "").trim() ? $(nav).addClass("is_active") : void 0);
        const change = ($event) => $(`.menu_viewer[href="${location.pathname}"]`, $nav.children(".menu_item").removeClass("is_active")).parent(".menu_item").addClass("is_active");
        window.addEventListener("popstate", change);
        window.addEventListener("pushstate", change);
      });
    </script>
  </section> -->
</aside>
<script>
  ((aside) => {
    if (aside instanceof HTMLElement) {
      aside.style.setProperty("--color-active", "var(--color-primary)");
    }
  })(document.querySelector(".aside"));
</script>
    
    
    
    
    <main class="content">
      <div class="breadcrumb">
        <a class="breadcrumb_back" href="javascript: void 0;" onclick="window.history.back();"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M685.248 104.704a64 64 0 0 1 0 90.496L368.448 512l316.8 316.8a64 64 0 0 1-90.496 90.496L232.704 557.248a64 64 0 0 1 0-90.496l362.048-362.048a64 64 0 0 1 90.496 0z"></path></svg></a>
        <div class="breadcrumb_path">
          <a class="breadcrumb_item" href='/'>资料库</a>
          <a class="breadcrumb_item" href='javascript: void 0;'></a>
          <a class="breadcrumb_item is_disabled" href="javascript: void 0;"></a>
        </div>
      </div>
      <section class="card">
        
        <div class="viewer">
          <div style="display: flex;">
            <img class="lazy" style="flex-shrink: 0;margin-right: 20px;" src="/t100/resource/images/default.png" data-original="" width="80" height="80" />
            <div style="height: 80px;width: 100%;display: flex;flex-direction: column;">
              <div class="title" style="margin-top: 8px;"></div>
              <div class="description" style="margin-top: auto;margin-bottom: 8px;"></div>
            </div>
            <div style="margin-left: auto;flex-shrink: 0;position: relative;padding: 0 26px 0 50px;display: flex;justify-content: center;align-items: center;overflow: hidden;">
              <div style="position: absolute;top: 0;left: 15px;width: 100%;height: 100%;background: var(--color-danger);transform: skewX(-15deg);"></div>
              <div style="font-size: 20px;color: var(--color-background-white);font-weight: bold;z-index: 10;">球队市值：0</div>
            </div>
          </div>
          <div class="divider"></div>
          <table style="width: 100%;border: none;">
            <tr style="border: none;">
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">所属联赛</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;"></td>
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">成立时间</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;">-</td>
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">球场</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;">-</td>
            </tr>
            <tr style="border: none;">
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">容量</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;">-</td>
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">主教练</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;" colspan="4">-</td>
            </tr>
            <tr style="border: none;">
              <td class="important_background_color equal_width_text" style="padding: 12px 0;width: 5em;color: var(--color-text-secondary);">球队简介</td><td class="important_background_color equal_width_text" style="padding: 12px 0;width: 1em;color: var(--color-text-secondary);">：</td><td class="important_background_color" style="padding: 12px 0;" colspan="7">（英文名：，粤语名：）， 是联赛的一支足球俱乐部，当前的市值为：0，共有球员0人，外籍球员0人，我们将为你实时更新赛事数据信息。</td>
            </tr>
          </table>
          
        </div>
      </section>

      <section>
        <div id="tabs" class="ui-tabs" style="padding: 0px;">
          <ul class="ui-tabs-nav ui-helper-clearfix">
            <li class="ui-tabs-tab" style="width: 128px;"><a href="#tab_1" class="ui-tabs-anchor">比赛</a></li>
            <li class="ui-tabs-tab" style="width: 128px;"><a href="#tab_2" class="ui-tabs-anchor">数据</a></li>
            <li class="ui-tabs-tab" style="width: 128px;"><a href="#tab_3" class="ui-tabs-anchor">阵容</a></li>
            <li class="ui-tabs-tab" style="width: 128px;"><a href="#tab_4" class="ui-tabs-anchor">最佳</a></li>
            <li class="ui-tabs-tab" style="width: 128px;"><a href="#tab_5" class="ui-tabs-anchor">转会</a></li>
          </ul>
          <div id="tab_1" class="ui-tabs-panel" style="display: flex;flex-direction: column;width: 100%;gap: 5px;margin-top: 20px;">
            <!-- 比赛 `contest` -->
            <div class="title_tabs border_tab tabs_controller" style="display: flex;justify-content: center;background-color: var(--color-background-base);line-height: 38px;padding: 5px;border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);width: 100%;overflow: hidden;">
              
              <div class="title_tab is_active" data-tab="contest_0" style="font-size: 14px;text-align: center;margin-top: 0;margin-bottom: 0;padding: 0 12px;">全部</div>
              
            </div>
            <div class="title_tabs_items">
              
              <div id="contest_0_tabs" data-tab="contest_0" class="ui-tabs" style="display: grid;width: 100%;gap: 20px;grid-template-columns: 180px 1fr;padding: 0;"><table cellpadding="0" cellspacing="0" width="100%" style="grid-column: 1 / span 2;height: fit-content;border: 1px solid var(--color-border);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;border-collapse: collapse;text-align: center;">
  <colgroup>
    <col span="1" />
    <col span="1" style="width: 120px;" />
    <col span="1" />
    <col span="1" style="width: 80px;" />
    <col span="1" />
    <col span="1" style="width: 80px;" />
    <col span="1" style="width: 120px;" />
  </colgroup>
  <thead style="height: 56px;">
    <tr style="border: none;">
      <th>赛事</th>
      <th>比赛日期</th>
      <th style="padding: 0 10px;text-align: right;">主队</th>
      <th>比分</th>
      <th style="padding: 0 10px;text-align: left;">客队</th>
      <th>半场</th>
      <th>功能</th>
    </tr>
  </thead>
  <tbody class="ui-tabs-panel" style="padding: 0;border: 1px solid var(--color-border);">
    
  </tbody>
</table></div><!-- 比赛 -->
              
            </div>
          </div>
          <div id="tab_2" class="ui-tabs-panel" style="display: flex;flex-direction: column;width: 100%;gap: 5px;margin-top: 20px;">
            <!-- 数据 `analysis` -->
            <div class="title_tabs border_tab tabs_controller" style="display: flex;justify-content: center;background-color: var(--color-background-base);line-height: 38px;padding: 5px;border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);width: 100%;overflow: hidden;">
              <div class="title_tab is_active" data-tab="analysis_1" style="font-size: 14px;text-align: center;margin-top: 0;margin-bottom: 0;padding: 0 12px;">全部</div>
              
            </div>
            <div class="title_tabs_items">
              <div id="analysis_1_tabs" data-tab="analysis_1" class="ui-tabs" style="display: grid;width: 100%;gap: 20px;grid-template-columns: 180px 1fr;padding: 0;"><div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">积分排名</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">让球指数</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">总进球指数</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">进球分布</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">单双统计</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">角球分布</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">时间段分析</caption>
  </table>
  
</div>
<div style="grid-column: 1 / span 2;height: fit-content;padding-bottom: var(--border-radius);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;">
  <table class="no_border" style="width: 100%;text-align: center;">
    <caption style="padding: 15px 10px;text-align: left;font-size: 16px;line-height: 18px;font-weight: bold;">半全场</caption>
  </table>
  
</div></div><!-- 全部 -->
              
            </div>
          </div>
          <div id="tab_3" class="ui-tabs-panel" style="display: flex;flex-direction: column;width: 100%;gap: 5px;margin-top: 20px;">
            <!-- 阵容 `pattern` -->
            <div class="title_tabs border_tab tabs_controller" style="display: none;justify-content: center;background-color: var(--color-background-base);line-height: 38px;padding: 5px;border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);width: 100%;overflow: hidden;">
              <div class="title_tab is_active" data-tab="pattern_1" style="font-size: 14px;text-align: center;margin-top: 0;margin-bottom: 0;padding: 0 12px;">阵容</div>
            </div>
            <div class="title_tabs_items">
              <div id="pattern_1_tabs" data-tab="pattern_1" class="ui-tabs" style="display: grid;width: 100%;gap: 20px;grid-template-columns: 180px 1fr;padding: 0;"><table cellpadding="0" cellspacing="0" width="100%" style="grid-column: 1 / span 2;height: fit-content;border: 1px solid var(--color-border);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;border-collapse: collapse;text-align: center;">
  <colgroup>
    <col span="1" style="width: 40px;" />
    <col span="1" style="width: 110px;" />
    <col span="1" />
    <col span="1" />
    <col span="1" />
    <col span="1" />
    <col span="1" />
    <col span="4" style="width: 50px;" />
  </colgroup>
  <thead style="height: 56px;">
    <tr style="border: none;">
      <th>号码</th>
      <th>球员</th>
      <th>出生日</th>
      <th>身高（cm）</th>
      <th>体重（kg）</th>
      <th>位置</th>
      <th>国籍/会籍</th>
      <th>进球</th>
      <th>助攻</th>
      <th>红牌</th>
      <th>黄牌</th>
    </tr>
  </thead>
  <tbody class="ui-tabs-panel" style="padding: 0;border: 1px solid var(--color-border);">
    
  </tbody>
</table></div><!-- 阵容 -->
            </div>
          </div>
          <div id="tab_4" class="ui-tabs-panel" style="display: flex;flex-direction: column;width: 100%;gap: 5px;margin-top: 20px;">
            <!-- 最佳 `optimal` -->
            <div class="title_tabs border_tab tabs_controller" style="display: flex;justify-content: center;background-color: var(--color-background-base);line-height: 38px;padding: 5px;border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);width: 100%;overflow: hidden;">
              
            </div>
            <div class="title_tabs_items">
              
            </div>
          </div>
          <div id="tab_5" class="ui-tabs-panel" style="display: flex;flex-direction: column;width: 100%;gap: 5px;margin-top: 20px;">
            <!-- 转会 `transfer` -->
            <div class="title_tabs border_tab tabs_controller" style="display: flex;justify-content: center;background-color: var(--color-background-base);line-height: 38px;padding: 5px;border-top-left-radius: var(--border-radius);border-top-right-radius: var(--border-radius);width: 100%;overflow: hidden;">
              <div class="title_tab is_active" data-tab="transfer_1" style="font-size: 14px;text-align: center;margin-top: 0;margin-bottom: 0;padding: 0 12px;">转入</div>
              <div class="title_tab" data-tab="transfer_2" style="font-size: 14px;text-align: center;margin-top: 0;margin-bottom: 0;padding: 0 12px;">转出</div>
            </div>
            <div class="title_tabs_items">
              <div id="transfer_1_tabs" data-tab="transfer_1" class="ui-tabs" style="display: grid;width: 100%;gap: 20px;grid-template-columns: 180px 1fr;padding: 0;"><table cellpadding="0" cellspacing="0" width="100%" style="grid-column: 1 / span 2;height: fit-content;border: 1px solid var(--color-border);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;border-collapse: collapse;text-align: center;">
  <colgroup>
    <col span="1" />
    <col span="1" style="width: 120px;" />
    <col span="1" />
    <col span="1" style="width: 120px;" />
    <col span="1" />
  </colgroup>
  <thead style="height: 56px;">
    <tr style="border: none;">
      <th>转入时间</th>
      <th>球员</th>
      <th>位置</th>
      <th>来自</th>
      <th>类型</th>
    </tr>
  </thead>
  <tbody class="ui-tabs-panel" style="padding: 0;border: 1px solid var(--color-border);">
    
  </tbody>
</table></div><!-- 转入 -->
              <div id="transfer_2_tabs" data-tab="transfer_2" class="ui-tabs" style="display: grid;width: 100%;gap: 20px;grid-template-columns: 180px 1fr;padding: 0;"><table cellpadding="0" cellspacing="0" width="100%" style="grid-column: 1 / span 2;height: fit-content;border: 1px solid var(--color-border);border-radius: var(--border-radius);background-color: var(--color-background-base);font-size: var(--font-size);overflow: hidden;border-collapse: collapse;text-align: center;">
  <colgroup>
    <col span="1" />
    <col span="1" style="width: 120px;" />
    <col span="1" />
    <col span="1" style="width: 120px;" />
    <col span="1" />
  </colgroup>
  <thead style="height: 56px;">
    <tr style="border: none;">
      <th>转出时间</th>
      <th>球员</th>
      <th>位置</th>
      <th>来自</th>
      <th>类型</th>
    </tr>
  </thead>
  <tbody class="ui-tabs-panel" style="padding: 0;border: 1px solid var(--color-border);">
    
  </tbody>
</table></div><!-- 转出 -->
            </div>
          </div>
        </div>
        <script>
          $(() => {
            $("img.lazy", $("#tabs").tabs({ active: (Number(location.hash.replace(/^\#/, "") || "1") - 1) || 0, activate: (_, { newPanel }) => $("img.lazy", newPanel).lazyload({ effect: "fadeIn", failurelimit: 10000 }) })).lazyload({ effect: "fadeIn", failurelimit: 10000 })
            /*  */
            // $( "#optimal_2_tabs" ).tabs();
            // $( "#analysis_1_tabs" ).tabs();
          });
          (() => {
            const tab_change = (target, tabs, content) => {
              if (!target) return;
              for (let i = 0; i < tabs.length; i++) {
                if (tabs[i].contains(target)) {
                  for (const tab of tabs) tab.classList.remove("is_active");
                  tabs[i].classList.add("is_active");
                  for (const item of content.children) item.style.setProperty("display", item.getAttribute("data-tab") === tabs[i].getAttribute("data-tab") ? "grid" : "none");
                  $("img.lazy", content).lazyload({ effect: "fadeIn", failurelimit: 10000 });
                  break;
                }
              }
            }
            for (const $el of document.getElementsByClassName("tabs_controller")) {
              $el.addEventListener("click", ($event) => tab_change($event.target, $el.querySelectorAll(".title_tab"), $el.nextElementSibling));
              tab_change($el.querySelector(".title_tab.is_active"), $el.querySelectorAll(".title_tab"), $el.nextElementSibling);
            }
          })();
        </script>
      </section>
    </main>
    <article class="article">
      <div style="display: flex;flex-direction: column;gap: inherit;">
        <!-- 热门球队 --><section class="card">
  
  <div class="title_header">
    <h3 class="title" style="margin-top: 0;">足球热门球队</h3>
  </div>
  <div id="hotteam_football" class="viewer ranking">
    <div class="ranking_tabs" style="margin: 14px 0;grid-template-rows: 32px;"></div>
    <div class="ranking_team" style="grid-template-rows: repeat(auto-fit, 32px);margin-bottom: 8px;height: 1px;background-color: var(--color-border);padding: 0 var(--card-size);"></div>
    <div class="ranking_team">
      <div class="ranking_team_grid ranking_team_table"></div>
    </div>
  </div>
  <script>
    (() => {
      const data = [
        /*  */
        { id: "82", name: "英超", list: [/*  */{ id: "10010", name: "伯恩利", url: "team/Burnley_10010/", logo: "https://img.juxuled.com/img/football/team/1091af5aa9fc4a30411785954edb9159.png" },/*  */{ id: "10012", name: "布莱顿", url: "team/BrightonHoveAlbion_10012/", logo: "https://img.juxuled.com/img/football/team/9b43a690d5a09f1e319f036821e8e1d3.png" },/*  */{ id: "10018", name: "富勒姆", url: "team/Fulham_10018/", logo: "https://img.juxuled.com/img/football/team/29982511f1ea861967c3e6478d6a8a68.png" },/*  */{ id: "10020", name: "诺丁汉森林", url: "team/NottinghamForest_10020/", logo: "https://img.juxuled.com/img/football/team/0ec2f07e39b8f7b8139684093c894c88.png" },/*  */{ id: "10024", name: "桑德兰", url: "team/Sunderland_10024/", logo: "https://img.juxuled.com/img/football/team/957bdc50c307e2a9b526b34b3792da1a.png" },/*  */{ id: "10115", name: "伯恩茅斯", url: "team/BournemouthAFC_10115/", logo: "https://img.juxuled.com/img/football/team/240b30d333c97d293752ab7afd77ccd6.png" },/*  */{ id: "10118", name: "布伦特福德", url: "team/Brentford_10118/", logo: "https://img.juxuled.com/img/football/team/60f1c7788be3148a370dbf59f914abfe.png" },/*  */{ id: "10135", name: "曼联", url: "team/ManchesterUnited_10135/", logo: "https://img.juxuled.com/img/football/team/3d7cc3c41c8531284a6426c47ae66b91.png" },/*  */{ id: "10136", name: "纽卡斯尔联", url: "team/NewcastleUnited_10136/", logo: "https://img.juxuled.com/img/football/team/5dbe320855e3ba772dbce54f940c6fa5.png" },/*  */{ id: "10175", name: "利兹联", url: "team/LeedsUnited_10175/", logo: "https://img.juxuled.com/img/football/team/257d758c5cf43453ecfb0a91d1802d3a.png" },/*  */{ id: "10176", name: "西汉姆联", url: "team/WestHamUnited_10176/", logo: "https://img.juxuled.com/img/football/team/d71ebda5c7fbca9093a1c2978c46f619.png" },/*  */{ id: "10180", name: "切尔西", url: "team/Chelsea_10180/", logo: "https://img.juxuled.com/img/football/team/b365ad0e85e2b1bcbf63f7a0f2f70a79.png" },/*  */{ id: "10181", name: "曼城", url: "team/ManchesterCity_10181/", logo: "https://img.juxuled.com/img/football/team/c4a6528a2ee147b99c9885ef24385a4e.png" },/*  */{ id: "10183", name: "热刺", url: "team/TottenhamHotspur_10183/", logo: "https://img.juxuled.com/img/football/team/8b22ab4041e666b996a2d96f20dea707.png" },/*  */{ id: "10215", name: "阿森纳", url: "team/Arsenal_10215/", logo: "https://img.juxuled.com/img/football/team/d6f5debc456da1119256ab66462ab510.png" },/*  */{ id: "10226", name: "狼队", url: "team/WolverhamptonWanderers_10226/", logo: "https://img.juxuled.com/img/football/team/5759932ca2512c6701d86dfbd58380a7.png" },/*  */{ id: "10244", name: "水晶宫", url: "team/CrystalPalace_10244/", logo: "https://img.juxuled.com/img/football/team/42396d18444156e640c37476c2b41b93.png" },/*  */{ id: "10249", name: "利物浦", url: "team/Liverpool_10249/", logo: "https://img.juxuled.com/img/football/team/1cb3d08adac0e2dc1c4f10429d055bfe.png" },/*  */{ id: "10250", name: "埃弗顿", url: "team/Everton_10250/", logo: "https://img.juxuled.com/img/football/team/9592d1e0be6375b9e6c5ef169b7aa864.png" },/*  */{ id: "10411", name: "阿斯顿维拉", url: "team/AstonVilla_10411/", logo: "https://img.juxuled.com/img/football/team/a3c32d6a906083118cac2cb796edaab3.png" },/*  */] },/*  */
        { id: "108", name: "意甲", list: [/*  */{ id: "10059", name: "佛罗伦萨", url: "team/Fiorentina_10059/", logo: "https://img.juxuled.com/img/football/team/858d87ded0cce014bae0c9681af48524.png" },/*  */{ id: "10068", name: "博洛尼亚", url: "team/Bologna_10068/", logo: "https://img.juxuled.com/img/football/team/c31f023a2cc8adbcc3e24344d81b9609.png" },/*  */{ id: "10297", name: "乌迪内斯", url: "team/Udinese_10297/", logo: "https://img.juxuled.com/img/football/team/a08813a40edd0eab4303ab28299d6a60.png" },/*  */{ id: "10420", name: "AC米兰", url: "team/ACMilan_10420/", logo: "https://img.juxuled.com/img/football/team/643ef4101b017dc1495dbd9e9d5cce28.png" },/*  */{ id: "10421", name: "莱切", url: "team/Lecce_10421/", logo: "https://img.juxuled.com/img/football/team/777d0840066313da8c0f85977e9178be.png" },/*  */{ id: "10456", name: "卡利亚里", url: "team/Cagliari_10456/", logo: "https://img.juxuled.com/img/football/team/dba65c184e03c860ed919ce192b86c5e.png" },/*  */{ id: "10467", name: "尤文", url: "team/Juventus_10467/", logo: "https://img.juxuled.com/img/football/team/314ca8463a6fd047b11d474287b24c50.png" },/*  */{ id: "10692", name: "国米", url: "team/InterMilan_10692/", logo: "https://img.juxuled.com/img/football/team/aa2245702c40f77799a5ad4b119581a8.png" },/*  */{ id: "10811", name: "热那亚", url: "team/Genoa_10811/", logo: "https://img.juxuled.com/img/football/team/51474fb68c7da46b9c20ebddccec7766.png" },/*  */{ id: "10906", name: "罗马", url: "team/ASRoma_10906/", logo: "https://img.juxuled.com/img/football/team/4a5873c2f4d2aea786dc787a37b4b34c.png" },/*  */{ id: "10907", name: "帕尔马", url: "team/Parma_10907/", logo: "https://img.juxuled.com/img/football/team/9fadd87d190982c8082dddf1567e0b9b.png" },/*  */{ id: "11060", name: "亚特兰大", url: "team/Atalanta_11060/", logo: "https://img.juxuled.com/img/football/team/45c9647899b8bf2fb6f988c6c33b964c.png" },/*  */{ id: "11194", name: "拉齐奥", url: "team/Lazio_11194/", logo: "https://img.juxuled.com/img/football/team/5a2ff46efa33abc6b2908eb6279dfbf8.png" },/*  */{ id: "11343", name: "那不勒斯", url: "team/Napoli_11343/", logo: "https://img.juxuled.com/img/football/team/5ed887e996b09eb9b9809018f57d3751.png" },/*  */{ id: "11848", name: "维罗纳", url: "team/HellasVerona_11848/", logo: "https://img.juxuled.com/img/football/team/b8e39abb18bb1c69396c59ff73ecf124.png" },/*  */{ id: "13075", name: "都灵", url: "team/Torino_13075/", logo: "https://img.juxuled.com/img/football/team/f0856c1b16c32245a8d2c702ffe89ac5.png" },/*  */{ id: "13402", name: "科莫", url: "team/Como_13402/", logo: "https://img.juxuled.com/img/football/team/5f7059f40965e5a2cc00987e6bac2f32.png" },/*  */{ id: "13403", name: "克雷莫纳", url: "team/Cremonese_13403/", logo: "https://img.juxuled.com/img/football/team/0b0e25267dabd15c405070329df5fbdb.png" },/*  */{ id: "16822", name: "比萨", url: "team/Pisa_16822/", logo: "https://img.juxuled.com/img/football/team/7ca5de14056c7290f6787e0943aa11ad.png" },/*  */{ id: "18581", name: "萨索洛", url: "team/Sassuolo_18581/", logo: "https://img.juxuled.com/img/football/team/616bf242a532f72e970648f2ead423cf.png" },/*  */] },/*  */
        { id: "120", name: "西甲", list: [/*  */{ id: "10015", name: "巴萨", url: "team/FCBarcelona_10015/", logo: "https://img.juxuled.com/img/football/team/f378eb1ea04e53999b89051aa3244de6.png" },/*  */{ id: "10027", name: "毕尔巴鄂", url: "team/AthleticClub_10027/", logo: "https://img.juxuled.com/img/football/team/abbb31d42c55612737713aac6567a226.png" },/*  */{ id: "10029", name: "贝蒂斯", url: "team/RealBetis_10029/", logo: "https://img.juxuled.com/img/football/team/018e260ad68bdad741c61e3171c4c608.png" },/*  */{ id: "10042", name: "赫塔菲", url: "team/Getafe_10042/", logo: "https://img.juxuled.com/img/football/team/36bf5bf0c8fdf08c1270124808f060e1.png" },/*  */{ id: "10217", name: "皇马", url: "team/RealMadrid_10217/", logo: "https://img.juxuled.com/img/football/team/47ba2fe5caa3770cfa2e99dc4b7e72cd.png" },/*  */{ id: "10220", name: "西班牙人", url: "team/RCDEspanyoldeBarcelona_10220/", logo: "https://img.juxuled.com/img/football/team/214049d4df11756a2eb21bbd8266e2a1.png" },/*  */{ id: "10222", name: "皇家社会", url: "team/RealSociedad_10222/", logo: "https://img.juxuled.com/img/football/team/5c3c390fc1cb7b35f06ebbb160151c27.png" },/*  */{ id: "10251", name: "马竞", url: "team/AtleticoMadrid_10251/", logo: "https://img.juxuled.com/img/football/team/390977b0421bce136c562057ea171ecf.png" },/*  */{ id: "10301", name: "埃尔切", url: "team/Elche_10301/", logo: "https://img.juxuled.com/img/football/team/e5ecd0553885f1a3af731758dddce2ec.png" },/*  */{ id: "10325", name: "瓦伦西亚", url: "team/ValenciaCF_10325/", logo: "https://img.juxuled.com/img/football/team/3b54543c1a584e2e9948d655142996d3.png" },/*  */{ id: "10326", name: "马略卡", url: "team/RCDMallorca_10326/", logo: "https://img.juxuled.com/img/football/team/fdef90456d2a2eee09976c558457aec7.png" },/*  */{ id: "10371", name: "塞尔塔", url: "team/RCCelta_10371/", logo: "https://img.juxuled.com/img/football/team/fd954d083ee85a6f1a3f2471dc756242.png" },/*  */{ id: "10425", name: "塞维利亚", url: "team/SevillaFC_10425/", logo: "https://img.juxuled.com/img/football/team/d20ed1da4f299cc3ef0e1e9eb06eced1.png" },/*  */{ id: "10458", name: "莱万特", url: "team/Levante_10458/", logo: "https://img.juxuled.com/img/football/team/13e2038bd23a38ce32a3eb259c8bf7d8.png" },/*  */{ id: "10493", name: "比利亚雷亚尔", url: "team/VillarrealCF_10493/", logo: "https://img.juxuled.com/img/football/team/aee62af96a956756cc29fe4831286357.png" },/*  */{ id: "10646", name: "阿拉维斯", url: "team/DeportivoAlavés_10646/", logo: "https://img.juxuled.com/img/football/team/fffbebaa7a0c3c2db7e8d637a3de1811.png" },/*  */{ id: "10749", name: "奥萨苏纳", url: "team/CAOsasuna_10749/", logo: "https://img.juxuled.com/img/football/team/c2050b940076df70b2ad0a6103c50df4.png" },/*  */{ id: "10808", name: "赫罗纳", url: "team/GironaFC_10808/", logo: "https://img.juxuled.com/img/football/team/006ce259b33ef72dd5570cfa8dc39f38.png" },/*  */{ id: "11845", name: "巴列卡诺", url: "team/RayoVallecano_11845/", logo: "https://img.juxuled.com/img/football/team/5005d8feab109ce64e40beb98073cc1f.png" },/*  */{ id: "11847", name: "皇家奥维耶多", url: "team/RealOviedo_11847/", logo: "https://img.juxuled.com/img/football/team/21551996567bcd206ee574043d509a84.png" },/*  */] },/*  */
        { id: "129", name: "德甲", list: [/*  */{ id: "10016", name: "拜仁", url: "team/FCBayernMunich_10016/", logo: "https://img.juxuled.com/img/football/team/4c7e35b5134ebf4d92bdf0e88519e077.png" },/*  */{ id: "10030", name: "多特蒙德", url: "team/BorussiaDortmund_10030/", logo: "https://img.juxuled.com/img/football/team/bbfacbdbe67705172c6414d7e9c21b58.png" },/*  */{ id: "10034", name: "门兴", url: "team/BorussiaMonchengladbach_10034/", logo: "https://img.juxuled.com/img/football/team/89cdadf6cf1eb6f8d2507de1e01f806c.png" },/*  */{ id: "10036", name: "云达不莱梅", url: "team/SVWerderBremen_10036/", logo: "https://img.juxuled.com/img/football/team/82e3b03a1df3d7ae3d38e9fdd24fe622.png" },/*  */{ id: "10046", name: "沃尔夫斯堡", url: "team/VfLWolfsburg_10046/", logo: "https://img.juxuled.com/img/football/team/03645e9c1d7fd2c48705622f52fd901e.png" },/*  */{ id: "10050", name: "斯图加特", url: "team/VfBStuttgart_10050/", logo: "https://img.juxuled.com/img/football/team/bfdd500484330d63a723cbc396df762c.png" },/*  */{ id: "10051", name: "汉堡", url: "team/HamburgerSV_10051/", logo: "https://img.juxuled.com/img/football/team/81f8f9e258e6b73bc522bab06730720a.png" },/*  */{ id: "10054", name: "勒沃库森", url: "team/Bayer04Leverkusen_10054/", logo: "https://img.juxuled.com/img/football/team/d3205f3ddca07dc01c822ea0de24a0e7.png" },/*  */{ id: "10057", name: "美因茨", url: "team/1.FSVMainz05_10057/", logo: "https://img.juxuled.com/img/football/team/903089d338485f6c68fbc5da690a0628.png" },/*  */{ id: "10058", name: "弗赖堡", url: "team/SCFreiburg_10058/", logo: "https://img.juxuled.com/img/football/team/6508946c9a5fe22a8784b905b25e8c79.png" },/*  */{ id: "10125", name: "法兰克福", url: "team/EintrachtFrankfurt_10125/", logo: "https://img.juxuled.com/img/football/team/fe636189a2f3db78d0554c34f0bdaae6.png" },/*  */{ id: "10189", name: "科隆", url: "team/FCKöln_10189/", logo: "https://img.juxuled.com/img/football/team/887b7663a0d47031528921d9972ae3a6.png" },/*  */{ id: "10321", name: "奥格斯堡", url: "team/FCAugsburg_10321/", logo: "https://img.juxuled.com/img/football/team/db4411a3c4ce1d0f092f5b9d1df08664.png" },/*  */{ id: "10322", name: "霍芬海姆", url: "team/TSGHoffenheim_10322/", logo: "https://img.juxuled.com/img/football/team/72ab7862a610b350aef7650ec0e06e06.png" },/*  */{ id: "10364", name: "RB莱比锡", url: "team/RBLeipzig_10364/", logo: "https://img.juxuled.com/img/football/team/26a59fe5653a96ba72f4f1e4e08b6d4b.png" },/*  */{ id: "10857", name: "柏林联合", url: "team/1.FCUnionBerlin_10857/", logo: "https://img.juxuled.com/img/football/team/45ab4c846b0d4df5b002c571b16112dc.png" },/*  */{ id: "10912", name: "圣保利", url: "team/FCSt.Pauli_10912/", logo: "https://img.juxuled.com/img/football/team/65503b155488a643de688e8dfa849b1f.png" },/*  */{ id: "24418", name: "海登海姆", url: "team/1.FCHeidenheim1846_24418/", logo: "https://img.juxuled.com/img/football/team/65ee743f20fa7db286fdeda4d33c6980.png" },/*  */] },/*  */
        { id: "142", name: "法甲", list: [/*  */{ id: "10092", name: "斯特拉斯堡", url: "team/RCStrasbourgAlsace_10092/", logo: "https://img.juxuled.com/img/football/team/998db478bf7c06d5817bf846987a0d0a.png" },/*  */{ id: "10109", name: "布雷斯特", url: "team/StadeBrestois29_10109/", logo: "https://img.juxuled.com/img/football/team/bb7e6346a3860008e4ff266ba3b655e8.png" },/*  */{ id: "10367", name: "昂热", url: "team/AngersSCO_10367/", logo: "https://img.juxuled.com/img/football/team/526150064f4f983d670deb33fa6385b6.png" },/*  */{ id: "10368", name: "巴黎圣日耳曼", url: "team/ParisSaintGermain_10368/", logo: "https://img.juxuled.com/img/football/team/3b720f181ce9993f9422d276acf7b292.png" },/*  */{ id: "10386", name: "欧塞尔", url: "team/AJAuxerre_10386/", logo: "https://img.juxuled.com/img/football/team/8c03e57af9e8bec20a3ed2f5aaddf78b.png" },/*  */{ id: "10463", name: "勒阿弗尔", url: "team/HavreAthleticClub_10463/", logo: "https://img.juxuled.com/img/football/team/8fd50a53dad5ea4fd2d32bd3ce727f58.png" },/*  */{ id: "10492", name: "摩纳哥", url: "team/ASMonaco_10492/", logo: "https://img.juxuled.com/img/football/team/693af0d277fe3179594695614dce8666.png" },/*  */{ id: "10529", name: "尼斯", url: "team/OGCNice_10529/", logo: "https://img.juxuled.com/img/football/team/ff8991853f7aabce7cb66f09cda0c58e.png" },/*  */{ id: "10915", name: "巴黎FC", url: "team/ParisFC_10915/", logo: "https://img.juxuled.com/img/football/team/83a982f8219a768e7cd29d1ac765b199.png" },/*  */{ id: "10918", name: "朗斯", url: "team/RCLens_10918/", logo: "https://img.juxuled.com/img/football/team/b8c5038ebb0e21b09a72008b7cb6219f.png" },/*  */{ id: "10974", name: "马赛", url: "team/Marseille_10974/", logo: "https://img.juxuled.com/img/football/team/a450173b3d636ba2c86d3d7c5bdc4026.png" },/*  */{ id: "10975", name: "梅斯", url: "team/Metz_10975/", logo: "https://img.juxuled.com/img/football/team/16fd214da24aef0bbb775e44fe7e79f2.png" },/*  */{ id: "10976", name: "图卢兹", url: "team/ToulouseFC_10976/", logo: "https://img.juxuled.com/img/football/team/2947fe2f42551a5b7eccca7fc948f879.png" },/*  */{ id: "11078", name: "雷恩", url: "team/StadeRennaisFC_11078/", logo: "https://img.juxuled.com/img/football/team/eab8f0e847742fd328bb581299bd99ca.png" },/*  */{ id: "11205", name: "南特", url: "team/FCNantes_11205/", logo: "https://img.juxuled.com/img/football/team/3e8ecd181a512ff663ff60ec85c8bed1.png" },/*  */{ id: "11207", name: "里尔", url: "team/LOSCLille_11207/", logo: "https://img.juxuled.com/img/football/team/28e94925fdcc848f86a544a1cedcceed.png" },/*  */{ id: "11372", name: "里昂", url: "team/Lyon_11372/", logo: "https://img.juxuled.com/img/football/team/8beaa840412542c94b9022d69030ab4a.png" },/*  */{ id: "11520", name: "洛里昂", url: "team/Lorient_11520/", logo: "https://img.juxuled.com/img/football/team/b593727321793084b1f7804aebedc31a.png" },/*  */] },/*  */
        { id: "542", name: "中超", list: [/*  */{ id: "10009", name: "北京国安", url: "team/BeijingGuoanFC_10009/", logo: "https://img.juxuled.com/img/football/team/e7af298237651113dfeafc32ff734a24.png" },/*  */{ id: "10138", name: "山东泰山", url: "team/ShandongTaishanFC_10138/", logo: "https://img.juxuled.com/img/football/team/85c080cf02a7161687ddd5b5800dc303.png" },/*  */{ id: "10139", name: "青岛海牛", url: "team/QingdaoHainiuFC_10139/", logo: "https://img.juxuled.com/img/football/team/c1bc80f45a0bf86310ec6e56980c1757.png" },/*  */{ id: "10218", name: "天津津门虎", url: "team/TianjinJinmenTigerFC_10218/", logo: "https://img.juxuled.com/img/football/team/e0080960b4e935d70f4037aaf3a0b917.png" },/*  */{ id: "10223", name: "上海申花", url: "team/ShanghaiShenhuaFC_10223/", logo: "https://img.juxuled.com/img/football/team/ed068d60c30fc0b40ea1f4e417d59580.png" },/*  */{ id: "10700", name: "长春亚泰", url: "team/ChangchunYataiFC_10700/", logo: "https://img.juxuled.com/img/football/team/aa8cfda1c890f28a3a62fff6f1c6f6a0.png" },/*  */{ id: "10766", name: "河南队", url: "team/HenanFC_10766/", logo: "https://img.juxuled.com/img/football/team/f336520db254da6d6d5294b720d26d83.png" },/*  */{ id: "10767", name: "浙江队", url: "team/ZhejiangProfessionalFC_10767/", logo: "https://img.juxuled.com/img/football/team/cc1aef5e69e8d01ba3d3712f24040347.png" },/*  */{ id: "19717", name: "上海海港", url: "team/ShanghaiPortFC_19717/", logo: "https://img.juxuled.com/img/football/team/c4e143e537412003565cdb7c2d212538.png" },/*  */{ id: "23094", name: "梅州客家", url: "team/MeizhouHakkaFC_23094/", logo: "https://img.juxuled.com/img/football/team/195ea54483b74f03a1019847eed4a9e1.png" },/*  */{ id: "45373", name: "深圳新鹏城", url: "team/ShenzhenPengCityFC_45373/", logo: "https://img.juxuled.com/img/football/team/b982f4d4215ea40ad21d589498140a56.png" },/*  */{ id: "48130", name: "成都蓉城", url: "team/ChengduRongchengFC_48130/", logo: "https://img.juxuled.com/img/football/team/f91c7ac46923cbe588f810490aca8a51.png" },/*  */{ id: "50542", name: "武汉三镇", url: "team/WuhanThreeTownsFC_50542/", logo: "https://img.juxuled.com/img/football/team/9d520898f49a46e0a00feef82240cb80.png" },/*  */{ id: "53336", name: "青岛西海岸", url: "team/QingdaoWestCoastFC_53336/", logo: "https://img.juxuled.com/img/football/team/84cc4bfb19630486c382219a672811d2.png" },/*  */{ id: "70422", name: "云南玉昆", url: "team/YunnanYukun_70422/", logo: "https://img.juxuled.com/img/football/team/1e8d7e1e18bfa137e1e41b740e857b15.png" },/*  */{ id: "70469", name: "大连英博", url: "team/DalianYingboFC_70469/", logo: "https://img.juxuled.com/img/football/team/0e5467034917e26c6e60a7162711c150.png" },/*  */] },/*  */
      ];

      let controller = new AbortController();
      let loading = false;
      const el = $("#hotteam_football");

      const update = async (controller, data) => {
        loading = true;
        const tabs_active = Number($(".ranking_tabs>.ranking_tabs_item.is_active", el).attr("data-key")) || 0;
        $(".ranking_tabs", el).children().remove();
        $(".ranking_team_table", el).children().remove();
        for (let i = 0; i < data.length; i++) {
          $(".ranking_tabs", el).append(`
            <div class="ranking_tabs_item${tabs_active === i ? " is_active" : ""}" data-key="${i}">
              <div>${data[i].name}</div>
            </div>
          `);
          if (controller.signal.aborted) return;
          if (tabs_active !== i) continue;
          for (let k = 0; k < data[i].list.length; k++) {
            const item = data[i].list[k];
            $(".ranking_team_table", el).append(`<a href="/${ item.url }"><img src="${item.logo}" alt="" width="30" height="30" /><p>${item.name}</p></a>`);
            if (controller.signal.aborted) return;
          }
        }
        $("img.lazy", el).lazyload({ effect: "fadeIn", failurelimit: 10000 });
        loading = false;
      }
      $(".ranking_tabs", el).click(async (event) => {
        const target = $(event.target);
        if (target.hasClass("is_active")) return;
        const old = $(".ranking_tabs>.ranking_tabs_item.is_active", el).removeClass("is_active")
        if (target.hasClass("ranking_tabs_item")) {
          target.addClass("is_active");
          controller.abort();
          controller = new AbortController();
          while (loading) await new Promise((resolve) => window.requestAnimationFrame(resolve));
          update(controller, data);
        } else old.addClass("is_active");
      });
      update(controller, data);
    })()
  </script>
</section><!-- 热门球队 --><section class="card">
  
  <div class="title_header">
    <h3 class="title" style="margin-top: 0;">篮球热门球队</h3>
  </div>
  <div id="hotteams_basketball" class="viewer ranking">
    <div class="ranking_tabs" style="margin: 14px 0;grid-template-rows: 32px;"></div>
    <div class="ranking_team" style="grid-template-rows: repeat(auto-fit, 32px);margin-bottom: 8px;height: 1px;background-color: var(--color-border);padding: 0 var(--card-size);"></div>
    <div class="ranking_team">
      <div class="ranking_team_grid ranking_team_table"></div>
    </div>
  </div>
  <script>
    (() => {
      const data = [
        /*  */
        { id: "1", name: "NBA", list: [/*  */{ id: "10114", name: "猛龙", url: "team/TorontoRaptors_10114/", logo: "https://img.juxuled.com/img/basketball/team/e299ddecec93dc5c8db83b1761e2fa1f.png" },/*  */{ id: "10115", name: "尼克斯", url: "team/NewYorkKnicks_10115/", logo: "https://img.juxuled.com/img/basketball/team/49f8b0ef2ed529b44dba6ebb99a0d5ff.png" },/*  */{ id: "10116", name: "76人", url: "team/Philadelphia76ers_10116/", logo: "https://img.juxuled.com/img/basketball/team/06e7bde6cca98873fe971fad4e67a9b6.png" },/*  */{ id: "10117", name: "公牛", url: "team/ChicagoBulls_10117/", logo: "https://img.juxuled.com/img/basketball/team/f15ed15d914b6a608e9a396f03c755b0.png" },/*  */{ id: "10118", name: "黄蜂", url: "team/CharlotteHornets_10118/", logo: "https://img.juxuled.com/img/basketball/team/e52f6ac53681289c91703501a960cb3c.png" },/*  */{ id: "10119", name: "国王", url: "team/SacramentoKings_10119/", logo: "https://img.juxuled.com/img/basketball/team/1fc010aba7ac510b5364e5f76ca4f060.png" },/*  */{ id: "10120", name: "魔术", url: "team/OrlandoMagic_10120/", logo: "https://img.juxuled.com/img/basketball/team/0dc24d08ef0b5584e0b70f967db64b36.png" },/*  */{ id: "10121", name: "爵士", url: "team/UtahJazz_10121/", logo: "https://img.juxuled.com/img/basketball/team/8c88df221129169246c5b8a82955fa34.png" },/*  */{ id: "10122", name: "步行者", url: "team/IndianaPacers_10122/", logo: "https://img.juxuled.com/img/basketball/team/6f313b682482799762cf60dbc30dbfae.png" },/*  */{ id: "10123", name: "奇才", url: "team/WashingtonWizards_10123/", logo: "https://img.juxuled.com/img/basketball/team/ac18ecfecac3af349477383866cf8ef5.png" },/*  */{ id: "10124", name: "凯尔特人", url: "team/BostonCeltics_10124/", logo: "https://img.juxuled.com/img/basketball/team/884c1c1f5db46c170df3c34a8e213ec9.png" },/*  */{ id: "10125", name: "老鹰", url: "team/AtlantaHawks_10125/", logo: "https://img.juxuled.com/img/basketball/team/4e67b14905a05af9e1bd04406bf8690f.png" },/*  */{ id: "10126", name: "灰熊", url: "team/MemphisGrizzlies_10126/", logo: "https://img.juxuled.com/img/basketball/team/5150102b33043405b63b2e7c72759fa8.png" },/*  */{ id: "10127", name: "骑士", url: "team/ClevelandCavaliers_10127/", logo: "https://img.juxuled.com/img/basketball/team/57c938e35ceb2ee92562a09c4165fb47.png" },/*  */{ id: "10128", name: "火箭", url: "team/HoustonRockets_10128/", logo: "https://img.juxuled.com/img/basketball/team/bcfe797437f18526ff4e62177021f638.png" },/*  */{ id: "10129", name: "快船", url: "team/LosAngelesClippers_10129/", logo: "https://img.juxuled.com/img/basketball/team/848b21021b2a1db7bde95ea52a1e021b.png" },/*  */{ id: "10130", name: "独行侠", url: "team/DallasMavericks_10130/", logo: "https://img.juxuled.com/img/basketball/team/42d7b5ec22b2eb411d68f94a04eab742.png" },/*  */{ id: "10131", name: "太阳", url: "team/PhoenixSuns_10131/", logo: "https://img.juxuled.com/img/basketball/team/da3c882a7e0bc592b4c1ba9d8c5fb68d.png" },/*  */{ id: "10132", name: "开拓者", url: "team/PortlandTrailBlazers_10132/", logo: "https://img.juxuled.com/img/basketball/team/4512175b1415f69816e816160093bcc0.png" },/*  */{ id: "10133", name: "活塞", url: "team/DetroitPistons_10133/", logo: "https://img.juxuled.com/img/basketball/team/3f82122a48e98eaccc5e71307eba801a.png" },/*  */{ id: "10134", name: "篮网", url: "team/BrooklynNets_10134/", logo: "https://img.juxuled.com/img/basketball/team/4150a647c6e381a69980e98bb86582a5.png" },/*  */{ id: "10135", name: "热火", url: "team/MiamiHeat_10135/", logo: "https://img.juxuled.com/img/basketball/team/ff7ccef6a6b79c6417ee8367946b0aec.png" },/*  */{ id: "10136", name: "雄鹿", url: "team/MilwaukeeBucks_10136/", logo: "https://img.juxuled.com/img/basketball/team/172138a954c51bb257ac1ebaa52f01a1.png" },/*  */{ id: "10137", name: "马刺", url: "team/SanAntonioSpurs_10137/", logo: "https://img.juxuled.com/img/basketball/team/5305d1a7b721b5bef418041eff53ba82.png" },/*  */{ id: "10148", name: "掘金", url: "team/DenverNuggets_10148/", logo: "https://img.juxuled.com/img/basketball/team/403a12aa187f47045c18d137cd8103dc.png" },/*  */{ id: "10149", name: "湖人", url: "team/LosAngelesLakers_10149/", logo: "https://img.juxuled.com/img/basketball/team/fa6f985041ec3f9729172380ae9cebf8.png" },/*  */{ id: "10154", name: "鹈鹕", url: "team/NewOrleansPelicans_10154/", logo: "https://img.juxuled.com/img/basketball/team/2602b893bb3f8d381a5b0d978fad74e1.png" },/*  */{ id: "10155", name: "勇士", url: "team/GoldenStateWarriors_10155/", logo: "https://img.juxuled.com/img/basketball/team/df3f6f8bb17fd1c618f60f0b14637140.png" },/*  */{ id: "10156", name: "森林狼", url: "team/MinnesotaTimberwolves_10156/", logo: "https://img.juxuled.com/img/basketball/team/38794d0ac418d8f2d03bd17a2623f3ed.png" },/*  */{ id: "10219", name: "雷霆", url: "team/OklahomaCityThunder_10219/", logo: "https://img.juxuled.com/img/basketball/team/319e03be75fee4098a83b1d0e01940b7.png" },/*  */] },/*  */
        { id: "3", name: "CBA", list: [/*  */{ id: "10273", name: "广东", url: "team/GuangdongEastSunshine_10273/", logo: "https://img.juxuled.com/img/basketball/team/5689743705f1852f10597c559323f04a.png" },/*  */{ id: "10326", name: "江苏", url: "team/JiangsuKendiya_10326/", logo: "https://img.juxuled.com/img/basketball/team/b25897e323bba837824c2d7fead03826.png" },/*  */{ id: "10360", name: "天津", url: "team/TianjinPioneers_10360/", logo: "https://img.juxuled.com/img/basketball/team/ca7a0200923048ff354ddcce89b8f12b.png" },/*  */{ id: "10361", name: "青岛", url: "team/QingdaoGuoxin_10361/", logo: "https://img.juxuled.com/img/basketball/team/8265cde14b18d7e3716bb1e0b0aed623.png" },/*  */{ id: "10721", name: "吉林", url: "team/JilinNortheastTigers_10721/", logo: "https://img.juxuled.com/img/basketball/team/0ef4bf20fbdcd89b1d7cb4a9b29f0f5a.png" },/*  */{ id: "10722", name: "浙江", url: "team/ZhejiangChouzhouJinzu_10722/", logo: "https://img.juxuled.com/img/basketball/team/d1d77f07287fe840a7e77459e5bd1bfc.png" },/*  */{ id: "10724", name: "新疆", url: "team/XinjiangYilite_10724/", logo: "https://img.juxuled.com/img/basketball/team/b54ffedd1c9a80374581bb3d7096dba6.png" },/*  */{ id: "10725", name: "广州", url: "team/GuangzhouLangtaiHaiben_10725/", logo: "https://img.juxuled.com/img/basketball/team/858cde8d2c075296f24e7ee61929fbeb.png" },/*  */{ id: "10726", name: "北京", url: "team/BeijingBeiqi_10726/", logo: "https://img.juxuled.com/img/basketball/team/6c1517eb77ace7e782d74d34e9154710.png" },/*  */{ id: "10727", name: "山东", url: "team/ShandongHi-Speed_10727/", logo: "https://img.juxuled.com/img/basketball/team/fd94971d5354c254a48249ad402cfb92.png" },/*  */{ id: "10728", name: "辽宁", url: "team/LiaoningBengang_10728/", logo: "https://img.juxuled.com/img/basketball/team/03173dab50b9418d1a834a91104d90a4.png" },/*  */{ id: "10729", name: "广厦", url: "team/ZhejiangFangxingdu_10729/", logo: "https://img.juxuled.com/img/basketball/team/96108e3d2a3cf92f8f5305e5135f2419.png" },/*  */{ id: "10730", name: "深圳", url: "team/ShenzhenMarcoPolo_10730/", logo: "https://img.juxuled.com/img/basketball/team/fb44eee02df789207dee98898982cc16.png" },/*  */{ id: "10731", name: "上海", url: "team/ShanghaiJiushi_10731/", logo: "https://img.juxuled.com/img/basketball/team/1125281dafbf06dad029825221e83d5a.png" },/*  */{ id: "10732", name: "福建", url: "team/FujianJinjiangCulturalTourism_10732/", logo: "https://img.juxuled.com/img/basketball/team/2428a8c17b5a31163b54cb9502998bbf.png" },/*  */{ id: "10734", name: "山西", url: "team/ShanxiFenjiu_10734/", logo: "https://img.juxuled.com/img/basketball/team/f7ad4ca154d205eb1799c5a1d1ff3370.png" },/*  */{ id: "10793", name: "同曦", url: "team/NanjingMonkeyKings_10793/", logo: "https://img.juxuled.com/img/basketball/team/a5117efc96b29138d9db8f5abc1aa699.png" },/*  */{ id: "11072", name: "北控", url: "team/BeijingKonggu_11072/", logo: "https://img.juxuled.com/img/basketball/team/559cfc139ec9e214e54b4ddae5d1cba7.png" },/*  */{ id: "11380", name: "四川", url: "team/SichuanFengguJiuye_11380/", logo: "https://img.juxuled.com/img/basketball/team/d80e6d5b1e2d6d989b5c3b7790fe0025.png" },/*  */{ id: "36563", name: "宁波", url: "team/NingboDingwo_36563/", logo: "https://img.juxuled.com/img/basketball/team/9b17d2feb1397b99fa0530fba4c7385b.png" },/*  */] },/*  */
      ];

      let controller = new AbortController();
      let loading = false;
      const el = $("#hotteams_basketball");

      const update = async (controller, data) => {
        loading = true;
        const tabs_active = Number($(".ranking_tabs>.ranking_tabs_item.is_active", el).attr("data-key")) || 0;
        $(".ranking_tabs", el).children().remove();
        $(".ranking_team_table", el).children().remove();
        for (let i = 0; i < data.length; i++) {
          $(".ranking_tabs", el).append(`
            <div class="ranking_tabs_item${tabs_active === i ? " is_active" : ""}" data-key="${i}">
              <div>${data[i].name}</div>
            </div>
          `);
          if (controller.signal.aborted) return;
          if (tabs_active !== i) continue;
          for (let k = 0; k < data[i].list.length; k++) {
            const item = data[i].list[k];
            $(".ranking_team_table", el).append(`<a href="/${ item.url }"><img src="${item.logo}" alt="" width="30" height="30" /><p>${item.name}</p></a>`);
            if (controller.signal.aborted) return;
          }
        }
        $("img.lazy", el).lazyload({ effect: "fadeIn", failurelimit: 10000 });
        loading = false;
      }
      $(".ranking_tabs", el).click(async (event) => {
        const target = $(event.target);
        if (target.hasClass("is_active")) return;
        const old = $(".ranking_tabs>.ranking_tabs_item.is_active", el).removeClass("is_active")
        if (target.hasClass("ranking_tabs_item")) {
          target.addClass("is_active");
          controller.abort();
          controller = new AbortController();
          while (loading) await new Promise((resolve) => window.requestAnimationFrame(resolve));
          update(controller, data);
        } else old.addClass("is_active");
      });
      update(controller, data);
    })()
  </script>
</section></div>
      <div style="display: flex;flex-direction: column;gap: inherit;">
      </div>
    </article><footer class="footer">
  <section style="display: flex;align-items: center;">
    <div style="font-size: 40px;flex-shrink: 0;margin-right: 30px;">劲球直播</div>
    <div style="font-size: 12px;text-align: left;opacity: 0.5;">是一个专业的直播吧网站，主要提供高清英超免费直播吧、足球直播、NBA免费直播、英超直播、体育直播以最全最高清信号，打造最好体育直播吧！sports live直播是提供足球、篮球等比
      分直播的网站。你可以实时追踪各项体育赛事的比分、赛程等信息</div>
  </section>
  <div class="divider"></div>
  <section style="display: flex;justify-content: space-around;align-items: flex-start;text-align: left;">
    <ul style="margin: 0;padding: 0;">
      <li style="list-style: none;"><h5 style="margin-top: 12px;margin-bottom: 24px;font-size: 16px;line-height: 1;">足球直播</h5></li><li style="list-style: none;margin: 8px 0;"><a href="/shiouyu-zhibo/" title="世欧预直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">世欧预直播</a></li><li style="list-style: none;margin: 8px 0;"><a href="/yingchao-zhibo/" title="英超直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">英超直播</a></li><li style="list-style: none;margin: 8px 0;"><a href="/yijia-zhibo/" title="意甲直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">意甲直播</a></li><li style="list-style: none;margin: 8px 0;"><a href="/xijia-zhibo/" title="西甲直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">西甲直播</a></li><li style="list-style: none;margin: 8px 0;"><a href="/dejia-zhibo/" title="德甲直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">德甲直播</a></li></ul>
    <ul style="margin: 0;padding: 0;">
      <li style="list-style: none;"><h5 style="margin-top: 12px;margin-bottom: 24px;font-size: 16px;line-height: 1;">篮球直播</h5></li><li style="list-style: none;margin: 8px 0;"><a href="/nba-zhibo/" title="NBA直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">NBA直播</a></li><li style="list-style: none;margin: 8px 0;"><a href="/cba-zhibo/" title="CBA直播" style="font-size: 14px;line-height: 1;opacity: 0.5;">CBA直播</a></li></ul>
    <ul style="margin: 0;padding: 0;">
      <li style="list-style: none;"><h5 style="margin-top: 12px;margin-bottom: 24px;font-size: 16px;line-height: 1;">友情链接</h5></li></ul>
    <ul style="margin: 0;padding: 0;">
      <li style="list-style: none;"><h5 style="margin-top: 12px;margin-bottom: 24px;font-size: 16px;line-height: 1;">关于我们</h5></li>
      <li style="list-style: none;margin: 8px 0;"><a href="/sitemap.xml" style="font-size: 14px;line-height: 1;opacity: 0.5;">网站地图</a></li></ul>
  </section>
  <div class="divider"></div>
  <section>
    <ul style="display: flex;justify-content: space-between;align-items: center;margin: 0;padding: 0;"><li style="list-style: none;"><a class="" href="/shiouyu-zhibo/"><a class="" href="/shiouyu-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/yingchao-zhibo/"><a class="" href="/yingchao-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/yijia-zhibo/"><a class="" href="/yijia-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/xijia-zhibo/"><a class="" href="/xijia-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/dejia-zhibo/"><a class="" href="/dejia-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/fajia-zhibo/"><a class="" href="/fajia-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/zhongchao-zhibo/"><a class="" href="/zhongchao-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/rizhilian-zhibo/"><a class="" href="/rizhilian-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/rizhiyi-zhibo/"><a class="" href="/rizhiyi-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/hanklian-zhibo/"><a class="" href="/hanklian-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/hank2lian-zhibo/"><a class="" href="/hank2lian-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/aochao-zhibo/"><a class="" href="/aochao-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/yinnichao-zhibo/"><a class="" href="/yinnichao-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/shijubei-zhibo/"><a class="" href="/shijubei-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/nba-zhibo/"><a class="" href="/nba-zhibo/"></a></li><li style="list-style: none;"><a class="" href="/cba-zhibo/"><a class="" href="/cba-zhibo/"></a></li></ul>
  </section>
  <div class="divider"></div>
  <section>
    <div style="font-size: 14px;opacity: 0.5;">版权声明 ©2025 <a href="/">劲球直播</a> 版权所有.</div>
  </section>
</footer><script>
var _czc = _czc || [];
(function () {
 var um = document.createElement("script");
 um.src = "https://s9.cnzz.com/z.js?id=1281447802&async=1";
 var s = document.getElementsByTagName("script")[0];
 s.parentNode.insertBefore(um, s);
})();
</script>
</section>
  <script>
    $(() => $("img.lazy").lazyload({ effect: "fadeIn", failurelimit: 10000 }));
  </script>
</body>

</html>