.__nuxt-error-page{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;align-items:center;background:#f7f8fb;bottom:0;color:#47494e;display:flex;flex-direction:column;font-family:sans-serif;font-weight:100!important;justify-content:center;left:0;padding:1rem;position:absolute;right:0;text-align:center;top:0}.__nuxt-error-page .error{max-width:450px}.__nuxt-error-page .title{color:#47494e;font-size:1.5rem;margin-bottom:8px;margin-top:15px}.__nuxt-error-page .description{color:#7f828b;line-height:21px;margin-bottom:10px}.__nuxt-error-page a{color:#7f828b!important;-webkit-text-decoration:none;text-decoration:none}.__nuxt-error-page .logo{bottom:12px;left:12px;position:fixed}.nuxt-progress{background-color:#000;height:2px;left:0;opacity:1;position:fixed;right:0;top:0;transition:width .1s,opacity .4s;width:0;z-index:999999}.nuxt-progress.nuxt-progress-notransition{transition:none}.nuxt-progress-failed{background-color:red}
/*!
* 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;animation-iteration-count:1!important;transition-duration:1ms!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%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}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-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{animation-name:swing;transform-origin:top center}@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-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translateX(-2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translateX(2000px) scale(.7)}80%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateX(0) scale(.7)}to{opacity:.7;transform:translateX(2000px) scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.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%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;transform:skewX(20deg)}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;transform:skewX(-20deg)}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.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%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.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{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{animation-name:slideOutUp}*{box-sizing:border-box;margin:0;padding:0}html{font-family:PingFang SC-Medium,PingFang SC,Source Han Sans SC-Regular,Source Han Sans SC}a{-webkit-text-decoration:none;text-decoration:none}li{list-style:none}.container{margin:0 auto;width:1200px}#default-layout .side-info{align-items:center;display:flex;flex-direction:column;height:224px;justify-content:space-between;left:calc(50% + 620px);position:fixed;top:45%;width:67px;z-index:999}#default-layout .side-info .side-item{align-items:center;background-image:linear-gradient(180deg,#1a5751,#03231f);border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:67px;justify-content:center;width:67px}#default-layout .side-info .side-item img{height:30px;margin-bottom:2px;width:30px}#default-layout .side-info .side-item span{color:#fff;font-size:12px}#default-layout .back-to-top{align-items:center;background-image:linear-gradient(180deg,#1a5751,#03231f);border-radius:50%;bottom:100px;cursor:pointer;display:flex;height:50px;justify-content:center;left:calc(50% + 630px);position:fixed;width:50px}#default-layout .back-to-top img{height:15px;width:20px}#header{background-color:hsla(0,0%,100%,0);border-bottom:1px solid #c6ccd2;left:0;position:fixed;top:0;width:100%;z-index:999}#header.scroll{background-color:#f5f4f9}#header.scroll.white .header-main .info .info-item span,#header.scroll.white .header-main .menu .nav-item span{color:#333}#header.white .header-main .info .info-item span,#header.white .header-main .menu .nav-item span{color:#fff}#header .header-main{align-items:center;display:flex;height:60px;position:relative}#header .header-main .logo{align-items:center;display:flex;margin-right:70px}#header .header-main .logo img{height:44px;width:122px}#header .header-main .menu,#header .header-main .menu .nav-item{align-items:center;display:flex;height:60px}#header .header-main .menu .nav-item{padding:0 23px;position:relative}#header .header-main .menu .nav-item:hover:after{display:block}#header .header-main .menu .nav-item:hover .nav-child{display:flex}#header .header-main .menu .nav-item:after{background-image:linear-gradient(180deg,#edd7af,#d0b383);border:3px solid #fff;bottom:-7px;content:" ";display:none;height:8px;left:50%;margin-left:-7px;position:absolute;transform:rotate(45deg);width:8px}#header .header-main .menu .nav-item span{color:#333;cursor:pointer;font-size:16px}#header .header-main .menu .nav-item .nav-child{background-color:#fff;display:none;justify-content:space-between;left:50%;padding:20px 30px;position:absolute;top:60px;transform:translateX(-50%)}#header .header-main .menu .nav-item .nav-child.item1{padding:30px;transform:translateX(-16.667%);width:400px}#header .header-main .menu .nav-item .nav-child.item1 .nav-child-module{width:124px}#header .header-main .menu .nav-item .nav-child.item1 .nav-child-module .nav-child-module-title{border-bottom:1px solid #dfe3e8;color:#333;font-size:14px;font-weight:700;padding-bottom:7px}#header .header-main .menu .nav-item .nav-child.item1 .nav-child-module .nav-child-module-list .nav-child-module-item{color:#333;cursor:pointer;font-size:12px;padding:10px 0;text-align:left}#header .header-main .menu .nav-item .nav-child .nav-child-module{width:80px}#header .header-main .menu .nav-item .nav-child .nav-child-module .nav-child-module-list .nav-child-module-item{color:#333;cursor:pointer;display:block;font-size:12px;padding:10px 0;text-align:center}#header .header-main .menu .nav-item .nav-child .nav-child-module .nav-child-module-list .nav-child-module-item.nuxt-link-exact-active{color:#d0b383}#header .header-main .info{align-items:center;display:flex;justify-content:space-between;position:absolute;right:0;top:0;width:330px}#header .header-main .info .info-item{align-items:center;display:flex;height:60px;justify-content:center;width:110px}#header .header-main .info .info-item.register .register-box{align-items:center;background-image:linear-gradient(90deg,#03231f,#1a5751);color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;width:110px}#header .header-main .info .info-item span{color:#333;cursor:pointer;font-size:16px}#footer .footer-top{align-items:center;background-image:linear-gradient(90deg,#1a5751,#03231f);display:flex;height:88px;justify-content:center}#footer .footer-top .footer-top-title{color:#fff;font-size:26px}#footer .footer-top .footer-top-btn{align-items:center;background-image:linear-gradient(180deg,#edd7af,#d0b383);color:#61230c;cursor:pointer;display:flex;font-size:20px;height:38px;justify-content:center;margin-left:53px;width:150px}#footer .footer-main{background-position:50%;background-repeat:no-repeat;background-size:cover;height:400px;padding:44px 0}#footer .footer-main .footer-main-info{border-bottom:1px solid #d2d2d2;display:flex;padding-bottom:46px}#footer .footer-main .footer-main-info .footer-main-info-left{border-right:1px solid #d2d2d2;display:flex;width:650px}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module{width:25%}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module .footer-nav-module-title{color:#333;font-size:16px;font-weight:900;margin-bottom:36px}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module .footer-nav-module-links .link-li{margin-bottom:36px;padding-left:2px}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module .footer-nav-module-links .link-li a{color:#333;font-size:14px;transition:all .2s ease-in-out}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module .footer-nav-module-links .link-li a:hover{color:#d0b383}#footer .footer-main .footer-main-info .footer-main-info-left .footer-nav-module .footer-nav-module-links .link-li:last-child{margin-bottom:0}#footer .footer-main .footer-main-info .footer-main-info-right{display:flex;padding-left:100px;position:relative;width:calc(100% - 650px)}#footer .footer-main .footer-main-info .footer-main-info-right .contact-us .contact-us-title{color:#333;font-size:16px;font-weight:900;margin-bottom:36px}#footer .footer-main .footer-main-info .footer-main-info-right .contact-us .contact-us-item{color:#333;font-size:14px;margin-bottom:38px}#footer .footer-main .footer-main-info .footer-main-info-right .contact-us .contact-us-item:last-child{margin-bottom:0}#footer .footer-main .footer-main-info .footer-main-info-right .wechat{position:absolute;right:0;top:0;width:145px}#footer .footer-main .footer-main-info .footer-main-info-right .wechat .wechat-icon-box{display:flex;justify-content:center}#footer .footer-main .footer-main-info .footer-main-info-right .wechat .wechat-icon-box img{cursor:pointer;height:33px;width:33px}#footer .footer-main .footer-copyright{color:#666;display:flex;font-size:14px;justify-content:space-between;padding-top:20px}#footer .footer-main .footer-copyright .copyright a,#footer .footer-main .footer-copyright .other a{color:#666}#footer .footer-main .footer-copyright .other a:hover{color:#d0b383}#footer .footer-main .footer-copyright .other span{margin:0 10px}#home #banner{height:632px}#home #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#home #section2 .section2-main{padding:70px 0;text-align:center}#home #section2 .section2-main .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:2px}#home #section2 .section2-main .module-tip{color:#abb2b8;font-size:14px;margin-bottom:70px}#home #section2 .section2-main .module-img .section2-banner{height:412px;margin:0 auto 50px;position:relative;width:1040px}#home #section2 .section2-main .module-img .section2-banner .section2-banner-img{height:412px;width:1040px}#home #section2 .section2-main .module-img .section2-banner .section2-play{cursor:pointer;height:56px;left:50%;margin-left:-28px;position:absolute;top:100px;width:56px}#home #section2 .section2-main .module-desc{align-items:center;display:flex;justify-content:space-around}#home #section2 .section2-main .module-desc .desc-item{align-items:center;display:flex;justify-content:center;width:30%}#home #section2 .section2-main .module-desc .desc-item img{height:30px;margin-right:7px;width:30px}#home #section2 .section2-main .module-desc .desc-item span{color:#333;font-size:22px;font-weight:900}#home #section3 .section3-main{padding:70px 0;text-align:center}#home #section3 .section3-main .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:2px}#home #section3 .section3-main .module-tip{color:#abb2b8;font-size:14px;margin-bottom:70px}#home #section3 .section3-main .product-title{margin-bottom:40px;position:relative}#home #section3 .section3-main .product-title .mark{background-image:linear-gradient(180deg,#d0b383,#fff);height:20px;left:50%;margin-left:-60px;position:absolute;top:-8px;width:20px;z-index:-1}#home #section3 .section3-main .product-title span{color:#014846;font-size:24px;font-weight:700;z-index:2}#home #section3 .section3-main .section3-item-list{align-items:center;display:flex;justify-content:center}#home #section3 .section3-main .section3-item-list .section3-item{padding:0 40px}#home #section3 .section3-main .section3-item-list .section3-item .section3-item-box{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:136px;justify-content:center;width:282px}#home #section3 .section3-main .section3-item-list .section3-item .section3-item-box img{height:56px;margin-bottom:14px;width:53px}#home #section3 .section3-main .section3-item-list .section3-item .section3-item-box span{color:#333;font-size:22px}#home #section4{padding-bottom:83px}#home #section4 .section4-main{display:flex;justify-content:space-between;padding:0 16px}#home #section4 .section4-main .section4-left{width:376px}#home #section4 .section4-main .section4-left .section4-left-box{box-shadow:0 3px 40px 1px rgba(138,157,194,.13);padding:20px 0}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item{cursor:pointer;display:flex;height:111px;padding:20px 44px}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item .left-icon{height:38px;margin-right:12px;width:38px}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item .text .text-title{color:#333;font-size:20px;font-weight:900;margin-bottom:4px}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item .text .text-content{color:#333;font-size:14px}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item .right-img{display:none}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item.active{box-shadow:0 3px 40px 1px hsla(220,2%,52%,.17);padding:0}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item.active .left-icon{display:none}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item.active .text{padding:20px 10px 20px 26px;width:calc(100% - 111px)}#home #section4 .section4-main .section4-left .section4-left-box .section4-left-list .section4-left-item.active .right-img{display:block;height:111px;width:111px}#home #section4 .section4-main .section4-right,#home #section4 .section4-main .section4-right .section4-right-list img{width:722px}#home #section5{padding-bottom:60px}#home #section5 .section5-top{background-position:50%;background-repeat:no-repeat;background-size:cover;height:276px;padding-top:64px;text-align:center}#home #section5 .section5-top .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:2px}#home #section5 .section5-top .module-tip{color:#abb2b8;font-size:14px;margin-bottom:25px}#home #section5 .section5-top .line{background-color:rgba(51,51,51,.4);height:2px;margin:0 auto;width:80px}#home #section5 .section5-main{margin-top:-45px;padding:0 65px}#home #section5 .section5-main .section5-nav{align-items:center;background-color:#fff;box-shadow:0 3px 40px 1px rgba(138,157,194,.13);display:flex;height:90px;justify-content:space-around;margin-bottom:90px}#home #section5 .section5-main .section5-nav .section5-nav-item{color:#333;cursor:pointer;font-size:20px;font-weight:900;position:relative}#home #section5 .section5-main .section5-nav .section5-nav-item.active:after{background-image:linear-gradient(180deg,#1a5751,#03231f);border-radius:2px;bottom:-10px;content:" ";height:4px;left:50%;margin-left:-15px;position:absolute;width:30px}#home #section5 .section5-main .section5-info-list{height:244px;overflow:hidden;position:relative}#home #section5 .section5-main .section5-info-list .section5-info-box{display:flex;position:absolute;top:0;transition:all .3s ease-in-out;width:5350px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item{align-items:center;display:flex;width:1070px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item:nth-child(2n){flex-direction:row-reverse}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-left{width:240px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-left img{height:240px;width:240px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-right{padding:0 70px;width:840px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-right .section5-info-item-right-title{align-items:center;border-bottom:1px solid hsla(220,2%,52%,.2);display:flex;margin-bottom:20px;padding-bottom:16px;width:250px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-right .section5-info-item-right-title .mark{background-image:linear-gradient(180deg,#d0b383,#fff);height:18px;margin-right:10px;width:18px}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-right .section5-info-item-right-title span{color:#333;font-size:20px;font-weight:900}#home #section5 .section5-main .section5-info-list .section5-info-box .section5-info-item .section5-info-item-right p{color:#000;font-size:16px;line-height:1.5}#home #section6{padding:60px 0 120px}#home #section6 .section6-main{padding:0 60px}#home #section6 .section6-main .module-title{color:#333;font-size:26px;font-weight:900}#home #section6 .section6-main .module-tip{color:#abb2b8;font-size:14px;margin-bottom:60px}#home #section6 .section6-main .customer-group{margin-bottom:20px;overflow-x:hidden;width:100%}#home #section6 .section6-main .customer-group .customer-list{height:75px;margin-bottom:30px;position:relative;width:auto}#home #section6 .section6-main .customer-group .customer-list .customer-list-group{align-items:center;display:flex;justify-content:space-between;position:absolute;top:0}#home #section6 .section6-main .customer-group .customer-list .customer-list-group .customer-item{padding:0 18px}#home #section6 .section6-main .customer-group .customer-list .customer-list-group .customer-item .customer-box{box-shadow:0 2px 6px 1px rgba(138,157,194,.1);cursor:pointer;height:75px;transition:all .2s ease-in-out;width:232px}#home #section6 .section6-main .customer-group .customer-list .customer-list-group .customer-item .customer-box img{height:75px;width:232px}#home #section6 .section6-main .more-customer{display:flex;justify-content:center}#home #section6 .section6-main .more-customer .more-customer-btn{align-items:center;background-image:linear-gradient(90deg,#03231f,#1a5751);color:#fff;display:flex;font-size:16px;height:40px;justify-content:center;width:200px}#home #section7{padding:40px 0 120px}#home #section7 .section7-main{text-align:center}#home #section7 .section7-main .module-title{color:#333;font-size:26px;font-weight:900}#home #section7 .section7-main .module-tip{color:#abb2b8;font-size:14px;margin-bottom:90px}#home #section7 .section7-main .section7-box{background-color:#f6f7fb;background-position:50%;background-repeat:no-repeat;background-size:cover;height:744px;padding:40px 54px}#home #section7 .section7-main .section7-box .text-list{text-align:left}#home #section7 .section7-main .section7-box .text-list .text-item{margin-bottom:40px}#home #section7 .section7-main .section7-box .text-list .text-item .p1{color:#333;font-size:28px;margin-bottom:16px}#home #section7 .section7-main .section7-box .text-list .text-item .p1 span{color:#008480;font-size:48px}#home #section7 .section7-main .section7-box .text-list .text-item .p2{color:#707070;font-size:20px}#home #section7 .section7-main .section7-box .text-list .text-item .p2 span{color:#008480}#notarial-dictionary #banner{height:632px}#notarial-dictionary #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#notarial-dictionary #banner .banner-text{left:0;position:absolute;top:410px;width:100%}#notarial-dictionary #banner .banner-text .banner-text-p{color:#333;font-size:20px;line-height:36px;width:650px}#notarial-dictionary .notarial-dictionary-main{padding-bottom:100px;padding-top:114px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content{display:flex}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-left{width:262px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-left .nav-list{border-right:1px solid hsla(220,2%,52%,.17);width:170px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-left .nav-list .nav-item{align-items:center;color:#333;display:flex;font-size:30px;font-weight:900;height:100px;position:relative}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-left .nav-list .nav-item.active{color:#008480}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-left .nav-list .nav-item.active:after{background-image:linear-gradient(180deg,#008480,#014846);content:" ";height:100%;position:absolute;right:0;top:0;width:4px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right{width:calc(100% - 262px)}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section2{margin-bottom:134px;padding-top:53px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section2 .section2-title-en{color:#999;font-size:32px;margin-bottom:10px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section2 .section2-title-cn{color:#333;font-size:26px;font-weight:900;margin-bottom:75px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section2 .section2-img img{width:100%}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item{margin-bottom:80px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item.item1 .section3-item-top .line{margin-right:6px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item.item1 .section3-item-top img{margin-right:4px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item.item2 .section3-item-top{justify-content:flex-end}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item.item2 .section3-item-top img,#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item.item2 .section3-item-top span{margin-right:6px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item .section3-item-top{align-items:center;display:flex;margin-bottom:30px;width:100%}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item .section3-item-top .line{background-color:hsla(220,2%,52%,.4);height:1px;width:132px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item .section3-item-top img{height:30px;width:30px}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item .section3-item-top span{color:#333;font-size:26px;font-weight:900}#notarial-dictionary .notarial-dictionary-main .notarial-dictionary-content .notarial-dictionary-content-right #section3 .section3-list .section3-item .section3-item-main{color:#333;font-size:18px;line-height:2;padding-left:140px}#legal-think-tank #banner{height:632px;position:relative}#legal-think-tank #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#legal-think-tank .legal-think-tank-main{padding-bottom:100px;padding-top:114px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content{display:flex}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-left{width:262px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-left .nav-list{border-right:1px solid hsla(220,2%,52%,.17);width:170px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-left .nav-list .nav-item{align-items:center;color:#333;display:flex;font-size:30px;font-weight:900;height:100px;position:relative}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-left .nav-list .nav-item.active{color:#008480}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-left .nav-list .nav-item.active:after{background-image:linear-gradient(180deg,#008480,#014846);content:" ";height:100%;position:absolute;right:0;top:0;width:4px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right{width:calc(100% - 262px)}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item{display:flex;margin-bottom:60px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-img{height:120px;margin-right:30px;width:213px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-img img{height:120px;width:213px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-title-cn{color:#333;font-size:20px;font-weight:900;margin-bottom:4px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-title-en{color:#999;font-size:12px;font-weight:900;margin-bottom:14px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-text{color:#333;font-size:12px;margin-bottom:14px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section2 .section2-list .section2-item .section2-item-time{color:#999;font-size:12px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section3{margin-bottom:60px}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section3 .section3-list{border-top:1px solid hsla(220,2%,52%,.1)}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section3 .section3-list .section3-item{align-items:center;border-bottom:1px solid hsla(220,2%,52%,.1);cursor:pointer;display:flex;height:56px;justify-content:space-between}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section3 .section3-list .section3-item span{color:#333;font-size:18px;font-weight:900}#legal-think-tank .legal-think-tank-main .legal-think-tank-content .legal-think-tank-content-right #section3 .section3-list .section3-item .right-icon{border-bottom:1px solid #999;border-right:1px solid #999;display:inline-block;height:8px;transform:rotate(-45deg);width:8px}#company-profile #banner{height:632px;position:relative}#company-profile #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#company-profile #banner .banner-text{left:0;position:absolute;top:410px;width:100%}#company-profile #banner .banner-text .banner-text-p{color:#333;font-size:20px;line-height:36px;width:650px}#company-profile #section2{background-position:calc(50% - 373px) 40px;background-repeat:no-repeat;background-size:746px 464px;margin-bottom:180px}#company-profile #section2 .section2-main{display:flex}#company-profile #section2 .section2-main .section2-left{padding-top:55px;position:relative;width:420px}#company-profile #section2 .section2-main .section2-left .company-name-cn{color:#333;font-size:20px;font-weight:900}#company-profile #section2 .section2-main .section2-left .company-name-en{color:#999;font-size:12px}#company-profile #section2 .section2-main .section2-left .section2-icon{border-radius:50%;bottom:0;cursor:pointer;height:35px;left:0;position:absolute;width:35px}#company-profile #section2 .section2-main .section2-right{width:calc(100% - 420px)}#company-profile #section2 .section2-main .section2-right .section2-list .section2-item{border-bottom:1px solid hsla(220,2%,52%,.1);padding:50px 0}#company-profile #section2 .section2-main .section2-right .section2-list .section2-item p{color:#333;font-size:18px;line-height:1.5}#company-profile #section2_0{background-position:calc(50% + 600px) 0;background-repeat:no-repeat;background-size:657px 938px;height:938px;margin-bottom:120px}#company-profile #section2_0 .section2_0-top{height:550px}#company-profile #section2_0 .section2_0-top .section2_0-top-title-en{border-bottom:3px solid #d1b484;color:#999;display:inline-block;font-size:14px;font-weight:900;height:30px;margin-bottom:10px;margin-top:30px}#company-profile #section2_0 .section2_0-top .section2_0-top-title-cn{color:#333;font-size:36px;font-weight:900;margin-bottom:60px}#company-profile #section2_0 .section2_0-top .section2_0-top-list{width:815px}#company-profile #section2_0 .section2_0-top .section2_0-top-list .section2_o-top-item{color:#333;font-size:18px;line-height:1.5;margin-bottom:60px}#company-profile #section2_0 .section2_0-bot{background-color:rgba(190,151,97,.22);height:388px;padding-top:46px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-title{align-items:center;display:flex;margin-bottom:40px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-title img{height:20px;margin-right:6px;width:18px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-title span{color:#795937;font-size:22px;font-weight:900}#company-profile #section2_0 .section2_0-bot .section2_0-bot-list{width:815px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-list .section2_o-bot-item{line-height:1.5;margin-bottom:46px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-list .section2_o-bot-item .title{color:#795937;font-size:18px;font-weight:900;margin-bottom:6px}#company-profile #section2_0 .section2_0-bot .section2_0-bot-list .section2_o-bot-item .tip{color:#795937;font-size:18px}#company-profile #section2_1 .section2_1-title-en{border-bottom:3px solid #d1b484;color:#999;font-size:14px;font-weight:900;margin-bottom:14px;padding-bottom:6px;width:400px}#company-profile #section2_1 .section2_1-title-cn{color:#333;font-size:32px;font-weight:900;margin-bottom:120px}#company-profile #section2_1 .section2_1_list{display:flex;justify-content:space-between;margin-bottom:60px}#company-profile #section2_1 .section2_1_list .section2_1-item{width:16%}#company-profile #section2_1 .section2_1_list .section2_1-item .section2_1-item-img{align-items:center;background-color:#fff;border-radius:6px;box-shadow:8px 8px 11px 1px rgba(220,227,232,.45);display:flex;height:88px;justify-content:center;margin-bottom:34px;margin-left:7px;width:88px}#company-profile #section2_1 .section2_1_list .section2_1-item .section2_1-item-img img{height:66px;width:66px}#company-profile #section2_1 .section2_1_list .section2_1-item .section2_1-item-title{color:#333;font-size:22px;margin-bottom:34px}#company-profile #section2_1 .section2_1_list .section2_1-item .section2_1-item-tip{color:#999;font-size:16px}#company-profile #section3{padding:120px 0 70px}#company-profile #section3 .section3-main{display:flex}#company-profile #section3 .section3-main .section3-left{width:314px}#company-profile #section3 .section3-main .section3-left .time-line-en{border-bottom:3px solid #d1b484;color:#999;font-size:14px;font-weight:900;margin-bottom:14px;padding-bottom:6px;width:190px}#company-profile #section3 .section3-main .section3-left .time-line-cn{color:#333;font-size:32px;font-weight:900}#company-profile #section3 .section3-main .section3-right{background-color:#b2b2b2;box-shadow:0 0 2px hsla(220,2%,52%,.4);height:580px;overflow:hidden;position:relative;width:calc(100% - 314px)}#company-profile #section3 .section3-main .section3-right .green-bg{background-color:#008480;height:100%;left:0;position:absolute;top:0;width:76px;z-index:1}#company-profile #section3 .section3-main .section3-right .history-img{height:100%;left:0;position:absolute;top:0;width:3946px;z-index:2}#company-profile #section3 .section3-main .section3-right .box{height:100%;position:absolute;top:0;width:50%;z-index:3}#company-profile #section3 .section3-main .section3-right .box.prev-box{left:0}#company-profile #section3 .section3-main .section3-right .box.next-box{right:0}#company-profile #section4{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:63px 0}#company-profile #section4 .title{color:#333;font-size:32px;font-weight:900;margin-bottom:2px;text-align:center}#company-profile #section4 .tip{color:#abb2b8;font-size:14px;text-align:center}#company-profile #section4 .section4-nav-list{align-items:center;background-color:#fff;border-radius:30px;display:flex;height:60px;justify-content:space-around;margin:50px auto;width:880px}#company-profile #section4 .section4-nav-list .section4-nav-item{align-items:center;color:#999;cursor:pointer;display:flex;font-size:18px;height:100%}#company-profile #section4 .section4-nav-list .section4-nav-item.active{color:#008480}#company-profile #section4 .section4-main-box{height:460px;margin:0 auto;width:880px}#company-profile #section4 .section4-main-box .section-main-box-text{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 76px}#company-profile #section4 .section4-main-box .section-main-box-text .tip1{color:#fff;font-size:26px;font-weight:700;margin-bottom:26px}#company-profile #section4 .section4-main-box .section-main-box-text .tip2{color:#d1d1d1;font-size:20px}#technical-qualification #banner{height:632px}#technical-qualification #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#technical-qualification #section2{padding:80px 0}#technical-qualification #section2 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:2px;text-align:center}#technical-qualification #section2 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:80px;text-align:center}#technical-qualification #section2 .tip{color:#333;font-size:18px;line-height:1.5;margin-bottom:86px}#technical-qualification #section2 .section2-list{align-items:center;display:flex;flex-wrap:wrap}#technical-qualification #section2 .section2-list .section2-item{display:flex;justify-content:center;margin-bottom:63px;width:33.333%}#technical-qualification #section2 .section2-list .section2-item img{cursor:pointer;width:300px}#customer-case #banner{height:632px;position:relative}#customer-case #banner .banner-carousel .el-carousel__indicators--horizontal .el-carousel__indicator--horizontal{padding:40px 6px}#customer-case #banner .banner-carousel .el-carousel__indicators--horizontal .el-carousel__indicator--horizontal.is-active button{background-color:#d1b484}#customer-case #banner .banner-carousel .el-carousel__indicators--horizontal .el-carousel__indicator--horizontal button{background-color:#bebaba;height:5px;width:50px}#customer-case #banner .banner-carousel .banner-carousel-item img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#customer-case #banner .banner-carousel .banner-carousel-item .link-btn{bottom:107px;position:absolute;width:100%}#customer-case #banner .banner-carousel .banner-carousel-item .link-btn .btn{align-items:center;background-color:#d1b484;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;margin-left:-36px;width:190px}#customer-case #section2{padding:80px 0 100px}#customer-case #section2 .module-title{color:#16181a;font-size:34px;font-weight:700;margin-bottom:70px;text-align:center}#customer-case #section2 .section2-list{display:flex;flex-wrap:wrap}#customer-case #section2 .section2-list .section2-item{margin-bottom:30px;padding:0 15px;width:25%}#customer-case #section2 .section2-list .section2-item .section2-item-box{background-color:#fff;border-radius:4px;box-shadow:6px 13px 21px 1px rgba(138,157,194,.1);cursor:pointer;height:236px;padding:20px;transition:all .38s ease-in-out}#customer-case #section2 .section2-list .section2-item .section2-item-box:hover{box-shadow:6px 13px 21px 1px rgba(138,157,194,.2);transform:translateY(-2%)}#customer-case #section2 .section2-list .section2-item .section2-item-box .section2-item-img{margin-bottom:38px;text-align:center}#customer-case #section2 .section2-list .section2-item .section2-item-box .section2-item-img img{height:48px}#customer-case #section2 .section2-list .section2-item .section2-item-box .company-name{color:#16181a;font-size:16px;font-weight:700;margin-bottom:16px}#customer-case #section2 .section2-list .section2-item .section2-item-box .company-tip{color:#707070;font-size:14px}#customer-case-detail{padding-top:120px}#customer-case-detail .customer-case-detail-main .customer-case-detail-breadcrumb{align-items:center;display:flex;margin-bottom:56px}#customer-case-detail .customer-case-detail-main .customer-case-detail-breadcrumb .to-customer-case{color:#008480;font-size:14px;margin-right:4px}#customer-case-detail .customer-case-detail-main .customer-case-detail-breadcrumb .right-icon{border-bottom:1px solid #9c9c9d;border-right:1px solid #9c9c9d;height:8px;margin-right:4px;transform:rotate(-45deg);width:8px}#customer-case-detail .customer-case-detail-main .customer-case-detail-breadcrumb span{color:#9c9c9d;font-size:14px}#customer-case-detail .customer-case-detail-main .slogan{margin-bottom:64px}#customer-case-detail .customer-case-detail-main .slogan img{width:100%}#customer-case-detail .customer-case-detail-main #section-main{display:flex}#customer-case-detail .customer-case-detail-main #section-main .section-main-left{padding-right:50px;width:calc(100% - 315px)}#customer-case-detail .customer-case-detail-main #section-main .section-main-left .module{margin-bottom:50px}#customer-case-detail .customer-case-detail-main #section-main .section-main-left .module#process-design .module-list{background-color:#f6f7fb;padding:36px 22px}#customer-case-detail .customer-case-detail-main #section-main .section-main-left .module#process-design .module-list img{margin-bottom:4px;width:100%}#customer-case-detail .customer-case-detail-main #section-main .section-main-left .module .module-title{color:#16181a;font-size:26px;font-weight:900;margin-bottom:25px}#customer-case-detail .customer-case-detail-main #section-main .section-main-left .module .module-list p{color:#707070;font-size:16px;line-height:1.5;margin-bottom:40px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right{width:315px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info{background-color:#f6f7fb;margin-bottom:40px;padding:60px 25px;position:relative}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-type{align-items:center;background-color:#deebff;border-radius:4px;color:#266fe8;display:flex;font-size:12px;height:24px;justify-content:center;margin-left:4px;padding:0 10px;position:absolute;right:10px;top:10px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-logo{height:60px;margin-bottom:50px;text-align:center}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-logo img{height:60px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item{margin-bottom:40px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item:last-child{margin-bottom:0}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item .company-info-item-title{align-items:center;display:flex;margin-bottom:6px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item .company-info-item-title .dot{background-color:#008480;border-radius:50%;height:8px;margin-right:12px;width:8px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item .company-info-item-title span{color:#16181a;font-size:18px;font-weight:700}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .company-info .company-info-list .company-info-item .company-info-item-tip{color:#16181a;font-size:14px;padding-left:20px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu{background-color:#f6f7fb;padding:30px 35px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-title{align-items:center;display:flex;margin-bottom:30px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-title .dot{background-color:#008480;border-radius:50%;height:8px;margin-right:12px;width:8px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-title span{color:#16181a;font-size:18px;font-weight:700}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-list .menu-item{align-items:center;display:flex;margin-bottom:18px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-list .menu-item:last-child{margin-bottom:0}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-list .menu-item .dot{background-color:#d3d3d3;border-radius:50%;height:6px;margin-right:12px;width:6px}#customer-case-detail .customer-case-detail-main #section-main .section-main-right .menu .menu-list .menu-item span{color:#16181a;font-size:18px}#power-service #banner{height:632px;position:relative}#power-service #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#power-service #banner .handle-btn{bottom:100px;left:0;position:absolute;width:100%}#power-service #banner .handle-btn .btn{align-items:center;background-color:#d1b484;border-radius:4px;box-shadow:0 4px 20px 1px hsla(38,37%,79%,.4);color:#fff;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;width:190px}#power-service #section2{padding-top:130px}#power-service #section2 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:4px;text-align:center}#power-service #section2 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:60px;text-align:center}#power-service #section2 .section2-list{display:flex;flex-wrap:wrap;justify-content:space-between}#power-service #section2 .section2-list .section2-item{background-color:rgba(138,157,194,.13);border-radius:4px;display:flex;height:165px;margin-bottom:36px;padding:25px 22px;width:376px}#power-service #section2 .section2-list .section2-item .section2-item-img{height:56px;margin-right:12px;width:56px}#power-service #section2 .section2-list .section2-item .section2-item-img img{height:56px;width:56px}#power-service #section2 .section2-list .section2-item .section2-item-text{width:calc(100% - 68px)}#power-service #section2 .section2-list .section2-item .section2-item-text .section2-item-title{color:#16181a;font-size:20px;font-weight:700;margin-bottom:10px}#power-service #section2 .section2-list .section2-item .section2-item-text .section2-item-tip{color:#707070;font-size:16px}#power-service #section3{padding-bottom:170px;padding-top:100px}#power-service #section3 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:4px;text-align:center}#power-service #section3 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:114px;text-align:center}#power-service #section3 .section3-list{display:flex;justify-content:space-between}#power-service #section3 .section3-list .section3-item{border-radius:4px;box-shadow:6px 8px 34px 1px rgba(138,157,194,.1);height:162px;margin-bottom:36px;padding:45px 18px 0;position:relative;width:276px}#power-service #section3 .section3-list .section3-item .section3-item-img{height:88px;left:50%;margin-left:-44px;position:absolute;top:-50px;width:88px}#power-service #section3 .section3-list .section3-item .section3-item-img img{height:88px;width:88px}#power-service #section3 .section3-list .section3-item .section3-item-text{text-align:center}#power-service #section3 .section3-list .section3-item .section3-item-text .section3-item-title{color:#333;font-size:18px;font-weight:700;margin-bottom:17px}#power-service #section3 .section3-list .section3-item .section3-item-text .section3-item-tip{color:#16181a;font-size:14px}#power-service #section4{background-position:50%;background-repeat:no-repeat;background-size:cover;height:590px;padding-top:85px}#power-service #section4 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:4px;text-align:center}#power-service #section4 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:80px;text-align:center}#power-service #section4 .section3-list{align-items:center;display:flex;height:190px}#power-service #section4 .section3-list .section4-item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:16%}#power-service #section4 .section3-list .section4-item.active{width:20%}#power-service #section4 .section3-list .section4-item.active .section4-item-img{height:68px;margin-bottom:32px;width:68px}#power-service #section4 .section3-list .section4-item.active .section4-item-img img{height:68px;width:68px}#power-service #section4 .section3-list .section4-item.active .section4-item-title{margin-bottom:12px}#power-service #section4 .section3-list .section4-item.active .section4-item-tip{color:#707070;display:block;font-size:16px;height:20px}#power-service #section4 .section3-list .section4-item .section4-item-img{height:54px;margin-bottom:14px;width:54px}#power-service #section4 .section3-list .section4-item .section4-item-img img{height:54px;width:54px}#power-service #section4 .section3-list .section4-item .section4-item-title{color:#16181a;font-size:18px;font-weight:700}#power-service #section4 .section3-list .section4-item .section4-item-tip{display:none;text-align:center}#power-service #section5{padding:120px 0 50px}#power-service #section5 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:4px;text-align:center}#power-service #section5 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:80px;text-align:center}#power-service #section5 .section5-icon-list{align-items:center;display:flex;justify-content:space-between;margin:0 auto 80px;width:1000px}#power-service #section5 .section5-icon-list .section5-icon-item{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center}#power-service #section5 .section5-icon-list .section5-icon-item.active .section5-icon-item-img{box-shadow:6px 8px 34px 1px rgba(138,157,194,.3)}#power-service #section5 .section5-icon-list .section5-icon-item .section5-icon-item-img{align-items:center;border-radius:4px;box-shadow:6px 8px 34px 1px rgba(138,157,194,.13);display:flex;height:98px;justify-content:center;margin-bottom:40px;width:98px}#power-service #section5 .section5-icon-list .section5-icon-item .section5-icon-item-img img{height:50px;width:50px}#power-service #section5 .section5-icon-list .section5-icon-item .section5-icon-item-title{color:#16181a;font-size:18px;font-weight:700}#power-service #section5 .section5-img-list{height:292px;margin:0 auto;position:relative;width:1000px}#power-service #section5 .section5-img-list .section5-img-item{background-color:#fff;box-shadow:6px 8px 34px 1px rgba(138,157,194,.13);display:flex;height:292px;left:0;opacity:0;padding:0 48px;position:absolute;top:0;transition:all .3s ease-in-out;width:100%}#power-service #section5 .section5-img-list .section5-img-item.active{opacity:1}#power-service #section5 .section5-img-list .section5-img-item .section5-img-item-img,#power-service #section5 .section5-img-list .section5-img-item .section5-img-item-img img{height:292px;width:322px}#power-service #section5 .section5-img-list .section5-img-item .section5-img-item-text{padding:70px 60px}#power-service #section5 .section5-img-list .section5-img-item .section5-img-item-text .section5-img-item-title{color:#16181a;font-size:26px;font-weight:700;margin-bottom:40px}#power-service #section5 .section5-img-list .section5-img-item .section5-img-item-text .section5-img-item-tip{color:#16181a;font-size:18px}#power-service #section6{padding-bottom:40px;padding-top:100px}#power-service #section6 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:4px;text-align:center}#power-service #section6 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:100px;text-align:center}#power-service #section6 .section6-list{display:flex;flex-wrap:wrap;justify-content:space-between}#power-service #section6 .section6-list .section6-item{align-items:center;display:flex;height:118px;margin-bottom:120px;width:340px}#power-service #section6 .section6-list .section6-item .section6-item-img{height:70px;margin-right:12px;width:70px}#power-service #section6 .section6-list .section6-item .section6-item-img img{height:70px;width:70px}#power-service #section6 .section6-list .section6-item .section6-item-text{width:calc(100% - 82px)}#power-service #section6 .section6-list .section6-item .section6-item-text .section6-item-title{color:#16181a;font-size:20px;font-weight:700;margin-bottom:12px}#power-service #section6 .section6-list .section6-item .section6-item-text .section6-item-tip{color:#16181a;font-size:18px;height:90px}#contact-us #banner{height:632px;position:relative}#contact-us #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#contact-us #section2{margin-bottom:80px;margin-top:-90px;position:relative;z-index:99}#contact-us #section2 .section2-box{background-color:#fff;border-radius:4px;box-shadow:0 4px 33px 1px rgba(138,157,194,.13);display:flex;height:234px;justify-content:space-between}#contact-us #section2 .section2-box .section2-item{align-items:center;display:flex;padding:55px 0 55px 80px;width:50%}#contact-us #section2 .section2-box .section2-item:first-child .section2-item-text{border-right:1px solid hsla(220,2%,52%,.17)}#contact-us #section2 .section2-box .section2-item .section2-item-img{height:70px;margin-right:64px;width:70px}#contact-us #section2 .section2-box .section2-item .section2-item-img img{height:70px;width:70px}#contact-us #section2 .section2-box .section2-item .section2-item-text{width:calc(100% - 134px)}#contact-us #section2 .section2-box .section2-item .section2-item-text .section2-item-text-title{color:#16181a;font-size:24px;font-weight:700;margin-bottom:16px}#contact-us #section2 .section2-box .section2-item .section2-item-text .section2-item-text-tip{color:#707070;font-size:20px;margin-bottom:8px}#contact-us #section3{padding-bottom:60px;padding-top:60px}#contact-us #section3 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:50px;text-align:center}#contact-us #section3 .module-tip{align-items:center;background-color:#fff;border-radius:4px;box-shadow:0 4px 28px 1px hsla(220,2%,52%,.17);display:flex;height:80px;justify-content:center;margin:0 auto 50px;width:600px}#contact-us #section3 .module-tip img{height:26px;margin-right:10px;width:26px}#contact-us #section3 .module-tip span{color:#707070;font-size:20px}#contact-us #section3 .company-address-map{height:540px}#contact-us #section4{padding-bottom:80px;padding-top:60px}#contact-us #section4 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:100px;text-align:center}#contact-us #section4 .section4-main{display:flex}#contact-us #section4 .section4-main .section4-main-left{width:calc(100% - 500px)}#contact-us #section4 .section4-main .section4-main-left .section4-main-text-item{margin-bottom:60px;padding-left:50px;padding-right:160px}#contact-us #section4 .section4-main .section4-main-left .section4-main-text-item .section4-main-text-item-title{color:#333;font-size:24px;margin-bottom:18px}#contact-us #section4 .section4-main .section4-main-left .section4-main-text-item .section4-main-text-item-tip{color:#707070;font-size:20px}#contact-us #section4 .section4-main .section4-main-left .section4-main-text-item .section4-main-text-item-tip span{color:#008480}#contact-us #section4 .section4-main .section4-main-right{width:500px}#contact-us #section4 .section4-main .section4-main-right img{height:393px;width:460px}#contact-us #section5{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;padding-bottom:180px;padding-top:130px}#contact-us #section5 .module-title{color:#d1b484;font-size:32px;font-weight:900;margin-bottom:130px;text-align:center}#contact-us #section5 .section5-module1{display:flex;margin-bottom:100px}#contact-us #section5 .section5-module1 .section5-module1-item{align-items:center;display:flex;flex-direction:column;width:50%}#contact-us #section5 .section5-module1 .section5-module1-item img{height:387px;margin-bottom:20px;width:546px}#contact-us #section5 .section5-module1 .section5-module1-item span{color:#d1b484;font-size:20px}#contact-us #section5 .section5-module2{margin-bottom:150px}#contact-us #section5 .section5-module2 .section5-module2-title{align-items:center;display:flex;justify-content:center;margin-bottom:50px}#contact-us #section5 .section5-module2 .section5-module2-title .line{background-color:#d1b484;height:1px;margin:0 25px;width:80px}#contact-us #section5 .section5-module2 .section5-module2-title span{color:#d1b484;font-size:20px}#contact-us #section5 .section5-module2 .section5-module2-main{height:246px;margin:0 auto;width:807px}#contact-us #section5 .section5-module2 .section5-module2-main img{height:246px;width:807px}#contact-us #section5 .section5-module3 .section5-module3-title{color:#d1b484;font-size:32px;font-weight:900;margin-bottom:70px;text-align:center}#contact-us #section5 .section5-module3 .section5-module3-main{align-items:center;display:flex}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left{padding-right:70px;width:50%}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step{margin-bottom:60px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item{display:flex;margin-bottom:30px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item .section5-module3-left-step-item-img{height:73px;margin-right:26px;width:48px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item .section5-module3-left-step-item-img img{height:73px;width:48px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item .section5-module3-left-step-item-text{padding-top:60px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item .section5-module3-left-step-item-text .section5-module3-left-step-item-title{color:#d1b484;font-size:20px;font-weight:700;margin-bottom:12px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-step .section5-module3-left-step-item .section5-module3-left-step-item-text .section5-module3-left-step-item-tip{color:#d1b484;font-size:16px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-tip{padding-left:74px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-tip .section5-module3-left-tip-main{align-items:center;border-bottom:1px solid #d1b484;display:flex;padding-bottom:2px;width:300px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-tip .section5-module3-left-tip-main img{height:17px;margin-right:4px;width:15px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-left .section5-module3-left-tip .section5-module3-left-tip-main span{color:#d1b484;font-size:16px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-right{width:50%}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-right .img-box{height:397px;position:relative;width:600px}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-right .img-box img{position:absolute}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-right .img-box img.img1{height:231px;left:0;top:0;width:308px;z-index:9}#contact-us #section5 .section5-module3 .section5-module3-main .section5-module3-right .img-box img.img2{bottom:0;height:286px;right:0;width:411px}#online-contract-notary-platform #banner{height:632px;position:relative}#online-contract-notary-platform #banner img{height:632px;-o-object-fit:cover;object-fit:cover;width:100%}#online-contract-notary-platform #banner .handle-btn{bottom:100px;left:0;position:absolute;width:100%}#online-contract-notary-platform #banner .handle-btn .btn{align-items:center;background-color:#d1b484;border-radius:4px;box-shadow:0 4px 20px 1px hsla(38,37%,79%,.4);color:#fff;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;width:190px}#online-contract-notary-platform #section2{margin-bottom:120px;padding-top:60px}#online-contract-notary-platform #section2 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:32px;text-align:center}#online-contract-notary-platform #section2 .module-tip{color:#abb2b8;font-size:14px;margin-bottom:75px;text-align:center}#online-contract-notary-platform #section2 .section2-list{display:flex;flex-wrap:wrap;justify-content:space-between}#online-contract-notary-platform #section2 .section2-list .section2-item{background-position:top 0 right 10px;background-repeat:no-repeat;background-size:132px 185px;border-radius:4px;box-shadow:0 3px 32px 1px rgba(138,157,194,.13);display:flex;height:185px;margin-bottom:40px;padding:34px 30px;width:374px}#online-contract-notary-platform #section2 .section2-list .section2-item .section2-item-img{height:48px;margin-right:20px;width:48px}#online-contract-notary-platform #section2 .section2-list .section2-item .section2-item-img img{height:48px;width:48px}#online-contract-notary-platform #section2 .section2-list .section2-item .section2-item-text{width:calc(100% - 68px)}#online-contract-notary-platform #section2 .section2-list .section2-item .section2-item-text .section2-item-title{color:#16181a;font-size:18px;font-weight:700;margin-bottom:14px}#online-contract-notary-platform #section2 .section2-list .section2-item .section2-item-text .section2-item-tip{color:#707070;font-size:16px;line-height:1.5}#online-contract-notary-platform #section3{background-position:50%;background-repeat:no-repeat;background-size:cover;height:855px;padding-top:60px}#online-contract-notary-platform #section3 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:26px;text-align:center}#online-contract-notary-platform #section3 .module-tip{color:#707070;font-size:14px;margin-bottom:80px;text-align:center}#online-contract-notary-platform #section3 .section3-step{align-items:center;display:flex;justify-content:space-around}#online-contract-notary-platform #section3 .section3-step .step-item{height:510px}#online-contract-notary-platform #section3 .section3-step .step-item .step-header{align-items:center;background-color:#ceb187;border-top-right-radius:10px;display:flex;height:30px;justify-content:center;width:126px}#online-contract-notary-platform #section3 .section3-step .step-item .step-header img{display:block;height:20px;width:90px}#online-contract-notary-platform #section3 .section3-step .step-item .step-main{background-position:50%;background-repeat:no-repeat;background-size:100% 100%;height:480px}#online-contract-notary-platform #section3 .section3-step .step-item .step-main .step-num{align-items:center;background-color:#cdd1d4;color:#788186;display:flex;font-size:16px;font-weight:700;height:18px;justify-content:center;position:relative;width:18px}#online-contract-notary-platform #section3 .section3-step .step-item .step-main .step-num:after{border:4px solid transparent;border-top-color:#788186;content:" ";height:0;left:-4px;position:absolute;top:14px;transform:rotate(135deg);width:0}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1{width:226px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1 .step-main{padding-left:24px;padding-top:57px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1 .step-main .section3-step1-list .section3-step1-item{align-items:center;display:flex;margin-bottom:92px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1 .step-main .section3-step1-list .section3-step1-item:last-child{margin-bottom:0}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1 .step-main .section3-step1-list .section3-step1-item .icon-img{height:23px;margin-right:11px;width:23px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step1 .step-main .section3-step1-list .section3-step1-item .text-img{height:23px;width:73px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2{width:362px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main{padding-left:22px;padding-top:45px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item{margin-bottom:50px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item:last-child{margin-bottom:0}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item .section3-step2-item-title{align-items:center;display:flex;margin-bottom:20px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item .section3-step2-item-title .step-num{margin-right:4px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item .section3-step2-item-title span{color:#be9761;font-size:16px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item .section3-step2-item-main-list .section3-step2-item-main-item{color:#373532;display:flex;font-size:12px;line-height:1.5;width:224px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step2 .step-main .section3-step2-list .section3-step2-item .section3-step2-item-main-list .section3-step2-item-main-item .section3-step2-item-main-item-label{margin-right:6px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3{width:174px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3 .step-main{padding-left:24px;padding-top:27px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3 .step-main .step-num{margin-bottom:10px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3 .step-main .section3-step3-main{display:flex}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3 .step-main .section3-step3-main .section3-step3-title{color:#be9761;font-size:16px;margin-right:22px;width:30px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step3 .step-main .section3-step3-main .section3-step3-tip{color:#333;font-size:12px;width:17px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4{width:174px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4 .step-main{padding-left:24px;padding-top:27px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4 .step-main .step-num{margin-bottom:10px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4 .step-main .section3-step4-main{display:flex}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4 .step-main .section3-step4-main .section3-step4-title{color:#be9761;font-size:16px;margin-right:22px;width:30px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step4 .step-main .section3-step4-main .section3-step4-tip{color:#333;font-size:12px;width:17px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step5{width:128px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step5 .step-main{padding-left:24px;padding-top:27px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step5 .step-main .step-num{margin-bottom:10px}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step5 .step-main .section3-step5-list{display:flex;flex-wrap:wrap}#online-contract-notary-platform #section3 .section3-step .step-item.section3-step5 .step-main .section3-step5-list .section3-step5-item{color:#333;font-size:12px;margin-bottom:54px;margin-right:20px;width:12px}#online-contract-notary-platform #section4{padding-top:100px}#online-contract-notary-platform #section4 .module-title{color:#333;font-size:32px;font-weight:900;margin-bottom:26px;text-align:center}#online-contract-notary-platform #section4 .module-tip{color:#707070;font-size:14px;margin-bottom:80px;text-align:center}#online-contract-notary-platform #section4 .section4-list{display:flex;flex-wrap:wrap;justify-content:space-between}#online-contract-notary-platform #section4 .section4-list .section4-item{height:190px;margin-bottom:120px;width:360px}#online-contract-notary-platform #section4 .section4-list .section4-item .section4-item-img{display:flex;justify-content:center;margin-bottom:16px}#online-contract-notary-platform #section4 .section4-list .section4-item .section4-item-img img{height:48px;width:48px}#online-contract-notary-platform #section4 .section4-list .section4-item .section4-item-text .section4-item-title{color:#16181a;font-size:22px;font-weight:700;margin-bottom:28px;text-align:center}#online-contract-notary-platform #section4 .section4-list .section4-item .section4-item-text .section4-item-tip{color:#707070;font-size:16px;height:78px;line-height:1.5}#solution-bank #banner{height:554px;position:relative}#solution-bank #banner img{height:554px;-o-object-fit:cover;object-fit:cover;width:100%}#solution-bank #banner .banner-text{left:0;position:absolute;top:255px;width:100%}#solution-bank #banner .banner-text .banner-text-p{color:#333;font-size:20px;line-height:36px;width:805px}#solution-bank #banner .handle-btn{bottom:100px;left:0;position:absolute;width:100%}#solution-bank #banner .handle-btn .btn{align-items:center;background-color:#d1b484;border-radius:4px;box-shadow:0 4px 20px 1px hsla(38,37%,79%,.4);color:#fff;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;width:190px}#solution-bank #section2{padding:70px 0}#solution-bank #section2 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:80px;text-align:center}#solution-bank #section2 .section2-list{display:flex;justify-content:space-between}#solution-bank #section2 .section2-list .section2-item{width:240px}#solution-bank #section2 .section2-list .section2-item img{height:48px;margin-bottom:20px;width:48px}#solution-bank #section2 .section2-list .section2-item .section2-item-title{color:#16181a;font-size:18px;font-weight:700;margin-bottom:16px}#solution-bank #section2 .section2-list .section2-item .section2-item-tip{color:#707070;font-size:14px}#solution-bank #section3{padding-bottom:80px;padding-top:40px}#solution-bank #section3 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:65px;text-align:center}#solution-bank #section3 .section3-list{align-items:center;display:flex;justify-content:space-between}#solution-bank #section3 .section3-list .section3-item{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px;display:flex;height:343px;justify-content:center;transition:all .4s ease-in-out;width:285px}#solution-bank #section3 .section3-list .section3-item:hover{background-size:110% 110%}#solution-bank #section3 .section3-list .section3-item .section3-item-title{color:#fff;font-size:20px;font-weight:700}#solution-bank #section4{background-position:50%;background-repeat:no-repeat;background-size:cover;height:632px;padding-top:86px}#solution-bank #section4 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:80px;text-align:center}#solution-bank #section4 .section4-list{padding-bottom:0 80px}#solution-bank #section4 .section4-list .section4-item{align-items:center;display:flex;margin-bottom:42px}#solution-bank #section4 .section4-list .section4-item img{height:34px;width:34px}#solution-bank #section4 .section4-list .section4-item .section4-item-title{color:#16181a;font-size:18px;font-weight:700;padding-left:20px;width:170px}#solution-bank #section4 .section4-list .section4-item .section4-item-tip{color:#707070;font-size:16px;width:calc(100% - 210px)}#solution-bank #section5{padding-bottom:50px;padding-top:108px}#solution-bank #section5 .section5-main{padding:0 40px}#solution-bank #section5 .section5-main .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:60px;text-align:center}#solution-bank #section5 .section5-main .section5-main-img{height:850px;margin-bottom:76px;width:1120px}#solution-bank #section5 .section5-main .section5-module-list{line-height:1.5}#solution-bank #section5 .section5-main .section5-module-list .section5-module-item{margin-bottom:36px}#solution-bank #section5 .section5-main .section5-module-list .section5-module-item .section5-module-item-title{color:#16181a;font-size:20px;font-weight:700;margin-bottom:10px}#solution-bank #section5 .section5-main .section5-module-list .section5-module-item .section5-module-item-tip-list .section5-module-item-tip-item{color:#16181a;font-size:16px;margin-bottom:10px}#solution-bank #section6{padding-bottom:100px;padding-top:80px}#solution-bank #section6 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:60px;text-align:center}#solution-bank #section6 .section6-list{align-items:center;display:flex;justify-content:space-around}#solution-bank #section6 .section6-list .section6-item{background-color:#fff;border-radius:4px;box-shadow:0 3px 32px 1px rgba(138,157,194,.13);height:250px;padding:18px;transition:all .4s ease-in-out;width:272px}#solution-bank #section6 .section6-list .section6-item:hover{transform:translateY(-2%)}#solution-bank #section6 .section6-list .section6-item img{height:40px;margin-bottom:20px;width:236px}#solution-bank #section6 .section6-list .section6-item .section6-item-title{color:#16181a;font-size:16px;font-weight:700;margin-bottom:13px}#solution-bank #section6 .section6-list .section6-item .section6-item-tip{color:#707070;font-size:12px;line-height:1.5}#solution-bank #section7{background-position:top;background-repeat:no-repeat;background-size:auto 535px;height:765px;padding-top:214px}#solution-bank #section7 .section7-main{padding-left:74px}#solution-bank #section7 .section7-main .module-title{color:#fff;font-size:34px;font-weight:700;margin-bottom:18px}#solution-bank #section7 .section7-main .module-tip{color:#fff;font-size:16px;line-height:1.5;margin-bottom:16px;width:608px}#solution-bank #section7 .section7-main .more-customer{color:#fff;font-size:14px}#solution-lease-house #banner{height:554px;position:relative}#solution-lease-house #banner img{height:554px;-o-object-fit:cover;object-fit:cover;width:100%}#solution-lease-house #banner .banner-text{left:0;position:absolute;top:255px;width:100%}#solution-lease-house #banner .banner-text .banner-text-p{color:#333;font-size:20px;line-height:36px;width:805px}#solution-lease-house #banner .handle-btn{bottom:100px;left:0;position:absolute;width:100%}#solution-lease-house #banner .handle-btn .btn{align-items:center;background-color:#d1b484;border-radius:4px;box-shadow:0 4px 20px 1px hsla(38,37%,79%,.4);color:#fff;cursor:pointer;display:flex;font-size:18px;height:48px;justify-content:center;width:190px}#solution-lease-house #section2{padding:70px 0}#solution-lease-house #section2 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:80px;text-align:center}#solution-lease-house #section2 .section2-list{display:flex;justify-content:space-between}#solution-lease-house #section2 .section2-list .section2-item{width:240px}#solution-lease-house #section2 .section2-list .section2-item img{height:48px;margin-bottom:20px;width:48px}#solution-lease-house #section2 .section2-list .section2-item .section2-item-title{color:#16181a;font-size:18px;font-weight:700;margin-bottom:16px}#solution-lease-house #section2 .section2-list .section2-item .section2-item-tip{color:#707070;font-size:14px}#solution-lease-house #section3{padding-bottom:80px;padding-top:40px}#solution-lease-house #section3 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:65px;text-align:center}#solution-lease-house #section3 .section3-list{align-items:center;display:flex;justify-content:space-between}#solution-lease-house #section3 .section3-list .section3-item{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;border-radius:4px;display:flex;height:343px;justify-content:center;transition:all .4s ease-in-out;width:285px}#solution-lease-house #section3 .section3-list .section3-item:hover{background-size:110% 110%}#solution-lease-house #section3 .section3-list .section3-item .section3-item-title{color:#fff;font-size:20px;font-weight:700}#solution-lease-house #section4{background-position:50%;background-repeat:no-repeat;background-size:cover;height:632px;padding-top:86px}#solution-lease-house #section4 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:80px;text-align:center}#solution-lease-house #section4 .section4-list{padding-bottom:0 80px}#solution-lease-house #section4 .section4-list .section4-item{align-items:center;display:flex;margin-bottom:42px}#solution-lease-house #section4 .section4-list .section4-item img{height:34px;width:34px}#solution-lease-house #section4 .section4-list .section4-item .section4-item-title{color:#16181a;font-size:18px;font-weight:700;padding-left:20px;width:170px}#solution-lease-house #section4 .section4-list .section4-item .section4-item-tip{color:#707070;font-size:16px;width:calc(100% - 210px)}#solution-lease-house #section5{padding-bottom:50px;padding-top:108px}#solution-lease-house #section5 .section5-main{padding:0 40px}#solution-lease-house #section5 .section5-main .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:60px;text-align:center}#solution-lease-house #section5 .section5-main .section5-main-img{height:850px;margin-bottom:76px;width:1120px}#solution-lease-house #section5 .section5-main .section5-module-list{line-height:1.5}#solution-lease-house #section5 .section5-main .section5-module-list .section5-module-item{margin-bottom:36px}#solution-lease-house #section5 .section5-main .section5-module-list .section5-module-item .section5-module-item-title{color:#16181a;font-size:20px;font-weight:700;margin-bottom:10px}#solution-lease-house #section5 .section5-main .section5-module-list .section5-module-item .section5-module-item-tip-list .section5-module-item-tip-item{color:#16181a;font-size:16px;margin-bottom:10px}#solution-lease-house #section6{padding-bottom:100px;padding-top:80px}#solution-lease-house #section6 .module-title{color:#333;font-size:32px;font-weight:700;margin-bottom:60px;text-align:center}#solution-lease-house #section6 .section6-list{align-items:center;display:flex;justify-content:space-around}#solution-lease-house #section6 .section6-list .section6-item{background-color:#fff;border-radius:4px;box-shadow:0 3px 32px 1px rgba(138,157,194,.13);height:250px;padding:18px;transition:all .4s ease-in-out;width:272px}#solution-lease-house #section6 .section6-list .section6-item:hover{transform:translateY(-2%)}#solution-lease-house #section6 .section6-list .section6-item img{height:40px;margin-bottom:20px;width:236px}#solution-lease-house #section6 .section6-list .section6-item .section6-item-title{color:#16181a;font-size:16px;font-weight:700;margin-bottom:13px}#solution-lease-house #section6 .section6-list .section6-item .section6-item-tip{color:#707070;font-size:12px;line-height:1.5}#solution-lease-house #section7{background-position:top;background-repeat:no-repeat;background-size:auto 535px;height:765px;padding-top:214px}#solution-lease-house #section7 .section7-main{padding-left:74px}#solution-lease-house #section7 .section7-main .module-title{color:#fff;font-size:34px;font-weight:700;margin-bottom:18px}#solution-lease-house #section7 .section7-main .module-tip{color:#fff;font-size:16px;line-height:1.5;margin-bottom:16px;width:608px}#solution-lease-house #section7 .section7-main .more-customer{color:#fff;font-size:14px}#link{background:linear-gradient(225deg,#eee,#c8f4f3);border-radius:0 0 0 0;display:flex;height:100vh;width:100vw}#link .link-btn{align-items:center;background:#2a9895;border-radius:2px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:18px;font-weight:600;justify-content:center}#link .link-btn.phone{height:109px;position:relative;width:109px}#link .link-btn.phone .show-model{display:none;height:100%;left:-275px;position:absolute;top:0;width:275px}#link .link-btn.phone .show-model .model-box{height:100%;width:270px}#link .link-btn.phone .show-model .model-box .link-item{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:3px;box-shadow:-1px 1px 2px 0 rgba(0,0,0,.13);color:#299795;display:flex;height:73px;width:246px}#link .link-btn.phone .show-model .model-box .link-item .link-text{display:flex;flex-direction:column;height:60px;justify-content:space-between;padding:4px 0}#link .link-btn.phone .show-model .model-box .link-item .icon-phone-link{margin-right:24px;width:54px}#link .link-btn.phone .show-model .model-box .link-item .label{color:#262626;font-weight:500}#link .show-model{left:-275px;position:absolute;top:0}#link .show-model .model-box{align-items:center;background:#fff;border-radius:5px;box-shadow:-1px 1px 4px 0 rgba(0,0,0,.25);display:flex;flex-direction:column;justify-content:center}#link .link-btn.phone:hover .show-model{display:block}#link .link-btn.phone:hover{width:128px!important}#link .link-btn.wechat{height:109px;margin-top:17px;position:absolute;right:0;width:109px}#link .link-btn.wechat .model-box{background:#fff;height:222px;padding:12px 8px;width:171px}#link .link-btn.wechat .model-box .icon-wechat-link{width:152px}#link .link-btn.wechat .model-box .icon-wechat-link img{vertical-align:middle;width:100%}#link .link-btn.wechat .model-box .wechat-btn{border-radius:13px;font-size:14px;font-weight:700;height:26px;line-height:21px;text-align:center;width:144px}#link .link-btn.wechat .model-box .link-tips{color:#595959;font-size:13px;font-weight:700;padding:2px 0 4px;text-align:center}#link .link-btn.wechat .show-model{display:none;left:-176px;position:absolute;top:0;width:176px}#link .link-btn.wechat:hover .show-model{display:block}#link .link-btn.wechat:hover{width:128px!important}#link .link-control{height:240px;position:absolute;right:0;top:50%;transform:translateY(-100%)}#link .left{height:100vh;padding:0 10%;width:60vw}#link .left .banner{background-position:50%;background-repeat:no-repeat;background-size:100%;height:100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none}#link .right{height:100vh;position:relative;width:40vw}#link .right .from{background:#fff;border-radius:10px;height:630px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:460px}#link .right .from .from-title{color:#262626;font-size:36px;font-weight:800;padding:40px 0;text-align:center}#link .right .from .submit{border-radius:5px;font-size:26px;font-weight:500;height:62px;line-height:62px}#link .right .from .from-item{color:#6e6e6e;font-size:14px;font-weight:500;margin-bottom:16px;padding:0 26px}#link .right .from .from-item .from-label{color:#595959;font-size:16px;font-weight:500}#link .right .from .from-item .from-label span{color:#1890ff}#link .right .from .from-item .from-value{background:#f7f7f7;border-radius:5px;display:flex;height:45px;position:relative}#link .right .from .from-item .from-value .from-icon{left:12px;position:absolute;top:11px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px}#link .right .from .from-item .from-value input{background:#f7f7f7;border:none;color:#6e6e6e;font-size:14px;font-weight:500;height:100%;line-height:25px;padding-left:50px;width:100%}#link .right .from .from-item .from-value input:focus-visible{outline:1px auto #299795}#link .right .from .code .get-code{background:#55adaa;border-radius:0 5px 5px 0;color:#fff;font-size:18px;font-weight:500;height:45px;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:125px}#link .right .from .code input{padding-left:20px!important}#link .right .from .checkbox{align-items:center;display:flex}#link .right .from .checkbox input{height:21px;margin-right:2px;width:21px}