.ls-footer.PaIII-pc-footer-paiiicn,
.PaIII-pc-footer-paiiicn {
    --PaIII-footer-bg: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    --PaIII-footer-panel: rgba(255, 255, 255, .78);
    --PaIII-footer-text: var(--ls-text-primary, #172033);
    --PaIII-footer-muted: var(--ls-text-muted, #667085);
    --PaIII-footer-faint: var(--ls-text-tertiary, #98a2b3);
    --PaIII-footer-line: var(--ls-border, rgba(15, 23, 42, .10));
    --PaIII-footer-soft-line: rgba(15, 23, 42, .06);
    --PaIII-footer-accent: var(--ls-primary, #2563eb);
    --PaIII-footer-accent-gradient: linear-gradient(135deg, #2563eb 0%, #0f766e 58%, #d97706 100%);
    --PaIII-footer-max-width: var(--ls-width, 1200px);
    background-attachment: local;
    background: var(--PaIII-footer-bg);
    color: var(--PaIII-footer-muted);
    font-size: 13px;
    line-height: 1.68;
    margin-top: 52px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

.ls-footer.PaIII-pc-footer-paiiicn:before,
.ls-footer.PaIII-pc-footer-paiiicn:after {
    content: none;
    display: none;
}

.PaIII-pc-footer-paiiicn,
.PaIII-pc-footer-paiiicn * {
    box-sizing: border-box;
}

.PaIII-pc-footer-paiiicn a {
    color: inherit;
    text-decoration: none;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-glow,
.PaIII-pc-footer-paiiicn .PaIII-footer-line {
    margin: 0 auto;
    max-width: var(--PaIII-footer-max-width);
    pointer-events: none;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-glow {
    height: 22px;
    overflow: hidden;
    position: relative;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-glow span {
    animation: PaIII-footer-accent-flow 10s ease-in-out infinite alternate;
    background: var(--PaIII-footer-accent-gradient);
    border-radius: 999px;
    display: block;
    height: 2px;
    left: 0;
    opacity: .66;
    position: absolute;
    right: 0;
    top: 11px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-line {
    background: var(--PaIII-footer-accent-gradient);
    height: 1px;
    opacity: .54;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-stage {
    padding: 28px 24px 22px;
    position: relative;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-inner {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(300px, 1.08fr) minmax(340px, 1.08fr) minmax(300px, .92fr);
    margin: 0 auto;
    max-width: var(--PaIII-footer-max-width);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand,
.PaIII-pc-footer-paiiicn .PaIII-footer-aside {
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand {
    background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.34));
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    box-shadow: var(--PaIII-footer-brand-shadow, 0 10px 30px rgba(15, 23, 42, .04));
    padding: 22px 20px 18px;
    position: relative;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand:before {
    background: var(--PaIII-footer-accent-gradient);
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 18px;
    position: absolute;
    top: 0;
    width: 56px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-head {
    align-items: center;
    display: flex;
    gap: 12px;
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-logo-image {
    border-radius: 8px;
    display: block;
    height: 40px;
    object-fit: contain;
    width: auto;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-logo-icon {
    align-items: center;
    background: var(--PaIII-footer-accent-gradient);
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-logo-icon:after {
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: inherit;
    content: "";
    inset: 1px;
    position: absolute;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-logo-icon i {
    font-size: var(--PaIII-footer-logo-icon-size, 23px);
    position: relative;
    z-index: 1;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-title {
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-title strong {
    color: var(--PaIII-footer-text);
    display: block;
    font-size: 24px;
    font-weight: 820;
    line-height: 1.22;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-title span {
    color: var(--PaIII-footer-faint);
    display: block;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 4px;
    overflow-wrap: anywhere;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-desc {
    color: var(--PaIII-footer-muted);
    margin: 14px 0 0;
    max-width: 30em;
    overflow-wrap: anywhere;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-chip {
    align-items: center;
    background: rgba(37, 99, 235, .06);
    border: 1px solid rgba(37, 99, 235, .10);
    border-radius: 999px;
    color: var(--PaIII-footer-text);
    display: inline-flex;
    font-size: 12px;
    gap: 8px;
    margin-top: 12px;
    max-width: 100%;
    overflow: hidden;
    padding: 8px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 13px;
    margin-top: 14px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-meta span {
    align-items: center;
    color: var(--PaIII-footer-faint);
    display: inline-flex;
    gap: 6px;
    min-height: 24px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-meta span + span:before {
    background: var(--PaIII-footer-soft-line);
    border-radius: 999px;
    content: "";
    height: 16px;
    margin-right: 5px;
    width: 1px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-brand-meta i {
    color: var(--PaIII-footer-accent);
    font-size: 15px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-group {
    background: var(--PaIII-footer-panel);
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .03);
    padding: 12px 13px 11px;
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-group h3 {
    color: var(--PaIII-footer-text);
    font-size: 13px;
    font-weight: 780;
    letter-spacing: 0;
    line-height: 1.35;
    margin: 0 0 10px;
    padding-top: 7px;
    position: relative;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-group h3:before {
    background: var(--PaIII-footer-link-accent, var(--PaIII-footer-accent));
    border-radius: 999px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-links {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-links a {
    color: var(--PaIII-footer-muted);
    display: inline-flex;
    line-height: 1.45;
    overflow-wrap: anywhere;
    transition: color .16s ease, opacity .16s ease;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-nav-links a:hover {
    color: var(--PaIII-footer-accent);
    transform: translateX(1px);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-aside {
    background: var(--PaIII-footer-panel);
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    padding: 12px 12px 11px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature {
    min-width: 0;
    position: relative;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-trigger {
    align-items: center;
    appearance: none;
    background: rgba(255, 255, 255, .56);
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    color: var(--PaIII-footer-text);
    cursor: pointer;
    display: flex;
    gap: 10px;
    min-height: 72px;
    padding: 11px 12px;
    text-align: left;
    transition: opacity .16s ease, transform .16s ease;
    width: 100%;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-trigger:hover,
.PaIII-pc-footer-paiiicn .PaIII-footer-feature.is-open .PaIII-footer-feature-trigger {
    background: rgba(37, 99, 235, .045);
    border-color: rgba(37, 99, 235, .10);
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
    opacity: .98;
    transform: translateY(-1px);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-media {
    align-items: center;
    background: var(--PaIII-footer-feature-bg, rgba(37, 99, 235, .10));
    border: 1px solid rgba(15, 23, 42, .06);
    border-radius: 8px;
    color: var(--PaIII-footer-feature-color, var(--PaIII-footer-accent));
    display: inline-flex;
    flex: 0 0 auto;
    height: 34px;
    justify-content: center;
    overflow: hidden;
    width: 34px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-media i {
    font-size: 17px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-copy {
    display: block;
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-copy strong,
.PaIII-pc-footer-paiiicn .PaIII-footer-feature-copy em {
    display: block;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-copy strong {
    color: var(--PaIII-footer-text);
    font-size: 13px;
    font-weight: 720;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-copy em {
    color: var(--PaIII-footer-faint);
    font-size: 12px;
    margin-top: 1px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-pop {
    align-items: center;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(15, 23, 42, .10);
    border-radius: 8px;
    bottom: calc(100% + 10px);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .14);
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: 50%;
    opacity: 0;
    padding: 12px;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%) translateY(6px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
    visibility: hidden;
    width: 144px;
    z-index: 40;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature:hover .PaIII-footer-feature-pop,
.PaIII-pc-footer-paiiicn .PaIII-footer-feature.is-open .PaIII-footer-feature-pop {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-qr {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    display: block;
    height: 112px;
    width: 112px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-feature-pop strong {
    color: var(--PaIII-footer-muted);
    font-size: 12px;
    font-weight: 640;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-stat {
    background: linear-gradient(180deg, rgba(37, 99, 235, .04), rgba(37, 99, 235, 0));
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(37, 99, 235, .05);
    margin-top: 12px;
    padding: 14px 16px 13px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-stat strong {
    background: var(--PaIII-footer-accent-gradient);
    background-clip: text;
    color: transparent;
    display: block;
    font-size: 32px;
    font-weight: 820;
    line-height: 1.05;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-stat span {
    color: var(--PaIII-footer-faint);
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-custom-html,
.PaIII-pc-footer-paiiicn .PaIII-footer-friends,
.PaIII-pc-footer-paiiicn .PaIII-footer-legal {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--PaIII-footer-max-width);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-custom-html {
    background: var(--PaIII-footer-panel);
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    color: var(--PaIII-footer-muted);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .03);
    margin-top: 18px;
    overflow-wrap: anywhere;
    padding: 16px 16px 14px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-custom-html img {
    height: auto;
    max-width: 100%;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-custom-html > :first-child {
    margin-top: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-custom-html > :last-child {
    margin-bottom: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-friends {
    align-items: flex-start;
    background: var(--PaIII-footer-panel);
    border: 1px solid var(--PaIII-footer-soft-line);
    border-radius: 8px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, .03);
    display: flex;
    gap: 14px;
    margin-top: 18px;
    padding: 13px 16px 12px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-friends > span {
    color: var(--PaIII-footer-text);
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 760;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-friends > div {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 8px 14px;
    min-width: 0;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-friends a {
    color: var(--PaIII-footer-muted);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-friends a:hover {
    color: var(--PaIII-footer-accent);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-legal {
    border-top: 1px solid var(--PaIII-footer-soft-line);
    color: var(--PaIII-footer-faint);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    justify-content: space-between;
    margin-top: 12px;
    padding-top: 14px;
}

.PaIII-pc-footer-paiiicn .PaIII-footer-legal a {
    color: var(--PaIII-footer-muted);
}

.PaIII-pc-footer-paiiicn .PaIII-footer-legal a:hover {
    color: var(--PaIII-footer-accent);
}

.PaIII-pc-footer-paiiicn.PaIII-footer-style-minimal {
    --PaIII-footer-bg: linear-gradient(180deg, #fbfcfe 0%, #f5f7fb 100%);
    --PaIII-footer-panel: rgba(255, 255, 255, .46);
    --PaIII-footer-soft-line: rgba(15, 23, 42, .05);
    --PaIII-footer-brand-shadow: 0 10px 30px rgba(15, 23, 42, .04);
}

.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand {
    --PaIII-footer-bg: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    --PaIII-footer-panel: rgba(255, 255, 255, .74);
    --PaIII-footer-soft-line: rgba(37, 99, 235, .14);
    --PaIII-footer-brand-shadow: 0 18px 44px rgba(37, 99, 235, .12);
    --PaIII-footer-accent-gradient: linear-gradient(135deg, #1d4ed8 0%, #2563eb 45%, #7c3aed 100%);
}

.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand .PaIII-footer-brand {
    background: linear-gradient(180deg, rgba(255,255,255,.90), rgba(255,255,255,.64));
}

.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand .PaIII-footer-nav-group,
.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand .PaIII-footer-aside,
.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand .PaIII-footer-custom-html,
.PaIII-pc-footer-paiiicn.PaIII-footer-style-brand .PaIII-footer-friends {
    background: rgba(255, 255, 255, .70);
}

.PaIII-pc-footer-paiiicn.PaIII-footer-density-compact .PaIII-footer-stage {
    padding-top: 20px;
}

.PaIII-pc-footer-paiiicn.PaIII-footer-density-compact .PaIII-footer-inner {
    gap: 20px;
}

.PaIII-pc-footer-paiiicn.PaIII-footer-density-compact .PaIII-footer-feature-trigger {
    min-height: 64px;
}

@keyframes PaIII-footer-accent-flow {
    0% {
        opacity: .42;
        transform: scaleX(.86);
        transform-origin: left center;
    }

    100% {
        opacity: .72;
        transform: scaleX(1);
        transform-origin: right center;
    }
}

@media screen and (max-width: 1120px) {
    .PaIII-pc-footer-paiiicn .PaIII-footer-inner {
        grid-template-columns: minmax(280px, 1fr);
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-brand,
    .PaIII-pc-footer-paiiicn .PaIII-footer-nav,
    .PaIII-pc-footer-paiiicn .PaIII-footer-aside {
        grid-column: 1 / -1;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-nav-group {
        padding: 13px 12px 12px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-aside {
        border-top: 0;
        padding: 13px 12px 12px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-feature-grid {
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-feature + .PaIII-footer-feature {
        border-top: 0;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-feature-trigger {
        min-height: 68px;
        padding: 10px 11px;
    }
}

@media screen and (max-width: 860px) {
    .PaIII-pc-footer-paiiicn {
        margin-top: 32px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-stage {
        padding: 24px 16px 70px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-inner {
        display: block;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-brand,
    .PaIII-pc-footer-paiiicn .PaIII-footer-nav-group,
    .PaIII-pc-footer-paiiicn .PaIII-footer-aside,
    .PaIII-pc-footer-paiiicn .PaIII-footer-custom-html,
    .PaIII-pc-footer-paiiicn .PaIII-footer-friends {
        border-radius: 8px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 26px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-aside {
        margin-top: 26px;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-friends,
    .PaIII-pc-footer-paiiicn .PaIII-footer-legal {
        display: block;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-friends > div,
    .PaIII-pc-footer-paiiicn .PaIII-footer-beian {
        margin-top: 8px;
    }
}

@media screen and (max-width: 560px) {
    .PaIII-pc-footer-paiiicn .PaIII-footer-nav {
        grid-template-columns: 1fr;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-feature-grid {
        grid-template-columns: 1fr;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-brand-head {
        align-items: flex-start;
    }

    .PaIII-pc-footer-paiiicn .PaIII-footer-brand-title strong {
        white-space: normal;
    }
}

@media screen and (min-width: 1360px) {
    .PaIII-pc-footer-paiiicn .PaIII-footer-inner {
        grid-template-columns: minmax(320px, 1.08fr) minmax(420px, 1.18fr) minmax(320px, .90fr);
    }
}
