.global-loading{position:fixed;width:100vw;height:100vh;z-index:9999;left:0;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#0009}.global-loading .loading{display:block;position:relative;width:6px;height:10px;animation:rectangle infinite 1s ease-in-out -.2s;background-color:#d9d9d9}.global-loading .loading:before,.global-loading .loading:after{position:absolute;width:6px;height:10px;content:"";background-color:#d9d9d9}.global-loading .loading:before{left:-14px;animation:rectangle infinite 1s ease-in-out -.4s}.global-loading .loading:after{right:-14px;animation:rectangle infinite 1s ease-in-out}@keyframes rectangle{0%,80%,to{height:20px;background-color:#d9d9d9;box-shadow:0 0 #d9d9d9}40%{height:30px;box-shadow:0 -20px #267bf1;background-color:#267bf1}}.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}
