


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,53%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{transition-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes bounceIn{0%,20%,40%,60%,80%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes bounceInDown{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{transition-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut;animation-duration:.75s}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);transition-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);transition-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;animation-duration:.75s;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:flipOutY;animation-duration:.75s}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translateY(-100%);visibility:visible}to{transform:translateY(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translateX(-100%);visibility:visible}to{transform:translateX(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translateX(100%);visibility:visible}to{transform:translateX(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translateY(100%);visibility:visible}to{transform:translateY(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(100%)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(-100%)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateX(0)}to{visibility:hidden;transform:translateX(100%)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateY(0)}to{visibility:hidden;transform:translateY(-100%)}}.slideOutUp{animation-name:slideOutUp}#homeTop[data-v-7d13f53f]{margin-top:-60px!important}.swi[data-v-7d13f53f]{position:relative}.banner-home[data-v-7d13f53f]{width:100%;height:100vh;-o-object-fit:cover;object-fit:cover}.sw-box[data-v-7d13f53f]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;max-width:850px;display:flex;flex-direction:column;justify-content:center;align-items:center}.top-left h1[data-v-7d13f53f]{color:#fff;font-size:50px;line-height:60px;text-align:center}.top-left h4[data-v-7d13f53f]{font-size:30px;font-weight:400;line-height:30px;text-align:center;color:#cbd9da;width:90%;margin:30px auto}.top-left .operate-area input[data-v-7d13f53f]{width:304px;height:54px;padding-left:29px;border-radius:100px;border:1px solid #2c2c3e;background:#0a0a12;font-size:18px;color:#fff;margin-right:16px}.top-left .operate-area .go-btn[data-v-7d13f53f]{display:inline-block;min-width:200px;padding:0 20px;height:54px;line-height:54px;text-align:center;border-radius:99px;font-size:20px;cursor:pointer;margin-right:16px;background:#00f0ff;color:#000}.top-left .p1[data-v-7d13f53f]{display:flex;margin:48px auto 0;width:540px;justify-content:space-between;border:1px solid hsla(0,0%,100%,.3);background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:27px 50px;border-radius:1000px}.top-left .p1>span>span[data-v-7d13f53f]:first-of-type{font-family:PingFang SC;font-size:32px;font-weight:400;text-align:center}.top-left .operate-area[data-v-7d13f53f]{margin-top:40px;display:flex;align-items:center;justify-content:center}.top-left .p1>span>span[data-v-7d13f53f]:nth-of-type(2){font-family:PingFang SC;font-size:14px;font-weight:400;line-height:14px;text-align:center;color:#888}.top-left .p1>span[data-v-7d13f53f]{display:flex;flex-direction:column}.quotes-wrap[data-v-7d13f53f]{display:flex;flex:1;height:100%;align-items:center;overflow:hidden}.warp[data-v-7d13f53f]{height:46px;margin:0 auto;overflow:hidden}.li-item[data-v-7d13f53f]{margin-right:30px;color:#fff;font-size:16px;height:46px;line-height:46px;padding-right:30px}.ul-gfg[data-v-7d13f53f],.zbgd[data-v-7d13f53f]{display:flex;align-items:center}.zbgd[data-v-7d13f53f]{width:100%;margin-bottom:60px;border-top:1px solid #2c2c3e;border-bottom:1px solid #2c2c3e;background:#0f0f16}.home-banner[data-v-7d13f53f]{display:flex;align-items:center}.sdcsc[data-v-7d13f53f]{flex:1;margin:0 10px}.si-image[data-v-7d13f53f]{width:100%}.no-vw[data-v-7d13f53f]{border:2px solid #2c2c3e;background:#0f0f16;width:40px;height:40px;border-radius:100%;cursor:pointer;display:flex;align-items:center;justify-content:center}.svg-class[data-v-7d13f53f]{fill:#7a7a97}.left-hand[data-v-7d13f53f]{transform:rotate(90deg)}.right-hand[data-v-7d13f53f]{transform:rotate(-90deg)}.wsfs[data-v-7d13f53f]{color:#fff}.sdfdff[data-v-7d13f53f]{color:#fff;width:100%;margin:20px auto 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;height:52px;border-radius:32px;border:2px solid hsla(0,0%,100%,.12);background:radial-gradient(114.2% 133.85% at 7.14% 3.6%,rgba(29,55,56,.49) .01%,rgba(35,35,54,.07) 100%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:0 20px}.tyjhtr[data-v-7d13f53f]{flex:1;margin:0 10px;height:52px;line-height:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:20px;font-weight:400}.home-introduce[data-v-7d13f53f]{height:544px;margin:50px auto 120px;background-image:url(../img/ddwd.a63c5b9a.png);background-size:100% 100%;background-repeat:no-repeat;position:relative}.home-introduce .p1[data-v-7d13f53f]{position:absolute;z-index:2;top:73px;left:50px;width:788px;color:#fff;font-size:50px;line-height:60px}.home-introduce .d1[data-v-7d13f53f],.home-introduce .d2[data-v-7d13f53f],.home-introduce .d3[data-v-7d13f53f]{position:absolute;z-index:2;height:100px;display:inline-flex;flex-direction:column;bottom:120px}.home-introduce .d1 span[data-v-7d13f53f],.home-introduce .d2 span[data-v-7d13f53f],.home-introduce .d3 span[data-v-7d13f53f]{font-size:90px;line-height:100px;background:-webkit-linear-gradient(90deg,#c979dc 49.79%,#3b0086);-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text}.home-introduce .d1[data-v-7d13f53f]{left:263px}.home-introduce .d2[data-v-7d13f53f]{left:600px}.home-introduce .d3[data-v-7d13f53f]{right:60px}a[data-v-7d13f53f]:active,a[data-v-7d13f53f]:focus,button[data-v-7d13f53f],div[data-v-7d13f53f],span[data-v-7d13f53f],svg[data-v-7d13f53f]{outline:none!important}.home-introduce .d2>span[data-v-7d13f53f]{font-size:90px;line-height:100px;background:-webkit-linear-gradient(90deg,#10e28e 49.79%,#073427);-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text}.home-introduce .d3>span[data-v-7d13f53f]{line-height:100px;background:linear-gradient(90deg,#00f0ff 49.79%,#19007d);-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text}.home-introduce .d1 i[data-v-7d13f53f],.home-introduce .d2 i[data-v-7d13f53f],.home-introduce .d3 i[data-v-7d13f53f]{color:#fff;font-size:24px;line-height:40px}.home-introduce .liquid-metal[data-v-7d13f53f]{position:absolute;z-index:1;bottom:125px;left:48px;width:100px;height:100px}.home-ai>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:90px;color:#fff}.home-ai>header img[data-v-7d13f53f]{width:100px;height:100px;margin-right:26px}.home-ai>header span[data-v-7d13f53f]{margin-right:10px}.home-ai>ul[data-v-7d13f53f]{display:flex;flex-wrap:wrap;align-items:center}.home-ai>ul li[data-v-7d13f53f]{flex:none;width:calc(33.33333% - 20px);height:238px;margin-bottom:30px;background-image:url(../img/89.6fb46f25.png);background-size:100% 100%;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px 0;cursor:pointer;transition:all .2s}.home-ai>ul li[data-v-7d13f53f]:nth-of-type(3n-1){margin-left:30px;margin-right:30px}.home-ai>ul li>p[data-v-7d13f53f]{width:100%;height:40px;padding:0 20px;display:flex;align-items:center;margin-bottom:14px}.home-ai>ul li>p .coin1[data-v-7d13f53f],.home-ai>ul li>p .coin2[data-v-7d13f53f],.home-ai>ul li>p .coin3[data-v-7d13f53f]{width:40px;height:40px;margin:0}.home-ai>ul li>p .coin2[data-v-7d13f53f]{margin-left:-12px}.home-ai>ul li>p .name[data-v-7d13f53f]{font-size:18px;margin-left:8px;color:#fff}.home-ai>ul li .line[data-v-7d13f53f]{width:390px;height:76px;margin-bottom:11px}.home-ai>ul li>div[data-v-7d13f53f]{width:360px;height:58px;background-image:url(../img/90.311ea225.png);background-size:100% 100%;background-repeat:no-repeat;display:flex;align-items:center;padding:0 20px}.home-ai>ul li>div .left[data-v-7d13f53f]{flex:1;display:inline-flex;flex-direction:column;color:#fff}.home-ai>ul li>div .left>span[data-v-7d13f53f]:first-of-type,.home-ai>ul li>div .right>span[data-v-7d13f53f]:first-of-type{font-size:12px}.home-ai>ul li>div .middle .ball-png[data-v-7d13f53f]{flex:none;width:100%;height:100%;position:absolute;z-index:1;top:0;left:0}.home-ai>ul li>div .middle .ball-gif[data-v-7d13f53f]{border-radius:50%;flex:none;width:52px;height:52px;position:relative;z-index:2}.home-ai>ul li>div .middle[data-v-7d13f53f]{width:80px;height:80px;position:relative;display:flex;align-items:center;justify-content:center}.home-ai>ul li>div .right[data-v-7d13f53f]{flex:1;display:inline-flex;flex-direction:column;align-items:flex-end;color:#fff}.home-ai>button[data-v-7d13f53f]{min-width:268px;margin:20px auto 0}.cm-btn-animation1[data-v-7d13f53f]{position:relative;display:flex;justify-content:center;align-items:center;min-width:200px;height:44px;padding:14px 60px;border:1px solid #333;background-color:#000;color:#fff;font-size:18px;border-radius:24px;margin:20px auto 0;cursor:pointer;overflow:hidden}.cm-btn-animation1>img[data-v-7d13f53f]{transition:all .2s;margin-left:15px}.home-ai[data-v-7d13f53f]{margin:0 auto 140px}.home-currency-list[data-v-7d13f53f]{position:relative;margin:0 auto 90px}.home-currency-list>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:60px}.cm-tabs-group[data-v-7d13f53f]{padding:5px;border-radius:100px;border:1px solid #333;border-radius:50px;width:100%;margin:0 auto 0;justify-content:space-between;margin-bottom:20px}.cm-tabs-group .cm-tab[data-v-7d13f53f],.cm-tabs-group[data-v-7d13f53f]{position:relative;color:#fff;display:flex;flex-direction:row;align-items:center}.cm-tabs-group .cm-tab[data-v-7d13f53f]{font-size:18px;width:165px;height:46px;flex-wrap:nowrap;justify-content:center;line-height:1!important;cursor:pointer;border-radius:100px;z-index:10}.cm-tabs-group .cm-tab.active[data-v-7d13f53f]{color:#000}.cm-tabs-group .cm-tab.active-btn-bg[data-v-7d13f53f]{background:linear-gradient(90deg,#00e3ff,#089)}.home-currency-list .list[data-v-7d13f53f]{height:80px;display:flex;flex-wrap:nowrap;flex-direction:row;align-items:center;justify-content:normal;padding:0 30px;font-size:18px;cursor:pointer;background:#0d0e0f;margin-bottom:20px;border-radius:18px}.home-currency-list .list .teb-i[data-v-7d13f53f]{flex:1;font-weight:400;color:#fff}.home-currency-list .list .line[data-v-7d13f53f]{flex:none;width:90px;height:34px}.home-trend[data-v-7d13f53f]{height:560px;margin:0 auto 120px;border-radius:18px;background:#0d0e0f;padding:30px 30px 0}.home-trend>h2[data-v-7d13f53f]{font-size:30px;line-height:40px;margin-bottom:30px}.home-swiper-item[data-v-7d13f53f]{height:66px;padding:8px 12px;display:flex;align-items:center;cursor:pointer;border:1px solid transparent}.home-trend .logo[data-v-7d13f53f]{flex:none;width:36px;height:36px;margin-right:8px}.home-swiper[data-v-7d13f53f]{width:100%;color:#fff}.home-trend .right[data-v-7d13f53f]{display:flex;flex-direction:column}.home-trend .top[data-v-7d13f53f]{margin-bottom:auto}.home-trend .right .price[data-v-7d13f53f]{margin-right:10px}.font-lose[data-v-7d13f53f],.theme-down[data-v-7d13f53f]{color:#ff4834}.home-trend .period[data-v-7d13f53f]{display:flex;margin-top:40px}.home-trend .period>div[data-v-7d13f53f]{font-size:16px;font-weight:400;margin-right:36px;cursor:pointer}.period-img[data-v-7d13f53f]{width:100%}.home-portfolio .list[data-v-7d13f53f]{display:flex;flex-wrap:wrap}.home-portfolio .list .item[data-v-7d13f53f]{width:calc(50% - 20px);margin-right:40px;margin-bottom:40px;height:120px;border-radius:18px;background:#0d0e0f;display:flex;align-items:center;padding:0 30px;margin-bottom:30px;cursor:pointer;font-size:18px}.home-portfolio .list .item[data-v-7d13f53f]:nth-child(2n){margin-right:0}.home-portfolio .list .index[data-v-7d13f53f]{color:#fff;text-align:center;font-size:32px;font-weight:600;letter-spacing:6px;margin-right:30px;transition:all .2s}.home-portfolio .list .row[data-v-7d13f53f]{display:flex;flex-direction:column;flex:none;min-width:170px;margin-right:20px}.home-portfolio .list .row .logos[data-v-7d13f53f]{margin-bottom:10px}.home-portfolio .list .row .lazy-img[data-v-7d13f53f]{width:40px;height:40px;margin:0;border-radius:50%;margin-left:-10px}.home-portfolio .list .h_40[data-v-7d13f53f]{height:40px;line-height:40px;margin-bottom:10px}.home-portfolio .list .column[data-v-7d13f53f]{display:flex;flex-direction:column}.home-portfolio .list .flex-end[data-v-7d13f53f]{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto}.home-portfolio>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:40px}.home-portfolio>h5[data-v-7d13f53f]{color:#cbd9da;font-size:24px;line-height:26px;text-align:center;margin-top:40px;margin-bottom:90px}.home-trend2[data-v-7d13f53f]{margin-top:120px}.home-trend2>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:60px;position:relative}.home-trend2>header .theme-color[data-v-7d13f53f]{margin-right:15px}.home-trend2>header .more[data-v-7d13f53f]{position:absolute;right:0;color:#fff;text-align:right;font-size:14px;font-weight:400;cursor:pointer}.list2 .card[data-v-7d13f53f]{width:31.5%;height:424px;border-radius:18px;background:#0d0e0f;padding:16px 20px;color:#fff;overflow:hidden;cursor:pointer}.home-trend2 .list2[data-v-7d13f53f]{display:flex;justify-content:space-between}.home-trend2 .card .top img[data-v-7d13f53f]{width:42px;height:42px;margin-right:18px;border-radius:50%}.home-trend2 .card .top[data-v-7d13f53f]{display:flex;margin-bottom:15px}.home-trend2 .card .top .tools[data-v-7d13f53f]{display:flex;flex-direction:column;height:20px;margin-bottom:10px;position:relative;font-size:12px}.home-trend2 .card .top .tools span[data-v-7d13f53f]{margin-right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dfd[data-v-7d13f53f]{display:flex;align-items:center}.home-trend2 .card .top .tools img[data-v-7d13f53f]{width:24px;height:24px;margin-right:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.home-trend2 .card .middle[data-v-7d13f53f]{font-size:14px;margin-right:auto;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.home-trend2 .card .new-img[data-v-7d13f53f]{border-radius:8px;width:100%;height:130px;margin:10px 0}.home-trend2 .card .details[data-v-7d13f53f]{font-size:13px;line-height:18px;width:100%;height:72px;margin-bottom:20px;position:relative;overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.dasdas[data-v-7d13f53f],.dwsdw[data-v-7d13f53f]{display:flex;align-items:center}.home-trend2 .card .bottom[data-v-7d13f53f]{width:100%;height:36px;margin-top:13px;display:flex;align-items:center;border-radius:18px;border:1px solid #1a1b24;background:#000;padding:0 10px;justify-content:space-between}.home-trend2 .card .bottom img[data-v-7d13f53f]{width:24px;height:24px}.dacvsfcs[data-v-7d13f53f]{display:flex;align-items:center}.dacvsfcs .lazy-img[data-v-7d13f53f]{margin-left:-10px}.dacvsfcs .lazy-img[data-v-7d13f53f]:first-child{margin-left:0}.home-trend2 .card .bottom .rate-box[data-v-7d13f53f]{height:16px;border-radius:12px;font-size:12px;color:#00f0ff}.dsdvfds[data-v-7d13f53f]{display:none}.home-trend2 .card .bottom .rate-box span[data-v-7d13f53f]{margin-right:5px}.home-nft[data-v-7d13f53f]{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:normal;justify-content:normal;width:1260px;height:684px;margin:90px auto 210px;background-image:url(../img/100.a3eed3e5.png);background-repeat:no-repeat;background-size:100% 100%;position:relative}.home-nft .video-bg[data-v-7d13f53f]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;top:0;left:0;z-index:0;border-radius:18px}.home-nft>header[data-v-7d13f53f]{position:absolute;z-index:2;top:110px;left:70px;width:777px;color:#fff;font-size:40px;line-height:50px;text-transform:uppercase;font-weight:600}.home-nft .nft-icon[data-v-7d13f53f]{position:absolute;z-index:2;top:260px;left:350px;width:40px;height:40px}.home-nft .nft-1[data-v-7d13f53f]{position:absolute;z-index:3;bottom:12px;left:-50px;width:265px;height:auto}.home-nft .nft-2[data-v-7d13f53f]{position:absolute;z-index:1;bottom:-37px;left:170px;width:auto;height:310px}.home-nft .nft-3[data-v-7d13f53f]{position:absolute;z-index:2;bottom:10px;left:400px;width:265px;height:auto}.home-nft .nft-4[data-v-7d13f53f]{position:absolute;z-index:2;bottom:-100px;right:-100px;width:200px;height:200px}.home-nft .btn[data-v-7d13f53f]{position:absolute;z-index:2;top:260px;left:70px;width:251px;height:44px;line-height:44px;padding:0 30px;cursor:pointer;color:#fff;border-radius:24px;border:1px solid #fff;background:rgba(0,0,0,.5);margin-top:0}.home-charity[data-v-7d13f53f]{width:100%;position:relative;margin:0 auto 120px;display:flex;flex-direction:column;align-items:center}.home-charity>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:40px}.home-charity .p1[data-v-7d13f53f]{color:#cbd9da;text-align:center;font-size:22px;font-style:normal;font-weight:400;line-height:26px;margin:0;width:1000px}.home-charity .charity-bg[data-v-7d13f53f]{width:90%;height:500px;margin:60px auto 40px;background-image:url(../img/101.116b9afe.png);background-size:100%;background-repeat:no-repeat;padding:60px;display:flex;flex-direction:column;position:relative}.home-charity .charity-bg .group span[data-v-7d13f53f]{display:inline-flex;padding:16px 26px;justify-content:center;align-items:center;border-radius:99px;border:1px solid #fff;color:#fff;font-size:18px}.home-charity .charity-bg .group[data-v-7d13f53f]{position:relative;z-index:2;display:flex;justify-content:space-between;padding:0 160px;margin-bottom:70px}.home-charity .charity-bg .row[data-v-7d13f53f]{position:relative;z-index:2;padding:0 80px;display:flex;justify-content:space-between;margin-bottom:auto}.home-charity .charity-bg .row>span img[data-v-7d13f53f]{height:50px;width:auto;margin-bottom:12px}.home-charity .charity-bg .row>span span[data-v-7d13f53f]{font-size:18px;line-height:18px}.home-charity .charity-bg .row>span[data-v-7d13f53f]{display:flex;flex-direction:column}.home-charity .charity-bg .video-bg[data-v-7d13f53f]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;position:absolute;top:0;left:0;z-index:0;border-radius:18px}.home-charity .partner-list[data-v-7d13f53f]{width:90%;height:53px;margin:0 auto 120px}.home-charity .cm-btn-animation1[data-v-7d13f53f]{display:flex;justify-content:center;align-items:center;min-width:200px;height:44px;padding:14px 60px;border:1px solid #333;background-color:#000;color:#fff;font-size:18px;border-radius:24px;margin:20px auto 0;cursor:pointer;overflow:hidden;position:relative;z-index:2}.home-charity .safe-title-list[data-v-7d13f53f]{width:100%;margin-top:117px;margin-bottom:30px;display:flex;align-items:flex-start;justify-content:space-between;position:relative}.home-charity .safe-title-list .d1[data-v-7d13f53f]{flex:none;width:450px}.home-charity .safe-title-list>div img[data-v-7d13f53f]{width:100px;height:100px;margin-right:37px}.home-charity .safe-title-list>div>span[data-v-7d13f53f]{display:inline-flex;flex-direction:column;flex:1}.home-charity .safe-title-list>div>span span[data-v-7d13f53f]:first-of-type{color:#464a59;font-size:60px;letter-spacing:6px}.home-charity .safe-title-list>div>span span[data-v-7d13f53f]:nth-of-type(2){font-size:24px;line-height:36px;margin-bottom:60px}.home-charity .safe-title-list>div>span span[data-v-7d13f53f]:nth-of-type(3){width:272px;color:#848a9c;font-size:18px;line-height:28px}.home-charity .safe-title-list[data-v-7d13f53f]:after{content:"";position:absolute;top:170px;left:36px;width:1316px;height:190px;background-image:url(../img/110.38d67b01.png);background-size:100% 100%;background-repeat:no-repeat}.top-left[data-v-7d13f53f]{margin-top:12vh}.home-problem[data-v-7d13f53f]{margin-bottom:90px}.home-problem>header[data-v-7d13f53f]{display:flex;align-items:center;justify-content:center;font-size:50px;line-height:60px;margin-bottom:65px}.home-problem .list[data-v-7d13f53f]{display:flex;justify-content:space-between;flex-wrap:wrap}.home-problem .item[data-v-7d13f53f]{width:48%;display:flex;flex-direction:column;border-bottom:1px solid #464a59;padding:0;cursor:pointer;font-size:20px;overflow:hidden;transition:all .3s;max-height:80px}.home-problem .item .title-row[data-v-7d13f53f]{flex:none;height:80px;width:100%;padding:0 20px;display:flex;align-items:center;justify-content:space-between}.home-problem .logo[data-v-7d13f53f]{display:inline-block;width:30px;height:30px;background-image:url(../img/36.dbad84ad.svg);background-repeat:no-repeat;background-size:100% 100%;transition-duration:.3s}.home-problem .item.show[data-v-7d13f53f]{max-height:1000px}.home-problem .box[data-v-7d13f53f]{height:auto;max-height:900px;overflow-y:auto;overflow-x:hidden}.home-problem .box .content[data-v-7d13f53f]{padding:0 30px 20px;font-size:16px;line-height:24px}.home-menu[data-v-7d13f53f]{display:none}.asda[data-v-7d13f53f]{width:40px;height:40px;margin-right:10px;border-radius:50%}.period-img2[data-v-7d13f53f],.tel-jg[data-v-7d13f53f]{display:none}.parallax-images-wrapper[data-v-7d13f53f]{position:absolute;inset:0;pointer-events:none;z-index:2}.parallax-images-wrapper .floating-item[data-v-7d13f53f]{position:absolute}.ball1[data-v-7d13f53f]{left:25%;top:20%;animation:myfirst-7d13f53f 2s infinite}.ball2[data-v-7d13f53f]{left:15%;top:50%;animation:myfirst2-7d13f53f 2s infinite}.ball3[data-v-7d13f53f]{left:25%;top:80%;animation:myfirst-7d13f53f 2s infinite}.ball4[data-v-7d13f53f]{left:70%;top:20%;animation:myfirst2-7d13f53f 2s infinite}.ball5[data-v-7d13f53f]{left:80%;top:50%;animation:myfirst-7d13f53f 2s infinite}.ball6[data-v-7d13f53f]{left:70%;top:80%;animation:myfirst2-7d13f53f 2s infinite}@keyframes myfirst-7d13f53f{0%{transform:translateX(0)}50%{transform:translateY(-16px)}to{transform:translateX(0)}}.download[data-v-7d13f53f]{width:60%;margin:0 auto;box-sizing:border-box;padding:15px 0;margin-top:15px;display:flex;justify-content:space-between}@media screen and (max-width:750px){.download[data-v-7d13f53f]{width:80%}.download div[data-v-7d13f53f]{font-size:15px!important}}.download div[data-v-7d13f53f]{background:#0b0b0e;width:48%;height:46px;line-height:46px;text-align:center;font-size:16px;border:1px solid #31323f;cursor:pointer;border-radius:4px;position:relative;transition:all .2s}.download div:hover .code[data-v-7d13f53f]{display:block;transform:translateY(-260px)}.download div .code[data-v-7d13f53f]{position:absolute;width:100%;height:240px;left:0;z-index:99;top:0;display:none;transition:all .2s}.download div>img[data-v-7d13f53f]{vertical-align:sub;margin-right:5px}.download div[data-v-7d13f53f]:hover{border:1px solid #00a609;background:#072509;overflow:visible}@keyframes myfirst2-7d13f53f{0%{transform:translateX(0)}50%{transform:translateY(16px)}to{transform:translateX(0)}}.dasdfa[data-v-7d13f53f]{margin-left:6px}@media screen and (max-width:800px){.top-left h1[data-v-7d13f53f]{color:#fff;font-size:24px;line-height:24px}.top-left h4[data-v-7d13f53f]{margin-top:20px;font-size:14px;line-height:20px;margin-bottom:50px}.top-left .operate-area input[data-v-7d13f53f]{display:none}.top-left .p1>span>span[data-v-7d13f53f]:first-of-type{font-size:18px;line-height:24px}.top-left .p1>span[data-v-7d13f53f]{margin-right:0}.sw-box[data-v-7d13f53f]{z-index:3}.top-left .p1[data-v-7d13f53f]{display:flex;width:90%;padding:20px 5.33333vw;margin-top:60px}.top-left .p1>span>span[data-v-7d13f53f]:nth-of-type(2){font-size:12px}.banner-home[data-v-7d13f53f]{height:80vh}.top-left .operate-area .go-btn[data-v-7d13f53f]{display:inline-block;min-width:200px;padding:0 20px;height:44px;width:100%;line-height:44px;font-size:16px;margin-right:0}.home-problem .box .content[data-v-7d13f53f]{padding:0 10px 10px;font-size:14px;line-height:24px}.home-menu[data-v-7d13f53f]{display:block;min-height:17.06667vw;padding:0;margin-top:6.4vw;margin-bottom:8vw}.home-menu .menu-list[data-v-7d13f53f]{min-width:100%;width:auto;height:100%;display:flex;overflow:hidden;overflow-x:auto;color:#fff}.home-menu .menu-list>li .icon-wrap[data-v-7d13f53f]{margin-bottom:.53333vw}.home-menu .menu-list>li .icon-wrap img[data-v-7d13f53f]{width:45px;height:45px;display:flex;justify-content:center;align-items:center;border-radius:50%}.home-menu .menu-list>li[data-v-7d13f53f]{display:flex;flex-direction:column;align-items:center;flex:none;width:20vw;height:100%;text-align:center}.safsa[data-v-7d13f53f]{display:none}.sdfdff[data-v-7d13f53f]{border:none;padding:0 0;margin:0 auto 0;background:none}.tyjhtr[data-v-7d13f53f]{font-size:13px}.sdfdff img[data-v-7d13f53f]{width:20px}.zbgd[data-v-7d13f53f]{margin-bottom:20px}.home-introduce[data-v-7d13f53f]{display:none}.home-ai>header[data-v-7d13f53f]{font-size:20px;line-height:20px;margin-bottom:10px;display:none}.home-ai>ul li[data-v-7d13f53f]{flex:none;width:300px;height:auto;margin-bottom:30px;padding:20px 0;cursor:pointer;transition:all .2s}.home-ai>ul[data-v-7d13f53f]{display:flex;flex-wrap:nowrap;align-items:center;overflow-y:auto}.home-ai>ul li>div[data-v-7d13f53f]{width:280px;height:58px;padding:0 20px}.home-ai>ul li .line[data-v-7d13f53f]{width:100%;height:auto;margin-bottom:11px}.home-ai>ul li[data-v-7d13f53f]:last-child,.home-ai>ul li[data-v-7d13f53f]:nth-of-type(3n-1){margin-left:20px;margin-right:20px}.home-ai>ul li>p .coin1[data-v-7d13f53f],.home-ai>ul li>p .coin2[data-v-7d13f53f],.home-ai>ul li>p .coin3[data-v-7d13f53f]{width:30px;height:30px}.home-ai>ul li>p .name[data-v-7d13f53f]{font-size:14px}.home-ai>button[data-v-7d13f53f]{margin:0 auto 0;font-size:14px;height:40px}.home-currency-list>header[data-v-7d13f53f]{font-size:18px;line-height:40px;margin-bottom:20px;display:none}.home-ai[data-v-7d13f53f]{margin:0 auto 30px}.cm-tabs-group .cm-tab[data-v-7d13f53f]{font-size:14px;width:165px;border-radius:100px;height:36px}.home-currency-list .list[data-v-7d13f53f]{height:70px;align-items:center;padding:0 10px;font-size:14px;cursor:pointer;background:#0d0e0f;margin-bottom:20px;border-radius:18px}.asda[data-v-7d13f53f]{width:30px;height:30px;border-radius:50%}.fsfs[data-v-7d13f53f]{display:none}.dsdvfds[data-v-7d13f53f]{display:block}.home-currency-list .list .line[data-v-7d13f53f]{flex:none;width:90px;height:50px}.ml5[data-v-7d13f53f]{font-size:12px}.dsdvfds[data-v-7d13f53f]{font-size:14px}.tel-jg[data-v-7d13f53f]{display:block;text-align:right;margin-left:20px}.cm-btn-animation1[data-v-7d13f53f]{height:40px;font-size:14px}.home-currency-list[data-v-7d13f53f]{position:relative;margin:0 auto 40px}.home-trend[data-v-7d13f53f]{height:auto;margin:0 auto 20px;padding:10px 10px 0}.home-trend>h2[data-v-7d13f53f]{display:none}.home-trend .period[data-v-7d13f53f]{display:flex;margin-top:10px}.home-trend .period>div[data-v-7d13f53f]{font-size:14px;margin-right:12px}.period-img[data-v-7d13f53f]{display:none}.period-img2[data-v-7d13f53f]{display:block}.home-portfolio>header[data-v-7d13f53f]{display:none}.home-portfolio>h5[data-v-7d13f53f]{font-size:14px;line-height:26px;margin-top:0;margin-bottom:20px;text-align:left}.home-portfolio .list .item[data-v-7d13f53f]{width:100%;margin-right:0;height:auto;border-radius:18px;background:#0d0e0f;display:flex;align-items:center;padding:10px 16px;margin-bottom:20px;cursor:pointer;font-size:14px}.home-portfolio .list .h_40[data-v-7d13f53f]{height:26px;line-height:26px}.home-portfolio .list .row .lazy-img[data-v-7d13f53f]{width:30px;height:30px;margin:0;border-radius:50%;margin-left:-10px}.home-portfolio .list .index[data-v-7d13f53f]{display:none}.home-portfolio .list .row .lazy-img[data-v-7d13f53f]:first-child{margin-left:0}.home-portfolio .list .column[data-v-7d13f53f]{white-space:nowrap}.home-portfolio .list .row[data-v-7d13f53f]{min-width:140px}.home-trend2[data-v-7d13f53f]{margin-top:30px}.home-trend2>header[data-v-7d13f53f]{font-size:30px;line-height:30px;margin-bottom:30px;display:none}.home-trend2 .list2[data-v-7d13f53f]{flex-wrap:wrap}.list2 .card[data-v-7d13f53f]{width:100%;height:auto;border-radius:18px;background:#0d0e0f;padding:16px 20px;color:#fff;overflow:hidden;margin-bottom:20px;cursor:pointer}.home-nft[data-v-7d13f53f]{height:684px}.home-nft>header[data-v-7d13f53f]{position:absolute;z-index:2;top:30px;left:50%;width:100%;transform:translateX(-50%);color:#fff;font-size:20px;line-height:24px;text-transform:uppercase;font-weight:600}.home-nft .btn[data-v-7d13f53f]{position:absolute;z-index:2;top:120px;left:50%;width:251px;height:40px;line-height:40px;transform:translateX(-50%)}.home-nft .nft-1[data-v-7d13f53f]{bottom:12px;left:-10px;width:100px;height:auto}.home-nft .nft-2[data-v-7d13f53f]{position:absolute;z-index:1;bottom:-20px;left:60px;width:auto;height:110px}.home-nft .nft-4[data-v-7d13f53f]{position:absolute;z-index:2;bottom:-10px;right:100px;width:120px;height:120px}.home-nft[data-v-7d13f53f]{height:350px;width:100%;margin:20px auto 30px}.home-charity>header[data-v-7d13f53f]{display:none;font-size:20px;line-height:20px;margin-bottom:20px}.home-charity .p1[data-v-7d13f53f]{color:#cbd9da;font-size:16px;line-height:24px;width:100%}.home-charity .charity-bg[data-v-7d13f53f]{width:100%;height:500px;margin:20px auto 10px;padding:20px 10px}.home-charity .charity-bg .group[data-v-7d13f53f]{padding:0;margin-bottom:30px;display:flex;justify-content:space-between;flex-wrap:wrap}.home-charity .charity-bg .group span[data-v-7d13f53f]{display:inline-flex;padding:10px 20px;font-size:14px;width:48%;margin-bottom:20px}.home-charity .charity-bg .row[data-v-7d13f53f]{position:relative;z-index:2;padding:0 0;display:flex;justify-content:space-between;margin-bottom:auto;flex-wrap:wrap}.home-charity .charity-bg .row>span[data-v-7d13f53f]{display:flex;flex-direction:column;width:48%}.home-charity .charity-bg .row>span img[data-v-7d13f53f]{height:30px;width:auto;margin-bottom:12px}.home-charity .charity-bg .row>span span[data-v-7d13f53f]{font-size:14px;line-height:18px}.home-charity .partner-list[data-v-7d13f53f]{width:100%;height:auto;margin:0 auto 20px}.home-charity .safe-title-list[data-v-7d13f53f]{display:none}.home-problem>header[data-v-7d13f53f]{font-size:20px;line-height:30px;margin-bottom:25px}.home-charity[data-v-7d13f53f]{margin:0 auto 20px}.home-problem .item[data-v-7d13f53f]{width:100%;font-size:16px;max-height:60px}.home-problem .item .title-row[data-v-7d13f53f]{flex:none;width:100%;padding:0 0;height:60px}.home-problem[data-v-7d13f53f]{margin-bottom:30px}.home-problem .logo[data-v-7d13f53f]{width:24px;height:24px}.parallax-images-wrapper .floating-item img[data-v-7d13f53f]{width:40px;height:40px}.parallax-images-wrapper .floating-item:nth-child(2) img[data-v-7d13f53f],.parallax-images-wrapper .floating-item:nth-child(5) img[data-v-7d13f53f]{width:80px;height:80px}.ball1[data-v-7d13f53f]{left:14%;top:10%}.ball2[data-v-7d13f53f]{left:5%;top:25%}.ball3[data-v-7d13f53f]{left:14%;top:50%}.ball4[data-v-7d13f53f]{left:76%;top:10%}.ball5[data-v-7d13f53f]{left:75%;top:25%}.ball6[data-v-7d13f53f]{left:76%;top:50%}.top-left[data-v-7d13f53f]{margin-top:5vh;display:flex;flex-direction:column}.top-left .operate-area[data-v-7d13f53f]{order:2}.top-left .p1[data-v-7d13f53f]{order:1}.dasdfa[data-v-7d13f53f]{width:100%;margin-top:10px;margin-left:0}}.flot[data-v-7d13f53f]{position:fixed;bottom:40px;right:10px;z-index:999;padding:15px}.flot>div[data-v-7d13f53f]{margin:15px 0;cursor:pointer;width:44px;height:44px;text-align:center;line-height:44px;border-radius:44px;padding:4px}.flot>div[data-v-7d13f53f]:first-child{background:#4d6bfe}.flot>div[data-v-7d13f53f]:nth-child(2){width:52px;height:52px;line-height:52px}.flot>div img[data-v-7d13f53f]{width:100%;height:100%}