@charset "UTF-8";/*!
 * 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{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion: reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translate(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translate(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translate(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translate(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translate(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translate(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}to{-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skew(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skew(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translate(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0px) scale(.7);transform:translate(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translate(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0px) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,-360deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) scaleZ(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scale3d(1,1,1) translate3d(0,0,0) rotate3d(0,1,0,0deg);transform:perspective(400px) scaleZ(1) translateZ(0) rotateY(0);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skew(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skew(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skew(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skew(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skew(5deg)}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skew(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skew(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@media screen and (min-width: 1420.5px){iframe[name=button]{background:none;top:50%;transform:translateY(-10%);right:-7px!important}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){iframe[name=button]{width:30px!important;right:-8px!important;top:calc(37% + .8301rem);visibility:hidden}.cTsvMF{height:50vh!important}}@media screen and (max-width: 1179.99px){iframe[name=button]{visibility:hidden}}.flex-layout-center{display:flex;justify-content:center;align-items:center}.flex-layout-justify{display:flex;justify-content:center}.flex-layout{display:flex}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;font-feature-settings:"tnum"}@media screen and (min-width: 1420.5px){.child-banner-bg-img[data-v-28d126a5]{height:540px;background-size:cover;display:flex}.child-banner-bg-img .text-container[data-v-28d126a5]{width:1278px;align-self:center;margin:0 auto}.child-banner-bg-img .text-container .text-content[data-v-28d126a5]{width:630px;display:flex;flex-direction:column;justify-content:flex-start}.child-banner-bg-img .text-container .text-content .p[data-v-28d126a5]{margin-bottom:16px;font-size:44px;font-weight:600;color:#323233}.child-banner-bg-img .text-container .text-content .span[data-v-28d126a5]{font-size:18px;font-weight:400;color:#323233}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.child-banner-bg-img[data-v-28d126a5]{height:5.2734rem;background-size:cover;display:flex}.child-banner-bg-img .text-container[data-v-28d126a5]{align-self:center;width:9.7559rem;margin:0 auto}.child-banner-bg-img .text-container .text-content[data-v-28d126a5]{width:5.7656rem;display:flex;flex-direction:column;justify-content:flex-start}.child-banner-bg-img .text-container .text-content .p[data-v-28d126a5]{margin-bottom:.1563rem;font-size:.4297rem;font-weight:600;color:#323233}.child-banner-bg-img .text-container .text-content .span[data-v-28d126a5]{font-size:.1758rem;font-weight:400;color:#323233}}@media screen and (max-width: 1179.5px){.child-banner-bg-img[data-v-28d126a5]{height:10rem;padding:1.0667rem 0 0;box-sizing:border-box;background-size:cover}.child-banner-bg-img .text-container[data-v-28d126a5]{width:9.1467rem;margin:0 auto}.child-banner-bg-img .text-container .text-content[data-v-28d126a5]{text-align:left;width:8.16rem;margin:0 auto}.child-banner-bg-img .text-container .text-content .p[data-v-28d126a5]{font-size:.5867rem;font-weight:600;margin-bottom:.1067rem;color:#1a1a1b;text-align:center}.child-banner-bg-img .text-container .text-content .span[data-v-28d126a5]{font-size:.32rem;font-weight:400;color:#1a1a1b}}.child-banner-bg-img[data-v-28d126a5]{width:100%;box-sizing:border-box;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 1420.5px){[data-v-6d7cfdbc] .child-banner-bg-img{height:420px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){[data-v-6d7cfdbc] .child-banner-bg-img{height:4.1016rem}}@media screen and (max-width: 1179.5px){[data-v-6d7cfdbc] .child-banner-bg-img{height:8.5333rem}}@media screen and (min-width: 1420.5px){.subtitle .p[data-v-2d617158]{font-size:36px;font-weight:600;color:#1a1a1b}.subtitle .underline[data-v-2d617158]{width:80px;height:4px;background:#EC0117;transform:skew(-45deg);margin-top:8px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.subtitle .p[data-v-2d617158]{font-size:.3516rem;font-weight:600;color:#1a1a1b}.subtitle .underline[data-v-2d617158]{width:.7813rem;height:.0391rem;background:#EC0117;transform:skew(-45deg);margin-top:.0781rem}}@media screen and (max-width: 1179.5px){.subtitle .p[data-v-2d617158]{font-size:.5333rem;font-weight:600;color:#1a1a1b}.subtitle .underline[data-v-2d617158]{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin-top:.1067rem}}.subtitle[data-v-2d617158]{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 1420.5px){.study-box[data-v-b631e07c]{height:782px;background:#F5F6F7}.study-box[data-v-b631e07c] .subtitle{padding:100px 0 80px}.study-box .operation-list[data-v-b631e07c]{width:1320px;height:444px;margin:auto;display:flex;justify-content:space-between}.study-box .operation-list .operation-item[data-v-b631e07c]{width:648px;height:444px;background-color:#fff}.study-box .operation-list .operation-item .operation-center[data-v-b631e07c]{width:609px;height:404px;margin:40px auto auto;display:flex;flex-direction:column;align-items:center}.study-box .operation-list .operation-item .operation-center .headline[data-v-b631e07c]{height:30px;font-size:26px;font-weight:600;color:#1a1a1b;line-height:30px}.study-box .operation-list .operation-item .operation-center .operation-title[data-v-b631e07c]{width:584px;height:48px;font-size:16px;font-weight:400;color:#646566;line-height:24px;text-align:center;margin:16px 0 30px}.study-box .operation-list .operation-item .operation-center .operation-img[data-v-b631e07c]{width:609px;height:280px}.bgc[data-v-b631e07c]{width:100%;height:100%;background:#F5F6F7}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.study-box[data-v-b631e07c]{height:7.1387rem;background:#F5F6F7}.study-box[data-v-b631e07c] .subtitle{padding:.9766rem 0 .5859rem}.study-box .operation-list[data-v-b631e07c]{width:9.7461rem;height:4.2773rem;margin:auto;display:flex;justify-content:space-between}.study-box .operation-list .operation-item[data-v-b631e07c]{width:4.7559rem;height:4.2773rem;background-color:#fff}.study-box .operation-list .operation-item .operation-center[data-v-b631e07c]{width:4.5996rem;height:3.8867rem;margin:auto;margin-top:.3906rem;display:flex;flex-direction:column;align-items:center}.study-box .operation-list .operation-item .operation-center .headline[data-v-b631e07c]{height:.293rem;font-size:.2539rem;font-weight:600;color:#1a1a1b;line-height:.293rem}.study-box .operation-list .operation-item .operation-center .operation-title[data-v-b631e07c]{width:4.1309rem;height:.8789rem;font-size:.1563rem;font-weight:400;color:#646566;line-height:.293rem;text-indent:2em;margin:.127rem 0 .3418rem}.study-box .operation-list .operation-item .operation-center .operation-img[data-v-b631e07c]{width:4.5996rem;height:2.2461rem}.bgc[data-v-b631e07c]{width:100%;height:100%;background:#F5F6F7}}@media screen and (max-width: 1179.5px){.study-box[data-v-b631e07c]{height:20.9333rem;background:#F5F6F7}.study-box[data-v-b631e07c] .subtitle{padding:1.0667rem 0 .64rem}.study-box .operation-list[data-v-b631e07c]{width:9.1467rem;height:16.32rem;margin:auto;display:flex;flex-direction:column;justify-content:space-between}.study-box .operation-list .operation-item[data-v-b631e07c]{width:9.1467rem;margin-bottom:.4883rem;background-color:#fff;border-radius:2px}.study-box .operation-list .operation-item .operation-center[data-v-b631e07c]{width:8.88rem;margin:auto;display:flex;flex-direction:column;align-items:center;margin-top:.8rem}.study-box .operation-list .operation-item .operation-center .headline[data-v-b631e07c]{height:.64rem;font-size:.4267rem;font-weight:600;color:#1a1a1b;line-height:.64rem}.study-box .operation-list .operation-item .operation-center .operation-title[data-v-b631e07c]{width:8.32rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin:.2133rem 0 .4267rem}.study-box .operation-list .operation-item .operation-center .operation-img[data-v-b631e07c]{width:8.88rem;height:4.16rem}.bgc[data-v-b631e07c]{width:100%;height:100%;background:#F5F6F7}}@media screen and (min-width: 1420.5px){.sellServe-box[data-v-99d825e6]{width:100%;background-color:#fff;padding-bottom:96px}.sellServe-box[data-v-99d825e6] .subtitle{padding:80px 0 78px}.sellServe-box .sellServe-center[data-v-99d825e6]{width:1196px;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]{width:474px;height:223px;padding:24px;box-sizing:border-box;margin-bottom:29px}.sellServe-box .sellServe-center .sellServe-item .item-center[data-v-99d825e6]{display:flex;flex-direction:column;align-items:center}.sellServe-box .sellServe-center .sellServe-item .item-center img[data-v-99d825e6]{width:60px;height:60px}.sellServe-box .sellServe-center .sellServe-item .item-center .headline[data-v-99d825e6]{font-size:26px;font-weight:500;color:#1a1a1b;margin:19px 0 16px}.sellServe-box .sellServe-center .sellServe-item .item-center .item-title[data-v-99d825e6]{font-size:16px;font-weight:400;color:#646566;line-height:24px;text-align:center}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:nth-child(3){margin-bottom:0}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:nth-child(4){margin-bottom:0}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:hover{box-shadow:0 0 38px #b4b6ba29;transform:translateY(-16px);transition-duration:.3s}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.sellServe-box[data-v-99d825e6]{width:100%;background-color:#fff;padding-bottom:.7422rem}.sellServe-box[data-v-99d825e6] .subtitle{padding:.9766rem 0 .5664rem}.sellServe-box .sellServe-center[data-v-99d825e6]{width:9.043rem;margin:0 auto;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]{width:4.043rem;height:2.1777rem;padding:.2344rem;box-sizing:border-box;margin-bottom:.2832rem}.sellServe-box .sellServe-center .sellServe-item .item-center[data-v-99d825e6]{display:flex;flex-direction:column;align-items:center}.sellServe-box .sellServe-center .sellServe-item .item-center img[data-v-99d825e6]{width:.5859rem;height:.5859rem}.sellServe-box .sellServe-center .sellServe-item .item-center .headline[data-v-99d825e6]{font-size:.2539rem;font-weight:500;color:#1a1a1b;margin:.1855rem 0 .1563rem}.sellServe-box .sellServe-center .sellServe-item .item-center .item-title[data-v-99d825e6]{font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem;text-align:center}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:nth-child(3){margin-bottom:0}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:nth-child(4){margin-bottom:0}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:hover{box-shadow:0 0 .3711rem #b4b6ba29;transform:translateY(-.1563rem);transition-duration:.3s}}@media screen and (max-width: 1179.5px){.sellServe-box[data-v-99d825e6]{width:100%;background-color:#fff;padding-bottom:1.6rem}.sellServe-box[data-v-99d825e6] .subtitle{padding:1.0667rem 0 .7733rem}.sellServe-box .sellServe-center[data-v-99d825e6]{width:8.2933rem;margin:auto}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]{width:8.2933rem;margin-bottom:.64rem}.sellServe-box .sellServe-center .sellServe-item .item-mobile[data-v-99d825e6]{width:100%;height:100%;display:flex}.sellServe-box .sellServe-center .sellServe-item .item-mobile img[data-v-99d825e6]{width:.96rem;height:.96rem;margin-right:.2133rem}.sellServe-box .sellServe-center .sellServe-item .item-mobile .right .headline[data-v-99d825e6]{height:.64rem;font-size:.4267rem;font-weight:600;color:#1a1a1b;line-height:.64rem;margin-bottom:.1067rem}.sellServe-box .sellServe-center .sellServe-item .item-mobile .right .item-title[data-v-99d825e6]{width:7.12rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}.sellServe-box .sellServe-center .sellServe-item[data-v-99d825e6]:last-child{padding:0}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}@media screen and (min-width: 1420.5px){.carousel-wrap[data-v-36ea2d7a]{width:100%;height:672px;background:#ffffff}.carousel-wrap[data-v-36ea2d7a] .subtitle{padding:100px 0 80px}.carousel-wrap .carousel-container[data-v-36ea2d7a]{width:1344px;height:402px;margin:auto;position:relative}.carousel-wrap .carousel-container .carousel-box-shadow[data-v-36ea2d7a]{filter:drop-shadow(0px 2px 44px rgba(200,201,204,.2))}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box[data-v-36ea2d7a]{width:1260px;height:314px;box-sizing:border-box;margin:auto;background-color:#fff;-webkit-clip-path:polygon(0% 0%,100% 0%,1186px 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,1186px 100%,0% 100%);display:flex}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box[data-v-36ea2d7a]{width:300px;margin-right:23px;padding:27px 0}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title[data-v-36ea2d7a]{width:100%;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title .icon[data-v-36ea2d7a]{width:18px;height:21px;margin-right:10px;background:url(../images/aboutUs/applyExperience/icon-default.png);background-size:cover}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title .text[data-v-36ea2d7a]{font-size:16px;line-height:24px;color:#969799}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title.active .icon[data-v-36ea2d7a]{width:18px;height:21px;margin-right:10px;background:url(../images/aboutUs/applyExperience/icon-active.png);background-size:cover}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title.active .text[data-v-36ea2d7a]{color:#ec0117}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .arrow[data-v-36ea2d7a]{height:40px;display:flex;align-items:center}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .arrow img[data-v-36ea2d7a]{width:40px;height:22px;transform:rotate(90deg);display:block;margin:auto}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title[data-v-36ea2d7a]{margin-top:52px;display:flex;align-items:center;margin-bottom:22px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title .icon[data-v-36ea2d7a]{width:34px;height:34px;margin-right:4px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title .text[data-v-36ea2d7a]{font-size:22px;font-weight:500;line-height:30px;color:#1a1a1b}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box[data-v-36ea2d7a]{position:relative;width:574px;height:136px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg-icon[data-v-36ea2d7a]{position:absolute;top:-58px;right:35px;z-index:1;width:82px;height:82px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg[data-v-36ea2d7a]{width:574px;height:136px;background-color:#fbfbfc;-webkit-clip-path:polygon(0% 0%,100% 0%,539px 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,539px 100%,0% 100%);position:absolute;z-index:2;padding:32px 28px 20px;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item[data-v-36ea2d7a]{display:flex;align-items:center;margin-bottom:6px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item .item-check[data-v-36ea2d7a]{width:18px;height:18px;margin-right:6px}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item .item-text[data-v-36ea2d7a]{width:200px;font-size:14px;line-height:20px;color:#646556}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item:nth-child(5) .item-text[data-v-36ea2d7a],.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item:nth-child(6) .item-text[data-v-36ea2d7a]{width:245px}.carousel-wrap .carousel-container .cover-img[data-v-36ea2d7a]{width:350px;height:366px;position:absolute;top:-26px;right:62px;animation-name:fadeInRight-36ea2d7a}@keyframes fadeInRight-36ea2d7a{0%{opacity:0;transform:translate3d(30%,0,0)}to{opacity:1;transform:translateZ(0)}}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.carousel-wrap[data-v-36ea2d7a]{width:100%;height:6.5625rem;background:#ffffff}.carousel-wrap[data-v-36ea2d7a] .subtitle{padding:.9766rem 0 .7813rem}.carousel-wrap .carousel-container[data-v-36ea2d7a]{width:10.8398rem;height:3.0664rem;margin:auto;position:relative}.carousel-wrap .carousel-container .carousel-box-shadow[data-v-36ea2d7a]{filter:drop-shadow(0 .0195rem .4297rem rgba(200,201,204,.2))}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box[data-v-36ea2d7a]{width:10.8398rem;height:3.0664rem;margin:auto;background-color:#fff;-webkit-clip-path:polygon(0% 0%,100% 0%,10.1172rem 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,10.1172rem 100%,0% 100%);display:flex}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box[data-v-36ea2d7a]{width:2.1484rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title[data-v-36ea2d7a]{width:100%;height:.7617rem;display:flex;align-items:center;justify-content:center;cursor:pointer}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title .icon[data-v-36ea2d7a]{width:.1758rem;height:.2051rem;margin-right:.0977rem;background:url(../images/aboutUs/applyExperience/icon-default.png);background-size:cover}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title .text[data-v-36ea2d7a]{font-size:.1563rem;line-height:.2344rem;color:#969799}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title.active .icon[data-v-36ea2d7a]{width:.1758rem;height:.2051rem;margin-right:.0977rem;background:url(../images/aboutUs/applyExperience/icon-active.png);background-size:cover}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .title.active .text[data-v-36ea2d7a]{color:#ec0117}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .arrow[data-v-36ea2d7a]{height:.3906rem;display:flex;align-items:center}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-title-box .arrow img[data-v-36ea2d7a]{width:.3906rem;height:.2148rem;transform:rotate(90deg);display:block;margin:auto}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title[data-v-36ea2d7a]{margin-top:.5078rem;display:flex;align-items:center;margin-bottom:.2148rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title .icon[data-v-36ea2d7a]{width:.332rem;height:.332rem;margin-right:.0391rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .title .text[data-v-36ea2d7a]{font-size:.2148rem;line-height:.293rem;color:#1a1a1b}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box[data-v-36ea2d7a]{position:relative;width:5.6055rem;height:1.3281rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg-icon[data-v-36ea2d7a]{position:absolute;top:-.5664rem;right:.3418rem;z-index:1;width:.8008rem;height:.8008rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg[data-v-36ea2d7a]{width:5.6055rem;height:1.3281rem;background-color:#fbfbfc;-webkit-clip-path:polygon(0% 0%,100% 0%,5.2637rem 100%,0% 100%);clip-path:polygon(0% 0%,100% 0%,5.2637rem 100%,0% 100%);position:absolute;z-index:2;padding:.3125rem .2734rem .1953rem;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;align-content:flex-start}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item[data-v-36ea2d7a]{display:flex;align-items:center;margin-bottom:.0586rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item .item-check[data-v-36ea2d7a]{width:.1758rem;height:.1758rem;margin-right:.0586rem}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item .item-text[data-v-36ea2d7a]{width:1.9531rem;font-size:.1367rem;line-height:.1953rem;color:#646556}.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item:nth-child(5) .item-text[data-v-36ea2d7a],.carousel-wrap .carousel-container .carousel-box-shadow .carousel-box .carousel-content-box .content-box .content-bg .content-item:nth-child(6) .item-text[data-v-36ea2d7a]{width:2.3938rem}.carousel-wrap .carousel-container .cover-img[data-v-36ea2d7a]{width:3.418rem;height:3.5742rem;position:absolute;top:-.2539rem;right:.1367rem}.carousel-wrap .carousel-container .cover-img.hide[data-v-36ea2d7a]{visibility:hidden}}@media screen and (max-width: 1179.5px){.carousel-wrap[data-v-36ea2d7a]{width:100%;background:#ffffff}.carousel-wrap[data-v-36ea2d7a] .subtitle{padding:1.0667rem 0 .64rem}.carousel-wrap .carousel-container-mobile[data-v-36ea2d7a]{width:100%;background-color:#fff;margin:auto;position:relative}.carousel-wrap .carousel-container-mobile .carousel-title-box[data-v-36ea2d7a]{width:8.72rem;height:1.5467rem;margin:auto;display:flex}.carousel-wrap .carousel-container-mobile .carousel-title-box .title-item[data-v-36ea2d7a]{display:flex;align-items:center}.carousel-wrap .carousel-container-mobile .carousel-title-box .title-item .title[data-v-36ea2d7a]{font-size:.3733rem;width:1.6267rem;color:#646566;line-height:.5333rem;text-align:center}.carousel-wrap .carousel-container-mobile .carousel-title-box .title-item .title.active[data-v-36ea2d7a]{color:#ec0117}.carousel-wrap .carousel-container-mobile .carousel-title-box .title-item .arrow[data-v-36ea2d7a]{width:1.0667rem;margin:0 .48rem}.carousel-wrap .carousel-container-mobile .carousel-title-box .title-item .arrow img[data-v-36ea2d7a]{width:1.0667rem;height:.5867rem}.carousel-wrap .carousel-container-mobile .swiper-container[data-v-36ea2d7a]{padding:.32rem .64rem 1.0667rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper[data-v-36ea2d7a]{box-shadow:0 .0533rem 1.1733rem #c8c9cc5e;border-radius:.0533rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .img[data-v-36ea2d7a]{width:8.72rem;height:2.8rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box[data-v-36ea2d7a]{padding:.4267rem;box-sizing:border-box}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .title[data-v-36ea2d7a]{display:flex;align-items:center;margin-bottom:.32rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .title .icon[data-v-36ea2d7a]{width:.64rem;height:.64rem;margin-right:.1067rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .title .text[data-v-36ea2d7a]{font-size:.4267rem;line-height:.64rem;font-weight:500;color:#1a1a1b}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .content[data-v-36ea2d7a]{width:100%;padding:.3467rem .32rem;box-sizing:border-box;background:#fbfbfc}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .content .content-item[data-v-36ea2d7a]{display:flex;align-items:center;margin-bottom:.2133rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .content .content-item .item-check[data-v-36ea2d7a]{width:.48rem;height:.48rem;margin-right:.1067rem}.carousel-wrap .carousel-container-mobile .swiper-container .mySwiper .content-box .content .content-item .item-text[data-v-36ea2d7a]{font-size:14px;line-height:20px;color:#646556}}@media screen and (min-width: 1420.5px){.scene-wrap[data-v-8fe58e16]{width:100%;height:873px;background:#fbfbfc}.scene-wrap[data-v-8fe58e16] .subtitle{padding:100px 0 80px}.scene-wrap .scene-container[data-v-8fe58e16]{display:flex;justify-content:center}.scene-wrap .scene-container .scene-item[data-v-8fe58e16]{width:311px;height:176px;margin-right:12px;position:relative}.scene-wrap .scene-container .scene-item .img-box[data-v-8fe58e16]{width:311px;height:176px;overflow:hidden}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]{width:311px;transition:all .5s linear}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]:hover{transform:scale(1.1);transition:all .5s linear}.scene-wrap .scene-container .scene-item[data-v-8fe58e16]:last-child{margin-right:0}.scene-wrap .scene-container .scene-item .tag[data-v-8fe58e16]{position:absolute;bottom:-34px;left:0;right:0;width:220px;height:48px;background:#ec0117;text-align:center;color:#fff;font-weight:400;line-height:48px;font-size:16px;margin:auto;-webkit-clip-path:polygon(10px 0,220px 0,210px 48px,0 48px);clip-path:polygon(10px 0,220px 0,210px 48px,0 48px)}.scene-wrap .scene-container .scene-item .content[data-v-8fe58e16]{width:311px;background:#ffffff;height:172px;padding:52px 24px 0;box-sizing:border-box;font-size:14px;color:#646566;line-height:22px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.scene-wrap[data-v-8fe58e16]{width:100%;height:8.2129rem;background:#fbfbfc}.scene-wrap[data-v-8fe58e16] .subtitle{padding:.9766rem 0 .7813rem}.scene-wrap .scene-container[data-v-8fe58e16]{display:flex;justify-content:center}.scene-wrap .scene-container .scene-item[data-v-8fe58e16]{width:2.5293rem;height:1.4258rem;margin-right:.1172rem;position:relative}.scene-wrap .scene-container .scene-item .img-box[data-v-8fe58e16]{width:2.5293rem;height:1.4258rem;overflow:hidden}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]{width:2.5293rem;transition:all .5s linear}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]:hover{transform:scale(1.1);transition:all .5s linear}.scene-wrap .scene-container .scene-item[data-v-8fe58e16]:last-child{margin-right:0}.scene-wrap .scene-container .scene-item .tag[data-v-8fe58e16]{position:absolute;bottom:-.3711rem;left:0;right:0;width:1.9531rem;height:.4688rem;background:#ec0117;text-align:center;color:#fff;font-weight:400;line-height:.4688rem;font-size:.1563rem;margin:auto;-webkit-clip-path:polygon(10px 0,200px 0,190px 48px,0 48px);clip-path:polygon(10px 0,200px 0,190px 48px,0 48px)}.scene-wrap .scene-container .scene-item .content[data-v-8fe58e16]{width:2.5293rem;background:#ffffff;height:1.8359rem;padding:.5273rem .2344rem 0;box-sizing:border-box;font-size:.1367rem;color:#646566;line-height:.2148rem}}@media screen and (max-width: 1179.5px){.scene-wrap[data-v-8fe58e16]{width:100%;height:42.64rem;background:#ffffff}.scene-wrap[data-v-8fe58e16] .subtitle{padding:1.0667rem 0 .8533rem}.scene-wrap .scene-container[data-v-8fe58e16]{display:flex;justify-content:flex-start;flex-wrap:wrap;padding:0 .4267rem}.scene-wrap .scene-container .scene-item[data-v-8fe58e16]{width:9.1467rem;height:8.24rem;margin:0 auto .64rem;box-shadow:0 .0533rem 1.1733rem #c8c9cc5e;position:relative}.scene-wrap .scene-container .scene-item .img-box[data-v-8fe58e16]{width:9.1467rem;height:5.1733rem;overflow:hidden}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]{width:9.1467rem;display:block;transition:all .5s linear}.scene-wrap .scene-container .scene-item .img-box img[data-v-8fe58e16]:hover{transform:scale(1.1);transition:all .5s linear}.scene-wrap .scene-container .scene-item .tag[data-v-8fe58e16]{position:absolute;bottom:2.6667rem;left:.4267rem;width:3.3067rem;height:.8rem;background:#ec0117;text-align:center;color:#fff;font-weight:400;line-height:.8rem;font-size:.32rem;-webkit-clip-path:polygon(.2133rem 0,3.3067rem 0,3.0933rem .8rem,0 .8rem);clip-path:polygon(.2133rem 0,3.3067rem 0,3.0933rem .8rem,0 .8rem)}.scene-wrap .scene-container .scene-item .content[data-v-8fe58e16]{width:9.1467rem;background:#ffffff;height:3.0667rem;padding:.8267rem .4267rem 0;box-sizing:border-box;font-size:.3733rem;color:#646566;line-height:.5333rem}}@media screen and (min-width: 1420.5px){.technology-wrap[data-v-202eaa58]{width:100%;height:753px;background:url(../images/aboutUs/applyExperience/tec-bg.png);background-position:center center;background-size:cover}.technology-wrap[data-v-202eaa58] .subtitle{padding:100px 0 80px}.technology-wrap .technology-container[data-v-202eaa58]{width:1280px;height:395px;margin:auto;background-color:#fff;display:flex}.technology-wrap .technology-container .container[data-v-202eaa58]{width:320px;height:395px;padding:52px 32px;position:relative;box-sizing:border-box;transition:width .3s linear}.technology-wrap .technology-container .container.deactive img[data-v-202eaa58]{width:288px;height:221px;position:absolute;right:0;bottom:0}.technology-wrap .technology-container .container.active[data-v-202eaa58]{width:640px;height:395px;transition:width .3s linear;overflow:hidden}.technology-wrap .technology-container .container.active .lock1[data-v-202eaa58]{width:247px;height:152px;position:absolute;left:26px;bottom:21px;z-index:1}.technology-wrap .technology-container .container.active .lock2[data-v-202eaa58]{width:183px;height:115px;position:absolute;left:90px;bottom:144px;z-index:1}.technology-wrap .technology-container .container.active .lock3[data-v-202eaa58]{width:321px;height:182px;position:absolute;left:281px;bottom:43px;z-index:1}.technology-wrap .technology-container .container.active .lock4[data-v-202eaa58]{width:180px;height:180px;position:absolute;left:201px;bottom:46px;z-index:0}.technology-wrap .technology-container .container.active .manage1[data-v-202eaa58]{width:274px;height:211px;position:absolute;left:42px;bottom:35px;z-index:1}.technology-wrap .technology-container .container.active .manage2[data-v-202eaa58]{width:277px;height:147px;position:absolute;left:309px;bottom:108px;z-index:1}.technology-wrap .technology-container .container.active .manage3[data-v-202eaa58]{width:180px;height:107px;position:absolute;left:331px;bottom:28px;z-index:1}.technology-wrap .technology-container .container.active .manage4[data-v-202eaa58]{width:180px;height:180px;position:absolute;left:230px;bottom:51px;z-index:0}.technology-wrap .technology-container .container.active .search1[data-v-202eaa58]{width:257px;height:151px;position:absolute;left:50px;bottom:111px;z-index:1}.technology-wrap .technology-container .container.active .search2[data-v-202eaa58]{width:98px;height:98px;position:absolute;left:173px;bottom:30px;z-index:1}.technology-wrap .technology-container .container.active .search3[data-v-202eaa58]{width:275px;height:232px;position:absolute;left:310px;bottom:30px;z-index:1}.technology-wrap .technology-container .container.active .search4[data-v-202eaa58]{width:180px;height:180px;position:absolute;left:230px;bottom:51px;z-index:0}.technology-wrap .technology-container .container.white[data-v-202eaa58]{background-color:#fff}.technology-wrap .technology-container .container.grey[data-v-202eaa58]{background-color:#fbfbfc}.technology-wrap .technology-container .container .title[data-v-202eaa58]{font-size:22px;font-weight:500;line-height:30px;color:#1a1a1b;margin-bottom:12px}.technology-wrap .technology-container .container .content[data-v-202eaa58]{font-size:16px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#646566;line-height:26px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.technology-wrap[data-v-202eaa58]{width:100%;height:7.3535rem;background:url(../images/aboutUs/applyExperience/tec-bg.png);background-position:center center;background-size:cover}.technology-wrap[data-v-202eaa58] .subtitle{padding:.9766rem 0 .7813rem}.technology-wrap .technology-container[data-v-202eaa58]{width:10.4688rem;height:3.8574rem;margin:auto;background-color:#fff;display:flex}.technology-wrap .technology-container .container[data-v-202eaa58]{width:2.6172rem;height:3.8574rem;padding:.5078rem .3125rem;position:relative;box-sizing:border-box;transition:width .3s linear}.technology-wrap .technology-container .container.deactive img[data-v-202eaa58]{width:2.6172rem;height:2.1582rem;position:absolute;right:0;bottom:0}.technology-wrap .technology-container .container.active[data-v-202eaa58]{width:5.2344rem;height:3.8574rem;transition:width .3s linear;overflow:hidden}.technology-wrap .technology-container .container.active .lock1[data-v-202eaa58]{width:2.4121rem;height:1.2207rem;position:absolute;left:.127rem;bottom:.2051rem;z-index:1}.technology-wrap .technology-container .container.active .lock2[data-v-202eaa58]{width:1.7871rem;height:1.123rem;position:absolute;left:.752rem;bottom:1.3281rem;z-index:1}.technology-wrap .technology-container .container.active .lock3[data-v-202eaa58]{width:2.6855rem;height:1.5234rem;position:absolute;left:2.3926rem;bottom:.5469rem;z-index:1}.technology-wrap .technology-container .container.active .lock4[data-v-202eaa58]{width:1.7578rem;height:1.7578rem;position:absolute;left:1.7383rem;bottom:.4492rem;z-index:0}.technology-wrap .technology-container .container.active .manage1[data-v-202eaa58]{width:2.3633rem;height:1.8164rem;position:absolute;left:.1465rem;bottom:.4688rem;z-index:1}.technology-wrap .technology-container .container.active .manage2[data-v-202eaa58]{width:2.3633rem;height:1.25rem;position:absolute;left:2.6465rem;bottom:1.1426rem;z-index:1}.technology-wrap .technology-container .container.active .manage3[data-v-202eaa58]{width:1.7578rem;height:1.0449rem;position:absolute;left:2.8516rem;bottom:.2734rem;z-index:1}.technology-wrap .technology-container .container.active .manage4[data-v-202eaa58]{width:1.7578rem;height:1.7578rem;position:absolute;left:1.7383rem;bottom:.498rem;z-index:0}.technology-wrap .technology-container .container.active .search1[data-v-202eaa58]{width:2.5098rem;height:1.4746rem;position:absolute;left:.127rem;bottom:1.084rem;z-index:1}.technology-wrap .technology-container .container.active .search2[data-v-202eaa58]{width:.957rem;height:.957rem;position:absolute;left:1.3281rem;bottom:.293rem;z-index:1}.technology-wrap .technology-container .container.active .search3[data-v-202eaa58]{width:2.373rem;height:2.002rem;position:absolute;left:2.6855rem;bottom:.4199rem;z-index:1}.technology-wrap .technology-container .container.active .search4[data-v-202eaa58]{width:1.7578rem;height:1.7578rem;position:absolute;left:1.7383rem;bottom:.498rem;z-index:0}.technology-wrap .technology-container .container.white[data-v-202eaa58]{background-color:#fff}.technology-wrap .technology-container .container.grey[data-v-202eaa58]{background-color:#fbfbfc}.technology-wrap .technology-container .container .title[data-v-202eaa58]{font-size:.2148rem;font-weight:500;line-height:.293rem;color:#1a1a1b;margin-bottom:.1172rem}.technology-wrap .technology-container .container .content[data-v-202eaa58]{font-size:.1563rem;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#646566;line-height:.2539rem}}@media screen and (max-width: 1179.5px){.technology-wrap[data-v-202eaa58]{width:100%;height:12.4533rem;background:#f5f6f7}.technology-wrap[data-v-202eaa58] .subtitle{padding:1.2267rem 0 .8533rem}.technology-wrap .technology-container-mobile[data-v-202eaa58]{width:100%}.technology-wrap .technology-container-mobile .title-box[data-v-202eaa58]{width:9.1467rem;height:.8533rem;border-bottom:.0267rem solid #ebedf0;margin:auto;display:flex}.technology-wrap .technology-container-mobile .title-box .title-item[data-v-202eaa58]{font-size:.3733rem;width:3.04rem;text-align:center;line-height:.5333rem;color:#646566;position:relative}.technology-wrap .technology-container-mobile .title-box .title-item.active[data-v-202eaa58]{color:#ec0117}.technology-wrap .technology-container-mobile .title-box .title-item .line[data-v-202eaa58]{position:absolute;width:1.3867rem;height:.0533rem;background:transparent;-webkit-clip-path:polygon(.0533rem 0,1.3867rem 0,1.3333rem .0533rem,0 .0533rem);clip-path:polygon(.0533rem 0,1.3867rem 0,1.3333rem .0533rem,0 .0533rem);bottom:0;left:0;right:0;margin:auto}.technology-wrap .technology-container-mobile .title-box .title-item .line.active[data-v-202eaa58]{background:#ec0117}.technology-wrap .technology-container-mobile .swiper-container[data-v-202eaa58]{margin-top:.4267rem}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide[data-v-202eaa58]{width:8.24rem}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box[data-v-202eaa58]{width:8.24rem;height:7.1733rem;background:#fbfbfc}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box .img-box[data-v-202eaa58],.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box .img-box img[data-v-202eaa58]{width:8.24rem;height:4.2667rem}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box .content-box[data-v-202eaa58]{width:8.24rem;height:2.9067rem;padding:.4267rem;box-sizing:border-box;background:#ffffff}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box .content-box .title[data-v-202eaa58]{font-size:.4267rem;color:#1a1a1b;line-height:.64rem;margin-bottom:.1333rem}.technology-wrap .technology-container-mobile .swiper-container .swiper-slide .slide-box .content-box .content[data-v-202eaa58]{background:#ffffff;font-size:.3733rem;color:#646566;line-height:.5333rem}}@media screen and (min-width: 1420.5px){.applyForm-box[data-v-6f4719c0]{width:100%}.applyForm-box .form-wrap[data-v-6f4719c0]{height:1350px;background:#fbfbfc}.applyForm-box .form-wrap .box-head[data-v-6f4719c0]{height:573px}.applyForm-box .form-wrap .box-head[data-v-6f4719c0] .subtitle{padding:104px 0 16px}.applyForm-box .form-wrap .box-head .head-title[data-v-6f4719c0]{width:724px;height:26px;font-size:18px;font-weight:400;color:#323233;line-height:26px;text-align:center;margin:auto}.applyForm-box .form-wrap .box-form[data-v-6f4719c0]{height:575px;width:686px;margin:auto;position:relative}.applyForm-box .form-wrap .box-form .form[data-v-6f4719c0]{width:686px;height:950px;box-shadow:0 2px 34px #d8d9de61;border-radius:10px;background-color:#fff;z-index:2;margin:0 auto;position:absolute;top:-296px}.applyForm-box .form-wrap .box-form .form .form-items[data-v-6f4719c0]{height:433px;width:446px;margin:80px auto auto}.applyForm-box .form-wrap .box-form .form .form-items .ant-form[data-v-6f4719c0]{width:100%}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item[data-v-6f4719c0]{height:110px;margin-bottom:12px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-label[data-v-6f4719c0]{height:24px;display:flex}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-label span[data-v-6f4719c0]{font-size:16px;font-weight:600;color:#1a1a1b;line-height:24px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:4px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input[data-v-6f4719c0]{height:46px;margin:12px 0 4px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input input[data-v-6f4719c0]{width:428px;height:46px;padding:0 16px;font-size:16px;border-radius:2px;border:1px solid #ebedf0;background:#ffffff}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:16px;height:16px;top:50%;transform:translateY(-50%);right:0}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 16px #00000014}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:34px;line-height:34px;padding-left:16px;font-size:14px;background:#ffffff;color:#1a1a1b}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker[data-v-6f4719c0]{position:relative}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker .date-icon[data-v-6f4719c0]{position:absolute;display:block;width:16px;height:16px;top:50%;transform:translateY(-50%);right:0}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item .form-err[data-v-6f4719c0]{font-size:16px;font-weight:400;color:#d40000;line-height:24px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error[data-v-6f4719c0]{height:110px;margin-bottom:12px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-label[data-v-6f4719c0]{height:24px;display:flex}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-label span[data-v-6f4719c0]{font-size:16px;font-weight:600;color:#1a1a1b;line-height:24px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:4px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input[data-v-6f4719c0]{height:46px;margin:12px 0 4px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input input[data-v-6f4719c0]{width:428px;height:46px;padding:0 16px;font-size:16px;border-radius:2px;border:1px solid #c3161c}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input select[data-v-6f4719c0]{width:100%;height:46px;padding:16px;font-size:16px;border-radius:2px;border:1px solid #c3161c}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:16px;height:16px;top:50%;transform:translateY(-50%);right:0}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 16px #00000014}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:34px;line-height:34px;padding-left:16px;font-size:14px;background:#ffffff;color:#1a1a1b}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .form-item-has-error .form-err[data-v-6f4719c0]{font-size:16px;font-weight:400;color:#d40000;line-height:24px}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .button[data-v-6f4719c0]{width:446px;height:46px;background:#ec0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;line-height:46px;margin-top:21px;text-align:center}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .button[data-v-6f4719c0]:hover{background:#ef3345}.applyForm-box .form-wrap .box-form .form .form-items .ant-form .buttons[data-v-6f4719c0]{width:446px;height:46px;background:#ec0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;line-height:46px;margin-top:21px;text-align:center}.applyForm-box .form-img[data-v-6f4719c0]{height:289px;background-color:#19242e}.applyForm-box .form-img .detail[data-v-6f4719c0]{width:1075px;height:406px;margin:auto;position:relative}.applyForm-box .form-img .detail .detail-img[data-v-6f4719c0]{width:100%;height:100%;background-image:url(../images/aboutUs/applyExperience/detail-img.png);background-size:cover;position:absolute;top:-203px;display:flex;flex-direction:column;align-items:center}.applyForm-box .form-img .detail .detail-img .top-icon[data-v-6f4719c0]{width:38px;height:46px;background-image:url(../images/aboutUs/applyExperience/item-icon.png);margin:92px 0 40px}.applyForm-box .form-img .detail .detail-img .top-icons[data-v-6f4719c0]{width:38px;height:46px;background-image:url(../images/aboutUs/applyExperience/items-icon.png);margin:60px 0 40px}.applyForm-box .form-img .detail .detail-img .img-title[data-v-6f4719c0]{width:724px;height:48px;font-size:16px;font-weight:400;color:#646566;line-height:24px;text-align:center}.applyForm-box .form-img .detail .detail-img .up-btn[data-v-6f4719c0]{width:160px;height:44px;margin:40px auto;background:#ec0117;color:#fff;text-align:center;line-height:44px;font-size:16px;cursor:pointer}.applyForm-box .success-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:128px;height:48px;box-shadow:0 2px 24px #c8c9cc80;border-radius:4px;display:flex;align-items:center;background:#fff}.applyForm-box .success-box .img-success[data-v-6f4719c0]{width:16px;height:16px;background-image:url(../images/aboutUs/applyExperience/open-success.png);margin:0 16px;background-size:cover}.applyForm-box .success-box span[data-v-6f4719c0]{font-size:14px;font-weight:600;color:#2da641;line-height:20px}.applyForm-box .error-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:128px;height:48px;box-shadow:0 2px 24px #c8c9cc80;border-radius:4px;display:flex;align-items:center;background:#fff}.applyForm-box .error-box .img-error[data-v-6f4719c0]{width:16px;height:16px;background-image:url(../images/aboutUs/applyExperience/open-error.png);margin:0 16px;background-size:cover}.applyForm-box .error-box span[data-v-6f4719c0]{font-size:14px;font-weight:600;color:#d40000;line-height:20px}input[data-v-6f4719c0]::-webkit-input-placeholder{color:#c8c9cc}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.applyForm-box[data-v-6f4719c0]{width:100%}.applyForm-box .box-head[data-v-6f4719c0]{height:13rem;background:#fbfbfc}.applyForm-box .box-head[data-v-6f4719c0] .subtitle{padding:1.0156rem 0 .1563rem}.applyForm-box .box-head .head-title[data-v-6f4719c0]{width:7.0703rem;height:.2539rem;font-size:.1758rem;font-weight:400;color:#323233;line-height:.2539rem;text-align:center;margin:auto}.applyForm-box .box-form[data-v-6f4719c0]{width:6.6992rem;margin:auto;position:relative}.applyForm-box .box-form .form[data-v-6f4719c0]{width:6.6992rem;height:9.3rem;box-shadow:0 .0195rem .332rem #d8d9de61;border-radius:.0977rem;background-color:#fff;z-index:2;margin:0 auto;position:absolute;top:-10.5rem}.applyForm-box .box-form .form .form-items[data-v-6f4719c0]{height:4.2285rem;width:4.3555rem;margin:auto;margin-top:.7813rem}.applyForm-box .box-form .form .form-items .ant-form[data-v-6f4719c0]{width:100%}.applyForm-box .box-form .form .form-items .ant-form .form-item[data-v-6f4719c0]{height:1.0742rem;margin-bottom:.1172rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label[data-v-6f4719c0]{height:.2344rem;display:flex}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label span[data-v-6f4719c0]{font-size:.1563rem;font-weight:600;color:#1a1a1b;line-height:.2344rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:.0391rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input[data-v-6f4719c0]{height:.4492rem;margin:.1172rem 0 .0391rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input input[data-v-6f4719c0]{width:4.1797rem;height:.4492rem;padding:0 .1563rem;font-size:.1563rem;border-radius:.0195rem;border:.0098rem solid #ebedf0;background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:.1367rem;height:.1367rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 .1563rem #00000014}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:.332rem;line-height:.332rem;padding-left:.1563rem;font-size:.1367rem;background:#ffffff;color:#1a1a1b}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker .date-icon[data-v-6f4719c0]{position:absolute;display:block;width:.1367rem;height:.1367rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-err[data-v-6f4719c0]{font-size:.1563rem;font-weight:400;color:#d40000;line-height:.2344rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error[data-v-6f4719c0]{height:1.0742rem;margin-bottom:.1172rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label[data-v-6f4719c0]{height:.2344rem;display:flex}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label span[data-v-6f4719c0]{font-size:.1563rem;font-weight:600;color:#1a1a1b;line-height:.2344rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:.0391rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input[data-v-6f4719c0]{height:.4492rem;margin:.1172rem 0 .0391rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input input[data-v-6f4719c0]{width:4.1797rem;height:.4492rem;padding:0 .1563rem;font-size:.1563rem;border-radius:.0195rem;border:.0098rem solid #c3161c}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:.1367rem;height:.1367rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 .1563rem #00000014}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:.332rem;line-height:.332rem;padding-left:.1563rem;font-size:.1367rem;background:#ffffff;color:#1a1a1b}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-err[data-v-6f4719c0]{font-size:.1563rem;font-weight:400;color:#d40000;line-height:.2344rem}.applyForm-box .box-form .form .form-items .ant-form .button[data-v-6f4719c0]{width:4.3555rem;height:.4492rem;background:#ec0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;line-height:.4492rem;margin-top:.2051rem;text-align:center}.applyForm-box .box-form .form .form-items .ant-form .button[data-v-6f4719c0]:hover{background:#ef3345}.applyForm-box .form-img[data-v-6f4719c0]{height:2.8223rem;background-color:#19242e}.applyForm-box .form-img .detail[data-v-6f4719c0]{width:10.498rem;height:3.9648rem;margin:auto;position:relative}.applyForm-box .form-img .detail .detail-img[data-v-6f4719c0]{width:100%;height:100%;background-image:url(../images/aboutUs/applyExperience/detail-img.png);background-size:cover;position:absolute;top:-1.9824rem;display:flex;flex-direction:column;align-items:center}.applyForm-box .form-img .detail .detail-img .top-icon[data-v-6f4719c0]{width:.3711rem;height:.4492rem;background-image:url(../images/aboutUs/applyExperience/item-icon.png);margin:.8984rem 0 .3906rem}.applyForm-box .form-img .detail .detail-img .img-title[data-v-6f4719c0]{width:7.0703rem;height:.4688rem;font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem;text-align:center}.applyForm-box .form-img .detail .detail-img .up-btn[data-v-6f4719c0]{width:1.5625rem;height:.4297rem;margin:.3906rem auto;background:#ec0117;color:#fff;text-align:center;line-height:.4297rem;font-size:.1563rem;cursor:pointer}.applyForm-box .success-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:1.25rem;height:.4688rem;box-shadow:0 .0195rem .2344rem #c8c9cc80;border-radius:.0391rem;display:flex;align-items:center;background:#fff}.applyForm-box .success-box .img-success[data-v-6f4719c0]{width:.1563rem;height:.1563rem;background-image:url(../images/aboutUs/applyExperience/open-success.png);margin:0 .1563rem;background-size:cover}.applyForm-box .success-box span[data-v-6f4719c0]{font-size:.1367rem;font-weight:600;color:#2da641;line-height:.1953rem}.applyForm-box .error-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:1.25rem;height:.4688rem;box-shadow:0 .0195rem .2344rem #c8c9cc80;border-radius:.0391rem;display:flex;align-items:center;background:#fff}.applyForm-box .error-box .img-error[data-v-6f4719c0]{width:.1563rem;height:.1563rem;background-image:url(../images/aboutUs/applyExperience/open-error.png);margin:0 .1563rem;background-size:cover}.applyForm-box .error-box span[data-v-6f4719c0]{font-size:.1367rem;font-weight:600;color:#d40000;line-height:.1953rem}input[data-v-6f4719c0]::-webkit-input-placeholder{color:#c8c9cc}}@media screen and (max-width: 1179.5px){.applyForm-box[data-v-6f4719c0]{width:100%}.applyForm-box .box-head[data-v-6f4719c0]{background:#fbfbfc}.applyForm-box .box-head[data-v-6f4719c0] .subtitle{padding:1.0667rem 0 .32rem}.applyForm-box .box-head .head-title[data-v-6f4719c0]{height:.5333rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;text-align:center;margin:auto;margin-bottom:.2344rem}.applyForm-box .box-form[data-v-6f4719c0]{height:19rem;width:9.1467rem;margin:0 auto 1.0667rem;position:relative}.applyForm-box .box-form .form[data-v-6f4719c0]{background-color:#fff;width:9.1467rem;height:11.84rem;box-shadow:0 .0533rem .64rem #d8d9de2e;border-radius:.0533rem;z-index:2;margin:0 auto;position:absolute}.applyForm-box .box-form .form .form-items[data-v-6f4719c0]{height:10.1333rem;width:8.2933rem;margin:auto;margin-top:.64rem}.applyForm-box .box-form .form .form-items .ant-form[data-v-6f4719c0]{width:100%}.applyForm-box .box-form .form .form-items .ant-form .form-item[data-v-6f4719c0]{height:2.6667rem;margin-bottom:.32rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label[data-v-6f4719c0]{height:.5333rem;display:flex}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label span[data-v-6f4719c0]{font-size:.3733rem;font-weight:600;color:#1a1a1b;line-height:.5333rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:.1067rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input[data-v-6f4719c0]{height:1.1733rem;margin:.32rem 0 .1067rem}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input input[data-v-6f4719c0]{width:7.8667rem;height:1.1733rem;padding:0 .4267rem;font-size:.3733rem;border-radius:.0267rem;border:.0267rem solid #ebedf0;background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:.3733rem;height:.3733rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 .3733rem #00000014}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:.8533rem;line-height:.8533rem;padding-left:.3733rem;font-size:.32rem;background:#ffffff;color:#1a1a1b}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-item-input #datepicker .date-icon[data-v-6f4719c0]{position:absolute;display:block;width:.3733rem;height:.3733rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item .form-err[data-v-6f4719c0]{font-size:.3733rem;font-weight:400;color:#d40000;line-height:.5333rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error[data-v-6f4719c0]{height:2.6667rem;margin-bottom:.32rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label[data-v-6f4719c0]{height:.5333rem;display:flex}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label span[data-v-6f4719c0]{font-size:.3733rem;font-weight:600;color:#1a1a1b;line-height:.5333rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-label .must[data-v-6f4719c0]{color:#c3161c;margin-right:.1067rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input[data-v-6f4719c0]{height:1.1733rem;margin:.32rem 0 .1067rem}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input input[data-v-6f4719c0]{width:7.8667rem;height:1.1733rem;padding:0 .4267rem;font-size:.3733rem;border-radius:.0267rem;border:.0267rem solid #c3161c}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box[data-v-6f4719c0]{position:relative}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .select-icon[data-v-6f4719c0]{position:absolute;display:block;width:.3733rem;height:.3733rem;top:50%;transform:translateY(-50%);right:0}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box input[data-v-6f4719c0]{background:#ffffff}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option[data-v-6f4719c0]{position:absolute;width:100%;box-shadow:0 0 .3733rem #00000014}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]{height:.8533rem;line-height:.8533rem;padding-left:.3733rem;font-size:.32rem;background:#ffffff;color:#1a1a1b}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-check[data-v-6f4719c0]{color:#d01837}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-item-input .select-box .form-item-select-option .form-item-select-option-item[data-v-6f4719c0]:hover{background:#F5F6F7;cursor:pointer}.applyForm-box .box-form .form .form-items .ant-form .form-item-has-error .form-err[data-v-6f4719c0]{font-size:.3733rem;font-weight:400;color:#d40000;line-height:.5333rem}.applyForm-box .box-form .form .form-items .ant-form .button[data-v-6f4719c0]{width:4.2667rem;height:1.1733rem;background:#ec0117;border-radius:.0533rem;border:.0267rem solid #ec0117;font-size:.3733rem;font-weight:400;color:#fff;line-height:1.1733rem;text-align:center;margin:auto}.applyForm-box .form-img[data-v-6f4719c0]{height:5.52rem;background-color:#19242e}.applyForm-box .form-img .detail[data-v-6f4719c0]{width:9.1467rem;height:5.0133rem;margin:auto;position:relative}.applyForm-box .form-img .detail .detail-img[data-v-6f4719c0]{width:100%;height:6.7733rem;position:absolute;top:-3.3867rem;background-color:#fff;display:flex;flex-direction:column;align-items:center;border-radius:.0533rem;box-shadow:0 .1067rem .4267rem #3229521a}.applyForm-box .form-img .detail .detail-img .top-icon[data-v-6f4719c0]{width:.6133rem;height:.7467rem;background-image:url(../images/aboutUs/applyExperience/small-item-icon.png);background-size:cover;margin:.64rem 0 .4267rem}.applyForm-box .form-img .detail .detail-img .top-icons[data-v-6f4719c0]{width:.6133rem;height:.7467rem;background-image:url(../images/aboutUs/applyExperience/items-icon.png);background-size:cover;margin:.64rem 0 .4267rem}.applyForm-box .form-img .detail .detail-img .img-title[data-v-6f4719c0]{width:7.8667rem;height:2.1333rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;text-align:center}.applyForm-box .form-img .detail .detail-img .up-btn[data-v-6f4719c0]{width:4.2667rem;height:1.12rem;background:#ec0117;border-radius:.0533rem;margin-top:.64rem;color:#fff;font-size:.3733rem;line-height:1.12rem;text-align:center}.applyForm-box .success-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:2.9867rem;height:1.0667rem;box-shadow:0 .0533rem .64rem #c8c9cc80;border-radius:.1067rem;display:flex;align-items:center;background:#fff}.applyForm-box .success-box .img-success[data-v-6f4719c0]{width:.3733rem;height:.3733rem;background-image:url(../images/aboutUs/applyExperience/small-success.png);margin:0 .24rem 0 .4533rem;background-size:cover}.applyForm-box .success-box span[data-v-6f4719c0]{font-size:.3733rem;font-weight:600;color:#2da641;line-height:.48rem}.applyForm-box .error-box[data-v-6f4719c0]{margin:auto;position:fixed;top:0;left:0;bottom:0;right:0;z-index:999;width:2.9867rem;height:1.0667rem;box-shadow:0 .0533rem .64rem #c8c9cc80;border-radius:.1067rem;display:flex;align-items:center;background:#fff}.applyForm-box .error-box .img-error[data-v-6f4719c0]{width:.3733rem;height:.3733rem;background-image:url(../images/aboutUs/applyExperience/small-error.png);margin:0 .24rem 0 .4533rem;background-size:cover}.applyForm-box .error-box span[data-v-6f4719c0]{font-size:.3733rem;font-weight:600;color:#d40000;line-height:.48rem}[data-v-6f4719c0] .subtitle .p{font-weight:600}input[data-v-6f4719c0]::-webkit-input-placeholder{color:#c8c9cc}}input[data-v-6f4719c0]::-webkit-outer-spin-button,input[data-v-6f4719c0]::-webkit-inner-spin-button{-webkit-appearance:none!important}.button[data-v-6f4719c0]{cursor:pointer}[data-v-6f4719c0] #datepicker_root .picker__holder .picker__frame{top:50%!important;transform:translateY(-50%)!important}@media screen and (min-width: 1420.5px){[data-v-47ec70a1] .child-banner-bg-img{height:580px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){[data-v-47ec70a1] .child-banner-bg-img{height:5.6641rem}}@media screen and (max-width: 1179.5px){[data-v-47ec70a1] .text-content{display:flex;flex-direction:column;align-items:center}[data-v-47ec70a1] .child-banner-bg-img{height:10rem}}@media screen and (min-width: 1420.5px){.map[data-v-136a559d]{width:100%;height:659px;position:relative}.map #container[data-v-136a559d]{position:absolute;top:0;left:0;width:100%;height:100%}.map .tab[data-v-136a559d]{display:none}.map .contactus[data-v-136a559d]{position:absolute;top:0;right:0;width:50%;height:659px;background:rgba(0,0,0,.6);z-index:10}.map .contactus .detailed[data-v-136a559d]{position:absolute;left:110px;top:50%;transform:translateY(-50%)}.map .contactus .detailed .callText[data-v-136a559d]{font-size:36px;font-weight:600;color:#fff;line-height:46px;margin-bottom:24px}.map .contactus .detailed .list[data-v-136a559d]{display:flex;cursor:pointer}.map .contactus .detailed .list .icon[data-v-136a559d]{width:22px;height:22px;margin-right:12px}.map .contactus .detailed .list .textView[data-v-136a559d]{margin-bottom:10px}.map .contactus .detailed .list .textView .txt[data-v-136a559d]{font-size:16px;font-weight:400;color:#fff;margin-bottom:13px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.map[data-v-136a559d]{width:100%;height:6.4355rem;position:relative}.map #container[data-v-136a559d]{position:absolute;top:0;left:0;width:100%;height:100%}.map .tab[data-v-136a559d]{display:none}.map .contactus[data-v-136a559d]{position:absolute;top:0;right:0;width:50%;height:6.4355rem;background:rgba(0,0,0,.6);z-index:10}.map .contactus .detailed[data-v-136a559d]{margin:.4688rem 0 0 1.0742rem}.map .contactus .detailed .callText[data-v-136a559d]{font-size:.3516rem;font-weight:600;color:#fff;line-height:.4492rem;margin-bottom:.2344rem}.map .contactus .detailed .list[data-v-136a559d]{display:flex}.map .contactus .detailed .list .icon[data-v-136a559d]{width:.2148rem;height:.2148rem;margin-right:.1172rem}.map .contactus .detailed .list .textView[data-v-136a559d]{margin-bottom:.0977rem}.map .contactus .detailed .list .textView .txt[data-v-136a559d]{font-size:.1563rem;font-weight:400;color:#fff;margin-bottom:.127rem}}@media screen and (max-width: 1179.5px){.map[data-v-136a559d]{width:100%;overflow:hidden}.map #container[data-v-136a559d]{width:100%;height:10.0267rem}.map .tab[data-v-136a559d]{width:100vw;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:.4267rem;overflow-x:auto;box-sizing:border-box}.map .tab .headquarters[data-v-136a559d]{white-space:nowrap;width:-moz-fit-content;width:fit-content;height:.64rem;font-size:.4267rem;font-weight:400;color:#969799;line-height:.64rem;margin-right:.64rem;padding-bottom:.16rem}.map .tab .headquarters[data-v-136a559d]:last-child{margin-right:0!important}.map .tab .underline[data-v-136a559d]{font-size:.4267rem;font-weight:600;color:#1a1a1b;position:relative}.map .tab .underline[data-v-136a559d]:after{content:"";position:absolute;left:calc(50% - .6667rem);bottom:0;width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg)}.map .contactus[data-v-136a559d]{position:absolute;top:0;right:0;left:0;height:4.1867rem;background:rgba(0,0,0,.6);z-index:10;padding-bottom:.1067rem}.map .contactus .detailed[data-v-136a559d]{margin:.6667rem 0 0 .4267rem}.map .contactus .detailed .callText[data-v-136a559d]{display:none}.map .contactus .detailed .list[data-v-136a559d]{display:flex;margin-bottom:.32rem}.map .contactus .detailed .list .icon[data-v-136a559d]{width:.48rem;height:.48rem;margin-right:.2133rem}.map .contactus .detailed .list .textView .txt[data-v-136a559d]{font-size:.3733rem;margin-right:.2667rem;font-weight:400;color:#fff;display:inline-block}.map .contactus .detailed .list .textView .margin-bottom[data-v-136a559d]{margin-bottom:.1067rem}.map .contactus .detailed .list[data-v-136a559d]:last-child{margin-bottom:0}.map .map-area[data-v-136a559d]{position:relative}}@media screen and (min-width: 1420.5px){.authority[data-v-0b916632]{width:100%;height:580px;background:#F5F6F7;padding-top:100px;position:relative}.authority .title[data-v-0b916632]{width:-moz-fit-content;width:fit-content;margin:0 auto 54px}.authority .title .subtitle[data-v-0b916632]{margin-top:16px;font-size:18px;font-weight:400;color:#323233;line-height:26px}.authority .swiperConte[data-v-0b916632]{position:relative;width:1200px;height:278px;margin:0 auto}.authority .swiperConte .swiper[data-v-0b916632]{width:1200px;height:278px}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center;overflow:hidden}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .img{width:100%;height:100%;overflow:hidden}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.authority .swiperConte #left[data-v-0b916632],.authority .swiperConte #right[data-v-0b916632]{position:absolute;width:50px;height:50px;border-radius:50%;background:#FFFFFF;z-index:100;cursor:pointer;transition:all .3s linear;display:flex;justify-content:center;align-items:center}.authority .swiperConte #left img[data-v-0b916632],.authority .swiperConte #right img[data-v-0b916632]{width:10px;height:18px}.authority .swiperConte #left[data-v-0b916632]:hover,.authority .swiperConte #right[data-v-0b916632]:hover{box-shadow:0 2px 24px #c8c9cc80;transition:all .3s linear}.authority .swiperConte #left[data-v-0b916632]{top:114px;left:-80px}.authority .swiperConte #right[data-v-0b916632]{top:114px;right:-80px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.authority[data-v-0b916632]{height:5.6641rem;background:#F5F6F7;padding-top:.9766rem;position:relative}.authority .title[data-v-0b916632]{width:-moz-fit-content;width:fit-content;margin:0px auto .5273rem}.authority .title .subtitle[data-v-0b916632]{margin-top:.1563rem;font-size:.1758rem;font-weight:400;color:#323233;line-height:.2539rem}.authority .swiperConte[data-v-0b916632]{position:relative;width:11.7188rem;height:2.7344rem;margin:0 auto}.authority .swiperConte .swiper[data-v-0b916632]{width:9.3164rem;height:2.7344rem}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide{text-align:center;font-size:.1758rem;background:#fff;display:flex;justify-content:center;align-items:center}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .img{width:100%;height:100%;overflow:hidden}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.authority .swiperConte #left[data-v-0b916632],.authority .swiperConte #right[data-v-0b916632]{position:absolute;width:.4883rem;height:.4883rem;border-radius:50%;background:#FFFFFF;z-index:100;cursor:pointer;transition:all .3s linear;display:flex;justify-content:center;align-items:center}.authority .swiperConte #left img[data-v-0b916632],.authority .swiperConte #right img[data-v-0b916632]{width:.0977rem;height:.1758rem}.authority .swiperConte #left[data-v-0b916632]:hover,.authority .swiperConte #right[data-v-0b916632]:hover{box-shadow:0 .0195rem .2344rem #c8c9cc80;transition:all .3s linear}.authority .swiperConte #left[data-v-0b916632]{top:1.0059rem;left:.3906rem}.authority .swiperConte #right[data-v-0b916632]{top:1.0059rem;right:.3906rem}}@media screen and (max-width: 1179.5px){.authority[data-v-0b916632]{height:10.0267rem;background:#F5F6F7;padding-top:1.0667rem;position:relative}.authority .title[data-v-0b916632]{width:-moz-fit-content;width:fit-content;margin:0px auto .72rem}.authority .title .subtitle[data-v-0b916632]{margin-top:.32rem;font-size:.3733rem;font-weight:400;color:#323233;line-height:.5333rem}.authority .swiperConte[data-v-0b916632]{position:relative}.authority .swiperConte .swiper[data-v-0b916632]{width:100%;height:100%;padding-left:.4267rem}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide{text-align:center;font-size:.48rem;background:#fff;display:flex;justify-content:center;align-items:center}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .img{width:100%;height:100%;overflow:hidden}.authority .swiperConte .swiper[data-v-0b916632] .swiper-slide .swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.authority .swiperConte #left[data-v-0b916632],.authority .swiperConte #right[data-v-0b916632]{display:none}}@media screen and (min-width: 1420.5px){.about .title[data-v-564b93aa]{margin:100px 0}.about .image[data-v-564b93aa]{margin:0 auto;width:1240px;height:698px;position:relative}.about .image .video[data-v-564b93aa]{width:1240px;height:698px}.about .image .poster[data-v-564b93aa]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/aboutUs/companyProfile/introduce.png);background-position:0 0;background-size:100%;background-repeat:no-repeat}.about .image .button[data-v-564b93aa]{position:absolute;top:50%;left:50%;background-color:#fff;border-radius:50px;height:100px;width:100px;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10}.about .image .button img[data-v-564b93aa]{height:34px;width:29px;margin-left:8px}.about .contents[data-v-564b93aa]{margin:40px auto 56px;width:1240px}.about .contents .list[data-v-564b93aa]{display:flex;margin-bottom:24px}.about .contents .list .icon[data-v-564b93aa]{width:19px;height:23px;margin-right:16px}.about .contents .list .text[data-v-564b93aa]{font-size:16px;font-weight:400;color:#323233;line-height:24px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.about .title[data-v-564b93aa]{margin:.9766rem 0 .7031rem}.about .image[data-v-564b93aa]{margin:0 auto;width:9.7656rem;height:5.498rem;position:relative}.about .image .video[data-v-564b93aa]{width:9.7656rem;height:5.498rem}.about .image .poster[data-v-564b93aa]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/aboutUs/companyProfile/introduce.png);background-position:0 0;background-size:100%;background-repeat:no-repeat}.about .image .button[data-v-564b93aa]{position:absolute;top:50%;left:50%;background-color:#fff;border-radius:50%;height:.7813rem;width:.7813rem;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10}.about .image .button img[data-v-564b93aa]{height:.332rem;width:.2832rem;margin-left:.0781rem}.about .contents[data-v-564b93aa]{margin:.3711rem auto .9766rem;width:9.7656rem}.about .contents .list[data-v-564b93aa]{display:flex;margin-bottom:.2051rem}.about .contents .list .icon[data-v-564b93aa]{width:.1855rem;height:.2246rem;margin-right:.1563rem}.about .contents .list .text[data-v-564b93aa]{font-size:.1563rem;font-weight:400;color:#323233;line-height:.2344rem}}@media screen and (max-width: 1179.5px){.about .title[data-v-564b93aa]{margin:1.0667rem 0 .8rem}.about .image[data-v-564b93aa]{margin:0 auto;width:9.12rem;height:5.1467rem;position:relative}.about .image .video[data-v-564b93aa]{width:100%;height:100%}.about .image .poster[data-v-564b93aa]{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/aboutUs/companyProfile/introduce.png);background-position:0 0;background-size:100%;background-repeat:no-repeat}.about .image .button[data-v-564b93aa]{position:absolute;top:50%;left:50%;background-color:#fff;border-radius:50%;height:1.4933rem;width:1.4933rem;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:10}.about .image .button img[data-v-564b93aa]{height:.5867rem;width:.48rem;margin-left:.0781rem}.about .contents[data-v-564b93aa]{margin:.4533rem auto 1.0667rem;width:9.1467rem}.about .contents .list[data-v-564b93aa]{display:flex;margin-bottom:.32rem}.about .contents .list .icon[data-v-564b93aa]{width:.32rem;height:.3733rem;margin-right:.2133rem}.about .contents .list .text[data-v-564b93aa]{font-size:.32rem;font-weight:400;color:#323233;line-height:.48rem}}#aboutus[data-v-0b6e541b]{margin:0;padding:0}@media screen and (min-width: 1420.5px){[data-v-0b6e541b] .child-banner-bg-img .text-container .text-content{width:650px}}@media screen and (min-width: 1420.5px){.environment-box[data-v-163c9030]{width:100%;height:700px;display:flex;align-items:center;background:#F5F6F7}.environment-box .environment-center[data-v-163c9030]{width:1280px;height:580px;margin:auto;display:flex;justify-content:space-between}.environment-box .environment-center .left-context[data-v-163c9030]{width:462px;height:100%}.environment-box .environment-center .left-context .left-content-box[data-v-163c9030]{width:100%;height:272px;margin-top:172px;display:flex;flex-direction:column;justify-content:space-between}.environment-box .environment-center .left-context .left-content-box .headline[data-v-163c9030]{width:460px;height:46px;font-size:36px;font-weight:600;color:#1a1a1b;line-height:46px}.environment-box .environment-center .left-context .left-content-box .check-box[data-v-163c9030]{width:100%;height:166px;display:flex;justify-content:space-between}.environment-box .environment-center .left-context .left-content-box .check-box .check-item[data-v-163c9030]{width:138px;height:166px;background-color:#ff0;display:flex;flex-direction:column;align-items:center;justify-content:space-around;background:#FFFFFF;box-shadow:0 2px 44px #c8c9cc54}.environment-box .environment-center .left-context .left-content-box .check-box .check-item img[data-v-163c9030]{width:88px;height:88px}.environment-box .environment-center .left-context .left-content-box .check-box .check-item .check-title[data-v-163c9030]{height:26px;font-size:18px;font-weight:600;color:#ec0117;line-height:26px}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item[data-v-163c9030]{width:138px;height:166px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item img[data-v-163c9030]{width:88px;height:88px}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item .check-title[data-v-163c9030]{height:26px;font-size:18px;font-weight:600;color:#323233;line-height:26px}.environment-box .environment-center .right-context[data-v-163c9030]{width:663px;height:100%;position:relative}.environment-box .environment-center .right-context .basement-box[data-v-163c9030]{width:356px;height:409px;background:#FFFFFF;box-shadow:0 2px 44px #c8c9cc54;border-radius:2px;margin-top:127px;position:relative}.environment-box .environment-center .right-context .basement-box .basement-center[data-v-163c9030]{width:232px;position:absolute;top:100px;left:40px}.environment-box .environment-center .right-context .basement-box .basement-center .basement-headline[data-v-163c9030]{height:30px;font-size:26px;font-weight:600;color:#1a1a1b;line-height:30px}.environment-box .environment-center .right-context .basement-box .basement-center .red-line[data-v-163c9030]{width:48px;height:2px;background:#EC0117;margin:8px 0 24px}.environment-box .environment-center .right-context .basement-box .basement-center .basement-title[data-v-163c9030]{width:232px;font-size:16px;font-weight:400;color:#969799;line-height:24px}.environment-box .environment-center .right-context .basement-box .basement-time[data-v-163c9030]{width:71px;height:50px;position:absolute;bottom:40px;left:40px}.environment-box .environment-center .right-context .basement-box .basement-time .left-time[data-v-163c9030]{font-size:36px;color:#dcdee0;line-height:50px}.environment-box .environment-center .right-context .basement-box .basement-time .right-time[data-v-163c9030]{font-size:16px;color:#dcdee0}.environment-box .environment-center .right-context .big-img[data-v-163c9030]{position:absolute;top:0;right:0;width:356px;height:580px}[data-v-163c9030] .subtitle{width:100%}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.environment-box[data-v-163c9030]{width:100%;height:7.6172rem;display:flex;align-items:center;background:#F5F6F7}.environment-box .environment-center[data-v-163c9030]{width:10.957rem;height:5.6641rem;margin:auto;display:flex;justify-content:space-between}.environment-box .environment-center .left-context[data-v-163c9030]{width:4.5117rem;height:100%}.environment-box .environment-center .left-context .left-content-box[data-v-163c9030]{width:100%;height:2.6563rem;margin-top:1.6797rem;display:flex;flex-direction:column;justify-content:space-between}.environment-box .environment-center .left-context .left-content-box .headline[data-v-163c9030]{height:.4492rem;font-size:.3516rem;font-weight:600;color:#1a1a1b;line-height:.4492rem}.environment-box .environment-center .left-context .left-content-box .check-box[data-v-163c9030]{width:100%;height:1.6211rem;display:flex;justify-content:space-between}.environment-box .environment-center .left-context .left-content-box .check-box .check-item[data-v-163c9030]{width:1.3477rem;height:1.6211rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around;background:#FFFFFF;box-shadow:0 .0195rem .4297rem #c8c9cc54}.environment-box .environment-center .left-context .left-content-box .check-box .check-item img[data-v-163c9030]{width:.8594rem;height:.8594rem}.environment-box .environment-center .left-context .left-content-box .check-box .check-item .check-title[data-v-163c9030]{width:.7031rem;height:.2539rem;font-size:.1758rem;font-weight:600;color:#ec0117;line-height:.2539rem}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item[data-v-163c9030]{width:1.3477rem;height:1.6211rem;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item img[data-v-163c9030]{width:.8594rem;height:.8594rem}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item .check-title[data-v-163c9030]{width:.7031rem;height:.2539rem;font-size:.1758rem;font-weight:600;color:#323233;line-height:.2539rem}.environment-box .environment-center .right-context[data-v-163c9030]{width:6.1328rem;height:100%;position:relative}.environment-box .environment-center .right-context .basement-box[data-v-163c9030]{width:3.1348rem;height:3.9941rem;background:#FFFFFF;box-shadow:0 .0195rem .4297rem #c8c9cc54;border-radius:.0195rem;margin-top:1.2402rem;position:relative}.environment-box .environment-center .right-context .basement-box .basement-center[data-v-163c9030]{width:1.8652rem;height:1.3281rem;position:absolute;top:.9766rem;left:.293rem}.environment-box .environment-center .right-context .basement-box .basement-center .basement-headline[data-v-163c9030]{height:.293rem;font-size:.2539rem;font-weight:600;color:#1a1a1b;line-height:.293rem}.environment-box .environment-center .right-context .basement-box .basement-center .red-line[data-v-163c9030]{width:.4688rem;height:.0195rem;background:#EC0117;margin:.0781rem 0 .2344rem}.environment-box .environment-center .right-context .basement-box .basement-center .basement-title[data-v-163c9030]{width:1.8652rem;font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem}.environment-box .environment-center .right-context .basement-box .basement-time[data-v-163c9030]{width:.6836rem;height:.4883rem;position:absolute;bottom:.3906rem;left:.293rem}.environment-box .environment-center .right-context .basement-box .basement-time .left-time[data-v-163c9030]{font-size:.3516rem;color:#dcdee0;line-height:.4883rem}.environment-box .environment-center .right-context .basement-box .basement-time .right-time[data-v-163c9030]{font-size:.1563rem;color:#dcdee0}.environment-box .environment-center .right-context .big-img[data-v-163c9030]{position:absolute;top:0;right:0;width:3.4766rem;height:5.6641rem}}@media screen and (max-width: 1179.5px){.environment-box[data-v-163c9030]{width:100%;height:17.1467rem;display:flex;align-items:center;background:#F5F6F7}.environment-box .environment-center[data-v-163c9030]{width:8.2133rem;height:15.0133rem;margin:auto}.environment-box .environment-center .left-context .left-content-box[data-v-163c9030]{width:100%;height:4.64rem}.environment-box .environment-center .left-context .left-content-box .headline[data-v-163c9030]{width:6.4rem;height:.6933rem;font-size:.5333rem;font-weight:600;color:#1a1a1b;line-height:.6933rem;margin:auto;padding-top:1.0667rem}.environment-box .environment-center .left-context .left-content-box[data-v-163c9030] .subtitle{padding:0 0 .8rem}.environment-box .environment-center .left-context .left-content-box .check-box[data-v-163c9030]{width:100%;height:2.3467rem;display:flex;justify-content:space-between}.environment-box .environment-center .left-context .left-content-box .check-box .check-item[data-v-163c9030]{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#FFFFFF;box-shadow:0 .0533rem 1.1733rem #c8c9cc54;box-sizing:border-box;width:2.3467rem;height:2.3467rem}.environment-box .environment-center .left-context .left-content-box .check-box .check-item img[data-v-163c9030]{width:1.2267rem;height:1.2267rem;margin-bottom:.24rem}.environment-box .environment-center .left-context .left-content-box .check-box .check-item .check-title[data-v-163c9030]{font-size:.32rem;font-weight:600;color:#ec0117}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item[data-v-163c9030]{display:flex;flex-direction:column;align-items:center;justify-content:center;width:2.3467rem;height:2.3467rem}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item img[data-v-163c9030]{width:1.2267rem;height:1.2267rem;margin-bottom:.24rem}.environment-box .environment-center .left-context .left-content-box .check-box .nocheck-item .check-title[data-v-163c9030]{font-size:.32rem;font-weight:600;color:#323233}.environment-box .environment-center .mobile-context[data-v-163c9030]{width:8.2133rem;height:10.3733rem;position:relative;background-color:#fff;box-shadow:0 .0533rem .64rem #24273705;display:flex;justify-content:center}.environment-box .environment-center .mobile-context .basement-box[data-v-163c9030]{height:4.08rem;width:7.36rem;align-self:flex-end;display:flex;flex-direction:column}.environment-box .environment-center .mobile-context .basement-box .p[data-v-163c9030]{font-size:.5333rem;font-weight:600;color:#1a1a1b}.environment-box .environment-center .mobile-context .basement-box .underline[data-v-163c9030]{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin:.3733rem 0 .5333rem}.environment-box .environment-center .mobile-context .basement-box .basement-title[data-v-163c9030]{width:100%;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}.environment-box .environment-center .mobile-context .big-img[data-v-163c9030]{position:absolute;top:0;right:0;width:8.2133rem;height:6.7467rem;z-index:5}.environment-box .environment-center .mobile-context .cover-box[data-v-163c9030]{width:100%;height:1.6rem;background-color:#f5f6f7;position:absolute;top:0;left:0}[data-v-163c9030] .subtitle .p{font-weight:600}}@media screen and (min-width: 1420.5px){[data-v-fd908f36] .child-banner-bg-img{height:420px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){[data-v-fd908f36] .child-banner-bg-img{height:4.1016rem}}@media screen and (max-width: 1179.5px){[data-v-fd908f36] .child-banner-bg-img{height:8.5333rem}}@media screen and (min-width: 1420.5px){.welfare-box[data-v-36056f0d]{width:100%;height:1358px}.welfare-box .welfare-box[data-v-36056f0d]{width:100%;height:1042px}.welfare-box .welfare-box[data-v-36056f0d] .subtitle{padding:80px 0 16px}.welfare-box .welfare-box .title-introduce[data-v-36056f0d]{width:724px;height:26px;font-size:18px;font-weight:400;color:#323233;line-height:26px;margin:auto auto 58px;text-align:center}.welfare-box .welfare-box .good-list[data-v-36056f0d]{width:1440px;height:542px;margin:auto;display:flex}.welfare-box .welfare-box .good-list .good-item[data-v-36056f0d]{width:498px;height:542px;background-size:cover}.welfare-box .welfare-box .good-list .good-item .item-context[data-v-36056f0d]{width:372px;height:88px;margin:222px 0 0 80px}.welfare-box .welfare-box .good-list .good-item .item-context .p[data-v-36056f0d]{font-size:20px;font-weight:600;color:#1a1a1b}.welfare-box .welfare-box .good-list .good-item .item-context .underline[data-v-36056f0d]{width:50px;height:2px;background:#EC0117;transform:skew(-45deg);margin:8px 0 24px}.welfare-box .welfare-box .good-list .good-item .item-context .title[data-v-36056f0d]{width:372px;font-size:16px;font-weight:400;color:#646566;line-height:24px}.welfare-box .card-box[data-v-36056f0d]{width:100%;height:316px;background:#19242E}.welfare-box .card-box .card[data-v-36056f0d]{width:1007px;height:376px;margin:auto;position:relative}.welfare-box .card-box .card .card-item[data-v-36056f0d]{width:100%;height:100%;position:absolute;background-image:url(../images/aboutUs/joinUs/card-img.png);background-size:contain;bottom:188px;box-shadow:0 2px 30px #20242f0f}.welfare-box .card-box .card .card-item[data-v-36056f0d] .subtitle{padding:60px 0 40px}.welfare-box .card-box .card .card-item .card-title[data-v-36056f0d]{width:724px;height:72px;font-size:16px;font-weight:400;color:#646566;line-height:24px;margin:auto auto 40px;text-align:center}.welfare-box .card-box .card .card-item .card-button[data-v-36056f0d]{width:160px;height:44px;background:#EC0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;line-height:44px;text-align:center;margin:auto}.welfare-box .card-box .card .card-item .hint[data-v-36056f0d]{width:150px;height:40px;position:fixed;top:30%;left:50%;margin-left:-75px;background-color:#000;opacity:.7;color:#fff;text-align:center;font-size:16px;line-height:40px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.welfare-box[data-v-36056f0d]{width:100%;height:12.8711rem}.welfare-box .welfare-box[data-v-36056f0d]{width:100%;height:9.7852rem}.welfare-box .welfare-box[data-v-36056f0d] .subtitle{padding:.9766rem 0 .1563rem}.welfare-box .welfare-box .title-introduce[data-v-36056f0d]{width:7.0703rem;height:.2539rem;font-size:.1758rem;font-weight:400;color:#323233;line-height:.2539rem;margin:auto;text-align:center;margin-bottom:.1758rem}.welfare-box .welfare-box .good-list[data-v-36056f0d]{width:11.625rem;height:5.293rem;margin:auto;display:flex}.welfare-box .welfare-box .good-list .good-item[data-v-36056f0d]{width:3.9063rem;height:5.293rem;background-size:cover;margin-right:.0977rem}.welfare-box .welfare-box .good-list .good-item .item-context[data-v-36056f0d]{width:2.3145rem;height:1.0938rem;margin:2.168rem 0 0 .8203rem}.welfare-box .welfare-box .good-list .good-item .item-context .p[data-v-36056f0d]{font-size:.2539rem;font-weight:600;color:#1a1a1b}.welfare-box .welfare-box .good-list .good-item .item-context .underline[data-v-36056f0d]{width:.4688rem;height:.0195rem;background:#EC0117;transform:skew(-45deg);margin:.0781rem 0 .2344rem}.welfare-box .welfare-box .good-list .good-item .item-context .title[data-v-36056f0d]{width:2.3145rem;font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem}.welfare-box .card-box[data-v-36056f0d]{width:100%;height:3.0859rem;background:#19242E}.welfare-box .card-box .card[data-v-36056f0d]{width:9.834rem;height:3.6719rem;margin:auto;position:relative}.welfare-box .card-box .card .card-item[data-v-36056f0d]{width:100%;height:100%;position:absolute;background-image:url(../images/aboutUs/joinUs/card-img.png);background-size:contain;bottom:1.8359rem;box-shadow:0 .0195rem .2344rem #20242f0f}.welfare-box .card-box .card .card-item[data-v-36056f0d] .subtitle{padding:.5859rem 0 .3906rem}.welfare-box .card-box .card .card-item .card-title[data-v-36056f0d]{width:7.0703rem;height:.7031rem;font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem;margin:auto;text-align:center;margin-bottom:.3906rem}.welfare-box .card-box .card .card-item .card-button[data-v-36056f0d]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;line-height:.4297rem;text-align:center;margin:auto}.welfare-box .card-box .card .card-item .hint[data-v-36056f0d]{width:1.4648rem;height:.3906rem;position:fixed;top:30%;left:50%;margin-left:-.7324rem;background-color:#000;opacity:.7;color:#fff;text-align:center;font-size:.1563rem;line-height:.3906rem}}@media screen and (max-width: 1179.5px){.welfare-box[data-v-36056f0d]{width:100%;height:26.2667rem}.welfare-box .welfare-box[data-v-36056f0d]{width:100%;height:19.2533rem}.welfare-box .welfare-box[data-v-36056f0d] .subtitle{padding:1.0667rem 0 .32rem}.welfare-box .welfare-box[data-v-36056f0d] .subtitle .p{font-weight:600}.welfare-box .welfare-box .title-introduce[data-v-36056f0d]{width:9.12rem;height:.5333rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin:auto;text-align:center;margin-bottom:.8rem}.welfare-box .welfare-box .good-list[data-v-36056f0d]{width:9.1467rem;height:11.04rem;margin:auto;display:flex;flex-direction:column;justify-content:space-between}.welfare-box .welfare-box .good-list .good-item[data-v-36056f0d]{width:100%;height:3.2533rem;background-color:#fff;box-shadow:0 2px 20px #24273714;border-radius:2px}.welfare-box .welfare-box .good-list .good-item .item-context[data-v-36056f0d]{width:8.2933rem;padding:.64rem 0 .8rem .4267rem;position:relative}.welfare-box .welfare-box .good-list .good-item .item-context .p[data-v-36056f0d]{font-size:.4267rem;font-weight:600;color:#1a1a1b}.welfare-box .welfare-box .good-list .good-item .item-context .underline[data-v-36056f0d]{width:1.0667rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin:.16rem 0 .4267rem}.welfare-box .welfare-box .good-list .good-item .item-context .title[data-v-36056f0d]{width:8.2933rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;position:absolute;left:16px;z-index:99}.welfare-box .welfare-box .good-list .good-item .item-context img[data-v-36056f0d]{width:2.48rem;height:2.48rem;position:absolute;right:.32rem;top:.32rem}.welfare-box .card-box[data-v-36056f0d]{width:100%;height:7.0133rem;background:#19242E}.welfare-box .card-box .card[data-v-36056f0d]{width:9.1467rem;height:7.6533rem;margin:auto;position:relative}.welfare-box .card-box .card .card-item[data-v-36056f0d]{width:100%;height:100%;position:absolute;background-color:#fff;bottom:2.5067rem;box-shadow:0 .0533rem 1.1733rem #c8c9cc54}.welfare-box .card-box .card .card-item[data-v-36056f0d] .subtitle{padding:.64rem 0}.welfare-box .card-box .card .card-item .card-title[data-v-36056f0d]{width:7.8667rem;height:2.6667rem;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin:auto;text-align:center;margin-bottom:.6667rem}.welfare-box .card-box .card .card-item .card-button[data-v-36056f0d]{width:4.2667rem;height:1.12rem;background:#EC0117;border-radius:.0533rem;border:.0267rem solid #EC0117;font-size:.3733rem;font-weight:400;color:#fff;line-height:1.12rem;text-align:center;margin:auto}.welfare-box .card-box .card .card-item .hint[data-v-36056f0d]{width:4rem;height:1.0667rem;position:fixed;top:30%;left:50%;margin-left:-2rem;background-color:#000;opacity:.7;color:#fff;text-align:center;font-size:.4267rem;line-height:1.0667rem}}.content[data-v-da68f76a]{display:flex;flex-direction:column}.content h1[data-v-da68f76a]{font-weight:600;color:#1a1a1b}.content p[data-v-da68f76a]{font-weight:400;color:#646566;line-height:26px}.content span[data-v-da68f76a]{font-weight:400;color:#646566;flex:1;display:flex;align-items:flex-end}@media screen and (min-width: 1420.5px){.news-list-wrapper[data-v-da68f76a]{padding-top:40px}.card-wrapper[data-v-da68f76a]{width:1360px;padding:40px;cursor:pointer;margin:0 auto 20px}.card-wrapper[data-v-da68f76a]:hover{background:#F5F6F7}.card-wrapper:hover h1[data-v-da68f76a]{color:#ec0117}.fullImage[data-v-da68f76a]{width:424px;height:254px;text-align:center}.fullImage img[data-v-da68f76a]{width:424px;height:254px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.content[data-v-da68f76a]{flex:1;margin-left:32px;padding:16px 0}.content h1[data-v-da68f76a]{font-size:26px;margin-bottom:24px}.content .p[data-v-da68f76a]{width:90%;font-size:18px;font-weight:400;color:#646566;line-height:34px}.content span[data-v-da68f76a]{font-size:16px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.news-list-wrapper[data-v-da68f76a]{padding-top:.97rem}.card-wrapper[data-v-da68f76a]{padding:.39rem;width:10.55rem;cursor:pointer;margin:0 auto;margin-bottom:.2rem}.card-wrapper[data-v-da68f76a]:hover{background:#F5F6F7}.card-wrapper:hover h1[data-v-da68f76a]{color:#ec0117}.fullImage[data-v-da68f76a]{width:4.14rem;height:2.48rem;text-align:center}.fullImage img[data-v-da68f76a]{width:4.14rem;height:2.48rem;border-radius:.04rem;-o-object-fit:cover;object-fit:cover}.content[data-v-da68f76a]{margin-left:.31rem;padding:.16rem 0}.content h1[data-v-da68f76a]{font-size:.25rem;margin-bottom:.23rem}.content .p[data-v-da68f76a]{width:100%;font-size:.1758rem;font-weight:400;color:#646566;line-height:.293rem}.content span[data-v-da68f76a]{font-size:.16rem}}@media screen and (max-width: 1179.5px){.card-wrapper[data-v-da68f76a]{padding:.88rem 0;cursor:pointer;border-bottom:1px solid #F5F6F7;margin:0 .43rem}.fullImage[data-v-da68f76a]{order:2;width:4.14rem;height:2.48rem;text-align:center}.fullImage img[data-v-da68f76a]{width:4.14rem;height:2.48rem;border-radius:.04rem;-o-object-fit:cover;object-fit:cover}.content[data-v-da68f76a]{order:1;width:5.09rem;margin-right:.43rem}.content h1[data-v-da68f76a]{font-size:.37rem}.content span[data-v-da68f76a]{font-size:.32rem}}.flex-layout-justifys[data-v-da68f76a]{display:flex}@media screen and (min-width: 1420.5px){.sorter[data-v-52791778]{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.sorter .page-info[data-v-52791778]{font-size:14px;font-weight:400;color:#323233}.sorter .page-list[data-v-52791778]{display:flex;flex-direction:row;align-items:center;margin-left:24px}.sorter .page-list .previous[data-v-52791778]{margin-right:4px;width:32px;height:32px;background:#FFFFFF;border-radius:2px;border:1px solid #DCDEE0;cursor:pointer;position:relative}.sorter .page-list .previous img[data-v-52791778]{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .previousDisabled[data-v-52791778]{margin-right:4px;width:32px;height:32px;background:#FFFFFF;border-radius:2px;border:1px solid #EBEDF0;position:relative}.sorter .page-list .previousDisabled img[data-v-52791778]{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .page-block[data-v-52791778]{width:32px;height:32px;background-color:#fff;border-radius:2px;border:1px solid #DCDEE0;text-align:center;line-height:32px;font-size:14px;font-weight:600;color:#323233;margin-right:4px;cursor:pointer}.sorter .page-list .selected[data-v-52791778]{width:32px;height:32px;background:#EC0117;border-radius:2px;font-size:14px;font-weight:600;color:#fff;text-align:center;line-height:32px;margin-right:4px;cursor:pointer}.sorter .page-list .next[data-v-52791778]{width:32px;height:32px;background:#FFFFFF;border-radius:2px;border:1px solid #DCDEE0;cursor:pointer;position:relative}.sorter .page-list .next img[data-v-52791778]{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .nextDisabled[data-v-52791778]{width:32px;height:32px;background:#FFFFFF;border-radius:2px;border:1px solid #EBEDF0;position:relative}.sorter .page-list .nextDisabled img[data-v-52791778]{width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.sorter[data-v-52791778]{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.sorter .page-info[data-v-52791778]{font-size:.1367rem;font-weight:400;color:#323233}.sorter .page-list[data-v-52791778]{display:flex;flex-direction:row;align-items:center;margin-left:.2344rem}.sorter .page-list .previous[data-v-52791778]{margin-right:.0391rem;width:.3125rem;height:.3125rem;background:#FFFFFF;border-radius:.0195rem;border:1px solid #DCDEE0;cursor:pointer;position:relative}.sorter .page-list .previous img[data-v-52791778]{width:.1953rem;height:.1953rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .previousDisabled[data-v-52791778]{margin-right:.0391rem;width:.3125rem;height:.3125rem;background:#FFFFFF;border-radius:.0195rem;border:1px solid #EBEDF0;position:relative}.sorter .page-list .previousDisabled img[data-v-52791778]{width:.1953rem;height:.1953rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .page-block[data-v-52791778]{width:.3125rem;height:.3125rem;background-color:#fff;border-radius:.0195rem;border:1px solid #DCDEE0;text-align:center;line-height:.3125rem;font-size:.1367rem;font-weight:600;color:#323233;margin-right:.0391rem;cursor:pointer}.sorter .page-list .selected[data-v-52791778]{width:.3125rem;height:.3125rem;background:#EC0117;border-radius:.0195rem;font-size:.1367rem;font-weight:600;color:#fff;text-align:center;line-height:.3125rem;margin-right:.0391rem}.sorter .page-list .next[data-v-52791778]{width:.3125rem;height:.3125rem;background:#FFFFFF;border-radius:.0195rem;border:1px solid #DCDEE0;cursor:pointer;position:relative}.sorter .page-list .next img[data-v-52791778]{width:.1953rem;height:.1953rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sorter .page-list .nextDisabled[data-v-52791778]{width:.3125rem;height:.3125rem;background:#FFFFFF;border-radius:.0195rem;border:1px solid #EBEDF0;position:relative}.sorter .page-list .nextDisabled img[data-v-52791778]{width:.1953rem;height:.1953rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}}@media screen and (min-width: 1420.5px){[data-v-649edc64] .child-banner-bg-img{height:420px}.pagition-wra[data-v-649edc64]{margin:0 auto;padding:40px 0;width:1278px;display:flex;justify-content:flex-end}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){[data-v-649edc64] .child-banner-bg-img{height:4.1rem}.pagition-wra[data-v-649edc64]{padding:.39rem 0;width:9.7559rem;margin:0 auto;display:flex;justify-content:flex-end}}@media screen and (max-width: 1179.5px){[data-v-649edc64] .child-banner-bg-img{height:8.53rem}.pagition-wra[data-v-649edc64]{display:flex;justify-content:center;padding:1.09rem 0 1.6rem}.more-btn[data-v-649edc64]{width:4.27rem;height:1.17rem;line-height:1.17rem;border:.03rem solid #EC0117;font-size:.37rem;font-weight:400;color:#ec0117;text-align:center;background:url(../images/brandNews/video/down.png) no-repeat 75% 50%/.43rem .43rem}.no-more[data-v-649edc64]{display:flex;flex-direction:row;align-items:center;justify-content:center}.no-more .line[data-v-649edc64]{width:1.7867rem;height:.0267rem;background-color:#dcdee0}.no-more p[data-v-649edc64]{font-size:.32rem;font-weight:400;color:#969799}}@media screen and (min-width: 1420.5px){.newBox[data-v-94f77262]{width:1280px;margin:0 auto;display:flex;justify-content:space-between}.newBox .news[data-v-94f77262]{width:780px;padding-bottom:100px}.newBox .news .divCor[data-v-94f77262]{font-size:16px;font-weight:400;color:#969799;line-height:24px;margin:0 3px}.newBox .news .heading[data-v-94f77262]{display:flex;margin:24px 0}.newBox .news .heading .cor[data-v-94f77262]{color:#1a1a1b!important}.newBox .news .title[data-v-94f77262]{font-size:36px;font-weight:600;color:#1a1a1b;line-height:46px}.newBox .news .time[data-v-94f77262]{margin:17px 0}.newBox .news[data-v-94f77262] .textHtml img{width:100%}.newBox .news[data-v-94f77262] .textHtml p{font-size:16px}.newBox[data-v-94f77262] .Sidebar{width:420px;background:#F5F6F7;border-radius:4px;margin-bottom:100px;margin-top:186px;max-height:1278px}.newBox[data-v-94f77262] .Sidebar .subtitle{margin:32px 0 73px 32px;align-items:baseline}.newBox[data-v-94f77262] .Sidebar .subtitle p{font-size:26px;font-weight:600;color:#323233;line-height:30px}.newBox[data-v-94f77262] .Sidebar .subtitle .underline{width:60px;height:4px}.newBox[data-v-94f77262] .Sidebar .cont{width:356px;margin:0 auto 40px;cursor:pointer}.newBox[data-v-94f77262] .Sidebar .cont .image{width:356px;height:213px;-o-object-fit:cover;object-fit:cover}.newBox[data-v-94f77262] .Sidebar .cont .version{width:356px;font-size:22px;font-weight:600;margin:24px 0 16px;color:#1a1a1b}.newBox[data-v-94f77262] .Sidebar .cont .txt{font-size:16px;font-weight:600;color:#969799;line-height:24px}}@media screen and (min-width: 1420.5px) and (max-width: 1441px){.newBox[data-v-94f77262]{width:1380px}.newBox .news[data-v-94f77262]{margin-left:120px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.newBox[data-v-94f77262]{width:9.7656rem;margin:0 auto;display:flex;justify-content:space-between}.newBox .news[data-v-94f77262]{width:5.957rem;padding-bottom:.7813rem}.newBox .news .divCor[data-v-94f77262]{font-size:.1563rem;font-weight:400;color:#969799;line-height:.2344rem;margin:0 .0293rem}.newBox .news .heading[data-v-94f77262]{display:flex;margin:.2344rem 0}.newBox .news .heading .cor[data-v-94f77262]{color:#1a1a1b!important}.newBox .news .title[data-v-94f77262]{font-size:.3516rem;font-weight:600;color:#1a1a1b;line-height:46px}.newBox .news .time[data-v-94f77262]{margin:.166rem 0}.newBox .news[data-v-94f77262] .textHtml img{width:100%}.newBox .news[data-v-94f77262] .textHtml p{font-size:16px}.newBox[data-v-94f77262] .Sidebar{width:3.0273rem;background:#F5F6F7;border-radius:.0391rem;max-height:9.9023rem;margin-bottom:.7813rem;margin-top:1.8164rem}.newBox[data-v-94f77262] .Sidebar .subtitle{margin:.2344rem 0 .5566rem .2344rem;align-items:baseline}.newBox[data-v-94f77262] .Sidebar .subtitle p{font-size:.2148rem;font-weight:600;color:#323233;line-height:.293rem}.newBox[data-v-94f77262] .Sidebar .subtitle .underline{width:.5859rem;height:.0391rem}.newBox[data-v-94f77262] .Sidebar .cont{width:2.5586rem;margin:0 auto .3125rem;cursor:pointer}.newBox[data-v-94f77262] .Sidebar .cont .image{width:2.5684rem;height:1.5332rem;-o-object-fit:cover;object-fit:cover}.newBox[data-v-94f77262] .Sidebar .cont .version{font-size:.1758rem;font-weight:600;margin:.1563rem 0;color:#1a1a1b}.newBox[data-v-94f77262] .Sidebar .cont .txt{font-size:.1563rem;font-weight:600;color:#969799;line-height:.2344rem}}@media screen and (max-width: 1179.5px){.newBox .news[data-v-94f77262]{width:9.12rem;margin:0 auto;position:relative}.newBox .news .divCor[data-v-94f77262]{font-size:.32rem;font-weight:400;color:#969799;line-height:.48rem}.newBox .news .heading[data-v-94f77262]{display:none}.newBox .news .title[data-v-94f77262]{font-size:.4267rem;font-weight:600;color:#1a1a1b;margin:.64rem auto .32rem;line-height:.64rem}.newBox .news .time[data-v-94f77262]{margin:.32rem 0 .5867rem}.newBox .news[data-v-94f77262] .textHtml img{width:100%}.newBox[data-v-94f77262] .Sidebar{width:9.12rem;margin:.64rem auto 0}.newBox[data-v-94f77262] .Sidebar .subtitle{margin-bottom:.4267rem;align-items:baseline}.newBox[data-v-94f77262] .Sidebar .subtitle p{font-size:.3733rem;font-weight:600;color:#1a1a1b;line-height:.5333rem}.newBox[data-v-94f77262] .Sidebar .subtitle .underline{display:none}.newBox[data-v-94f77262] .Sidebar .cont{width:9.12rem;margin:0 auto .3125rem}.newBox[data-v-94f77262] .Sidebar .cont .image{display:none}.newBox[data-v-94f77262] .Sidebar .cont .version{font-size:.3733rem;font-weight:600;color:#3171f4;line-height:.5333rem;margin-bottom:.4267rem}.newBox[data-v-94f77262] .Sidebar .cont .txt{display:none}}@media screen and (min-width: 1420.5px){.video-outside-box[data-v-2d6880d3]{padding-bottom:38px}.video-outside-box .video-card[data-v-2d6880d3]{width:410px;height:392px;background-color:#fff;border-radius:4px;cursor:pointer;transition:all .2s linear;box-sizing:border-box}.video-outside-box .video-card .video-play[data-v-2d6880d3]{width:100%;height:233px;position:relative}.video-outside-box .video-card .video-play .play-btn[data-v-2d6880d3]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:66px;height:66px;z-index:100}.video-outside-box .video-card .video-play .video-ct[data-v-2d6880d3]{width:100%;height:100%}.video-outside-box .video-card .video-play .video-ct .poster[data-v-2d6880d3]{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center}.video-outside-box .video-card .video-desc[data-v-2d6880d3]{padding:32px 32px 0}.video-outside-box .video-card .video-desc .title[data-v-2d6880d3]{font-size:22px;font-weight:600;color:#323233;margin-bottom:12px}.video-outside-box .video-card .video-desc .desc[data-v-2d6880d3]{font-size:16px;font-weight:400;color:#646566;line-height:24px}.video-outside-box .video-card[data-v-2d6880d3]:hover{transform:translateY(-16px);border-bottom:6px solid #EC0117}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.video-outside-box[data-v-2d6880d3]{padding-bottom:.3711rem}.video-outside-box .video-card[data-v-2d6880d3]{width:3.0957rem;height:3.4766rem;background-color:#fff;border-radius:.0391rem;cursor:pointer;transition:all .2s linear;box-sizing:border-box}.video-outside-box .video-card .video-play[data-v-2d6880d3]{position:relative;width:100%;height:1.7383rem}.video-outside-box .video-card .video-play .play-btn[data-v-2d6880d3]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.6445rem;height:.6445rem;z-index:100}.video-outside-box .video-card .video-play .video-ct[data-v-2d6880d3]{width:100%;height:1.7383rem}.video-outside-box .video-card .video-play .video-ct .poster[data-v-2d6880d3]{width:100%;height:1.7383rem;background-position:center;background-size:cover;background-repeat:no-repeat}.video-outside-box .video-card .video-play[data-v-2d6880d3]:before{position:absolute;bottom:0;left:0;right:0;height:.4492rem;width:100%;background:linear-gradient(180deg,rgba(56,56,59,0) 0%,#1A1A1B 100%);content:""}.video-outside-box .video-card .video-desc[data-v-2d6880d3]{padding:.3125rem .3125rem 0}.video-outside-box .video-card .video-desc .title[data-v-2d6880d3]{font-size:.2148rem;font-weight:600;color:#323233;margin-bottom:.1172rem}.video-outside-box .video-card .video-desc .desc[data-v-2d6880d3]{font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem}.video-outside-box .video-card[data-v-2d6880d3]:hover{transform:translateY(-.1563rem);border-bottom:.0586rem solid #EC0117}}@media screen and (max-width: 1179.5px){.video-outside-box[data-v-2d6880d3]{padding-bottom:.64rem}.video-outside-box .video-card[data-v-2d6880d3]{width:9.1467rem;height:7.8667rem;background-color:#fff;border-radius:.0533rem .0533rem 0 0;cursor:pointer;box-sizing:border-box}.video-outside-box .video-card .video-play[data-v-2d6880d3]{position:relative;width:100%;height:5.2rem}.video-outside-box .video-card .video-play .play-btn[data-v-2d6880d3]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.4933rem;height:1.4933rem;z-index:100}.video-outside-box .video-card .video-play .video-ct[data-v-2d6880d3]{width:100%;height:100%;position:relative}.video-outside-box .video-card .video-play .video-ct .mobile-poster[data-v-2d6880d3]{width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;position:absolute;top:0;left:0;right:0;bottom:0}.video-outside-box .video-card .video-play .video-ct .video-dom[data-v-2d6880d3]{width:100%;height:100%}.video-outside-box .video-card .video-desc[data-v-2d6880d3]{padding:.64rem .4267rem 0}.video-outside-box .video-card .video-desc .title[data-v-2d6880d3]{font-size:.4267rem;font-weight:600;color:#1a1a1b;margin-bottom:.2133rem}.video-outside-box .video-card .video-desc .desc[data-v-2d6880d3]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}}@media screen and (min-width: 1420.5px){.video[data-v-346f1820]{background:#F5F6F7;position:relative;padding-bottom:120px}.video[data-v-346f1820] .child-banner-bg-img{height:420px}.video[data-v-346f1820] .child-banner-bg-img .text-container .text-content .p{margin-bottom:0}.video .case-nav .tab-list[data-v-346f1820]{display:flex;flex-direction:row;align-items:center;padding:24px 0;width:1280px;margin:0 auto}.video .case-nav .tab-list .tab[data-v-346f1820]{position:relative;cursor:pointer}.video .case-nav .tab-list .tab .tab-name[data-v-346f1820]{margin-bottom:8px;font-size:16px;font-weight:400;color:#323233}.video .case-nav .tab-list .tab[data-v-346f1820]:nth-child(1){margin-right:68px}.video .case-nav .tab-list .selected .tab-name[data-v-346f1820]{font-weight:600;color:#ec0117}.video .case-nav .tab-list .selected[data-v-346f1820]:before{position:absolute;bottom:0;left:50%;width:40px;height:3px;content:"";background:#EC0117;transform:skew(-45deg) translate(-50%)}.video .head-video .head-video-bg[data-v-346f1820]{width:1280px;height:640px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin:0 auto 40px}.video .head-video .head-video-bg .play[data-v-346f1820]{width:80px;height:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.video .head-video .head-video-bg .play .play-icon[data-v-346f1820]{width:24px;height:28px}.video .head-video .head-video-bg[data-v-346f1820]:before{background:#1A1A1B;opacity:.4;content:"";position:absolute;top:0;right:0;left:0;bottom:0}.video .head-video-content[data-v-346f1820]{width:-moz-fit-content;width:fit-content;margin:0 auto 40px}.video .head-video-content video[data-v-346f1820]{width:846px;height:476px;background:#1A1A1B}.video .row[data-v-346f1820]{display:flex;flex-direction:row;flex-wrap:wrap;width:1278px;margin:0 auto}.video .row .video-card[data-v-346f1820]{margin-right:24px}.video .row .video-card[data-v-346f1820]:nth-child(3n){margin-right:0}.video .video-play-bg[data-v-346f1820]{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:998}.video .video-play-bg .video-play-div[data-v-346f1820]{display:flex;flex-direction:row;align-items:flex-start}.video .video-play-bg .video-play-div .video-content[data-v-346f1820]{width:800px;height:452px;position:relative;background-color:#000}.video .video-play-bg .video-play-div .close-box[data-v-346f1820]{width:60px;height:60px;background-color:#fff;position:relative;cursor:pointer}.video .video-play-bg .video-play-div .close-box .close[data-v-346f1820]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px}.video .video-play-bg[data-v-346f1820]:before{background:#000000;opacity:.6;content:"";position:absolute;top:0;left:0;right:0;bottom:0}.video .paging[data-v-346f1820]{width:1278px;margin:0 auto;display:flex;flex-direction:row;justify-content:flex-end}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.video[data-v-346f1820]{background:#F5F6F7;position:relative;padding-bottom:1.1719rem}.video[data-v-346f1820] .child-banner-bg-img{height:4.1016rem}.video[data-v-346f1820] .child-banner-bg-img .text-container .text-content .p{margin-bottom:0}.video .case-nav .tab-list[data-v-346f1820]{display:flex;flex-direction:row;padding:.2344rem 0;width:9.7656rem;margin:0 auto}.video .case-nav .tab-list .tab[data-v-346f1820]{position:relative;cursor:pointer}.video .case-nav .tab-list .tab .tab-name[data-v-346f1820]{margin-bottom:.0781rem;font-size:.1563rem;font-weight:400;color:#323233}.video .case-nav .tab-list .tab[data-v-346f1820]:nth-child(1){margin-right:.6641rem}.video .case-nav .tab-list .selected .tab-name[data-v-346f1820]{font-weight:600;color:#ec0117}.video .case-nav .tab-list .selected[data-v-346f1820]:before{position:absolute;bottom:0;left:50%;width:.3906rem;height:.0293rem;content:"";background:#EC0117;transform:skew(-45deg) translate(-50%)}.video .head-video .head-video-bg[data-v-346f1820]{width:9.7656rem;height:4.5801rem;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative;margin:0 auto .3906rem}.video .head-video .head-video-bg .play[data-v-346f1820]{width:.7813rem;height:.7813rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}.video .head-video .head-video-bg .play .play-icon[data-v-346f1820]{width:.2344rem;height:.2734rem}.video .head-video .head-video-bg[data-v-346f1820]:before{background:#1A1A1B;opacity:.4;content:"";position:absolute;top:0;right:0;left:0;bottom:0}.video .head-video-content[data-v-346f1820]{width:-moz-fit-content;width:fit-content;margin:0 auto .3906rem}.video .head-video-content video[data-v-346f1820]{width:7.2461rem;height:4.082rem;background:#1A1A1B}.video .row[data-v-346f1820]{display:flex;flex-direction:row;flex-wrap:wrap;width:9.7656rem;margin:0 auto}.video .row .video-card[data-v-346f1820]{margin-right:.2344rem}.video .row .video-card[data-v-346f1820]:nth-child(3n){margin-right:0}.video .video-play-bg[data-v-346f1820]{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:row;align-items:center;justify-content:center;z-index:999}.video .video-play-bg .video-play-div[data-v-346f1820]{display:flex;flex-direction:row;align-items:flex-start}.video .video-play-bg .video-play-div .video-content[data-v-346f1820]{width:7.2461rem;height:4.082rem;position:relative;background-color:#000}.video .video-play-bg .video-play-div .close-box[data-v-346f1820]{width:.5469rem;height:.5469rem;background-color:#fff;position:relative;cursor:pointer}.video .video-play-bg .video-play-div .close-box .close[data-v-346f1820]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.3125rem;height:.3125rem}.video .video-play-bg[data-v-346f1820]:before{background:#000000;opacity:.6;content:"";position:absolute;top:0;left:0;right:0;bottom:0}.video .paging[data-v-346f1820]{width:9.7559rem;margin:0 auto;display:flex;flex-direction:row;justify-content:flex-end}}@media screen and (max-width: 1179.5px){.video[data-v-346f1820]{background:#F5F6F7;position:relative;padding-bottom:1.6rem}.video[data-v-346f1820] .child-banner-bg-img{height:10rem}.video[data-v-346f1820] .child-banner-bg-img .text-container .text-content .p{margin-bottom:0}.video .case-nav .tab-list[data-v-346f1820]{display:flex;flex-direction:row;width:100%;margin-bottom:.64rem;background-color:#fff}.video .case-nav .tab-list .tab[data-v-346f1820]{position:relative;cursor:pointer;padding:.4267rem 0 .2133rem;width:50%;text-align:center}.video .case-nav .tab-list .tab .tab-name[data-v-346f1820]{margin-bottom:.16rem;font-size:.4267rem;font-weight:400;color:#969799}.video .case-nav .tab-list .selected[data-v-346f1820]{background-color:transparent}.video .case-nav .tab-list .selected .tab-name[data-v-346f1820]{font-weight:600;color:#1a1a1b}.video .case-nav .tab-list .selected[data-v-346f1820]:before{position:absolute;bottom:0;left:50%;width:1.3333rem;height:.0533rem;content:"";background:#EC0117;transform:skew(-45deg) translate(-50%)}.video .column[data-v-346f1820]{display:flex;flex-direction:column;width:9.1467rem;margin:0 auto}.video .show-more-button[data-v-346f1820]{width:4.2667rem;height:1.1733rem;border:.0267rem solid #EC0117;display:flex;flex-direction:row;align-items:center;justify-content:center;margin:0 auto}.video .show-more-button .show-more-text[data-v-346f1820]{font-size:.3733rem;color:#ec0117;font-weight:400}.video .show-more-button .show-more-icon[data-v-346f1820]{width:.4267rem;height:.4267rem;margin-left:.1067rem}.video .no-more[data-v-346f1820]{display:flex;flex-direction:row;align-items:center;justify-content:center}.video .no-more .line[data-v-346f1820]{width:1.7867rem;height:.0267rem;background-color:#dcdee0}.video .no-more p[data-v-346f1820]{font-size:.32rem;font-weight:400;color:#969799}}@media screen and (min-width: 1420.5px){.customer-case[data-v-34f15044]{background:#f5f6f7;width:100%;padding:100px 0}.customer-case>div[data-v-34f15044]{max-width:1440px;min-width:1440px;margin:auto}.customer-case>div .customer-case-title[data-v-34f15044]{margin-bottom:55px}.customer-case>div .customer-case-title h3[data-v-34f15044]{font-size:36px;font-weight:600;text-align:center;margin-bottom:8px}.customer-case>div .customer-case-title .line[data-v-34f15044]{width:80px;height:4px;background:#ec0117;transform:skew(-45deg);margin:auto}.customer-case>div .swiper-box .swiper-list[data-v-34f15044]{display:flex;justify-content:center;align-items:center;padding-bottom:32px;position:relative}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-wrapper{height:527px;width:1280px}.customer-case>div .swiper-box .swiper-list .card[data-v-34f15044]{width:1280px;height:480px;box-sizing:border-box;background-color:#f5f6f7;display:flex;box-shadow:0 2px 24px #22242d1a}.customer-case>div .swiper-box .swiper-list .card img[data-v-34f15044]{width:640px}.customer-case>div .swiper-box .swiper-list .card .card-content[data-v-34f15044]{padding:75px 40px 0;width:640px;background-color:#fff}.customer-case>div .swiper-box .swiper-list .card .card-content img[data-v-34f15044]{height:44px;width:unset;margin-bottom:24px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo0[data-v-34f15044]{width:111px;height:35px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo1[data-v-34f15044]{width:119px;height:35px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo2[data-v-34f15044]{width:120px;height:26px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo3[data-v-34f15044]{width:138px;height:50px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo4[data-v-34f15044]{width:68px;height:47px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo5[data-v-34f15044]{width:135px;height:49px}.customer-case>div .swiper-box .swiper-list .card .card-content .logo6[data-v-34f15044]{width:142px;height:45px}.customer-case>div .swiper-box .swiper-list .card .card-content h3[data-v-34f15044]{font-size:26px;font-weight:600;color:#1a1a1b}.customer-case>div .swiper-box .swiper-list .card .card-content .card-line[data-v-34f15044]{width:62px;height:3px;background:#ec0117;transform:skew(-45deg);margin:12px 0 39px}.customer-case>div .swiper-box .swiper-list .card .card-content .content[data-v-34f15044]{font-size:16px;color:#646566}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination{position:absolute;width:-moz-fit-content;width:fit-content;cursor:pointer;bottom:0;left:50%;transform:translate(-50%);z-index:9999;min-width:450px}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet{background:#e9edf2;display:inline-block;margin-right:20px;transform:skew(-45deg);width:57px;height:8px}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ec0117}.customer-case>div .swiper-box .swiper-list[data-v-34f15044]:before{content:"";background-color:#f5f6f7;position:absolute;bottom:0px;height:32px;min-height:32px;width:100%;z-index:9999}.customer[data-v-34f15044] .child-banner-bg-img{height:420px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.customer-case[data-v-34f15044]{background:#F5F6F7;width:100%;padding:.9766rem 0 1.1914rem}.customer-case>div[data-v-34f15044]{max-width:11.5234rem;min-width:11.5234rem;margin:auto}.customer-case>div .customer-case-title[data-v-34f15044]{margin-bottom:.1465rem}.customer-case>div .customer-case-title h3[data-v-34f15044]{font-size:.3516rem;font-weight:600;text-align:center;margin-bottom:.0781rem}.customer-case>div .customer-case-title .line[data-v-34f15044]{width:.7813rem;height:.0391rem;background:#EC0117;transform:skew(-45deg);margin:auto}.customer-case>div .swiper-box[data-v-34f15044]{padding:0 .5273rem}.customer-case>div .swiper-box .swiper-list[data-v-34f15044]{display:flex;align-items:center;justify-content:center;padding-bottom:.2344rem;position:relative}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-wrapper{height:5.1465rem;width:100%}.customer-case>div .swiper-box .swiper-list .card[data-v-34f15044]{width:100%;height:4.6875rem;box-sizing:border-box;background-color:#f5f6f7;display:flex;box-shadow:0 .0195rem .2344rem #22242d1a}.customer-case>div .swiper-box .swiper-list .card .card-img[data-v-34f15044]{width:5.2344rem}.customer-case>div .swiper-box .swiper-list .card .card-content[data-v-34f15044]{padding:.5762rem .459rem 0;width:5.2344rem;background-color:#fff}.customer-case>div .swiper-box .swiper-list .card .card-content img[data-v-34f15044]{width:unset;height:.4297rem;margin-bottom:.2344rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo0[data-v-34f15044]{width:1.084rem;height:.3418rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo1[data-v-34f15044]{width:1.1621rem;height:.3418rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo2[data-v-34f15044]{width:1.1719rem;height:.2539rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo3[data-v-34f15044]{width:1.3477rem;height:.4883rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo4[data-v-34f15044]{width:.6641rem;height:.459rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo5[data-v-34f15044]{width:1.3184rem;height:.4102rem}.customer-case>div .swiper-box .swiper-list .card .card-content .logo6[data-v-34f15044]{width:1.3867rem;height:.4395rem}.customer-case>div .swiper-box .swiper-list .card .card-content h3[data-v-34f15044]{font-size:.2539rem;font-weight:600;color:#1a1a1b}.customer-case>div .swiper-box .swiper-list .card .card-content .card-line[data-v-34f15044]{width:.6055rem;height:.0293rem;background:#EC0117;transform:skew(-45deg);margin:.1172rem 0 .3613rem}.customer-case>div .swiper-box .swiper-list .card .card-content .content[data-v-34f15044]{font-size:.1563rem;color:#646566}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination{position:absolute;width:-moz-fit-content;width:fit-content;cursor:pointer;bottom:0;left:50%;transform:translate(-50%);z-index:9999;min-width:5.3945rem}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet{background:#E9EDF2;display:inline-block;margin-right:.1953rem;transform:skew(-45deg);width:.5566rem;height:.0781rem}.customer-case>div .swiper-box .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#EC0117}.customer-case>div .swiper-box .swiper-list[data-v-34f15044]:before{content:"";background-color:#f5f6f7;position:absolute;bottom:-3px;height:.3125rem;min-height:.3125rem;width:100%;z-index:9999}.customer[data-v-34f15044] .child-banner-bg-img{height:4.1016rem}}@media screen and (max-width: 1179.5px){.customer-case[data-v-34f15044]{background:#FBFBFC;width:100%;padding:1.0667rem 0 2.1333rem;overflow:hidden}.customer-case>div[data-v-34f15044]{margin:auto}.customer-case>div .customer-case-title[data-v-34f15044]{margin-bottom:.8rem}.customer-case>div .customer-case-title h3[data-v-34f15044]{font-size:.5333rem;font-weight:600;text-align:center;margin-bottom:.1067rem}.customer-case>div .customer-case-title .line[data-v-34f15044]{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin:auto}.customer-case>div .swiper-list[data-v-34f15044]{display:flex;flex-direction:row;align-items:center;overflow:unset}.customer-case>div .swiper-list .card[data-v-34f15044]{width:8.2133rem;height:13.0933rem;box-sizing:border-box;background:#fff;box-shadow:0 .0533rem .3733rem #c8c9cc33;border-radius:.0533rem}.customer-case>div .swiper-list .card .card-img[data-v-34f15044]{width:100%;height:0;padding-bottom:4.8533rem;overflow:hidden;background-position:center center;background-repeat:no-repeat;background-size:cover}.customer-case>div .swiper-list .card .card-content[data-v-34f15044]{box-sizing:border-box;padding:.8533rem .4267rem;width:100%}.customer-case>div .swiper-list .card .card-content img[data-v-34f15044]{height:.7467rem;margin-bottom:.32rem}.customer-case>div .swiper-list .card .card-content .logo0[data-v-34f15044]{width:2.2133rem;height:.6933rem}.customer-case>div .swiper-list .card .card-content .logo1[data-v-34f15044]{width:2rem;height:.5867rem}.customer-case>div .swiper-list .card .card-content .logo2[data-v-34f15044]{width:2.8267rem;height:.6133rem}.customer-case>div .swiper-list .card .card-content .logo3[data-v-34f15044]{width:2.4533rem;height:.9067rem}.customer-case>div .swiper-list .card .card-content .logo4[data-v-34f15044]{width:1.2267rem;height:.8267rem}.customer-case>div .swiper-list .card .card-content .logo5[data-v-34f15044]{width:2.0533rem;height:.56rem}.customer-case>div .swiper-list .card .card-content .logo6[data-v-34f15044]{width:2.5067rem;height:.8rem}.customer-case>div .swiper-list .card .card-content h3[data-v-34f15044]{font-size:.4267rem;font-weight:600;color:#1a1a1b}.customer-case>div .swiper-list .card .card-content .card-line[data-v-34f15044]{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin:.1867rem 0 .5333rem}.customer-case>div .swiper-list .card .card-content .content[data-v-34f15044]{font-size:.32rem;line-height:.48rem;color:#646566;max-height:4.0533rem;overflow:hidden;overflow-y:scroll}.customer-case>div .swiper-list .card .card-content .content[data-v-34f15044]::-webkit-scrollbar{width:0}.customer-case>div .swiper-list[data-v-34f15044] .swiper-pagination{position:absolute;bottom:-.64rem;left:50%;transform:translate(-50%);height:.16rem;width:100%;text-align:center;cursor:pointer}.customer-case>div .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet{display:inline-block;width:.9333rem;height:.1067rem;margin-right:.2133rem;transform:skew(-45deg);background:#E9EDF2}.customer-case>div .swiper-list[data-v-34f15044] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#EC0117}}@media screen and (min-width: 1420.5px){.more-case[data-v-270f6072]{padding:80px 0;max-width:1278px;min-width:1278px;margin:auto}.more-case .more-case-title[data-v-270f6072]{margin-bottom:100px}.more-case .more-case-title h3[data-v-270f6072]{font-size:36px;font-weight:600;text-align:center;margin-bottom:8px}.more-case .more-case-title .line[data-v-270f6072]{width:80px;height:4px;background:#EC0117;transform:skew(-45deg);margin:auto}.more-case .more-case-logo .case-logo-table[data-v-270f6072]{display:flex;flex-wrap:wrap;margin-bottom:28px}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]{margin-right:12px}.more-case .more-case-logo .case-logo-table .case-logo-item img[data-v-270f6072]{width:246px;height:123px;margin-bottom:12px;vertical-align:middle}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]:nth-child(5n){margin-right:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.more-case[data-v-270f6072]{padding:1.5234rem 0 .7813rem;max-width:10.4883rem;min-width:10.4883rem;margin:auto}.more-case .more-case-title[data-v-270f6072]{margin-bottom:.9766rem}.more-case .more-case-title h3[data-v-270f6072]{font-size:.3516rem;font-weight:600;text-align:center;margin-bottom:.0781rem}.more-case .more-case-title .line[data-v-270f6072]{width:.7813rem;height:.0391rem;background:#EC0117;transform:skew(-45deg);margin:auto}.more-case .more-case-logo .case-logo-table[data-v-270f6072]{display:flex;flex-wrap:wrap;margin-bottom:.2734rem}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]{margin-right:.1172rem}.more-case .more-case-logo .case-logo-table .case-logo-item img[data-v-270f6072]{width:2.002rem;height:1.0059rem;margin-bottom:.1172rem;vertical-align:middle}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]:nth-child(5n){margin-right:0}.more-case .more-case-logo .sorter[data-v-270f6072]{margin-right:.3906rem}}@media screen and (max-width: 1179.5px){.more-case[data-v-270f6072]{padding:1.0667rem 0 1.6rem;max-width:9.1467rem;min-width:9.1467rem;margin:auto}.more-case .more-case-title[data-v-270f6072]{margin-bottom:.8rem}.more-case .more-case-title h3[data-v-270f6072]{font-size:.5333rem;font-weight:600;text-align:center;margin-bottom:.1067rem}.more-case .more-case-title .line[data-v-270f6072]{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);margin:auto}.more-case .more-case-logo .case-logo-table[data-v-270f6072]{display:flex;flex-wrap:wrap;margin-bottom:.4267rem}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]{margin-right:.2133rem}.more-case .more-case-logo .case-logo-table .case-logo-item img[data-v-270f6072]{width:2.9067rem;height:1.4933rem;margin-bottom:.2133rem;vertical-align:middle}.more-case .more-case-logo .case-logo-table .case-logo-item[data-v-270f6072]:nth-child(3n){margin-right:0}.more-case .more-case-logo .open-more[data-v-270f6072]{margin:auto;display:flex;align-items:center;justify-content:center;width:4.2667rem;height:1.1733rem;border:.0267rem solid #EC0117;font-size:.3733rem;color:#ec0117}.more-case .more-case-logo img[data-v-270f6072]{width:.4267rem;height:.4267rem;vertical-align:middle}.more-case .more-case-logo .no-more[data-v-270f6072]{display:flex;flex-direction:row;align-items:center;justify-content:center}.more-case .more-case-logo .no-more .line[data-v-270f6072]{width:1.7867rem;height:.0267rem;background-color:#dcdee0}.more-case .more-case-logo .no-more p[data-v-270f6072]{font-size:.32rem;font-weight:400;color:#969799}}@media screen and (min-width: 767px) and (max-width: 1420.5px){.download-box[data-v-9cf49c30]{z-index:999;position:absolute;top:0;left:0;right:0}.head[data-v-9cf49c30]{width:6.8229rem;height:3.4036rem;margin:0 auto;background:url(../images/headbg.png);background-size:contain;background-repeat:no-repeat;background-position:50%;position:relative}.head .logo[data-v-9cf49c30]{width:1.3932rem;height:1.3932rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.title[data-v-9cf49c30]{font-size:.5729rem;font-weight:600;color:#333;text-align:center;margin-top:-.2083rem}.version-title[data-v-9cf49c30]{text-align:center;font-size:.2604rem;margin-top:.0651rem}.words[data-v-9cf49c30]{width:3.4635rem;height:.8333rem;margin:.3125rem auto 0;display:block}.download[data-v-9cf49c30]{width:3.2552rem;height:.9115rem;border:.026rem solid #c3161c;border-radius:.1302rem;margin:.3255rem auto;font-size:.5208rem;font-weight:400;line-height:.9115rem;color:#c3161c;text-align:center;background:#fff}.time[data-v-9cf49c30]{font-size:.2604rem;text-align:center}.bottom[data-v-9cf49c30]{height:calc(100vh / 3);background:url(../images/bottom.png);background-size:cover;padding:2.0833rem .3906rem 0;position:absolute;bottom:0;left:0;right:0}.bottom .text-content .text-item[data-v-9cf49c30]{margin-bottom:.1953rem;display:flex;flex-direction:row;align-items:flex-start}.bottom .text-content .text-item .circle[data-v-9cf49c30]{width:.2083rem;height:.2083rem;background:#ffffff;border-radius:50%;margin-top:.1042rem}.bottom .text-content .text-item .text-detail[data-v-9cf49c30]{margin-left:.2604rem}.bottom .text-content .text-item .text-detail .text-title[data-v-9cf49c30]{font-size:.3646rem;font-weight:600;color:#fff;margin-bottom:.0521rem}.bottom .text-content .text-item .text-detail .desc[data-v-9cf49c30]{font-size:.2083rem;font-weight:400;line-height:.2865rem;color:#fff}}@media screen and (max-width: 767px){.download-page .download-box[data-v-9cf49c30]{position:absolute;top:0;z-index:99}.head[data-v-9cf49c30]{width:6.4rem;height:5rem;background:url(../images/headbg.png);background-size:cover;margin-left:1.806667rem}.head .logo[data-v-9cf49c30]{width:2.3rem;height:2.3rem;margin:1.4133rem 2.1333rem 0}.title[data-v-9cf49c30]{font-size:.586667rem;font-weight:600;color:#333;text-align:center;margin-top:-.213333rem}.version-title[data-v-9cf49c30]{text-align:center;font-size:.4267rem}.words[data-v-9cf49c30]{width:3.546667rem;height:.853333rem;margin:.32rem auto 0;display:block}.download[data-v-9cf49c30]{width:3.333333rem;height:.933333rem;border:.026667rem solid #c3161c;border-radius:.133333rem;margin:.633333rem 3.333333rem;font-size:.533333rem;font-weight:400;line-height:.933333rem;color:#c3161c;text-align:center;background:#fff}.time[data-v-9cf49c30]{text-align:center;font-size:.3733rem;margin-top:-.4rem}.bottom[data-v-9cf49c30]{position:absolute;bottom:0;left:0;right:0;height:calc(100vh / 3);background:url(../images/bottom.png);background-size:cover;padding:2.586667rem .4rem 0}.bottom .text-content[data-v-9cf49c30]{list-style-type:none}.bottom .text-content .text-item[data-v-9cf49c30]{display:flex;flex-direction:row;align-items:flex-start;margin-bottom:.133333rem}.bottom .text-content .text-item .circle[data-v-9cf49c30]{width:.213333rem;height:.213333rem;background:#ffffff;border-radius:50%;margin-top:.0533rem}.bottom .text-content .text-item .text-detail[data-v-9cf49c30]{margin-left:.266667rem}.bottom .text-content .text-item .text-detail .text-title[data-v-9cf49c30]{font-size:.373333rem;font-weight:600;color:#fff;margin-bottom:.053333rem}.bottom .text-content .text-item .text-detail .desc[data-v-9cf49c30]{font-size:.213333rem;font-weight:400;line-height:.293333rem;color:#fff}}@media screen and (min-width: 1024px){.head[data-v-1bed3a14]{width:524px;height:415px;margin:46px 113px 0;background:url(../images/headbg.png);background-size:contain}.head .logo[data-v-1bed3a14]{width:208px;height:208px;margin:92px 142px 0}.title[data-v-1bed3a14]{width:750px;height:52px;font-size:44px;font-weight:600;line-height:52px;color:#333;text-align:center;margin-top:-16px}.words[data-v-1bed3a14]{width:266px;height:64px;margin:24px 242px 0}.download[data-v-1bed3a14]{width:250px;height:70px;border:2px solid #c3161c;border-radius:10px;margin:70px 250px 54px;font-size:40px;font-weight:400;line-height:56px;color:#c3161c;text-align:center}.bottom[data-v-1bed3a14]{width:750px;height:556px;background:url(../images/bottom.png);background-size:cover;padding-top:194px}.bottom .block[data-v-1bed3a14]{width:660px;height:auto;margin-left:45px}.bottom .block .circle[data-v-1bed3a14]{width:16px;height:16px;background:#ffffff;border-radius:50%;float:left;margin-top:12px}.bottom .block .label[data-v-1bed3a14]{width:130px;height:40px;font-size:28px;font-weight:600;line-height:40px;color:#fff;float:left;margin-left:20px}.bottom .block .content[data-v-1bed3a14]{width:624px;height:auto;font-size:16px;font-weight:400;line-height:22px;color:#fff;float:left;margin-left:36px;margin-top:4px;margin-bottom:10px}}@media screen and (max-width: 1024px){.download-page .download-box[data-v-1bed3a14]{position:absolute;top:0;z-index:99}.top[data-v-1bed3a14]{width:10rem}.head[data-v-1bed3a14]{width:6.4rem;height:5rem;background:url(../images/headbg.png);background-size:cover;margin-left:1.806667rem}.head .logo[data-v-1bed3a14]{width:2.3rem;height:2.3rem;margin:1.4133rem 2.1333rem 0;float:left}.title[data-v-1bed3a14]{width:10rem;height:.693333rem;font-size:.586667rem;font-weight:600;line-height:.693333rem;color:#333;text-align:center;margin-top:-.213333rem}.version-title[data-v-1bed3a14]{text-align:center;font-size:16px}.words[data-v-1bed3a14]{width:3.546667rem;height:.853333rem;margin:.32rem 3.226667rem 0}.download[data-v-1bed3a14]{width:3.333333rem;height:.933333rem;border:.026667rem solid #c3161c;border-radius:.133333rem;margin:.633333rem 3.333333rem;font-size:.533333rem;font-weight:400;line-height:.933333rem;color:#c3161c;text-align:center}.time[data-v-1bed3a14]{text-align:center;font-size:14px;margin-top:-.4rem}.bottom[data-v-1bed3a14]{position:absolute;bottom:0;width:10rem;height:7.413333rem;background:url(../images/bottom.png);background-size:cover;padding-top:2.586667rem}.bottom .block[data-v-1bed3a14]{width:8.8rem;height:auto;margin-left:.6rem}.bottom .block .circle[data-v-1bed3a14]{width:.213333rem;height:.213333rem;background:#ffffff;border-radius:50%;float:left;margin-top:.16rem}.bottom .block .label[data-v-1bed3a14]{width:1.733333rem;height:.533333rem;font-size:.373333rem;font-weight:600;line-height:.533333rem;color:#fff;float:left;margin-left:.266667rem}.bottom .block .content[data-v-1bed3a14]{width:8.32rem;height:auto;font-size:.213333rem;font-weight:400;line-height:.293333rem;color:#fff;float:left;margin-left:.48rem;margin-top:.053333rem;margin-bottom:.133333rem}}@media screen and (min-width: 1420.5px){.solution-box[data-v-6c109672]{width:100%;background-color:#f5f6f7}.solution-box .solution-top[data-v-6c109672]{width:100%;height:200px;display:flex;flex-direction:column;align-items:center}.solution-box .solution-top[data-v-6c109672] .subtitle{margin:100px 0 16px}.solution-box .solution-top .center-title[data-v-6c109672]{width:932px;height:26px;font-size:18px;text-align:center;font-weight:400;color:#323233;line-height:26px}.solution-box .solution-bottom[data-v-6c109672]{width:100%;display:flex;flex-direction:column;align-items:center}.solution-box .solution-bottom .nav[data-v-6c109672]{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:30px}.solution-box .solution-bottom .nav .nav-item[data-v-6c109672]{display:flex;flex-direction:column;align-items:center;width:228px;height:116px;position:relative}.solution-box .solution-bottom .nav .nav-item .icon[data-v-6c109672]{width:60px;height:60px;background-repeat:no-repeat;background-size:cover;animation-name:iconMoveReverse-6c109672;animation-duration:1s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:step-start;animation-fill-mode:forwards}@keyframes iconMove-6c109672{0%{background-position:0 0}3%{background-position:-60px 0}6%{background-position:-120px 0}9%{background-position:-180px 0}12%{background-position:-240px 0}15%{background-position:-300px 0}18%{background-position:-360px 0}21%{background-position:-420px 0}24%{background-position:-480px 0}27%{background-position:-540px 0}30%{background-position:-600px 0}33%{background-position:-660px 0}36%{background-position:-720px 0}39%{background-position:-780px 0}42%{background-position:-840px 0}45%{background-position:-900px 0}48%{background-position:-960px 0}51%{background-position:-1020px 0}54%{background-position:-1080px 0}57%{background-position:-1140px 0}60%{background-position:-1200px 0}63%{background-position:-1260px 0}66%{background-position:-1320px 0}69%{background-position:-1380px 0}72%{background-position:-1440px 0}75%{background-position:-1500px 0}78%{background-position:-1560px 0}81%{background-position:-1620px 0}84%{background-position:-1680px 0}to{background-position:-1740px 0}}@keyframes iconMoveReverse-6c109672{0%{background-position:-1740px 0}3%{background-position:-1680px 0}6%{background-position:-1620px 0}9%{background-position:-1560px 0}12%{background-position:-1500px 0}15%{background-position:-1440px 0}18%{background-position:-1380px 0}21%{background-position:-1320px 0}24%{background-position:-1260px 0}27%{background-position:-1200px 0}30%{background-position:-1140px 0}33%{background-position:-1080px 0}36%{background-position:-1020px 0}39%{background-position:-960px 0}42%{background-position:-900px 0}45%{background-position:-840px 0}48%{background-position:-780px 0}51%{background-position:-720px 0}54%{background-position:-660px 0}57%{background-position:-600px 0}60%{background-position:-540px 0}63%{background-position:-480px 0}66%{background-position:-420px 0}69%{background-position:-360px 0}72%{background-position:-300px 0}75%{background-position:-240px 0}78%{background-position:-180px 0}81%{background-position:-120px 0}84%{background-position:-60px 0}to{background-position:0 0}}.solution-box .solution-bottom .nav .nav-item .nav-title[data-v-6c109672]{font-size:16px;font-weight:400;color:#323233;line-height:24px;margin-top:10px}.solution-box .solution-bottom .nav .nav-item:hover .icon[data-v-6c109672]{animation-name:iconMove-6c109672;animation-duration:1s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:step-start;animation-fill-mode:forwards}.solution-box .solution-bottom .nav .nav-item:hover .nav-title[data-v-6c109672]{font-size:16px;font-weight:500;color:#ec0117}.solution-box .solution-bottom .nav .nav-item[data-v-6c109672]:after{content:"";width:0;height:3px;background:#EC0117;position:absolute;bottom:9px;left:50%;transform:translate(-50%);transition:all .8s}.solution-box .solution-bottom .nav .check-item .nav-title[data-v-6c109672]{font-size:16px;font-weight:500;color:#ec0117}.solution-box .solution-bottom .nav .check-item[data-v-6c109672]:after{width:160px}.solution-box .solution-bottom .tab-bottom[data-v-6c109672]{width:100%;height:400px;background:#EC0117;display:flex;flex-direction:row;align-items:center}.solution-box .solution-bottom .tab-bottom .img-left[data-v-6c109672]{width:50%;height:400px;-o-object-fit:cover;object-fit:cover}.solution-box .solution-bottom .tab-bottom .title-right[data-v-6c109672]{width:560px;display:flex;flex-direction:column;align-items:flex-start;margin-left:40px}.solution-box .solution-bottom .tab-bottom .title-right .big-titletop[data-v-6c109672]{font-size:22px;font-weight:600;color:#fff;line-height:30px}.solution-box .solution-bottom .tab-bottom .title-right .big-titlecenter[data-v-6c109672]{font-size:16px;font-weight:400;color:#fff;opacity:.8;line-height:28px;margin:24px 0}.solution-box .solution-bottom .tab-bottom .title-right .big-button[data-v-6c109672]{width:120px;height:40px;color:#ff0018;font-size:14px;background:#ffffff;border-radius:2px;border:none}.solution-box .solution-bottom .tab-bottom .title-right .big-buttons[data-v-6c109672]{width:120px;height:40px;color:#ff0018;font-size:14px;background:#ffffff;border-radius:2px;border:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.solution-box[data-v-6c109672]{width:100%;background-color:#f5f6f7}.solution-box .solution-top[data-v-6c109672]{width:100%;height:2.1094rem;display:flex;flex-direction:column;align-items:center}.solution-box .solution-top[data-v-6c109672] .subtitle{margin:.9766rem 0 .3125rem}.solution-box .solution-top .center-title[data-v-6c109672]{width:9.1016rem;height:.2539rem;font-size:.1758rem;text-align:center;font-weight:400;color:#323233;line-height:.2539rem}.solution-box .solution-bottom[data-v-6c109672]{width:100%;display:flex;flex-direction:column;align-items:center}.solution-box .solution-bottom .nav[data-v-6c109672]{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.293rem}.solution-box .solution-bottom .nav .nav-item[data-v-6c109672]{display:flex;flex-direction:column;align-items:center;width:2.2266rem;height:1.1328rem;position:relative}.solution-box .solution-bottom .nav .nav-item .icon[data-v-6c109672]{width:.5859rem;height:.5859rem;background-repeat:no-repeat;background-size:cover;animation-name:iconMoveReverse-6c109672;animation-duration:1s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:step-start;animation-fill-mode:forwards}@keyframes iconMove-6c109672{0%{background-position:0 0}3%{background-position:-.5859rem 0}6%{background-position:-1.1719rem 0}9%{background-position:-1.7578rem 0}12%{background-position:-2.3438rem 0}15%{background-position:-2.9297rem 0}18%{background-position:-3.5156rem 0}21%{background-position:-4.1016rem 0}24%{background-position:-4.6875rem 0}27%{background-position:-5.2734rem 0}30%{background-position:-5.8594rem 0}33%{background-position:-6.4453rem 0}36%{background-position:-7.0313rem 0}39%{background-position:-7.6172rem 0}42%{background-position:-8.2031rem 0}45%{background-position:-8.7891rem 0}48%{background-position:-9.375rem 0}51%{background-position:-9.9609rem 0}54%{background-position:-10.5469rem 0}57%{background-position:-11.1328rem 0}60%{background-position:-11.7188rem 0}63%{background-position:-12.3047rem 0}66%{background-position:-12.8906rem 0}69%{background-position:-13.4766rem 0}72%{background-position:-14.0625rem 0}75%{background-position:-14.6484rem 0}78%{background-position:-15.2344rem 0}81%{background-position:-15.8203rem 0}84%{background-position:-16.4063rem 0}to{background-position:-16.9922rem 0}}@keyframes iconMoveReverse-6c109672{0%{background-position:-16.9922rem 0}3%{background-position:-16.4063rem 0}6%{background-position:-15.8203rem 0}9%{background-position:-15.2344rem 0}12%{background-position:-14.6484rem 0}15%{background-position:-14.0625rem 0}18%{background-position:-13.4766rem 0}21%{background-position:-12.8906rem 0}24%{background-position:-12.3047rem 0}27%{background-position:-11.7188rem 0}30%{background-position:-11.1328rem 0}33%{background-position:-10.5469rem 0}36%{background-position:-9.9609rem 0}39%{background-position:-9.375rem 0}42%{background-position:-8.7891rem 0}45%{background-position:-8.2031rem 0}48%{background-position:-7.6172rem 0}51%{background-position:-7.0313rem 0}54%{background-position:-6.4453rem 0}57%{background-position:-5.8594rem 0}60%{background-position:-5.2734rem 0}63%{background-position:-4.6875rem 0}66%{background-position:-4.1016rem 0}69%{background-position:-3.5156rem 0}72%{background-position:-2.9297rem 0}75%{background-position:-2.3438rem 0}78%{background-position:-1.7578rem 0}81%{background-position:-1.1719rem 0}84%{background-position:-.5859rem 0}to{background-position:0 0}}.solution-box .solution-bottom .nav .nav-item .nav-title[data-v-6c109672]{font-size:.1563rem;font-weight:400;color:#323233;line-height:.2344rem;margin-top:.0977rem}.solution-box .solution-bottom .nav .nav-item:hover .icon[data-v-6c109672]{animation-name:iconMove-6c109672;animation-duration:1s;animation-iteration-count:1;animation-direction:normal;animation-timing-function:step-start;animation-fill-mode:forwards}.solution-box .solution-bottom .nav .nav-item:hover .nav-title[data-v-6c109672]{font-size:.1563rem;font-weight:500;color:#ec0117}.solution-box .solution-bottom .nav .nav-item[data-v-6c109672]:after{content:"";width:0;height:.0293rem;background:#EC0117;position:absolute;bottom:.0879rem;left:50%;transform:translate(-50%);transition:all .8s}.solution-box .solution-bottom .nav .check-item .nav-title[data-v-6c109672]{font-size:.1563rem;font-weight:500;color:#ec0117}.solution-box .solution-bottom .nav .check-item[data-v-6c109672]:after{width:1.5625rem}.solution-box .solution-bottom .tab-bottom[data-v-6c109672]{width:100%;height:3.9063rem;background:#EC0117;display:flex;flex-direction:row;align-items:center}.solution-box .solution-bottom .tab-bottom .img-left[data-v-6c109672]{width:50%;height:3.9063rem;-o-object-fit:cover;object-fit:cover}.solution-box .solution-bottom .tab-bottom .title-right[data-v-6c109672]{width:5.4688rem;display:flex;flex-direction:column;align-items:flex-start;margin-left:.3906rem}.solution-box .solution-bottom .tab-bottom .title-right .big-titletop[data-v-6c109672]{font-size:.2148rem;font-weight:600;color:#fff;line-height:.293rem}.solution-box .solution-bottom .tab-bottom .title-right .big-titlecenter[data-v-6c109672]{font-size:.1563rem;font-weight:400;color:#fff;opacity:.8;line-height:.2734rem;margin:.2344rem 0}.solution-box .solution-bottom .tab-bottom .title-right .big-button[data-v-6c109672]{width:1.1719rem;height:.3906rem;color:#ff0018;font-size:.1367rem;background:#ffffff;border-radius:.0195rem;border:none}.solution-box .solution-bottom .tab-bottom .title-right .big-buttons[data-v-6c109672]{width:1.1719rem;height:.3906rem;color:#ff0018;font-size:.1367rem;background:#ffffff;border-radius:.0195rem;border:0}}@media screen and (max-width: 1179.5px){.solution-box[data-v-6c109672]{width:100%;background-color:#f5f6f7}.solution-box .solution-top[data-v-6c109672]{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#fff;padding-top:.5333rem}.solution-box .solution-top[data-v-6c109672] .subtitle{margin:0 0 .32rem}.solution-box .solution-top .center-title[data-v-6c109672]{width:9.12rem;height:1.0667rem;font-size:.3733rem;text-align:left;font-weight:400;color:#323233;line-height:.5333rem}.solution-box .solution-bottom[data-v-6c109672]{display:flex;flex-direction:column;background:#FFFFFF}.solution-box .solution-bottom .nav-box[data-v-6c109672]{width:100%;overflow-x:auto;padding-left:.4267rem;box-sizing:border-box;margin-bottom:.32rem;margin-top:.64rem}.solution-box .solution-bottom .nav-box .nav[data-v-6c109672]{width:13.3333rem;white-space:nowrap;display:flex;flex-direction:row;align-items:center}.solution-box .solution-bottom .nav-box .nav .nav-item[data-v-6c109672]{display:flex;flex-direction:column;align-items:center;width:2.6667rem;height:1.92rem;box-sizing:border-box;position:relative}.solution-box .solution-bottom .nav-box .nav .nav-item .icon[data-v-6c109672]{width:1.2267rem;height:1.2267rem;background-repeat:no-repeat;background-size:cover;margin-bottom:.0533rem}.solution-box .solution-bottom .nav-box .nav .nav-item .nav-title[data-v-6c109672]{font-size:.32rem;font-weight:400;color:#646566;line-height:.48rem}.solution-box .solution-bottom .nav-box .nav .nav-item[data-v-6c109672]:after{content:"";width:0;height:.0533rem;background:#EC0117;position:absolute;bottom:0;left:50%;transform:translate(-50%);transition:all .8s}.solution-box .solution-bottom .nav-box .nav .check-item .nav-title[data-v-6c109672]{font-size:.32rem;font-weight:500;color:#ec0117}.solution-box .solution-bottom .nav-box .nav .check-item[data-v-6c109672]:after{width:2.2933rem}.solution-box .solution-bottom .nav-box[data-v-6c109672]::-webkit-scrollbar{height:0}.solution-box .solution-bottom .tab-bottom[data-v-6c109672]{display:flex;flex-direction:column;justify-content:center;padding:0 .7733rem 1.0667rem}.solution-box .solution-bottom .tab-bottom .img-left[data-v-6c109672]{width:100%;height:4.6667rem;-o-object-fit:cover;object-fit:cover}.solution-box .solution-bottom .tab-bottom .title-right[data-v-6c109672]{display:flex;flex-direction:column;align-items:center}.solution-box .solution-bottom .tab-bottom .title-right .big-titlecenter[data-v-6c109672]{width:100%;font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin:.32rem 0 .4267rem}.solution-box .solution-bottom .tab-bottom .title-right .big-button[data-v-6c109672]{width:4.2667rem;height:1.12rem;background:#FF0018;border-radius:.0533rem;border:.0267rem solid #EC0117;color:#fff;font-size:.3733rem}.solution-box .solution-bottom .tab-bottom .title-right .big-buttons[data-v-6c109672]{width:4.2667rem;height:1.12rem;background:#D30014;border-radius:.0533rem;border:.0267rem solid #EC0117;color:#fff;font-size:.3733rem}.mobile-list[data-v-6c109672]::-webkit-scrollbar{display:none}}.top-item[data-v-6c109672]:hover,.big-button[data-v-6c109672]:hover{cursor:pointer}@media screen and (min-width: 1420.5px){.brand-box[data-v-1942d09a]{width:100%;background:#19242E;display:flex;flex-direction:column;align-items:center;padding:100px 0}.brand-box[data-v-1942d09a] .subtitle{margin-bottom:60px}.brand-box[data-v-1942d09a] .subtitle .p{color:#fff}.brand-box .brand-content[data-v-1942d09a]{width:1280px;height:625px;display:flex;flex-direction:row;justify-content:space-between}.brand-box .brand-content .details[data-v-1942d09a]{width:628px;height:625px;display:flex;background-color:#494e5a;justify-content:center}.brand-box .brand-content .details .details-center[data-v-1942d09a]{width:564px;height:547px;margin-top:32px}.brand-box .brand-content .details .details-center .details-img[data-v-1942d09a]{background:#FFFFFF;opacity:1;width:564px;height:329px}.brand-box .brand-content .details .details-center .big-center[data-v-1942d09a]{width:546px;height:30px;font-size:26px;font-weight:600;color:#fff;line-height:30px;margin:48px 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .details .details-center .big-title[data-v-1942d09a]{width:566px;height:24px;font-size:16px;font-weight:400;color:#fff;opacity:.6;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .details .details-center .data[data-v-1942d09a]{display:flex;align-items:center;margin:18px 0 26px}.brand-box .brand-content .details .details-center .data .data-img[data-v-1942d09a]{width:20px;height:20px;margin-right:2px}.brand-box .brand-content .details .details-center .data .data-title[data-v-1942d09a]{height:24px;font-size:16px;font-weight:400;opacity:.6;color:#fff;line-height:24px}.brand-box .brand-content .details .details-center .get-more[data-v-1942d09a]{width:120px;height:40px;background:#FF0018;border-radius:2px;display:flex;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center .get-more[data-v-1942d09a]:hover{background:#EF3345}.brand-box .brand-content .details .details-center .get-more .get-title[data-v-1942d09a]{height:20px;font-size:14px;font-weight:400;color:#fff;line-height:20px}.brand-box .brand-content .details .details-center .get-mores[data-v-1942d09a]{width:120px;height:40px;background:#D30014;border-radius:2px;display:flex;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center .get-mores .get-title[data-v-1942d09a]{height:20px;font-size:14px;font-weight:400;color:#fff;line-height:20px}.brand-box .brand-content .tab-list[data-v-1942d09a]{width:628px;height:100%;overflow-x:scroll;scrollbar-width:none}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]{width:628px;height:166px;background-color:#494e5a;margin-bottom:24px;display:flex;justify-content:center;align-items:center;transition:height .3s ease-in-out}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]:hover{height:190px;background:#FFFFFF;box-shadow:0 2px 24px #0b1014;border-right:4px solid #EC0117;box-sizing:border-box;align-items:none}.brand-box .brand-content .tab-list .tab-item .tab-center[data-v-1942d09a]{width:564px;height:102px}.brand-box .brand-content .tab-list .tab-item .tab-center .top-center[data-v-1942d09a]{width:516px;height:30px;font-size:26px;font-weight:600;color:#fff;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .tab-list .tab-item .tab-center .top-title[data-v-1942d09a]{width:564px;height:24px;font-size:16px;font-weight:400;opacity:.6;color:#fff;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:8px 0 16px}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data[data-v-1942d09a]{height:24px;display:flex}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data img[data-v-1942d09a]{height:20px;width:20px;margin-right:8px}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data .data-center[data-v-1942d09a]{height:24px;font-size:16px;font-weight:400;opacity:.6;color:#fff;line-height:24px}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]:last-child{margin-bottom:-24px}.brand-box .brand-content .tab-list .item-check[data-v-1942d09a]:last-child{margin-bottom:-24px}.brand-box .go-push[data-v-1942d09a]{width:180px;height:44px;background-color:#ec0117;margin-top:60px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:14px;font-weight:400;line-height:20px}.tab-list[data-v-1942d09a]::-webkit-scrollbar{display:none;width:0px;height:0}.tab-centers[data-v-1942d09a]{width:564px;height:102px}.tab-centers .top-center[data-v-1942d09a]{width:516px;height:30px;font-size:26px;font-weight:600;color:#1a1a1b;line-height:30px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab-centers .top-title[data-v-1942d09a]{width:564px;height:48px;font-size:16px;font-weight:400;color:#1a1a1b;line-height:24px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:8px 0 16px}.tab-centers .top-datas[data-v-1942d09a]{height:24px;width:153px;display:flex;align-items:center}.tab-centers .top-datas img[data-v-1942d09a]{height:16px;width:16px;margin-left:8px}.tab-centers .top-datas .data-center[data-v-1942d09a]{height:24px;font-size:16px;font-weight:400;color:#ec0117;line-height:24px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.brand-box[data-v-1942d09a]{width:100%;background:#19242E;display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.brand-box[data-v-1942d09a] .subtitle{margin-bottom:.5859rem}.brand-box[data-v-1942d09a] .subtitle .p{color:#fff}.brand-box .brand-content[data-v-1942d09a]{width:11.5234rem;height:8.8867rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.brand-box .brand-content .details[data-v-1942d09a]{width:9.7656rem;height:2.5488rem;display:flex;background-color:#494e5a;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center[data-v-1942d09a]{width:9.0527rem;height:1.7676rem;display:flex}.brand-box .brand-content .details .details-center .details-img[data-v-1942d09a]{background:#FFFFFF;width:3.2666rem;height:1.7676rem}.brand-box .brand-content .details .details-center .all-title[data-v-1942d09a]{display:flex;flex-direction:column;margin-left:.4004rem}.brand-box .brand-content .details .details-center .all-title .big-center[data-v-1942d09a]{width:5.332rem;height:.293rem;font-size:.2539rem;font-weight:600;color:#fff;line-height:.293rem;margin-bottom:.1172rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .details .details-center .all-title .big-title[data-v-1942d09a]{width:5.2148rem;height:.2344rem;font-size:.1563rem;font-weight:400;opacity:.6;color:#fff;line-height:.2344rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .details .details-center .all-title .data[data-v-1942d09a]{display:flex;align-items:center;margin:.1563rem 0 .2344rem}.brand-box .brand-content .details .details-center .all-title .data .data-img[data-v-1942d09a]{width:.2051rem;height:.1953rem;margin-right:.0781rem}.brand-box .brand-content .details .details-center .all-title .data .data-title[data-v-1942d09a]{height:.2344rem;font-size:.1563rem;font-weight:400;opacity:.6;color:#fff;line-height:.2344rem}.brand-box .brand-content .details .details-center .all-title .get-more[data-v-1942d09a]{width:1.1719rem;height:.3906rem;background:#FF0018;border-radius:.0195rem;display:flex;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center .all-title .get-more[data-v-1942d09a]:hover{background:#EF3345}.brand-box .brand-content .details .details-center .all-title .get-more .get-title[data-v-1942d09a]{height:.1953rem;font-size:.1367rem;font-weight:400;color:#fff;line-height:.1953rem}.brand-box .brand-content .details .details-center .all-title .get-mores[data-v-1942d09a]{width:1.1719rem;height:.3906rem;background:#D30014;border-radius:.0195rem;display:flex;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center .all-title .get-mores .get-title[data-v-1942d09a]{height:.1953rem;font-size:.1367rem;font-weight:400;color:#fff;line-height:.1953rem}.brand-box .brand-content .tab-list[data-v-1942d09a]{height:6.1035rem;overflow-x:scroll}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]{width:9.7656rem;height:1.582rem;background-color:#494e5a;margin-bottom:.2344rem;display:flex;align-items:center;transition:height .3s ease-in-out}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]:hover{width:9.7266rem;height:1.8164rem;background-color:#fff;border-right:.0391rem solid #EC0117;margin-bottom:.2344rem;display:flex;align-items:center}.brand-box .brand-content .tab-list .tab-item .tab-center[data-v-1942d09a]{width:9.043rem;height:.9961rem;margin-left:.293rem}.brand-box .brand-content .tab-list .tab-item .tab-center .top-center[data-v-1942d09a]{width:7.4316rem;height:.293rem;font-size:.2539rem;font-weight:600;color:#fff;line-height:.293rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .tab-list .tab-item .tab-center .top-title[data-v-1942d09a]{width:6.0352rem;height:.2344rem;font-size:.1563rem;font-weight:400;opacity:.6;color:#fff;line-height:.2344rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:.0781rem 0 .1563rem}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data[data-v-1942d09a]{height:.2344rem;width:1.582rem;display:flex;align-items:center}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data img[data-v-1942d09a]{height:.1953rem;width:.1953rem;margin-right:.0781rem}.brand-box .brand-content .tab-list .tab-item .tab-center .top-data .data-center[data-v-1942d09a]{height:.2344rem;font-size:.1563rem;font-weight:400;opacity:.6;color:#fff;line-height:.2344rem}.brand-box .brand-content .tab-list .tab-item[data-v-1942d09a]:last-child{margin-bottom:-24px}.brand-box .go-push[data-v-1942d09a]{width:1.7578rem;height:.4297rem;background-color:#ec0117;margin-top:.3906rem;display:flex;justify-content:center;align-items:center;font-size:.1367rem;font-weight:400;color:#fff;line-height:.1953rem}.tab-list[data-v-1942d09a]::-webkit-scrollbar{display:none}.tab-centers[data-v-1942d09a]{width:9.043rem;height:.9961rem;margin-left:.293rem}.tab-centers .top-center[data-v-1942d09a]{width:7.4316rem;height:.293rem;font-size:.2539rem;font-weight:600;line-height:.293rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tab-centers .top-title[data-v-1942d09a]{width:6.0352rem;height:.4688rem;font-size:.1563rem;font-weight:400;opacity:.6;line-height:.2344rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:.0781rem 0 .1563rem}.tab-centers .top-datas[data-v-1942d09a]{height:.2344rem;display:flex;align-items:center}.tab-centers .top-datas img[data-v-1942d09a]{height:.1953rem;width:.1953rem}.tab-centers .top-datas .data-center[data-v-1942d09a]{height:.2344rem;font-size:.1563rem;font-weight:400;opacity:.6;color:#ec0117;line-height:.2344rem;margin-right:.0977rem}}@media screen and (max-width: 1179.5px){.brand-box[data-v-1942d09a]{width:100%;background:#19242E;display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.brand-box[data-v-1942d09a] .subtitle{margin-bottom:.8rem}.brand-box[data-v-1942d09a] .subtitle .p{color:#fff}.brand-box .brand-content[data-v-1942d09a]{width:9.1467rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.brand-box .brand-content .details[data-v-1942d09a]{width:9.1467rem;display:flex;background-color:#494e5a;justify-content:center;align-items:center}.brand-box .brand-content .details .details-center[data-v-1942d09a]{width:8.5067rem;display:flex;flex-direction:column}.brand-box .brand-content .details .details-center .details-img[data-v-1942d09a]{background:#FFFFFF;width:8.5067rem;height:4.6133rem;margin:.32rem auto}.brand-box .brand-content .details .details-center .big-center[data-v-1942d09a]{width:8.1067rem;height:.64rem;font-size:.4267rem;font-weight:600;color:#fff;line-height:.64rem;padding-top:.4267rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-box .brand-content .details .details-center .big-title[data-v-1942d09a]{width:8.5067rem;font-size:.3733rem;font-weight:400;color:#fff;line-height:.5333rem;overflow:hidden;text-overflow:ellipsis;opacity:.6;padding-bottom:.64rem}.brand-box .brand-content .tab-list[data-v-1942d09a]{width:9.1467rem;margin-top:.4267rem}.brand-box .brand-content .tab-list .open-door[data-v-1942d09a]{width:9.1467rem;height:3.5733rem;background-color:#494e5a;margin-bottom:.4267rem;margin-top:.4267rem}.brand-box .brand-content .tab-list .open-door .title-box[data-v-1942d09a]{height:1.8667rem;width:8.5067rem;margin:auto}.brand-box .brand-content .tab-list .open-door .title-box .title-detail[data-v-1942d09a]{width:8.5067rem;height:1.0667rem;font-size:.3733rem;font-weight:400;color:#fff;line-height:.5333rem;margin:auto;overflow:hidden;text-overflow:ellipsis;opacity:.6;margin-bottom:.32rem;margin-top:-.2133rem}.brand-box .brand-content .tab-list .open-door .title-box .title-data[data-v-1942d09a]{height:.4267rem;display:flex}.brand-box .brand-content .tab-list .open-door .title-box .title-data img[data-v-1942d09a]{width:.4267rem;height:.4267rem;margin-right:.1067rem}.brand-box .brand-content .tab-list .open-door .title-box .title-data .data-span[data-v-1942d09a]{font-size:.32rem;font-weight:400;color:#fff;line-height:.48rem;opacity:.6}.brand-box .brand-content .tab-list .close-door[data-v-1942d09a]{width:9.1467rem;height:1.4933rem;background-color:#494e5a;margin-top:.4267rem}.brand-box .brand-content .tab-list .open-door[data-v-1942d09a]:last-child{margin-bottom:0}.brand-box .go-push[data-v-1942d09a]{width:4.2667rem;height:1.12rem;background:#EC0117;border-radius:.0533rem;border:1px solid #EC0117;margin-top:.64rem;font-weight:400;font-size:.3733rem;color:#fff;text-align:center;line-height:1.12rem}.item-title[data-v-1942d09a]{width:8.5067rem;height:1.4933rem;background-color:#494e5a;padding:0 .32rem;margin:auto;display:flex;align-items:center;justify-content:space-between}.item-title .title-center[data-v-1942d09a]{width:7.2rem;height:.64rem;font-size:.4267rem;font-weight:600;color:#fff;line-height:.64rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-title .title-img[data-v-1942d09a]{width:.48rem;height:.5067rem}.tab-list[data-v-1942d09a]::-webkit-scrollbar{display:none}}.get-more[data-v-1942d09a]:hover,.item-check[data-v-1942d09a]:hover,.go-push[data-v-1942d09a]{cursor:pointer}@media screen and (min-width: 1420.5px){.control-box[data-v-e743189a]{width:100%;height:1074px;background-color:#f5f6f7;display:flex;flex-direction:column;align-items:center}.control-box .show-control[data-v-e743189a]{margin-bottom:60px}.control-box .show-control[data-v-e743189a] .subtitle{margin:100px 0 80px}.control-box .show-control .control-center[data-v-e743189a]{width:1199px;height:420px;display:flex;position:relative}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide{width:400px;height:420px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation{width:100%;height:100%;padding:0 32px;box-sizing:border-box}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img0{width:138px;height:50px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img1{width:138px;height:31px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img2{width:140px;height:39px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img3{width:82px;height:58px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img4{width:67px;height:60px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img5{width:142px;height:45px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-title{font-size:22px;font-weight:500;color:#1a1a1b}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-introduce{font-size:14px;font-weight:400;color:#646566;line-height:22px}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:nth-child(2n + 1){background-color:#fbfbfc}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:nth-child(2n){background-color:#fff}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover{background-color:#ec0117}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover .center-title{color:#fff}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover .center-introduce{color:#fff;opacity:.8}.control-box .show-control .control-center #left[data-v-e743189a],.control-box .show-control .control-center #right[data-v-e743189a]{position:absolute;width:50px;height:50px;border-radius:50%;background:#ffffff;z-index:100;cursor:pointer;transition:all .3s linear;display:flex;justify-content:center;align-items:center;margin-top:80px}.control-box .show-control .control-center #left img[data-v-e743189a],.control-box .show-control .control-center #right img[data-v-e743189a]{width:10px;height:18px}.control-box .show-control .control-center #left[data-v-e743189a]:hover,.control-box .show-control .control-center #right[data-v-e743189a]:hover{box-shadow:0 2px 24px #c8c9cc80;transition:all .3s linear}.control-box .show-control .control-center #left[data-v-e743189a]{top:114px;left:-80px}.control-box .show-control .control-center #right[data-v-e743189a]{top:114px;right:-80px}.control-box .roll-box[data-v-e743189a]{width:100%;height:236px}.control-box .roll-box .roll[data-v-e743189a]{width:100%;height:112px;overflow:hidden;margin-bottom:12px}.control-box .roll-box .roll .roll-center[data-v-e743189a]{animation:tdry-e743189a 48s linear infinite;display:flex}@keyframes tdry-e743189a{0%{transform:translate(0)}to{transform:translate(-50%)}}.control-box .roll-box .roll .roll-center .img-item[data-v-e743189a]{width:223px;height:112px;margin-right:12px}.control-box .roll-box .roll-bottom[data-v-e743189a]{width:100%;height:112px;overflow:hidden}.control-box .roll-box .roll-bottom .rolls-bottom[data-v-e743189a]{animation:tdrys-e743189a 48s linear infinite;display:flex}@keyframes tdrys-e743189a{0%{transform:translate(-50%)}to{transform:translate(0)}}.control-box .roll-box .roll-bottom .rolls-bottom .img-items[data-v-e743189a]{width:223px;height:112px;margin-left:12px}.control-fixation[data-v-e743189a]{width:364px;height:232px;margin:80px auto auto}.control-fixation .center-img[data-v-e743189a]{height:70px;display:flex}.control-fixation .center-img img[data-v-e743189a]{align-self:flex-end}.control-fixation .center-title[data-v-e743189a]{height:30px;font-size:22px;font-weight:600;color:#1a1a1b;line-height:30px;margin:28px 0 16px}.control-fixation .center-introduce[data-v-e743189a]{height:88px;font-size:14px;font-weight:400;color:#646566;line-height:22px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.control-box[data-v-e743189a]{width:100%;height:10.293rem;background-color:#f5f6f7;display:flex;flex-direction:column;align-items:center}.control-box .show-control[data-v-e743189a]{margin-bottom:.5859rem}.control-box .show-control[data-v-e743189a] .subtitle{margin:.9766rem 0 .7813rem}.control-box .show-control .control-center[data-v-e743189a]{width:9.2578rem;height:4.1016rem;display:flex;position:relative}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide{width:3.0859rem;height:4.1016rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation{width:3.2607rem;height:4.1016rem;padding-left:.3125rem;box-sizing:border-box}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img0{width:1.3477rem;height:.4883rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img1{width:1.3477rem;height:.3027rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img2{width:1.3672rem;height:.3809rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img3{width:.8008rem;height:.5664rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img4{width:.6543rem;height:.5859rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-img .img5{width:1.3867rem;height:.4395rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-title{font-size:.2148rem;font-weight:500;color:#1a1a1b}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide .control-fixation .center-introduce{padding-right:.3906rem;font-size:.1367rem;font-weight:400;color:#646566;line-height:.2148rem}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:nth-child(2n + 1){background-color:#fbfbfc}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:nth-child(2n){background-color:#fff}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover{background-color:#ec0117}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover .center-title{color:#fff}.control-box .show-control .control-center .swiper[data-v-e743189a] .swiper-slide:hover .center-introduce{color:#fff;opacity:.8}.control-box .show-control .control-center #left[data-v-e743189a],.control-box .show-control .control-center #right[data-v-e743189a]{position:absolute;width:50px;height:50px;border-radius:50%;background:#ffffff;z-index:100;cursor:pointer;transition:all .3s linear;display:flex;justify-content:center;align-items:center;margin-top:.7813rem}.control-box .show-control .control-center #left img[data-v-e743189a],.control-box .show-control .control-center #right img[data-v-e743189a]{width:10px;height:18px}.control-box .show-control .control-center #left[data-v-e743189a]:hover,.control-box .show-control .control-center #right[data-v-e743189a]:hover{box-shadow:0 2px 24px #c8c9cc80;transition:all .3s linear}.control-box .show-control .control-center #left[data-v-e743189a]{top:114px;left:-80px}.control-box .show-control .control-center #right[data-v-e743189a]{top:114px;right:-80px}.control-box .roll-box[data-v-e743189a]{width:100%;height:2.3047rem}.control-box .roll-box .roll[data-v-e743189a]{width:100%;height:1.0938rem;overflow:hidden;margin-bottom:.1172rem}.control-box .roll-box .roll .roll-center[data-v-e743189a]{animation:tdry-e743189a 48s linear infinite;display:flex}@keyframes tdry-e743189a{0%{transform:translate(0)}to{transform:translate(-50%)}}.control-box .roll-box .roll .roll-center .img-item[data-v-e743189a]{height:1.0938rem;margin-right:.1172rem}.control-box .roll-box .roll-bottom[data-v-e743189a]{width:100%;height:1.0938rem;overflow:hidden}.control-box .roll-box .roll-bottom .rolls-bottom[data-v-e743189a]{animation:tdrys-e743189a 48s linear infinite;display:flex}@keyframes tdrys-e743189a{0%{transform:translate(-50%)}to{transform:translate(0)}}.control-box .roll-box .roll-bottom .rolls-bottom .img-items[data-v-e743189a]{height:1.0938rem;margin-right:.1172rem}.control-fixation[data-v-e743189a]{width:2.5781rem;height:2.6953rem;margin:auto;margin-top:.7813rem}.control-fixation .center-img[data-v-e743189a]{height:.6836rem;display:flex}.control-fixation .center-img img[data-v-e743189a]{align-self:flex-end}.control-fixation .center-title[data-v-e743189a]{height:.293rem;font-size:.2148rem;font-weight:600;color:#1a1a1b;line-height:.293rem;margin:.2734rem 0 .1563rem}.control-fixation .center-introduce[data-v-e743189a]{height:1.2891rem;font-size:.1367rem;font-weight:400;color:#646566;line-height:.2148rem}}@media screen and (max-width: 1179.5px){.control-box[data-v-e743189a]{width:100%;height:16.88rem;background-color:#f5f6f7;display:flex;flex-direction:column;align-items:center}.control-box .show-control[data-v-e743189a]{width:100%;height:10.1333rem;margin-bottom:.8533rem}.control-box .show-control[data-v-e743189a] .subtitle{margin:1.0667rem 0 .8rem}.control-box .show-control .control-swiper[data-v-e743189a]{height:7.4133rem;background-color:#f5f6f7}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a]{display:flex;flex-direction:row;align-items:center}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide{width:7.68rem;height:7.4133rem;box-sizing:border-box;box-shadow:0 .0533rem .3733rem #a8adbb33;border-radius:.0533rem;background-color:#fff}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center{width:6.4rem;height:5.0133rem;margin:0 auto;margin-top:1.3333rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img0{width:2.4rem;height:.8533rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img1{width:1.84rem;height:.4rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img2{width:2.4rem;height:.6667rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img3{width:1.2267rem;height:.8267rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img4{width:.96rem;height:.8533rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-img .img5{width:2.1067rem;height:.6667rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-detail{height:.5333rem;font-size:.3733rem;font-weight:600;color:#1a1a1b;line-height:.5333rem;margin:.2667rem 0 .4267rem}.control-box .show-control .control-swiper .swiper-list[data-v-e743189a] .swiper-slide .card-center .card-title{font-size:.32rem;font-weight:400;color:#646566;line-height:.48rem}.control-box .roll-box[data-v-e743189a]{width:100%;height:4.8267rem}.control-box .roll-box .roll-top[data-v-e743189a]{width:100%;height:1.4667rem;overflow:hidden}.control-box .roll-box .roll-top .rolls-top[data-v-e743189a]{animation:tdrys-e743189a 48s linear infinite;display:flex}@keyframes tdrys-e743189a{0%{transform:translate(0)}to{transform:translate(-50%)}}.control-box .roll-box .roll-top .rolls-top .img-item[data-v-e743189a]{margin-right:.2133rem}.control-box .roll-box .roll[data-v-e743189a]{width:100%;height:1.4667rem;overflow:hidden;margin:.2133rem 0}.control-box .roll-box .roll .roll-center[data-v-e743189a]{animation:tdry-e743189a 48s linear infinite;display:flex}@keyframes tdry-e743189a{0%{transform:translate(0)}to{transform:translate(-50%)}}.control-box .roll-box .roll .roll-center .img-iteme[data-v-e743189a]{margin-right:.2133rem}.control-box .roll-box .roll-bottom[data-v-e743189a]{width:100%;height:1.4667rem;overflow:hidden}.control-box .roll-box .roll-bottom .rolls-bottom[data-v-e743189a]{animation:tdrys-e743189a 48s linear infinite;display:flex}@keyframes tdrys-e743189a{0%{transform:translate(-50%)}to{transform:translate(0)}}.control-box .roll-box .roll-bottom .rolls-bottom .img-items[data-v-e743189a]{margin-left:.2133rem}.roll-box:last-child img[data-v-e743189a]{width:2.9067rem;height:1.4667rem}}@media screen and (min-width: 1420.5px){.input-box[data-v-0b171c9a]{width:420px;height:44px;margin-top:24px;display:flex;position:relative}.input-box input[data-v-0b171c9a]{height:44px;width:290px;border:0;background:rgba(255,255,255,.4);border-radius:2px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:16px;padding-left:10px}.input-box .btn[data-v-0b171c9a]{width:120px;height:44px;background:#EC0117;font-size:16px;font-weight:400;color:#fff;line-height:42px;text-align:center}.input-box .btn-click[data-v-0b171c9a]{width:120px;height:44px;background:#D30014;font-size:16px;font-weight:400;color:#fff;line-height:42px;text-align:center}.input-box .hint-title[data-v-0b171c9a]{width:192px;height:24px;font-size:16px;font-weight:400;color:#c8c9cc;line-height:24px;position:absolute;top:10px;left:16px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.input-box[data-v-0b171c9a]{width:4.1016rem;height:.4297rem;margin-top:.2344rem;display:flex;position:relative}.input-box input[data-v-0b171c9a]{height:.4297rem;width:2.832rem;border:0;background:rgba(255,255,255,.4);border-radius:.0195rem;-webkit-backdrop-filter:blur(.0977rem);backdrop-filter:blur(.0977rem);font-size:.1563rem;padding-left:.0977rem}.input-box .btn[data-v-0b171c9a]{width:1.1719rem;height:.4297rem;background:#EC0117;font-size:.1563rem;font-weight:400;color:#fff;line-height:.4102rem;text-align:center}.input-box .btn-click[data-v-0b171c9a]{width:1.1719rem;height:.4297rem;background:#D30014;font-size:.1563rem;font-weight:400;color:#fff;line-height:.4102rem;text-align:center}.input-box .hint-title[data-v-0b171c9a]{width:1.875rem;height:.2344rem;font-size:.1563rem;font-weight:400;color:#c8c9cc;line-height:.2344rem;position:absolute;top:.0977rem;left:.1563rem}}@media screen and (max-width: 1179.5px){[data-v-0b171c9a] .text-content{display:flex;flex-direction:column;align-items:center}}.btn[data-v-0b171c9a]:hover{cursor:pointer;background:#EF3345}input[data-v-0b171c9a]::-webkit-outer-spin-button,input[data-v-0b171c9a]::-webkit-inner-spin-button{-webkit-appearance:none!important}@media screen and (min-width: 1420.5px){.try-box[data-v-bdb15cde]{width:100%;height:516px}.try-box .try-main[data-v-bdb15cde]{width:1420.5px;height:100%;margin:auto}.try-box .try-main .try-list[data-v-bdb15cde]{display:flex;justify-content:space-around;align-items:flex-end;height:312px;width:100%}.try-box .try-main .try-list .try-item[data-v-bdb15cde]{height:212px;width:245px;text-align:center}.try-box .try-main .try-list .try-item .item-img[data-v-bdb15cde]{width:100px;height:100px}.try-box .try-main .try-list .try-item .item-headline[data-v-bdb15cde]{font-size:26px;font-weight:600;color:#1a1a1b;line-height:30px;padding:24px 0 0}.try-box .try-main .try-list .try-item .try-line[data-v-bdb15cde]{width:48px;height:2px;margin:8px 0 24px 96px;background:#FF0018;transform:skew(-45deg)}.try-box .try-main .try-list .try-item .item-title[data-v-bdb15cde]{font-size:16px;color:#969799}.try-box .try-main .try-bottom[data-v-bdb15cde]{width:100%;height:204px;display:flex;justify-content:center}.try-box .try-main .try-bottom .try-button[data-v-bdb15cde]{width:180px;height:44px;margin-top:60px;background-color:#ec0117;color:#fff;font-size:14px;border:0;border-radius:2px}.try-box .try-main .try-bottom .try-button[data-v-bdb15cde]:hover{cursor:pointer;background-color:#ef3345}.try-box .try-main .try-bottom .try-buttons[data-v-bdb15cde]{width:180px;height:44px;margin-top:60px;background-color:#d30014;color:#fff;font-size:14px;border:0;border-radius:2px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.try-box[data-v-bdb15cde]{width:100%;height:5.0391rem}.try-box .try-main[data-v-bdb15cde]{width:11.5234rem;height:100%;margin:auto}.try-box .try-main .try-list[data-v-bdb15cde]{display:flex;justify-content:space-around;align-items:flex-end;height:3.0469rem;width:100%}.try-box .try-main .try-list .try-item[data-v-bdb15cde]{height:2.0703rem;width:2.4438rem;text-align:center}.try-box .try-main .try-list .try-item .item-img[data-v-bdb15cde]{width:.9766rem;height:.9766rem}.try-box .try-main .try-list .try-item .item-headline[data-v-bdb15cde]{font-size:.2539rem;font-weight:600;color:#1a1a1b;line-height:.293rem;padding:.2344rem 0 0}.try-box .try-main .try-list .try-item .try-line[data-v-bdb15cde]{width:.4688rem;height:.0195rem;margin:.0781rem 0 .2344rem .9375rem;background:#FF0018;transform:skew(-45deg)}.try-box .try-main .try-list .try-item .item-title[data-v-bdb15cde]{color:#969799;font-size:.1563rem}.try-box .try-main .try-bottom[data-v-bdb15cde]{width:100%;height:1.9922rem;display:flex;justify-content:center}.try-box .try-main .try-bottom .try-button[data-v-bdb15cde]{width:1.7578rem;height:.4297rem;margin-top:.5859rem;background-color:#ec0117;color:#fff;font-size:.1367rem;border:0;border-radius:.0195rem}.try-box .try-main .try-bottom .try-button[data-v-bdb15cde]:hover{cursor:pointer;background-color:#ef3345}.try-box .try-main .try-bottom .try-buttons[data-v-bdb15cde]{width:1.7578rem;height:.4297rem;margin-top:.5859rem;background-color:#d30014;color:#fff;font-size:.1367rem;border:0;border-radius:.0195rem}}@media screen and (max-width: 1179.5px){.try-box[data-v-bdb15cde]{width:100%;height:7.8133rem}.try-box .try-main[data-v-bdb15cde]{width:100%;height:100%}.try-box .try-main .try-list[data-v-bdb15cde]{display:flex;justify-content:space-around;align-items:flex-end;height:4.9867rem;width:100%}.try-box .try-main .try-list .try-item[data-v-bdb15cde]{height:3.92rem;width:2.76rem;text-align:center}.try-box .try-main .try-list .try-item .item-img[data-v-bdb15cde]{width:1.44rem;height:1.44rem}.try-box .try-main .try-list .try-item .item-headline[data-v-bdb15cde]{font-size:.3733rem;font-weight:600;color:#1a1a1b;line-height:.5333rem;padding:.1333rem 0 0}.try-box .try-main .try-list .try-item .try-line[data-v-bdb15cde]{width:.4688rem;height:.0533rem;margin:.0533rem 0 .2133rem 1.0667rem;background:#FF0018;transform:skew(-45deg)}.try-box .try-main .try-list .try-item .item-title[data-v-bdb15cde]{color:#969799;font-size:.32rem;line-height:.48rem}.try-box .try-main .try-bottom[data-v-bdb15cde]{width:100%;height:2.8rem;display:flex;justify-content:center}.try-box .try-main .try-bottom .try-button[data-v-bdb15cde]{width:4.2667rem;height:1.12rem;margin-top:.64rem;background-color:#ec0117;color:#fff;font-size:.3733rem;border:0;border-radius:.0533rem}.try-box .try-main .try-bottom .try-buttons[data-v-bdb15cde]{width:4.2667rem;height:1.12rem;margin-top:.64rem;background-color:#d30014;color:#fff;font-size:.3733rem;border:0;border-radius:.0533rem}}@media screen and (min-width: 1420.5px){.video-gather[data-v-04d7782c]{width:100%;position:relative;display:flex;justify-content:center}.video-gather .bg-img[data-v-04d7782c]{position:absolute;top:0;left:0;width:100%;height:100%}.video-gather .video-box[data-v-04d7782c]{position:relative;width:100%;height:0;padding-top:56.25%}.video-gather .video-item[data-v-04d7782c]{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.video-gather .templateblack[data-v-04d7782c]{background:#1A1A1B;opacity:.4;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.video-gather .video-play[data-v-04d7782c]{width:100px;height:100px;background-color:#fff;z-index:10;display:flex;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50px}.video-gather .video-play .video-player[data-v-04d7782c]{width:29px;height:34px;margin-left:41px}.video-gather .video-title[data-v-04d7782c]{width:450px;height:46px;font-size:36px;font-weight:600;color:#fff;line-height:46px;position:absolute;top:100px;z-index:5}.video-gather .redLine[data-v-04d7782c]{width:120px;height:4px;background:#EC0117;position:absolute;transform:skew(-45deg);top:154px;z-index:5}.video-gather .move-phone[data-v-04d7782c]{display:none}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.video-gather[data-v-04d7782c]{width:100%;position:relative;display:flex;justify-content:center}.video-gather .video-box[data-v-04d7782c]{position:relative;width:100%;height:0;padding-top:56.25%}.video-gather .video-item[data-v-04d7782c]{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%}.video-gather .bg-img[data-v-04d7782c]{position:absolute;top:0;left:0;width:100%;height:100%}.video-gather .templateblack[data-v-04d7782c]{background:#1A1A1B;opacity:.4;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.video-gather .video-play[data-v-04d7782c]{width:.9766rem;height:.9766rem;background-color:#fff;z-index:10;display:flex;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:.4883rem}.video-gather .video-play .video-player[data-v-04d7782c]{width:.2832rem;height:.332rem;margin-left:.4004rem}.video-gather .video-title[data-v-04d7782c]{width:4.3945rem;height:.4492rem;font-size:.3516rem;font-weight:600;color:#fff;line-height:.4492rem;position:absolute;top:.5859rem;z-index:5}.video-gather .redLine[data-v-04d7782c]{width:1.1719rem;height:.0391rem;background:#EC0117;position:absolute;transform:skew(-45deg);top:1.1133rem;z-index:5}.video-gather .move-phone[data-v-04d7782c]{display:none}}@media screen and (max-width: 1179.5px){.video-gather[data-v-04d7782c]{width:100%;height:11.2267rem;position:relative;background-color:#f5f6f7}.video-gather .video-title[data-v-04d7782c]{height:.6933rem;font-size:.5333rem;font-weight:600;color:#1a1a1b;line-height:.6933rem;padding:1.0667rem 0 .1067rem 1.7067rem}.video-gather .bg-img[data-v-04d7782c]{position:absolute;top:5.0133rem;left:.4533rem;width:9.1467rem;height:5.1467rem}.video-gather .redLine[data-v-04d7782c]{width:1.6rem;height:.0533rem;transform:skew(-45deg);background:#EC0117;margin:0 0 .32rem 4.24rem}.video-gather .move-phone[data-v-04d7782c]{width:9.12rem;height:2.1333rem;margin:0 0 .64rem .48rem;display:block;font-size:.3733rem;color:#646566;line-height:.5333rem}.video-gather .video-item[data-v-04d7782c]{width:9.1467rem;height:5.1467rem;margin-left:.4533rem}.video-gather .templateblack[data-v-04d7782c]{width:9.1467rem;height:5.1467rem;background:#1A1A1B;opacity:.4;position:absolute;top:5.0133rem;left:.4533rem}.video-gather .video-play[data-v-04d7782c]{width:1.4933rem;height:1.4933rem;background-color:#fff;z-index:3;display:flex;align-items:center;position:absolute;top:6.8267rem;left:4.2667rem;border-radius:.7467rem}.video-gather .video-play .video-player[data-v-04d7782c]{width:.48rem;height:.5867rem;margin-left:.5867rem}}.video-play[data-v-04d7782c]:hover{cursor:pointer}@media screen and (min-width: 1420.5px){.content[data-v-e0e7bf84]{width:100%;padding-bottom:100px}.appear-wrapper[data-v-e0e7bf84]{position:relative;width:1326px;height:631px;box-sizing:border-box;margin:0 auto}.appearance1-bg[data-v-e0e7bf84]{background:url(../images/product/smart/appearance1Bg.png);background-position:center;background-size:contain;background-repeat:no-repeat;width:658px;height:631px}.appearance1-bg img[data-v-e0e7bf84]{width:277px;height:507px}.appearance1-bg[data-v-e0e7bf84]{position:absolute}.appear-local[data-v-e0e7bf84]{position:absolute;left:326px}.appear-local .desc h1[data-v-e0e7bf84]{color:#1a1a1b}.appear-local .desc p[data-v-e0e7bf84]{min-width:360px;margin-top:12px;line-height:24px;color:#646566}.appear-local .appearance2[data-v-e0e7bf84]{position:absolute;top:26px;left:0;display:flex;flex-direction:row}.appear-local .appearance2 .appearance2Line[data-v-e0e7bf84]{width:436px;height:89px}.appear-local .appearance2 .appearanceLocal2[data-v-e0e7bf84]{margin-top:19px}.appear-local .appearance2 .appearanceLocal2 img[data-v-e0e7bf84]{width:120px;height:120px;margin-right:12px}.appear-local .appearance2 .appearanceLocal2 .desc p[data-v-e0e7bf84]{min-width:340px}.appear-local .appearance3[data-v-e0e7bf84]{position:absolute;top:168px;left:86px;display:flex;flex-direction:row}.appear-local .appearance3 .appearanceLocal3[data-v-e0e7bf84]{margin-top:87px}.appear-local .appearance3 .appearanceLocal3 img[data-v-e0e7bf84]{width:120px;height:120px;margin-right:12px}.appear-local .appearance3 .appearance3Line[data-v-e0e7bf84]{width:439px;height:157px}.appear-local .appearance4[data-v-e0e7bf84]{position:absolute;top:518px;left:14px;display:flex;flex-direction:row}.appear-local .appearance4 .appearanceLocal4[data-v-e0e7bf84]{margin-top:-53px}.appear-local .appearance4 .appearanceLocal4 img[data-v-e0e7bf84]{width:120px;height:120px;margin-right:12px}.appear-local .appearance4 .appearanceLocal4 .desc p[data-v-e0e7bf84]{min-width:340px}.appear-local .appearance4 .appearance4Line[data-v-e0e7bf84]{width:422px;height:88px}.appear-local .appearanceLocal2[data-v-e0e7bf84],.appear-local .appearanceLocal3[data-v-e0e7bf84],.appear-local .appearanceLocal4[data-v-e0e7bf84]{z-index:-1;display:flex;flex-direction:row;align-items:center}.appear-local .appearanceLocal2 .desc h1[data-v-e0e7bf84],.appear-local .appearanceLocal3 .desc h1[data-v-e0e7bf84],.appear-local .appearanceLocal4 .desc h1[data-v-e0e7bf84]{font-size:18px;font-weight:600}.appear-local .appearanceLocal2 .desc p[data-v-e0e7bf84],.appear-local .appearanceLocal3 .desc p[data-v-e0e7bf84],.appear-local .appearanceLocal4 .desc p[data-v-e0e7bf84]{font-size:14px;font-weight:400}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.content[data-v-e0e7bf84]{width:100%;padding-bottom:.9766rem}.appear-wrapper[data-v-e0e7bf84]{position:relative;width:10.0977rem;height:6.1621rem;box-sizing:border-box;margin:0 auto}.appearance1-bg[data-v-e0e7bf84]{background:url(../images/product/smart/appearance1Bg-pad.png);background-position:center;background-size:contain;background-repeat:no-repeat;width:5.2148rem;height:6.1621rem}.appearance1-bg img[data-v-e0e7bf84]{width:2.7051rem;height:4.9512rem}.appearance1-bg[data-v-e0e7bf84]{position:absolute;left:0}.appear-local[data-v-e0e7bf84]{position:absolute;left:2.002rem}.appear-local .desc h1[data-v-e0e7bf84]{color:#1a1a1b}.appear-local .desc p[data-v-e0e7bf84]{min-width:2.5391rem;margin-top:.0391rem;line-height:.2734rem;color:#646566}.appear-local .appearance2[data-v-e0e7bf84]{position:absolute;top:.1172rem;left:0;display:flex;flex-direction:row}.appear-local .appearance2 .appearance2Line[data-v-e0e7bf84]{width:4.1211rem;height:.8203rem}.appear-local .appearance2 .appearanceLocal2[data-v-e0e7bf84]{margin-top:.3223rem}.appear-local .appearance2 .appearanceLocal2 img[data-v-e0e7bf84]{width:1.1719rem;height:1.1719rem;margin-right:.1172rem}.appear-local .appearance3[data-v-e0e7bf84]{position:absolute;top:1.2598rem;left:1.2695rem;display:flex;flex-direction:row}.appear-local .appearance3 .appearanceLocal3[data-v-e0e7bf84]{margin-top:1.2305rem}.appear-local .appearance3 .appearanceLocal3 img[data-v-e0e7bf84]{width:1.1719rem;height:1.1719rem;margin-right:.1172rem}.appear-local .appearance3 .appearance3Line[data-v-e0e7bf84]{width:3.2813rem;height:1.9141rem}.appear-local .appearance4[data-v-e0e7bf84]{position:absolute;top:5.0586rem;left:.1074rem;display:flex;flex-direction:row}.appear-local .appearance4 .appearanceLocal4[data-v-e0e7bf84]{margin-top:-.5176rem}.appear-local .appearance4 .appearanceLocal4 img[data-v-e0e7bf84]{width:1.1719rem;height:1.1719rem;margin-right:.1172rem}.appear-local .appearance4 .appearance4Line[data-v-e0e7bf84]{width:3.5742rem;height:.8594rem}.appear-local .appearanceLocal2[data-v-e0e7bf84],.appear-local .appearanceLocal3[data-v-e0e7bf84],.appear-local .appearanceLocal4[data-v-e0e7bf84]{z-index:-1;display:flex;flex-direction:row;align-items:center}.appear-local .appearanceLocal2 .desc h1[data-v-e0e7bf84],.appear-local .appearanceLocal3 .desc h1[data-v-e0e7bf84],.appear-local .appearanceLocal4 .desc h1[data-v-e0e7bf84]{font-size:.1758rem;font-weight:600}.appear-local .appearanceLocal2 .desc p[data-v-e0e7bf84],.appear-local .appearanceLocal3 .desc p[data-v-e0e7bf84],.appear-local .appearanceLocal4 .desc p[data-v-e0e7bf84]{font-size:.1367rem;font-weight:400}}@media screen and (max-width: 1179.5px){.appear-wrapper[data-v-e0e7bf84]{padding:0 .43rem 1.65rem}.appear-wrapper h1[data-v-e0e7bf84]{font-size:.37rem;font-weight:600;color:#1a1a1b}.appear-wrapper p[data-v-e0e7bf84]{font-size:.32rem;font-weight:400;color:#646566;margin-top:.21rem}.appearance2 img[data-v-e0e7bf84],.appearance3 img[data-v-e0e7bf84],.appearance4 img[data-v-e0e7bf84]{margin-right:.32rem;width:2.13rem;height:2.13rem}.appearance1[data-v-e0e7bf84]{width:8.77rem;height:8.4rem;background:url(../images/product/smart/mobile/appearanceBg.png) no-repeat;background-size:cover;margin:0 auto}.appearance1 img[data-v-e0e7bf84]{width:3.71rem;height:6.75rem}.margin8[data-v-e0e7bf84]{margin:.8rem 0}.appearance2[data-v-e0e7bf84]{margin-top:.64rem}}@media screen and (min-width: 1420.5px){.desc-wrapper[data-v-3f036c5d]{padding-top:80px}.desc-card[data-v-3f036c5d]{width:628px;height:142px;background:#EBEDF0;margin-bottom:16px;padding:32px 32px 0;cursor:pointer;box-sizing:border-box}.desc-card h1[data-v-3f036c5d]{font-size:18px;font-weight:500;color:#1a1a1b;margin-bottom:12px}.desc-card span[data-v-3f036c5d]{font-size:14px;font-weight:400;color:#646566;line-height:20px}.desc-card[data-v-3f036c5d]:last-child{margin-bottom:0}.desc-card-active[data-v-3f036c5d]{background:#FFFFFF;border-left:4px solid #EC0117}.desc-card-active h1[data-v-3f036c5d]{color:#1a1a1b}.desc-card-active p[data-v-3f036c5d]{color:#646566}.img-desc[data-v-3f036c5d]{background:#fff;margin-left:24px;padding:32px;width:628px;height:458px;box-sizing:border-box}.img-desc .img[data-v-3f036c5d]{width:564px;height:394px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.desc-wrapper[data-v-3f036c5d]{padding-top:.7813rem}.desc-card[data-v-3f036c5d]{width:4.1797rem;height:1.3867rem;background:#EBEDF0;margin-bottom:.1563rem;padding:.3125rem .3125rem 0;cursor:pointer;box-sizing:border-box}.desc-card h1[data-v-3f036c5d]{font-size:.1758rem;font-weight:500;color:#646566;margin-bottom:.1172rem}.desc-card span[data-v-3f036c5d]{font-size:.1367rem;font-weight:400;color:#969799;line-height:.2539rem}.desc-card[data-v-3f036c5d]:last-child{margin-bottom:0}.desc-card-active[data-v-3f036c5d]{background:#FFFFFF;border-left:.0391rem solid #EC0117}.desc-card-active h1[data-v-3f036c5d]{color:#1a1a1b}.desc-card-active span[data-v-3f036c5d]{color:#646566}.img-desc[data-v-3f036c5d]{margin-left:.1563rem;padding:.3125rem;width:6.1328rem;height:4.4727rem;background:#FFFFFF;box-sizing:border-box}.img-desc .img[data-v-3f036c5d]{width:100%;height:100%}}@media screen and (max-width: 1179.5px){.desc-wrapper[data-v-3f036c5d]{padding:.8rem .43rem 1.07rem}.desc-wrapper>div[data-v-3f036c5d]{background:#fff;margin-bottom:.43rem}.head-title[data-v-3f036c5d]{justify-content:space-between;align-items:center;height:1.49rem;padding:0 .32rem}.head-title h1[data-v-3f036c5d]{font-size:.43rem;font-weight:600;color:#1a1a1b}.desc[data-v-3f036c5d]{margin-top:.21rem;padding:0 .32rem .43rem}.desc p[data-v-3f036c5d]{font-size:.37rem;color:#646566;line-height:.53rem;margin-bottom:.43rem}.desc img[data-v-3f036c5d]{width:8.51rem;height:6.43rem}.toggle-head[data-v-3f036c5d]{background:#EBEDF0}}@media screen and (min-width: 1420.5px){.graphic-list .content-box[data-v-482c3b84]{padding:142px 0 135px;width:100%}.graphic-list .content-box .row[data-v-482c3b84]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:1280px;margin:0 auto}.graphic-list .content-box .row .text-content-div[data-v-482c3b84]{display:flex;flex-direction:column;align-items:flex-start}.graphic-list .content-box .row .text-content-div .text-content[data-v-482c3b84]{display:flex;flex-direction:column;width:533px}.graphic-list .content-box .row .text-content-div .text-content .title[data-v-482c3b84]{font-size:26px;font-weight:600;color:#1a1a1b;margin-bottom:24px}.graphic-list .content-box .row .text-content-div .text-content .desc[data-v-482c3b84]{font-size:16px;font-weight:400;color:#646566;line-height:24px}.graphic-list .content-box[data-v-482c3b84]:nth-child(1){padding:42px 0 91px}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n){background-color:#fff}.graphic-list .content-box:nth-child(2n) .row[data-v-482c3b84]{flex-flow:row}.graphic-list .content-box:nth-child(2n) .row .text-content-div[data-v-482c3b84]{order:2}.graphic-list .content-box:nth-child(2n) .row .img-content[data-v-482c3b84]{order:1}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n+1){background-color:#fbfbfc}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.graphic-list .content-box[data-v-482c3b84]{padding:1.4746rem 0 1.4258rem;width:100%}.graphic-list .content-box .row[data-v-482c3b84]{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:10.332rem;margin:0 auto}.graphic-list .content-box .row .text-content-div[data-v-482c3b84]{display:flex;flex-direction:column;align-items:flex-start}.graphic-list .content-box .row .text-content-div .text-content[data-v-482c3b84]{display:flex;flex-direction:column;width:3.0957rem}.graphic-list .content-box .row .text-content-div .text-content .title[data-v-482c3b84]{font-size:.2539rem;font-weight:600;color:#1a1a1b;margin-bottom:.2051rem}.graphic-list .content-box .row .text-content-div .text-content .desc[data-v-482c3b84]{font-size:.1563rem;font-weight:400;color:#646566;line-height:.293rem}.graphic-list .content-box[data-v-482c3b84]:nth-child(1){padding:.8398rem 0 .8105rem}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n){flex-flow:row}.graphic-list .content-box:nth-child(2n) .text-content-div[data-v-482c3b84]{order:2}.graphic-list .content-box:nth-child(2n) .img-content[data-v-482c3b84]{order:1}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n+1){background-color:#fbfbfc}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n){background-color:#fff}}@media screen and (max-width: 1179.5px){.graphic-list .content-box[data-v-482c3b84]{padding:1.84rem 0 1.92rem}.graphic-list .content-box .column[data-v-482c3b84]{display:flex;flex-direction:column;align-items:center;justify-content:center}.graphic-list .content-box .column .text-content-div[data-v-482c3b84]{display:flex;flex-direction:column;align-items:flex-start}.graphic-list .content-box .column .text-content-div .text-content[data-v-482c3b84]{display:flex;flex-direction:column;width:9.1467rem}.graphic-list .content-box .column .text-content-div .text-content .title[data-v-482c3b84]{text-align:center;font-size:.4267rem;font-weight:600;color:#1a1a1b;margin-bottom:.2133rem}.graphic-list .content-box .column .text-content-div .text-content .desc[data-v-482c3b84]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}.graphic-list .content-box[data-v-482c3b84]:nth-child(1){padding:.8rem 0 1.3867rem}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n+1){background-color:#fbfbfc}.graphic-list .content-box[data-v-482c3b84]:nth-child(2n){background-color:#fff}}.red-btn[data-v-3991f6a7]{background:#EC0117;color:#fff;text-align:center;cursor:pointer;width:160px;height:44px;line-height:44px;margin-top:24px}.grey-bg[data-v-3991f6a7]{background:#F5F6F7}.mark-wrapper[data-v-3991f6a7]{display:flex;align-items:center;margin:16px 0;font-size:16px;font-weight:400;color:#1a1a1b;line-height:24px}.mark-wrapper[data-v-3991f6a7]:last-of-type{margin-right:0}@media screen and (min-width: 1420.5px){.subt-margin[data-v-3991f6a7]{margin:100px 0}.grey-bg[data-v-3991f6a7]{padding:100px 320px 109px}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0{width:588px;height:405px;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:550px;height:405px;left:38px;top:0;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:170px;height:171px;left:0;top:22px;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:191px;height:180px;top:64px;right:4px;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1{width:600px;height:407px;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img0{position:absolute;width:581px;height:374px;left:19px;top:33px;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img1{position:absolute;width:206px;height:207px;left:0;top:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img2{position:absolute;width:182px;height:140px;bottom:6px;left:24px;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2{width:592px;height:453px;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img0{position:absolute;width:503px;height:453px;top:0;left:89px;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img1{position:absolute;width:345px;height:138px;left:0;top:2px;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img2{position:absolute;width:197px;height:197px;bottom:71px;left:67px;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3{width:610px;height:478px;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img0{position:absolute;width:597px;height:436px;top:31px;left:13px;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img1{position:absolute;width:191px;height:179px;left:46px;top:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img2{position:absolute;width:314px;height:304px;bottom:0;left:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img3{position:absolute;width:313px;height:67px;top:32px;right:71px;z-index:2}[data-v-3991f6a7] .graphic-list .row .text-content{width:533px}.mark-wrapper[data-v-3991f6a7]{margin-right:10px}.mark-wrapper img[data-v-3991f6a7]{padding-right:12px}.mark-wrapper .dotted-line[data-v-3991f6a7]{width:57px;height:1px;border-top:1px dashed #EC0117;margin-left:11px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.subt-margin[data-v-3991f6a7]{margin:.98rem 0}.grey-bg[data-v-3991f6a7]{padding:.98rem 3.13rem 1.06rem}.mark-wrapper[data-v-3991f6a7]{margin-right:.0879rem}.mark-wrapper img[data-v-3991f6a7]{padding-right:.08rem}.mark-wrapper .dotted-line[data-v-3991f6a7]{width:.2832rem;height:.0098rem;border-top:.0098rem dashed #EC0117;margin-left:.0684rem}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0{width:5.7422rem;height:3.9551rem;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:5.3711rem;height:3.9551rem;left:.3711rem;top:0;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:1.6602rem;height:1.6699rem;left:0;top:.2148rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:1.8652rem;height:1.7578rem;top:.625rem;right:.0391rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1{width:5.8594rem;height:3.9746rem;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img0{position:absolute;width:5.6738rem;height:3.6523rem;left:.1855rem;top:.3223rem;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img1{position:absolute;width:2.0117rem;height:2.0215rem;left:0;top:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item1 .img2{position:absolute;width:1.7773rem;height:1.3672rem;bottom:.0586rem;left:.2344rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2{width:5.7813rem;height:4.4238rem;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img0{position:absolute;width:4.9121rem;height:4.4238rem;top:0;left:.8691rem;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img1{position:absolute;width:3.3691rem;height:1.3477rem;left:0;top:.0195rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item2 .img2{position:absolute;width:1.9238rem;height:1.9238rem;bottom:.6934rem;left:.6543rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3{width:5.957rem;height:4.668rem;position:relative}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img0{position:absolute;width:5.8301rem;height:4.2578rem;top:.3027rem;left:.127rem;z-index:1}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img1{position:absolute;width:1.8652rem;height:1.748rem;left:.4492rem;top:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img2{position:absolute;width:3.0664rem;height:2.9688rem;bottom:0;left:0;z-index:2}[data-v-3991f6a7] .graphic-list .row .img-content .img-item3 .img3{position:absolute;width:3.0566rem;height:.6543rem;top:.3125rem;right:.6934rem;z-index:2}[data-v-3991f6a7] .graphic-list .row .text-content{width:3.584rem}[data-v-3991f6a7] .graphic-list .row .text-content .flex-layout{width:3.7598rem}}@media screen and (max-width: 1179.5px){.subt-margin[data-v-3991f6a7]{margin:1.07rem .43rem}.grey-bg[data-v-3991f6a7]{padding-top:1.12rem}[data-v-3991f6a7] .graphic-list .column:first-of-type{padding-top:0}[data-v-3991f6a7] .graphic-list .column .img-content>div{width:7.33rem;height:5.41rem;position:relative}[data-v-3991f6a7] .graphic-list .column .img-content>div>img{position:absolute}[data-v-3991f6a7] .graphic-list .column .img-content .img0{width:7.33rem;height:5.41rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item0 .img0{left:0;top:0;bottom:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item0 .img1{width:2.29rem;height:2.32rem;left:-.48rem;top:.69rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item0 .img2{width:2.59rem;height:2.43rem;top:.83rem;right:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item1 .img0{width:7.76rem;height:4.99rem;left:0;top:0;bottom:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item1 .img1{width:2.77rem;height:2.8rem;left:-.27rem;top:-.45rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item1 .img2{width:2.45rem;height:1.92rem;bottom:.4rem;left:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item2 .img0{width:6.69rem;height:6.03rem;top:24px;left:0;bottom:2px}[data-v-3991f6a7] .graphic-list .column .img-content .img-item2 .img1{width:4.64rem;height:1.87rem;left:-1.2rem;top:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item2 .img2{width:2.67rem;height:2.67rem;bottom:.93rem;left:-.32rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item3 .img0{width:8.03rem;height:5.81rem;top:0;left:0;bottom:0}[data-v-3991f6a7] .graphic-list .column .img-content .img-item3 .img1{width:2.59rem;height:2.43rem;left:.4rem;top:-.43rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item3 .img2{width:3.41rem;height:3.28rem;bottom:.27rem;left:.17rem}[data-v-3991f6a7] .graphic-list .column .img-content .img-item3 .img3{width:4.53rem;height:.91rem;top:.1ip 2rem;right:.69rem;z-index:3}.mark-wrapper[data-v-3991f6a7]{margin-right:.1067rem;font-size:.37rem}.mark-wrapper img[data-v-3991f6a7]{width:.32rem;height:.37rem;padding-right:.08rem}.mark-wrapper .dotted-line[data-v-3991f6a7]{width:.64rem;height:.0267rem;border-top:.0267rem dashed #EC0117;margin-left:.1067rem}}.mark-wrapper[data-v-2e471690]{display:flex;align-items:center;margin:16px 0;font-size:16px;font-weight:400;color:#1a1a1b;line-height:24px}.mark-wrapper[data-v-2e471690]:last-of-type{margin-right:0}@media screen and (min-width: 1420.5px){.mark-wrapper[data-v-2e471690]{margin-right:48px}img[data-v-2e471690]{padding-right:12px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.mark-wrapper[data-v-2e471690]{margin-right:.29rem}img[data-v-2e471690]{padding-right:.08rem}}@media screen and (max-width: 1179.5px){.mark-wrapper[data-v-2e471690]{margin-right:.43rem;font-size:.37rem}img[data-v-2e471690]{width:.32rem;height:.37rem;padding-right:.08rem}}@media screen and (min-width: 1420.5px){.imgs-content1[data-v-018f5c30]{width:612px;height:333px;position:relative;margin-right:154px}.imgs-content1 .analysis1[data-v-018f5c30]{position:absolute;top:0;left:0;width:367px;height:333px;z-index:2}.imgs-content1 .analysis2[data-v-018f5c30]{position:absolute;top:28px;right:14px;width:191px;height:140px;z-index:2}.imgs-content1 .analysis3[data-v-018f5c30]{position:absolute;bottom:16px;right:0;width:257px;height:175px;z-index:2}.imgs-content1 .analysis4[data-v-018f5c30]{position:absolute;top:21px;left:187px;width:301px;height:299px;z-index:1}.imgs-content2[data-v-018f5c30]{width:586px;height:333px;position:relative;margin-right:180px}.imgs-content2 .integrate1[data-v-018f5c30]{position:absolute;top:4px;left:0;width:366px;height:333px;z-index:2}.imgs-content2 .integrate2[data-v-018f5c30]{position:absolute;top:0;right:0;width:234px;height:178px;z-index:2}.imgs-content2 .integrate3[data-v-018f5c30]{position:absolute;bottom:0;right:16px;width:158px;height:158px;z-index:2}.imgs-content2 .integrate4[data-v-018f5c30]{position:absolute;top:17px;left:187px;width:300px;height:299px;z-index:1}.tab-head>div[data-v-018f5c30]:first-of-type{margin-right:398px}.tab-head h3[data-v-018f5c30]{font-size:26px;padding-left:10px}.tab-content[data-v-018f5c30]{padding:65px 0 86px}.text-content[data-v-018f5c30]{width:533px}.text-content h1[data-v-018f5c30]{font-size:26px}.text-content p[data-v-018f5c30]{font-size:16px;line-height:24px;margin-top:24px}.underline[data-v-018f5c30]{width:100%;height:1px;background-color:#ebedf0;margin-top:15px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.tab-content[data-v-018f5c30]{padding:.52rem 0 1.03rem}.tab-head>div[data-v-018f5c30]:first-of-type{margin-right:3.89rem}.tab-head h3[data-v-018f5c30]{font-size:.25rem;padding-left:.1rem}.text-content[data-v-018f5c30]{width:3.1055rem}.text-content h1[data-v-018f5c30]{font-size:.2539rem}.text-content p[data-v-018f5c30]{font-size:.1563rem;margin-top:.2051rem;line-height:.293rem}.underline[data-v-018f5c30]{width:100%;height:.0098rem;background-color:#ebedf0;margin-top:.1465rem}.imgs-content1[data-v-018f5c30]{width:5.9766rem;height:3.252rem;position:relative;margin-right:1.543rem}.imgs-content1 .analysis1[data-v-018f5c30]{position:absolute;top:0;left:0;width:3.584rem;height:3.252rem;z-index:2}.imgs-content1 .analysis2[data-v-018f5c30]{position:absolute;top:.2734rem;right:.1367rem;width:1.8652rem;height:1.3672rem;z-index:2}.imgs-content1 .analysis3[data-v-018f5c30]{position:absolute;bottom:.1563rem;right:0;width:2.5098rem;height:1.709rem;z-index:2}.imgs-content1 .analysis4[data-v-018f5c30]{position:absolute;top:.2051rem;left:1.8262rem;width:2.9395rem;height:2.9199rem;z-index:1}.imgs-content2[data-v-018f5c30]{width:5.7227rem;height:3.252rem;position:relative;margin-right:1.4746rem}.imgs-content2 .integrate1[data-v-018f5c30]{position:absolute;top:.0391rem;left:0;width:3.5742rem;height:3.252rem;z-index:2}.imgs-content2 .integrate2[data-v-018f5c30]{position:absolute;top:0;right:0;width:2.2852rem;height:1.7383rem;z-index:2}.imgs-content2 .integrate3[data-v-018f5c30]{position:absolute;bottom:0;right:.1563rem;width:1.543rem;height:1.543rem;z-index:2}.imgs-content2 .integrate4[data-v-018f5c30]{position:absolute;top:.166rem;left:1.8262rem;width:2.9297rem;height:2.9199rem;z-index:1}}@media screen and (max-width: 1179.5px){.imgs-content1[data-v-018f5c30],.imgs-content2[data-v-018f5c30]{width:80%;height:4.48rem;position:relative}.imgs-content1 img[data-v-018f5c30],.imgs-content2 img[data-v-018f5c30]{position:absolute}.tab-head img[data-v-018f5c30]{width:.61rem;height:.54rem}.tab-head>div[data-v-018f5c30]:first-of-type{margin-right:1.63rem}.tab-head h3[data-v-018f5c30]{font-size:.43rem;padding-left:.05rem}.tab-content[data-v-018f5c30]{flex-direction:column;padding:.64rem 0 2.13rem}.analysis1[data-v-018f5c30],.integrate1[data-v-018f5c30]{top:0;bottom:0;left:-.45rem;width:4.91rem;height:4.48rem}.analysis2[data-v-018f5c30],.integrate2[data-v-018f5c30]{top:.32rem;right:.5rem}.integrate2[data-v-018f5c30]{top:0}.analysis3[data-v-018f5c30],.integrate3[data-v-018f5c30]{bottom:0;right:.18rem}.analysis4[data-v-018f5c30],.integrate4[data-v-018f5c30]{top:6%;left:25%;z-index:-1}.analysis2[data-v-018f5c30]{width:2.59rem;height:1.92rem}.integrate2[data-v-018f5c30]{width:3.15rem;height:2.43rem}.integrate3[data-v-018f5c30]{width:2.13rem;height:2.16rem;right:.78rem}.analysis3[data-v-018f5c30]{width:3.47rem;height:2.37rem}.analysis4[data-v-018f5c30],.integrate4[data-v-018f5c30]{top:6%;left:25%;z-index:-1;width:4rem;height:4.03rem}.text-content[data-v-018f5c30]{width:9.15rem}.text-content h1[data-v-018f5c30]{margin-top:.45rem;font-size:.4267rem}.text-content p[data-v-018f5c30]{line-height:.53rem;font-size:.37rem;margin-top:.32rem}.underline[data-v-018f5c30]{width:100%;height:.0098rem;background-color:#ebedf0;margin-top:.2667rem}}.tab-head>div[data-v-018f5c30]{cursor:pointer}.tab-head h3[data-v-018f5c30]{color:#1a1a1b;font-weight:600}.tab-head .grey-font[data-v-018f5c30]{color:#969799}.text-content h1[data-v-018f5c30]{font-weight:600;color:#1a1a1b}.text-content p[data-v-018f5c30]{font-weight:400;color:#646566}@media screen and (min-width: 1420.5px){.electronic-seal .access-plan[data-v-2e579126]{width:160px;height:44px;background:#EC0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;outline:none;border:none;margin-top:24px}.electronic-seal .subtitle-p[data-v-2e579126]{margin:16px 0 78px;font-size:18px;font-weight:400;color:#323233}.electronic-seal .module1[data-v-2e579126] .subtitle{margin-top:120px}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box{background-color:#fff}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row{width:850px}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0{width:850px;height:494px;position:relative}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:613px;height:443px;left:134px;top:51px;z-index:1}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:472px;height:307px;left:204px;top:172px;z-index:2}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:284px;height:142px;left:0;top:153px;z-index:3}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:284px;height:182px;left:236px;top:0;z-index:3}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img4{position:absolute;width:284px;height:170px;right:0;top:31px;z-index:3}.electronic-seal .module2[data-v-2e579126] .subtitle{padding:100px 0 128px;background-color:#fbfbfc}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0{width:607px;height:405px;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img5{position:absolute;width:492px;height:338px;left:115px;top:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img6{position:absolute;width:530px;height:346px;right:23px;top:59px;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img7{position:absolute;width:260px;height:100px;left:0;top:29px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img8{position:absolute;width:131px;height:138px;right:0;top:72px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1{width:562px;height:389px;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img9{position:absolute;width:556px;height:285px;bottom:11px;left:6px;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img10{position:absolute;width:530px;height:389px;left:0;bottom:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img11{position:absolute;width:115px;height:178px;top:35px;left:303px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2{width:569px;height:375px;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img12{position:absolute;width:569px;height:368px;right:0;bottom:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img13{position:absolute;width:529px;height:346px;left:31px;bottom:17px;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img14{position:absolute;width:124px;height:124px;top:0;left:12px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img15{position:absolute;width:211px;height:365px;top:0;right:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3{width:627px;height:405px;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img16{position:absolute;width:625px;height:273px;left:2px;bottom:8px;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img17{position:absolute;width:530px;height:405px;left:0;top:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img18{position:absolute;width:266px;height:111px;left:73px;bottom:265px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img19{position:absolute;width:166px;height:124px;right:41px;bottom:106px;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4{width:614px;height:368px;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img20{position:absolute;width:569px;height:368px;bottom:0;left:25px;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img21{position:absolute;width:530px;height:346px;left:73px;top:3px;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img22{position:absolute;width:196px;height:89px;top:153px;left:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img23{position:absolute;width:131px;height:133px;top:136px;right:0;z-index:3}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.electronic-seal .access-plan[data-v-2e579126]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;outline:none;border:none;margin-top:.2344rem}.electronic-seal .subtitle-p[data-v-2e579126]{margin:.1563rem 0 .7617rem;font-size:.1758rem;font-weight:400;color:#323233}.electronic-seal .module1[data-v-2e579126] .subtitle{margin-top:1.1816rem}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box{background-color:#fff;padding-top:0}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row{width:8.3008rem}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0{width:8.3008rem;height:4.8242rem;position:relative}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:5.9863rem;height:4.3262rem;left:1.3086rem;top:.498rem;z-index:1}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:4.6094rem;height:2.998rem;left:1.9922rem;top:1.6797rem;z-index:2}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:2.7734rem;height:1.3867rem;left:0;top:1.4941rem;z-index:3}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:2.7734rem;height:1.7773rem;left:2.3047rem;top:0;z-index:3}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img4{position:absolute;width:2.7734rem;height:1.6602rem;right:0;top:.3027rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .subtitle{padding:.9766rem 0 .8203rem;background-color:#fbfbfc}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .text-content{width:3.4473rem}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0{width:5.9277rem;height:3.9551rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img5{position:absolute;width:4.8047rem;height:3.3008rem;left:1.123rem;top:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img6{position:absolute;width:5.1758rem;height:3.3789rem;right:.2246rem;top:.5762rem;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img7{position:absolute;width:2.5391rem;height:.9766rem;left:0;top:.2832rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item0 .img8{position:absolute;width:1.2793rem;height:1.3477rem;right:0;top:.7031rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1{width:5.4883rem;height:3.7988rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img9{position:absolute;width:5.4297rem;height:2.7832rem;bottom:.1074rem;left:.0586rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img10{position:absolute;width:5.1758rem;height:3.7988rem;left:0;bottom:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item1 .img11{position:absolute;width:1.123rem;height:1.7383rem;top:.3418rem;left:2.959rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2{width:5.5566rem;height:3.6621rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img12{position:absolute;width:5.5566rem;height:3.5938rem;right:0;bottom:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img13{position:absolute;width:5.166rem;height:3.3789rem;left:.3027rem;bottom:.166rem;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img14{position:absolute;width:1.2109rem;height:1.2109rem;top:0;left:.1172rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item2 .img15{position:absolute;width:2.0605rem;height:3.5645rem;top:0;right:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3{width:6.123rem;height:3.9551rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img16{position:absolute;width:6.1035rem;height:2.666rem;left:.0195rem;bottom:.0781rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img17{position:absolute;width:5.1758rem;height:3.9551rem;left:0;top:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img18{position:absolute;width:2.5977rem;height:1.084rem;left:.7129rem;bottom:2.5879rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item3 .img19{position:absolute;width:1.6211rem;height:1.2109rem;right:.4004rem;bottom:1.0352rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4{width:5.9961rem;height:3.5938rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img20{position:absolute;width:5.5566rem;height:3.5938rem;bottom:0;left:.2441rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img21{position:absolute;width:5.1758rem;height:3.3789rem;left:.7129rem;top:.0293rem;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img22{position:absolute;width:1.9141rem;height:.8691rem;top:1.4941rem;left:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .row .img-content .img-item4 .img23{position:absolute;width:1.2793rem;height:1.2988rem;top:1.3281rem;right:0;z-index:3}}@media screen and (max-width: 1179.5px){.electronic-seal .subtitle-p[data-v-2e579126]{margin:.4267rem 0 -.56rem;font-size:.48rem;font-weight:400;color:#323233}.electronic-seal .module1[data-v-2e579126] .subtitle{margin-top:1.0667rem}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box{background-color:#fff}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column{width:8.8267rem;margin:0 auto}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0{width:8.8267rem;height:16.56rem;position:relative}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img0{position:absolute;width:0;height:0;left:0;top:0;z-index:1}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img1{position:absolute;width:8.8267rem;height:5.7333rem;left:0;right:0;bottom:0;z-index:1}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img2{position:absolute;width:7.5733rem;height:3.7333rem;left:.6133rem;bottom:5.2533rem;z-index:2}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img3{position:absolute;width:7.5733rem;height:4.8rem;left:.6133rem;top:0;z-index:4}.electronic-seal .module1[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img4{position:absolute;width:7.5733rem;height:4.48rem;left:.6133rem;top:3.9467rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .subtitle{padding:1.0667rem 0 .72rem;background-color:#fbfbfc}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0{width:8.16rem;height:5.44rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img5{position:absolute;width:6.56rem;height:4.5333rem;left:1.5467rem;top:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img6{position:absolute;width:7.12rem;height:4.6667rem;right:.2933rem;bottom:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img7{position:absolute;width:3.52rem;height:1.36rem;left:0;top:.3733rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item0 .img8{position:absolute;width:1.7867rem;height:1.7867rem;right:0;top:.9333rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item1{width:7.52rem;height:5.2rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item1 .img9{position:absolute;width:7.4133rem;height:3.84rem;bottom:.1333rem;left:.1067rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item1 .img10{position:absolute;width:7.12rem;height:5.2rem;left:0;bottom:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item1 .img11{position:absolute;width:1.5733rem;height:2.4267rem;top:.4533rem;left:4.0533rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item2{width:7.6rem;height:5.0133rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item2 .img12{position:absolute;width:7.5733rem;height:4.9067rem;right:.0267rem;bottom:0;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item2 .img13{position:absolute;width:7.12rem;height:4.64rem;left:.3733rem;bottom:.2133rem;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item2 .img14{position:absolute;width:1.7067rem;height:1.68rem;top:.0533rem;left:.1333rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item2 .img15{position:absolute;width:2.8533rem;height:4.9067rem;top:0;right:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item3{width:8.3733rem;height:5.4133rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item3 .img16{position:absolute;width:8.32rem;height:3.6533rem;left:.0533rem;bottom:.1067rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item3 .img17{position:absolute;width:7.12rem;height:5.4133rem;left:0;top:0;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item3 .img18{position:absolute;width:3.6rem;height:1.52rem;left:.96rem;bottom:3.52rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item3 .img19{position:absolute;width:2.24rem;height:1.7067rem;right:.5333rem;bottom:1.4133rem;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item4{width:8.2133rem;height:4.9067rem;position:relative}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item4 .img20{position:absolute;width:7.6rem;height:4.9067rem;bottom:0;left:.3467rem;z-index:1}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item4 .img21{position:absolute;width:7.12rem;height:4.64rem;left:.96rem;top:.0267rem;z-index:2}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item4 .img22{position:absolute;width:2.6667rem;height:1.2267rem;top:2.0267rem;left:0;z-index:3}.electronic-seal .module2[data-v-2e579126] .graphic-list .content-box .column .img-content .img-item4 .img23{position:absolute;width:1.7867rem;height:1.84rem;top:1.7867rem;right:0;z-index:3}}@media screen and (min-width: 1420.5px){.change-tab .row[data-v-30d3a0e8]{display:flex;align-items:center;flex-flow:row;width:836px;margin:0 auto}.change-tab .row .right[data-v-30d3a0e8]{order:2}.change-tab .row .right .tab-list[data-v-30d3a0e8]{display:flex;flex-direction:row;align-items:center}.change-tab .row .right .tab-list .tab[data-v-30d3a0e8]{width:114px;height:36px;transform:skew(-15deg);text-align:center;line-height:36px;margin-right:14px;cursor:pointer}.change-tab .row .right .tab-list .tab .tab-name[data-v-30d3a0e8]{font-size:14px;font-weight:400;color:#fff;transform:skew(15deg)}.change-tab .row .right .tab-list .tab[data-v-30d3a0e8]:last-child{margin-right:0}.change-tab .row .right .tab-list .active[data-v-30d3a0e8]{background:#EC0117}.change-tab .row .right .tab-list .active .tab-name[data-v-30d3a0e8]{color:#fff}.change-tab .row .right .tab-list .inactive[data-v-30d3a0e8]{background:#F5F6F7;border-radius:1px}.change-tab .row .right .tab-list .inactive .tab-name[data-v-30d3a0e8]{color:#646566}.change-tab .row .right .info[data-v-30d3a0e8]{margin-top:24px}.change-tab .row .right .info .title[data-v-30d3a0e8]{font-size:18px;font-weight:500;color:#1a1a1b;margin-bottom:12px}.change-tab .row .right .info .desc[data-v-30d3a0e8]{font-size:14px;font-weight:400;color:#646566;line-height:20px}.change-tab .row .left[data-v-30d3a0e8]{order:1}.change-tab .row .left .show-photo[data-v-30d3a0e8]{margin-right:80px;width:352px;height:353px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.change-tab .row[data-v-30d3a0e8]{display:flex;align-items:center;flex-flow:row;width:7.3633rem;margin:0 auto}.change-tab .row .right[data-v-30d3a0e8]{order:2}.change-tab .row .right .tab-list[data-v-30d3a0e8]{display:flex;flex-direction:row;align-items:center}.change-tab .row .right .tab-list .tab[data-v-30d3a0e8]{width:1.1133rem;height:.3516rem;transform:skew(-15deg);text-align:center;line-height:.3516rem;margin-right:.1367rem;cursor:pointer}.change-tab .row .right .tab-list .tab .tab-name[data-v-30d3a0e8]{font-size:.1367rem;font-weight:400;color:#fff;transform:skew(15deg)}.change-tab .row .right .tab-list .tab[data-v-30d3a0e8]:last-child{margin-right:0}.change-tab .row .right .tab-list .active[data-v-30d3a0e8]{background:#EC0117}.change-tab .row .right .tab-list .active .tab-name[data-v-30d3a0e8]{color:#fff}.change-tab .row .right .tab-list .inactive[data-v-30d3a0e8]{background:#F5F6F7;border-radius:.0098rem}.change-tab .row .right .tab-list .inactive .tab-name[data-v-30d3a0e8]{color:#646566}.change-tab .row .right .info[data-v-30d3a0e8]{margin-top:.2344rem}.change-tab .row .right .info .title[data-v-30d3a0e8]{font-size:.1758rem;font-weight:500;color:#1a1a1b;margin-bottom:.1172rem}.change-tab .row .right .info .desc[data-v-30d3a0e8]{font-size:.1367rem;font-weight:400;color:#646566;line-height:.1953rem}.change-tab .row .left[data-v-30d3a0e8]{order:1}.change-tab .row .left .show-photo[data-v-30d3a0e8]{margin-right:.7813rem;width:3.4375rem;height:3.4473rem}}@media screen and (max-width: 1179.5px){.change-tab .column[data-v-30d3a0e8]{display:flex;align-items:center;flex-direction:column;width:8.5867rem;margin:0 auto}.change-tab .column .right .tab-list[data-v-30d3a0e8]{display:flex;flex-direction:row;align-items:center;justify-content:center}.change-tab .column .right .tab-list .tab[data-v-30d3a0e8]{width:2.56rem;height:.8533rem;transform:skew(-15deg);text-align:center;line-height:.8533rem;margin-right:.4267rem;cursor:pointer}.change-tab .column .right .tab-list .tab .tab-name[data-v-30d3a0e8]{font-size:.32rem;font-weight:400;color:#fff;transform:skew(15deg)}.change-tab .column .right .tab-list .tab[data-v-30d3a0e8]:last-child{margin-right:0}.change-tab .column .right .tab-list .active[data-v-30d3a0e8]{background:#EC0117}.change-tab .column .right .tab-list .active .tab-name[data-v-30d3a0e8]{color:#fff}.change-tab .column .right .tab-list .inactive[data-v-30d3a0e8]{background:#F5F6F7;border-radius:.0267rem}.change-tab .column .right .tab-list .inactive .tab-name[data-v-30d3a0e8]{color:#646566}.change-tab .column .right .info[data-v-30d3a0e8]{margin-top:.4267rem;text-align:center}.change-tab .column .right .info .title[data-v-30d3a0e8]{font-size:.48rem;font-weight:500;color:#1a1a1b;margin-bottom:.1067rem}.change-tab .column .right .info .desc[data-v-30d3a0e8]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}.change-tab .column .left[data-v-30d3a0e8]{margin-top:.7733rem}.change-tab .column .left .show-photo[data-v-30d3a0e8]{width:6.1867rem;height:6.2133rem}}@media screen and (min-width: 1420.5px){.high-beat-meter .access-plan[data-v-7f786782]{width:160px;height:44px;background:#EC0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;outline:none;border:none;margin-top:24px}.high-beat-meter .module1[data-v-7f786782]{padding-bottom:100px}.high-beat-meter .module1[data-v-7f786782] .subtitle{margin-top:120px;margin-bottom:100px}.high-beat-meter .module2[data-v-7f786782] .subtitle{padding:100px 0 101px;background-color:#fbfbfc}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0{width:589px;height:442px;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:327px;height:153px;left:10px;top:9px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:284px;height:116px;right:0;top:94px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:497px;height:442px;left:79px;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:589px;height:285px;right:0;bottom:15px;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1{width:551px;height:443px;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:129px;height:128px;top:133px;left:36px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:77px;height:77px;left:82px;top:45px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:129px;height:129px;top:8px;left:205px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:129px;height:128px;right:88px;top:116px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img8{position:absolute;width:496px;height:443px;left:14px;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img9{position:absolute;width:551px;height:286px;bottom:14px;left:0;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2{width:589px;height:441px;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:497px;height:497px;left:79px;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:589px;height:286px;left:0;bottom:14px;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3{width:558px;height:443px;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:127px;height:126px;left:0;bottom:35px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:129px;height:128px;right:53px;top:140px;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:496px;height:443px;left:19px;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img15{position:absolute;width:551px;height:286px;left:7px;bottom:14px;z-index:1}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.high-beat-meter .access-plan[data-v-7f786782]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;outline:none;border:none;margin-top:.2344rem}.high-beat-meter .module1[data-v-7f786782]{padding-bottom:.7715rem}.high-beat-meter .module1[data-v-7f786782] .subtitle{margin-top:1.1719rem;margin-bottom:.9766rem}.high-beat-meter .module2[data-v-7f786782] .subtitle{padding:.9766rem 0 .5664rem;background-color:#fbfbfc}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .text-content{width:3.3984rem}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0{width:5.752rem;height:4.3164rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:3.1934rem;height:1.4941rem;left:.0977rem;top:.0879rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:2.7734rem;height:1.1328rem;right:0;top:.918rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:4.8535rem;height:4.3164rem;left:.7715rem;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:5.752rem;height:2.7832rem;right:0;bottom:.1465rem;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1{width:5.3809rem;height:4.3262rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:1.2598rem;height:1.25rem;top:1.2988rem;left:.3516rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:.752rem;height:.752rem;left:.8008rem;top:.4395rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:1.2598rem;height:1.2598rem;top:.0781rem;left:2.002rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:1.2598rem;height:1.25rem;right:.8594rem;top:1.1328rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img8{position:absolute;width:4.8438rem;height:4.3262rem;left:.1367rem;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item1 .img9{position:absolute;width:5.3809rem;height:2.793rem;bottom:.1367rem;left:0;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2{width:5.752rem;height:4.3066rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:4.8535rem;height:4.8535rem;left:.7715rem;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:5.752rem;height:2.793rem;left:0;bottom:.1367rem;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3{width:5.4492rem;height:4.3262rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:1.2402rem;height:1.2305rem;left:0;bottom:.3418rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:1.2598rem;height:1.25rem;right:.5176rem;top:1.3672rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:4.8438rem;height:4.3262rem;left:.1855rem;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .row .img-content .img-item3 .img15{position:absolute;width:5.3809rem;height:2.793rem;left:.0684rem;bottom:.1367rem;z-index:1}}@media screen and (max-width: 1179.5px){.high-beat-meter .module1[data-v-7f786782]{padding-bottom:.72rem}.high-beat-meter .module1[data-v-7f786782] .subtitle{margin-top:1.0667rem;margin-bottom:.8533rem}.high-beat-meter .module2[data-v-7f786782] .subtitle{padding:1.0667rem 0 .72rem;background-color:#fbfbfc}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .text-content{width:8.32rem}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item0{width:8.0533rem;height:5.8933rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item0 .img0{position:absolute;width:4.4rem;height:2.1067rem;left:.1067rem;top:.08rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item0 .img1{position:absolute;width:3.84rem;height:1.6rem;right:0;top:1.2267rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item0 .img2{position:absolute;width:6.64rem;height:5.8933rem;left:1.04rem;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item0 .img3{position:absolute;width:7.84rem;height:3.8133rem;right:0;bottom:.2133rem;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1{width:7.3333rem;height:5.92rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img4{position:absolute;width:1.76rem;height:1.7333rem;top:1.76rem;left:.4533rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img5{position:absolute;width:1.0667rem;height:1.0667rem;left:1.0667rem;top:.5867rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img6{position:absolute;width:1.7867rem;height:1.76rem;top:.08rem;left:2.6933rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img7{position:absolute;width:1.76rem;height:1.76rem;right:1.1467rem;top:1.52rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img8{position:absolute;width:6.6667rem;height:5.92rem;left:.16rem;top:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item1 .img9{position:absolute;width:7.3333rem;height:3.84rem;bottom:.1867rem;left:0;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item2{width:7.84rem;height:5.8933rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item2 .img10{position:absolute;width:6.64rem;height:5.8933rem;left:1.04rem;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item2 .img11{position:absolute;width:7.84rem;height:3.8133rem;left:0;bottom:.2133rem;z-index:1}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item3{width:7.44rem;height:5.92rem;position:relative}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item3 .img12{position:absolute;width:1.7333rem;height:1.7333rem;left:0;bottom:.4533rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item3 .img13{position:absolute;width:1.7867rem;height:1.76rem;right:.6667rem;top:1.84rem;z-index:3}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item3 .img14{position:absolute;width:6.6667rem;height:5.92rem;left:.24rem;bottom:0;z-index:2}.high-beat-meter .module2[data-v-7f786782] .graphic-list .content-box .column .img-content .img-item3 .img15{position:absolute;width:7.3333rem;height:3.8133rem;left:.1067rem;bottom:.2133rem;z-index:1}}.lottie-animation-container{width:var(--lottie-animation-container-width);height:var(--lottie-animation-container-height);background-color:var(--lottie-animation-container-background-color);overflow:hidden;margin:0 auto}.anim-wrapper[data-v-e2090444]{margin:0 auto}@media screen and (min-width: 1420.5px){.anim-wrapper[data-v-e2090444]{width:950px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.anim-wrapper[data-v-e2090444]{width:10.68rem}}.red-btn[data-v-17578e9a]{background:#EC0117;color:#fff;text-align:center;cursor:pointer;width:160px;height:44px;line-height:44px;margin-top:24px}@media screen and (min-width: 1420.5px){.circle-wrapper[data-v-17578e9a]{margin:120px 0 42px}.intergrate-wrapper[data-v-17578e9a]{padding:120px 0 42px;background:#fbfbfc}.desc[data-v-17578e9a]{font-size:18px;font-weight:400;color:#323233;text-align:center;margin-top:16px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.circle-wrapper[data-v-17578e9a]{margin:.98rem 0 .5859rem}.intergrate-wrapper[data-v-17578e9a]{padding:.98rem 0 .41rem;background:#fbfbfc}.desc[data-v-17578e9a]{font-size:.1758rem;font-weight:400;color:#323233;text-align:center;margin-top:.1563rem}.gif-div[data-v-17578e9a]{width:100%;margin-bottom:.9766rem;display:flex;flex-direction:row;justify-content:center}.gif-div .animate_gif[data-v-17578e9a]{width:5.8594rem;height:auto}}@media screen and (max-width: 1179.5px){.circle-wrapper[data-v-17578e9a]{margin:1.07rem 0 .8rem}.intergrate-wrapper[data-v-17578e9a]{padding:1.07rem 0 .7rem;background:#fbfbfc}.desc[data-v-17578e9a]{font-size:.3733rem;font-weight:400;color:#646566;text-align:center;margin-top:.32rem}.gif-div[data-v-17578e9a]{width:100%;margin-bottom:1.0667rem;display:flex;flex-direction:row;justify-content:center}.gif-div .animate_gif[data-v-17578e9a]{width:100%;height:auto}}@media screen and (min-width: 1420.5px){.tip-image-box[data-v-30479de3]{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-top:118px}.tip-image-box .left .left-image[data-v-30479de3]{width:484px;height:424px}.tip-image-box .right .tip-list[data-v-30479de3]{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.tip-image-box .right .tip-list .tip-image[data-v-30479de3]{width:62px;height:62px;margin-right:11px}.tip-image-box .right .tip-list .text-content .title[data-v-30479de3]{font-size:18px;font-weight:500;color:#1a1a1b;line-height:26px;margin-bottom:8px}.tip-image-box .right .tip-list .text-content .desc[data-v-30479de3]{width:340px;font-size:14px;font-weight:400;color:#646566;line-height:20px;word-wrap:break-word;word-break:break-all}.tip-image-box .right .tip-list[data-v-30479de3]:last-child{margin-bottom:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.tip-image-box[data-v-30479de3]{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;margin-top:1.1523rem}.tip-image-box .left .left-image[data-v-30479de3]{width:4.7266rem;height:4.1406rem}.tip-image-box .right .tip-list[data-v-30479de3]{display:flex;flex-direction:row;align-items:center;margin-bottom:.2344rem}.tip-image-box .right .tip-list .tip-image[data-v-30479de3]{width:.6055rem;height:.6055rem;margin-right:.1074rem}.tip-image-box .right .tip-list .text-content .title[data-v-30479de3]{font-size:.1758rem;font-weight:500;color:#1a1a1b;line-height:.2539rem;margin-bottom:.0781rem}.tip-image-box .right .tip-list .text-content .desc[data-v-30479de3]{width:3.3203rem;font-size:.1367rem;font-weight:400;color:#646566;line-height:.1953rem;word-wrap:break-word;word-break:break-all}.tip-image-box .right .tip-list[data-v-30479de3]:last-child{margin-bottom:0}}@media screen and (max-width: 1179.5px){.tip-image-box[data-v-30479de3]{display:flex;flex-direction:column;align-items:center;margin-top:.8rem}.tip-image-box .left .left-image[data-v-30479de3]{width:7.2rem;height:6.32rem;margin-bottom:.2933rem}.tip-image-box .right[data-v-30479de3]{padding:0 .4267rem 0 .4rem}.tip-image-box .right .tip-list[data-v-30479de3]{display:flex;flex-direction:row;align-items:center;margin-bottom:.8rem}.tip-image-box .right .tip-list .tip-image[data-v-30479de3]{width:1.6533rem;height:1.6533rem;margin-right:.2933rem}.tip-image-box .right .tip-list .text-content .title[data-v-30479de3]{font-size:.4267rem;font-weight:500;color:#1a1a1b;line-height:.64rem;margin-bottom:.16rem}.tip-image-box .right .tip-list .text-content .desc[data-v-30479de3]{font-size:.32rem;font-weight:400;color:#646566;line-height:.48rem}.tip-image-box .right .tip-list[data-v-30479de3]:last-child{margin-bottom:0}}@media screen and (min-width: 1420.5px){.seal-cabinet .module1[data-v-99334ab6]{padding:120px 0 30px}.seal-cabinet .module2[data-v-99334ab6] .subtitle{padding:100px 0 101px;background-color:#fbfbfc}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0{width:589px;height:458px;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:162px;height:162px;left:69px;top:58px;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:150px;height:149px;left:253px;top:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:152px;height:149px;right:5px;top:58px;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:497px;height:427px;right:13px;top:31px;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img4{position:absolute;width:589px;height:426px;right:0;top:17px;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1{width:570px;height:443px;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:266px;height:120px;bottom:32px;left:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:266px;height:120px;right:9px;bottom:10px;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:496px;height:429px;top:14px;left:33px;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img8{position:absolute;width:551px;height:428px;top:0;left:19px;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2{width:589px;height:441px;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:497px;height:427px;left:79px;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:589px;height:426px;left:0;bottom:15px;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3{width:551px;height:443px;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img11{position:absolute;width:150px;height:149px;left:0;bottom:186px;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:135px;height:135px;right:21px;bottom:82px;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:496px;height:427px;left:33px;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:551px;height:428px;left:19px;bottom:15px;z-index:1}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.seal-cabinet .module1[data-v-99334ab6]{padding:1.1719rem 0 .293rem}.seal-cabinet .module2[data-v-99334ab6] .subtitle{padding:.9766rem 0 .9863rem;background-color:#fbfbfc}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .text-content{width:3.5547rem}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0{width:5.752rem;height:4.4727rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:1.582rem;height:1.582rem;left:.6738rem;top:.5664rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:1.4648rem;height:1.4551rem;left:2.4707rem;top:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:1.4844rem;height:1.4551rem;right:.0488rem;top:.5664rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:4.8535rem;height:4.1699rem;right:.127rem;top:.3027rem;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item0 .img4{position:absolute;width:5.752rem;height:4.1602rem;right:0;top:.166rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1{width:5.5664rem;height:4.3262rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:2.5977rem;height:1.1719rem;bottom:.3125rem;left:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:2.5977rem;height:1.1719rem;right:.0879rem;bottom:.0977rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:4.8438rem;height:4.1895rem;top:.1367rem;left:.3223rem;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item1 .img8{position:absolute;width:5.3809rem;height:4.1797rem;top:0;left:.1855rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2{width:5.752rem;height:4.3066rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:4.8535rem;height:4.1699rem;left:.7715rem;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:5.752rem;height:4.1602rem;left:0;bottom:.1465rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3{width:5.3809rem;height:4.3262rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img11{position:absolute;width:1.4648rem;height:1.4551rem;left:0;bottom:1.8164rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:1.3184rem;height:1.3184rem;right:.2051rem;bottom:.8008rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:4.8438rem;height:4.1699rem;left:.3223rem;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:5.3809rem;height:4.1797rem;left:.1855rem;bottom:.1465rem;z-index:1}}@media screen and (max-width: 1179.5px){.seal-cabinet[data-v-99334ab6] .child-banner-bg-img{height:11.4667rem}.seal-cabinet .module1[data-v-99334ab6]{padding:1.0667rem 0 1.6rem}.seal-cabinet .module2[data-v-99334ab6] .subtitle{padding:1.0667rem 0 .8rem;background-color:#fbfbfc}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .text-content{width:8.32rem}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content{margin-top:.3733rem}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0{width:7.84rem;height:6.1333rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0 .img0{position:absolute;width:2.2133rem;height:2.1867rem;left:.88rem;top:.7733rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0 .img1{position:absolute;width:2.0533rem;height:2.0267rem;left:3.3333rem;top:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0 .img2{position:absolute;width:2.08rem;height:2.0267rem;right:.0267rem;top:.7733rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0 .img3{position:absolute;width:6.64rem;height:5.7333rem;right:.16rem;top:.4rem;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item0 .img4{position:absolute;width:7.84rem;height:5.68rem;right:0;top:.24rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item1{width:7.6rem;height:5.92rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item1 .img5{position:absolute;width:3.5733rem;height:1.6267rem;bottom:.4267rem;left:0;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item1 .img6{position:absolute;width:3.6rem;height:1.6267rem;right:.08rem;bottom:.1333rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item1 .img7{position:absolute;width:6.6667rem;height:5.76rem;top:.16rem;left:.4267rem;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item1 .img8{position:absolute;width:7.3333rem;height:5.7067rem;top:0;left:.2667rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item2{width:7.84rem;height:5.8933rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item2 .img9{position:absolute;width:6.64rem;height:5.7333rem;left:1.04rem;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item2 .img10{position:absolute;width:7.84rem;height:5.68rem;left:0;bottom:.2133rem;z-index:1}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item3{width:7.6rem;height:5.92rem;position:relative}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item3 .img11{position:absolute;width:2.0267rem;height:2.0267rem;left:0;bottom:2.48rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item3 .img12{position:absolute;width:1.8667rem;height:1.84rem;right:.24rem;bottom:1.0933rem;z-index:3}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item3 .img13{position:absolute;width:6.6667rem;height:5.7333rem;left:.4267rem;bottom:0;z-index:2}.seal-cabinet .module2[data-v-99334ab6] .graphic-list .content-box .column .img-content .img-item3 .img14{position:absolute;width:7.3333rem;height:5.7067rem;left:.2667rem;bottom:.2133rem;z-index:1}}.red-btn[data-v-99334ab6]{background:#EC0117;color:#fff;text-align:center;cursor:pointer;width:160px;height:44px;line-height:44px;margin-top:24px;font-size:16px}.red-btn[data-v-99334ab6]:hover{text-decoration:none}@media screen and (min-width: 1420.5px){.seal-cylinder .access-plan[data-v-1e7c35ff]{width:160px;height:44px;background:#EC0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;outline:none;border:none;margin-top:24px}.seal-cylinder .module1[data-v-1e7c35ff] .subtitle{margin-bottom:57px;margin-top:120px}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box{background-color:#fff}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row{width:934px}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0{width:295px;height:444px;position:relative}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:295px;height:265px;left:0;top:74px;z-index:1}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:205px;height:444px;left:54px;top:0;z-index:2}.seal-cylinder .module1 .tips-box[data-v-1e7c35ff]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;width:340px;margin-top:16px}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]{margin-right:24px;margin-bottom:17px;display:flex;flex-direction:row;align-items:center}.seal-cylinder .module1 .tips-box .tips .check-icon[data-v-1e7c35ff]{width:24px;height:24px;margin-right:4px}.seal-cylinder .module1 .tips-box .tips .check-span[data-v-1e7c35ff]{font-size:16px;font-weight:400;color:#1a1a1b}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]:nth-child(3){margin-right:0}.seal-cylinder .module2[data-v-1e7c35ff] .subtitle{padding:100px 0 101px;background-color:#fbfbfc}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0{width:589px;height:442px;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:589px;height:427px;left:0;top:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:497px;height:427px;right:13px;top:15px;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1{width:551px;height:443px;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:551px;height:285px;bottom:15px;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:496px;height:443px;left:14px;bottom:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:284px;height:116px;top:190px;left:42px;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:284px;height:116px;bottom:39px;right:76px;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2{width:598px;height:441px;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img8{position:absolute;width:589px;height:286px;right:9px;bottom:14px;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:497px;height:441px;left:79px;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:302px;height:137px;top:60px;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:302px;height:137px;top:10px;right:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3{width:551px;height:443px;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:551px;height:285px;left:0;bottom:15px;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:496px;height:443px;left:14px;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4{width:608px;height:461px;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img14{position:absolute;width:589px;height:286px;bottom:14px;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img15{position:absolute;width:497px;height:441px;left:79px;top:20px;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img16{position:absolute;width:302px;height:166px;top:35px;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img17{position:absolute;width:302px;height:166px;top:0;right:0;z-index:3}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.seal-cylinder .access-plan[data-v-1e7c35ff]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;outline:none;border:none;margin-top:.2344rem;cursor:pointer}.seal-cylinder .module1[data-v-1e7c35ff] .subtitle{margin-bottom:.5566rem;margin-top:1.1719rem}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box{background-color:#fff}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row{width:9.1211rem}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .text-content{width:3.9063rem}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0{width:2.8809rem;height:4.3359rem;position:relative}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:2.8809rem;height:2.5879rem;left:0;top:.7227rem;z-index:1}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:2.002rem;height:4.3359rem;left:.5273rem;top:0;z-index:2}.seal-cylinder .module1 .tips-box[data-v-1e7c35ff]{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;width:3.418rem;margin-top:.1563rem}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]{margin-right:.2344rem;margin-bottom:.166rem;display:flex;flex-direction:row;align-items:center}.seal-cylinder .module1 .tips-box .tips .check-icon[data-v-1e7c35ff]{width:.2344rem;height:.2344rem;margin-right:.0391rem}.seal-cylinder .module1 .tips-box .tips .check-span[data-v-1e7c35ff]{font-size:.1563rem;font-weight:400;color:#1a1a1b}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]:nth-child(3){margin-right:0}.seal-cylinder .module2[data-v-1e7c35ff] .subtitle{padding:.9766rem 0 .9863rem;background-color:#fbfbfc}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .text-content{width:3.4961rem}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0{width:5.752rem;height:4.3164rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:5.752rem;height:4.1699rem;left:0;top:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:4.8535rem;height:4.1699rem;right:.127rem;top:.1465rem;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1{width:5.3809rem;height:4.3262rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:5.3809rem;height:2.7832rem;bottom:.1465rem;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:4.8438rem;height:4.3262rem;left:.1367rem;bottom:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:2.7734rem;height:1.1328rem;top:1.8555rem;left:.4102rem;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:2.7734rem;height:1.1328rem;bottom:.3809rem;right:.7422rem;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2{width:5.8398rem;height:4.3066rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img8{position:absolute;width:5.752rem;height:2.793rem;right:.0879rem;bottom:.1367rem;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:4.8535rem;height:4.3066rem;left:.7715rem;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:2.9492rem;height:1.3379rem;top:.5859rem;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:2.9492rem;height:1.3379rem;top:.0977rem;right:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3{width:5.3809rem;height:4.3262rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:5.3809rem;height:2.7832rem;left:0;bottom:.1465rem;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:4.8438rem;height:4.3262rem;left:.1367rem;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4{width:5.9375rem;height:4.502rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img14{position:absolute;width:5.752rem;height:2.793rem;bottom:.1367rem;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img15{position:absolute;width:4.8535rem;height:4.3066rem;left:.7715rem;top:.1953rem;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img16{position:absolute;width:2.9492rem;height:1.6211rem;top:.3418rem;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .row .img-content .img-item4 .img17{position:absolute;width:2.9492rem;height:1.6211rem;top:0;right:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box:nth-child(1){padding:.4297rem 0 1.5332rem}}@media screen and (max-width: 1179.5px){.seal-cylinder .module1[data-v-1e7c35ff] .subtitle{margin-top:1.0667rem;margin-bottom:-.24rem}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box{background-color:#fff}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column{flex-flow:column}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .img-content{order:1}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0{width:4.72rem;height:7.12rem;position:relative}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0 .img0{position:absolute;width:4.7467rem;height:4.24rem;left:0;top:1.0933rem;z-index:1}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0 .img1{position:absolute;width:3.28rem;height:7.12rem;left:.7467rem;top:0;z-index:2}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .text-content-div{order:2}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .text-content-div .text-content{width:9.1467rem;margin-top:.64rem}.seal-cylinder .module1[data-v-1e7c35ff] .graphic-list .content-box .column .text-content-div .text-content .title{text-align:left}.seal-cylinder .module1 .tips-box[data-v-1e7c35ff]{order:2;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;width:9.0667rem;margin-top:.32rem}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]{margin-right:.64rem;margin-bottom:.4533rem;display:flex;flex-direction:row;align-items:center}.seal-cylinder .module1 .tips-box .tips .check-icon[data-v-1e7c35ff]{width:.64rem;height:.64rem;margin-right:.1067rem}.seal-cylinder .module1 .tips-box .tips .check-span[data-v-1e7c35ff]{font-size:.4267rem;font-weight:400;color:#1a1a1b}.seal-cylinder .module1 .tips-box .tips[data-v-1e7c35ff]:nth-child(3){margin-right:0}.seal-cylinder .module2[data-v-1e7c35ff] .subtitle{padding:1.0667rem 0 .72rem;background-color:#fbfbfc}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0{width:7.84rem;height:5.8933rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0 .img2{position:absolute;width:7.84rem;height:5.68rem;left:0;top:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item0 .img3{position:absolute;width:6.64rem;height:5.7333rem;left:1.04rem;top:.16rem;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item1{width:7.3333rem;height:5.92rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item1 .img4{position:absolute;width:7.3333rem;height:3.84rem;bottom:.1867rem;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item1 .img5{position:absolute;width:6.6667rem;height:5.92rem;left:.16rem;bottom:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item1 .img6{position:absolute;width:3.84rem;height:1.6rem;top:2.5067rem;left:.5333rem;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item1 .img7{position:absolute;width:3.84rem;height:1.6rem;bottom:.5067rem;right:.9867rem;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item2{width:7.9733rem;height:5.8933rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item2 .img8{position:absolute;width:7.84rem;height:3.8133rem;right:.1333rem;bottom:.2133rem;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item2 .img9{position:absolute;width:6.64rem;height:5.8933rem;left:1.04rem;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item2 .img10{position:absolute;width:4.08rem;height:1.8667rem;top:.7733rem;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item2 .img11{position:absolute;width:4.0533rem;height:1.8667rem;top:.1067rem;right:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item3{width:7.3333rem;height:5.92rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item3 .img12{position:absolute;width:7.3333rem;height:3.84rem;left:0;bottom:.1867rem;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item3 .img13{position:absolute;width:6.6667rem;height:5.92rem;left:.16rem;top:0;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item4{width:8.1867rem;height:6.1867rem;position:relative}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item4 .img14{position:absolute;width:7.84rem;height:3.8133rem;bottom:.2133rem;left:0;z-index:1}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item4 .img15{position:absolute;width:6.64rem;height:5.92rem;left:1.04rem;top:.2667rem;z-index:2}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item4 .img16{position:absolute;width:4.08rem;height:2.2667rem;top:.4533rem;left:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .img-content .img-item4 .img17{position:absolute;width:4.08rem;height:2.2667rem;top:0;right:0;z-index:3}.seal-cylinder .module2[data-v-1e7c35ff] .graphic-list .content-box .column .text-content{width:8.32rem}}@media screen and (min-width: 1420.5px){.image-label[data-v-8662e268]{display:flex;flex-direction:row;justify-content:center}.image-label .left .left-img[data-v-8662e268]{width:350px;height:274px;margin-right:24px;margin-top:36px}.image-label .right[data-v-8662e268]{width:592px;height:310px;position:relative}.image-label .right .label-item[data-v-8662e268]{display:flex;flex-direction:column;align-items:flex-start}.image-label .right .label-item .title[data-v-8662e268]{font-size:18px;font-weight:500;color:#1a1a1b;padding-left:8px;border-left:4px solid #EC0117;height:20px;line-height:20px}.image-label .right .label-item .desc[data-v-8662e268]{width:464px;height:44px;background:linear-gradient(-125deg,transparent 44px,#F5F6F7 0) top right;background-size:100% 100%;background-repeat:no-repeat;padding-left:12px;line-height:44px;font-size:14px;font-weight:400;color:#646566;position:relative;margin-left:4px;margin-top:12px}.image-label .right .label-item .desc[data-v-8662e268]:before{content:"";width:4px;height:44px;background:#EC0117;position:absolute;left:-8px;top:0}.image-label .right .label0[data-v-8662e268]{position:absolute;left:0;top:0}.image-label .right .label1[data-v-8662e268]{position:absolute;left:60px;top:114px}.image-label .right .label2[data-v-8662e268]{position:absolute;left:120px;top:228px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.image-label[data-v-8662e268]{display:flex;flex-direction:row;justify-content:center}.image-label .left .left-img[data-v-8662e268]{width:3.418rem;height:2.6758rem;margin-right:.2344rem;margin-top:.3516rem}.image-label .right[data-v-8662e268]{width:5.7813rem;height:3.0273rem;position:relative}.image-label .right .label-item[data-v-8662e268]{display:flex;flex-direction:column;align-items:flex-start}.image-label .right .label-item .title[data-v-8662e268]{font-size:.1758rem;font-weight:500;color:#1a1a1b;padding-left:.0781rem;border-left:.0391rem solid #EC0117;height:.1953rem;line-height:.1953rem}.image-label .right .label-item .desc[data-v-8662e268]{width:4.5313rem;height:.4297rem;background:linear-gradient(-125deg,transparent 44px,#F5F6F7 0) top right;background-size:100% 100%;background-repeat:no-repeat;padding-left:.1172rem;line-height:.4297rem;font-size:.1367rem;font-weight:400;color:#646566;position:relative;margin-left:.0391rem;margin-top:.1172rem}.image-label .right .label-item .desc[data-v-8662e268]:before{content:"";width:.0391rem;height:.4297rem;background:#EC0117;position:absolute;left:-.0781rem;top:0}.image-label .right .label0[data-v-8662e268]{position:absolute;left:0;top:0}.image-label .right .label1[data-v-8662e268]{position:absolute;left:.5859rem;top:1.1133rem}.image-label .right .label2[data-v-8662e268]{position:absolute;left:1.1719rem;top:2.2266rem}}@media screen and (max-width: 1179.5px){.image-label[data-v-8662e268]{display:flex;flex-direction:column;align-items:center}.image-label .left[data-v-8662e268]{margin-bottom:1.1467rem}.image-label .left .left-img[data-v-8662e268]{width:7.44rem;height:5.8133rem}.image-label .right[data-v-8662e268]{width:9.1467rem}.image-label .right .label-item[data-v-8662e268]{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:.4267rem}.image-label .right .label-item .title[data-v-8662e268]{font-size:.4267rem;font-weight:600;color:#1a1a1b;padding-left:.2133rem;border-left:.1067rem solid #EC0117;height:.5333rem;line-height:.5333rem}.image-label .right .label-item .desc[data-v-8662e268]{width:8.9333rem;background:linear-gradient(-100deg,transparent .4533rem,#F5F6F7 0) top right;background-size:100% 100%;background-repeat:no-repeat;padding:.32rem 0 .32rem .32rem;font-size:.3733rem;font-weight:400;color:#646566;position:relative;margin-left:.2133rem;margin-top:.32rem;box-sizing:border-box}.image-label .right .label-item .desc[data-v-8662e268]:before{content:"";width:.1067rem;height:1.1733rem;background:#EC0117;position:absolute;left:-.2133rem;top:0}.image-label .right .label-item[data-v-8662e268]:last-child{margin-bottom:0}.image-label .right .label-item:nth-child(2) .desc[data-v-8662e268],.image-label .right .label-item:nth-child(3) .desc[data-v-8662e268]{line-height:.5333rem;box-sizing:border-box;padding-right:.4533rem}.image-label .right .label-item:nth-child(2) .desc[data-v-8662e268]:before,.image-label .right .label-item:nth-child(3) .desc[data-v-8662e268]:before{height:1.7067rem}}@media screen and (min-width: 1420.5px){.bg-card[data-v-651460df]{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:100px}.bg-card .card-item[data-v-651460df]{width:362px;height:209px;background:rgba(255,255,255,.4);border-radius:2px;border:1px solid #FFFFFF;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);margin-right:14px;position:relative}.bg-card .card-item .card-bg[data-v-651460df]{position:absolute;top:0;left:0;width:362px;height:209px;z-index:1;opacity:0;visibility:hidden;transition:all .4s ease-in-out}.bg-card .card-item .content-box[data-v-651460df]{position:absolute;top:0;left:0;width:362px;height:209px;z-index:2;padding:32px 24px;box-sizing:border-box}.bg-card .card-item .content-box .icon[data-v-651460df]{width:42px;height:42px}.bg-card .card-item .content-box .title[data-v-651460df]{font-size:18px;font-weight:500;color:#1a1a1b;line-height:26px}.bg-card .card-item .content-box .underline[data-v-651460df]{width:62px;height:3px;background:#EC0117;margin-top:8px;margin-bottom:16px;transform:skew(-45deg)}.bg-card .card-item .content-box .desc[data-v-651460df]{font-size:14px;font-weight:400;color:#646566;line-height:24px}.bg-card .card-item[data-v-651460df]:last-child{margin-right:0}.bg-card .card-item:hover .card-bg[data-v-651460df]{opacity:1;visibility:visible}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.bg-card[data-v-651460df]{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-top:.9766rem}.bg-card .card-item[data-v-651460df]{width:3.5352rem;height:2.041rem;background:rgba(255,255,255,.4);border-radius:.0195rem;border:.0098rem solid #FFFFFF;-webkit-backdrop-filter:blur(.0586rem);backdrop-filter:blur(.0586rem);margin-right:.1367rem;position:relative}.bg-card .card-item .card-bg[data-v-651460df]{position:absolute;top:0;left:0;width:3.5352rem;height:2.041rem;z-index:1;opacity:0;visibility:hidden;transition:all .4s ease-in-out}.bg-card .card-item .content-box[data-v-651460df]{position:absolute;top:0;left:0;width:3.5352rem;height:2.041rem;z-index:2;padding:.3125rem .2344rem;box-sizing:border-box}.bg-card .card-item .content-box .icon[data-v-651460df]{width:.4102rem;height:.4102rem}.bg-card .card-item .content-box .title[data-v-651460df]{font-size:.1758rem;font-weight:500;color:#1a1a1b;line-height:.2539rem}.bg-card .card-item .content-box .underline[data-v-651460df]{width:.6055rem;height:.0293rem;background:#EC0117;margin-top:.0781rem;margin-bottom:.1563rem;transform:skew(-45deg)}.bg-card .card-item .content-box .desc[data-v-651460df]{font-size:.1367rem;font-weight:400;color:#646566;line-height:.2344rem}.bg-card .card-item[data-v-651460df]:last-child{margin-right:0}.bg-card .card-item:hover .card-bg[data-v-651460df]{opacity:1;visibility:visible}}@media screen and (max-width: 1179.5px){.bg-card[data-v-651460df]{display:flex;flex-direction:column;align-items:center;margin-top:.8rem}.bg-card .card-item[data-v-651460df]{width:9.1467rem;height:4.8267rem;position:relative;margin-bottom:.4267rem}.bg-card .card-item .card-bg[data-v-651460df]{width:9.1467rem;height:4.8267rem;position:absolute;top:0;left:0;z-index:1}.bg-card .card-item .content-box[data-v-651460df]{padding:.64rem;width:9.1467rem;height:4.8267rem;position:absolute;top:0;left:0;z-index:2;box-sizing:border-box}.bg-card .card-item .content-box .icon[data-v-651460df]{width:.8533rem;height:.8533rem;margin-bottom:.0533rem}.bg-card .card-item .content-box .title[data-v-651460df]{font-size:.4267rem;font-weight:500;color:#1a1a1b;line-height:.64rem}.bg-card .card-item .content-box .underline[data-v-651460df]{width:1.6533rem;height:.08rem;background:#EC0117;transform:skew(-45deg);margin-top:.2133rem;margin-bottom:.4267rem}.bg-card .card-item .content-box .desc[data-v-651460df]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.64rem}.bg-card .card-item[data-v-651460df]:last-child{margin-bottom:0}}@media screen and (min-width: 1420.5px){.seal-station .access-plan[data-v-fef3c494]{width:160px;height:44px;background:#EC0117;border-radius:2px;font-size:16px;font-weight:400;color:#fff;outline:none;border:none;margin-top:24px}.seal-station .module1[data-v-fef3c494]{padding-bottom:175px}.seal-station .module1[data-v-fef3c494] .subtitle{margin-top:120px;margin-bottom:140px}.seal-station .module2[data-v-fef3c494] .subtitle{padding:100px 0 147px;background-color:#fbfbfc}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0{width:524px;height:358px;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:201px;height:86px;left:0;bottom:24px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:249px;height:141px;left:0;top:27px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:185px;height:244px;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:428px;height:351px;right:42px;top:7px;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1{width:505px;height:375px;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:104px;height:103px;bottom:27px;left:24px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:185px;height:244px;left:7px;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:219px;height:258px;top:16px;right:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:428px;height:351px;top:24px;left:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2{width:481px;height:387px;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img8{position:absolute;width:104px;height:103px;left:6px;bottom:46px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:197px;height:223px;left:0;top:26px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:262px;height:275px;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:428px;height:351px;left:11px;bottom:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3{width:453px;height:366px;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:104px;height:103px;left:38px;bottom:10px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:195px;height:150px;left:0;bottom:142px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:270px;height:74px;left:69px;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img15{position:absolute;width:197px;height:212px;right:0;top:53px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img16{position:absolute;width:428px;height:351px;right:12px;top:15px;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4{width:475px;height:387px;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img17{position:absolute;width:104px;height:103px;left:0;bottom:46px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img18{position:absolute;width:197px;height:183px;left:35px;top:20px;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img19{position:absolute;width:214px;height:259px;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img20{position:absolute;width:428px;height:351px;right:42px;top:36px;z-index:1}.seal-station .module3[data-v-fef3c494]{background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:100px;padding-bottom:120px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.seal-station .access-plan[data-v-fef3c494]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;font-size:.1563rem;font-weight:400;color:#fff;outline:none;border:none;margin-top:.2344rem}.seal-station .module1[data-v-fef3c494]{padding-bottom:1.709rem}.seal-station .module1[data-v-fef3c494] .subtitle{margin-top:1.1719rem;margin-bottom:1.3672rem}.seal-station .module2[data-v-fef3c494] .subtitle{padding:.9766rem 0 .8985rem;background-color:#fbfbfc}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .text-content{width:3.5547rem}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0{width:5.1172rem;height:3.4961rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:1.9629rem;height:.8398rem;left:0;bottom:.2344rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:2.4316rem;height:1.377rem;left:0;top:.2637rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:1.8066rem;height:2.3828rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item0 .img3{position:absolute;width:4.1797rem;height:3.4277rem;right:.4102rem;top:.0684rem;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1{width:4.9316rem;height:3.6621rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img4{position:absolute;width:1.0156rem;height:1.0059rem;bottom:.2637rem;left:.2344rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img5{position:absolute;width:1.8066rem;height:2.3828rem;left:.0684rem;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img6{position:absolute;width:2.1387rem;height:2.5195rem;top:.1563rem;right:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item1 .img7{position:absolute;width:4.1797rem;height:3.4277rem;top:.2344rem;left:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2{width:4.6973rem;height:3.7793rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img8{position:absolute;width:1.0156rem;height:1.0059rem;left:.0586rem;bottom:.4492rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img9{position:absolute;width:1.9238rem;height:2.1777rem;left:0;top:.2539rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img10{position:absolute;width:2.5586rem;height:2.6855rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item2 .img11{position:absolute;width:4.1797rem;height:3.4277rem;left:.1074rem;bottom:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3{width:4.4238rem;height:3.5742rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img12{position:absolute;width:1.0156rem;height:1.0059rem;left:.3711rem;bottom:.0977rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img13{position:absolute;width:1.9043rem;height:1.4648rem;left:0;bottom:1.3867rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img14{position:absolute;width:2.6367rem;height:.7227rem;left:.6738rem;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img15{position:absolute;width:1.9238rem;height:2.0703rem;right:0;top:.5176rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item3 .img16{position:absolute;width:4.1797rem;height:3.4277rem;right:.1172rem;top:.1465rem;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4{width:4.6387rem;height:3.7793rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img17{position:absolute;width:1.0156rem;height:1.0059rem;left:0;bottom:.4492rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img18{position:absolute;width:1.9238rem;height:1.7871rem;left:.3418rem;top:.1953rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img19{position:absolute;width:2.0898rem;height:2.5293rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .row .img-content .img-item4 .img20{position:absolute;width:4.1797rem;height:3.4277rem;right:.4102rem;top:.3516rem;z-index:1}.seal-station .module3[data-v-fef3c494]{background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:100px;padding-bottom:120px}}@media screen and (max-width: 1179.5px){.seal-station .module1[data-v-fef3c494]{padding-bottom:1.6rem}.seal-station .module1[data-v-fef3c494] .subtitle{margin-top:1.0667rem;margin-bottom:1.1467rem}.seal-station .module2[data-v-fef3c494] .subtitle{padding:1.0667rem 0 .8rem;background-color:#fbfbfc}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .text-content{width:8.32rem}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content{margin-top:.64rem}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item0{width:8.9867rem;height:6.1067rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item0 .img0{position:absolute;width:3.4667rem;height:1.52rem;left:0;bottom:.3733rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item0 .img1{position:absolute;width:4.2933rem;height:2.4533rem;left:0;top:.4533rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item0 .img2{position:absolute;width:3.2267rem;height:4.1867rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item0 .img3{position:absolute;width:7.3067rem;height:6rem;right:.7467rem;top:.1067rem;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item1{width:8.7467rem;height:6.5067rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item1 .img4{position:absolute;width:1.84rem;height:1.8133rem;bottom:.48rem;left:.4rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item1 .img5{position:absolute;width:3.2267rem;height:4.24rem;left:.1067rem;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item1 .img6{position:absolute;width:3.8133rem;height:4.48rem;top:.2667rem;right:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item1 .img7{position:absolute;width:7.4133rem;height:6.08rem;top:.4267rem;left:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item2{width:8.7467rem;height:7.0133rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item2 .img8{position:absolute;width:1.8933rem;height:1.8933rem;left:.1333rem;bottom:.8267rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item2 .img9{position:absolute;width:3.6267rem;height:4.08rem;left:0;top:.4533rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item2 .img10{position:absolute;width:4.7733rem;height:4.9867rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item2 .img11{position:absolute;width:7.7867rem;height:6.3733rem;left:.2133rem;bottom:0;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3{width:8.24rem;height:6.64rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3 .img12{position:absolute;width:1.8933rem;height:1.8667rem;left:.7467rem;bottom:.1867rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3 .img13{position:absolute;width:3.5467rem;height:2.7467rem;left:0;bottom:2.56rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3 .img14{position:absolute;width:4.9067rem;height:1.3333rem;left:1.3067rem;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3 .img15{position:absolute;width:3.6267rem;height:3.8933rem;right:0;top:.9333rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item3 .img16{position:absolute;width:7.76rem;height:6.4rem;right:.24rem;top:.24rem;z-index:1}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item4{width:8.64rem;height:7.0133rem;position:relative}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item4 .img17{position:absolute;width:1.8933rem;height:1.8933rem;left:0;bottom:.8267rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item4 .img18{position:absolute;width:3.6267rem;height:3.3867rem;left:.6133rem;top:.32rem;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item4 .img19{position:absolute;width:3.8933rem;height:4.6933rem;right:0;top:0;z-index:2}.seal-station .module2[data-v-fef3c494] .graphic-list .content-box .column .img-content .img-item4 .img20{position:absolute;width:7.8133rem;height:6.3733rem;right:.7467rem;top:.64rem;z-index:1}.seal-station .module3[data-v-fef3c494]{background-repeat:no-repeat;background-size:cover;background-position:center;padding-top:1.0667rem;padding-bottom:5.3333rem}}.red-btn[data-v-6dac851f]{background:#EC0117;color:#fff;text-align:center;cursor:pointer;width:160px;height:44px;line-height:44px;margin-top:24px;font-size:16px}.red-btn[data-v-6dac851f]:hover{text-decoration:none}.grey-bg[data-v-6dac851f]{background:#F5F6F7}[data-v-6dac851f] .graphic-list .content-box:nth-child(2n){background-color:#fbfbfc}[data-v-6dac851f] .graphic-list .content-box:nth-child(2n+1){background-color:#fff}@media screen and (min-width: 1420.5px){.subt-margin[data-v-6dac851f]{margin:100px 0}.grey-bg[data-v-6dac851f]{padding:100px 320px 109px}.red-btn[data-v-6dac851f]{font-size:16px}[data-v-6dac851f] .graphic-list .row .img-content .img-item0{width:573px;height:441px;position:relative}[data-v-6dac851f] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:537px;height:441px;left:36px;top:0;z-index:1}[data-v-6dac851f] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:232px;height:160px;left:0;top:53px;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:162px;height:162px;bottom:20px;left:41px;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item1{width:557px;height:453px;position:relative}[data-v-6dac851f] .graphic-list .row .img-content .img-item1 .img0{position:absolute;width:536px;height:441px;left:0;top:12px;z-index:1}[data-v-6dac851f] .graphic-list .row .img-content .img-item1 .img1{position:absolute;width:226px;height:226px;right:0;top:0;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item1 .img2{position:absolute;width:162px;height:162px;bottom:31px;right:22px;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item2{width:586px;height:405px;position:relative}[data-v-6dac851f] .graphic-list .row .img-content .img-item2 .img0{position:absolute;width:536px;height:391px;top:0;right:0;z-index:1}[data-v-6dac851f] .graphic-list .row .img-content .img-item2 .img1{position:absolute;width:190px;height:128px;left:0;top:61px;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item2 .img2{position:absolute;width:190px;height:191px;bottom:0;left:0;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item2 .img3{position:absolute;width:209px;height:170px;bottom:112px;left:50px;z-index:1}[data-v-6dac851f] .graphic-list .row .img-content .img-item3{width:555px;height:443px;position:relative}[data-v-6dac851f] .graphic-list .row .img-content .img-item3 .img0{position:absolute;width:536px;height:443px;top:0;left:0;z-index:1}[data-v-6dac851f] .graphic-list .row .img-content .img-item3 .img1{position:absolute;width:197px;height:206px;right:0;top:3px;z-index:2}[data-v-6dac851f] .graphic-list .row .img-content .img-item3 .img2{position:absolute;width:222px;height:138px;bottom:7px;right:0;z-index:2}[data-v-6dac851f] .graphic-list .row .text-content{width:533px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.subt-margin[data-v-6dac851f]{margin:.98rem .58rem}.grey-bg[data-v-6dac851f]{padding:.98rem .35rem 1.06rem .53rem}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item0{width:5.5957rem;height:4.3066rem;position:relative}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item0 .img0{position:absolute;width:5.2441rem;height:4.3066rem;left:.3516rem;top:0;z-index:1}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item0 .img1{position:absolute;width:2.2656rem;height:1.5625rem;left:0;top:.5176rem;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item0 .img2{position:absolute;width:1.582rem;height:1.582rem;bottom:.1953rem;left:.4004rem;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item1{width:5.4395rem;height:4.4238rem;position:relative}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item1 .img0{position:absolute;width:5.2344rem;height:4.3066rem;left:0;top:.1172rem;z-index:1}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item1 .img1{position:absolute;width:2.207rem;height:2.207rem;right:0;top:0;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item1 .img2{position:absolute;width:1.582rem;height:1.582rem;bottom:.3027rem;right:.2148rem;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item2{width:5.7227rem;height:3.9551rem;position:relative}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item2 .img0{position:absolute;width:5.2344rem;height:3.8184rem;top:0;right:0;z-index:1}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item2 .img1{position:absolute;width:1.8555rem;height:1.25rem;left:0;top:.5957rem;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item2 .img2{position:absolute;width:1.8555rem;height:1.8652rem;bottom:0;left:0;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item2 .img3{position:absolute;width:2.041rem;height:1.6602rem;bottom:1.0938rem;left:.4883rem;z-index:1}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item3{width:5.4199rem;height:4.3262rem;position:relative}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item3 .img0{position:absolute;width:5.2344rem;height:4.3262rem;top:0;left:0;z-index:1}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item3 .img1{position:absolute;width:1.9238rem;height:2.0117rem;right:0;top:.0293rem;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .img-content .img-item3 .img2{position:absolute;width:2.168rem;height:1.3477rem;bottom:.0684rem;right:0;z-index:2}[data-v-6dac851f] .graphic-list .content-box .row .text-content{width:3.457rem}[data-v-6dac851f] .graphic-list .content-box .row .text-content .flex-layout{width:3.7598rem}}@media screen and (max-width: 1179.5px){.subt-margin[data-v-6dac851f]{margin:1.07rem .43rem}.grey-bg[data-v-6dac851f]{padding-top:1.12rem}[data-v-6dac851f] .graphic-list .column:first-of-type{padding-top:0}[data-v-6dac851f] .graphic-list .column .img-content>div{width:7.15rem;height:5.89rem;position:relative}[data-v-6dac851f] .graphic-list .column .img-content>div>img{position:absolute}[data-v-6dac851f] .graphic-list .column .img-content .img0{width:7.15rem;height:5.89rem}[data-v-6dac851f] .graphic-list .column .img-content .img-item0 .img0{left:0;top:0;bottom:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item0 .img1{width:3.09rem;height:2.16rem;left:-.48rem;top:.69rem}[data-v-6dac851f] .graphic-list .column .img-content .img-item0 .img2{width:2.21rem;height:2.19rem;bottom:.27rem;left:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item1 .img0{left:0;top:0;bottom:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item1 .img1{width:3.04rem;height:3.07rem;right:-.27rem;top:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item1 .img2{width:2.19rem;height:2.21rem;bottom:.4rem;right:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item2 .img0{top:24px;left:0;bottom:2px}[data-v-6dac851f] .graphic-list .column .img-content .img-item2 .img1{width:2.59rem;height:1.73rem;left:-.67rem;top:1.15rem;z-index:2}[data-v-6dac851f] .graphic-list .column .img-content .img-item2 .img2{width:2.59rem;height:2.59rem;bottom:0;left:-.67rem;z-index:2}[data-v-6dac851f] .graphic-list .column .img-content .img-item2 .img3{width:2.83rem;height:2.29rem;top:25%;left:0}[data-v-6dac851f] .graphic-list .column .img-content .img-item3 .img0{top:24px;left:0;bottom:2px}[data-v-6dac851f] .graphic-list .column .img-content .img-item3 .img1{width:2.77rem;height:2.88rem;right:-.27rem;top:0px}[data-v-6dac851f] .graphic-list .column .img-content .img-item3 .img2{width:3.12rem;height:1.92rem;bottom:.11rem;right:-.27rem}}@media screen and (min-width: 1420.5px){.text-card[data-v-04ee5b32]{display:flex;flex-direction:row;align-items:center;width:1278px;flex-wrap:wrap;justify-content:center}.text-card .card[data-v-04ee5b32]{width:410px;min-height:192px;background-color:#fff;box-shadow:0 2px 24px #c8c9cc4d;border-radius:2px;padding:0 32px;box-sizing:border-box;margin-right:24px;margin-bottom:24px;display:flex;flex-direction:column;justify-content:center}.text-card .card .head[data-v-04ee5b32]{display:flex;flex-direction:row;align-items:center;margin-bottom:24px}.text-card .card .head .icon[data-v-04ee5b32]{width:40px;height:40px;margin-right:12px}.text-card .card .head .title[data-v-04ee5b32]{font-size:22px;font-weight:600;color:#1a1a1b}.text-card .card .desc[data-v-04ee5b32]{font-size:16px;font-weight:400;color:#646566;line-height:24px}.text-card .card[data-v-04ee5b32]:nth-child(3){margin-right:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.text-card[data-v-04ee5b32]{display:flex;flex-direction:row;align-items:center;width:9.7559rem;flex-wrap:wrap;justify-content:center}.text-card .card[data-v-04ee5b32]{width:3.0957rem;min-height:1.9531rem;background-color:#fff;box-shadow:0 .0195rem .2344rem #c8c9cc4d;border-radius:.0195rem;padding:0 .3125rem;box-sizing:border-box;margin-right:.2344rem;margin-bottom:.1563rem;display:flex;flex-direction:column;justify-content:center}.text-card .card .head[data-v-04ee5b32]{display:flex;flex-direction:row;align-items:center;margin-bottom:.2344rem}.text-card .card .head .icon[data-v-04ee5b32]{width:.3906rem;height:.3906rem;margin-right:.1172rem}.text-card .card .head .title[data-v-04ee5b32]{font-size:.2148rem;font-weight:600;color:#1a1a1b}.text-card .card .desc[data-v-04ee5b32]{font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem}.text-card .card[data-v-04ee5b32]:nth-child(3){margin-right:0}}@media screen and (max-width: 1179.5px){.text-card[data-v-04ee5b32]{display:flex;flex-direction:column;align-items:center}.text-card .card[data-v-04ee5b32]{width:9.1467rem;background-color:#fff;box-shadow:0 .0533rem .3733rem #a8adbb33;padding:.4267rem .32rem .64rem;box-sizing:border-box;margin-bottom:.4267rem}.text-card .card .head[data-v-04ee5b32]{display:flex;flex-direction:row;align-items:center;margin-bottom:.24rem}.text-card .card .head .icon[data-v-04ee5b32]{width:.8533rem;height:.8533rem;margin-right:.2133rem}.text-card .card .head .title[data-v-04ee5b32]{font-size:.4267rem;font-weight:600;color:#1a1a1b}.text-card .card .desc[data-v-04ee5b32]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}}@media screen and (min-width: 1420.5px){.graphic-card[data-v-7e579fc8]{display:flex;flex-direction:row;align-items:center}.graphic-card .card[data-v-7e579fc8]{width:416px;height:520px;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 2px 24px #20242f0f;border-radius:4px 4px 0 0;margin-right:16px}.graphic-card .card .img[data-v-7e579fc8]{width:100%;height:267px;overflow:hidden}.graphic-card .card .img img[data-v-7e579fc8]{width:100%;height:100%;transform:scale(1);transition:all .5s linear;-o-object-fit:cover;object-fit:cover}.graphic-card .card .img:hover img[data-v-7e579fc8]{transform:scale(1.1)}.graphic-card .card .content[data-v-7e579fc8]{padding:0 32px;height:calc(100% - 267px);display:flex;flex-direction:column}.graphic-card .card .content .head[data-v-7e579fc8]{height:114px;width:100%;display:flex;flex-direction:column;position:relative}.graphic-card .card .content .head .title[data-v-7e579fc8]{font-size:22px;font-weight:600;color:#1a1a1b;position:absolute;left:0;bottom:24px}.graphic-card .card .content .head .underline[data-v-7e579fc8]{width:62px;height:3px;background:#EC0117;transform:skew(-45deg);position:absolute;bottom:0;left:0}.graphic-card .card .content .bottom[data-v-7e579fc8]{padding-top:24px}.graphic-card .card .content .bottom .desc[data-v-7e579fc8]{font-size:16px;font-weight:400;color:#646566;line-height:24px}.graphic-card .card[data-v-7e579fc8]:nth-child(3){margin-right:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.graphic-card[data-v-7e579fc8]{display:flex;flex-direction:row;align-items:center}.graphic-card .card[data-v-7e579fc8]{width:3.0957rem;height:5.0781rem;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 .0195rem .2344rem #20242f0f;border-radius:.0391rem .0391rem 0 0;margin-right:.2344rem}.graphic-card .card .img[data-v-7e579fc8]{width:100%;height:2.6074rem;overflow:hidden}.graphic-card .card .img img[data-v-7e579fc8]{width:100%;height:100%;transform:scale(1);transition:all .5s linear;-o-object-fit:cover;object-fit:cover}.graphic-card .card .img:hover img[data-v-7e579fc8]{transform:scale(1.1)}.graphic-card .card .content[data-v-7e579fc8]{padding:0 .3125rem;height:calc(100% - 2.6074rem);display:flex;flex-direction:column}.graphic-card .card .content .head[data-v-7e579fc8]{height:1.1133rem;position:relative;display:flex;flex-direction:column}.graphic-card .card .content .head .title[data-v-7e579fc8]{font-size:.2148rem;font-weight:600;color:#1a1a1b;position:absolute;bottom:.2344rem}.graphic-card .card .content .head .underline[data-v-7e579fc8]{width:.6055rem;height:.0293rem;background:#EC0117;transform:skew(-45deg);position:absolute;bottom:0;left:0}.graphic-card .card .content .bottom[data-v-7e579fc8]{padding-top:.2344rem}.graphic-card .card .content .bottom .desc[data-v-7e579fc8]{font-size:.1563rem;font-weight:400;color:#646566;line-height:.2344rem}.graphic-card .card[data-v-7e579fc8]:nth-child(3){margin-right:0}}@media screen and (max-width: 1179.5px){.swiper-list[data-v-7e579fc8]{display:flex;flex-direction:row;align-items:center;padding-bottom:1.0667rem}.swiper-list[data-v-7e579fc8] .swiper-slide{width:8.2133rem;height:10.88rem;box-sizing:border-box;background-color:#fff;display:flex;flex-direction:column;box-shadow:0 .0533rem .3733rem #a8adbb33;border-radius:.0533rem}.swiper-list[data-v-7e579fc8] .swiper-slide .img{width:100%;height:5.28rem;background-position:center;background-repeat:no-repeat;background-size:cover}.swiper-list[data-v-7e579fc8] .swiper-slide .content{padding:0 .4267rem;text-align:left}.swiper-list[data-v-7e579fc8] .swiper-slide .content .head{height:1.7067rem;display:flex;flex-direction:column;justify-content:center;position:relative}.swiper-list[data-v-7e579fc8] .swiper-slide .content .head .title{font-size:.4267rem;font-weight:600;color:#1a1a1b}.swiper-list[data-v-7e579fc8] .swiper-slide .content .head .underline{width:1.3333rem;height:.0533rem;background:#EC0117;transform:skew(-45deg);position:absolute;bottom:0;left:0}.swiper-list[data-v-7e579fc8] .swiper-slide .content .bottom{margin-top:.64rem}.swiper-list[data-v-7e579fc8] .swiper-slide .content .bottom .desc{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem}}@media screen and (min-width: 1420.5px){.administrative-units[data-v-7b9c1e01] .subtitle{margin-bottom:80px}.administrative-units[data-v-7b9c1e01] .text-card .card{width:410px;min-height:216px}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0{width:518px;height:369px;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:268px;height:361px;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:113px;height:113px;left:302px;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:219px;height:229px;top:140px;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:300px;height:300px;top:24px;left:99px;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1{width:590px;height:392px;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:338px;height:392px;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:166px;height:166px;left:352px;top:6px;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:242px;height:159px;top:199px;left:348px;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:300px;height:300px;left:164px;bottom:48px;top:44px;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2{width:578px;height:392px;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:222px;height:229px;top:163px;left:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:145px;height:144px;left:95px;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:339px;height:392px;top:0;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:357px;height:300px;top:41px;left:41px;z-index:1}.administrative-units .access-plan[data-v-7b9c1e01]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:400;font-size:16px;color:#fff;margin-top:34px}.administrative-units .module1[data-v-7b9c1e01]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.administrative-units .module3[data-v-7b9c1e01]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.administrative-units .module3[data-v-7b9c1e01] .subtitle{margin-bottom:100px}.administrative-units .module3 p[data-v-7b9c1e01]{margin-bottom:96px;font-size:18px;font-weight:400;color:#323233}.administrative-units .module2[data-v-7b9c1e01]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.administrative-units[data-v-7b9c1e01] .subtitle{margin-bottom:.5859rem}.administrative-units[data-v-7b9c1e01] .text-card .card{width:3.0957rem;min-height:2.3828rem;margin-bottom:0}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0{width:5.0684rem;height:3.6035rem;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:2.6172rem;height:3.5254rem;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:1.1035rem;height:1.0938rem;left:2.9492rem;top:.0293rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:2.1484rem;height:2.2363rem;top:1.3672rem;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:2.9297rem;height:2.9395rem;top:.2344rem;left:.9668rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1{width:5.7617rem;height:3.8281rem;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:3.3008rem;height:3.8281rem;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:1.6211rem;height:1.6211rem;left:3.4375rem;top:.0781rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:2.3633rem;height:1.5527rem;top:1.9629rem;left:3.3984rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:2.9297rem;height:2.9297rem;left:1.6016rem;top:.4395rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2{width:5.6348rem;height:3.8281rem;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:2.168rem;height:2.2363rem;top:1.5918rem;left:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:1.416rem;height:1.4063rem;left:.9277rem;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:3.3008rem;height:3.8281rem;top:0;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:3.4863rem;height:2.9297rem;top:.4004rem;left:.4004rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .row .text-content{width:3.3301rem}.administrative-units .access-plan[data-v-7b9c1e01]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.administrative-units .module1[data-v-7b9c1e01],.administrative-units .module3[data-v-7b9c1e01]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.administrative-units .module3[data-v-7b9c1e01] .subtitle{margin-bottom:.5859rem}.administrative-units .module3 p[data-v-7b9c1e01]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.administrative-units .module2[data-v-7b9c1e01]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.administrative-units[data-v-7b9c1e01] .subtitle{margin-bottom:.8rem}.administrative-units[data-v-7b9c1e01] .text-card .card{width:9.1467rem;padding:.4267rem .32rem .64rem;height:auto}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item0{width:7.84rem;height:5.3867rem;margin-top:.7733rem;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:3.92rem;height:5.28rem;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:1.68rem;height:1.6533rem;left:4.9067rem;top:.0267rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:3.2rem;height:3.3333rem;top:2.0533rem;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:4.4rem;height:4.4rem;top:.3467rem;left:1.9467rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item1{width:8.64rem;height:5.7333rem;margin-top:.56rem;position:relative}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item1 .img4{position:absolute;width:4.9333rem;height:5.7333rem;left:0;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item1 .img5{position:absolute;width:2.4267rem;height:2.4267rem;left:5.1733rem;top:.1067rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:3.5467rem;height:2.32rem;top:2.9333rem;left:5.0933rem;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:4.4rem;height:4.4267rem;left:2.4rem;top:.64rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item2{width:8.4267rem;height:5.7333rem;position:relative;margin-top:.56rem}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item2 .img8{position:absolute;width:3.2267rem;height:3.3333rem;top:2.4rem;left:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item2 .img9{position:absolute;width:2.1067rem;height:2.1067rem;left:1.3867rem;top:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item2 .img10{position:absolute;width:4.9333rem;height:5.7333rem;top:0;right:0;z-index:2}.administrative-units[data-v-7b9c1e01] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:5.2267rem;height:4.4267rem;top:.5867rem;left:.5867rem;z-index:1}.administrative-units[data-v-7b9c1e01] .graphic-list .column .text-content{width:9.1467rem}.administrative-units .module1[data-v-7b9c1e01]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.administrative-units .module3[data-v-7b9c1e01]{text-align:center;padding:1.0667rem 0 0}.administrative-units .module3[data-v-7b9c1e01] .subtitle{margin-bottom:.8rem}.administrative-units .module3 p[data-v-7b9c1e01]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.administrative-units .module2[data-v-7b9c1e01]{padding-top:1.0667rem}}.administrative-units .access-plan[data-v-7b9c1e01]{cursor:pointer}.administrative-units .module2[data-v-7b9c1e01]{background:#FBFBFC}@media screen and (min-width: 1420.5px){.construction-engineering[data-v-f5f652cc] .subtitle{margin-bottom:80px}.construction-engineering[data-v-f5f652cc] .text-card .card{width:410px;min-height:216px}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0{width:592px;height:360px;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:341px;height:360px;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:242px;height:159px;left:350px;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:167px;height:167px;top:186px;left:334px;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:300px;height:300px;top:24px;left:172px;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1{width:605px;height:392px;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:332px;height:392px;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:242px;height:247px;left:363px;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:166px;height:166px;top:234px;left:337px;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:300px;height:301px;left:164px;top:45px;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2{width:543px;height:421px;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:190px;height:140px;top:143px;left:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:243px;height:158px;left:61px;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:166px;height:166px;bottom:0;left:169px;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:230px;height:280px;top:54px;right:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:377px;height:300px;left:40px;top:52px;z-index:1}.construction-engineering .access-plan[data-v-f5f652cc]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:400;font-size:16px;color:#fff;margin-top:34px}.construction-engineering .module1[data-v-f5f652cc]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.construction-engineering .module3[data-v-f5f652cc]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.construction-engineering .module3[data-v-f5f652cc] .subtitle{margin-bottom:100px}.construction-engineering .module3 p[data-v-f5f652cc]{margin-bottom:96px;font-size:18px;font-weight:400;color:#323233}.construction-engineering .module2[data-v-f5f652cc]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.construction-engineering[data-v-f5f652cc] .subtitle{margin-bottom:.5859rem}.construction-engineering[data-v-f5f652cc] .text-card .card{width:3.0957rem;min-height:2.3828rem;margin-bottom:0}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0{width:5.7813rem;height:3.5156rem;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:3.3301rem;height:3.5156rem;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:2.373rem;height:1.5527rem;left:3.418rem;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:1.6309rem;height:1.6309rem;top:1.8164rem;left:3.2617rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:2.9297rem;height:2.9297rem;top:.2344rem;left:1.6797rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1{width:5.9082rem;height:3.8281rem;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:3.2422rem;height:3.8281rem;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:2.3633rem;height:2.4121rem;left:3.5449rem;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:1.6211rem;height:1.6211rem;top:2.2852rem;left:3.291rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:2.9297rem;height:2.9395rem;left:1.6016rem;top:.4395rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2{width:5.3027rem;height:4.1113rem;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:1.8555rem;height:1.3672rem;top:1.3965rem;left:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:2.373rem;height:1.543rem;left:.5957rem;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:1.6211rem;height:1.6211rem;bottom:0;left:1.6504rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:2.2461rem;height:2.7344rem;top:.5273rem;right:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:3.6816rem;height:2.9297rem;left:.3906rem;top:.5078rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .row .text-content{width:3.0957rem}.construction-engineering[data-v-f5f652cc] .graphic-card .card{width:3.0957rem;height:5.2148rem}.construction-engineering .access-plan[data-v-f5f652cc]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.construction-engineering .module1[data-v-f5f652cc],.construction-engineering .module3[data-v-f5f652cc]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.construction-engineering .module3[data-v-f5f652cc] .subtitle{margin-bottom:.5859rem}.construction-engineering .module3 p[data-v-f5f652cc]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.construction-engineering .module2[data-v-f5f652cc]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.construction-engineering[data-v-f5f652cc] .subtitle{margin-bottom:.8rem}.construction-engineering[data-v-f5f652cc] .text-card .card{width:9.1467rem;padding:.4267rem .32rem .64rem;height:auto}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item0{width:8.6667rem;height:5.2533rem;margin-top:.56rem;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:4.9867rem;height:5.2533rem;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:3.5467rem;height:2.32rem;left:5.12rem;top:.5867rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:2.4267rem;height:2.4267rem;bottom:.1067rem;right:1.3333rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:4.4267rem;height:4.4267rem;top:.32rem;left:2.5067rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item1{width:8.8533rem;height:5.84rem;margin-top:.56rem;position:relative}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item1 .img4{position:absolute;width:4.8533rem;height:5.7333rem;left:0;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item1 .img5{position:absolute;width:3.5467rem;height:3.6rem;left:5.3067rem;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:2.4267rem;height:2.4rem;top:3.44rem;left:4.9333rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:4.4rem;height:4.4267rem;left:2.4rem;top:.64rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2{width:8.0267rem;height:5.4933rem;position:relative;margin-top:.8rem}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2 .img8{position:absolute;width:2.7733rem;height:2.0267rem;top:2.1067rem;left:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2 .img9{position:absolute;width:3.5467rem;height:2.32rem;left:.88rem;top:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2 .img10{position:absolute;width:2.4267rem;height:2.4267rem;bottom:0;left:2.48rem;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:3.36rem;height:4.1067rem;top:.7733rem;right:0;z-index:2}.construction-engineering[data-v-f5f652cc] .graphic-list .column .img-content .img-item2 .img12{position:absolute;width:5.5467rem;height:4.4267rem;left:.56rem;top:.7467rem;z-index:1}.construction-engineering[data-v-f5f652cc] .graphic-list .column .text-content{width:9.1467rem}.construction-engineering .module1[data-v-f5f652cc]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.construction-engineering .module3[data-v-f5f652cc]{text-align:center;padding:1.0667rem 0 0}.construction-engineering .module3[data-v-f5f652cc] .subtitle{margin-bottom:.8rem}.construction-engineering .module3 p[data-v-f5f652cc]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.construction-engineering .module2[data-v-f5f652cc]{padding-top:1.0667rem}}.construction-engineering .access-plan[data-v-f5f652cc]{cursor:pointer}.construction-engineering .module2[data-v-f5f652cc]{background:#FBFBFC}@media screen and (min-width: 1420.5px){.financial-institutions[data-v-7e19bc81] .subtitle{margin-bottom:80px}.financial-institutions[data-v-7e19bc81] .text-card .card{width:410px;min-height:216px}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0{width:561px;height:348px;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:268px;height:334px;left:0;top:14px;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:248px;height:192px;left:313px;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:106px;height:106px;top:211px;right:125px;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:365px;height:300px;top:31px;left:122px;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1{width:627px;height:392px;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:332px;height:392px;left:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:274px;height:241px;right:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:158px;height:158px;top:234px;right:110px;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:300px;height:301px;left:164px;bottom:46px;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2{width:535px;height:360px;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:275px;height:330px;top:30px;left:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:105px;height:105px;right:131px;top:56px;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:140px;height:140px;top:0;right:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:191px;height:140px;bottom:57px;right:63px;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:367px;height:300px;right:59px;top:37px;z-index:1}.financial-institutions .access-plan[data-v-7e19bc81]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:400;font-size:16px;color:#fff;margin-top:34px}.financial-institutions .module1[data-v-7e19bc81]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.financial-institutions .module3[data-v-7e19bc81]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.financial-institutions .module3[data-v-7e19bc81] .subtitle{margin-bottom:100px}.financial-institutions .module3 p[data-v-7e19bc81]{margin-bottom:96px;font-size:18px;font-weight:400;color:#323233}.financial-institutions .module2[data-v-7e19bc81]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.financial-institutions[data-v-7e19bc81] .subtitle{margin-bottom:.5859rem}.financial-institutions[data-v-7e19bc81] .text-card .card{width:3.0957rem;min-height:2.3828rem;margin-bottom:0}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0{width:5.4785rem;height:3.3984rem;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:2.6172rem;height:3.2617rem;left:0;top:.1367rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:2.4219rem;height:1.875rem;right:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:1.0352rem;height:1.0352rem;bottom:.3027rem;right:1.2207rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:3.5645rem;height:2.9297rem;top:.3027rem;left:1.1914rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1{width:6.1133rem;height:3.8281rem;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:3.2422rem;height:3.8281rem;left:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:2.666rem;height:2.3535rem;right:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:1.543rem;height:1.543rem;bottom:0;right:1.0645rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:2.9297rem;height:2.9395rem;left:1.6016rem;bottom:.4492rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2{width:5.2246rem;height:3.5156rem;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:2.6855rem;height:3.2227rem;top:.293rem;left:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:1.0254rem;height:1.0254rem;right:1.2793rem;top:.5469rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:1.3672rem;height:1.3672rem;top:0;right:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:1.8652rem;height:1.3672rem;bottom:.5566rem;right:.6152rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:3.584rem;height:2.9297rem;left:1.0645rem;top:.3613rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .row .text-content{width:3.3301rem}.financial-institutions .access-plan[data-v-7e19bc81]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.financial-institutions .module1[data-v-7e19bc81],.financial-institutions .module3[data-v-7e19bc81]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.financial-institutions .module3[data-v-7e19bc81] .subtitle{margin-bottom:.5859rem}.financial-institutions .module3 p[data-v-7e19bc81]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.financial-institutions .module2[data-v-7e19bc81]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.financial-institutions[data-v-7e19bc81] .subtitle{margin-bottom:.8rem}.financial-institutions[data-v-7e19bc81] .text-card .card{width:9.1467rem;padding:.4267rem .32rem .64rem;height:auto}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item0{width:8.2133rem;height:5.0933rem;margin-top:.56rem;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:3.92rem;height:4.9067rem;left:0;top:.1867rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:3.6267rem;height:2.8rem;right:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:1.5733rem;height:1.5733rem;bottom:.4267rem;right:1.8133rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:5.36rem;height:4.4267rem;top:.4267rem;left:1.7867rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item1{width:9.1467rem;height:5.7333rem;margin-top:.56rem;position:relative}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item1 .img4{position:absolute;width:4.8533rem;height:5.7333rem;left:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item1 .img5{position:absolute;width:3.9733rem;height:3.52rem;right:0;top:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:2.2933rem;height:2.2933rem;bottom:0;right:1.6rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:4.4267rem;height:4.4267rem;left:2.3733rem;top:.64rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2{width:8.0267rem;height:5.4933rem;position:relative;margin-top:.8rem}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2 .img8{position:absolute;width:4rem;height:4.8267rem;top:.4267rem;left:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2 .img9{position:absolute;width:1.5467rem;height:1.5467rem;right:1.8933rem;top:.8267rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2 .img10{position:absolute;width:2.0267rem;height:2.0267rem;top:0;right:0;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:2.8rem;height:2.0533rem;bottom:.8267rem;right:.9067rem;z-index:2}.financial-institutions[data-v-7e19bc81] .graphic-list .column .img-content .img-item2 .img12{position:absolute;width:5.3867rem;height:4.4rem;left:1.5733rem;top:.5333rem;z-index:1}.financial-institutions[data-v-7e19bc81] .graphic-list .column .text-content{width:9.1467rem}.financial-institutions .module1[data-v-7e19bc81]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.financial-institutions .module3[data-v-7e19bc81]{text-align:center;padding:1.0667rem 0 0}.financial-institutions .module3[data-v-7e19bc81] .subtitle{margin-bottom:.8rem}.financial-institutions .module3 p[data-v-7e19bc81]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.financial-institutions .module2[data-v-7e19bc81]{padding-top:1.0667rem}}.financial-institutions .access-plan[data-v-7e19bc81]{cursor:pointer}.financial-institutions .module2[data-v-7e19bc81]{background:#FBFBFC}@media screen and (min-width: 1420.5px){.general-plan[data-v-06f3fdff] .subtitle{margin-bottom:80px}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0{width:584px;height:333px;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:367px;height:333px;left:0;top:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:65px;height:216px;left:346px;top:45px;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:191px;height:128px;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:191px;height:128px;top:103px;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img4{position:absolute;width:191px;height:128px;right:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img5{position:absolute;width:301px;height:299px;z-index:1;left:164px;top:15px}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1{width:616px;height:363px;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:367px;height:333px;left:0;top:6px;bottom:24px;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:191px;height:140px;left:369px;top:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img8{position:absolute;width:191px;height:140px;top:118px;left:425px;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img9{position:absolute;width:131px;height:131px;left:367px;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img10{position:absolute;width:301px;height:300px;z-index:0;left:164px;bottom:42px}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2{width:584px;height:359px;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:367px;height:333px;top:24px;left:0;bottom:2px;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:133px;height:132px;left:267px;top:83px;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img13{position:absolute;width:219px;height:251px;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img14{position:absolute;width:263px;height:128px;bottom:0;right:52px;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img15{position:absolute;width:301px;height:300px;left:164px;top:38px;z-index:1}.general-plan .access-plan[data-v-06f3fdff]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:500;font-size:16px;color:#fff;margin-top:34px}.general-plan .module1[data-v-06f3fdff]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.general-plan .module3[data-v-06f3fdff]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.general-plan .module3[data-v-06f3fdff] .subtitle{margin-bottom:16px}.general-plan .module3 p[data-v-06f3fdff]{margin-bottom:96px;font-size:18px;font-weight:500;color:#323233}.general-plan .module2[data-v-06f3fdff]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.general-plan[data-v-06f3fdff] .subtitle{margin-bottom:.5859rem}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0{width:5.7031rem;height:3.252rem;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:3.584rem;height:3.252rem;left:0;top:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:.6348rem;height:2.1094rem;left:3.3789rem;top:.5859rem;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:1.8652rem;height:1.25rem;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:1.8652rem;height:1.25rem;top:1.0059rem;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img4{position:absolute;width:1.8652rem;height:1.25rem;right:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item0 .img5{position:absolute;width:2.9395rem;height:2.9199rem;z-index:1;left:1.6016rem;top:.1465rem}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1{width:6.0156rem;height:3.5449rem;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:3.584rem;height:3.252rem;left:0;top:.0586rem;bottom:.2344rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:1.8652rem;height:1.3672rem;left:3.6035rem;top:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img8{position:absolute;width:1.8652rem;height:1.3672rem;top:1.1523rem;left:4.1504rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img9{position:absolute;width:1.2793rem;height:1.2793rem;left:3.584rem;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item1 .img10{position:absolute;width:2.9395rem;height:2.9297rem;z-index:1;left:1.6016rem;bottom:.4102rem}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2{width:5.7031rem;height:3.5059rem;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:3.584rem;height:3.252rem;top:.2344rem;left:0;bottom:.0195rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:1.2988rem;height:1.2891rem;left:2.6074rem;top:.8105rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img13{position:absolute;width:2.1387rem;height:2.4512rem;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img14{position:absolute;width:2.5684rem;height:1.25rem;bottom:0;right:.5078rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .row .img-content .img-item2 .img15{position:absolute;width:2.9395rem;height:2.9297rem;left:1.6016rem;top:.3711rem;z-index:1}.general-plan .access-plan[data-v-06f3fdff]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.general-plan .module1[data-v-06f3fdff],.general-plan .module3[data-v-06f3fdff]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.general-plan .module3[data-v-06f3fdff] .subtitle{margin-bottom:.1563rem}.general-plan .module3 p[data-v-06f3fdff]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.general-plan .module2[data-v-06f3fdff]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.general-plan[data-v-06f3fdff] .subtitle{margin-bottom:.8rem}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0{width:8.5333rem;height:4.8533rem;margin-top:.5867rem;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:5.36rem;height:4.8533rem;left:0;top:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:.96rem;height:3.1733rem;left:5.04rem;top:.8533rem;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:2.7733rem;height:1.84rem;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:2.7733rem;height:1.8667rem;top:1.4933rem;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img4{position:absolute;width:2.7733rem;height:1.84rem;right:0;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item0 .img5{position:absolute;width:5.36rem;height:4.8533rem;z-index:1;left:2.4rem;top:.2133rem;bottom:.2667rem}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1{width:8.7467rem;height:4.9333rem;margin-top:.64rem;position:relative}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:5.36rem;height:4.88rem;left:0;top:0;bottom:.0533rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:2.24rem;height:1.4933rem;left:5.68rem;top:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1 .img8{position:absolute;width:2.24rem;height:1.4933rem;top:1.8933rem;left:6.5067rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1 .img9{position:absolute;width:1.36rem;height:1.36rem;left:5.6267rem;bottom:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item1 .img10{position:absolute;width:4.4rem;height:4.4267rem;z-index:1;left:2.4rem;bottom:.2933rem;top:.2133rem}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2{width:8.5333rem;height:5.2267rem;position:relative;margin-top:.56rem}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:5.36rem;height:4.88rem;top:.3467rem;left:0;bottom:.0267rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2 .img12{position:absolute;width:1.9467rem;height:1.9467rem;left:3.76rem;top:1.2rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2 .img13{position:absolute;width:3.1733rem;height:3.6533rem;top:0;right:0;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2 .img14{position:absolute;width:3.8133rem;height:1.8667rem;bottom:0;right:.7733rem;z-index:2}.general-plan[data-v-06f3fdff] .graphic-list .column .img-content .img-item2 .img15{position:absolute;width:4.4rem;height:4.4267rem;left:2.4rem;top:.5333rem;bottom:.2933rem;z-index:1}.general-plan .module1[data-v-06f3fdff]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.general-plan .module3[data-v-06f3fdff]{text-align:center;padding:1.0667rem 0 0}.general-plan .module3[data-v-06f3fdff] .subtitle{margin-bottom:.32rem}.general-plan .module3 p[data-v-06f3fdff]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.general-plan .module2[data-v-06f3fdff]{padding-top:1.0667rem}}.general-plan .access-plan[data-v-06f3fdff]{cursor:pointer}.general-plan .module2[data-v-06f3fdff]{background:#FBFBFC}@media screen and (min-width: 1420.5px){.house-property[data-v-0c9b96f4] .subtitle{margin-bottom:80px}.house-property[data-v-0c9b96f4] .text-card .card{width:410px;min-height:216px}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0{width:558px;height:334px;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:227px;height:192px;left:0;bottom:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:105px;height:106px;left:73px;top:33px;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:322px;height:323px;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:300px;height:299px;top:10px;left:139px;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1{width:544px;height:398px;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:284px;height:353px;left:0;top:39px;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:166px;height:166px;right:30px;top:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:242px;height:246px;bottom:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:299px;height:299px;left:164px;bottom:43px;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2{width:559px;height:349px;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:207px;height:152px;top:16px;left:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:153px;height:153px;left:39px;top:183px;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:326px;height:349px;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:408px;height:323px;top:3px;left:14px;z-index:1}.house-property .access-plan[data-v-0c9b96f4]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:400;font-size:16px;color:#fff;margin-top:34px}.house-property .module1[data-v-0c9b96f4]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.house-property .module3[data-v-0c9b96f4]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.house-property .module3[data-v-0c9b96f4] .subtitle{margin-bottom:100px}.house-property .module3 p[data-v-0c9b96f4]{margin-bottom:96px;font-size:18px;font-weight:400;color:#323233}.house-property .module2[data-v-0c9b96f4]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.house-property[data-v-0c9b96f4] .subtitle{margin-bottom:.5859rem}.house-property[data-v-0c9b96f4] .text-card .card{width:3.0957rem;min-height:2.3828rem;margin-bottom:0}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0{width:5.4492rem;height:3.2617rem;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:2.2168rem;height:1.875rem;left:0;bottom:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:1.0254rem;height:1.0352rem;left:.7129rem;top:.3223rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:3.1445rem;height:3.1543rem;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:2.9297rem;height:2.9199rem;top:.0977rem;left:1.3574rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1{width:5.3125rem;height:3.8867rem;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:2.7734rem;height:3.4473rem;left:0;top:.3809rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:1.6211rem;height:1.6211rem;right:.293rem;top:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:2.3633rem;height:2.4023rem;bottom:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:2.9199rem;height:2.9199rem;left:1.6016rem;bottom:.4199rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2{width:5.459rem;height:3.4082rem;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:2.0215rem;height:1.4844rem;top:.1563rem;left:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:1.4941rem;height:1.4941rem;left:.3809rem;top:1.7871rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:3.1836rem;height:3.4082rem;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:3.9844rem;height:3.1543rem;top:.0293rem;left:.1367rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-card .card{width:3.0957rem;height:5.4492rem}.house-property[data-v-0c9b96f4] .graphic-card .card .content{height:calc(100% - 2.6074rem)}.house-property .access-plan[data-v-0c9b96f4]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.house-property .module1[data-v-0c9b96f4],.house-property .module3[data-v-0c9b96f4]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.house-property .module3[data-v-0c9b96f4] .subtitle{margin-bottom:.5859rem}.house-property .module3 p[data-v-0c9b96f4]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.house-property .module2[data-v-0c9b96f4]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.house-property[data-v-0c9b96f4] .subtitle{margin-bottom:.8rem}.house-property[data-v-0c9b96f4] .text-card .card{width:9.1467rem;padding:.4267rem .32rem .64rem;height:auto}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item0{width:8.16rem;height:4.88rem;margin-top:.6667rem;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:3.3067rem;height:2.8rem;left:0;bottom:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:1.5733rem;height:1.5733rem;left:1.04rem;top:.48rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:4.72rem;height:4.72rem;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:4.4rem;height:4.4rem;top:.1333rem;left:2.0267rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item1{width:7.9733rem;height:5.8133rem;margin-top:.56rem;position:relative}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item1 .img4{position:absolute;width:4.1333rem;height:5.1733rem;left:0;top:.56rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item1 .img5{position:absolute;width:2.4267rem;height:2.4rem;right:.4533rem;top:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:3.5467rem;height:3.6rem;bottom:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:4.4267rem;height:4.4267rem;left:2.3733rem;top:.8rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item2{width:8.2133rem;height:5.1467rem;position:relative;margin-top:.7467rem}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item2 .img8{position:absolute;width:3.0667rem;height:2.2667rem;top:.24rem;left:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item2 .img9{position:absolute;width:2.2667rem;height:2.2933rem;left:.56rem;top:2.72rem;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item2 .img10{position:absolute;width:4.8rem;height:5.1467rem;top:0;right:0;z-index:2}.house-property[data-v-0c9b96f4] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:5.9733rem;height:4.7467rem;top:.0533rem;left:.2133rem;z-index:1}.house-property[data-v-0c9b96f4] .graphic-list .column .text-content{width:9.1467rem}.house-property .module1[data-v-0c9b96f4]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.house-property .module3[data-v-0c9b96f4]{text-align:center;padding:1.0667rem 0 0}.house-property .module3[data-v-0c9b96f4] .subtitle{margin-bottom:.8rem}.house-property .module3 p[data-v-0c9b96f4]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.house-property .module2[data-v-0c9b96f4]{padding-top:1.0667rem}}.house-property .access-plan[data-v-0c9b96f4]{cursor:pointer}.house-property .module2[data-v-0c9b96f4]{background:#FBFBFC}@media screen and (min-width: 1420.5px){.manufacturing[data-v-e833bece] .subtitle{margin-bottom:80px}.manufacturing[data-v-e833bece] .text-card .card{width:410px;min-height:216px}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0{width:622px;height:340px;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:366px;height:333px;left:0;top:7px;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:155px;height:155px;left:394px;top:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:245px;height:165px;top:157px;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:300px;height:299px;top:24px;left:197px;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1{width:590px;height:392px;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:338px;height:392px;left:0;top:0;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:166px;height:166px;left:352px;top:6px;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:242px;height:159px;top:199px;left:348px;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:300px;height:300px;left:164px;bottom:48px;top:44px;z-index:0}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2{width:541px;height:374px;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:77px;height:78px;top:165px;left:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:130px;height:130px;left:65px;top:23px;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:131px;height:131px;top:191px;left:91px;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:305px;height:332px;top:21px;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:416px;height:374px;left:7px;top:0;z-index:1}.manufacturing .access-plan[data-v-e833bece]{width:160px;height:44px;background:#EC0117;border-radius:2px;outline:none;border:none;font-weight:400;font-size:16px;color:#fff;margin-top:34px}.manufacturing .module1[data-v-e833bece]{display:flex;flex-direction:column;align-items:center;padding:120px 0}.manufacturing .module3[data-v-e833bece]{display:flex;flex-direction:column;align-items:center;padding:100px 0 124px}.manufacturing .module3[data-v-e833bece] .subtitle{margin-bottom:100px}.manufacturing .module3 p[data-v-e833bece]{margin-bottom:96px;font-size:18px;font-weight:400;color:#323233}.manufacturing .module2[data-v-e833bece]{padding-top:100px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.manufacturing[data-v-e833bece] .subtitle{margin-bottom:.5859rem}.manufacturing[data-v-e833bece] .text-card .card{width:3.0957rem;min-height:2.3828rem;margin-bottom:0}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0{width:6.0742rem;height:3.3203rem;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img0{position:absolute;width:3.5742rem;height:3.252rem;left:0;top:.0684rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img1{position:absolute;width:1.5137rem;height:1.5137rem;left:3.8477rem;top:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img2{position:absolute;width:2.3926rem;height:1.6113rem;top:1.5332rem;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item0 .img3{position:absolute;width:2.9297rem;height:2.9199rem;top:.2344rem;left:1.9238rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1{width:5.7617rem;height:3.8281rem;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img4{position:absolute;width:3.3008rem;height:3.8281rem;left:0;top:0;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img5{position:absolute;width:1.6211rem;height:1.6211rem;left:3.4375rem;top:.0586rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img6{position:absolute;width:2.3633rem;height:1.5527rem;top:1.9434rem;left:3.3984rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item1 .img7{position:absolute;width:2.9297rem;height:2.9297rem;left:1.6016rem;bottom:.4688rem;top:.4297rem;z-index:0}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2{width:5.2832rem;height:3.6523rem;position:relative}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img8{position:absolute;width:.752rem;height:.7617rem;top:1.6113rem;left:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img9{position:absolute;width:1.2695rem;height:1.2695rem;left:.6348rem;top:.2246rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img10{position:absolute;width:1.2793rem;height:1.2793rem;top:1.8652rem;left:.8887rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img11{position:absolute;width:2.9785rem;height:3.2422rem;top:.2051rem;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .row .img-content .img-item2 .img12{position:absolute;width:4.0625rem;height:3.6523rem;left:.0684rem;top:0;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .row .text-content{width:3.3008rem}.manufacturing .access-plan[data-v-e833bece]{width:1.5625rem;height:.4297rem;background:#EC0117;border-radius:.0195rem;outline:none;border:none;font-size:.1563rem;font-weight:400;color:#fff;margin-top:.2344rem}.manufacturing .module1[data-v-e833bece],.manufacturing .module3[data-v-e833bece]{display:flex;flex-direction:column;align-items:center;padding:.9766rem 0}.manufacturing .module3[data-v-e833bece] .subtitle{margin-bottom:.5859rem}.manufacturing .module3 p[data-v-e833bece]{margin-bottom:.5859rem;font-size:.1758rem;font-weight:400;color:#323233}.manufacturing .module2[data-v-e833bece]{padding-top:.9766rem}}@media screen and (max-width: 1179.5px){.manufacturing[data-v-e833bece] .subtitle{margin-bottom:.8rem}.manufacturing[data-v-e833bece] .text-card .card{width:9.1467rem;padding:.4267rem .32rem .64rem;height:auto}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item0{width:9.12rem;height:4.96rem;margin-top:.56rem;position:relative}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item0 .img0{position:absolute;width:5.36rem;height:4.88rem;left:0;top:.08rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item0 .img1{position:absolute;width:2.2933rem;height:2.2667rem;left:5.76rem;top:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item0 .img2{position:absolute;width:3.6rem;height:2.4533rem;top:2.2667rem;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item0 .img3{position:absolute;width:4.4rem;height:4.4rem;top:.32rem;left:2.88rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item1{width:8.64rem;height:5.7333rem;margin-top:.56rem;position:relative}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item1 .img4{position:absolute;width:4.9333rem;height:5.7333rem;left:0;top:0;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item1 .img5{position:absolute;width:2.4267rem;height:2.4267rem;left:5.1733rem;top:.08rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item1 .img6{position:absolute;width:3.5467rem;height:2.3467rem;top:2.8267rem;left:5.0933rem;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item1 .img7{position:absolute;width:4.4rem;height:4.4rem;left:2.4rem;top:.64rem;z-index:0}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2{width:8.0267rem;height:5.4933rem;position:relative;margin-top:.8rem}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2 .img8{position:absolute;width:1.1467rem;height:1.1467rem;top:2.4267rem;left:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2 .img9{position:absolute;width:1.9467rem;height:1.9467rem;left:.9333rem;top:.32rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2 .img10{position:absolute;width:1.92rem;height:1.92rem;top:2.8rem;left:1.3333rem;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2 .img11{position:absolute;width:4.4533rem;height:4.88rem;top:.2933rem;right:0;z-index:2}.manufacturing[data-v-e833bece] .graphic-list .column .img-content .img-item2 .img12{position:absolute;width:6.24rem;height:5.4933rem;left:.1067rem;top:0;z-index:1}.manufacturing[data-v-e833bece] .graphic-list .column .text-content{width:9.1467rem}.manufacturing .module1[data-v-e833bece]{display:flex;flex-direction:column;align-items:center;padding:1.0667rem 0}.manufacturing .module3[data-v-e833bece]{text-align:center;padding:1.0667rem 0 0}.manufacturing .module3[data-v-e833bece] .subtitle{margin-bottom:.8rem}.manufacturing .module3 p[data-v-e833bece]{font-size:.3733rem;font-weight:400;color:#646566;line-height:.5333rem;margin-bottom:.8rem}.manufacturing .module2[data-v-e833bece]{padding-top:1.0667rem}}.manufacturing .access-plan[data-v-e833bece]{cursor:pointer}.manufacturing .module2[data-v-e833bece]{background:#FBFBFC}.img7[data-v-e833bece]{z-index:0}.img6[data-v-e833bece],.img5[data-v-e833bece],.img4[data-v-e833bece],.img3[data-v-e833bece]{z-index:1}.spotlight[data-v-27654d88]{background:linear-gradient(45deg,#00DC82 0%,#36E4DA 50%,#0047E1 100%);filter:blur(20vh);height:40vh;bottom:-30vh}.gradient-border[data-v-27654d88]{position:relative;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (prefers-color-scheme: light){.gradient-border[data-v-27654d88]{background-color:#ffffff4d}.gradient-border[data-v-27654d88]:before{background:linear-gradient(90deg,#e2e2e2 0%,#e2e2e2 25%,#00DC82 50%,#36E4DA 75%,#0047E1 100%)}}@media (prefers-color-scheme: dark){.gradient-border[data-v-27654d88]{background-color:#1414144d}.gradient-border[data-v-27654d88]:before{background:linear-gradient(90deg,#303030 0%,#303030 25%,#00DC82 50%,#36E4DA 75%,#0047E1 100%)}}.gradient-border[data-v-27654d88]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:.5rem;padding:2px;width:100%;background-size:400% auto;opacity:.5;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.gradient-border[data-v-27654d88]:hover:before{background-position:-50% 0;opacity:1}.bg-white[data-v-27654d88]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.cursor-pointer[data-v-27654d88]{cursor:pointer}.flex[data-v-27654d88]{display:flex}.grid[data-v-27654d88]{display:grid}.place-content-center[data-v-27654d88]{place-content:center}.items-center[data-v-27654d88]{align-items:center}.justify-center[data-v-27654d88]{justify-content:center}.font-sans[data-v-27654d88]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-medium[data-v-27654d88]{font-weight:500}.font-light[data-v-27654d88]{font-weight:300}.text-8xl[data-v-27654d88]{font-size:6rem;line-height:1}.text-xl[data-v-27654d88]{font-size:1.25rem;line-height:1.75rem}.leading-tight[data-v-27654d88]{line-height:1.25}.mb-8[data-v-27654d88]{margin-bottom:2rem}.mb-16[data-v-27654d88]{margin-bottom:4rem}.max-w-520px[data-v-27654d88]{max-width:520px}.min-h-screen[data-v-27654d88]{min-height:100vh}.overflow-hidden[data-v-27654d88]{overflow:hidden}.px-8[data-v-27654d88]{padding-left:2rem;padding-right:2rem}.py-2[data-v-27654d88]{padding-top:.5rem;padding-bottom:.5rem}.px-4[data-v-27654d88]{padding-left:1rem;padding-right:1rem}.fixed[data-v-27654d88]{position:fixed}.left-0[data-v-27654d88]{left:0px}.right-0[data-v-27654d88]{right:0px}.text-center[data-v-27654d88]{text-align:center}.text-black[data-v-27654d88]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-27654d88]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-full[data-v-27654d88]{width:100%}.z-10[data-v-27654d88]{z-index:10}.z-20[data-v-27654d88]{z-index:20}@media (min-width: 640px){.sm\:text-4xl[data-v-27654d88]{font-size:2.25rem;line-height:2.5rem}.sm\:text-xl[data-v-27654d88]{font-size:1.25rem;line-height:1.75rem}.sm\:text-10xl[data-v-27654d88]{font-size:10rem;line-height:1}.sm\:px-0[data-v-27654d88]{padding-left:0;padding-right:0}.sm\:py-3[data-v-27654d88]{padding-top:.75rem;padding-bottom:.75rem}.sm\:px-6[data-v-27654d88]{padding-left:1.5rem;padding-right:1.5rem}}@media (prefers-color-scheme: dark){.dark\:bg-black[data-v-27654d88]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:text-white[data-v-27654d88]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}.spotlight[data-v-6a3e10a6]{background:linear-gradient(45deg,#00DC82 0%,#36E4DA 50%,#0047E1 100%);filter:blur(20vh)}.bg-white[data-v-6a3e10a6]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.grid[data-v-6a3e10a6]{display:grid}.place-content-center[data-v-6a3e10a6]{place-content:center}.font-sans[data-v-6a3e10a6]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-medium[data-v-6a3e10a6]{font-weight:500}.font-light[data-v-6a3e10a6]{font-weight:300}.h-1\/2[data-v-6a3e10a6]{height:50%}.text-8xl[data-v-6a3e10a6]{font-size:6rem;line-height:1}.text-xl[data-v-6a3e10a6]{font-size:1.25rem;line-height:1.75rem}.leading-tight[data-v-6a3e10a6]{line-height:1.25}.mb-8[data-v-6a3e10a6]{margin-bottom:2rem}.mb-16[data-v-6a3e10a6]{margin-bottom:4rem}.max-w-520px[data-v-6a3e10a6]{max-width:520px}.min-h-screen[data-v-6a3e10a6]{min-height:100vh}.overflow-hidden[data-v-6a3e10a6]{overflow:hidden}.px-8[data-v-6a3e10a6]{padding-left:2rem;padding-right:2rem}.fixed[data-v-6a3e10a6]{position:fixed}.left-0[data-v-6a3e10a6]{left:0px}.right-0[data-v-6a3e10a6]{right:0px}.-bottom-1\/2[data-v-6a3e10a6]{bottom:-50%}.text-center[data-v-6a3e10a6]{text-align:center}.text-black[data-v-6a3e10a6]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-6a3e10a6]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (min-width: 640px){.sm\:text-4xl[data-v-6a3e10a6]{font-size:2.25rem;line-height:2.5rem}.sm\:text-10xl[data-v-6a3e10a6]{font-size:10rem;line-height:1}.sm\:px-0[data-v-6a3e10a6]{padding-left:0;padding-right:0}}@media (prefers-color-scheme: dark){.dark\:bg-black[data-v-6a3e10a6]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:text-white[data-v-6a3e10a6]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}.spotlight[data-v-8d22bb96]{background:linear-gradient(45deg,#00DC82 0%,#36E4DA 50%,#0047E1 100%);opacity:.8;filter:blur(30vh);height:60vh;bottom:-40vh}.bg-white[data-v-8d22bb96]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-black\/5[data-v-8d22bb96]{--tw-bg-opacity:.05;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.rounded-t-md[data-v-8d22bb96]{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.flex[data-v-8d22bb96]{display:flex}.flex-col[data-v-8d22bb96]{flex-direction:column}.flex-1[data-v-8d22bb96]{flex:1 1 0%}.font-sans[data-v-8d22bb96]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-medium[data-v-8d22bb96]{font-weight:500}.font-light[data-v-8d22bb96]{font-weight:300}.h-auto[data-v-8d22bb96]{height:auto}.text-xl[data-v-8d22bb96]{font-size:1.25rem;line-height:1.75rem}.text-6xl[data-v-8d22bb96]{font-size:3.75rem;line-height:1}.leading-tight[data-v-8d22bb96]{line-height:1.25}.mb-8[data-v-8d22bb96]{margin-bottom:2rem}.mb-6[data-v-8d22bb96]{margin-bottom:1.5rem}.min-h-screen[data-v-8d22bb96]{min-height:100vh}.overflow-y-auto[data-v-8d22bb96]{overflow-y:auto}.p-8[data-v-8d22bb96]{padding:2rem}.px-10[data-v-8d22bb96]{padding-left:2.5rem;padding-right:2.5rem}.pt-14[data-v-8d22bb96]{padding-top:3.5rem}.fixed[data-v-8d22bb96]{position:fixed}.left-0[data-v-8d22bb96]{left:0px}.right-0[data-v-8d22bb96]{right:0px}.text-black[data-v-8d22bb96]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-8d22bb96]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.z-10[data-v-8d22bb96]{z-index:10}@media (min-width: 640px){.sm\:text-8xl[data-v-8d22bb96]{font-size:6rem;line-height:1}.sm\:text-2xl[data-v-8d22bb96]{font-size:1.5rem;line-height:2rem}}@media (prefers-color-scheme: dark){.dark\:bg-black[data-v-8d22bb96]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:bg-white\/10[data-v-8d22bb96]{--tw-bg-opacity:.1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.dark\:text-white[data-v-8d22bb96]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}@media screen and (min-width: 1442.5px){.paste-box[data-v-04d1e7b4]{width:60px;position:fixed;top:394px;right:16px;z-index:999}.paste-box .apply-item[data-v-04d1e7b4]{width:60px;height:64px;background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-shadow:0 0 11px #151c2e1c;border-radius:2px;margin-bottom:8px}.paste-box .apply-item img[data-v-04d1e7b4]{width:20px;height:22px}.paste-box .apply-item .apply-title[data-v-04d1e7b4]{height:18px;font-size:12px;font-weight:400;color:#1a1a1b;line-height:18px;text-align:center}.paste-box .phone-title[data-v-04d1e7b4]{position:absolute;top:30px;right:60px;width:280px;height:146px}.paste-box .apply-item:hover .apply-title[data-v-04d1e7b4]{color:#ec0117}}@media screen and (min-width: 1179.5px) and (max-width: 1442.5px){.paste-box[data-v-04d1e7b4]{width:.5859rem;position:fixed;top:3.8477rem;right:.166rem;z-index:999}.paste-box .apply-item[data-v-04d1e7b4]{width:.5859rem;height:.625rem;background-color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;box-shadow:0 0 .1074rem #151c2e1c;border-radius:.0195rem;margin-bottom:.0781rem}.paste-box .apply-item img[data-v-04d1e7b4]{width:.1953rem;height:.2148rem}.paste-box .apply-item .apply-title[data-v-04d1e7b4]{height:.1758rem;font-size:.1172rem;font-weight:400;color:#1a1a1b;line-height:.1758rem;text-align:center}.paste-box .apply-item:hover .apply-title[data-v-04d1e7b4]{color:#ec0117}.paste-box .phone-title[data-v-04d1e7b4]{width:2.3828rem;height:1.1133rem;position:absolute;top:.3906rem;right:.4883rem}}@media screen and (max-width: 1179.5px){.phone-box[data-v-04d1e7b4]{width:1.2267rem;height:1.2267rem;background-color:#fff;box-shadow:0 0 .2933rem #151c2e1c;border-radius:.0533rem;position:fixed;top:12.8267rem;right:.4267rem;z-index:999;display:flex;justify-content:center;align-items:center}.phone-box img[data-v-04d1e7b4]{width:.6933rem;height:.6933rem}.bottom-box[data-v-04d1e7b4]{width:100%;height:1.44rem;position:fixed;bottom:0;left:0;z-index:999999!important}.bottom-box .apply-box[data-v-04d1e7b4]{width:100%;height:1.44rem;background-color:#ec0117;display:flex;justify-content:center;align-items:center}.bottom-box .apply-box .center-box[data-v-04d1e7b4]{width:9.1467rem;height:.8rem;display:flex;justify-content:space-between;align-items:center}.bottom-box .apply-box .center-box .apply-title[data-v-04d1e7b4]{height:20px;font-size:14px;font-weight:400;color:#fff;line-height:20px}.bottom-box .apply-box .center-box .apply-button[data-v-04d1e7b4]{width:2.6667rem;height:100%;background-color:#fff;font-size:.32rem;font-weight:400;color:#ec0117;line-height:.8rem;text-align:center}}.apply-item[data-v-04d1e7b4]{cursor:pointer}@media screen and (min-width: 1420.5px){.header-menu-box .menu-list[data-v-9a48af92]{display:flex;height:100%}.header-menu-box .menu-list>li[data-v-9a48af92]{height:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;margin-right:80px;cursor:pointer}.header-menu-box .menu-list>li .link-item[data-v-9a48af92]{width:100%;height:100%;position:relative}.header-menu-box .menu-list>li .link-item .dorp-menu[data-v-9a48af92]{box-sizing:border-box;position:absolute;min-width:112px;top:68px;left:-24px;padding:16px;background:#FFFFFF;box-shadow:0 2px 24px #b1b3ba6e;border-radius:4px}.header-menu-box .menu-list>li .link-item .dorp-menu>.checked>a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item .dorp-menu>.checked>.link-a[data-v-9a48af92]{color:#ec0117}.header-menu-box .menu-list>li .link-item .dorp-menu>div[data-v-9a48af92]{margin-bottom:16px}.header-menu-box .menu-list>li .link-item .dorp-menu a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item .dorp-menu .link-a[data-v-9a48af92]{white-space:nowrap;text-align:left;margin-bottom:0}.header-menu-box .menu-list>li .link-item .dorp-menu>div[data-v-9a48af92]:last-child{margin-bottom:0}.header-menu-box .menu-list>li .link-item .dorp-menu>div>a[data-v-9a48af92]:hover,.header-menu-box .menu-list>li .link-item .dorp-menu .link-a[data-v-9a48af92]:hover{font-weight:600;color:#ec0117}.header-menu-box .menu-list>li .link-item>div>a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item>div>.link-a[data-v-9a48af92]{display:block;width:100%;height:100%;line-height:68px;text-align:center}.header-menu-box .menu-list>li .link-item>div>a[data-v-9a48af92]:hover,.header-menu-box .menu-list>li .link-item .link-a[data-v-9a48af92]:hover{color:#ec0117}.header-menu-box .menu-list>li[data-v-9a48af92]:last-child{margin-right:0}.header-menu-box .iconfont[data-v-9a48af92]{display:none}.header-menu-box .active[data-v-9a48af92]:before{display:block;content:"";width:100%;height:3px;border-radius:2px;background:#EC0117;position:absolute;bottom:11px;left:50%;transform:translate(-50%);animation:tdry-9a48af92 .2s linear;display:flex}@keyframes tdry-9a48af92{0%{width:0}to{width:100%}}.header-menu-box .fade-enter-active[data-v-9a48af92],.header-menu-box .fade-leave-active[data-v-9a48af92]{height:282px;transition:height .3s ease-in}.header-menu-box .fade-enter-from[data-v-9a48af92],.header-menu-box .fade-leave-to[data-v-9a48af92]{height:0}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.header-menu-box .menu-list[data-v-9a48af92]{display:flex;height:100%}.header-menu-box .menu-list>li[data-v-9a48af92]{height:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box;cursor:pointer;margin-right:.5273rem}.header-menu-box .menu-list>li .link-item[data-v-9a48af92]{width:100%;height:100%;position:relative}.header-menu-box .menu-list>li .link-item .dorp-menu[data-v-9a48af92]{box-sizing:border-box;position:absolute;min-width:1.0938rem;top:.6641rem;left:-.2344rem;padding:.1563rem;background:#FFFFFF;box-shadow:0 .0195rem .2148rem #b1b3ba6e;border-radius:.0391rem}.header-menu-box .menu-list>li .link-item .dorp-menu>.checked>a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item .dorp-menu>.checked>.link-a[data-v-9a48af92]{color:#ec0117}.header-menu-box .menu-list>li .link-item .dorp-menu>div[data-v-9a48af92]{margin-bottom:.127rem}.header-menu-box .menu-list>li .link-item .dorp-menu a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item .dorp-menu .link-a[data-v-9a48af92]{white-space:nowrap;text-align:left;margin-bottom:0}.header-menu-box .menu-list>li .link-item .dorp-menu>div[data-v-9a48af92]:last-child{margin-bottom:0}.header-menu-box .menu-list>li .link-item .dorp-menu>div>a[data-v-9a48af92]:hover,.header-menu-box .menu-list>li .link-item .dorp-menu .link-a[data-v-9a48af92]:hover{font-weight:600;color:#ec0117}.header-menu-box .menu-list>li .link-item>div>a[data-v-9a48af92],.header-menu-box .menu-list>li .link-item>div>.link-a[data-v-9a48af92]{display:block;width:100%;height:100%;line-height:.6641rem;text-align:center;font-size:.1563rem}.header-menu-box .menu-list>li .link-item>div>a[data-v-9a48af92]:hover,.header-menu-box .menu-list>li .link-item .link-a[data-v-9a48af92]:hover{color:#ec0117}.header-menu-box .iconfont[data-v-9a48af92]{display:none}.header-menu-box .active[data-v-9a48af92]:before{display:block;content:"";width:100%;height:.0293rem;border-radius:.0195rem;background:#EC0117;position:absolute;bottom:.1074rem;left:50%;transform:translate(-50%);animation:tdry-9a48af92 .2s linear;display:flex}@keyframes tdry-9a48af92{0%{width:0}to{width:100%}}}@media screen and (max-width: 1179.5px){.header-menu-box[data-v-9a48af92]{position:absolute;top:1.1733rem;background-color:#fff;padding-top:.48rem;width:calc(100vw - 2.1333rem);height:calc(100vh - 1.1733rem);right:0;overflow-y:scroll}.header-menu-box .menu-list[data-v-9a48af92]{background:#ffffff;padding-left:0;padding-bottom:1.0667rem}.header-menu-box .menu-list .active .link-item>div>a[data-v-9a48af92]{color:#ec0117!important}.header-menu-box .menu-list>li .link-item>div[data-v-9a48af92]{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;padding:.32rem .4267rem .32rem .64rem}.header-menu-box .menu-list>li .link-item>div>a[data-v-9a48af92]{font-size:.3733rem;color:#646566}.header-menu-box .menu-list>li .link-item .dorp-menu[data-v-9a48af92]{display:block;padding:0}.header-menu-box .menu-list>li .link-item .dorp-menu>.checked[data-v-9a48af92]{background:#FEF0F1}.header-menu-box .menu-list>li .link-item .dorp-menu>.checked>a[data-v-9a48af92]{color:#ec0117!important}.header-menu-box .menu-list>li .link-item .dorp-menu>div[data-v-9a48af92]{padding:.32rem .96rem}.header-menu-box .menu-list>li .link-item .dorp-menu>div>a[data-v-9a48af92]{font-size:.3733rem;color:#646566}.header-menu-box .bottom[data-v-9a48af92]{width:.4267rem;height:.4267rem;background:url(../images/header/bottom.png) no-repeat 0 0/100%;transform-origin:50% 50%}.header-menu-box .rotate-open[data-v-9a48af92]{transform-origin:50% 50%;transform:rotate(-180deg);transition:transform .5s;background-image:url(../images/header/top.png)}.header-menu-box .rotate-close[data-v-9a48af92]{transform-origin:50% 50%;transform:rotate(0);transition:transform .5s;background-image:url(../images/header/bottom.png)}.header-menu-box .fade-enter-active[data-v-9a48af92],.header-menu-box .fade-leave-active[data-v-9a48af92]{height:8.3733rem;transition:height .3s ease-in}.header-menu-box .fade-enter-from[data-v-9a48af92],.header-menu-box .fade-leave-to[data-v-9a48af92]{height:0}.link-a[data-v-9a48af92]{font-size:.3733rem!important;font-weight:400!important}}.header-menu-box[data-v-9a48af92]{flex:1;z-index:9999}.header-menu-box a[data-v-9a48af92],.header-menu-box .link-a[data-v-9a48af92]{font-size:16px;font-weight:400;color:#646566;line-height:22px;text-decoration:none;display:block}.header-menu-box ul[data-v-9a48af92]{list-style-type:none}.header-menu-box .active[data-v-9a48af92]{position:relative}.header-menu-box .active .link-item>div>a[data-v-9a48af92],.header-menu-box .active .link-item>div>.link-a[data-v-9a48af92]{font-weight:600;color:#ec0117}.mask-menu[data-v-2f3339b6]{transition:.3s;position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.4);z-index:999}.Mheader-Wrap[data-v-2f3339b6]{width:100%;height:1.1733rem;background:#ffffff;display:flex;justify-content:space-between;align-items:center;padding:.2667rem .4267rem;box-sizing:border-box;position:fixed;z-index:99999;top:0;box-shadow:0 .0195rem .1367rem #b1b3ba6e}.Mheader-Wrap .menu-logo[data-v-2f3339b6]{width:1.3867rem;height:.64rem}.Mheader-Wrap .menu-title[data-v-2f3339b6]{font-size:.4267rem;color:#1a1a1b;font-weight:600}.Mheader-Wrap .menu-right-box[data-v-2f3339b6]{width:1.3867rem;height:.64rem;position:relative}.Mheader-Wrap .menu-right-box .menu-icon[data-v-2f3339b6]{width:.64rem;height:.64rem;position:absolute;right:0}.Mheader-Wrap .slide-enter-active[data-v-2f3339b6],.Mheader-Wrap .slide-leave-active[data-v-2f3339b6]{height:100vh;overflow:hidden;transition:height .3s ease-in}.Mheader-Wrap .slide-enter-from[data-v-2f3339b6],.Mheader-Wrap .slide-leave-to[data-v-2f3339b6]{height:0;overflow:hidden}.header-pc[data-v-2f3339b6]{display:none}.go-pc[data-v-2f3339b6]{color:#ec0117}.go-pc[data-v-2f3339b6]:hover{text-decoration:none}@media screen and (min-width: 1420.5px){.header-box[data-v-4bf854de]{height:68px;padding:0 100px;margin:auto;box-shadow:0 2px 14px #b1b3ba6e}.header-box .menu-logo[data-v-4bf854de]{width:68px;height:32px;cursor:pointer}.header-box .menu-right[data-v-4bf854de]{display:flex}.header-box .menu-right>div[data-v-4bf854de]:first-child{margin:auto 50px auto auto;font-size:12px;color:#1a1a1b}.header-box .menu-right>div[data-v-4bf854de]:last-child{box-sizing:border-box;width:100px;height:44px;font-size:16px;color:#ec0117;text-align:center;line-height:44px;border:1px solid #EC0117;cursor:pointer}.header-menu-box[data-v-4bf854de]{margin-left:126px;min-width:726px}.Mheader-Wrap[data-v-4bf854de]{display:none}.menu-logo[data-v-4bf854de]{width:68px;height:32px}.header-phone[data-v-4bf854de]{font-size:14px}.go-pc[data-v-4bf854de]{color:#ec0117}.go-pc[data-v-4bf854de]:hover{text-decoration:none}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.header-box[data-v-4bf854de]{margin:auto;padding:0 .8789rem;height:.6641rem;box-shadow:0 .0195rem .1367rem #b1b3ba6e}.menu-logo[data-v-4bf854de]{width:.6641rem;height:.3125rem;cursor:pointer}.header-menu-box[data-v-4bf854de]{margin-left:.9961rem}.menu-right div[data-v-4bf854de]{box-sizing:border-box;width:.9766rem;height:.3906rem;font-size:.1563rem;color:#ec0117;text-align:center;line-height:.4rem;border:1px solid #EC0117;cursor:pointer}.go-pc[data-v-4bf854de]{color:#ec0117}.go-pc[data-v-4bf854de]:hover{text-decoration:none}}@media screen and (max-width: 1179.5px){.mask-menu[data-v-4bf854de]{transition:.3s;position:absolute;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.4);z-index:999}.Mheader-Wrap[data-v-4bf854de]{width:100%;height:1.1733rem;background:#ffffff;display:flex;justify-content:space-between;align-items:center;padding:.2667rem .4267rem;box-sizing:border-box;position:fixed;z-index:99999;top:0;box-shadow:0 .0195rem .1367rem #b1b3ba6e}.Mheader-Wrap .menu-logo[data-v-4bf854de]{width:1.3867rem;height:.64rem}.Mheader-Wrap .menu-title[data-v-4bf854de]{font-size:.4267rem;color:#1a1a1b;font-weight:600}.Mheader-Wrap .menu-right-box[data-v-4bf854de]{width:1.3867rem;height:.64rem;position:relative}.Mheader-Wrap .menu-right-box .menu-icon[data-v-4bf854de]{width:.64rem;height:.64rem;position:absolute;right:0}.Mheader-Wrap .slide-enter-active[data-v-4bf854de],.Mheader-Wrap .slide-leave-active[data-v-4bf854de]{height:100vh;overflow:hidden;transition:height .3s ease-in}.Mheader-Wrap .slide-enter-from[data-v-4bf854de],.Mheader-Wrap .slide-leave-to[data-v-4bf854de]{height:0;overflow:hidden}.header-pc[data-v-4bf854de]{display:none}.go-pc[data-v-4bf854de]{color:#ec0117}.go-pc[data-v-4bf854de]:hover{text-decoration:none}}.header-box[data-v-4bf854de]{width:100%;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}header[data-v-4bf854de]{width:100%;position:fixed;top:0;left:0;z-index:99999;background:#ffffff}@media screen and (min-width: 1420.5px){.footer-box .footer-content[data-v-1f51ea8b]{padding-top:100px;max-width:1380px;min-width:1380px;margin:auto}.footer-box .footer-content .footer-bar[data-v-1f51ea8b]{width:100%;display:flex;justify-content:center}.footer-box .footer-content .footer-bar .footer-left[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-item[data-v-1f51ea8b]{display:flex;flex-direction:column;margin:0 45px;text-align:left}.footer-box .footer-content .footer-bar .footer-bar-item span[data-v-1f51ea8b]{font-weight:400;line-height:22px;font-size:16px;margin-bottom:20px}.footer-box .footer-content .footer-bar .footer-bar-item .list-box[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-item .list-box .list-box-content .list-box-item>li[data-v-1f51ea8b]{margin-bottom:16px;font-size:14px;cursor:pointer}.footer-box .footer-content .footer-bar .footer-bar-code[data-v-1f51ea8b]{width:280px;margin-left:60px;padding-left:100px;border-left:1px solid rgba(255,255,255,.1)}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]{font-weight:400;line-height:22px;font-size:20px;display:block;margin-bottom:16px}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]:nth-child(2){margin-bottom:16px}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]:nth-child(3){margin-bottom:16px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn[data-v-1f51ea8b]{margin-right:8px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn img[data-v-1f51ea8b]{display:block;width:40px;height:40px;cursor:pointer}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn img[data-v-1f51ea8b]:first-child{margin:14px 0 20px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image[data-v-1f51ea8b]{position:relative;width:159px;height:167px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image img[data-v-1f51ea8b]{position:absolute}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image .code-img[data-v-1f51ea8b]{left:17px;top:6px;height:6px;width:132px;height:132px;z-index:2}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image .code-img-bg[data-v-1f51ea8b]{width:100%;height:100%;z-index:1}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image>div[data-v-1f51ea8b]{position:absolute;z-index:2;width:100%;text-align:center;color:#1a1a1b;font-size:16px;bottom:8px}.footer-box .footer-information[data-v-1f51ea8b]{opacity:.6;font-size:14px;margin-top:60px;padding-bottom:60px;text-align:center}.footer-box .iconfont[data-v-1f51ea8b]{display:none}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.footer-box .footer-content[data-v-1f51ea8b]{padding-top:.9766rem;margin:0 auto;max-width:10.7422rem;min-width:10.7422rem}.footer-box .footer-content .footer-bar[data-v-1f51ea8b]{margin:0 auto;width:-moz-fit-content;width:fit-content;display:flex}.footer-box .footer-content .footer-bar .footer-left[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-item[data-v-1f51ea8b]{display:flex;flex-direction:column;margin-right:.5859rem}.footer-box .footer-content .footer-bar .footer-bar-item span[data-v-1f51ea8b]{font-weight:400;line-height:.2157rem;font-size:.1569rem;margin-bottom:.1953rem}.footer-box .footer-content .footer-bar .footer-bar-item .list-box[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-item .list-box .list-box-content .list-box-item>li[data-v-1f51ea8b]{margin-bottom:.1563rem;font-size:.1367rem;cursor:pointer}.footer-box .footer-content .footer-bar .footer-bar-code[data-v-1f51ea8b]{width:2.1569rem;padding-left:.7324rem;border-left:1px solid rgba(255,255,255,.1)}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]{font-weight:400;line-height:.2157rem;font-size:.1569rem;display:block;margin-bottom:.1953rem}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]:nth-child(2){margin-bottom:.0781rem}.footer-box .footer-content .footer-bar .footer-bar-code>span[data-v-1f51ea8b]:nth-child(3){margin-bottom:.1563rem}.footer-box .footer-content .footer-bar .footer-bar-code .code-change[data-v-1f51ea8b]{display:flex}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn[data-v-1f51ea8b]{margin-right:8px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn img[data-v-1f51ea8b]{display:block;width:40px;height:40px;cursor:pointer}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-change-btn img[data-v-1f51ea8b]:first-child{margin:14px 0 20px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image[data-v-1f51ea8b]{position:relative;width:159px;height:167px}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image img[data-v-1f51ea8b]{position:absolute}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image .code-img[data-v-1f51ea8b]{left:17px;top:6px;height:6px;width:132px;height:132px;z-index:2}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image .code-img-bg[data-v-1f51ea8b]{width:100%;height:100%;z-index:1}.footer-box .footer-content .footer-bar .footer-bar-code .code-change .code-image>div[data-v-1f51ea8b]{position:absolute;z-index:2;width:100%;text-align:center;color:#1a1a1b;font-size:.1563rem;bottom:.0781rem}.footer-box .footer-information[data-v-1f51ea8b]{opacity:.6;font-size:.14rem;margin-top:.36rem;padding-bottom:.6rem;text-align:center}.footer-box .iconfont[data-v-1f51ea8b]{display:none}}@media screen and (max-width: 1179.5px){.footer-box[data-v-1f51ea8b]{font-size:.3733rem}.footer-box .footer-content[data-v-1f51ea8b]{padding:1.2533rem .4267rem 0;margin:auto}.footer-box .footer-content .footer-bar-code-mobile[data-v-1f51ea8b]{display:flex;justify-content:space-between}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item[data-v-1f51ea8b],.footer-box .footer-content .footer-bar-code-mobile .mobile-right-item[data-v-1f51ea8b]{margin-bottom:1.0667rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-item-title[data-v-1f51ea8b]{font-size:.3733rem;margin-bottom:.5333rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-item-value[data-v-1f51ea8b]{margin-bottom:.4267rem;opacity:.6}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code>div[data-v-1f51ea8b]{margin-bottom:1.0667rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code>div[data-v-1f51ea8b]:nth-child(2){margin-bottom:.32rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code>div[data-v-1f51ea8b]:nth-child(3){margin-bottom:1.0667rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code .code-image[data-v-1f51ea8b]{display:flex;color:#fff9;margin-bottom:0}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code .code-image div[data-v-1f51ea8b]:first-child{margin-right:.8533rem}.footer-box .footer-content .footer-bar-code-mobile .mobile-left-item-code .code-image img[data-v-1f51ea8b]{width:2.6667rem;height:2.6667rem;vertical-align:middle;margin-bottom:.32rem}.footer-box .footer-information[data-v-1f51ea8b]{padding:0 .4267rem 1.6rem;opacity:.6;font-size:.32rem;margin-top:1.0667rem;text-align:center}}.footer-box[data-v-1f51ea8b]{width:100%;background:#0B0E12;color:#fff}.footer-box a[data-v-1f51ea8b]{font-weight:400;color:#fff;opacity:.6;text-decoration:none}@media screen and (min-width: 1420.5px){.concat{position:fixed;top:calc(50% - 100px);right:9px;display:flex;z-index:9999}.concat .orcode{position:absolute;right:56px;top:0;width:174px;height:222px;background:url(/images/index/home/fixedModal/QR_code.png) no-repeat 0 0 / 100%}.concat .call .weixin{width:56px;height:100px;background:url(/images/index/home/fixedModal/weixin.png) no-repeat 0 0 / 100%;cursor:pointer}.concat .call .weixin:hover{background-image:url(/images/index/home/fixedModal/weixin_hover.png)}.concat .call .customer{width:56px;height:100px;background:url(/images/index/home/fixedModal/customer.png) no-repeat 0 0 / 100%;cursor:pointer;visibility:hidden}.concat .call .customer:hover{background-image:url(/images/index/home/fixedModal/customer_hover.png)}.concat .call .top{width:56px;height:52px;background:url(/images/index/home/fixedModal/top.png) no-repeat 0 0/100%;cursor:pointer;transform:translate(2px)}.concat .call .top:hover{background-image:url(/images/index/home/fixedModal/top_hover.png)}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.concat{position:fixed;top:37%;right:.0781rem;display:flex;z-index:9999}.concat .orcode{position:absolute;right:.549rem;top:0;width:1.7059rem;height:2.1765rem;background:url(/images/index/home/fixedModal/QR_code.png) no-repeat 0 0 / 100%}.concat .call .weixin{width:.549rem;height:.9804rem;background:url(/images/index/home/fixedModal/weixin.png) no-repeat 0 0 / 100%}.concat .call .weixin:hover{background-image:url(/images/index/home/fixedModal/weixin_hover.png)}.concat .call .customer{width:.549rem;height:.9804rem;background:url(/images/index/home/fixedModal/customer.png) no-repeat 0 0 / 100%}.concat .call .customer:hover{background-image:url(/images/index/home/fixedModal/customer_hover.png)}.concat .call .top{width:.549rem;height:.5098rem;background:url(/images/index/home/fixedModal/top.png) no-repeat 0 0/100%;cursor:pointer;transform:translate(.0195rem)}.concat .call .top:hover{background-image:url(/images/index/home/fixedModal/top_hover.png)}}@media screen and (max-width: 1179.5px){.concat{position:fixed;right:0;bottom:2.3467rem;z-index:99999}.concat .customer,.concat .kefu{width:2.1333rem;height:2.1333rem}.concat .customer img,.concat .kefu img{width:100%}}.iframe-box{position:absolute;width:100vw;bottom:0;height:60vh}@media screen and (min-width: 1420.5px){.global-model[data-v-6a1fe8c0]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999998;background:#1A1A1B;opacity:.6}.model[data-v-6a1fe8c0]{border:1px solid #DCDEE0;width:560px;height:480px;background:#FFFFFF;box-shadow:0 4px 12px #00000026;border-radius:4px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;padding:32px;box-sizing:border-box}.model .model-bg[data-v-6a1fe8c0]{width:560px;height:206px;position:absolute;top:0;right:0;left:0;z-index:-1}.model .title[data-v-6a1fe8c0]{font-weight:500;font-size:22px;color:#1a1a1b;margin-bottom:2px;line-height:30px}.model .desc[data-v-6a1fe8c0]{font-weight:400;font-size:14px;color:#323233;margin-bottom:12px;line-height:20px}.model .content[data-v-6a1fe8c0]{height:270px;padding:12px;box-sizing:border-box;background:#F5F6F7;border-radius:4px;border:1px solid #DCDEE0;overflow-y:auto;margin-bottom:16px}.model .content .line1[data-v-6a1fe8c0],.model .content .line2[data-v-6a1fe8c0],.model .content .line3[data-v-6a1fe8c0],.model .content .line4[data-v-6a1fe8c0]{margin-bottom:12px;line-height:22px;color:#646566}.model .content .line5[data-v-6a1fe8c0]{margin-bottom:16px;line-height:22px;color:#646566}.model .content .line6[data-v-6a1fe8c0],.model .content .line7[data-v-6a1fe8c0]{text-align:right;line-height:22px;color:#646566}.model .content[data-v-6a1fe8c0]::-webkit-scrollbar{width:4px;height:183px}.model .content[data-v-6a1fe8c0]::-webkit-scrollbar-thumb{background:#DCDEE0;border-radius:2px}.model .checkbox-area[data-v-6a1fe8c0]{display:flex;flex-direction:row;align-items:center;justify-content:center}.model .checkbox-area .Unchecked[data-v-6a1fe8c0]{width:16px;height:16px;background:#FFFFFF;border-radius:2px;border:1px solid rgba(0,0,0,.15);box-sizing:border-box}.model .checkbox-area .checked[data-v-6a1fe8c0]{width:16px;height:16px}.model .checkbox-area .label-desc[data-v-6a1fe8c0]{margin-left:8px;font-weight:400;font-size:14px;color:#646566}.model .button-area[data-v-6a1fe8c0]{display:flex;justify-content:center}.model .button-area .submit-button[data-v-6a1fe8c0]{width:120px;height:32px;background:#C8C9CC;border-radius:2px;outline:none;border:none;font-weight:400;font-size:14px;color:#fff;margin-top:12px;box-sizing:border-box;cursor:pointer}.model .button-area .submit-button-red[data-v-6a1fe8c0]{width:120px;height:32px;box-sizing:border-box;background:#EC0117;border-radius:2px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){.global-model[data-v-6a1fe8c0]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999998;background:#1A1A1B;opacity:.6}.model[data-v-6a1fe8c0]{width:5.4688rem;height:4.6875rem;background:#FFFFFF;box-shadow:0 .0391rem .1172rem #00000026;border-radius:.0391rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;padding:.3125rem;box-sizing:border-box}.model .model-bg[data-v-6a1fe8c0]{width:5.4688rem;height:2.0117rem;position:absolute;top:0;right:0;left:0;z-index:-1}.model .title[data-v-6a1fe8c0]{font-weight:500;font-size:.2148rem;color:#1a1a1b;margin-bottom:.0195rem;line-height:.293rem}.model .desc[data-v-6a1fe8c0]{font-weight:400;font-size:.1367rem;color:#323233;margin-bottom:.1172rem;line-height:.1953rem}.model .content[data-v-6a1fe8c0]{height:2.6367rem;padding:.1172rem;box-sizing:border-box;background:#F5F6F7;border-radius:.0391rem;border:.0098rem solid #DCDEE0;overflow-y:auto;margin-bottom:.1563rem}.model .content .line1[data-v-6a1fe8c0],.model .content .line2[data-v-6a1fe8c0],.model .content .line3[data-v-6a1fe8c0],.model .content .line4[data-v-6a1fe8c0]{margin-bottom:.1172rem;line-height:.2148rem;color:#646566}.model .content .line5[data-v-6a1fe8c0]{margin-bottom:.1563rem;line-height:.2148rem;color:#646566}.model .content .line6[data-v-6a1fe8c0],.model .content .line7[data-v-6a1fe8c0]{text-align:right;line-height:.2148rem;color:#646566}.model .content[data-v-6a1fe8c0]::-webkit-scrollbar{width:.0391rem;height:1.7871rem}.model .content[data-v-6a1fe8c0]::-webkit-scrollbar-thumb{background:#DCDEE0;border-radius:.0195rem}.model .checkbox-area[data-v-6a1fe8c0]{display:flex;flex-direction:row;align-items:center;justify-content:center}.model .checkbox-area .Unchecked[data-v-6a1fe8c0]{width:.1563rem;height:.1563rem;background:#FFFFFF;border-radius:.0195rem;border:.0098rem solid rgba(0,0,0,.15);box-sizing:border-box}.model .checkbox-area .checked[data-v-6a1fe8c0]{width:.1563rem;height:.1563rem}.model .checkbox-area .label-desc[data-v-6a1fe8c0]{margin-left:.0781rem;font-weight:400;font-size:.1367rem;color:#646566}.model .button-area[data-v-6a1fe8c0]{display:flex;justify-content:center}.model .button-area .submit-button[data-v-6a1fe8c0]{width:1.1719rem;height:.3125rem;background:#C8C9CC;border-radius:.0195rem;outline:none;border:none;font-weight:400;font-size:.1367rem;color:#fff;margin-top:.1172rem;box-sizing:border-box;cursor:pointer}.model .button-area .submit-button-red[data-v-6a1fe8c0]{width:1.1719rem;height:.3125rem;box-sizing:border-box;background:#EC0117;border-radius:.0195rem}}@media screen and (max-width: 1179.5px){.global-model[data-v-6a1fe8c0]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999998;background:#1A1A1B;opacity:.6}.model[data-v-6a1fe8c0]{width:8.2933rem;height:10.64rem;background:#FFFFFF;box-shadow:0 .1067rem .32rem #00000026;border-radius:.1067rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;padding:.4267rem;box-sizing:border-box}.model .model-bg[data-v-6a1fe8c0]{width:8.2933rem;height:3.8133rem;position:absolute;top:0;right:0;left:0;z-index:-1}.model .title[data-v-6a1fe8c0]{font-weight:500;font-size:.4267rem;color:#1a1a1b;margin-bottom:.0267rem;line-height:.64rem}.model .desc[data-v-6a1fe8c0]{font-weight:400;font-size:.32rem;color:#646566;margin-bottom:.32rem;line-height:.48rem}.model .content[data-v-6a1fe8c0]{height:6.24rem;padding:.2133rem;box-sizing:border-box;background:#F5F6F7;border-radius:.1067rem;border:.0267rem solid #DCDEE0;overflow-y:auto;margin-bottom:.32rem}.model .content .line1[data-v-6a1fe8c0],.model .content .line2[data-v-6a1fe8c0],.model .content .line3[data-v-6a1fe8c0],.model .content .line4[data-v-6a1fe8c0],.model .content .line5[data-v-6a1fe8c0]{margin-bottom:.2133rem;line-height:.5333rem;color:#646566}.model .content .line6[data-v-6a1fe8c0],.model .content .line7[data-v-6a1fe8c0]{text-align:right;line-height:.5333rem;color:#646566}.model .checkbox-area[data-v-6a1fe8c0]{display:flex;flex-direction:row;align-items:center;justify-content:center}.model .checkbox-area .Unchecked[data-v-6a1fe8c0]{width:.4267rem;height:.4267rem;background:#FFFFFF;border-radius:.0533rem;border:.0267rem solid rgba(0,0,0,.15);box-sizing:border-box}.model .checkbox-area .checked[data-v-6a1fe8c0]{width:.4267rem;height:.4267rem}.model .checkbox-area .label-desc[data-v-6a1fe8c0]{margin-left:.2133rem;font-weight:400;font-size:.3733rem;color:#646566}.model .button-area[data-v-6a1fe8c0]{display:flex;justify-content:center}.model .button-area .submit-button[data-v-6a1fe8c0]{width:3.2rem;height:.8533rem;background:#C8C9CC;border-radius:.0533rem;outline:none;border:none;font-weight:400;font-size:.3733rem;color:#fff;margin-top:.32rem;box-sizing:border-box;cursor:pointer}.model .button-area .submit-button-red[data-v-6a1fe8c0]{width:3.2rem;height:.8533rem;box-sizing:border-box;background:#EC0117;border-radius:.0533rem}}html[data-v-3199fd0d],body[data-v-3199fd0d],h1[data-v-3199fd0d],h2[data-v-3199fd0d],h3[data-v-3199fd0d],h4[data-v-3199fd0d],h5[data-v-3199fd0d],h6[data-v-3199fd0d],p[data-v-3199fd0d]{margin:0;padding:0}article[data-v-3199fd0d],aside[data-v-3199fd0d],details[data-v-3199fd0d],figcaption[data-v-3199fd0d],figure[data-v-3199fd0d],footer[data-v-3199fd0d],header[data-v-3199fd0d],hgroup[data-v-3199fd0d],menu[data-v-3199fd0d],nav[data-v-3199fd0d],section[data-v-3199fd0d]{display:block}body[data-v-3199fd0d]{line-height:1;font-size:16px}blockquote[data-v-3199fd0d],q[data-v-3199fd0d]{quotes:none}blockquote[data-v-3199fd0d]:before,blockquote[data-v-3199fd0d]:after,q[data-v-3199fd0d]:before,q[data-v-3199fd0d]:after{content:"";content:none}a[data-v-3199fd0d]:focus{text-decoration:none}p[data-v-3199fd0d],div[data-v-3199fd0d]{word-wrap:break-word;word-break:break-all}@media screen and (min-width: 1420.5px){body[data-v-3199fd0d]{font-size:16px!important}.main-content[data-v-3199fd0d]{margin-top:68px}}@media screen and (min-width: 1179.5px) and (max-width: 1420.5px){body[data-v-3199fd0d]{font-size:.16rem!important}.main-content[data-v-3199fd0d]{margin-top:.68rem}}@media screen and (max-width: 1179.5px){body[data-v-3199fd0d]{font-size:.43rem!important}.main-content[data-v-3199fd0d]{padding-top:1.1733rem}}.main-page[data-v-3199fd0d]{height:100vh;overflow:hidden}.main-content[data-v-3199fd0d]{max-width:100vw}.wow[data-v-3199fd0d]{visibility:hidden}
