#footer .us {
    background-color: #343a40;
    padding: 50px 0;
}
#footer .us .title {
    font-size: 24px;
    font-weight: 700;
    color: #bdb9b9;
    margin-bottom: 50px;
}
#footer .us .left-content div {
    font-size: 14px;
    color: #bdb9b9;
    margin-bottom: 5px;
}
#footer .us .right-content div,
#footer .us .left-content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bdb9b9;
}
#footer .us .right-content img,
#footer .us .left-content img {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
}

#footer .info {
    background-color: #000;
    padding: 10px 0;
}
#footer .info-content {
    width: 100%;
    font-size: 12px;
    color: #fff;
}
#footer .info-content > div {
    text-align: center;
}
#footer .info img {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}
#footer .info .beian a {
    margin-right: 10px;
    color: #2754b1;
}
@media screen and (min-width: 768px) {
    #footer .info-content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #footer .info-content .layui-col-xs12 {
        width: auto;
    }
}