body {
  /* -------------- 总体 ------------------- */
  --bodyBgColor: #ffffff;
  --bodyColor: #3a3a3a;

  /* -------------- 头部 ------------------- */
  --headerBgColor: #ffffff;
  --headerColor: #0f0707;
  --navLiHoverColor: #06234d;

  /* -------------- 游戏 ------------------- */
  --gameTitleColor: #06355a;
  --gameDesColor: #3a3a3a;

  /* --gameLiBgColor: linear-gradient(90deg, rgb(25, 23, 52) 0%, rgb(33, 49, 66) 48%, rgb(51, 63, 35) 100%); */
  --gameLiBgColor: linear-gradient(100deg, rgba(103, 37, 37, 0) 0%, rgb(53, 144, 196) 48%, rgb(255, 255, 255, 0) 100%);

  /* --gameLiBeforeBeColor: rgba(255, 255, 255, .15); */
  --gameLiBeforeBeColor: rgba(226, 205, 21, 0);

  /* --gameLiAfterBeColor: radial-gradient(90% 50%, rgba(25, 27, 31, 0) 48%, rgb(25, 27, 31) 85%); */
  --gameLiAfterBeColor: radial-gradient(90% 50%, rgba(255, 255, 255, 0) 48%, rgb(255, 255, 255, 0) 85%);
  /* -------------- 尾部 ------------------- */
  --footerBgColor: #ffffff;
  --footer2BgColor: #ffd6;
  --footer2Color: #090b08;
}