:root {

    --max-width: 1280px;

    /*背景色*/
    --body-bg : #fff;
    --bg-main : #fff;
    --bg-header: #fff;
    --bg-active:#f97417;
    --bg-light-yellow:#fbede3;
    --footer-bg: #f6f6f6;
    --footer--bottom-bg: #262626;

    /*字体颜色*/
    --text-color-one: #222;
    --text-color-two: #555;
    --text-color-three: #999;
    --text-color-active: #f97417;
    --text-color-white:#fff;

    --boder-color-one: #eee;
    --boder-color-two: #ddd;
    --boder-color-three:#f97417;

}