yiqicheng-footer {
    display: block;
    width: 100%;
}

yiqicheng-footer > .public-site-footer {
    box-sizing: border-box;
    background: #070d1d;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.56);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

yiqicheng-footer .public-site-footer__inner {
    box-sizing: border-box;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 64px 0 32px;
}

yiqicheng-footer .public-site-footer__main {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(140px, 1fr) minmax(140px, 1fr);
    gap: 56px;
    padding: 0 0 48px;
}

yiqicheng-footer .public-site-footer__brand h2,
yiqicheng-footer .public-site-footer__column h3,
yiqicheng-footer .public-site-footer__brand p,
yiqicheng-footer .public-site-footer__bottom p {
    margin: 0;
}

yiqicheng-footer .public-site-footer__brand h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
}

yiqicheng-footer .public-site-footer__home-link {
    display: block;
    width: fit-content;
}

yiqicheng-footer .public-site-footer__brand p {
    max-width: 360px;
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.48);
    font-size: 17px;
}

yiqicheng-footer .public-site-footer__brand .public-site-footer__contact {
    display: flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-weight: 500;
}

yiqicheng-footer .public-site-footer__brand .public-site-footer__contact i {
    font-size: 21px;
}

yiqicheng-footer .public-site-footer__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

yiqicheng-footer .public-site-footer__column h3 {
    margin-bottom: 2px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

yiqicheng-footer .public-site-footer__bottom {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.34);
    text-align: center;
}

yiqicheng-footer .public-site-footer__bottom .footer-copy {
    margin-bottom: 8px;
}

yiqicheng-footer .public-site-footer__bottom .footer-records {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    flex-wrap: wrap;
    width: min(100%, 440px);
    margin: 0 auto;
    line-height: 1.9;
}

yiqicheng-footer .public-site-footer a {
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    transition: color 0.2s;
}

yiqicheng-footer .public-site-footer a:hover,
yiqicheng-footer .public-site-footer a:focus-visible {
    color: #ffffff;
}

@media (max-width: 720px) {
    yiqicheng-footer {
        position: relative;
        width: 100vw;
        min-width: 100vw;
        max-width: none;
        margin-inline: calc(50% - 50vw);
        flex: 0 0 auto;
        overflow: visible;
    }

    yiqicheng-footer > .public-site-footer {
        width: 100%;
        min-height: max-content;
        overflow: visible;
    }

    yiqicheng-footer .public-site-footer__inner {
        width: calc(100% - 40px);
        padding: 48px 0 calc(28px + env(safe-area-inset-bottom, 0px));
    }

    yiqicheng-footer .public-site-footer__main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 24px;
        padding-bottom: 36px;
    }

    yiqicheng-footer .public-site-footer__brand {
        grid-column: 1 / -1;
    }

    yiqicheng-footer .public-site-footer__brand p {
        max-width: none;
    }

    yiqicheng-footer .public-site-footer__brand h2 {
        font-size: 27px;
    }

    yiqicheng-footer .public-site-footer__brand p,
    yiqicheng-footer .public-site-footer__brand .public-site-footer__contact {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    yiqicheng-footer .public-site-footer__bottom {
        padding-top: 24px;
    }

    yiqicheng-footer .public-site-footer__bottom .footer-records {
        gap: 4px 10px;
    }

    yiqicheng-footer .public-site-footer__bottom .footer-records span {
        display: none;
    }
}
