.footer {
    overflow: hidden;
    position: relative;
}

.footer>div:nth-child(1),
.footer>div:nth-child(2) {
    padding: 0 5%;
    background: #F7F9FC;
}

.footer>div:nth-child(1) {
    padding-top: 5%;
    padding-bottom: 3%;
}

.footer>div:nth-child(2) {
    padding-bottom: 5%;
    display: flex;
    justify-content: space-between;
}

.footer>div:last-child {
    height: 60px;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer>div:last-child p {
    font-size: var(--16px--);
    color: #3A3A3A;
}

.footerInfo>ul {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.footerInfo>div {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footerInfo>div:nth-child(2)>div {
    display: flex;
    flex-direction: column;
}

.footerInfo>div:nth-child(2)>.FNBox {
    width: 30%;
    flex-direction: column;
    flex-wrap: wrap;
}

.footerInfo>div:nth-child(2)>.FNBox>div {
    display: flex;
    flex-direction: column;
    margin-right: 10%;
}

.compInfo>li {
    font-family: PingFang Regular;
    font-size: var(--16px--);
    color: #898989;
    line-height: 29px;
}

.compInfo>li:last-child {
    display: flex;
    flex-wrap: wrap;
}

.Fico {
    margin-left: 30px;
}

.Fico>a>svg {
    width: 25px;
    height: 25px;
}

/* .FNBox>div {
    margin-bottom: 10%;
} */

.footerInfo>div:nth-child(2)>.FNBox>div>a:nth-child(1) {
    margin-bottom: 15px;
}

.footerInfo>div>div>a:nth-child(n+2),
.footerInfo>div:nth-child(2)>.FNBox>div>a:nth-child(n+2) {
    font-family: PingFang Regular;
    font-size: var(--16px--);
    color: rgba(58, 58, 58, 0.55);
}

.footerInfo>div>div>a:nth-child(1) {
    font-family: Plus Jakarta Sans ExtraBold;
    font-size: var(--18px--);
    color: #3A3A3A;
    margin-bottom: 15px;
}

@media (max-width:1200px) {
    .footerInfo>div:nth-child(2)>div {
        /* width: 100%; */
        margin-bottom: 10px;
    }
}

@media (max-width:768px) {
    .footerInfo>ul {
        width: 40%;
    }

    .footerInfo>div:nth-child(2)>div {
        margin-bottom: 10px;
    }

    .FNBox {
        width: 100% !important;
        flex-direction: row !important;
    }
}

@media (max-width: 480px) {
    .footer>div:nth-child(2) {
        flex-wrap: wrap;
    }

    .footerInfo>ul,
    .footerInfo>div {
        width: 100%;
    }
}