footer{
    background: url("../images/foot-bg.jpg");
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    .top{
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bot{
        display: flex;
        justify-content: center;
        border-top: 1px solid #313131;
    }
}
.footer-img{
    display: flex;
}
.footer-img >img{
    width: 120px;
}
footer .top .box .wecht{
    width: auto;
}