/* 页脚版权说明 */
:root {
    --hl-footnav-height: calc(64px + env(safe-area-inset-bottom, 0px));
}

.hl-foot-legal {
    padding: 4px 15px 6px;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
}

.hl-foot-legal .hl-foot-line {
    margin: 0;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
    font-family: inherit;
}

.hl-foot-legal .hl-foot-line + .hl-foot-line {
    margin-top: 1px;
}

.hl-foot-legal .hl-foot-line-en {
    margin-bottom: 0;
}

.hl-foot-legal .hl-foot-line a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit;
}

.hl-foot-legal .hl-foot-line a:hover {
    color: #EF9F00;
}

.hl-foot-legal .hl-foot-runtime {
    margin: 8px 0 0;
    font-size: 11px;
    opacity: 0.55;
}

.conch-footer .hl-foot-legal {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .conch-footer .conch-footwrap.hl-footnav-show {
        padding-bottom: var(--hl-footnav-height);
    }

    .conch-footer .hl-footnav-show .hl-foot-legal {
        padding-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .conch-footer .conch-footwrap.hl-footnav-show {
        padding-bottom: 8px;
    }

    .hl-foot-legal,
    .hl-foot-legal .hl-foot-line,
    .hl-foot-legal .hl-foot-line a {
        font-size: 13px;
        line-height: 1.35;
    }
}
