:root {
	/* 默认的主题色 */
	--theme-color: #4d74ff !important;
	--bg-color: rgba(201, 213, 255, 0.3) !important;
	--form-bg-color: #f4f7ff;
	--van-primary-color: #4d74ff !important;
	--van-progress-color: #4d74ff !important;
	--font-main-color: #03014c;
	--font-text-color: #03014c;
	--btn-bg: #fbb01e;
	--answer-select-bg: #f4f7ff;
	--answer-select-title: #03014c;
	--answer-select-btn: #fbb01e;
	--footer-bg-color: #121827;

		/* 报告页 图表颜色 */
	/* 柱状图次其他颜色 */
	--report-Histogram-other: #728ef4;
	--report-radar-bg: #cdd5f6;
	--report-radar-bg-line: #728ef4;
	--report-radar-area-bg: #384677;

		/* 用户中心主题色彩 */
		--theme-color-rgb: 77, 116, 255;
		--theme-color-light: #2c5581;
		--theme-color-dark: #0e1b29;
		--theme-color-accent: #263546;
		--theme-color-secondary: #32567e;
		--theme-color-lighter:#5c8ada4d;
		 --border-color-theme-light: rgba(201, 213, 255, 0.5);
		 --function-icon1-from: #4d74ff;
		--function-icon1-to: #3a5fc7;
		--function-icon1-shadow: 77, 116, 255;
		--function-icon2-from: #ffd59e;
		--function-icon2-to: #ffb86c;
		--function-icon2-shadow: 255, 213, 158;
		--function-icon3-from: #8be8c8;
		--function-icon3-to: #4ecb9a;
		--function-icon3-shadow: 139, 232, 200;
		--function-icon4-from: #7a99c8;
		--function-icon4-to: #4e6fcf;
		--function-icon4-shadow: 122, 153, 200;
}
