.modal-overlay[data-v-c2de74d3]{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.msg_tip[data-v-c2de74d3]{background-color:#f4e9e9;border-radius:100%;height:56px;line-height:56px;margin:0 auto;text-align:center;width:56px}.msg_tip .iconfont[data-v-c2de74d3]{color:#932b26;font-size:40px}.modal-content-inner[data-v-c2de74d3]{padding:20px 0;text-align:center}.modal-content-inner .tit[data-v-c2de74d3]{font-size:24px;font-weight:700;padding:10px 0}.modal-content-inner .desc[data-v-c2de74d3]{color:#a5a6a8;font-size:16px;padding:10px 0}.modal-content[data-v-c2de74d3]{background:#fff;max-width:500px;padding:60px;position:relative;width:90%}.close-button[data-v-c2de74d3]{background:none;border:none;color:#c8c9cc;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}@media screen and (max-width:1580px){.msg_tip[data-v-c2de74d3]{height:50px;line-height:50px;width:50px}.modal-content-inner[data-v-c2de74d3]{padding:19px 0}.modal-content-inner .tit[data-v-c2de74d3]{font-size:22px}.modal-content-inner .desc[data-v-c2de74d3]{color:#a5a6a8;font-size:14px;padding:10px 0}.modal-content[data-v-c2de74d3]{max-width:414px;padding:54px}.close-button[data-v-c2de74d3]{font-size:24px}}@media screen and (max-width:1360px){.msg_tip[data-v-c2de74d3]{height:42px;line-height:42px;width:42px}.msg_tip .iconfont[data-v-c2de74d3]{font-size:34px}.modal-content-inner[data-v-c2de74d3]{padding:14px 0}.modal-content-inner .tit[data-v-c2de74d3]{font-size:18px}.modal-content-inner .desc[data-v-c2de74d3]{color:#a5a6a8;font-size:12px;padding:6px 0}.modal-content[data-v-c2de74d3]{max-width:350px;padding:40px}.close-button[data-v-c2de74d3]{font-size:20px}}@media screen and (max-width:1024px){.msg_tip[data-v-c2de74d3]{height:3.5rem;line-height:3.5rem;width:3.5rem}.msg_tip .iconfont[data-v-c2de74d3]{font-size:2.75rem}.modal-content-inner[data-v-c2de74d3]{padding:1.5rem 0 0}.modal-content-inner .tit[data-v-c2de74d3]{font-size:1.25rem;font-weight:600;line-height:1.75rem}.modal-content-inner .desc[data-v-c2de74d3],.modal-content-inner .tit[data-v-c2de74d3]{font-family:PingFangSC,PingFang SC;padding:0;text-align:center}.modal-content-inner .desc[data-v-c2de74d3]{color:#a5a6a8;font-size:.88rem;font-weight:400;line-height:1.25rem;margin-top:.75rem}.modal-content[data-v-c2de74d3]{border-radius:.25rem;max-width:17.44rem;padding:3.75rem .94rem}.close-button[data-v-c2de74d3]{font-size:1.63rem;height:1.63rem;line-height:1.63rem;right:.75rem;top:.75rem}}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px) rotateY(-9deg)}18.5%{transform:translate(5px) rotateY(7deg)}31.5%{transform:translate(-3px) rotateY(-5deg)}43.5%{transform:translate(2px) rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{animation-name:swing;transform-origin:top center}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skew(-12.5deg) skewY(-12.5deg)}33.3%{transform:skew(6.25deg) skewY(6.25deg)}44.4%{transform:skew(-3.125deg) skewY(-3.125deg)}55.5%{transform:skew(1.5625deg) skewY(1.5625deg)}66.6%{transform:skew(-.78125deg) skewY(-.78125deg)}77.7%{transform:skew(.390625deg) skewY(.390625deg)}88.8%{transform:skew(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-name:heartBeat;animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px) scale(.7)}80%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px) scale(.7)}80%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px) scale(.7)}80%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(700px) scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:.7;transform:translate(-2000px) scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0) scale(.7)}to{opacity:.7;transform:translate(2000px) scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0) scale(.7)}to{opacity:.7;transform:translateY(-700px) scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0)}}.animate__animated.animate__flip{animation-name:flip;backface-visibility:visible}@keyframes flipInX{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;transform:perspective(400px) rotateY(10deg)}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateY(-15deg)}to{opacity:0;transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*.75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate3d(100%,0,0) skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate3d(-100%,0,0) skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0) skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg)}to{opacity:0;transform:translate3d(0,700px,0)}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{animation-name:slideOutUp}.ellipsis{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ellipsisLine2{-webkit-line-clamp:2}.ellipsisLine2,.ellipsisLine3{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden}.ellipsisLine3{-webkit-line-clamp:3}.ellipsisLine6{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.btn-primary{background:#932b26;color:#fff}.btn-primary:hover{background:#cf251f}.btn-primary[plain]{background:#932b261a;color:#932b26}.btn-primary[plain]:hover{background:#932b26;color:#fff}.btn-white{background:#fff;border:1px solid #e9ebee;color:#1e1e1f!important}.btn-black{background:#000;color:#fff}.btn-black:hover{background:#932b26}.btn-lg,.btn-md,.btn-sm,.btn-xl{color:#fff;font-family:PingFangSC,PingFang SC;font-size:16px;font-style:normal;font-weight:500;height:44px;line-height:44px;text-align:center;width:150px}.btn-lg>i,.btn-md>i,.btn-sm>i,.btn-xl>i{color:inherit;font-size:23px;margin-left:4px;vertical-align:bottom}.btn-xl{height:58px;line-height:58px;width:532px}@media screen and (max-width:1580px){.btn-md{font-size:14px;height:40px;line-height:40px;width:136px}}@media screen and (max-width:1360px){.btn-md{font-size:12px;height:36px;line-height:36px;width:120px}}.btn-lg{height:60px;line-height:60px;width:180px}@media screen and (max-width:1580px){.btn-lg{height:48px;line-height:48px;width:144px}}.btn-sm{font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;height:40px;line-height:40px;width:136px}body{height:100vh;overflow-x:hidden!important;overflow-y:auto;-webkit-overflow-scroll:touch}.page-enter-active,.page-leave-active{transition:all .4s}.page-enter-from,.page-leave-to{filter:blur(1rem);opacity:0}.rotate-enter-active,.rotate-leave-active{transition:all .4s}.rotate-enter-from,.rotate-leave-to{opacity:0;transform:rotate3d(1,1,1,15deg)}.top{background:no-repeat center 0;background-size:cover;box-sizing:border-box;height:540px;padding-top:290px}.top>p{font-family:Oswald Medium;font-size:42px;font-weight:500;height:62px;line-height:62px;margin-bottom:2px;text-transform:uppercase}.top>h2,.top>p{color:#fff;font-style:normal;text-align:center}.top>h2{font-family:GLJ;font-size:30px;font-weight:400;height:36px;line-height:36px}@media screen and (max-width:1580px){.top{height:486px;padding-top:263px}.top>p{font-size:36px;height:53px;line-height:53px}.top>h2{font-size:26px;height:31px;line-height:31px}}@media screen and (max-width:1360px){.top{height:400px;padding-top:220px}.top>p{font-size:30px;height:45px;line-height:45px}.top>h2{font-size:22px;height:29px;line-height:29px}}@media screen and (max-width:1024px){.top{height:12.88rem;padding-top:5rem}.top>p{font-size:1.75rem;height:2.56rem;line-height:2.56rem;margin-bottom:.06rem}.top>h2{font-size:1.25rem;height:1.5rem;line-height:1.5rem}}::-webkit-scrollbar{height:0;width:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-button,::-webkit-scrollbar-track-piece{background:none}::-webkit-scrollbar-corner{background:none}.ellipsis[data-v-b86c8e08]{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ellipsisLine2[data-v-b86c8e08]{-webkit-line-clamp:2}.ellipsisLine2[data-v-b86c8e08],.ellipsisLine3[data-v-b86c8e08]{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden}.ellipsisLine3[data-v-b86c8e08]{-webkit-line-clamp:3}.ellipsisLine6[data-v-b86c8e08]{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.btn-primary[data-v-b86c8e08]{background:#932b26;color:#fff}.btn-primary[data-v-b86c8e08]:hover{background:#cf251f}.btn-primary[plain][data-v-b86c8e08]{background:#932b261a;color:#932b26}.btn-primary[plain][data-v-b86c8e08]:hover{background:#932b26;color:#fff}.btn-white[data-v-b86c8e08]{background:#fff;border:1px solid #e9ebee;color:#1e1e1f!important}.btn-black[data-v-b86c8e08]{background:#000;color:#fff}.btn-black[data-v-b86c8e08]:hover{background:#932b26}.btn-lg[data-v-b86c8e08],.btn-md[data-v-b86c8e08],.btn-sm[data-v-b86c8e08],.btn-xl[data-v-b86c8e08]{color:#fff;font-family:PingFangSC,PingFang SC;font-size:16px;font-style:normal;font-weight:500;height:44px;line-height:44px;text-align:center;width:150px}.btn-lg>i[data-v-b86c8e08],.btn-md>i[data-v-b86c8e08],.btn-sm>i[data-v-b86c8e08],.btn-xl>i[data-v-b86c8e08]{color:inherit;font-size:23px;margin-left:4px;vertical-align:bottom}.btn-xl[data-v-b86c8e08]{height:58px;line-height:58px;width:532px}@media screen and (max-width:1580px){.btn-md[data-v-b86c8e08]{font-size:14px;height:40px;line-height:40px;width:136px}}@media screen and (max-width:1360px){.btn-md[data-v-b86c8e08]{font-size:12px;height:36px;line-height:36px;width:120px}}.btn-lg[data-v-b86c8e08]{height:60px;line-height:60px;width:180px}@media screen and (max-width:1580px){.btn-lg[data-v-b86c8e08]{height:48px;line-height:48px;width:144px}}.btn-sm[data-v-b86c8e08]{font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;height:40px;line-height:40px;width:136px}.cm-header[data-v-b86c8e08]{left:0;min-height:72px;top:0;transition:all .5s;width:100%;z-index:1000}.cm-header.upshow[data-v-b86c8e08]{animation-delay:0;animation-duration:.5s;animation-fill-mode:both;background:#1e1e1f;position:fixed;top:0}.cm-header.upshow.mob[data-v-b86c8e08]{position:sticky}.cm-header.mob.fixed[data-v-b86c8e08]{background:none}.cm-header.mob.fixed .mob-wrap[data-v-b86c8e08]{background:none;position:fixed;top:0}.cm-header.mob.fixed.animate__fadeInDown .mob-wrap[data-v-b86c8e08]{background:#1e1e1f}.cm-header[data-v-b86c8e08]:before{background:linear-gradient(180deg,#000,transparent);content:"";display:block;height:100%;left:0;opacity:.24;position:absolute;top:0;width:100%}.cm-header .count-wrap[data-v-b86c8e08]{background:#cf251f;color:#fff;font-family:PingFangSC;font-size:12px;line-height:26px;position:relative;z-index:1000000}.cm-header .cdiv[data-v-b86c8e08]{position:relative;z-index:2}.cm-header .logo[data-v-b86c8e08]{height:40px;margin-left:40px;width:77px}.cm-header .lf[data-v-b86c8e08]{min-width:201px;width:201px}@media screen and (max-width:1580px){.cm-header[data-v-b86c8e08]{min-height:60px}.cm-header .logo[data-v-b86c8e08]{height:34px;width:65px}}.cm-header .nav[data-v-b86c8e08]{list-style:none;width:1400px}.cm-header .nav>li[data-v-b86c8e08]{box-sizing:border-box;font-family:PingFangSC-Medium;font-size:16px;font-style:normal;font-weight:500;height:72px;line-height:72px;padding:0 50px;text-align:left;text-align:center;white-space:nowrap;width:224px}.cm-header .nav>li[data-v-b86c8e08]:last-child{margin-right:0}.cm-header .nav>li .icon-icon_arrow_down[data-v-b86c8e08]{color:#ffffff80;display:inline-block;font-size:20px;margin-left:-3px;transition:all .3s}.cm-header .nav>li>a[data-v-b86c8e08]{color:#ffffff80;display:inline-block;font-size:inherit;position:relative;text-transform:uppercase;width:100%;z-index:3}.cm-header .nav>li.act>a[data-v-b86c8e08],.cm-header .nav>li>a[data-v-b86c8e08]:hover{color:#fff}.cm-header .nav>li.drop:hover>a[data-v-b86c8e08]{color:#1e1e1f}.cm-header .nav>li.drop:hover>a .icon-icon_arrow_down[data-v-b86c8e08]{color:#a5a6a8;transform:rotate(180deg)}.cm-header .nav>li.drop>div[data-v-b86c8e08]{background:#fff;height:0;left:0;overflow:hidden;position:absolute;top:100%;transition:all .3s;visibility:hidden;width:100vw}.cm-header .nav>li.drop .after[data-v-b86c8e08]{background:none;height:0;left:0;overflow:visible;position:relative;top:0;width:auto;z-index:2}.cm-header .nav>li.drop[data-v-b86c8e08]:hover{background:#fff}.cm-header .nav>li.drop:hover .after[data-v-b86c8e08]{background:none;height:0;left:0;overflow:visible;position:relative;top:0;width:auto;z-index:2}.cm-header .nav>li.drop:hover .after[data-v-b86c8e08]:after{background:#fff;content:"";display:block;height:72px;left:-24px;position:absolute;top:0;width:168px;z-index:2}.cm-header .nav>li.drop:hover>div[data-v-b86c8e08]{height:262px;visibility:visible}@media screen and (max-width:1580px){.cm-header .nav>li[data-v-b86c8e08]{font-size:14px;height:60px;line-height:60px;width:156px}.cm-header .nav>li .icon-icon_arrow_down[data-v-b86c8e08]{font-size:18px;margin-left:-5px}.cm-header .nav>li.drop:hover .after[data-v-b86c8e08]:after{height:60px;left:-20px;width:116px}}.cm-header .drop-wrap>div[data-v-b86c8e08]{width:100vw}.cm-header .drop-wrap .ul-wrap[data-v-b86c8e08]{box-sizing:border-box;flex:1;padding-left:90px;padding-top:40px}.cm-header .drop-wrap .ul[data-v-b86c8e08]{margin-right:154px;text-align:left;width:70px}.cm-header .drop-wrap .ul>h3[data-v-b86c8e08]{color:#1e1e1f;font-family:PingFangSC,PingFang SC;font-size:16px;font-weight:500;height:22px;line-height:22px;margin-bottom:10px}.cm-header .drop-wrap .ul>a[data-v-b86c8e08]{color:#636465;display:block;font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;line-height:30px;width:100%}.cm-header .drop-wrap .ul>a[data-v-b86c8e08]:hover{color:#cf251f}.cm-header .drop[data-v-b86c8e08]:hover:before{background:#1e1e1f;content:"";display:block;height:72px;left:0;position:absolute;top:0;width:100vw}.cm-header .launage[data-v-b86c8e08]{color:#ffffff80;cursor:pointer;height:36px;padding-left:3px;width:94px}.cm-header .launage i[data-v-b86c8e08]{font-size:32px;margin-right:3px}.cm-header .launage span[data-v-b86c8e08]{font-family:Oswald Regular;font-size:16px;font-style:normal;font-weight:500;height:18px;line-height:18px;text-align:left;white-space:nowrap}.cm-header .launage .down[data-v-b86c8e08]{font-size:20px;margin-left:1px;transition:all .3s}.cm-header .launage[data-v-b86c8e08]:hover{background:#932b26;color:#fff}.cm-header.white[data-v-b86c8e08]{background:none}.cm-header.white[data-v-b86c8e08]:before{display:none}.cm-header.white .nav>li .icon-icon_arrow_down[data-v-b86c8e08],.cm-header.white .nav>li>a[data-v-b86c8e08]{color:#a5a6a8}.cm-header.white .nav>li.act>a[data-v-b86c8e08]{color:#1e1e1f}.cm-header.white .drop[data-v-b86c8e08]:hover:before{background:#fff;border-bottom:1px solid #f4f5f7}.cm-header.white .drop[data-v-b86c8e08]:hover:after{height:71px!important}.cm-header.white .launage[data-v-b86c8e08]{color:#a5a6a8}@media screen and (max-width:1024px){.cm-header[data-v-b86c8e08]{height:3.38rem;min-height:3.38rem;position:sticky}.cm-header.fixed[data-v-b86c8e08]{position:fixed}}@media screen and (max-width:1580px){.cm-header .nav[data-v-b86c8e08]{width:800px}.cm-header .nav>li[data-v-b86c8e08]{margin-right:40px;padding:0 20px}.cm-header .drop-wrap .ul-wrap[data-v-b86c8e08]{padding-left:46px}.cm-header .drop-wrap .ul[data-v-b86c8e08]{margin-right:100px}}.popover:hover .launage[data-v-b86c8e08]{background:#932b26;color:#fff}.popover:hover .launage .down[data-v-b86c8e08]{transform:rotate(180deg)}.popover:hover .popover-content[data-v-b86c8e08]{height:72px}.mob-wrap[data-v-b86c8e08]{background:#000;height:3.38rem;padding:0 .94rem 0 1.13rem;top:0;width:100%}.mob-wrap .logo2[data-v-b86c8e08]{height:1.88rem;margin:0;-o-object-fit:contain;object-fit:contain;width:3.25rem}.mob-wrap>i[data-v-b86c8e08]{color:#fff}.mob-wrap .title[data-v-b86c8e08]{color:#fff;font-family:PingFangSC,PingFang SC;font-size:1.13rem;font-weight:600;line-height:1.56rem}.mob-wrap>.icon-icon_arrow_left[data-v-b86c8e08]{font-size:1.88rem;height:1.88rem;line-height:1.88rem}.mob-wrap>.icon-icon_close[data-v-b86c8e08],.mob-wrap>.icon-icon_menu[data-v-b86c8e08]{font-size:1.6rem;height:1.6rem;line-height:1.6rem}.mob-nav[data-v-b86c8e08]{background:#000;height:100vh;left:0;padding-top:4.31rem;top:0;transition:all .5s;width:100vw}.mob-nav.fadeIn[data-v-b86c8e08]{height:0;padding-top:0}.mob-nav[data-v-b86c8e08]::-webkit-scrollbar{display:none;width:0}.mob-nav ul[data-v-b86c8e08]{list-style:none;width:100%}.mob-nav ul>li[data-v-b86c8e08]{line-height:4.25rem;min-height:4.25rem;padding:0 0 0 1.5rem}.mob-nav ul>li>a[data-v-b86c8e08]{color:#fff;font-family:PingFangSC,PingFang SC;font-size:1rem;font-weight:500;line-height:inherit}.mob-nav ul>li>a>i[data-v-b86c8e08]{color:#fff;font-size:1.13rem;line-height:1.13rem;transition:all .5s}.mob-nav ul>li.show>a>i[data-v-b86c8e08]{transform:rotate(180deg)}.mob-nav ul>li ul>li[data-v-b86c8e08]{line-height:3.5rem;min-height:3.5rem}.mob-nav ul>li ul>li>a[data-v-b86c8e08]{font-size:.88rem}.mob-nav .mob-lang[data-v-b86c8e08]{padding:5.63rem 0}.mob-nav .mob-lang>span[data-v-b86c8e08]{color:#fff;font-family:Oswald Medium;font-size:1.13rem;font-weight:500;height:1rem;line-height:1rem;padding:0 1.1rem}.mob-nav .mob-lang>span.act[data-v-b86c8e08]{color:#cf251f}.mob-nav .drop[data-v-b86c8e08]:hover:before{content:none}[data-lang=ES] .cm-header .drop-wrap .ul[data-v-b86c8e08]{margin-right:30px;width:140px}[data-lang=ES] .cm-header .drop-wrap .ul>h3[data-v-b86c8e08]{height:44px;white-space:normal}[data-lang=ES] .cm-header .drop-wrap .ul>a[data-v-b86c8e08]{line-height:20px;padding:5px 0;white-space:normal}[data-lang=ES] .es-link-span[data-v-b86c8e08]{align-items:center;display:inline-flex;justify-content:center;line-height:20px;vertical-align:middle}[data-lang=ES] .cm-header .nav>li.drop:hover>.drop-wrap[data-v-b86c8e08]{height:322px}.ellipsis[data-v-2c6f65ea]{overflow:hidden;-ms-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.ellipsisLine2[data-v-2c6f65ea]{-webkit-line-clamp:2}.ellipsisLine2[data-v-2c6f65ea],.ellipsisLine3[data-v-2c6f65ea]{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;overflow:hidden}.ellipsisLine3[data-v-2c6f65ea]{-webkit-line-clamp:3}.ellipsisLine6[data-v-2c6f65ea]{display:-webkit-box;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}.btn-primary[data-v-2c6f65ea]{background:#932b26;color:#fff}.btn-primary[data-v-2c6f65ea]:hover{background:#cf251f}.btn-primary[plain][data-v-2c6f65ea]{background:#932b261a;color:#932b26}.btn-primary[plain][data-v-2c6f65ea]:hover{background:#932b26;color:#fff}.btn-white[data-v-2c6f65ea]{background:#fff;border:1px solid #e9ebee;color:#1e1e1f!important}.btn-black[data-v-2c6f65ea]{background:#000;color:#fff}.btn-black[data-v-2c6f65ea]:hover{background:#932b26}.btn-lg[data-v-2c6f65ea],.btn-md[data-v-2c6f65ea],.btn-sm[data-v-2c6f65ea],.btn-xl[data-v-2c6f65ea]{color:#fff;font-family:PingFangSC,PingFang SC;font-size:16px;font-style:normal;font-weight:500;height:44px;line-height:44px;text-align:center;width:150px}.btn-lg>i[data-v-2c6f65ea],.btn-md>i[data-v-2c6f65ea],.btn-sm>i[data-v-2c6f65ea],.btn-xl>i[data-v-2c6f65ea]{color:inherit;font-size:23px;margin-left:4px;vertical-align:bottom}.btn-xl[data-v-2c6f65ea]{height:58px;line-height:58px;width:532px}@media screen and (max-width:1580px){.btn-md[data-v-2c6f65ea]{font-size:14px;height:40px;line-height:40px;width:136px}}@media screen and (max-width:1360px){.btn-md[data-v-2c6f65ea]{font-size:12px;height:36px;line-height:36px;width:120px}}.btn-lg[data-v-2c6f65ea]{height:60px;line-height:60px;width:180px}@media screen and (max-width:1580px){.btn-lg[data-v-2c6f65ea]{height:48px;line-height:48px;width:144px}}.btn-sm[data-v-2c6f65ea]{font-family:PingFangSC,PingFang SC;font-size:14px;font-weight:400;height:40px;line-height:40px;width:136px}.page-error[data-v-2c6f65ea]{background:url(./err-bg.C7T2CnmB.jpg) no-repeat;background-size:cover;min-height:100vh;padding-top:150px}.page-error img[data-v-2c6f65ea]{height:212px;margin-bottom:60px;width:380px}.page-error p[data-v-2c6f65ea]{color:#fff;font-family:PingFangSC,PingFang SC;font-size:16px;font-weight:500;height:22px;line-height:22px;margin-bottom:30px;opacity:.5;text-align:center}.page-error .nav[data-v-2c6f65ea]{margin:40px 0}.page-error .nav .item[data-v-2c6f65ea]{color:#fff;margin:0 30px}.page-error .nav .item .title[data-v-2c6f65ea]{font-size:16px;font-weight:600;line-height:50px}.page-error .nav .item a[data-v-2c6f65ea]{display:block;font-size:14px;line-height:20px;opacity:.7;padding:10px 0}.page-error .nav .item a[data-v-2c6f65ea]:hover{opacity:1}@media screen and (max-width:1360px){.page-error img[data-v-2c6f65ea]{height:162px;margin-bottom:46px;width:290px}.page-error p[data-v-2c6f65ea]{font-size:12px;height:17px;line-height:17px;margin-bottom:24px}}@media screen and (max-width:1024px){.page-error[data-v-2c6f65ea]{padding-top:2rem}.page-error .nav[data-v-2c6f65ea]{flex-direction:row;flex-wrap:wrap;margin-top:0}.page-error .nav .item[data-v-2c6f65ea]{margin:0 0 1rem;padding:0 0 0 2rem;width:50%}.page-error img[data-v-2c6f65ea]{height:132px;margin-bottom:20px;-o-object-fit:contain;object-fit:contain;width:200px}.page-error p[data-v-2c6f65ea]{margin-bottom:80px}}
