:root{
	--nav-bg: #4A90E2;      /* 顶部导航栏背景 */
	--bg-gradient: linear-gradient(to bottom, #bad7f8 0%, #f2f2f2 70%) #f2f2f2; /*html背景色*/
  	--theme-primary: #4A90E2;/* 主题主色（按钮、标签、高亮） */
  	--theme-secondary: #357ABD;/* 主题辅助色 */
	--sig-btn:linear-gradient(to bottom, #033D93, #033D93, #3172D2);
	--title-bg: url(../images/img_title2.png);/*背景图标*/
	--zb-bg:url(../images/background_zbxq2.png) no-repeat top;/*直播背景图标*/
	--about-bg:url(../images/icon_zb_select2.png) no-repeat;
    --lqtt-bg:url(../picture/icon_lqtt2.png) no-repeat;
	--team-bg:linear-gradient(to left, #70b0fb, #abd2ff);

  	--nav-text: #ffffff;    /* 导航栏文字色 */
  	--page-bg: #ecf0f1;     /* 页面整体背景色 */
  	--card-bg: #ffffff;      /* 赛事/资讯卡片背景 */
  	--text-main: #2c3e50;   /* 正文深色文字 */
  	--text-light: #7f8c8d;  /* 辅助浅灰文字 */
  	--live-btn: #3498db;    /* 直播中按钮色 */
  	--upcoming-btn: #bdc3c7;/* 即将开始按钮色 */
}