:root {
  /*  ui颜色规范 */
  /*   主题�?*/
  --primary-color: #0b74bd;
  --body-bg-color: #f0f6ff;
  --border-color: #eee;
  --border-theme-color: #ebebf6;
  --button-bg: linear-gradient(180deg, #35c8ff 0%, #1d9af6 58%, #0b74bd 100%);
  --button-shadow: 0 4px 12px 0 rgba(11, 116, 189, 0.32);
  --module-shadow: 0 12px 20px 0 hsla(264, 9%, 68%, 0.251);
  --module-light-shadow: 0 4px 12px 0 rgba(188, 174, 205, 0.302);
  --module-bg: linear-gradient(0deg, #fff, #fff), linear-gradient(180deg, #fff 24.47%, #fdfcff);
  --title-color: #2d2d45;
  --desc-color: #706e83;
  --dark-text-color: rgba(255, 255, 255, 0.8);
  --text-title-color: #0b74bd;
  --text-title-color-shadow: #0b74bd 1px 0 0, #0b74bd 0 1px 0, #0b74bd -1px 0 0, #0b74bd 0 -1px 0;
  --section-title-color: #2d2d45;

  /*  header */
  --header-gradient: hsla(0, 0%, 98%, 0.7);
  --header-title-color: #706e83;
  --header-menu-bg: #fbfbfb;
  --header-item-right: 16px;
  --h5-header-gradient: #fff;

  /* footer */
  --footer-bg-color: #25243f;
  --footer-desc: var(--dark-text-color);
  --footer-link: var(--dark-text-color);
  --footer-border-color: rgba(255, 255, 255, 0.1);
  --h5-footer-copyright-bg-color: hsla(0, 0%, 100%, 0.1);
  --h5-footer-nav-item-bg-color: hsla(0, 0%, 100%, 0.1);
  /* ==================================== 首页 ======================================== */
  /*  banner */
  --banner-title-gradient: #fff;
  --banner-desc-color: #fff;
  /*  导航 */
  --nav-background: var(--module-bg);
  --banner-nav-border-color: var(--border-theme-color);
  --nav-box-shadow: 0 12px 20px 0 hsla(264, 9%, 68%, 0.251);
  --nav-box-border: 3px solid #fff;
  --nav-contact-item-bg: #ebebf6;
  --h5-nav-module-bg: var(--nav-background);
  /* 平台 */
  --platform-card-bg: var(--module-bg);
  --platform-card-shadow: var(--module-shadow);
  /* 关于 */
  --about-bg: var(--module-bg);
  --about-shadow: var(--module-shadow);
  --about-li-shadow: var(--module-shadow);
  --about-li-active-bg: var(--button-bg);
  --about-li-active-shadow: var(--button-shadow);
  --about-li-color: var(--primary-color);
  /* 热门游戏 */
  --hot-game-title-bg: #e9f0ef;
  --hot-game-title-active-bg: linear-gradient(180deg, #fff 70.48%, #e8eeff 110.71%);
  --hot-game-title-active-shadow: 0 4px 12px 0 rgba(11, 116, 189, 0.25);

  /* 滚动条thumb颜色 */
  --scrollbar-thumb-color: #0b74bd;
  /* ==================================== 首页 ======================================== */

  /* sitemap page bg  */
  --sitemap-module-bg: var(--module-bg);

  /*  story list page */
  --story-list-module-bg-color: var(--module-bg);

  /* 图标 */
  --web-bg: url('../images/banner-bg.jpg');
  --icon-service: url('../images/icon_customer.png?ver=1781250105');
  --section-title-left: url('../images/title_left.png?ver=1781248667');
  --section-title-right: url('../images/title_right.png?ver=1781248667');
  --icon-directup: url('../images/icon_arrow.png?ver=1781251402');
  --icon_time: url('../images/time.svg');
  --article_read_eyes: url('../images/eye.svg');
  --icon-pagination-off: url('../images/milan/site/icon_pagination_off.png');
  --icon-pagination-on: url('../images/milan/site/icon_pagination_on.png');
  --download-bg: url('/wp-content/themes/fangzhan-wp-theme/static/images/banner-bg.jpg');
  --log_corner: url('/wp-content/themes/fangzhan-wp-theme/static/images/icon_arrow.png');
  --mobile-tutorial-arrow: url('/wp-content/themes/fangzhan-wp-theme/static/images/icon_arrow.png');
  --ios_icon: url('/wp-content/themes/fangzhan-wp-theme/static/images/icon_app.png');
  --download-code-bg: url('/wp-content/themes/fangzhan-wp-theme/static/images/app-download.webp');
  --time-icon: url('/wp-content/themes/fangzhan-wp-theme/static/images/time.svg');
  --eye-icon: url('../fonts/eye.svg');
}
