:root {
	/* 默认的主题色 */
	--theme-color: #1ca2b4 !important;
	--bg-color: rgba(66, 152, 180, 0.1) !important;
	--form-bg-color: #f4f7ff;
	--van-primary-color: #1ca2b4 !important;
	--van-progress-color: #1ca2b4 !important;
	--font-main-color: #03014c;
	--font-text-color: #03014c;
	--btn-bg: linear-gradient(to right, #1c8cb4, #1ca2b4, #1cb49c);
	--footer-bg: linear-gradient(to right, #1c8cb4, #1ca2b4, #1cb49c);
	--answer-select-bg: #f4f7ff;
	--answer-select-title: #03014c;
	--answer-select-btn: #fbb01e;
	--footer-bg-color: #25262c;

	--theme-color-2: rgb(28, 162, 180, 0.2) !important;
	--theme-color-s: #006673 !important;

	--footer-btn: #fff;
}
