.wrapper {
position: fixed;
inset: 0;
z-index: 2147483641; /* 确保在所有元素之上,除了 panel */
cursor: wait;
overflow: hidden;
display: none;
}