body{
position:relative;
height:auto;
min-height:100%;
}
.main{
padding-bottom:120px;/**给footer预留空间/
}
.footer{
positon:fixed;
bottom:0;
}