@charset "utf-8";

.wechat-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

.wechat-icon img {
  width: 300px; /* 调整 WhatsApp 图标的初始大小 */
  height: auto;
}

@media (max-width: 768px) {
  .wechat-icon img {
    width: 200px; /* 在较小屏幕上调整 WhatsApp 图标的大小 */
  }
}
