/* 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: #ff7800; /* 字体、模块选中, 高亮主题色 */
	--theme-primary-shadow-color: #ff780050; /* 高亮阴影色 */
	--theme-primary-light-color: #ff780010; /* 高亮浅色背景 */
	--theme-sub-primary-color: #ff8c2a; /* 次高亮色，稍浅 */
	--theme-main-arrow-color: #ff8c2a; /* 我的-我的资料-箭头颜色 */
	--theme-tabber-active-color: #ff8c2a; /* tabber 选中色 */
	--theme-home-bg-color: #fff0e0; /* home 背景色（柔和橙白） */
	--theme-home-bg-text-color-1: #2c2c2c; /* home 背景深色文字 */
	--theme-home-bg-text-color-2: #ffb47b; /* home 浅橙辅助文字 */
	--theme-home-swipe-bg-color-1: #ffffff; /* home swipe bg 1 */
	--theme-home-swipe-bg-color-2: #fff4e8; /* home swipe bg 2（浅橙米白） */
	--theme-home-swipe-btn-bg: #fff4e8; /* home swipe 按钮背景 */
	--theme-home-swipe-btn-color: #ff7800; /* home swipe 按钮文字色 */
	--theme-home-swipe-text-color-1: #1e1e1e; /* swipe 主要文字 */
	--theme-home-swipe-text-color-2: #ff8c2a; /* swipe 高亮文字 */
	--theme-home-swipe-text-color-3: #999999; /* swipe 辅助文字 */
	--theme-home-tj-bg-color: #ff8c2a; /* 推荐背景色（稍浅橙） */
	--theme-mine-text-color-1: #ff8c2a; /* 主要文字色1 */
	--theme-mine-text-color-2: #ff7800; /* 主要文字色2 */
	--theme-mine-title-line-color: #ff7800; /* 标题下划线色 */
	--theme-mine-tag-bg-color: #fff2e6; /* 标签背景浅橙 */
	--theme-mine-loan-btn-bg-color: #fff2e6; /* 贷款按钮背景 */
	--theme-mine-loan-btn-color: #ff7800; /* 贷款按钮文字色 */
	--theme-mine-card-item-bg-color: #fffaf5; /* 卡片项背景 */
	--theme-make-money-tips-bg-color: #fff2e6; /* 赚钱提示背景 */
	--theme-make-money-tips-bg-border-color: #ffe0cc; /* 提示边框色 */
	--theme-make-money-order-header-color: #ffe0cc; /* 订单头部背景 */
	--theme-person-info-header-bg-color: #fff2e6; /* 个人信息头部背景 */
	--theme-withdraw-account-bg-color: #fff2e6; /* 提现账户背景 */
	--theme-real-name-auth-card-bg-color: #fff2e6; /* 实名认证卡片背景 */
	--theme-mine-title-bg-color-1: #fff7f0; /* 标题背景色1 */
	--theme-mine-user-color: #ff8c2a; /* 用户相关色 */
	--theme-make-money-btn-bg-color-1: #ffd9b3; /* 赚钱按钮背景1 */
	--theme-make-money-btn2-bg-color-1: #ff8c2a; /* 赚钱按钮2背景1 */
	--theme-make-money-btn2-bg-color-2: #ff7800; /* 赚钱按钮2背景2 */
	--theme-make-money-tips-color-2: #e66700; /* 赚钱提示色2（深橙） */
	--theme-window-popup-other-bg-1: #ff8c2a; /* 弹窗背景1 */
	--theme-window-popup-other-bg-2: #ffb47b; /* 弹窗背景2（浅橙渐变） */
	--theme-window-popup-other-bg-3: #fff0e0; /* 弹窗背景3（最浅橙） */
	--theme-window-popup-other-desc-color-1: #ff7800; /* 弹窗描述文字1 */
	--theme-window-popup-other-desc-color-2: #ff8c2a; /* 弹窗描述文字2 */
	--theme-window-popup-other-desc-color-3: #ff9966; /* 弹窗描述文字3 */
	--theme-notice-bg-color-1: #fff0e0;
	--theme-notice-bg-color-2: #fffaf5;
	--theme-notice-line-color: #ff7800;
	--theme-notice-text-color: #b34e00;

	--theme-home1-card-bg-1: #b6e3ff1a; /* 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颜色 */
}
