:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:root,:host{--van-swipe-indicator-size: 6px;--van-swipe-indicator-margin: var(--van-padding-sm);--van-swipe-indicator-active-opacity: 1;--van-swipe-indicator-inactive-opacity: .3;--van-swipe-indicator-active-background: var(--van-primary-color);--van-swipe-indicator-inactive-background: var(--van-border-color)}.van-swipe{position:relative;overflow:hidden;transform:translateZ(0);cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;user-select:none}.van-swipe__track{display:flex;height:100%;transition-property:transform}.van-swipe__track--vertical{flex-direction:column}.van-swipe__indicators{position:absolute;bottom:var(--van-swipe-indicator-margin);left:50%;display:flex;transform:translate(-50%)}.van-swipe__indicators--vertical{top:50%;bottom:auto;left:var(--van-swipe-indicator-margin);flex-direction:column;transform:translateY(-50%)}.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child){margin-bottom:var(--van-swipe-indicator-size)}.van-swipe__indicator{width:var(--van-swipe-indicator-size);height:var(--van-swipe-indicator-size);background-color:var(--van-swipe-indicator-inactive-background);border-radius:100%;opacity:var(--van-swipe-indicator-inactive-opacity);transition:opacity var(--van-duration-fast),background-color var(--van-duration-fast)}.van-swipe__indicator:not(:last-child){margin-right:var(--van-swipe-indicator-size)}.van-swipe__indicator--active{background-color:var(--van-swipe-indicator-active-background);opacity:var(--van-swipe-indicator-active-opacity)}.van-swipe-item{position:relative;flex-shrink:0;width:100%;height:100%}@font-face{font-family:Inter;src:url(./Inter-BuM0i8bv.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Inter-Bold;src:url(./Inter-Bold-CqYDz_GL.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}*{padding:0;margin:0;box-sizing:border-box}#app{background-color:#082953;min-height:100vh}.home-page{padding-top:10vh;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.about-page{padding-top:50px;min-height:100vh;display:flex;flex-direction:column;align-items:center}.menu-wrap{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#0b538f;border-bottom:2px solid #2d75ab;position:fixed;top:0;z-index:9}.menu-wrap .menu-content{height:50px;width:100%;max-width:1200px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.menu-wrap .menu-content .logo-box{display:flex;flex-direction:row;align-items:center}.menu-wrap .menu-content .logo-box .logo{width:33px;height:34px;margin-left:17px}.menu-wrap .menu-content .logo-box .text{width:129px;height:23px}.menu-wrap .menu-content .btn-box{display:flex;flex-direction:row;align-items:center}.menu-wrap .menu-content .btn-box .btn{color:#d9e9fa;font-size:16px;font-family:Inter;font-weight:400;margin-right:25px;cursor:pointer}.swipe-wrap{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;background-image:url(../../images/bg1.png);background-repeat:no-repeat;background-position:center 0}.swipe-wrap .swipe-content{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center}.swipe-wrap .swipe-content .title{color:#fff;font-size:36px;font-family:Inter-Bold;line-height:40px;text-align:center;margin-bottom:20px}.swipe-wrap .swipe-content .swipe-box{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.swipe-wrap .swipe-content .swipe-box .swipe-list{width:100%}.swipe-wrap .swipe-content .swipe-box .swipe-list .swipe-item{width:100%;display:flex;flex-direction:column;align-items:center;padding-bottom:30px}.swipe-wrap .swipe-content .swipe-box .swipe-list .swipe-item .img{width:auto;height:386px;margin:10px 0}.swipe-wrap .swipe-content .swipe-box .swipe-list .swipe-item .text{color:#9fbfd7;font-size:20px;font-family:Inter;margin-bottom:10px}.swipe-wrap .swipe-content .swipe-box .swipe-list .swipe-item .desc{margin:10px 10px 0;color:#9fbfd7;font-size:15px;font-family:Inter;line-height:26px;text-align:center;max-width:700px}.swipe-wrap .swipe-content .swipe-box .swipe-list .van-swipe__indicators .van-swipe__indicator{width:10px;height:10px;margin:0 4px;background-color:#ffffff81;border-radius:50%}.swipe-wrap .swipe-content .swipe-box .swipe-list .van-swipe__indicators .van-swipe__indicator--active{width:27px;height:10px;border-radius:20px;background-color:#fff}.swipe-wrap .swipe-content .swipe-box .swiper-change-btn{position:absolute;top:180px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:0 20px}.swipe-wrap .swipe-content .swipe-box .swiper-change-btn .icon{width:14px;height:26px;cursor:pointer}.swipe-wrap .swipe-content .download-btn{margin-top:5px;cursor:pointer;width:163px;height:47px}.swipe-wrap .swipe-content .download-btn.position{position:absolute;bottom:20px}.game-wrap{width:100%;display:flex;flex-direction:row;justify-content:center}.game-wrap .game-content{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:40px 0}.game-wrap .game-content .title{color:#fff;font-family:Inter;font-size:23px}.game-wrap .game-content .icon-list{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:15px 20px}.game-wrap .game-content .icon-list .icon{width:72px;height:72px}.desc-wrap{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#163d7a}.desc-wrap .desc-content{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center;padding:30px 10px 40px}.desc-wrap .desc-content .title{color:#fff;font-family:Inter;font-size:23px}.desc-wrap .desc-content .desc-item{margin-top:20px;display:flex;flex-direction:column;align-items:center}.desc-wrap .desc-content .desc-item .title-box{display:flex;flex-direction:row;align-items:center}.desc-wrap .desc-content .desc-item .title-box .icon{width:auto;height:22px;margin-right:17px}.desc-wrap .desc-content .desc-item .title-box .text{color:#fff;font-family:Inter;font-size:19px}.desc-wrap .desc-content .desc-item .desc{margin-top:10px;color:#9fbfd7;font-family:Inter;font-size:15px;line-height:26px;text-align:center;max-width:700px}.footer-wrap{width:100%;display:flex;flex-direction:row;justify-content:center;align-content:center}.footer-wrap .footer-content{width:100%;max-width:1200px;height:60px;display:flex;flex-direction:row;justify-content:center}.footer-wrap .footer-content .text{color:#fff;font-size:12px;font-family:Inter;margin-top:13px}
