.site-footer {
    margin-top: 30px;

    padding:
        20px
        0
        28px;

    border-top: 1px solid #1f2630;

    color: #9ca3af;
}


/* 联系方式 */

.footer-contact {
    margin-bottom: 18px;

    padding: 16px;

    border: 1px solid #252b35;

    border-radius: 12px;

    background: #0b0f16;
}

.footer-title {
    margin-bottom: 12px;

    color: #f5f5f5;

    font-size: 16px;
    font-weight: 700;

    text-align: center;
}

.footer-contact-box {
    text-align: center;
}

.footer-contact-box p {
    margin:
        0
        0
        14px;

    color: #d1d5db;

    font-size: 14px;

    line-height: 1.8;

    word-break: break-all;
}

.footer-contact-box p:last-child {
    margin-bottom: 0;
}


/* 公告 */

.footer-notice {
    margin-bottom: 18px;

    padding: 16px;

    border: 1px solid #252b35;

    border-radius: 12px;

    background: #0b0f16;
}

.footer-notice p {
    margin: 0;

    color: #9ca3af;

    font-size: 13px;

    line-height: 1.8;

    text-align: center;
}


/* 版权 */

.footer-copy {
    text-align: center;

    font-size: 12px;

    color: #6b7280;
}