@charset "UTF-8";

:root {
	--width: 720px;
	--height: 100px;

	--menulogo_width: 312px;

	--menubtn_width: 50px;
	--menubtn_height: 40px;
	--btnBar_height: 6px;

	--mainColor: #2a51dd;

	--menuBackground: #fff;
	--menuScrollBackground: #f7f7f7;

	--titColor: #333;
	--txtColor: #808080;

	--conBg: #fff;
}