@charset "utf-8";
/* CSS Document */





.container {
    position: relative;
    
}

.fixed {
    width: 100%;
    height: 220px;
    line-height: 220px;
    text-align: center;
    position: fixed;
    bottom: 0;
}



