/* 设置页面背景颜色 */
body {
    background-color: rgb(224,228,232);
    /*注释背景图片，提高加载速度 background-image: url("../img/bg.jpg");  */


    }