.global-loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.global-loading__backdrop{position:absolute;top:0;right:0;bottom:0;left:0}.global-loading__content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.16rem;align-items:center}.global-loading__icon{display:flex;align-items:center;justify-content:center;width:.8rem;height:.8rem;background:rgba(0,0,0,.6);border-radius:.04rem}.global-loading__text{font-size:.16rem;font-weight:500;color:#fff;text-align:center}.loading-gif{width:.3rem;object-fit:contain}.loading-animation{width:.6rem;height:.6rem;border:.04rem solid #f3f3f3;border-top-color:#22c55e;border-radius:50%;animation:loading-spin 1s linear infinite}@keyframes loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:960px){.global-loading__icon{width:1.6rem;height:1.6rem;border-radius:.08rem}.global-loading__text{font-size:.14rem}.loading-animation,.loading-gif{width:.6rem;height:.6rem}}