.footer {
    height: 50px;
    background-color: #eaeaea;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-footer {
    background-color: #eaeaea;
    color: #000;
    text-align: center;
    margin-top: 30px;
}

.site-footer > p {
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.footer-guarantees {
    padding: 30px 0;
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.footer-guarantee-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #444;
}

.footer-main {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footer-main-links {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    color: #666;
    font-size: 15px;
}

.footer-main-links a {
    color: #666;
    text-decoration: none;
}

.footer-copyright {
    padding: 30px 0;
    color: #999;
}

.footer-copyright a {
    color: #999;
}

a {
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    .site-footer {
        margin-top: 20px;
        padding: 0;
    }

    .footer-guarantees {
        width: 100%;
        padding: 20px 15px;
        flex-direction: column;
        gap: 15px;
        box-sizing: border-box;
    }

    .footer-guarantee-item {
        font-size: 14px;
        gap: 8px;
        width: 100%;
        justify-content: flex-start;
        padding: 10px 0;
    }

    .footer-guarantee-item img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .footer-main {
        padding: 20px 15px;
    }

    .footer-main-links {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
        padding: 0;
    }

    .footer-main-links > div {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .footer-main-links > div:last-child {
        border-bottom: none;
    }

    .footer-main-links a {
        display: block;
        font-size: 14px;
        padding: 5px 0;
    }

    .footer-copyright {
        padding: 20px 15px;
        font-size: 12px;
        line-height: 1.6;
    }

    .footer-copyright span {
        display: block;
        margin-bottom: 8px;
    }

    .footer-copyright img {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin: 0 4px;
    }

    .footer-copyright a {
        font-size: 12px;
        display: inline-block;
        word-break: break-all;
    }
}

@media screen and (max-width: 480px) {
    .footer-guarantees {
        padding: 15px 10px;
        gap: 12px;
    }

    .footer-guarantee-item {
        font-size: 13px;
        gap: 6px;
        padding: 8px 0;
    }

    .footer-guarantee-item img {
        width: 20px;
        height: 20px;
    }

    .footer-main {
        padding: 15px 10px;
    }

    .footer-main-links {
        gap: 12px;
    }

    .footer-main-links a {
        font-size: 13px;
    }

    .footer-copyright {
        padding: 15px 10px;
        font-size: 11px;
    }

    .footer-copyright a {
        font-size: 11px;
    }
}
