.cq-footer,
.cq-footer a {
    color: #fff
}

.cq-footer,
.cq-footer .cq-footer-contact .cq-footer-service,
.cq-footer .cq-footer-content,
.cq-footer-connect .cq-link-box {
    overflow: hidden
}

.cq-footer {
    width: 100%;
    min-width: 1163px;
    height: 554px;
    background-color: #22212f
}

.cq-footer-youdian {
    width: 1200px;
    height: 143px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cq-footer-youdian>div {
    display: flex;
    align-items: center;
}

.cq-footer-youdian img {
    display: inline-block;
}

.cq-footer-youdian span {
    margin-left: 14px;
    font-family: PingFang-SC-Regular;
    font-size: 20px;
    color: #bcbbcd;
}

.cq-footer-main {
    padding: 43px 0;
    border-top: solid 1px #4c4f5f;
    border-bottom: solid 1px #4c4f5f;
}

.cq-footer .cq-footer-content .cq-footer-contact {
    float: right;
    padding-left: 63px;
    border-left: 1px solid #4c4f5f
}

.cq-footer-contact .cq-footer-service>img {
    float: left;
    padding: 0 10px
}

.cq-footer .cq-footer-contact .cq-contact-text {
    float: left
}

.cq-footer-contact .cq-contact-text h4 {
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.cq-footer-contact .cq-contact-text p {
    font-size: 14px;
    color: #c8c8ca
}

.cq-footer-contact .cq-footer-qr {
    float: right;
    margin-top: 16px
}

.cq-footer-contact .cq-footer-qr img {
    padding-bottom: 8px;
    width: 190px;
    height: 190px;
}

.cq-footer-contact .cq-footer-qr span {
    font-size: 14px;
    color: #cecece;
    font-family: PingFang-SC-Regular;
}

.cq-footer-content .cq-footer-connect {
    float: left;
    overflow: hidden;
}

.cq-footer-content .cq-footer-connect:first-of-type {
    width: 816px;
    display: flex;
    justify-content: space-between;
}

.cq-footer-connect .cq-link-box {
    float: left;
    margin-right: 120px
}

.cq-footer-connect .cq-link-box.cq-link-last {
    margin-right: 0
}

.cq-footer-connect .cq-link-box.cq-link-last .cq-link-tit {
    text-align: center;
}

.cq-footer-connect .cq-link-box .cq-link-tit {
    display: block;
    padding-bottom: 34px;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 16px;
    color: #fff
}

.cq-footer-connect .cq-link-box .cq-link-item {
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 33px;
    color: #cecece
}

.cq-footer-connect .cq-link-box .cq-link-item:hover {
    color: #fff
}

.cq-footer .cq-footer-records {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.cq-footer .cq-footer-records p {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: PingFang-SC-Regular;
    line-height: 60px;
    color: #7e8088;
}

.cq-footer .link-wrap {
    width: 177px;
}

.cq-footer .link-wrap .cq-link-item {
    float: left;
    display: inline-block;
}

.cq-footer .link-wrap .cq-link-item:nth-of-type(odd) {
    width: 85px;
    margin-right: 35px;
}


.index-footer-part {
    width: 100%;
    min-width: 0;
    background: #22212f;
    padding: 46px 0 34px;
}

.index-footer-main {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

/* ====== 新版 footer（用于 #footerComponent 的 footerComponent.js 渲染） ====== */
.pc-footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 8px;
    color: #fff;
}

.pc-footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}

.pc-footer-nav {
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 18px 22px;
}

.pc-footer-nav-col h4 {
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}

.pc-footer-nav-links a {
    display: block;
    padding: 6px 0;
    font-size: 12px;
    color: #cecece;
    text-decoration: none;
}

.pc-footer-nav-links a:hover {
    color: #ffffff;
}

.pc-footer-right {
    flex: 0 0 520px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    min-width: 420px;
    gap: 22px;
}

.pc-footer-contact {
    flex: 1 1 auto;
    max-width: 188px;
    flex-shrink: 0;
}

.pc-footer-phones {
    text-align: left;
}

.pc-footer-phone {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.pc-footer-phone-2 {
    margin-top: 16px;
    font-size: 22px;
}

.pc-footer-phone-sub {
    font-size: 12px;
    color: #cecece;
    margin-top: 6px;
}

.pc-footer-address {
    margin-top: 14px;
    width: 100%;
    font-size: 12px;
    color: #9fa3ad;
    text-align: left;
    line-height: 1.7;
}

.pc-footer-qr-row {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.pc-footer-qr-item {
    flex: 0 0 108px;
}

.pc-footer-qr-item img {
    width: 92px;
    height: 92px;
    margin: 0 auto;
    display: block;
    background: #fff;
}

.pc-footer-qr-caption {
    margin-top: 10px;
    font-size: 12px;
    color: #aeb3bf;
    text-align: center;
    line-height: 1.4;
    white-space: normal;
}

.pc-footer-bottom {
    margin-top: 28px;
    border-top: 1px solid #3a3d49;
    padding-top: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.pc-footer-records {
    flex: 1 1 auto;
    min-width: 0;
}

.pc-footer-record-line {
    font-size: 12px;
    color: #7f8594;
    line-height: 1.7;
}

.pc-footer-gov {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #7f8594;
    font-size: 12px;
    white-space: nowrap;
    padding-top: 4px;
}

.pc-footer-gov-icon {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: url(../../assets/image/gongan.png) no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 1100px) {
    .pc-footer-top {
        flex-direction: column;
        gap: 18px;
    }

    .pc-footer-right {
        flex: 1 1 auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .pc-footer-address,
    .pc-footer-phones {
        text-align: left;
    }

    .pc-footer-qr-row {
        justify-content: flex-start;
        margin-top: 4px;
    }

    .pc-footer-nav {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .pc-footer-right {
        min-width: 0;
        flex-basis: auto;
    }

    .pc-footer-bottom {
        flex-direction: column;
        gap: 12px;
    }

    .pc-footer-gov {
        padding-top: 0;
    }
}

.footer-company h4 {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
}

.footer-company p {
    margin: 6px 0;
    font-size: 12px;
    color: #d1d1d1;
}

.footer-socials {
    margin: 14px 0;
}

.footer-socials a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #8b8b8b;
    border-radius: 50%;
    color: #ddd;
    text-decoration: none;
    margin-right: 8px;
    font-size: 12px;
}

.footer-links {
    margin-top: 18px !important;
}

.footer-nav-col {
    width: 180px;
}

.footer-nav-col h5 {
    margin: 0 0 18px;
    font-size: 13px;
    color: #d8d8d8;
    font-weight: 500;
}

.footer-nav-col a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #d1d1d1;
    text-decoration: none;
}