/**
 * 网站 ICP 备案号（内联文字，无横条底栏）
 */

.siteIcpBeianPage {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: 900;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.35;
    color: #999;
    background: none;
    border: none;
    pointer-events: auto;
}

.siteIcpBeianPage a {
    color: #888;
    text-decoration: none;
}

.siteIcpBeianPage a:hover {
    color: #666;
    text-decoration: underline;
}

/*
文件目录结构说明（site-beian.css）：
- .siteIcpBeianPage：全站页底居中贴浏览器底边（无横条）
 */
