.footer-grid > div:first-child h3,
.footer-contact h4 {
    color: #ffffff;
}

.link-site-wrap123 {
    text-align: center;
}

.link-site-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.link-site-wrap.expanded p.link-extra {
    display: block;
}

.link-site-wrap p.link-extra {
    display: none;
}

.city_web .link-site-wrap123 .link-more-btn {
    margin-top: 10px;
    color: #ffffff;
}

.link-more-btn {
    margin-left: 6px;
    line-height: 35px;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    color: inherit;
}

/* 推广浮动按钮 */
#contactFloatWidget {
    position: fixed;
    left: 14px;
    top: 140px;
    z-index: 9999;
    font-family: inherit;
}

#contactFloatWidget a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 56px;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .5px;
    background: var(--brand, #ff6d00);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

#contactFloatWidget a:hover {
    filter: brightness(.98);
}

@media (max-width: 760px) {
    #contactFloatWidget {
        left: auto;
        top: auto;
        right: 12px;
        bottom: 72px;
    }

    #contactFloatWidget a {
        width: auto;
        min-width: 88px;
        height: 38px;
        padding: 0 12px;
        border-radius: 999px;
        font-size: 13px;
        box-shadow: 0 10px 24px rgba(15, 76, 117, .22);
    }
}
