/* color palette from <https://github.com/vuejs/theme> */
:root {
	--theme-html-bg-color: #fff; /* html 背景色 */
  --theme-tabber-default-color: #878787; /* tabber 默认色 */
  --theme-make-money-tips-color: #9397A8; /* 赚钱-提示图标颜色 */
  
	--theme-main-bg-color: #161616; /* 主题背景色 */
	--theme-primary-color: #1161fa; /* 字体、模块选中, 高亮主题色 */
	--theme-sub-primary-color: #0d43f1; /* 字体、模块选中, 高亮主题色 */
  --theme-main-arrow-color: #0090FF; /* 我的-我的资料-箭头颜色 */
  --theme-tabber-active-color: #005BFE; /* tabber 选中色 */
  --theme-home-bg-color: #acc8fd; /* home 背景色 */
  --theme-home-bg-text-color-1: #fbfcff; /* home 背景色 */
  --theme-home-bg-text-color-2: #97b5fb; /* home 背景色 */
  --theme-home-swipe-bg-color-1: #ffffff; /* home swipe bg 1 */
  --theme-home-swipe-bg-color-2: #ffeee1; /* home swipe bg 2 */
  --theme-home-swipe-btn-bg: #ffeee1; /* home swipe 背景颜色 */
  --theme-home-swipe-btn-color: #fc6f36; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-1: #10172e; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-2: #fc5f27; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-3: #848a99; /* home swipe 文字颜色 */
  --theme-home-tj-bg-color: #fc6f36; /* home 推荐背景 */
  --theme-mine-text-color-1: #7095fc; /* main text 文字颜色 */
  --theme-mine-text-color-2: #1677ff; /* main text 文字颜色 */
  --theme-mine-title-line-color: #1677ff; /* main text 文字颜色 */
  --theme-mine-tag-bg-color: #edf4ff; /* main text 文字颜色 */
  --theme-mine-loan-btn-bg-color: #e8f5ff; /* main text 文字颜色 */
  --theme-mine-loan-btn-color: #217bfb; /* main text 文字颜色 */
  --theme-mine-card-item-bg-color: #f7fbff; /* main text 文字颜色 */
  --theme-make-money-tips-bg-color: #E9F5FE; /* main text 文字颜色 */
  --theme-make-money-tips-bg-border-color: #DBE1EA; /* main text 文字颜色 */
  --theme-make-money-order-header-color: #dceafe; /* main text 文字颜色 */
  --theme-person-info-header-bg-color: #ebf3ff; /* main text 文字颜色 */
  --theme-withdraw-account-bg-color: #e7f1fe; /* main text 文字颜色 */
  --theme-real-name-auth-card-bg-color: #e3eefd; /* main text 文字颜色 */
  --theme-mine-title-bg-color-1: #f3f8fe; /* main text 文字颜色 */
  --theme-mine-user-color: #0091FF; /* home swipe bg 1 */
  --theme-make-money-btn-bg-color-1: #accbee; /* home swipe bg 1 */
  --theme-make-money-btn2-bg-color-1: #316bf3; /* home swipe bg 1 */
  --theme-make-money-btn2-bg-color-2: #1456f5; /* home swipe bg 1 */
  --theme-make-money-tips-color-2: #2775c3; /* home swipe bg 1 */

  
	--theme-color-line: #313131; /* border 颜色 */
	--theme-primary-sub-color: #757575; /* 次级主题字体色 图标，placeholder等 */
	--theme-text-color-lighten: #757575; /* 字体颜色 浅 底部 tabBar 字体颜色等 */
	--theme-color-transparent: transparent;
	--theme-color-white: #ffffff;
	--theme-secondary-color-success: #04be02; /* 金额、线条颜色，特殊-可不动 */
	--theme-secondary-color-finance: #ffaa09; /* 金额颜色，特殊-可不动 */
	--theme-bg-shadow: rgba(0, 0, 0, 0.06);
	--theme-disabled-bg-color: #999; /* 按钮禁用色 */
	--theme-withdraw-icon-color: #e94d3c; /* 重置提现密码icon颜色 */
}