:root{
	--custom-color-main: #2258BF;/* 主色 */
	--custom-color-main-dark-1: #1A4494;/* 辅色深1 */
	--custom-color-main-dark-2:#052e7a;/* 辅色深2 */
	--custom-color-main-light-1: #90ABDF;/* 辅色浅1 */
	--custom-color-main-light-2: #CFE5FE;/* 辅色浅2 */
	--custom-color-text-first: #20222E;/* 正文 */
	--custom-color-text-second: #8594A6;/* 次要 */
	--custom-color-text-second2: #99ACC2; /* 次要2 */
	--custom-color-text-tip: #B0C1D3;/* 提示 */
	--custom-color-line: #E5E7EB;/* 线条 */
}