/* 简化版 - 隐藏所有xhl相关元素 */
[data-xhl="true"],
[id*="xhl"],
[class*="xhl"],
#xhl-wrapper,
.xhl-launch-button,
#xhl-container,
.xhl-alert-one,
.xhl-alert-two {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    z-index: -1 !important;
}