:root {
	--primary-color: #e63946;
	--secondary-color: #f1faee;
	--dark-color: #1d3557;
	--light-color: #a8dadc;
	
	--brand-bg: #F25A08;
	--brand-yellow: #FFD200;
	--brand-text-white: #FFFFFF;
	
	--footer-bg-black: #111111; /* 极深灰/黑背景 */
	--fotter-text-grey: #999999; /* 辅助文字灰 */
	--fotter-text-light: #e0e0e0; /* 主要文字白灰 */
}

body {
	overflow-x: hidden;
}