/* 首页专用图标样式 - 从原版静态页面提取 */
.home-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/* 联系我们图标 */
.icon-address { background-image: url('../images/icons/map-marker.png'); }
.icon-phone { background-image: url('../images/icons/phone.png'); }
.icon-email { background-image: url('../images/icons/envelope.png'); }

/* 社交图标 */
.icon-wechat { background-image: url('../images/icons/wechat.png'); }
.icon-weibo { background-image: url('../images/icons/weibo.png'); }