.footer-bar {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #eee;
    background: white;
}

.footer-bar-item {
    width: 33.33%;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 0;
    text-align: center;
}

.footer-bar-label {
    font-size: 11px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
}

.footer-bar-icon {
    text-align: center;
}

.footer-bar-icon img {
    width: 19px;
    height: 19px;
}

.qr-block {
    margin: 0 auto;
    width: 98px;
    height: 98px;
    margin-bottom: 11px;
    padding: 1px;
    overflow: hidden;
}

.qr-block img {
    width: 100%;
}

.footer-info {
    text-align: center;
    font-size: 8px;
    font-weight: 400;
    color: #999999;
    line-height: 11px;
}

.footer-info > p {
    margin-bottom: 5px;
}