.footer {
    background: #191919;
    padding: 70px 0
}

.footer .mbox {
    margin: 0 auto;
    color: white
}

.footer .mbox .left {
    flex: 1
}

.footer .mbox .left .mlogo {
    width: 408px;
    height: 40px
}

.footer .mbox .left .address {
    margin-top: 32px;
    color: #ffffff;
    font-family: "PingFang SC";
    font-weight: 300;
    font-size: 13px;
    line-height: 18px
}

.footer .mbox .left .address + .address {
    margin-top: 10px
}

.footer .mbox .rrboox {
    height: 96px
}

.footer .mbox .rrboox .leftinfo {
    height: 96px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background: #ffffff0f
}

.footer .mbox .rrboox .leftinfo .lltt {
    color: #ffffff;
    font-family: "PingFang SC";
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    flex: 1
}

.footer .mbox .rrboox .leftinfo .spsns {
    color: #808080;
    font-family: "PingFang SC";
    font-weight: 400;
    font-size: 12px;
    line-height: 17px
}

.footer .mbox .rrboox .qrcode {
    width: 96px;
    height: 96px;
    border: 1px solid red
}

.beianline {
    color: white;
    text-align: center;
    font-size: 12px;
    margin-top: 64px;
    cursor: pointer
}

.beianline:hover {
    text-decoration: underline
}