﻿/* 页脚 */
.footer {
    background: #f9fafb;
}

.friend-links {
    padding: 20px 0;
    border-bottom: 1px solid #e5e7eb;
}

.links-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 1rem;
    flex-wrap: wrap;
}

    .links-row:last-child {
        margin-bottom: 0;
    }

.links-zdv {
}

.links-label {
    color: #000000;
    min-width: 80px;
    font-weight: 700;
    font-size: 1.2rem;
    float: left;
}

.links-row a {
    color: #333333;
    text-decoration: none;
    margin-right: 20px;
    padding-bottom: 10px;
}

    .links-row a:hover {
        color: #333333;
        text-decoration: underline;
    }

.footer-main {
    background: #065ea7;
    color: white;
    padding: 40px 0 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

    .footer-logo img {
        height: 80px;
    }

.footer-logo-text h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.footer-logo-text p {
    font-size: 0.9rem;
    opacity: 0.9;
}

.footer-qrcodes {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 30px;
}

.qrcode-item {
    text-align: center;
}

    .qrcode-item img {
        width: 100px;
        height: 100px;
        padding: 5px;
        border-radius: 4px;
        margin-bottom: 10px;
    }

    .qrcode-item p {
        font-size: 13px;
        color: #ffffff;
    }

.footer-info {
    text-align: center;
    font-size: 13px;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}

    .footer-info p {
        margin-bottom: 0px;
        color: #ffffff;
    }

.footer-links {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 0px;
    margin-left: 40px;
}

    .footer-links a {
        color: white;
        text-decoration: none;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }

    .footer-links span {
        opacity: 0.6;
    }

@media (max-width: 480px) {

    .footer-logo img {
        height: 40px !important;
    }

    .footer-info {
        display: block;
    }

    .footer-qrcodes {
        gap: 0px;
    }

    .qrcode-item img {
        width: 50px;
        height: 50px;
    }
    .friend-links{
        display:none;
    }
}
