:root {
    --bg-color: #e6e6e6;
    --text-color: #121212;
    --bg-color-day: #e6e6e6;
    --text-color-day: #121212;
    --bg-color-night: #121212;
    --text-color-night: white;
    --cc:linear-gradient(to bottom, #aaaaaa0f 50%, #ffffff23);
    --nn:linear-gradient(180deg, rgba(0, 0, 0, .38) 0, rgba(0, 0, 0, .38) 3.5%, rgba(0, 0, 0, .379) 7%, rgba(0, 0, 0, .377) 10.35%, rgba(0, 0, 0, .375) 13.85%, rgba(0, 0, 0, .372) 17.35%, rgba(0, 0, 0, .369) 20.85%, rgba(0, 0, 0, .366) 24.35%, rgba(0, 0, 0, .364) 27.85%, rgba(0, 0, 0, .361) 31.35%, rgba(0, 0, 0, .358) 34.85%, rgba(0, 0, 0, .355) 38.35%, rgba(0, 0, 0, .353) 41.85%, rgba(0, 0, 0, .351) 45.35%, rgba(0, 0, 0, .35) 48.85%, rgba(0, 0, 0, .353) 52.35%, rgba(0, 0, 0, .36) 55.85%, rgba(0, 0, 0, .371) 59.35%, rgba(0, 0, 0, .385) 62.85%, rgba(0, 0, 0, .402) 66.35%, rgba(0, 0, 0, .42) 69.85%, rgba(0, 0, 0, .44) 73.35%, rgba(0, 0, 0, .46) 76.85%, rgba(0, 0, 0, .48) 80.35%, rgba(0, 0, 0, .498) 83.85%, rgba(0, 0, 0, .515) 87.35%, rgba(0, 0, 0, .529) 90.85%, rgba(0, 0, 0, .54) 94.35%, rgba(0, 0, 0, .547) 97.85%, rgba(0, 0, 0, .55));
    --dd:linear-gradient(to bottom, #aaaaaa0f 50%, #ffffff23);
    --card-bg:#eee;
    --card-bg-day:#eee;
    --card-bg-night:#232323;
    --box-shadow-color:#aaa;
    --box-shadow-color-day:#aaa;
    --box-shadow-color-night:#070707;
    --logo:url('https://gitcode.net/2301_78006839/wxpj/-/raw/master/img/520game/icon_day.png?inline=false');
    --logo-day:url('https://gitcode.net/2301_78006839/wxpj/-/raw/master/img/520game/icon_day.png?inline=false');
    --logo-night:url('https://gitcode.net/2301_78006839/wxpj/-/raw/master/img/520game/icon.png?inline=false');
  }