.footer{
    width: 100%;
    margin-top: 10px;
    height: 80px;
    padding-top: 25px;
    box-sizing: border-box;
    overflow: visible;background-color: #247183;
    color: white;
    z-index: -9999;
}
.fleft{
    position: absolute;
    left: 15px;
}
.fright{
    position: absolute;
    right: 15px;
}
@media only screen and (max-width: 620px) {
    .footer{
        width: 100%;
        margin-top: 40px;
        height: 30px;
        padding-top: 2px;
        box-sizing: border-box;
        overflow: visible;background-color: #247183;
        color: white;
    }
    .fleft{
        position: absolute;
        left: 5px;
    }
    .fright{
        position: absolute;
        right: 5px;
    }
}
