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