/* 该CSS是对1.css的迭代，用于index页面 */
menu{
    background: #010101;
}
menu li a{
    color:#fff;
}
main {
    background: #010101;
}
