/* 底部备案号样式 */
.footer-beian {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    font-size: 18px;  /* 增大字体大小 */
}

.beian-link {
    color: #aaaaaa;  /* 稍微亮一些的颜色 */
    text-decoration: none;
    font-size: 18px;  /* 增大字体大小 */
}

.beian-link:hover {
    color: #ffffff;
    text-decoration: underline;
}