.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}body{height:100%;width:100%;overflow:hidden;padding:0;margin:0;font-family:PingFang SC,-apple-system,HYQiHei-50S-6,Microsoft Yahei,San Francisco,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-white);overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:#f9fbfd;-webkit-user-select:none;-moz-user-select:none;user-select:none}html{height:100%;width:100%;overflow:hidden}html::-webkit-scrollbar{display:none}input::-webkit-input-placeholder{color:#93999e!important}input:focus::-webkit-input-placeholder{opacity:0}.bg{background-size:contain;background-repeat:no-repeat}h1,h2,h3,h4,h5,h6{font-weight:700}#root{width:100%;height:100vh}:root{--color-theme: #E60012;--color-black: #000;--color-white: #fff;--color-main: #131E0D;--color-footer: #0F1B09;--color-ai-font: #8A8F88}
