.global-loading{position:fixed;width:100vw;height:100vh;z-index:9999;left:0;top:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0009;color:#fff;font-size:16px;font-family:PingFang SC;text-align:center;font-weight:400}.global-loading .loading{width:100.8px;height:100.8px;animation:spin 2s linear infinite;background-image:url(/assets/loading-Bhznn2Lz.png);background-size:100% 100%;background-position:center center}@keyframes spin{to{transform:rotate(360deg)}}.global-loading span:after{content:"loading";animation:noop 1.5s infinite step-start both}@keyframes noop{25%{content:"loading.  "}50%{content:"loading.. "}75%{content:"loading..."}}.global-error{position:fixed;width:100vw;height:100vh;z-index:9999;left:0;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center}.global-error .global-error-content{background-color:#0009;max-width:100%;min-width:75px;min-height:20px;padding:5px 10px;text-align:center;border-radius:3px}.global-error .global-error-content .global-error-context{color:#fff;font-size:16px;font-weight:400;font-family:PingFang SC;font-style:normal;text-align:center;word-wrap:break-word}
