/* ============================================
   footer.css - 公共页脚样式（从 footer.html 提取）
   ============================================ */

/* 页脚联系方式图标右边距（原内联 style="margin-right:6px;"） */
.xw-footer-contact-icon {
    margin-right: 6px;
}

/* 底部二维码样式 */
.xw-footer-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.xw-footer-qrcode img {
    width: 130px;
    height: 130px;
	padding: 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.xw-footer-qrcode span {
    font-size: 12px;
    color: rgba(255, 255, 255, .4);
    margin-top: 8px;
}
