/* ===== 底部样式 ===== */

/* Footer Logo图片 */
.footer-logo-img {
    width: 163px;
}

/* 二维码区域 */
.qr-code-area {
    margin-top: 20px;
}

/* 二维码图片 */
.qr-code-img {
    max-width: 150px;
    height: auto;
    display: block;
}

/* Footer联系方式图标统一大小 */
.footer-contact-area2 .contact-box .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-contact-area2 .contact-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 小屏时隐藏快速链接 */
@media (max-width: 991px) {
    .footer2 .footer-quick-links-col {
        display: none !important;
    }
}
