.czkj-content-body {
    height: auto !important;
    padding-bottom: 120px;
}
.foot-container {
    margin-top: 0 !important;
}
@media screen and (max-width: 640px) {
    html, body{
        overflow: auto !important;
    }
    .czkj-content-body{
        height: 100%  !important;
        overflow: hidden;
        padding-bottom: 0;
    }
}
