

footer {
    width: 100%;
    background: #efefef;
}
.outerlink-box {
    width: 100%;
    height: 2.5rem;
    padding: 0 2rem;
    font-size: 0.5rem;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
}
.outerlink-box li {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.outerlink-box .item {
    flex: 1;
    height: 100%;
    color: #000;
    text-align: center;
    position: relative;
}
.outerlink-box .item .qr-box {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.6rem 0.2rem 0.2rem;
    font-size: 0.6rem;
    background: #fff;
}
.outerlink-box .item .qr-box .img {
    width: 6rem;
    height: 6rem;
}

footer .logo-box {
    width: 100%;
    height:5.4rem;
    display: grid;
}
footer .logo {
    width: 5.6rem;
    margin: 0 auto;
    align-self: center;
}

@media screen and (max-width: 640px) {
    .outerlink-box {
        padding: 0 1rem;
    }
}