/* 落地页官方图标样式 */
.platform-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;  /* 保持图标比例 */
}