/* 备案相关开始 */
#homepage-icp {
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    z-index: 9999;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: auto;
}

#homepage-icp a {
    color: rgba(150, 150, 150, 0.9);
    text-decoration: none;
    transition: color .2s ease;
}

#homepage-icp a:hover {
    color: rgba(210, 210, 210, 1);
    text-decoration: underline;
}

html.light #homepage-icp a {
    color: rgba(120,120,120,.85);
}

html.light #homepage-icp a:hover {
    color: rgba(70,70,70,1);
}
/* 备案相关结束 */