.nav-footer {
    height: 20rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.nav-footer-top {
    height: 80%;
    width: 100%;
    background-color: #193025;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nav-footer-box {
    width: 85%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-footer-fot {
    height: 20%;
    width: 100%;
    background-color: #12221A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #838383;
}

.nav-footer-left {
    height: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10% 10% 30%;
    grid-template-rows: auto;
    grid-column-gap: 0px;
    box-sizing: border-box;
    grid-auto-flow: dense;
}

.nav-footer-end {
    display: flex;
    line-height: 2.2rem;
    font-size: 14px;
    align-items: center;
    color: #bfbfbf;
}

.nav-end-box {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nav-footer-ind {
    height: 100%;
    width: auto;
    display: flex;
    line-height: 2.2rem;
    font-size: 14px;
    flex-direction: column;
    color: #bfbfbf;
}

.nav-footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 10%;
}

.qrcode {
    height: 6rem;
    width: 6rem;
}

.qrcode-text {
    font-size: 14px;
    color: #d7d7d7;
    padding: 5px 0px;
    text-align: center;
}

.nav-first-title {
    font-size: 16px;
    color: white;
    cursor: pointer;
}

.SecondLink {
    cursor: pointer;
}