*{margin:0;padding:0;box-sizing:border-box;outline:none;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);scroll-behavior:smooth}html{background:#f6f6f6}html body{width:100vw;height:100vh;width:100dvw;height:100dvh;font-family:"HarmonyOS Sans","Arial","Helvetica",sans-serif;overflow:hidden;scroll-snap-type:y mandatory}html[lang*=zh] body{font-family:"HarmonyOS Sans SC",PingFangSC-Regular,"Microsoft YaHei",Arial,Helvetica,sans-serif}html ::-moz-selection{background:rgba(58,58,58,.6);color:rgba(255,255,255,.9)}html ::selection{background:rgba(58,58,58,.6);color:rgba(255,255,255,.9)}html ::-webkit-scrollbar{width:5px !important;height:5px !important;background:rgba(0,0,0,0) !important}html ::-webkit-scrollbar-thumb{background:#aaa !important;border-radius:5px}html ::-webkit-scrollbar-corner,html ::-webkit-scrollbar-track-piece{background:rgba(0,0,0,0) !important}.bg .test{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#fff}.bg .circle{position:absolute;width:240px;height:240px;left:calc(50% - 240px);top:calc(50% - 240px);background:radial-gradient(50% 50% at 50% 50%, rgba(85, 198, 234, 0.38) 0%, rgba(0, 0, 0, 0) 100%);overflow:visible}.bg .circle1{animation:bgani 10s infinite linear forwards}.bg .circle2{background:radial-gradient(50% 50% at 50% 50%, rgba(234, 85, 156, 0.34) 0%, rgba(0, 0, 0, 0) 100%);animation:bgani2 10s infinite linear forwards}@keyframes bgani{0%{transform:rotate(180deg) scale(0.6);transform-origin:bottom right;opacity:.5}40%{transform:rotate(360deg) scale(1);transform-origin:bottom right;opacity:1}100%{transform:rotate(540deg) scale(0.6);transform-origin:bottom right;opacity:.5}}@keyframes bgani2{0%{transform:rotate(0deg) scale(1);transform-origin:bottom right;opacity:1}40%{transform:rotate(180deg) scale(0.6);transform-origin:bottom right;opacity:.5}100%{transform:rotate(360deg) scale(1);transform-origin:bottom right;opacity:1}}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;width:100dvw;height:100dvh}.loader #p{width:239px;height:275px;background:rgba(255,255,255,.4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);-webkit-clip-path:url(#poly);clip-path:url(#poly);position:absolute}.loader #w{--bg: #000;overflow:visible;z-index:999999;position:relative}footer{position:relative;margin-top:-100px;z-index:9;background:linear-gradient(to top, rgba(0, 0, 0, 0.125), transparent);display:flex;align-items:center;height:100px;padding:0 8%;justify-content:space-between;font-size:14px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}footer .logo-gray{width:7em;height:1.4em;cursor:pointer}footer .logo-gray .color1{fill:var(--front, #ccc);transition:.2s}footer .logo-gray .color2{fill:var(--front, #ccc);transition:.2s}footer .logo-gray:hover .color1{fill:var(--color1, #1c1c1c)}footer .logo-gray:hover .color2{fill:#d62839}footer .footer-list{list-style:none;display:flex;gap:2em;flex-wrap:wrap}footer .footer-list a{cursor:pointer;color:var(--front, #ccc);transition:.2s;text-decoration:none !important}footer .footer-list a:hover{filter:brightness(150%)}@media(prefers-color-scheme: dark){html{background:#1c1c1c}.loader #p{background:rgba(255,255,255,.08)}.loader #icon{--bg: #fff}footer{--front: #555;--color1: #fff;background:linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent)}}@keyframes from_fullscreen{from{transform:scale(10)}to{transform:scale(1)}}@media screen and (max-width: 768px){footer{flex-direction:column;justify-content:center;align-items:center}footer .logo-gray{transform:scale(0.75);--front: rgba(125, 125, 125, .2)}footer .footer-list{display:none}}