/* HK PC footer */
#Footer.hk-footer-pc {
    margin-top: 0;
    background-color: #fff;
    border-top: none;
    height: var(--hk-pc-footer-height);
    min-height: var(--hk-pc-footer-height);
    max-height: var(--hk-pc-footer-height);
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.hk-footer-pc-inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hk-footer-pc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: calc(var(--hk-pc-footer-height) * 0.08) 12px;
    font-weight: bolder;
    width: 100%;
}

.hk-footer-pc-logo {
    line-height: 1;
}

.hk-footer-pc-logo img {
    display: block;
    height: calc(var(--hk-pc-footer-height) * 0.32);
    max-height: 60%;
    width: auto;
    max-width: 60%;
}

.hk-footer-pc-left {
    /*font-size: clamp(10px, calc(var(--hk-pc-footer-height) * 0.2), 13px);*/
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-family: 'Gotham-light';
}

.hk-footer-pc-copy {
    margin: 0;
    /*font-size: clamp(10px, calc(var(--hk-pc-footer-height) * 0.2), 13px);*/
    font-size: 13px;
    color: #1a1a1a;
    text-align: right;
    font-family: 'Gotham-light';
    line-height: 1.2;
}

/* 手机版 footer_mobile_2：内容不足一屏时贴底 */
@media (max-width: 575.98px) {
    body:has(#Footer.hk-footer-mobile-sticky) {
        min-height: 100dvh;
        display: flex;
        flex-direction: column;
    }

    body:has(#Footer.hk-footer-mobile-sticky) > main {
        flex: 1 0 auto;
        width: 100%;
    }

    #Footer.hk-footer-mobile-sticky {
        flex-shrink: 0;
        margin-top: auto;
        width: 100%;
        position: static;
        height: auto;
        border-top: 1px solid #efefef;
    }

    #Footer.hk-footer-mobile-sticky .mobftcont .ftmenu {
        border-bottom: none;
        text-align: center;
    }
}
