.f-section-box {
    padding: 0.5rem 0 1rem 0;
}

.f-section-box-wrapper {
    margin: 0 auto;
    width: 11.2rem;
}

.f-section-items-wrapper {
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.contact-item-box {
    padding: 0.12rem 0;
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

.copyright {
    background-color: #1F2024;
    text-align: center;
    border-top: 1px solid rgba(74, 74, 74, 1.0);
    padding: 0.12rem 0;
    font-size: 0.13rem;
    color: #C5C8D0;
}

.links-item-box {
    display: flex;
    gap: 0.4rem;
}

.links-item-box>.items-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
}

.links-item-box>.items-wrapper>div {
    cursor: pointer;
}

.footer-logo {
    width: 1.35rem;
    transform: translateX(-0.28rem);
}

.footer-logo>img {
    width: 100%;
    display: block;
    height: auto;
}

.qrcodes {
    /* margin-top: 10px; */
    width: 1.7rem;
}

.qrcodes>img {
    width: 0.8rem;
    height: auto;
}

.v-line {
    height: 1.38rem;
    width: 1px;
    background-color: rgba(74, 74, 74, 1.0);
}

.footer-mobile {
    display: none;
}

.footer-icon {
    width: 0.16rem;
    height: auto;
    margin-right: 0.1rem;
}

@media screen and (max-width: 1024px) {
    .footer-mobile {
        display: block;
        font-size: 0.28rem !important;
    }

    .logo-qrcode-item-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-pc {
        display: none;
    }

    .section-box-wrapper {
        width: auto !important;
    }

    .copyright {
        font-size: 0.26rem;
        padding-bottom: 2rem;
    }


    .f-section-tabbar-move .links-item-box {
        display: grid;
        align-items: stretch;
        justify-content: stretch;
        display: grid;
        grid-template-rows: auto auto;
        grid-template-columns: auto auto;
    }

    .f-section-box-wrapper-move .footer-logo {
        width: 4rem;
    }

    .f-section-box-wrapper-move .qrcodes {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .f-section-box-wrapper-move .qrcodes {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding-bottom: 20px;
    }

    .f-section-box-wrapper-move .qrcodes img {
        width: 100%;
    }


    .qRCode {
        padding-bottom: 0 !important;
    }


    .f-section-box-wrapper-move {
        width: auto;
    }

    .f-section-items-wrapper {
        margin-top: 0;
        justify-content: space-around;
    }

    .f-section-tabbar-move {
        flex-direction: column;
    }

    .f-section-tabbar-move .v-line {
        display: none;
    }

    .font-fix {
        font-size: 0.28rem;
    }

}