/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@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)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__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)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}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:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-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)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__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)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;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}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;-webkit-backface-visibility:visible!important;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}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__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)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__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);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@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);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{touch-action:pan-y}.swiper-wp8-vertical{touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:50%;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;transition:.3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@keyframes swiper-preloader-spin{to{transform:rotate(1turn)}}@font-face{font-family:CZ;src:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/cz-regular.8ea1e78c.ttf)}*{font-family:CZ,PingFangSC,Microsoft YaHei,Helvetica Neue,sans-serif}a{text-decoration:none}img[data-v-30f73bcc]{-webkit-user-drag:none}.layout[data-v-30f73bcc]{min-width:1200px;background:#f4f4f4}.image100[data-v-30f73bcc]{width:100%}.color-fff[data-v-30f73bcc]{color:#fff!important}.link-light-left[data-v-30f73bcc]{background:linear-gradient(90deg,#333,rgba(255,45,143,0))}.link-light-left[data-v-30f73bcc],.link-light-right[data-v-30f73bcc]{width:100%;height:10px;border-radius:2px;margin-top:4px;margin-bottom:16px}.link-light-right[data-v-30f73bcc]{background:linear-gradient(90deg,rgba(255,45,143,0),#333)}.image-list[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between}.image-list img[data-v-30f73bcc]{width:180px!important;height:80px;object-fit:cover;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);margin-bottom:16px!important}.page-title-h1[data-v-30f73bcc]{width:1160px;display:flex;align-items:flex-end;margin:0 auto}.page-title-h1 .title1[data-v-30f73bcc]{font-size:34px;font-weight:700;color:#333;line-height:48px;padding-left:430px}.page-title-h1 .title2[data-v-30f73bcc]{font-size:20px;font-weight:500;color:#999;line-height:32px}.page-title-h1 .title3[data-v-30f73bcc]{font-size:28px;font-weight:500;color:#333;line-height:40px;padding-left:430px}.left-and-right-wrap[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.left-and-right-wrap .left .title1[data-v-30f73bcc]{font-size:26px;font-weight:700;color:#333}.left-and-right-wrap .left .left-con[data-v-30f73bcc]{font-size:16px;font-weight:400;color:#666;line-height:30px}.banner-title[data-v-30f73bcc]{width:1160px;margin:0 auto}.banner-title .title[data-v-30f73bcc]{width:461px;font-size:46px;color:#fff;font-weight:700;text-align:center;padding:175px 0 0 50px}.banner-title .title .logo[data-v-30f73bcc]{width:50px;vertical-align:middle;margin-right:11px;box-shadow:0 0 5px rgba(0,0,0,.17);border-radius:13px}.banner-title .title .logo-titlt[data-v-30f73bcc]{height:46px;display:inline-block;vertical-align:middle;font-size:36px}.banner-title h3[data-v-30f73bcc]{width:461px;text-align:center;font-size:32px;color:#fff;padding:18px 0 20px 50px}.banner-title p[data-v-30f73bcc]{width:461px;font-size:16px;color:#ccc;line-height:30px;text-indent:32px;padding:0 0 0 50px}.banner-div-style1 .title[data-v-30f73bcc],.banner-div-style1 h3[data-v-30f73bcc],.banner-div-style1 p[data-v-30f73bcc]{width:560px;padding-left:20px}.banner-div-style2 .title[data-v-30f73bcc],.banner-div-style2 h3[data-v-30f73bcc],.banner-div-style2 p[data-v-30f73bcc]{width:590px;padding-left:20px}.banner-div-style3[data-v-30f73bcc]{width:704px;float:left}.banner-div-style3 .title[data-v-30f73bcc],.banner-div-style3 h3[data-v-30f73bcc]{width:704px;padding-left:20px}.slide-wrap[data-v-30f73bcc]{width:1160px;margin:0 auto}.banner-qrCode[data-v-30f73bcc]{float:right;display:flex;padding-top:166px}.banner-qrCode .qr-item[data-v-30f73bcc]{width:140px;padding-top:162px;font-size:16px;color:#fff;line-height:22px;text-align:center}.banner-qrCode .qr-item p[data-v-30f73bcc]{font-weight:400}.banner-qrCode .qr-item img[data-v-30f73bcc]{vertical-align:middle;width:16px;margin-right:4px;margin-top:-3px}.banner-qrCode .qr-item.qr-item1[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/7866730418061795349_280X308_hW.png) no-repeat top;background-size:100%;margin-right:40px}.banner-qrCode .qr-item.qr-item2[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/8826680314031991847_280X308_7W.png) no-repeat top;background-size:100%}.header-body[data-v-30f73bcc]{width:100%;left:0;top:0;line-height:70px;position:fixed;z-index:99}.header-body .header[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;justify-content:space-between}.header-body.isfixed[data-v-30f73bcc]{background-color:#000;box-shadow:0 3px 10px 0 rgba(25,39,123,.12)}.header-body .nav-logo[data-v-30f73bcc]{cursor:pointer;display:inline-flex;align-items:center}.header-body .nav-logo .img[data-v-30f73bcc]{width:40px;height:40px;vertical-align:middle;margin-right:8px}.header-body .nav-logo .title-wrap[data-v-30f73bcc]{vertical-align:middle}.header-body .nav-logo .title-wrap .title1[data-v-30f73bcc]{font-size:20px;font-weight:500;color:#fff;line-height:normal}.header-body .nav-logo .title-wrap .title2[data-v-30f73bcc]{font-size:12px;font-weight:400;color:#fff;line-height:normal}.header-body .nav-list[data-v-30f73bcc]{display:flex}.header-body .nav-list .nav-item[data-v-30f73bcc]{font-size:16px;font-weight:600;margin-left:65px;cursor:pointer;position:relative;color:#fff}.header-body .nav-list .nav-item span[data-v-30f73bcc]{padding:0 10px}.header-body .nav-list .nav-item.active span[data-v-30f73bcc],.header-body .nav-list .nav-item:hover span[data-v-30f73bcc]{border-bottom:2px solid #fff;padding-bottom:5px}.content-body .banner-wrap[data-v-30f73bcc]{width:100%;height:554px}.content-body .banner-wrap .slide-item[data-v-30f73bcc]{position:relative;width:100%;height:554px}.content-body .banner-wrap .slide-item1[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/2833800631071793363_3840X1108_2mW.png) no-repeat 50%;background-size:cover}.content-body .banner-wrap .slide-item2[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/5189100682033698483_3840X1108_5sW.png) no-repeat 50%;background-size:cover}.content-body .banner-wrap .slide-item3[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/4639400913004993039_3850X1108_o7W.png) no-repeat 50%;background-size:cover}.content-body .banner-wrap .slide-item4[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/4028710432033195333_3840X1108_7wW.png) no-repeat 50%;background-size:cover}.content-body .banner-wrap .swiper-pagination[data-v-30f73bcc]{bottom:60px}.content-body .banner-wrap[data-v-30f73bcc] .swiper-pagination-bullet{width:10px;height:10px;border-radius:50%;opacity:1;background:#fff}.content-body .banner-wrap[data-v-30f73bcc] .swiper-pagination-bullet-active{width:30px;height:10px;background:#fff;border-radius:5px}.content-body .introduction-wrap[data-v-30f73bcc]{position:relative;background:#efefef;padding:0 0 85px}.content-body .introduction-wrap .number-wrap[data-v-30f73bcc]{width:1160px;height:100px;background:#fff;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);position:absolute;top:-50px;left:50%;transform:translateX(-50%);z-index:1}.content-body .introduction-wrap .number-wrap .item[data-v-30f73bcc]{width:25%;display:inline-block;text-align:center;position:relative}.content-body .introduction-wrap .number-wrap .item[data-v-30f73bcc]:after{content:"";display:block;width:1px;height:60px;background:#ddd;position:absolute;right:0;top:20px}.content-body .introduction-wrap .number-wrap .item[data-v-30f73bcc]:last-child:after{display:none}.content-body .introduction-wrap .number-wrap .item .num[data-v-30f73bcc]{font-size:26px;font-weight:400;color:#2f4dcd;padding-top:18px}.content-body .introduction-wrap .number-wrap .item .msg[data-v-30f73bcc]{font-size:16px;font-weight:500;color:#333;margin-top:10px}.content-body .introduction-wrap .left-and-right-wrap .left[data-v-30f73bcc]{width:496px}.content-body .introduction-wrap .left-and-right-wrap .right[data-v-30f73bcc]{width:634px}.content-body .introduction-wrap .class-list-wrap[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;box-shadow:0 3px 10px 0 rgba(25,39,123,.12)}.content-body .introduction-wrap .class-list-wrap .item[data-v-30f73bcc]{width:25%;text-align:center;padding:25px 0 30px}.content-body .introduction-wrap .class-list-wrap .item[data-v-30f73bcc]:first-child,.content-body .introduction-wrap .class-list-wrap .item[data-v-30f73bcc]:nth-child(3){background:#fff}.content-body .introduction-wrap .class-list-wrap .item[data-v-30f73bcc]:nth-child(2),.content-body .introduction-wrap .class-list-wrap .item[data-v-30f73bcc]:nth-child(4){background:#f6f6f6}.content-body .introduction-wrap .class-list-wrap .item img[data-v-30f73bcc]{width:40px}.content-body .introduction-wrap .class-list-wrap .item .num[data-v-30f73bcc]{font-size:22px;padding:2px 0 6px;color:#2f4dcd}.content-body .introduction-wrap .class-list-wrap .item .name[data-v-30f73bcc]{font-size:16px;font-weight:500}.content-body .introduction-wrap .bottom-image[data-v-30f73bcc]{display:block;width:1160px;margin:0 auto}.content-body .advantages-wrap[data-v-30f73bcc]{padding-bottom:75px}.content-body .advantages-wrap .describe[data-v-30f73bcc]{width:1009px;font-size:16px;color:#666;text-align:center;margin:0 auto}.content-body .advantages-wrap .list-wrap-advantage[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;flex-wrap:wrap;background:#000;color:#fff}.content-body .advantages-wrap .list-wrap-advantage .item[data-v-30f73bcc]{width:33.33%;text-align:center}.content-body .advantages-wrap .list-wrap-advantage .item .image100[data-v-30f73bcc]{width:40px;margin:20px auto 12px}.content-body .advantages-wrap .list-wrap-advantage .item .h1[data-v-30f73bcc]{font-size:22px}.content-body .advantages-wrap .list-wrap-advantage .item .h2[data-v-30f73bcc]{font-size:16px;padding:12px 0 30px}.content-body .advantages-wrap .list-wrap-advantage .item1[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/6161890548033196453_776X472_1mW.png) no-repeat 50%;background-size:cover}.content-body .advantages-wrap .list-wrap-advantage .item3[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/4374340545002097131_774X472_1aW.png) no-repeat 50%;background-size:cover}.content-body .advantages-wrap .list-wrap-advantage .item5[data-v-30f73bcc]{background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/4629390902013496083_774X472_1eW.png) no-repeat 50%;background-size:cover}.content-body .advantages-wrap .image100[data-v-30f73bcc]{display:block;width:1160px;margin:0 auto}.content-body .advantages-wrap .describe1[data-v-30f73bcc]{font-size:16px;color:#666;text-align:center}.content-body .advantages-wrap .full-list[data-v-30f73bcc]{padding:0 0 85px}.content-body .advantages-wrap .full-list .list-wrap[data-v-30f73bcc]{width:1160px;margin:0 auto;overflow:hidden}.content-body .advantages-wrap .full-list .list-wrap .list-ul[data-v-30f73bcc]{display:flex;justify-content:space-between}.content-body .advantages-wrap .full-list .list-wrap .list-ul .item[data-v-30f73bcc]{width:264px;min-width:264px;cursor:pointer}.content-body .advantages-wrap .full-list .list-wrap .list-ul .item img[data-v-30f73bcc]{width:100%;display:block}.content-body .advantages-wrap .full-list .wrap[data-v-30f73bcc]{position:relative;width:1300px;margin:0 auto}.content-body .guarantee-wrap .top-bg[data-v-30f73bcc]{width:100%;height:737px;background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/4778590815004998111_3842X1474_apW.png) no-repeat 50%;background-size:cover}.content-body .guarantee-wrap .top-bg .top-con[data-v-30f73bcc]{width:1160px;margin:0 auto}.content-body .guarantee-wrap .top-bg .top-con .titele[data-v-30f73bcc]{font-size:24px;color:#fff;margin:41px 0 0 4px}.content-body .guarantee-wrap .top-bg .top-con .image-line-con[data-v-30f73bcc]{display:block;width:1154px;margin:0 auto}.content-body .guarantee-wrap .bottom-bg[data-v-30f73bcc]{width:100%;height:612px;background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/8169480288065692049_3840X1336_8pW.png) no-repeat 50%;background-size:cover;padding-bottom:80px}.content-body .guarantee-wrap .bottom-bg .prove-wrap .left[data-v-30f73bcc]{width:272px}.content-body .guarantee-wrap .bottom-bg .prove-wrap .right[data-v-30f73bcc]{width:862px;font-size:0}.content-body .partners-wrap[data-v-30f73bcc]{width:1160px;margin:0 auto}.content-body .partners-wrap .img-wrap[data-v-30f73bcc]{width:100%;display:flex;justify-content:space-between;padding-bottom:85px}.content-body .partners-wrap .img-wrap .img-item[data-v-30f73bcc]{width:278px;height:280px;box-shadow:0 10px 30px 0 rgba(0,0,0,.1);padding:20px;box-sizing:border-box;background:#fff;position:relative}.content-body .partners-wrap .img-wrap .img-item .name-wrap[data-v-30f73bcc]{display:flex;align-items:center;justify-content:center;font-size:18px}.content-body .partners-wrap .img-wrap .img-item .name-wrap img[data-v-30f73bcc]{width:auto;height:26px;margin-right:16px}.content-body .partners-wrap .img-wrap .img-item .introduce[data-v-30f73bcc]{padding:12px 12px 20px;font-size:16px;color:#666;line-height:30px;text-indent:32px}.content-body .partners-wrap .img-wrap .img-item .bot-img[data-v-30f73bcc]{width:100%;display:flex;justify-content:space-between;position:absolute;left:0;bottom:0;padding:10px 20px;box-sizing:border-box}.content-body .partners-wrap .img-wrap .img-item .bot-img img[data-v-30f73bcc]{width:62px;height:62px}.footer-body[data-v-30f73bcc]{height:210px;background:#0e0f12;overflow:hidden;padding-top:50px;box-sizing:border-box;position:relative}.footer-body .footer-content[data-v-30f73bcc]{width:1160px;margin:0 auto;display:flex;justify-content:space-between}.footer-body .footer-content .item-wrap .li-title[data-v-30f73bcc]{list-style:none;font-size:16px;font-weight:500;color:#fff;margin-bottom:10px;cursor:pointer}.footer-body .footer-content .item-wrap .list[data-v-30f73bcc]{list-style:none;font-size:14px;font-weight:500;color:#ccc;margin-bottom:8px;cursor:pointer}.footer-body .footer-content .item-wrap a[data-v-30f73bcc]{color:#fff}.footer-body .website-info[data-v-30f73bcc]{width:100%;font-size:14px;color:#fff;font-weight:400;text-align:center;margin-top:26px;position:absolute;left:0;bottom:20px}.footer-body .website-info a[data-v-30f73bcc]{color:#fff}a[data-v-14e44cfc],abbr[data-v-14e44cfc],acronym[data-v-14e44cfc],address[data-v-14e44cfc],applet[data-v-14e44cfc],article[data-v-14e44cfc],aside[data-v-14e44cfc],audio[data-v-14e44cfc],b[data-v-14e44cfc],big[data-v-14e44cfc],blockquote[data-v-14e44cfc],body[data-v-14e44cfc],canvas[data-v-14e44cfc],caption[data-v-14e44cfc],center[data-v-14e44cfc],cite[data-v-14e44cfc],code[data-v-14e44cfc],dd[data-v-14e44cfc],del[data-v-14e44cfc],details[data-v-14e44cfc],dfn[data-v-14e44cfc],div[data-v-14e44cfc],dl[data-v-14e44cfc],dt[data-v-14e44cfc],em[data-v-14e44cfc],embed[data-v-14e44cfc],fieldset[data-v-14e44cfc],figcaption[data-v-14e44cfc],figure[data-v-14e44cfc],footer[data-v-14e44cfc],form[data-v-14e44cfc],h1[data-v-14e44cfc],h2[data-v-14e44cfc],h3[data-v-14e44cfc],h4[data-v-14e44cfc],h5[data-v-14e44cfc],h6[data-v-14e44cfc],header[data-v-14e44cfc],html[data-v-14e44cfc],i[data-v-14e44cfc],iframe[data-v-14e44cfc],img[data-v-14e44cfc],input[data-v-14e44cfc],ins[data-v-14e44cfc],kbd[data-v-14e44cfc],label[data-v-14e44cfc],legend[data-v-14e44cfc],li[data-v-14e44cfc],mark[data-v-14e44cfc],menu[data-v-14e44cfc],nav[data-v-14e44cfc],object[data-v-14e44cfc],ol[data-v-14e44cfc],output[data-v-14e44cfc],p[data-v-14e44cfc],pre[data-v-14e44cfc],q[data-v-14e44cfc],ruby[data-v-14e44cfc],s[data-v-14e44cfc],samp[data-v-14e44cfc],section[data-v-14e44cfc],small[data-v-14e44cfc],span[data-v-14e44cfc],strike[data-v-14e44cfc],strong[data-v-14e44cfc],sub[data-v-14e44cfc],summary[data-v-14e44cfc],sup[data-v-14e44cfc],table[data-v-14e44cfc],tbody[data-v-14e44cfc],td[data-v-14e44cfc],tfoot[data-v-14e44cfc],th[data-v-14e44cfc],thead[data-v-14e44cfc],time[data-v-14e44cfc],tr[data-v-14e44cfc],tt[data-v-14e44cfc],u[data-v-14e44cfc],ul[data-v-14e44cfc],var[data-v-14e44cfc],video[data-v-14e44cfc]{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline;box-sizing:border-box}a[data-v-14e44cfc]:focus,abbr[data-v-14e44cfc]:focus,acronym[data-v-14e44cfc]:focus,address[data-v-14e44cfc]:focus,applet[data-v-14e44cfc]:focus,article[data-v-14e44cfc]:focus,aside[data-v-14e44cfc]:focus,audio[data-v-14e44cfc]:focus,b[data-v-14e44cfc]:focus,big[data-v-14e44cfc]:focus,blockquote[data-v-14e44cfc]:focus,body[data-v-14e44cfc]:focus,canvas[data-v-14e44cfc]:focus,caption[data-v-14e44cfc]:focus,center[data-v-14e44cfc]:focus,cite[data-v-14e44cfc]:focus,code[data-v-14e44cfc]:focus,dd[data-v-14e44cfc]:focus,del[data-v-14e44cfc]:focus,details[data-v-14e44cfc]:focus,dfn[data-v-14e44cfc]:focus,div[data-v-14e44cfc]:focus,dl[data-v-14e44cfc]:focus,dt[data-v-14e44cfc]:focus,em[data-v-14e44cfc]:focus,embed[data-v-14e44cfc]:focus,fieldset[data-v-14e44cfc]:focus,figcaption[data-v-14e44cfc]:focus,figure[data-v-14e44cfc]:focus,footer[data-v-14e44cfc]:focus,form[data-v-14e44cfc]:focus,h1[data-v-14e44cfc]:focus,h2[data-v-14e44cfc]:focus,h3[data-v-14e44cfc]:focus,h4[data-v-14e44cfc]:focus,h5[data-v-14e44cfc]:focus,h6[data-v-14e44cfc]:focus,header[data-v-14e44cfc]:focus,html[data-v-14e44cfc]:focus,i[data-v-14e44cfc]:focus,iframe[data-v-14e44cfc]:focus,img[data-v-14e44cfc]:focus,input[data-v-14e44cfc]:focus,ins[data-v-14e44cfc]:focus,kbd[data-v-14e44cfc]:focus,label[data-v-14e44cfc]:focus,legend[data-v-14e44cfc]:focus,li[data-v-14e44cfc]:focus,mark[data-v-14e44cfc]:focus,menu[data-v-14e44cfc]:focus,nav[data-v-14e44cfc]:focus,object[data-v-14e44cfc]:focus,ol[data-v-14e44cfc]:focus,output[data-v-14e44cfc]:focus,p[data-v-14e44cfc]:focus,pre[data-v-14e44cfc]:focus,q[data-v-14e44cfc]:focus,ruby[data-v-14e44cfc]:focus,s[data-v-14e44cfc]:focus,samp[data-v-14e44cfc]:focus,section[data-v-14e44cfc]:focus,small[data-v-14e44cfc]:focus,span[data-v-14e44cfc]:focus,strike[data-v-14e44cfc]:focus,strong[data-v-14e44cfc]:focus,sub[data-v-14e44cfc]:focus,summary[data-v-14e44cfc]:focus,sup[data-v-14e44cfc]:focus,table[data-v-14e44cfc]:focus,tbody[data-v-14e44cfc]:focus,td[data-v-14e44cfc]:focus,tfoot[data-v-14e44cfc]:focus,th[data-v-14e44cfc]:focus,thead[data-v-14e44cfc]:focus,time[data-v-14e44cfc]:focus,tr[data-v-14e44cfc]:focus,tt[data-v-14e44cfc]:focus,u[data-v-14e44cfc]:focus,ul[data-v-14e44cfc]:focus,var[data-v-14e44cfc]:focus,video[data-v-14e44cfc]:focus{outline:none}article[data-v-14e44cfc],aside[data-v-14e44cfc],details[data-v-14e44cfc],figcaption[data-v-14e44cfc],figure[data-v-14e44cfc],footer[data-v-14e44cfc],header[data-v-14e44cfc],menu[data-v-14e44cfc],nav[data-v-14e44cfc],section[data-v-14e44cfc]{display:block}body[data-v-14e44cfc]{line-height:1}blockquote[data-v-14e44cfc],q[data-v-14e44cfc]{quotes:none}blockquote[data-v-14e44cfc]:after,blockquote[data-v-14e44cfc]:before,q[data-v-14e44cfc]:after,q[data-v-14e44cfc]:before{content:none}table[data-v-14e44cfc]{border-collapse:collapse;border-spacing:0}a[data-v-14e44cfc]{color:#545454;text-decoration:none;backface-visibility:hidden;-webkit-backface-visibility:hidden}button[data-v-14e44cfc]:focus{outline:none}li[data-v-14e44cfc]{list-style:none}body[data-v-14e44cfc],html[data-v-14e44cfc]{width:100%}body[data-v-14e44cfc]{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff}body[data-v-14e44cfc],html[data-v-14e44cfc]{font-size:14px;color:#545454;font-family:PingFang SC,Myriad Pro,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased}img[data-v-14e44cfc]{-webkit-user-drag:none}.color-fff[data-v-14e44cfc]{color:#fff!important}.page-title-h1[data-v-14e44cfc]{width:100%;display:flex;align-items:flex-end;margin:0 auto}.page-title-h1 .title1[data-v-14e44cfc]{font-size:4rem;font-weight:700;color:#333;line-height:5.6rem;padding-left:19.6rem;padding-top:8.8rem}.page-title-h1 .title2[data-v-14e44cfc]{font-size:2.4rem;font-weight:500;color:#999;line-height:3.6rem}.page-title-h1 .title3[data-v-14e44cfc]{width:100%;padding:3rem 5rem 0}.page-title-h1 .title3 .name[data-v-14e44cfc]{font-size:3rem;font-weight:500;color:#333;line-height:4.2rem}.link-light[data-v-14e44cfc]{width:30rem;height:.4rem;background:linear-gradient(90deg,#0e0f12,rgba(14,15,18,0));margin:1.5rem 0 0}.describe[data-v-14e44cfc]{font-size:2.8rem;font-weight:400;color:#666;line-height:4.2rem;padding:1.2rem 5rem 0}.image-list[data-v-14e44cfc]{padding:5rem 5rem 0;display:flex;flex-wrap:wrap;justify-content:space-between}.image-list img[data-v-14e44cfc]{width:20.6rem;display:block;margin-bottom:1.6rem;box-shadow:0 0 .6rem 0 rgba(0,0,0,.1);border-radius:.4rem}.layout[data-v-14e44cfc]{background:#f4f4f4}.layout .banner-wrap[data-v-14e44cfc]{width:100%;height:65rem;background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/8581740541045991471_1500X1300_10W.png) no-repeat 50%;background-size:cover;color:#fff;padding:10rem 0}.layout .banner-wrap .logo[data-v-14e44cfc]{display:block;width:8rem;margin:0 auto}.layout .banner-wrap .title[data-v-14e44cfc]{display:block;width:18rem;margin:0 auto;padding-top:2.4rem;font-size:3.6rem;text-align:center}.layout .banner-wrap .h1[data-v-14e44cfc]{font-size:3rem;font-weight:500;padding-top:5rem;text-align:center}.layout .banner-wrap .h2[data-v-14e44cfc]{padding:1.4rem 5rem 0;font-size:2.8rem;font-weight:400;color:hsla(0,0%,100%,.8);margin:0 auto;line-height:4.2rem}.layout .banner-wrap .go[data-v-14e44cfc]{text-align:right;padding-right:5rem}.layout .banner-wrap .go span[data-v-14e44cfc]{font-size:2.8rem;font-weight:500;color:#fff;line-height:4rem}.layout .banner-wrap .go .link[data-v-14e44cfc]{text-decoration:underline}.layout .introduction-wrap[data-v-14e44cfc]{background:#efefef}.layout .introduction-wrap .image1[data-v-14e44cfc]{box-sizing:border-box;width:100%;padding:4.5rem 5rem 0}.layout .introduction-wrap .class-list-wrap[data-v-14e44cfc]{padding:5rem 5rem 10rem;display:flex;flex-wrap:wrap;justify-content:space-between}.layout .introduction-wrap .class-list-wrap .item[data-v-14e44cfc]{width:31.7rem;height:31.7rem;text-align:center;padding:2.5rem 0 3rem;background:hsla(0,0%,100%,.4);box-shadow:0 0 .6rem 0 rgba(0,0,0,.1);border-radius:.8rem;border:1px solid #fff;display:flex;justify-content:center;align-items:center}.layout .introduction-wrap .class-list-wrap .item .con[data-v-14e44cfc]{width:28.1rem;height:28.1rem;background:#fff;border-radius:.8rem}.layout .introduction-wrap .class-list-wrap .item[data-v-14e44cfc]:first-child,.layout .introduction-wrap .class-list-wrap .item[data-v-14e44cfc]:nth-child(2){margin-bottom:1.7rem}.layout .introduction-wrap .class-list-wrap .item img[data-v-14e44cfc]{width:8rem;padding-top:4.2rem}.layout .introduction-wrap .class-list-wrap .item .num[data-v-14e44cfc]{font-size:4rem;padding:1.4rem 0 1.1rem;color:#2054ea}.layout .introduction-wrap .class-list-wrap .item .name[data-v-14e44cfc]{font-size:3.2rem;font-weight:500;color:#333}.layout .guarantee-wrap .top-bg[data-v-14e44cfc]{width:100%;height:140.2rem;background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/7686500241094195690_1500X2804_5vW.png) no-repeat 50%;background-size:cover}.layout .guarantee-wrap .top-bg .top-con[data-v-14e44cfc]{width:64.8rem;margin:0 auto}.layout .guarantee-wrap .top-bg .top-con .titele[data-v-14e44cfc]{font-size:2.8rem;font-weight:500;color:#fff;line-height:4rem;padding:1.9rem 0 3.8rem 1.1rem}.layout .guarantee-wrap .top-bg .top-con .image-line-con[data-v-14e44cfc]{width:100%}.layout .guarantee-wrap .bottom-bg[data-v-14e44cfc]{width:100%;background:url(https://pcdn.huidinghuo.com/legacy-homepage-assets/2459830137072697443_1500X1890_4uW.png) no-repeat 50%;background-size:cover;padding-bottom:10rem}.layout .guarantee-wrap .bottom-bg .prove-wrap[data-v-14e44cfc]{padding-top:4.6rem}.layout .guarantee-wrap .bottom-bg .prove-wrap img[data-v-14e44cfc]{margin-bottom:1.2rem;border-radius:0;width:100%}.layout .guarantee-wrap .bottom-bg .prove-wrap .img1[data-v-14e44cfc]{width:32.1rem}.layout .guarantee-wrap .bottom-bg .prove-wrap .img2[data-v-14e44cfc]{width:15.6rem}.layout .advantages-wrap[data-v-14e44cfc]{padding-bottom:10rem}.layout .advantages-wrap .describe[data-v-14e44cfc]{font-size:2.7rem}.layout .advantages-wrap .list-wrap-advantage[data-v-14e44cfc]{padding:3.8rem 5rem 0;display:flex;justify-content:space-between;flex-wrap:wrap}.layout .advantages-wrap .list-wrap-advantage .item[data-v-14e44cfc]{width:31.7rem;height:16.9rem;background:#fff;box-shadow:0 0 .6rem 0 rgba(0,0,0,.1);border-radius:.8rem;padding:1.6rem;margin-bottom:1.6rem}.layout .advantages-wrap .list-wrap-advantage .item .h1 .image100[data-v-14e44cfc]{width:4rem;padding:.5rem;background:#2555ea;margin-right:1.6rem;border-radius:50%;vertical-align:middle}.layout .advantages-wrap .list-wrap-advantage .item .h1 span[data-v-14e44cfc]{font-size:3rem;font-weight:500;color:#333;line-height:4.2rem;vertical-align:middle}.layout .advantages-wrap .list-wrap-advantage .item .h2[data-v-14e44cfc]{font-size:2.6rem;font-weight:400;color:#666;line-height:4rem;padding-top:1.6rem}.layout .advantages-wrap .full-list img[data-v-14e44cfc]{width:31.7rem;border-radius:0}.layout .partners-wrap .img-wrap[data-v-14e44cfc]{width:100%;padding:5rem 5rem 10rem}.layout .partners-wrap .img-wrap .img-item[data-v-14e44cfc]{width:100%;height:20rem;box-shadow:0 0 .6rem 0 rgba(0,0,0,.1);border-radius:.8rem;background:#fff;position:relative;margin-bottom:2.4rem;padding:1.6rem;display:flex;justify-content:space-between;align-items:center}.layout .partners-wrap .img-wrap .img-item[data-v-14e44cfc]:last-child{margin-bottom:0}.layout .partners-wrap .img-wrap .img-item .item-left[data-v-14e44cfc]{width:21.8rem}.layout .partners-wrap .img-wrap .img-item .item-left .name-wrap[data-v-14e44cfc]{display:flex;align-items:center;justify-content:center;padding:0 0 2.4rem}.layout .partners-wrap .img-wrap .img-item .item-left .name-wrap .name[data-v-14e44cfc]{font-size:2.6rem;font-weight:500;color:#333;line-height:4rem}.layout .partners-wrap .img-wrap .img-item .item-left .name-wrap img[data-v-14e44cfc]{width:auto;height:3.2rem;margin-right:.8rem}.layout .partners-wrap .img-wrap .img-item .item-left .bot-img[data-v-14e44cfc]{width:100%;display:flex;justify-content:space-between;padding:0 .3rem}.layout .partners-wrap .img-wrap .img-item .item-left .bot-img img[data-v-14e44cfc]{width:6rem;height:6rem;box-shadow:0 0 .6rem 0 rgba(0,0,0,.1)}.layout .partners-wrap .img-wrap .img-item .introduce[data-v-14e44cfc]{width:calc(100% - 25.3rem);font-size:2.8rem;font-weight:400;color:#666;line-height:4.2rem}.layout .footer-body[data-v-14e44cfc]{background:#efefef}.layout .footer-body .footer-content[data-v-14e44cfc]{padding:9rem 0 0;text-align:center}.layout .footer-body .footer-content .li-title[data-v-14e44cfc]{font-size:2.8rem;font-weight:400;color:#666;line-height:4rem;margin-bottom:3rem}.layout .footer-body .footer-content .li-title[data-v-14e44cfc]:last-child{margin-bottom:0}.layout .footer-body .website-info[data-v-14e44cfc]{text-align:center;font-size:2.4rem;font-weight:400;color:#ccc;padding:2.5rem 0 10rem}.layout .footer-body .website-info a[data-v-14e44cfc]{display:block;color:#ccc}.download[data-v-14e44cfc]{width:9rem;height:9rem;box-shadow:0 0 .6rem 0 #fff;position:fixed;right:5rem;bottom:50rem;border-radius:50%}body:has(.pixel-home)>.site-header,body:has(.pixel-home)>footer{display:none}body:has(.pixel-home){margin:0;background:#fff;color:#333;font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif}html:has(.pixel-home){scroll-behavior:auto}.pixel-home,.pixel-home *{box-sizing:content-box}.pixel-home *{margin:0;padding:0}.pixel-home{width:100%;overflow:hidden}.pixel-home .header-body[data-v-30f73bcc]{background:#000}.pixel-home .footer-body[data-v-30f73bcc]{display:none}.pixel-semantic-title{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.pixel-home .swiper-wrapper{display:flex!important;transform:translateX(-200vw)!important;transition:none!important}.pixel-home .swiper-slide{width:100vw!important;flex:0 0 100vw!important}.pixel-home .nav-item a{display:block;color:inherit}.pixel-home #advantages,.pixel-home #banner,.pixel-home #guarantee,.pixel-home #introduction,.pixel-home #partners{scroll-margin-top:70px}.pixel-home+.geo-pixel-extension{background:#fff}.geo-pixel-extension{font-family:Arial,PingFang SC,Microsoft YaHei,sans-serif;color:#333}.geo-pixel-extension .pixel-section{width:1200px;max-width:calc(100% - 40px);margin:0 auto;padding:58px 0}.geo-pixel-extension .pixel-title{text-align:center;margin-bottom:26px}.geo-pixel-extension .pixel-title h2{display:inline;font-size:28px;line-height:1;font-weight:500}.geo-pixel-extension .pixel-title span{font-size:15px;color:#777;margin-left:8px}.geo-pixel-extension .pixel-all-link{display:inline-block;margin-left:18px;color:#1b50a7;font-size:13px}.geo-pixel-extension .pixel-knowledge,.geo-pixel-extension .pixel-solutions{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1px;gap:1px;background:#ddd;border:1px solid #ddd}.geo-pixel-extension .pixel-knowledge a,.geo-pixel-extension .pixel-solutions a{min-height:150px;padding:26px;background:#fff;display:flex;flex-direction:column}.geo-pixel-extension b{font-size:18px;font-weight:500}.geo-pixel-extension p{font-size:13px;line-height:1.8;color:#777}.geo-pixel-extension em{font-style:normal;color:#1b50a7;font-size:12px;margin-top:auto}.geo-pixel-extension .pixel-knowledge{grid-template-columns:repeat(3,1fr)}.geo-pixel-extension .pixel-faq{background:#f5f5f5}.geo-pixel-extension details{width:1200px;max-width:calc(100% - 40px);margin:0 auto;border-bottom:1px solid #ddd;padding:18px 20px;background:#fff}.geo-pixel-extension summary{font-size:15px;cursor:pointer}.pixel-final-footer{margin:0;padding:0;box-sizing:content-box}@media(max-width:750px){.geo-pixel-extension .pixel-knowledge,.geo-pixel-extension .pixel-solutions{grid-template-columns:1fr}.geo-pixel-extension .pixel-title h2{font-size:23px}}