/* 备案信息 - 放大版 + 透明背景 + 完美对齐 */
#beian-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent !important;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #444;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

#beian-footer a {
    color: #444;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
}

#beian-footer img {
    width: 18px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}