/* build time:Sun Oct 12 2025 16:30:19 GMT+0800 (中国标准时间)*/
*{margin:0;padding:0}body{height:100vh}.loader-wrapper{position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;background:linear-gradient(45deg,#5a3694 0,#13bdce 33%,#0094d9 66%,#6fc7b5 100%);background-size:400%;background-position:0 100%;animation:gradient 7.5s ease-in-out infinite;z-index:10000}.loader{width:150px;height:150px;border:3px solid transparent;border-top-color:#fff;position:relative;left:50%;top:50%;margin-left:-75px;margin-top:-75px;z-index:2;border-radius:50%;display:flex;justify-content:center;align-items:center;animation:spin 1.7s linear infinite}.loader::before{content:"";position:absolute;top:5px;left:5px;bottom:5px;right:5px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;animation:spin .6s linear infinite reverse}.loader::after{content:"";position:absolute;top:15px;left:15px;bottom:15px;right:15px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;animation:spin 1s linear infinite}.loader img{width:55%;height:55%;border-radius:50%;animation:spin 1.7s linear infinite reverse}.loader-text{width:50%;height:36px;position:absolute;top:72%;left:50%;transform:translateX(-50%);z-index:3;user-select:none}.loader-text div{width:30px;height:36px;color:#fff;font-size:32px;margin:0 20px;position:absolute;opacity:0;transform:rotate(180deg);animation:move 2s linear infinite}.loader-text div:nth-child(10)::before,.loader-text div:nth-child(8)::before,.loader-text div:nth-child(9)::before{content:"";width:10px;height:10px;border-radius:50%;background-color:#fff;position:absolute;left:0;bottom:0}.loader-text div::after{content:"";width:10px;height:5px;border-radius:50%;background-color:rgba(255,255,255,.15);position:absolute;bottom:-40px;left:50%;margin-left:-5px}.loader-text div:nth-child(10)::after,.loader-text div:nth-child(8)::after,.loader-text div:nth-child(9)::after{left:0;margin-left:0}.loader-text div:nth-child(2){animation-delay:.2s}.loader-text div:nth-child(3){animation-delay:.4s}.loader-text div:nth-child(4){animation-delay:.6s}.loader-text div:nth-child(5){animation-delay:.8s}.loader-text div:nth-child(6){animation-delay:1s}.loader-text div:nth-child(7){animation-delay:1.2s}.loader-text div:nth-child(8){animation-delay:1.4s}.loader-text div:nth-child(9){animation-delay:1.6s}.loader-text div:nth-child(10){animation-delay:1.8s}@keyframes gradient{50%{background-position:100% 0}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes move{0%{right:0;opacity:0}35%{right:41%;opacity:1;transform:rotate(0)}65%{right:59%;opacity:1;transform:rotate(0)}100%{right:100%;transform:rotate(-180deg)}}@media only screen and (max-width:601px){.loader{width:90px;height:90px;margin-left:-45px;margin-top:-45px;border-width:2px}.loader::after,.loader::before{border-width:2px}.loader-text{width:auto;height:auto;position:absolute;top:calc(72% + 10px);left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:3;user-select:none;flex-wrap:wrap;justify-content:center;align-items:center}.loader-text div{position:relative;opacity:1;transform:rotate(0);width:auto;height:auto;margin:0 3px;font-size:20px;line-height:1;display:inline-block;animation:none}.loader-text div::after{bottom:-14px;left:50%;margin-left:-5px;width:8px;height:4px}.loader-text div:nth-child(10)::before,.loader-text div:nth-child(8)::before,.loader-text div:nth-child(9)::before{width:6px;height:6px}.loader-text div:nth-child(10)::after,.loader-text div:nth-child(8)::after,.loader-text div:nth-child(9)::after{left:0;margin-left:0}}
/* rebuild by neat */