/* 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: #E93534; /* 字体、模块选中, 高亮主题色 */
	--theme-sub-primary-color: #FA5E52; /* 字体、模块选中, 高亮主题色 */
  --theme-main-arrow-color: #FF8071; /* 我的-我的资料-箭头颜色 */
  --theme-tabber-active-color: #C54241; /* tabber 选中色 */
  --theme-home-bg-color: #f3af99; /* home 背景色 */
  --theme-home-bg-text-color-1: #FFE1E3; /* home 背景色 */
  --theme-home-bg-text-color-2: #FBFCFF; /* home 背景色 */
  --theme-home-swipe-bg-color-1: #F89776; /* home swipe bg 1 */
  --theme-home-swipe-bg-color-2: #FF8071; /* home swipe bg 2 */
  --theme-home-swipe-btn-bg: #F64E42; /* home swipe 背景颜色 */
  --theme-home-swipe-btn-color: #ffffff; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-1: #ffffff; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-2: #ffffff; /* home swipe 文字颜色 */
  --theme-home-swipe-text-color-3: #ffffff; /* home swipe 文字颜色 */
  --theme-home-tj-bg-color: #F44233; /* home 推荐背景 */
  --theme-mine-text-color-1: #F8977660; /* main text 文字颜色 */
  --theme-mine-text-color-2: #ffffff; /* main text 文字颜色 */
  --theme-mine-title-line-color: #F44233; /* main text 文字颜色 */
  --theme-mine-tag-bg-color: #ff6356; /* main text 文字颜色 */
  --theme-mine-loan-btn-bg-color: #F8977660; /* main text 文字颜色 */
  --theme-mine-loan-btn-color: #E93534; /* main text 文字颜色 */
  --theme-mine-card-item-bg-color: #ffe2e040; /* main text 文字颜色 */
  --theme-make-money-tips-bg-color: #ffeae2; /* main text 文字颜色 */
  --theme-make-money-tips-bg-border-color: #fbbebe; /* main text 文字颜色 */
  --theme-make-money-order-header-color: #ffeae2; /* main text 文字颜色 */
  --theme-person-info-header-bg-color: #ffeae2; /* main text 文字颜色 */
  --theme-withdraw-account-bg-color: #ffeae2; /* main text 文字颜色 */
  --theme-real-name-auth-card-bg-color: #ffeae2; /* main text 文字颜色 */
  --theme-mine-title-bg-color-1: #ffe2e0; /* main text 文字颜色 */
  --theme-mine-user-color: #F89776; /* home swipe bg 1 */
  --theme-make-money-btn-bg-color-1: #F89776; /* home swipe bg 1 */
  --theme-make-money-btn2-bg-color-1: #F89776; /* home swipe bg 1 */
  --theme-make-money-btn2-bg-color-2: #E93534; /* home swipe bg 1 */
  --theme-make-money-tips-color-2: #E93534; /* 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颜色 */
}