body {
    line-height: unset;
}

.include-footer > a {
    overflow: hidden;
    position: fixed;
    z-index: -10;
    opacity: 0;
}

.footer-content {
    width: 100%;
    height: auto;
    padding: 10px;
    /* font-size: 12px; */
    font-size: 0.58rem;
    background: #2e2e2e;
    box-sizing: border-box;
}

.footer-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.footer-nav {
    width: 100%;
}

.footer-nav-inner {
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, 'helvetica neue', helvetica, segoe ui, arial, roboto, 'pingfang sc', miui, 'hiragino sans gb', 'microsoft yahei', sans-serif;
}

.footer-nav-inner a {
    color: #fff;
    white-space: nowrap;
}

.footer-copyright {
    color: #999999;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
}

.footer-copyright a,
.footer-copyright p {
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
    font-family: -apple-system, blinkmacsystemfont, 'helvetica neue', helvetica, segoe ui, arial, roboto, 'pingfang sc', miui, 'hiragino sans gb', 'microsoft yahei', sans-serif;
}

.footer-nav-inner li::marker {
    color: transparent;
    display: none;
}