:root {
  --color-primary: #e70013;
  /* 区块 */
  --bg-color: #f6f6f6;
  /* 文字 */
  --text-color: #888;
  --text-color-active: #e70013;
  --text-font-size: 16px;
  /* 文字链接、导航 */
  --link-color-selected: #e70013;
  --link-color-hover: #e70013;
  /* 按钮 */
  --btn-bg: #e70013;
  --btn-bg-hover: #555;
  /* 轮播图 */
  --swiper-btn-color: #e70013;
  --swiper-btn-color-hover: #555;
  /* 字体 */
  //--font-family: suisse,helvetica neue,helvetica,arial,frutiger,univers,sans-serif;
  --font-family: "Source Sans 3", sans-serif;
  --title-font-family:  '';
}



/* latin */

