/*定义网站的基准*/
:root { 
	--web_benchmark_color_test: #2BA0FF; 
}
body .page-outside .page-inside .web_benchmark_color,
body .bodywrapper .web_benchmark_color{
	color:var(--web_benchmark_color_test);
	/* background-color:#2BA0FF; */
}

