﻿ .bottom_footer {  
       position: fixed; /*or前面的是absolute就可以用*/  
       bottom: 0px;  
       text-align: center;/*让文字水平居中*/
       font-size:14px;  /*  */
       width:100%;
} 