/* 站点底部公示 / 备案信息（与首页一致） */
.footer-content {
    margin-top: 24px;
    padding: 16px 0 8px;
    border-top: 1px solid #e8edf3;
}

.footer-text {
    margin: 0;
    font-size: 12px;
    color: #64748b;
    line-height: 1.8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
}

.footer-link {
    color: #409eff;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-company-link {
    cursor: pointer;
}

.footer-content img {
    vertical-align: middle;
    display: inline-block;
}

.footer-analytics {
    display: inline-flex;
    align-items: center;
}

/* H5 作品详情有底部固定操作栏时，避免公示被挡住 */
.h5-works-detail-new .footer-content {
    margin: 0 0 12px;
    padding: 16px 12px 8px;
    background: #fff;
    border-top: none;
}

.h5-works-detail-new {
    padding-bottom: 140px;
}
