.foot-box {
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
}

.foot-container {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 30px 5vw;
    box-sizing: border-box;
}

.info-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-item {
    width: 50%;
    text-align: left;
    margin: 15px 0;
}

.qrcode-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.qrcode-list {
    display: flex;
    align-items: center;
}

.qrcode-list .img-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 20px;
}

.qrcode-list .img-items img {
    width: 80px;
    height: 80px;
}

@media (max-width: 560px) {
    .info-list {
        flex-direction: column;
    }

    .info-item {
        width: 100%;
    }

    .foot-container {
        padding: 30px;
    }
}

@media (max-width: 500px) {
    .foot-container {
        padding: 30px 0;
    }
}
