:root{
	--nav-bg: #27AE60;      /* 顶部导航栏背景 */
	--bg-gradient: linear-gradient(to bottom, #9ad9b5 0%, #f2f2f2 70%) #f2f2f2; /*html背景色*/
  	--theme-primary: #27AE60;/* 主题主色（按钮、标签、高亮） */
  	--theme-secondary: #1E8449;/* 主题辅助色 */
	--sig-btn:linear-gradient(to bottom, #28b647, #45dd6a, #71df4b);
	--title-bg: url(../images/img_title.png);/*背景图标*/
	--zb-bg:url(../images/background_zbxq.png) no-repeat top;/*直播背景图标*/
	--about-bg:url(../images/icon_zb_select.png) no-repeat;
    --lqtt-bg:url(../picture/icon_lqtt1.png) no-repeat;
    --team-bg:linear-gradient(to left, #27ae60, #99efbd);

  	--nav-text: #ffffff;    /* 导航栏文字色 */
  	--page-bg: #ecf0f1;     /* 页面整体背景色 */
  	--card-bg: #ffffff;      /* 赛事/资讯卡片背景 */
  	--text-main: #2c3e50;   /* 正文深色文字 */
  	--text-light: #7f8c8d;  /* 辅助浅灰文字 */
  	--live-btn: #3498db;    /* 直播中按钮色 */
  	--upcoming-btn: #bdc3c7;/* 即将开始按钮色 */
}