.body{
    background-color: #f9f9f9;
}
header{
    width: 100%;
    height: 100px;
    position: fixed;
    float: left;
    z-index: 999;
    background: #000;
}
.main{
    padding-top: 140px;
}

