:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes moveFadeIn_fade-in__eAe3U{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}.moveFadeIn_fadeIn__Ke2Ux{animation:moveFadeIn_fade-in__eAe3U 2s ease;animation-fill-mode:forwards}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/WendyOne-Regular.63e47643d58b20318804.ttf) format("truetype")}@font-face{font-family:Inter;src:url(/static/media/Inter-Bold-4.09be6892072ac94c44db.otf) format("opentype")}body::-webkit-scrollbar{height:6px;width:6px}body::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,.3)}body::-webkit-scrollbar-thumb{background:#6db0cb;border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}body::-webkit-scrollbar-thumb:window-inactive{background:#6db0cb}#root,body{background:#000!important}

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.resize{resize:both}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.w-1200{max-width:1200px}.w-1200,.w-1350{margin:0 auto;width:100%}.w-1350{max-width:1350px}.w-1140{margin:0 auto;max-width:1170px;padding:0 15px;width:100%}.display-flex{display:flex}@keyframes top_buttom_float{0%{transform:translate(0)}to{transform:translateY(8px)}}.home .pc-container{align-items:center;display:flex;justify-content:space-between;margin:auto;max-width:1750px;padding:0 15px}.home .pc-container .pc-header{box-sizing:border-box;color:#202020;display:flex;font-family:Inter;font-size:18px;font-style:normal;justify-content:flex-start;margin:0 auto;width:100%}.home .pc-container .pc-header .logoIcon{height:33px;width:131.58px}.home .pc-container .pc-header .nav{align-items:center;display:flex;margin-left:54px}.home .pc-container .pc-header .nav-item{color:#fff}.home .pc-container .pc-header .active,.home .pc-container .pc-header .nav-item{cursor:pointer;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:normal;margin-left:32px}.home .pc-container .pc-header .active{color:#93e63f}.home .pc-container .pc-header .nav-item-hot{align-items:center;background:#93e63f1a;border:1px solid #93e63f;border-radius:8px;color:#93e63f;display:flex;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;justify-content:center;letter-spacing:0;line-height:normal;opacity:1;padding:8px 10px}.home .pc-container .pc-header .nav-item-hot>img{height:20px;margin-right:4px;width:20px}.home .pc-container .pc-header .dashboard{border:2px solid #202020;border-radius:8px;cursor:pointer;height:46px;line-height:46px;margin-left:47px;margin-top:17px;padding:0 25px}.home .pc-container .pc-manage{align-items:center;display:flex;justify-content:flex-end}.home .pc-container .pc-manage .dropdownBox{align-items:center;background:#fff;border-radius:161px;color:#000;display:flex;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;justify-content:center;letter-spacing:0;line-height:normal;margin-left:14px;opacity:1;padding:18px 36px}.home .pc-container .pc-manage .dropdownBox>img{height:16px;margin-left:8px;width:16px}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-arrow:before{background-color:#93e63f4d}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#93e63f1a;border:1px solid #93e63f4d;border-radius:8px;box-sizing:border-box;opacity:1;padding:14px 18px}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item{padding:12px 10px}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item .LangItem{align-items:center;display:flex;justify-content:flex-start}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item .LangItem img{margin-right:10px}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item>span{color:#fff;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:normal}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item>span .activeImg{display:none}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#93e63f33;border-radius:4px;opacity:1}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover>span .img{display:none}.home .pc-container .pc-manage .dropdownBox .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover>span .activeImg{display:block}.home .pc-container .pc-manage .resourcesDropdownBox{background:#93e63f}.home .pc-container .pc-manage .langDrowDrop{align-items:center;display:flex;height:58.5px;margin-left:14px}.home .pc-container .pc-manage .langDrowDrop img{height:36px!important;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:36px!important}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-arrow:before{background-color:#93e63f4d}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#93e63f1a;border:1px solid #93e63f4d;border-radius:8px;box-sizing:border-box;opacity:1;padding:14px 18px}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item .LangItem{align-items:center;display:flex;justify-content:flex-start}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item .LangItem img{margin-right:10px}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item>span{color:#fff;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:normal}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item>span .activeImg{display:none}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:#93e63f33;border-radius:4px;opacity:1}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover>span .img{display:none}.home .pc-container .pc-manage .langDrowDrop .LangDropDown .ant-dropdown-menu .ant-dropdown-menu-item:hover>span .activeImg{display:block}.home .pc-banner_bg{overflow:hidden;position:relative}.home .pc-banner_bg .video{height:100%;left:0;object-fit:fill;position:absolute;top:0;width:100%}.home .pc-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#000;margin:0 auto;padding-top:34px;position:relative;text-align:center;z-index:1}.home .pc-banner-container{align-items:center;display:flex;flex-direction:column;margin:auto;max-width:1170px;padding:200px 15px 260.5px}.home .pc-banner-tips1{font-size:64px;font-variation-settings:"opsz" auto;font-weight:700;line-height:80px}.home .pc-banner-tips1,.home .pc-banner-tips2{color:#fff;font-family:Space Grotesk;letter-spacing:0;text-align:center}.home .pc-banner-tips2{font-size:24px;font-variation-settings:"opsz" auto;font-weight:400;line-height:44px;margin:28px auto 0;max-width:600px}.home .pc-banner-btn{align-items:center;background:linear-gradient(180deg,#93e63f,#099a40);border-radius:161px;color:#000;cursor:pointer;display:flex;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:500;justify-content:center;letter-spacing:0;line-height:normal;margin-top:48px;opacity:1;padding:18px 36px}.home .pc-banner-btn:hover{box-shadow:0 10px 10px -10px #00000080;transform:scale(1.05)}.home .pc-banner-btn>img{margin-left:8px}.home .brand{background:#2e2f41;padding:136px 0}.home .brand-box{margin:0 auto;max-width:1200px;width:100%}.home .brand-li{align-items:center;border:1px solid #ffffff80;border-radius:34.25px;cursor:pointer;display:flex;height:93px;justify-content:center;margin:0 10px}.home .brand-li-img-1,.home .brand-li-img-2{height:54px}.home .about{background:#000}.home .about .about-container{margin:auto;max-width:1170px;padding:120px 15px}.home .about .about-container .aboutItem .title{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;margin:auto;max-width:845px;text-align:center}.home .about .about-container .aboutItem .title>span{color:#93e63f}.home .about .about-container .aboutItem .content{align-items:center;display:flex;justify-content:space-between;margin-top:50px;text-align:center}.home .about .about-container .aboutItem .content,.home .about .about-container .aboutItem .content .contentLeft{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px}.home .about .about-container .aboutItem .content .contentLeft{flex:1 1;margin-right:75px;text-align:left}.home .about .about-container .aboutItem .content .contentRight>.video,.home .about .about-container .aboutItem .content .contentRight>img{max-width:540px;width:100%}.home .about .about-container .aboutItem1{margin-bottom:118px}.home .about .about-container .aboutItem1 .content{align-items:center;display:flex;justify-content:space-between}.home .about .about-container .aboutItem1 .content .PartItem{align-items:center;background:#191919;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex:1 1;font-family:Space Grotesk;font-size:36px;font-variation-settings:"opsz" auto;font-weight:700;justify-content:center;letter-spacing:0;line-height:normal;opacity:1;padding:50px;text-align:center}.home .about .about-container .aboutItem1 .content .PartItem>img{height:108px;margin-right:48px;width:108px}.home .about .about-container .aboutItem1 .content .PartItem:hover{background:#1a1a1a}.home .about .about-container .aboutItem1 .content .dv{width:54px}.home .about .about-container .aboutItem2 .content{display:block}.home .about .about-container .aboutItem2 .content .produce{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;margin:20px auto 0;max-width:752px;text-align:center}.home .about .about-container .aboutItem2 .content .sm-content1{align-items:center;display:flex;justify-content:space-between;margin-top:78px}.home .about .about-container .aboutItem2 .content .sm-content1 .sm-content1-left{color:#999;flex:1 1;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;margin-right:200px;text-align:left}.home .about .about-container .aboutItem2 .content .sm-content1 .sm-content1-left .subtitle{color:#fff;font-family:Roboto;font-size:36px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;margin-bottom:12px}.home .about .about-container .aboutItem2 .content .sm-content1 .sm-content1-left .tag{background:#f9763533;border-radius:15px;color:#f97635;font-family:Roboto;font-size:12px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:normal;margin:8px 0 10px;opacity:1;padding:8px 42px;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .about .about-container .aboutItem2 .content .sm-content1 .sm-content1-right{max-width:424px;width:100%}.home .about .about-container .aboutItem2 .content .sm-content1 .sm-content1-right>img{width:100%}.home .about .about-container .aboutItem2 .content .sm-content2 .sm-content1-left{margin-left:200px;margin-right:0}.home .about .about-container .aboutItem2 .content .industrys .industry-title{color:#fff;font-family:Roboto;font-size:24px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;margin:130px auto 44px;text-align:center}.home .about .about-container .aboutItem2 .content .industrys .industry-content{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.home .about .about-container .aboutItem2 .content .industrys .industry-content .industry-item{align-items:center;display:flex;height:64px;justify-content:center;margin-bottom:20px;margin-left:20px;max-width:172px;opacity:1;width:100%}.home .about .about-container .aboutItem2 .content .industrys .industry-content .gap{width:18px}.home .whitelist-title{color:#fff;font-family:Inter;font-size:50px;font-style:normal;font-weight:800;line-height:normal;padding-bottom:60px;text-align:center;text-shadow:0 3px 18px #fff}.home .whitelist-text{color:#fff;font-size:22px;margin:auto;max-width:839px;text-align:center}.home .whitelist-main{margin:50px 0}.home .whitelist-main-left,.home .whitelist-main-right{background:#262626;border:2px solid #fff;border-radius:30px;box-shadow:0 13px 6.7px 0 #00000040;flex:1 1;padding:30px 30px 30px 48px}.home .whitelist-main-left{margin-right:20px}.home .whitelist-main-right{margin-left:20px}.home .whitelist-main-left .title,.home .whitelist-main-right .title{color:#fff;font-size:24px;text-align:center}.home .whitelist-main-left .sub,.home .whitelist-main-right .sub{color:#fff9;font-size:18px;padding-top:24px;text-indent:-18px}.home .whitelist-address{align-items:center;background:#262626;border-radius:30px;box-shadow:0 13px 6.7px 0 #00000040;color:#fff;display:flex;font-size:22px;justify-content:space-between;padding:30px}.home .whitelist-address svg{cursor:pointer;height:30px;margin-left:10px;width:30px}.home .whitelist-buttom{align-items:center;background:#fbc60c;border:2px solid #000;border-radius:10px;cursor:pointer;display:flex;font-size:30px;height:82px;justify-content:center;margin:60px auto 0;width:340px}.home .whitelist-buttom svg{margin-left:20px}.home .whitelist-address-process{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.home .processBox{background:#454545;border-radius:30px;flex:1 1;height:16px;margin:0 14px}.home .processBox .processBoxDiv{background:#fbc60c;border-radius:30px;height:16px}.home .vision{background-image:url(/static/media/icon05.7036c7d3fcecb856ff73.png);background-position:50%;background-size:contain}.home .vision-box{box-sizing:border-box;display:flex;padding:202px 0}@media(max-width:1440px){.home .vision-box{padding:50px 18px}}.home .vision-left{flex:1 1;padding-right:40px}.home .vision-left-p{font-size:50px;font-weight:800;padding-bottom:10px;padding-top:50px;text-shadow:0 3px 18px #fff}.home .vision-left-p,.home .vision-left-text{color:#fff;font-family:Inter;font-style:normal;line-height:normal}.home .vision-left-text{font-size:22px;font-weight:600;margin-top:62px}.home .vision-right img{border-radius:30px;width:607px}.home .encouragement-box{align-items:center;box-sizing:border-box;display:flex;padding:202px 0}@media(max-width:1440px){.home .encouragement-box{padding:50px 18px}}.home .encouragement-left{flex:1 1;padding-right:40px}.home .encouragement-left-p{font-size:50px;font-weight:800;padding-bottom:10px;text-shadow:0 3px 18px #fff}.home .encouragement-left-p,.home .encouragement-left-text{color:#fff;font-family:Inter;font-style:normal;line-height:normal}.home .encouragement-left-text{font-size:22px;font-weight:600;margin-top:34px}.home .encouragement-right img{border-radius:30px;width:607px}.home .advantage{padding:92px 0 137px}.home .advantage .advantage-title{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .advantage .advantage-title span{color:#93e63f}.home .advantage .advantage-subtitle{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;margin:20px auto 70px;max-width:740px;text-align:center}.home .advantage .advantageContent{width:100%}.home .advantage .advantageContent .advantageContent-top{background:linear-gradient(270deg,#d8d8d800,#fff 8%,#fff 90%,#d8d8d800);height:3px;margin-bottom:-8px;opacity:1;width:100%}.home .advantage .advantageContent .advantageContent-bottom{display:flex;justify-content:space-between}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item{align-items:center;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAegAAAK6CAYAAADy/s9tAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAA87SURBVHic7d1BTlRZG4DhUwW9ApzpWPbQg04M2zFpl2InbMeY9MA96BhmsoIW7j/wvzbagAVFVb0lzzPBkBTe2ZvvnHNPjQH8Et6evzp+e/7qeNfPATyOxa4fAFjf2/NXx8tx9XKMMa7G8tOb5+8/7vqZgPUINOy563GeiTTsP4GGPXZTnGciDftNoGFP3RXnmUjD/hJo2EOrxHkm0rCfBBr2zH3iPBNp2D8CDXvkIXGeiTTsF4GGPbFOnGciDftDoGEPPEacZyIN+0GgIe4x4zwTaegTaAjbRJxnIg1tAg1Rm4zzTKShS6AhaBtxnok0NAk0xGwzzjORhh6BhpBdxHkm0tAi0BCxyzjPRBo6BBoCCnGeiTQ0CDTsWCnOM5GG3RNo2KFinGciDbsl0LAj5TjPRBp2R6BhB/YhzjORht0QaNiyfYrzTKRh+wQatmgf4zwTadgugYYt2ec4z0QatkegYQt+hTjPRBq2Q6Bhw36lOM9EGjZPoGGDfsU4z0QaNkugYUN+5TjPRBo2R6BhA55CnGciDZux80Cfnp0cfVlcPbv+u8W4PPr6c3G0m6cC4CmYxnTx778PLsYY43Bafh5jjNcv3l3c9rlt2Emg356/Oh5jjKcyYQCwn6YxXRxMv30cY/vB3kqg5yl5MS6PTMUA7KNpTBfTOLg4nJaftxHrjQb6Ke3DAfB0zJP1JkO9kUBbwgbgKdhkqB810PNStjAD8JRsItSPFmjL2QA8dY8Z6rUDfXp2cnS1+PL7un8HAH4Vy+nww7qRXivQpmYAuNm6l/g8ONDiDAB3WyfSDwq0OAPAaqYxXfz5/O8P9/3cvQJ9enZydLn459hlIwCwuoccHlve5z8QZwC4v8VYHF0u/jm+z2dWDvRf53/8Ls4A8DCLsTiaL/JaxUqBfnv+yuQMAGtajquXq0b6p3vQDoQBwONa5XT3nRP06dnJkTgDwONajquXp2cnd65M3xpoN4QBwOb8rLG3Bvq+p80AgPu5az/6xkCfnp0cORQGAJt111L3jYE2PQPAdnxZXD276ff/CbTpGQC257ZXr/4TaNMzAOzed4E2PQPA9t00RX8XaNMzAOzGj/eOfAu06RkAduv6ie5vgb7tFBkAsB3XW/wt0ItxaXoGgB263uLlGJa3AaDgeotX/j5oAGDz5tPcyzGc3gaAmuUY34/UAMDuzK9bLXytJAC0LKfDD/agASDmy+Lq2dL7zwDQY4IGgKClC0oAoMcEDQAxi3F5JNAAELT0DjQAtCzGwgQNAEUCDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEECDQBBAg0AQQINAEHLaUwXu34IAOBf05guTNAAELScxoEJGgBiTNAAEDONA0vcAFAk0AAQczgtPy8Pp+XnXT8IAPC95esX7xwSA4CQ1y/efd2DvhrLT7t+GADg6zvQY9iDBoCUg+m3j2P8P9Bvnr//uNvHAQCu+zZBu/ITAHZrGtPFfDbsWqDdKAYAu3S9xd8C7XUrANit6y3+FmivWwHA7lxf3h7jh1PcXrcCgN2YT2/Pvgv0m+fvP4o0AGzXj9PzGN6DBoCd+3F6HuOGQJuiAWB7bpqex7hlgnaiGwC246bpeYxbAv36xbsLUzQAbNZt0/MYd+xBu/4TADbrtul5jJ8cEltOhx8e/3EAgOV0+OGuO0juDLSlbgB4fFdj+elnF4QtVvlDb89fHS/H1cvHeSwAeLquxvLTKtvIK70H7dUrAFjfNKaLVc94rXxRyZvn7z/6SkoAeJhpTBd/Pv975bNd97pJ7GD6TaQB4J6mMV3cdWL7JivtQf/or/M/fl+MxdFDPgsAT8mqe84/elCgx3BwDAB+5qFxHmONQI8h0gBwm3XiPMaagR5jjNOzk6OrxZff1/07APCr+NklJKtYO9BjfI305eKfY/vSADxl607N1z1KoGdCDcBTdDWWnw6n5ed1p+brHjXQM6EG4CmYL/HaxBdMbSTQM6EG4Ff1mMvZN9looGenZydHXxZXzxbj8kisAdhH05gupnFw8dhL2bfZSqCvOz07ORpjDJM1AHWbXML+ma0H+kdzsL8srp6NMcZiXH6LtoADsEnz9dXTOPhuIt7WlHyX/wE3JpVGUwz08AAAAABJRU5ErkJggg==);background-position:0 20px;background-repeat:no-repeat;background-size:100% 100%;border-radius:20px;display:flex;flex-direction:column;max-width:244px;overflow:hidden;padding:0 21px 44px;width:100%}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-r{background:#93e63f;border-radius:50%;height:13px;opacity:1;width:13px}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-box{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:28px;margin-top:40px;text-align:center}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-box>div{align-items:center;background:#93e63f;border-radius:50%;color:#000;display:flex;font-family:Roboto;font-size:36px;font-variation-settings:"opsz" auto;font-weight:500;height:64px;justify-content:center;letter-spacing:0;line-height:32px;opacity:1;text-align:center;width:64px}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-box .title{color:#93e63f;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:28px;margin:12px auto 6px;text-align:center}.home .advantage-bg{background-image:url(/static/media/advantage-bg.131be6b1dae972d8e1bf.png);background-position:50%;background-repeat:no-repeat;background-size:cover}@media(max-width:1024px){.home .advantage-bg{background-image:url(/static/media/advantage-bg-sm.23c8f478cd0d0381cc42.png)}}.home .innovative{padding:92px 0 0}.home .innovative .innovative-title{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .innovative .innovative-title span{color:#93e63f}.home .innovative .innovative-subtitle{color:#999;font-family:Space Grotesk;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;text-align:center}.home .innovative .innovativeContent{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:150px;width:100%}.home .innovative .innovativeContent .innovativeContent-item{background:#191919;border-radius:20px;margin-bottom:86px;max-width:359px;opacity:1;padding:0 30px 40px;width:100%}.home .innovative .innovativeContent .innovativeContent-item .innovativeContent-r{display:flex;justify-content:center;margin-top:-76px}.home .innovative .innovativeContent .innovativeContent-item .innovativeContent-r img{width:128px}.home .innovative .innovativeContent .innovativeContent-item .innovativeContent-box{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:28px}.home .innovative .innovativeContent .innovativeContent-item .innovativeContent-box>div{color:#fff;font-family:Roboto;font-size:24px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:32px;margin:26px 0 16px}@media(max-width:1169px){.home .innovative .innovativeContent .innovativeContent-item{max-width:49%}}.home .innovative-bg{background:#000}.home .ecosystem{padding:92px 0 0}.home .ecosystem .ecosystem-title{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .ecosystem .ecosystem-title span{color:#93e63f}.home .ecosystem .ecosystemContent{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:54px;width:100%}.home .ecosystem .ecosystemContent .ecosystemContent-item{background:#191919;border-radius:20px;margin-bottom:86px;max-width:350px;opacity:1;padding:52px 28px 78px;width:100%}.home .ecosystem .ecosystemContent .ecosystemContent-item .subtitle{color:#fff;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:42px;margin-bottom:26px}.home .ecosystem .ecosystemContent .ecosystemContent-item .p ul{padding-left:16px}.home .ecosystem .ecosystemContent .ecosystemContent-item .p ul>li{color:#fff;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:32px;list-style:disc}.home .ecosystem .ecosystemContent>div:nth-child(3){background:#557930;border-radius:20px;opacity:1}.home .ecosystem .ecosystemContent>div:nth-child(3) .p ul>li,.home .ecosystem .ecosystemContent>div:nth-child(3) .subtitle{color:#fff}.home .ecosystem .ecosystemContent>div:nth-child(5){background:#191919;border-radius:20px;opacity:1}.home .ecosystem .ecosystemContent>div:nth-child(5) .p ul>li,.home .ecosystem .ecosystemContent>div:nth-child(5) .subtitle{color:#fff}@media(max-width:1169px){.home .ecosystem .ecosystemContent .gap{width:0}.home .ecosystem .ecosystemContent .ecosystemContent-item{max-width:33%!important}}.home .ecosystem .tip{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;margin:20px auto 0;text-align:center}.home .ecosystem .ecosystem-assets{display:flex;justify-content:space-between;margin:106px 0 153px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left{flex:1 1;margin-right:30px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item{border-bottom:2px solid #93e63f;padding:36px 0;width:100%}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item:first-child{padding-top:0}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item:last-child{border:none;padding-bottom:0}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item .item-top{align-items:center;color:#fff;display:flex;font-family:Roboto;font-size:32px;font-variation-settings:"opsz" auto;font-weight:500;justify-content:flex-start;letter-spacing:0;line-height:normal;margin-bottom:24px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item .item-top img{margin-right:26px;width:64px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item .item-bottom{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:28px}.home .ecosystem .ecosystem-assets .ecosystem-assets-right{max-width:600px;width:100%}.home .ecosystem .ecosystem-assets .ecosystem-assets-right>img{width:100%}.home .ecosystem .fund-content{align-items:center;display:flex;justify-content:center;margin:20px auto auto;max-width:755px}.home .ecosystem .fund-content .fund-item{margin:0 8px}.home .ecosystem .fund-video{display:flex;justify-content:center;mix-blend-mode:screen;width:100%}.home .ecosystem .fund-video .video{height:600px;max-width:600px;width:100%}.home .ecosystem-bg,.home .labs{background:#000}.home .labs{padding:83px 0;width:100%}.home .labs-box{align-items:end;background:#191919;border-radius:20px;display:flex;justify-content:space-between;max-width:1140px;opacity:1;overflow:hidden;padding:0}.home .labs-box>div{flex:1 1}.home .labs-left{padding:105px 40px 105px 56px}.home .labs-left-p{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:72px;margin-bottom:20px}.home .labs-left-p>span{color:#93e63f}.home .labs-left-text{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px}.home .labs-right img{width:540px}.home .advantages{background:#000;padding-bottom:230px}@media(max-width:1440px){.home .advantages{padding-bottom:50px}}.home .advantages-bg img{width:100%}.home .advantages-box{font-size:22px;justify-content:center;margin-top:62px;max-width:1200px}.home .advantages-box,.home .advantages-p{color:#fff;font-family:Inter;font-style:normal;font-weight:800;line-height:normal;text-align:center}.home .advantages-p{font-size:50px;text-shadow:0 3px 18px #fff}.home .advantages-li{margin-right:54px}.home .advantages-li:last-child{margin-right:0}.home .advantages-li:nth-child(2n){animation:top_buttom_float 2s ease-in-out infinite alternate;margin-top:135px}.home .advantages-li:nth-child(odd){animation:top_buttom_float 2.4s ease-in-out infinite alternate}.home .advantages-li-img{border-radius:115.5px;height:184px;width:184px}.home .advantages-li p{color:#fff;font-size:26px;margin-top:30px;text-align:center}.home .advantages-linear{background-image:linear-gradient(180deg,#f000,#131d29,#131d29);height:264px}.home .dragonRealmNFT{background:#131d29;padding:190px 0 80px}.home .dragonRealmNFT-box{display:flex}.home .dragonRealmNFT-left{height:949px;position:relative;text-align:center;width:574px}.home .dragonRealmNFT-left .box-ushadow{background:linear-gradient(180deg,#131d29,#131d2900);height:342px;position:absolute;width:574px;z-index:6}.home .dragonRealmNFT-left .box-pshadow{background:linear-gradient(0deg,#131d29,#131d2900);height:340px;position:relative;top:-298px;width:574px;z-index:6}.home .dragonRealmNFT-left .box .box-li{height:302px;position:relative}.home .dragonRealmNFT-left .box-li-img{border-radius:40px;height:342px;width:428px}.home .dragonRealmNFT-left .box-li-img_active{height:574px;position:relative;top:-166px;width:574px;z-index:11}.home .stepper{align-items:center;bottom:0;display:flex;left:50%;position:absolute;transform:translate(-50%,36%);z-index:8}.home .stepper svg{cursor:pointer}.home .dragonRealmNFT-left .stepper-box{border:1px solid #fff;border-radius:10px;box-sizing:border-box;color:#fff;display:flex;font-size:30px;margin:0 20px;padding:19px}.home .dragonRealmNFT-left .stepper-box .stepper-box-num{width:142px}.home .dragonRealmNFT-left .stepper-box .stepper-box-dot{background:#9c9c9c;border-radius:50%;height:29px;margin:0 8px;width:29px}.home .dragonRealmNFT-right{color:#fff;padding:174px 0 0 125px;width:500px}.home .dragonRealmNFT-right .nft{font-size:60px;padding-bottom:10px}.home .dragonRealmNFT-right .text{font-size:30px;margin-top:50px}.home .dragonRealmNFT-right .buy{align-items:center;background:#fff;border-radius:10px;box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-size:30px;justify-content:center;margin-top:60px;padding:20px 0;width:304px}.home .dragonRealmNFT-right .buy svg{margin-left:20px}.home .dragonRealmNFT-right .footer{position:relative}.home .dragonRealmNFT-right .footer img{bottom:-26px;height:133px;position:absolute;right:-54px;width:161px}.home .community{background:#131d29;padding-bottom:80px;position:relative;text-align:center}.home .community .community-title{color:#fff;font-size:50px;padding:180px 0 66px}.home .community .community-text{color:#fff;font-size:22px}.home .community .community-box{margin:0 auto;width:839px}.home .community .community-mask{background:linear-gradient(180deg,#131d29,#131d2900);height:645px;left:0;position:absolute;right:0;top:0}.home .tokenmics{background:#000;padding:160px 0 68px}@media(max-width:1440px){.home .tokenmics{padding:50px 18px}}.home .tokenmics-title{color:#fff;font-family:Inter;font-size:50px;font-style:normal;font-weight:800;line-height:normal;padding-bottom:60px;text-align:center;text-shadow:0 3px 18px #fff}.home .tokenmics-address{background:#262626;border:1px solid #fff;border-radius:30px;box-shadow:0 13px 6.7px 0 #00000040;margin-top:40px}.home .tokenmics-box-supply{align-items:baseline;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;background:#262626;border:1px solid #fff;border-radius:18px;color:#fff;display:flex;font-size:30px;margin-top:58px;padding:34px;text-align:center}.home .tokenmics-box-supply .left{flex:1 1;font-size:30px;text-align:left}.home .tokenmics-box-supply .right{flex:1 1;font-size:50px;text-align:right}.home .development-bg{height:1166px;margin:0 auto;max-width:1547.073px;padding:0 20px;width:100%}.home .development p{color:#fff;font-family:Inter;font-size:50px;font-style:normal;font-weight:800;line-height:50px;margin:0;padding:41px 0 0;text-align:center;text-shadow:0 3px 18px #fff}.home .development-box{margin-bottom:66px}.home .development-box-top{display:flex;justify-content:space-between;margin-top:100px}.home .development-box-top-top{justify-content:center;margin-top:66px}.home .development-box-top .li{width:291px}.home .development-box-top-top .li{width:100%}.home .development-box-top-top .li div{display:flex;justify-content:center}.home .development-box-top-top .li div:nth-child(3){margin-top:10px}.home .development-box-top .li:nth-child(3){left:-142px;position:relative;width:258px}.home .development-box-top .li-title{color:#fff;font-size:22px;line-height:28px;margin-bottom:17px;padding-bottom:0}.home .development-box-top .li-title-text{color:#fff;font-size:18x;margin-top:10px}.home .development-box-top2{margin-top:215px}.home .development-box-top2 .li:first-child{width:360px}.home .development-box-top2 .li:nth-child(2){width:312px}.home .development-box-top2 .li:nth-child(3){width:225px}.home .blogs{padding:92px 0 0}.home .blogs .blogs-title{color:#fff;font-family:Roboto;font-size:48px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .blogs .blogs-title span{color:#93e63f}.home .blogs .blogs-subtitle{color:#999;font-family:Space Grotesk;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:36px;margin:auto;max-width:845px;text-align:center}.home .blogs .blogsContent{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:28px;width:100%}.home .blogs .blogsContent .blogsContent-item{margin-bottom:86px;max-width:359px;width:100%}.home .blogs .blogsContent .blogsContent-item .blogsContent-r{display:flex;justify-content:center;margin-top:-76px}.home .blogs .blogsContent .blogsContent-item .blogsContent-r img{width:128px}.home .blogs .blogsContent .blogsContent-item .blogsContent-box{color:#fff;font-family:Space Grotesk;font-size:22px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:32px;margin-top:14px}.home .blogs .blogsContent .blogsContent-item .blogsContent-box>div{align-items:center;display:flex;justify-content:space-between;margin:20px 0 6px}.home .blogs .blogsContent .blogsContent-item .blogsContent-box>div>span{color:#fff;font-family:Space Grotesk;font-size:12px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:28px}.home .blogs .blogsContent .blogsContent-item .blogsContent-box>div>span:last-child{color:#999;font-family:Space Grotesk;font-size:12px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:28px;text-align:right}@media(max-width:1169px){.home .blogs .blogsContent .blogsContent-item{max-width:49%}}.home .footers{background-image:url(/static/media/footer_bg.6c33d161b752a1829e8e.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;opacity:1;padding-top:75px}.home .footers-box .footers-top{align-items:flex-start;border-bottom:1px solid #557930;display:flex;justify-content:space-between;padding-bottom:35px}.home .footers-box .footers-top .footers-links{max-width:421px}.home .footers-box .footers-top .footers-links .footerImg{align-items:center;color:#fff;display:flex;font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:700;justify-content:space-between;letter-spacing:0;line-height:normal;max-width:96px}.home .footers-box .footers-top .footers-links .footerImg img{height:34px;margin-right:4px;width:34px}.home .footers-box .footers-top .footers-links .tip{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;margin:24px 0}.home .footers-box .footers-top .footers-links .contracts{align-items:center;display:flex;justify-content:flex-start}.home .footers-box .footers-top .footers-links .contracts>img{margin-right:20px}.home .footers-box .footers-top .navs{align-items:flex-start;display:flex;justify-content:flex-end}.home .footers-box .footers-top .navs>.nav-items{margin-left:100px}.home .footers-box .footers-top .navs>.nav-items>div{color:#999;cursor:pointer;margin-bottom:25px}.home .footers-box .footers-top .navs>.nav-items>div,.home .footers-box .footers-top .navs>.nav-items>div:first-child{font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:normal}.home .footers-box .footers-top .navs>.nav-items>div:first-child{color:#fff}.home .footers-box .footers-top .navs>.nav-items>div:last-child{margin-bottom:0}.home .footers-box .footers-bottom{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;padding:20px 0}@media(max-width:1169px){.home .labs-left{padding:0 40px 0 56px}}.dashboard-box{display:flex;font-family:Inter}.dashboard-box-left{box-sizing:border-box;height:calc(100vh - 22px);left:22px;position:fixed;top:22px;width:310px}.dashboard-box-left .left-bg{background:#fff;border:1px solid #fff;border-radius:33px;box-shadow:0 8px 40px 0 #00000014;height:calc(100vh - 44px)}.dashboard-box-left-logo{display:block;height:80px;margin:30px auto 40px;width:76px}.dashboard-box-left .li{align-items:center;color:#a3a3a3;cursor:pointer;display:flex;font-size:16px;margin:0 29px;padding:16px 24px}.dashboard-box-left .li svg{margin-right:16px}.dashboard-box-left .li-active{background:rgba(171,84,219,.149);border-radius:10px;color:#ab54db}.dashboard-box-right{margin-left:356px}.dashboard-box-right .header{display:flex;padding-top:40px}.dashboard-box-right .header-left{flex:1 1}.dashboard-box-right .header-left-title{color:#202020;font-size:24px;font-weight:700}.dashboard-box-right .header-left-sub{color:#202020;font-size:12px;font-weight:700;margin-top:10px}.dashboard-box-right .header-right{border:2px solid #202020;border-radius:10px;box-sizing:border-box;color:#202020;cursor:pointer;font-size:18px;font-weight:700;height:46px;padding:9px 25px}.dashboard-box-right .main-left-box{background:#fff;border-radius:24px;box-shadow:0 6px 10px 0 #0000001a;box-sizing:border-box;padding:30px}.dashboard-box-right .main-left-top{position:relative}.dashboard-box-right .main-left-staking{color:#202020;font-size:26px;font-weight:700;margin-bottom:30px}.dashboard-box-right .main-left-join{align-items:center;background:#8545a7;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:center;margin-bottom:50px;padding:9px 0;width:196px}.dashboard-box-right .main-left-join svg{height:28px;margin-left:10px;width:28px}.dashboard-box-right .main-left-top-icon{height:143px;position:absolute;right:-10px;top:-10px;width:142px}.dashboard-box-right .main-left-bottom{display:flex}.dashboard-box-right .main-left-bottom-box{background:#eef1fa;border-radius:10px;box-sizing:border-box;flex:1 1;padding:16px 18px}.dashboard-box-right .main-left-bottom-box:first-child,.dashboard-box-right .main-left-bottom-box:nth-child(2){margin-right:15px}.dashboard-box-right .main-left-bottom-box .total{display:flex;margin-bottom:16px}.dashboard-box-right .main-left-bottom-box .total-num{color:#202020;flex:1 1;font-size:26px;font-weight:700}.dashboard-box-right .main-left-bottom-box .total-right{align-items:center;background:#fff;border-radius:4.848px;display:flex;font-size:12px;height:20px;padding:2px 6px 2px 2px}.dashboard-box-right .main-left-bottom-box .sall{align-items:center;color:#202020;display:flex;font-size:16px;font-weight:700}.dashboard-box-right .main-left-bottom-box .sall span{flex:1 1;font-size:12px;text-align:right}.main-left .revenue{display:flex;margin-top:17px}.main-left .revenue .revenue-box:first-child{margin-right:8px}.main-left .revenue .revenue-box:nth-child(2){margin-left:8px}.main-left .revenue-box{background:#fff;border-radius:24px;box-shadow:0 6px 10px 0 #0000001a;flex:1 1;padding:40px 40px 62px;position:relative;text-align:center}.main-left .revenue-title{color:#202020;font-size:40px;font-weight:700;text-align:center}.main-left .revenue-to{align-items:center;background:#8545a7;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:46px;justify-content:center;margin:30px 0 14px}.main-left .revenue-p{color:#202020;font-size:16px;font-weight:500}.main-left .revenue-to-disabled{background:#8545a780;border-radius:10px}.main-left .revenue-svg{bottom:0;height:88px;position:absolute;right:0;width:88px}.dashboard-box-right .main{display:flex;padding-top:60px}.dashboard-box-right .main-left{flex:1 1;margin-right:10px}.dashboard-box-right .main-right{flex:1 1;margin-left:10px}.dashboard-box-right .main-right-box{background:#fff;border-radius:24px;box-shadow:0 6px 10px 0 #0000001a;box-sizing:border-box;padding:30px}.dashboard-box-right .main-right-box:nth-child(2){height:258px;margin-top:17px}.dashboard-box-right .main-right-box .header{padding-top:0}.dashboard-box-right .main-right-box .charts{height:220px}.dashboard-box-right .main-right-box-header{display:flex}.dashboard-box-right .main-right-box-header-left{align-items:center;color:#202020;display:flex;flex:1 1;font-size:24px;font-weight:500}.dashboard-box-right .main-right-box-header-left .total-right{align-items:center;border:1px solid #000;border-radius:4.848px;color:#202020;display:flex;font-size:12px;font-weight:500;height:20px;justify-content:center;margin-left:10px;padding-right:4px}.dashboard-box-right .main-right-box-header-left .total-right svg{height:17px;width:17px}.dashboard-box-right .main-right-box-header-right{border:none;display:flex}.dashboard-box-right .header-right-box{align-items:center;border:1px solid #3b3741;border-radius:6px;display:flex;font-size:14px;margin-left:8px;padding:6px 12px 6px 8px}.dashboard-box-right .header-right-box .header-right-box_on{color:#8545a7}.dashboard-box-right .header-right-box span{padding:0 6px}.dashboard-box-right .header-right-box img:last-child{margin-right:0}.dashboard-box-right .header-right-box img{height:18px;margin:0 8px;width:18px}.dashboard-transaction{background:#fff;border-radius:24px;margin-top:30px;padding:32px 0}.dashboard-transaction-top{border-bottom:1px solid #eceaf3;color:#202020cc;display:flex;font-size:16px;font-weight:400;padding:0 50px}.dashboard-transaction-top .item{flex:1 1;padding:0 0 22px}.dashboard-transaction-top .created{text-align:right;width:80px}.dashboard-transaction-no{color:#202020;font-size:16px;font-weight:500;padding:124px 0 175px;text-align:center}.dashboard-transaction-main{color:#202020;display:flex;font-size:16px;font-weight:500;padding:0 50px}.dashboard-transaction-main .item{flex:1 1;padding:22px 0}.dashboard-transaction-main{border-bottom:1px solid #eceaf3}.dashboard-transaction-main:nth-child(2n){background:#fcfcfc}.dashboard-transaction-main .created{text-align:right;width:80px}.dashboard-transaction-main .statu1{background:#2ed6a326;color:#00a389}.dashboard-transaction-main .statu1,.dashboard-transaction-main .statu2{align-items:center;border-radius:14px;display:flex;font-size:16px;font-weight:500;padding:8px 26px 8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-transaction-main .statu2{background:#ffbb5426;color:#ffbb54}.dashboard-transaction-main .statu3{align-items:center;background:#ff5b5b26;border-radius:14px;color:#ff5b5b;display:flex;font-size:16px;font-weight:500;padding:8px 26px 8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard-transaction-main svg{margin-right:14px}.pagination{padding:30px;text-align:center}.pagination,.pagination .page-link{align-items:center;display:flex;justify-content:center}.pagination .page-link{background:#fff;border:1px solid #fff6;border-radius:3px;color:#0009;cursor:pointer;font-size:14px;height:32px;margin:0 4px;width:32px}.pagination-left{cursor:pointer;margin-right:4px}.pagination-right{cursor:pointer;margin-left:4px}.pagination .active{background:#d6d6d6;border:1px solid #d6d6d6;border-radius:3px;color:#000}.rotetaOpen{transform:rotate(180deg);-webkit-transform:rotate(180deg);transition:transform .5s}.rotetaClose{transform:rotate(0deg);-webkit-transform:rotate(0deg);transition:transform .5s}@media screen and (max-width:1439px){.w-1200,.w-1350{width:100%}.home .h5-header{align-items:center;display:flex;justify-content:space-between;padding:8px 15px;position:fixed;top:0;width:100%;z-index:999}.home .h5-header-open{background:#0000}.home .logoIcon{flex-shrink:0;height:28px;width:111.64px}.home .dashboard{border:1px solid #202020;border-radius:8px;height:36px;line-height:36px;margin-right:8px;text-align:center;width:100px}.home .h5-header svg{height:24px;width:24px}.home .h5-header-main{width:100%}.home .h5-header-main .h5-banner_bg{background:#000;overflow:hidden;position:relative}.home .h5-header-main .h5-banner_bg .video{height:100%;left:0;top:0;width:100%}.home .h5-header-main .h5-banner_bg>img{width:100%}.home .h5-header-main .h5-banner{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#000;margin:0 auto;position:relative;text-align:center;z-index:1}.home .h5-header-main .h5-banner-container{margin:auto;max-width:1170px;padding:82px 15px 50px}.home .h5-header-main .h5-banner-tips1{color:#fff;font-family:Space Grotesk;font-size:34px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center;width:100%}}@media screen and (max-width:1439px)and (max-width:1169px){.home .h5-header-main .h5-banner-tips1{color:#fff;font-family:Roboto;font-size:36px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:54px}}@media screen and (max-width:1439px){.home .h5-header-main .h5-banner-tips2{color:#999;font-family:Space Grotesk;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:27px;margin:20px 0;text-align:center}}@media screen and (max-width:1439px)and (max-width:1169px){.home .h5-header-main .h5-banner-tips2{color:#999;font-family:Roboto;font-size:18px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:27px}}@media screen and (max-width:1439px){.home .h5-header-main .goTo{align-items:center;background:linear-gradient(180deg,#93e63f,#099a40);border-radius:161px;cursor:pointer;display:flex;justify-content:center;margin:0 auto;opacity:1;padding:18px 36px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .h5-header-main .goTo>img{margin-left:8px}.home .h5-header-main .goTo:hover{box-shadow:0 10px 10px -10px #00000080;transform:scale(1.05)}.home .h5-header-mask{background:url(/static/media/m_menu_bg.1744dbd099b5772eee5d.png);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;left:0;padding:54px 15px 20px;position:fixed;right:0;text-align:left;top:0;z-index:22}.home .h5-header-mask .scroll{height:100%;overflow-x:auto}.home .h5-header-mask .scroll>div{width:calc(100% - 5px)}.home .h5-header-mask .scroll::-webkit-scrollbar{height:6px;width:3px}.home .h5-header-mask .scroll::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,.3)}.home .h5-header-mask .scroll::-webkit-scrollbar-thumb{background:#93e63f;border-radius:10px;-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}.home .h5-header-mask-li{border-bottom:1px solid #ffffff26;color:#fff;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:normal;opacity:1;padding:17px 0}.home .h5-header-mask-li>div{align-items:center;display:flex;justify-content:space-between}.home .h5-header-mask-li .nav{display:block;padding-left:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .h5-header-mask-li .nav div>div{margin:34px 0}.home .h5-header-mask-li .nav div>div:last-child{margin-bottom:0}.home .h5-header-mask-li:last-child{border:none}.home .h5-header-mask-li .nav-item-hot{align-items:center;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAaoAAABKCAYAAADqvBDAAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAYKSURBVHic7d2xbxvnHcbx53nvOKQFGGaUIgLMWi3tVLhLzpu2qEM1R4AzGI4KyPoDJP0BsVwIhQY3sLPKQ5Qt8NLLUmTU4s4s5FijZQFBgZK8XweSjuzYlmTL4sH8fhaRupd3r6Yv7tVL0jqHncOi0xuocNJnllqVouNQS1brPOcBAEyJ0FFYR0nuyupWA/0w+K32Vj8qj856Cp9l0N8fFb+PpK1QFG88WQAAflHK3lyZKcvTBr42VDuHRWcgrUfE5yde8C/J90M+8KD3KLL8qfq947efMwDgvZM3mh70P4ysMWdX81FpQda8pOZoRJnby9dnyu6rTvHKUG0/LhYVcXe0rHds+476/fsRcXCxfwUAYKrkjaataxHxhaSmQkeyl1dmy72XDX9pqLZ/KjbkWJckh3ZVDW4RKADAhcobTUdshrUkSQpvrnxcbrw47Fehei5S9lfR691613MFAEwvNxo3I2JN0ktj9Vyoth8Xi1J8OzxQrUa/2r2siQIAppfztBRKW6Nnfz65DJjGD3YOi44i7kqjOykiBQC4JNGvdm1/NXwSd3cOi8742LNQ9UcbJxzaZbkPAHDZote75dCurNZAWh//3pK0fVgUivinpGPJf2S7OQBgEmy3I8seSGqmyn+4MVfuD++o4tnmiTtECgAwKRFxYPuOJEXSliR560nRyv8bT8TdFACgBkZ3VT9KUm5/krKftShJCj0kUgCASYuIg+GnIEm9gYqUMn0qSU76frJTAwBgzPclyUmfJYU6khSRHk50TgAAjIR8IEmWWqlSdCTJg96jic4KAICRcZMqRSc5ht8lFVn+dLLTAgBgaNwkh1rp2ZcespECAFAX4yZZrXTKUAAAJopQAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqjVABAGqNUAEAao1QAQBqx3ZbkkLqEioAQP2krClJSToiVACA+rHnRz/3CRUAoHaqiHlJikr/IVQAgNqxtSRJSioJFQCgXvJ0RVIzpO7KTEmoAAA1E2lNkhz+RmJ7OgCgRtzIr8m6otBR/ze6LREqAEBN2G5HaG30ZHn1o/JIIlQAgBqw3Y4suy+pKWlvZbbcGx8jVACAiToRqbal/f4HXj55PCl0JEnKG81JTBAAML2c5fMnI9X7wFfHS35jKTwMlQf9DycySwDAVIo8XwvrgaS2pL2XRUqS8iR3Q9GJrDGn/v8OLn+qAICpkjeajtiURm/qDW+ufFxuvGp4Co3uqBTtS5kgAGBqDT8VPR6EtWSpG5WXXxcpSUpR6bvhw/jLJcwRADCl3MivRZY90PD/Ud3MvvrXufLeaa/LG5nKfkgh/Wm4hz1Y/gMAXKjI8k2FrkmS5dtfzparZ31tuj5Tdi2XkqQ8564KAHBhbLeV5z/azyK1ep5ISaP3UbnSqiRFxBfjb1UEAOBtRJYtnNh63s3tT76cLW+f9zxJkm7Mlfu270lqKmU3L3iuAIApE3m+ZvtrjbaeZ/bV6zNl903OlY8fZNJmP7QY1pIbjYPo9W5d0HwBAFPCdjtStmXpiqRTt56f6Zwnn2w/Lhal+HZ4oFqNfrX7NicHAEwPZ/l8WF9rtNQX9vLKTFm+7Xmf+6y/ldlyT+FNSQqlLTcaLAMCAE518lMmLO1n9tWLiJT0wh3V2PZPxYYc65Lk0G7Y6+r3ji/iggCA94fttrJsI6QFSRey1Pera7zqwPbjYlERd2W1JB3bvhOhfxAsAIDttlJ2M6wFSU1L3ary5lnewHvua73u4M5h0elH3JVUjH51rNBDJ31fDfzvFP2DyPKnxAsA3m+225Xzdsrid1FpQR5tlhgeu5dJm2+6q+/Ua59l0PZhUShiXb8ECwAw5Wzf80B/uzFX7r/T65xn8NaTopX9rMWU6VOFOpWi41BrtDwIAHhPhdRNcldWN0Lf5db+u7qDetH/Ae948FkHSwwDAAAAAElFTkSuQmCC);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:8px;color:#93e63f;display:flex;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;justify-content:flex-start;letter-spacing:0;line-height:normal;opacity:1;padding:8px 18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.home .h5-header-mask-li .nav-item-hot>img{margin-right:6px;width:15.14px}.home .scroll .active{color:#93e63f}.home .brand{background:#232323;box-sizing:border-box;padding:40px 0}.home .brand-box{box-sizing:border-box;padding:0 12px 0 0;width:100%}.home .brand-li{align-items:center;border:1px solid #ffffff80;border-radius:20px;display:flex;height:33px;justify-content:center;margin:0 13px;width:102px}.home .brand-li-img-1,.home .brand-li-img-2{height:18px}.home .about-box{display:block;padding:0}.home .about-right{box-sizing:border-box;color:#fff;padding:30px 0 80px;position:relative;width:100%}.home .about-right .about-us{color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:800;line-height:normal;margin-bottom:22px;text-align:center;text-shadow:none}.home .about-right .about-text{font-size:16px;margin-top:16px;padding:0 18px;width:auto}.home .about-right .about-icon{bottom:0;height:80px;position:absolute;right:0;width:59px}.home .about-mask{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:33}.home .about-mask-content{background:#131d29;border-radius:30px;box-shadow:0 13px 6.7px 0 #00000040;box-sizing:border-box;color:#fff;margin:30% auto 0;padding:30px;width:327px}.home .about-mask-content-title{font-family:Inter;font-size:20px;position:relative;text-align:center}.home .about-mask-content-title svg{cursor:pointer;height:24px;position:absolute;right:0;top:-4px;width:24px}.home .about-mask-content-from .item{color:#fff;margin-top:24px}.home .about-mask-content-from .item .label{font-family:Inter;font-size:16px;padding-bottom:10px}.home .about-mask-content-from .item input{background:#2b343e;border:none;border-radius:64px;box-sizing:border-box;color:#fff;font-size:16px;height:40px;padding:0 10px;width:100%}.home .about-mask-content-from .tips{padding-top:24px}.home .about-mask-content-from .text{font-size:12px;padding-bottom:6px}.home .about-mask-content-from .other{display:flex}.home .about-mask-content-from .other svg{cursor:pointer;height:16px;margin-right:8px;width:16px}.home .about-mask-content-from .confirm{background:#fff;border-radius:10px;color:#fff;cursor:pointer;font-family:Inter;font-size:14px;height:32px;line-height:32px;margin:28px auto 0;text-align:center;width:200px}}@media(max-width:1023px){.home .vision{background-image:url(/static/media/icon05.7036c7d3fcecb856ff73.png);background-position:50%;background-size:cover;height:auto}.home .vision-box{box-sizing:border-box;display:block;padding:60px 16px}.home .vision-left{padding-right:0}.home .vision-left-p{font-size:24px;padding-bottom:6px;padding-top:0;text-align:center}.home .vision-left-text{font-size:14px;margin-top:16px}.home .vision-right img{border-radius:20px;height:227px;margin-top:30px;width:100%}.home .about .about-container .aboutItem .content{align-items:center;flex-direction:column}.home .about .about-container .aboutItem .content .contentLeft{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;margin-right:0}.home .about .about-container .aboutItem .content .contentRight{margin-top:20px}.home .about .about-container .aboutItem .content .sm-content1{align-items:center;flex-direction:column}.home .about .about-container .aboutItem .content .sm-content1 .sm-content1-left{margin-left:0;margin-right:0}.home .about .about-container .aboutItem .content .PartItem{background:#121212;border-radius:12px;color:#fff;font-family:Space Grotesk;font-size:24px;font-variation-settings:"opsz" auto;font-weight:700;letter-spacing:0;line-height:normal;margin-bottom:20px;opacity:1;text-align:center;width:100%}.home .about .about-container .aboutItem .content .PartItem img{height:64px;margin-right:24px;width:64px}.home .about .about-container .aboutItem2 .content .industrys .industry-content{justify-content:space-between}.home .about .about-container .aboutItem2 .content .industrys .industry-content .gap{width:0}.home .advantage .advantageContent .advantageContent-bottom{align-items:center;flex-direction:column}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item{background-image:none;background:#93e63f4d;border-radius:20px;margin-bottom:24px;max-width:100%;opacity:1;padding:24px 17px}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-box{color:#fff;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;margin-top:0;text-align:center}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item .advantageContent-box>div{color:#000;font-family:Roboto;font-size:36px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:32px;margin-bottom:12px;text-align:center}.home .advantage .advantageContent .advantageContent-bottom .advantageContent-item:last-child{margin-bottom:0}.home .innovative .innovativeContent .innovativeContent-item{max-width:100%}.home .ecosystem .ecosystemContent .ecosystemContent-item{margin-bottom:25px;max-width:100%!important}.home .ecosystem .ecosystemContent .ecosystemContent-item:first-child .p ul>li,.home .ecosystem .ecosystemContent .ecosystemContent-item:first-child .subtitle{color:#fff}.home .ecosystem .ecosystemContent .ecosystemContent-item:last-child{margin-bottom:63px}.home .ecosystem .ecosystem-assets{align-items:center;flex-direction:column}.home .labs{padding:50px 15px}.home .labs .labs-box{align-items:center;display:flex;flex-direction:column}.home .labs .labs-box .labs-left{padding:30px 23px}.home .labs .labs-box .labs-right{width:100%}.home .labs .labs-box .labs-right>.video{object-fit:fill;width:100%!important}.home .core .coreContent{display:block}.home .core .coreContent .coreleft{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.home .core .coreContent .coreright{padding:0 18px;width:100%}.home .core .coreContent .coreright .coreright-items{color:#fff;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:30px}.home .core .coreContent .coreright .coreright-items>div{color:#fff9;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:2px}.home .core-bg{width:100%}.home .core-p{color:#fff;font-size:24px;margin-bottom:0;padding-top:60px;text-align:center}.home .core-li{background:#131d29;border-radius:40px;box-shadow:none;height:300px;margin:0 auto;text-align:center;width:230px}.home .core-li:nth-child(3n){margin-right:auto}.home .core-li-img{border-radius:0 0 40px 40px;height:157px;width:157px}.home .core-li p{color:#fff;font-size:20px;line-height:20px;margin:10px 0 0;padding-bottom:4px}.home .core-li-text{color:#fff9;font-size:14px;line-height:18px;padding:0 25px 14px;text-align:center}.home .core-box .swiper-3d .swiper-slide-shadow-left,.home .core-box .swiper-slide-shadow-right{border-radius:40px}.home .technology{background-image:url(/static/media/icon05.7036c7d3fcecb856ff73.png);background-position:50%;background-size:cover;height:auto}.home .technology-box{box-sizing:border-box;display:block;padding:60px 16px;width:100%}.home .technology-left img{border-radius:20px;height:227px;width:100%}.home .technology-right{padding-left:0;width:100%}.home .technology-right-p{font-size:24px;margin:30px 0 20px;text-align:center}.home .technology-right img{height:304px;margin-top:30px;width:100%}.home .technology-right-text{font-size:16px;margin-top:10px}.home .advantages{padding-bottom:80px}.home .advantages-p{color:#fff;font-size:24px;padding:20px 0}.home .advantages-box{color:#fff;display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-top:0;overflow:hidden;text-align:center}.home .advantages-bg{text-align:center}.home .advantages-bg img{height:240px;margin-top:30px}.home .advantages-li{float:left;margin-bottom:38px;margin-right:0;width:50%}.home .advantages-li:nth-child(2n){animation:top_buttom_float 2s ease-in-out infinite alternate;margin-top:0}.home .advantages-li:nth-child(odd){animation:top_buttom_float 2.4s ease-in-out infinite alternate}.home .advantages-li-img{border-radius:115.5px;height:117px;width:117px}.home .advantages-li p{color:#fff;font-size:16px;margin:22px auto 0;width:100px}.home .encouragement{background-image:url(/static/media/encouragement_mobile.1aa3749ec0029720ba96.png)}.home .encouragement-box{display:block}.home .encouragement-left-p{color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:800;line-height:normal;text-align:center;text-shadow:none}.home .encouragement-left{padding-right:0}.home .encouragement-left-text{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:30px;margin-top:20px}.home .dragonRealmNFT{background:#131d29;padding:60px 0}.home .dragonRealmNFT-box{display:block}.home .dragonRealmNFT-left .box-li{height:302px;position:relative}.home .dragonRealmNFT-left .box-li-img{border-radius:40px;height:202.589px;width:253.532px}.home .dragonRealmNFT-left .box-li-img_active{height:340px;position:relative;top:-240px;width:340px;z-index:11}.home .community{background:#131d29;padding-bottom:0;position:relative;text-align:center}.home .community .community-box{color:#fff;width:100%}.home .community .community-title{font-size:24px;padding:60px 0 22px}.home .community .community-text{font-size:16px;padding:0 18px}.home .innovation{background-image:url(/static/media/icon05.7036c7d3fcecb856ff73.png);background-position:50%;background-size:cover;height:auto}.home .innovation-box{box-sizing:border-box;display:block;padding:60px 16px}.home .innovation-left{padding:0}.home .innovation-left-p{font-size:24px;margin:0 auto;padding-bottom:6px;padding-top:0;text-align:center;width:190px}.home .innovation-left-text{font-size:16px;margin-top:16px}.home .innovation-right img{border-radius:40px;height:304px;margin-top:30px;width:100%}.home .development{background:#010816;padding:80px 0 120px;position:relative}.home .development .development-p{color:#fff;font-family:Inter;font-size:26px;font-style:normal;font-weight:800;line-height:normal;margin:0 auto;padding:0 0 24px;text-align:center;text-shadow:none}.home .development-box{background-image:url(/static/media/icon05.0832e5a1bdc419a39710.png);height:416px;width:100%}.home .development-box_svg .svg1{left:4%;position:absolute;top:200px}.home .development-box_svg .svg2{position:absolute;right:4%;top:200px}.home .development-box_svg{padding-top:48px;text-align:center}.home .development-box_h5 img{bottom:0;height:193.609px;position:absolute;right:0;width:220.664px}.home .development-box_h5 .li{color:#fff;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin:0 auto 30px}.home .development-box_h5 .li-icon{height:182px;margin-bottom:10px;width:182px}.home .development-box_h5 .li-title{font-size:16px;line-height:20px}.home .development-box_h5 .li-title,.home .development-box_h5 .li-title-text{color:#fff;font-family:Inter;font-style:normal;font-weight:600;line-height:normal}.home .development-box_h5 .li-title-text{color:#fff9;font-size:14px;margin-top:4px}.home .footers{background-image:url(/static/media/footer-bg-sm.cd4c502c31e59955496d.png);background-size:auto 100%}.home .footers-box{box-sizing:border-box;display:block;padding:20px 18px;position:relative}.home .footers-p{color:#fff;font-size:20px;margin:0;padding-bottom:20px}.home .footers-p .gmail{font-size:14px;padding-top:14px}.home .footers-orter{padding-right:0;padding-top:10px}.home .footers svg{height:23px;margin-right:10px;width:23px}.home .footers .icon27{bottom:0;height:66px;position:absolute;right:0;width:50px}.home .footers .icon24{bottom:0;height:30px;position:absolute;right:33px;width:42px}.home .dragonRealmNFT_h5-buttom{padding-top:20px}.home .dragonRealmNFT_h5-buttom .nft{color:#fff;font-size:24px;padding:28px 0 22px;text-align:center}.home .dragonRealmNFT_h5-buttom .text{color:#fff;font-size:16px;margin-bottom:16px;padding:0 18px}.home .dragonRealmNFT_h5-buttom .footer{padding:12px 18px 0;position:relative}.home .dragonRealmNFT_h5-buttom .footer .buy{align-items:center;background:#fff;border-radius:10px;color:#fff;display:flex;font-size:16px;height:44px;justify-content:center;width:192px}.home .dragonRealmNFT_h5-buttom .footer .buy svg{height:24px;margin-left:9px;width:24px}.home .dragonRealmNFT_h5-buttom .footer img{bottom:-8px;height:59px;position:absolute;right:58px;width:72px}.home .dragonRealmNFT-left{height:342px;position:relative;text-align:center;width:100%}.home .dragonRealmNFT-left .swiperSlide-box{background-position:50%;background-size:cover;border-radius:8px;position:relative}.home .dragonRealmNFT-left .swiperSlide-box-info{background:linear-gradient(180deg,#131d2914 0,#131d29);bottom:0;font-size:16px;left:0;padding:8px 0;position:absolute;right:0}.home .dragonRealmNFT-left .swiperSlide-box-info .sub{font-size:14px}.home .about-whitelist{background-image:url(/static/media/whitelist-bg.cbffb77472ca5312d146.png);background-position:50%;background-size:cover;padding-bottom:50px;padding-top:50px;position:relative}.home .whitelist-box{box-sizing:border-box;text-align:center;width:100%}.home .whitelist-title{color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:800;line-height:normal;padding-bottom:14px;text-align:center;text-shadow:none;width:100%}.home .whitelist-text{color:#fff;font-size:14px;text-align:center;width:100%}.home .whitelist-main{display:block;margin:30px 0}.home .whitelist-main-left,.home .whitelist-main-right{background:#262626;border:1.249px solid #fff;border-radius:20px;box-shadow:0 8.119px 4.184px 0 #00000040;padding:28px 14px 28px 28px}.home .whitelist-main-left{margin-bottom:20px;width:100%}.home .whitelist-main-right{margin-left:0;width:100%}.home .whitelist-main-left .title,.home .whitelist-main-right .title{color:#fff;font-size:20px;width:100%}.home .whitelist-main-left .sub,.home .whitelist-main-right .sub{color:#fff9;font-size:14px;padding-top:8px;text-align:left;text-indent:-14px;width:100%}.home .whitelist-address{background:#262626;border-radius:20px;box-shadow:0 8.119px 4.184px 0 #00000040;color:#fff;font-size:14px;padding:16px;text-align:left}.home .whitelist-address .whitelist-address-top{align-items:center;display:flex;justify-content:space-between}.home .whitelist-address .whitelist-address-top>span{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:800;line-height:normal}.home .whitelist-address .processBox{height:10px;margin:14px 0 0!important}.home .whitelist-address .processBoxDiv{height:10px}.home .whitelist-address-left{word-wrap:break-word;display:block;flex:1 1;word-break:break-all}.home .whitelist-address span{color:#ffffffb3;display:block;font-family:Inter;font-size:14px;font-style:normal;font-weight:800;line-height:normal}.home .whitelist-address svg{display:block;height:20px;width:20px}.home .whitelist-buttom{align-items:center;background:#fbc60c;border:1px solid #000;border-radius:10px;display:flex;font-size:16px;height:44px;justify-content:center;margin:30px auto 0;width:192px}.home .whitelist-buttom svg{height:24px;margin-left:9px;width:24px}.home .conclusion-box{padding:30px 0 0}.home .conclusion-box .conclusion-right-p{margin-bottom:0}.home .conclusion-box .conclusion-right{margin-left:0;padding:0 18px}.home .conclusion-box .conclusion-right-text{color:#fff;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:normal;text-align:center}.home .conclusion-box .conclusion-left{height:274px;margin-top:-54px}.home .conclusion-box .conclusion-right-p{color:#fff;font-family:Inter;font-size:24px;font-style:normal;font-weight:800;line-height:normal;text-align:center;text-shadow:none}.home .tokenmics{background:#010816;padding:60px 0}.home .tokenmics-address{align-items:center;margin:20px 16px 0}.home .tokenmics-bg{background-image:url(/static/media/icon11.6d14d1e561cc39e7d1b8.png);background-position:50%;background-repeat:no-repeat;background-size:contain;height:263.755px;margin:0 18px;position:relative;width:344px}.home .tokenmics-title{color:#fff;font-size:26px;margin-bottom:30px;padding-bottom:0;text-align:center}.home .tokenmics-box-supply{align-items:baseline;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:18px;color:#fff;display:flex;font-family:Inter;font-size:16px;font-style:normal;font-weight:800;line-height:normal;margin:26px 16px 0;padding:16px;text-align:center}.home .tokenmics-box-supply .left{flex:1 1;font-size:12px;text-align:left}.home .tokenmics-box-supply .right{flex:1 1;font-size:16px;text-align:right}.dashboard-box{display:block}.dashboard-box-left{display:none}.dashboard-box-right{margin-left:0}.dashboard-box-right .main{display:block}.dashboard-box-right .header-left-title{font-size:22px;line-height:22px}.dashboard-box-right .header-left-sub{font-size:14px}.dashboard-box-right .header-right{display:none}.dashboard-box-right .header{padding-top:20px}.dashboard-box-right .header-left{padding:0 18px}.dashboard-box-right .main{padding-top:20px}.dashboard-box-right .main-left{box-sizing:border-box;margin:0;padding:0 18px;width:100%}.dashboard-box-right .main-left-box{padding:18px}.dashboard-box-right .main-left-staking{font-size:18px;margin-bottom:18px}.dashboard-box-right .main-left-join{font-size:12px;padding:8px;width:128px}.dashboard-box-right .main-left-join svg{height:18px;margin-left:6px;width:18px}.dashboard-box-right .main-left-bottom-box{padding:10px}.dashboard-box-right .main-left-bottom-box .total-num{font-size:16px}.dashboard-box-right .main-left-bottom-box .sall{font-size:12px}.dashboard-box-right .main-left-bottom-box .sall span{font-size:8px}.main-left .revenue-box{padding:24px 0 33px}.main-left .revenue-title{font-size:20px}.main-left .revenue-to{display:inline-block;font-size:12px;height:30px;line-height:30px;margin:14px 0 8px;padding:0 14px}.main-left .revenue-p{font-size:12px}.main-left .revenue-svg{height:50px;width:50px}.dashboard-box-right .main-left-top-icon{height:90px;width:90px}.dashboard-box-right .main-right-box-header-left{font-size:14px;white-space:nowrap}.dashboard-box-right .main-right-box-header-left .total-right{font-size:10px}.dashboard-box-right .main-right-box{padding:20px 14px}.dashboard-box-right .header-right-box span{font-size:10px}.dashboard-box-right .header-right-box{padding:3px 6px 3px 4px}.dashboard-box-right .header-right-box img{margin:0 4px}.dashboard-box-right .header-right-box span{padding:0 4px}.dashboard-box-right .main-right-box-header-left .total-right{margin-left:6px}.dashboard-box-right .main-right-box-header-left .total-right svg{height:12px;width:12px}.dashboard-box-right .main-right{margin:18px 18px 0}.dashboard .h5-header{align-items:center;display:flex;padding:5px 18px}.dashboard .logoIcon{flex-shrink:0;height:47px;width:45px}.dashboard .dashboard{border:1px solid #202020;border-radius:8px;height:36px;line-height:36px;margin-right:8px;padding:0 10px;text-align:center}.dashboard .h5-header svg{height:24px;width:24px}.h5-header-mask{background:#000000b3;bottom:0;left:0;padding-top:10px;position:fixed;right:0;text-align:center;top:57px;z-index:222}.h5-header-mask-li{color:#fff;font-size:16px;padding:15px 0}.dashboard-transaction{margin:30px 18px 0;overflow-x:scroll;padding:20px 0}.dashboard-transaction-main{align-items:center}.dashboard-transaction-top{padding:0 22px;white-space:nowrap;width:648px}.dashboard-transaction-top .item{flex:none;font-size:12px;width:146px}.dashboard-transaction-top .item:first-child{width:160px}.dashboard-transaction-top .item:nth-child(2){width:96px}.dashboard-transaction-top .item:nth-child(3){width:156px}.dashboard-transaction-top .item:nth-child(4){width:136px}.dashboard-transaction-top .item:nth-child(5){width:100px}.dashboard-transaction-main{padding:0 20px;width:648px}.dashboard-transaction-main .item{flex:none;font-size:14px}.dashboard-transaction-main .item:first-child{width:160px}.dashboard-transaction-main .item:nth-child(2){width:96px}.dashboard-transaction-main .item:nth-child(3){width:156px}.dashboard-transaction-main .item:nth-child(4){width:136px}.dashboard-transaction-main .item:nth-child(5){width:100px}.dashboard-transaction-main svg{height:17px;margin-right:10px;width:17px}.dashboard-transaction-main .statu1,.dashboard-transaction-main .statu2,.dashboard-transaction-main .statu3{font-size:14px;padding:5px 18px}.pagination{padding:20px 30px 30px}.home .h5-header-main .h5-banner_bg .video{height:auto;left:0;margin-left:50%;max-width:195%;object-fit:cover;position:relative;transform:translate(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media(max-width:1023px)and (max-width:768px){.home .footers{padding-top:30px}.home .footers .footers-box{padding-bottom:0}.home .footers .footers-box .footers-top{display:block}.home .footers .footers-box .footers-top .navs{flex-wrap:wrap;justify-content:flex-start;width:100%}.home .footers .footers-box .footers-top .navs>.nav-items{margin-left:0;margin-right:94px;margin-top:34px}.home .footers .footers-box .footers-bottom{font-family:Roboto;font-size:14px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px}.home .labs .labs-box .labs-left{padding-bottom:37px}.home .labs-left-p{color:#fff;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:38px;text-align:center}.home .labs-left-p>span{color:#93e63f}.home .about .about-container{padding:60px 0}.home .about .about-container .aboutItem .title{color:#fff;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal}.home .about .about-container .aboutItem .content{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;margin-top:26px;padding:0 15px;text-align:left}.home .about .about-container .aboutItem .content .sm-content1{margin-top:8px}.home .about .about-container .aboutItem .content .sm-content1 .sm-content1-left{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px}.home .about .about-container .aboutItem .content .sm-content1 .sm-content1-left .subtitle{font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal}.home .about .about-container .aboutItem .content .sm-content1 .sm-content1-left .tag{color:#f97635;font-family:Roboto;font-size:12px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:normal;padding:8px 43px;text-align:center}.home .about .about-container .aboutItem1{margin-bottom:55px}.home .about .about-container .aboutItem2 .content .industrys .industry-title{margin:42px 0 26px}.home .about .about-container .aboutItem2 .content .industrys .industry-content .industry-item>img{width:100%}.home .about .about-container{padding-bottom:50px}.home .advantage-bg{padding:46px 0}.home .advantage .advantage-title{color:#fff;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .advantage .advantage-title>span{color:#93e63f}.home .advantage .advantage-subtitle{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;margin:16px 0 32px;text-align:center}.home .innovative-bg{padding:55px 0 50px}.home .innovative .innovative-title{color:#93e63f;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .innovative .innovative-title span{color:#fff}.home .innovative .innovativeContent{margin-top:100px}.home .innovative .innovativeContent .innovativeContent-item{padding:0 23px 35px}.home .innovative .innovativeContent .innovativeContent-item:last-child{margin-bottom:0}.home .ecosystem{padding:44px 0 0}.home .ecosystem .ecosystem-title{color:#fff;font-family:Roboto;font-size:28px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;text-align:center}.home .ecosystem .ecosystem-title>span{color:#93e63f}.home .ecosystem .ecosystemContent{margin-top:25px}.home .ecosystem .ecosystemContent .ecosystemContent-item{color:#000;font-family:Roboto;font-size:24px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:38px;margin-bottom:20px;padding:30px 20px}.home .ecosystem .ecosystemContent .ecosystemContent-item .p ul>li{color:#000;line-height:32px}.home .ecosystem .ecosystemContent .ecosystemContent-item .p ul>li,.home .ecosystem .tip{font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0}.home .ecosystem .tip{color:#999;line-height:24px;margin-top:16px;text-align:center}.home .ecosystem .ecosystem-assets{margin-bottom:40px;margin-top:44px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item{padding:30px 0}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item .item-top{color:#fff;font-family:Roboto;font-size:24px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:normal;margin-bottom:17px}.home .ecosystem .ecosystem-assets .ecosystem-assets-left .item .item-top img{margin-right:17px;width:48px}.home .ecosystem .fund-content{flex-wrap:wrap;justify-content:space-between}.home .ecosystem .fund-content .fund-item{margin:15px 0 0;width:48%}.home .ecosystem .fund-content .fund-item>img{width:100%}.home .ecosystem .fund-video .video{height:auto}.home .ecosystem .ecosystemContent .ecosystemContent-item .subtitle{color:#000;font-family:Roboto;font-size:24px;font-variation-settings:"opsz" auto;font-weight:500;letter-spacing:0;line-height:38px}.home .about .about-container .aboutItem2 .content .produce{color:#999;font-family:Roboto;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px;text-align:center}.home .blogs .blogs-title{color:#fff;font-size:28px;font-variation-settings:"opsz" auto;font-weight:700;line-height:normal}.home .blogs .blogs-subtitle,.home .blogs .blogs-title{font-family:Space Grotesk;letter-spacing:0;text-align:center}.home .blogs .blogs-subtitle{color:#999;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;line-height:24px;margin-top:10px}.home .blogs .blogsContent{display:block}.home .blogs .blogsContent .blogsContent-item{margin-bottom:25px;max-width:100%}.home .footers-box .footers-top .footers-links img{max-width:110px}.home .footers .footers-box .footers-top .navs>.nav-items{margin-right:64px}.home .labs-left-text{color:#999;text-align:center}.home .blogs .blogsContent .blogsContent-item .blogsContent-box,.home .labs-left-text{font-family:Space Grotesk;font-size:16px;font-variation-settings:"opsz" auto;font-weight:400;letter-spacing:0;line-height:24px}.home .blogs .blogsContent .blogsContent-item .blogsContent-box{color:#fff;margin-top:10px;text-align:left}}
/*# sourceMappingURL=main.79049df7.css.map*/