html {
    min-height: 100%;
    position: relative;
}
body {
    margin-bottom: 76px;
}
.footer {
    background-color: #FFFFFF;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    position: absolute;
    text-align: right;
    width: 100%;
}
.mobile-footer-2 {
    background-color: #FFFFFF;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    position: fixed;
    text-align: right;
    width: 100%;
}
.mobile-footer {
    background-color: #FFFFFF;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}