﻿/* 无人机商城：恢复系统鼠标（覆盖全站 body{cursor:none}） */
html.wm-mall-page,
html.wm-mall-page body,
body.wm-mall-page {
  cursor: auto !important;
}
html.wm-mall-page .custom-cursor,
html.wm-mall-page .cursor-particle,
body.wm-mall-page .custom-cursor,
body.wm-mall-page .cursor-particle {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
