:root{--adm-radius-s: .10667rem;--adm-radius-m: .21333rem;--adm-radius-l: .32rem;--adm-font-size-1: .24rem;--adm-font-size-2: .26667rem;--adm-font-size-3: .29333rem;--adm-font-size-4: .32rem;--adm-font-size-5: .34667rem;--adm-font-size-6: .37333rem;--adm-font-size-7: .4rem;--adm-font-size-8: .42667rem;--adm-font-size-9: .45333rem;--adm-font-size-10: .48rem;--adm-color-primary: #1677ff;--adm-color-success: #00b578;--adm-color-warning: #ff8f1f;--adm-color-danger: #ff3141;--adm-color-yellow: #ff9f18;--adm-color-orange: #ff6430;--adm-color-wathet: #e7f1ff;--adm-color-text: #333333;--adm-color-text-secondary: #666666;--adm-color-weak: #999999;--adm-color-light: #cccccc;--adm-color-border: #eeeeee;--adm-color-background: #ffffff;--adm-color-highlight: var(--adm-color-danger);--adm-color-white: #ffffff;--adm-color-box: #f5f5f5;--adm-color-text-light-solid: var(--adm-color-white);--adm-color-text-dark-solid: #000000;--adm-color-fill-content: var(--adm-color-box);--adm-font-size-main: var(--adm-font-size-5);--adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--adm-border-color: var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary: #3086ff;--adm-color-success: #34b368;--adm-color-warning: #ffa930;--adm-color-danger: #ff4a58;--adm-color-yellow: #ffa930;--adm-color-orange: #e65a2b;--adm-color-wathet: #0d2543;--adm-color-text: #e6e6e6;--adm-color-text-secondary: #b3b3b3;--adm-color-weak: #808080;--adm-color-light: #4d4d4d;--adm-color-border: #2b2b2b;--adm-color-box: #0a0a0a;--adm-color-background: #1a1a1a;--adm-color-background-body: var(--adm-color-background);--adm-border-color: var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity ease-in-out .2s}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size: 1;height:calc(var(--size) / 2 * .05333rem);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;user-select:none;pointer-events:none}.adm-mask{--z-index: var(--adm-mask-z-index, 1000);position:fixed;top:0;left:0;z-index:var(--z-index);display:block;width:100%;height:100%}.adm-mask-aria-button{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;pointer-events:none}.adm-mask-content{z-index:1}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-dot-loading{display:inline-block}.adm-spin-loading{--color: var(--adm-color-weak);--size: .85333rem;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s infinite linear}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.adm-list{--header-font-size: var(--adm-font-size-7);--prefix-width: "auto";--prefix-padding-right: .32rem;--align-items: center;--active-background-color: var(--adm-color-border);--border-inner: solid .02667rem var(--adm-color-border);--border-top: solid .02667rem var(--adm-color-border);--border-bottom: solid .02667rem var(--adm-color-border);--padding-left: .32rem;--padding-right: .32rem;--font-size: var(--adm-font-size-9);--extra-max-width: 70%}.adm-list-header{color:var(--adm-color-weak);font-size:var(--header-font-size);padding:.21333rem var(--padding-right) .21333rem var(--padding-left)}.adm-list-body{background-color:var(--adm-color-background);overflow:hidden;font-size:var(--font-size)}.adm-list-body-inner{margin-top:-.02667rem}.adm-list-default .adm-list-body{border-top:var(--border-top);border-bottom:var(--border-bottom)}.adm-list-card{margin:.32rem}.adm-list-card .adm-list-body{border-radius:.21333rem}.adm-list-card .adm-list-header{padding-left:0}.adm-list-item{display:block;padding-left:var(--padding-left);position:relative;background-color:var(--adm-color-background);line-height:1.5}.adm-list-item-title,.adm-list-item-description{color:var(--adm-color-weak);font-size:var(--adm-font-size-main)}.adm-list-item-content{display:flex;align-items:var(--align-items);justify-content:flex-start;border-top:var(--border-inner);padding-right:var(--padding-right)}.adm-list-item-content-prefix{width:var(--prefix-width);flex:none;padding-right:var(--prefix-padding-right)}.adm-list-item-content-main{flex:auto;padding:.32rem 0}.adm-list-item-content-extra{flex:none;padding-left:.32rem;font-size:var(--adm-font-size-7);color:var(--adm-color-weak);max-width:var(--extra-max-width)}.adm-list-item-content-arrow{flex:none;display:flex;align-items:center;margin-left:.10667rem;color:var(--adm-color-light);font-size:.50667rem}.adm-list-item-disabled{cursor:not-allowed}.adm-list-item-disabled.adm-list-item-disabled>.adm-list-item-content>*{opacity:.4;pointer-events:none}a.adm-list-item:active:not(.adm-list-item-disabled){background-color:var(--active-background-color)}a.adm-list-item:active:not(.adm-list-item-disabled):after{content:" ";display:block;position:absolute;width:100%;bottom:-.02667rem;left:0;border-bottom:var(--border-inner)}.adm-infinite-scroll{color:var(--adm-color-weak);padding:.48rem;display:flex;justify-content:center;align-items:center;font-size:var(--adm-font-size-main)}.adm-infinite-scroll-failed-text{display:inline-block;margin-right:.21333rem}.adm-pull-to-refresh-head{overflow:hidden;position:relative}.adm-pull-to-refresh-head-content{position:absolute;bottom:0;left:0;width:100%;color:var(--adm-color-weak);display:flex;justify-content:center;align-items:center}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:5.44rem;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:#000000b3;border-radius:.21333rem;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:.32rem;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:.93333rem .32rem;min-width:4rem}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:.21333rem;font-size:.96rem;line-height:1}.adm-toast-loading{--size: 1.28rem;margin:0 auto .21333rem}.loading-con{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1111;display:flex;align-items:center;justify-content:center;background-color:#0003}.home-page{height:100vh;width:100vw;background-image:url(/assets/bg.69537815.jpg);background-position:50% 50%;background-size:100% 100%;background-repeat:no-repeat;overflow-x:hidden;position:relative}.home-page .tab-bar{padding:.26667rem 0;position:fixed;bottom:0;width:100%;box-shadow:0 -.05333rem .05333rem #ccc;background:#fff}.home-page .times{font-size:.8rem}.home-page .onrefresh{font-size:.37333rem;color:#fff}.home-page .adm-list{--border-inner: none;--padding-left: 0;--padding-right: 0;--border-bottom: none;--border-top: none}.home-page .adm-list-item-content-main{padding:0}.home-page .list-item{padding:.26667rem .21333rem;text-align:left}.home-page .list-item-box{background-color:#2b094a;padding:.48rem .42667rem .05333rem;color:#fff}.home-page .list-item-box h4{margin-bottom:.10667rem}.home-page .list-item-box-img{height:4.8rem;position:relative;display:flex}.home-page .list-item-box-img img{width:100%;height:100%;display:block}.home-page .list-item-box-img .mas{position:absolute;top:0;left:0;right:0;bottom:0;flex:1;display:flex;justify-content:center;align-items:center;background-color:#0006}.home-page .list-item-box-img .mas .img{width:1.70667rem;height:1.70667rem}.home-page .list-item-box-img .mas .img .icon{width:100%}.home-page .list-item p{font-size:.37333rem;margin:.10667rem 0}.details .adm-list{--border-inner: none;--padding-left: 0;--padding-right: 0;--border-bottom: none;--border-top: none}.details .detail-page{padding:.32rem .21333rem;text-align:left}#root{max-width:34.13333rem;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}img{width:100%}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:1rem;line-height:.64rem;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--adm-color-background: transition}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;line-height:1.5}button{border-radius:.21333rem;border:.02667rem solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:.10667rem auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0 auto}
