/* 全站页脚（门户页 + 懒猫页共用） */
.site-footer {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    background-color: #1f2937;
    color: #ffffff;
    padding: 1.5rem 0;
}

.site-footer-line {
    margin-bottom: 0.5rem;
    line-height: 1.75;
}

.site-footer-gongan-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.site-footer-gongan-link {
    color: #749AE3;
    text-decoration: none;
}

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

.site-footer-icp-link {
    color: #ffffff;
    text-decoration: none;
}

.site-footer-icp-link:hover {
    color: #d1d5db;
}

.site-footer-ssl {
    margin-top: 0.25rem;
}
