/* 固定左下角 + 最高层级 + 可点击 */
#live2d-widget, #landlord, #waifu{
  position:fixed !important;
  left:16px !important;
  bottom:16px !important;
  right:auto !important;
  top:auto !important;
  z-index:2147483646 !important;
  pointer-events:auto !important;
}
/* 避免被继承到的 transform 影响 fixed 的定位计算 */
html, body{ transform:none !important; }
#live2d-widget, #live2d-widget *{ transform:none !important; }
/* 兼容 v3 的容器类名 */
.live2d-widget-container{ position:fixed !important; left:16px !important; bottom:16px !important; right:auto !important; top:auto !important; z-index:2147483646 !important; }
