.footer-wrapper {
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.el-footer {
    --el-footer-padding: 0;
}

.footer {
    height: auto;
    width: 90%;
}

@media (min-width: 1024px) {
    .footer {
        width: 64rem;
    }
}

@media (min-width: 1280px) {
    .footer {
        width: 80rem;
    }
}

.footer-top {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (min-width: 1280px) {
    .footer-top {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
}

.footer-top-left {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .footer-top-left {
        flex-wrap: nowrap;
    }
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-logo-img {
    width: 9rem;
    height: auto;
}

.footer-title-an span {
    color: #4E4E4E;
    font-size: 0.88rem;
    margin-right: -0.2rem;
    display: inline-block;
    opacity: 0;
    transform: translateY(-100%);
    animation: fadeInDown 1.4s ease forwards;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-title-an span:nth-child(1) {
    animation-delay: 0s;
}

.footer-title-an span:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-title-an span:nth-child(3) {
    animation-delay: 0.4s;
}

.footer-title-an span:nth-child(4) {
    animation-delay: 0.6s;
}

.footer-title-an span:nth-child(5) {
    animation-delay: 0.8s;
}

.footer-title-an span:nth-child(6) {
    animation-delay: 1s;
}

.footer-title-an span:nth-child(7) {
    animation-delay: 1.2s;
}

.footer-title-an span:nth-child(8) {
    animation-delay: 1.4s;
}

.footer-item {
    color: #181818;
}

@media (min-width: 1280px) {
    .footer-item {
        margin-right: 3.5rem;
    }
}

.footer-text {
    color: #181818;
}

.connect-item {
    display: flex;
}

.footer-code {
    display: flex;
}

.footer-code-img {
    width: 5rem;
    height: 5rem;
}

.footer-bottom {
    color: #878787;
}

.footer-bottom-left {
    display: flex;
}
