@charset "UTF-8";body,html{background:#030214;margin:0;min-height:100vh;padding:0;width:100%}#app,.taro-page,.taro_page,.taro_page > .taro-wrapper,.taro_router,[class*=taro-page],[class*=taroRouter]{background-color:#0b0e1a;-webkit-box-sizing:border-box;box-sizing:border-box;max-width:100vw!important;min-height:100vh;overflow-x:hidden;width:100%!important}
/* !!! 大写 Px 让 Taro pxtransform 跳过, 保证是真实像素值 */@media (min-width:520Px){body,html{background:#000}body{-ms-flex-pack:center;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;padding:24Px 0}#app{border-radius:20Px;-webkit-box-shadow:0 0 80Px rgba(0,0,0,.9);box-shadow:0 0 80Px rgba(0,0,0,.9);max-width:460Px!important;overflow:hidden}}page{background-color:transparent;color:#e8e9ee;font-family:"Noto Serif SC",PingFang SC,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.8rem;line-height:1.6;min-height:100vh}.taro-page,.taro_page{-webkit-animation:page-slide-in .38s cubic-bezier(.22,.61,.36,1) both;animation:page-slide-in .38s cubic-bezier(.22,.61,.36,1) both}@-webkit-keyframes page-slide-in{from{opacity:0;-webkit-transform:translateX(.6rem);transform:translateX(.6rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes page-slide-in{from{opacity:0;-webkit-transform:translateX(.6rem);transform:translateX(.6rem)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}*{-webkit-box-sizing:border-box;box-sizing:border-box}::-webkit-scrollbar{display:none}body:has(.weui-picker),body:has([class*=modal__mask]),body:has([class*=picker__group]),body:has([class*=picker__mask]),body:has([class*=taro-picker]){height:100vh!important;overflow:hidden!important;-ms-touch-action:none;touch-action:none}.weui-mask,[class*=modal__mask],[class*=picker__mask],[class*=picker__overlay]{-ms-scroll-chaining:none!important;overscroll-behavior:none!important;-ms-touch-action:none!important;touch-action:none!important}.weui-picker__bd,[class*=picker-indicator],[class*=picker-item],[class*=picker__bd],[class*=picker__group]{-ms-scroll-chaining:none!important;overscroll-behavior:contain!important;-ms-touch-action:pan-y!important;touch-action:pan-y!important}