.footer{
    width: 100%;
    height: 130px;
    background: #1f150f;
    color:#f0dacd;
    padding-top: 17px;
}
.footer-inner{
    width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    line-height:1.4;
}
.footer-left , .footer-right{
    display: flex;
    align-items: center;
    font-size: 12px;
}
.lager-logo{
    width: 143px;
    height: 40px;
    margin-right: 10px;
    background: url('../images/lager-logo.png') center no-repeat;
}
.class-level{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
