*{box-sizing:border-box;-webkit-tap-highlight-color:#0000;-webkit-tap-highlight-color:transparent}body{color:#333;background:#fff;width:100%;height:100vh;font-family:Inter,sans-serif;font-size:12px;overflow-x:hidden}body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,th,img,div,tr,select,dl,dt,dd{outline:none;margin:0;padding:0}li{list-style:none}img{vertical-align:middle;image-rendering:-webkit-optimize-contrast;border:0}a{color:#333;cursor:pointer;outline:none;text-decoration:none}a:focus{outline:none}input,select{vertical-align:middle;background:0 0;border:none}textarea,input{word-wrap:break-word;word-break:break-all;background:0 0;padding:0}label{cursor:pointer}input[type=button]::-moz-focus-inner{border:none}input[type=submit]::-moz-focus-inner{border:none}input[type=button],input[type=submit]{cursor:pointer}input::-webkit-outer-spin-button{-webkit-appearance:none}input::-webkit-inner-spin-button{-webkit-appearance:none}input[type=number]{appearance:textfield}input:focus{outline:none}button{text-align:center;cursor:pointer;border:0;outline:none}.flex{align-items:center;display:flex}.center{justify-content:center}.around{justify-content:space-around}.between{justify-content:space-between}.start{justify-content:flex-start}.end{justify-content:flex-end}.wrap{flex-wrap:wrap}.column{flex-direction:column}.a-start{align-items:flex-start}.grid{grid-column-gap:40px;grid-row-gap:40px;grid-template-rows:auto;grid-auto-columns:auto;display:grid}.columns4{grid-template-columns:1fr 1fr 1fr 1fr}.columns3{grid-template-columns:1fr 1fr 1fr}.columns2{grid-template-columns:1fr 1fr}.columns1{grid-template-columns:1fr}.wow{visibility:hidden}.wrapper{width:100%;overflow:hidden}.wrapper .container{width:100%;max-width:1446px;margin:0 auto}.color-button{background-image:linear-gradient(90deg,#00dcb2 0%,#0062ea 50%,#00dcb2 100%);background-size:200%;border-radius:4px;justify-content:center;align-items:center;width:168px;height:40px;margin:0 auto;transition:background-position .4s cubic-bezier(.075,.82,.165,1);display:flex}.color-button>img{object-fit:contain;width:20px;margin-right:10px}.color-button>span{color:#fff;font-size:14px;font-weight:500}.color-button:hover{background-position:100%}.common-title{text-align:center;width:100%;position:relative}.common-title .p1{color:#001d31;letter-spacing:1px;z-index:2;width:100%;font-family:PingFangSC-Medium,PingFang SC;font-size:36px;font-weight:500;line-height:50px;position:relative}.common-title .p2{color:#0062ea1c;z-index:1;width:100%;font-family:Arial-Black,Arial;font-size:20px;font-weight:900;line-height:28px;position:absolute;top:28px;left:0}.small-title{text-align:center;width:100%;margin-top:12px}.small-title .p1{color:#001d3199;font-family:PingFangSC-Regular,PingFang SC;font-size:16px;font-weight:400;line-height:22px}@media screen and (width<=1200px){.common-title .p1{font-size:32px}.common-title .p2{font-size:18px}}@media screen and (width<=800px){.common-title .p1{font-size:28px}.common-title .p2{font-size:16px}}@media screen and (width<=420px){.common-title .p1{font-size:24px}.common-title .p2{font-size:12px;line-height:45px}.small-title .p1{font-size:14px}}.mask{z-index:1002;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.mask .player{justify-content:center;align-items:center;width:100%;max-width:1440px;margin:0 auto;padding:20px;display:flex;position:relative}.mask .player .m-video{object-fit:contain;border:4px solid #fff;border-radius:8px;width:100%;height:100%;display:block;box-shadow:0 2px 12px #a4adbaa1}.mask .player .close{color:#fff;cursor:pointer;font-size:16px;font-weight:400;position:absolute;top:-10px;right:20px}.message{text-align:center;z-index:3000;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:400px;padding:40px 0;display:flex;position:fixed;top:20%;left:calc(50% - 200px);box-shadow:0 6px 16px #00000014,0 3px 6px -4px #0000001f,0 9px 28px 8px #0000000d}.message>img{width:100%;max-width:248px;height:auto}.message>span{white-space:pre-line;margin-top:10px;font-size:18px;font-weight:500;line-height:25px}.message>button{color:#087bf5;background:#fff;border:1px solid #087bf5;border-radius:4px;width:100px;height:34px;margin-top:30px;font-size:14px;font-weight:400}.message>button:hover{color:#fff;background-image:linear-gradient(90deg,#00dcb2 0%,#0062ea 50%,#00dcb2 100%);background-position:100%;background-size:200%;border:1px solid #0000;transition:background-position .4s cubic-bezier(.075,.82,.165,1)}.empty{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:40px;display:flex}.empty img{width:150px}.empty span{margin-top:20px;font-size:14px}@media screen and (width<=1000px){.empty{margin-top:20px}}.site-confirm-dialog{color:#001d31;background:0 0;border:0;border-radius:14px;width:min(430px,100vw - 32px);max-width:none;margin:auto;padding:0;font-family:inherit;overflow:visible}.site-confirm-dialog::backdrop{backdrop-filter:blur(4px);background:#00142294}.site-confirm-dialog[open]{animation:.2s cubic-bezier(.22,1,.36,1) site-confirm-enter}.site-confirm-dialog__surface{background:#fff;border-radius:14px;padding:28px;box-shadow:0 8px 28px #001d3138}.site-confirm-dialog__header{grid-template-columns:46px minmax(0,1fr);align-items:start;gap:15px;display:grid}.site-confirm-dialog__header h2{color:#001d31;text-wrap:balance;margin:1px 0 0;font-size:20px;font-weight:700;line-height:1.35}.site-confirm-dialog__header p{color:#405e72;text-wrap:pretty;max-width:34ch;margin:7px 0 0;font-size:14px;line-height:1.65}.site-confirm-dialog__icon{color:#c04d2d;background:#fff0e9;border-radius:12px;place-items:center;width:46px;height:46px;font-size:19px;display:grid}.site-confirm-dialog__detail{color:#526d80;background:#f2f6f9;border-radius:9px;align-items:center;gap:9px;margin:22px 0 24px;padding:11px 13px;font-size:13px;line-height:1.45;display:flex}.site-confirm-dialog__detail[hidden]{display:none}.site-confirm-dialog__detail i{color:#6a8090;flex:none}.site-confirm-dialog__actions{justify-content:flex-end;gap:10px;display:flex}.site-confirm-dialog__actions button{cursor:pointer;min-width:112px;min-height:44px;font:inherit;border-radius:8px;padding:0 18px;font-size:14px;font-weight:600;transition:background-color .16s ease-out,border-color .16s ease-out,transform .16s ease-out}.site-confirm-dialog__actions button:focus-visible{outline-offset:2px;outline:3px solid #0062ea40}.site-confirm-dialog__actions button:active{transform:translateY(1px)}.site-confirm-dialog__cancel{color:#405e72;background:#fff;border:1px solid #cbd8e1}.site-confirm-dialog__cancel:hover{color:#003354;background:#f5f8fa;border-color:#9db0bd}.site-confirm-dialog__confirm{color:#fff;background:#c3422c;border:1px solid #c3422c}.site-confirm-dialog__confirm:hover{background:#a93424;border-color:#a93424}@keyframes site-confirm-enter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@media screen and (width<=520px){.site-confirm-dialog__surface{padding:24px 20px 20px}.site-confirm-dialog__actions{flex-direction:column}.site-confirm-dialog__actions button{width:100%}}@media (prefers-reduced-motion:reduce){.site-confirm-dialog[open]{animation:none}.site-confirm-dialog__actions button{transition:none}}html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);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;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-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{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{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__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{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__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{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{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{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{-webkit-transform:translate(0,0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{-webkit-transform:translate(0,0)scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scale(1);transform:scaleZ(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scaleZ(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{-webkit-transform:scale(1);transform:scaleZ(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{-webkit-transform:translate(0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{-webkit-transform:translate(0,0);transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{-webkit-transform:translate(0);transform:translate(0)}6.5%{-webkit-transform:translate(-6px)rotateY(-9deg);transform:translate(-6px)rotateY(-9deg)}18.5%{-webkit-transform:translate(5px)rotateY(7deg);transform:translate(5px)rotateY(7deg)}31.5%{-webkit-transform:translate(-3px)rotateY(-5deg);transform:translate(-3px)rotateY(-5deg)}43.5%{-webkit-transform:translate(2px)rotateY(3deg);transform:translate(2px)rotateY(3deg)}50%{-webkit-transform:translate(0);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{transform-origin:top;animation-name:swing}@keyframes tada{0%{-webkit-transform:scale(1);transform:scaleZ(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{-webkit-transform:scale(1);transform:scaleZ(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{-webkit-transform:translate(0,0);transform:translateZ(0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{-webkit-transform:translate(0,0);transform:translateZ(0)}22.2%{-webkit-transform:skew(-12.5deg)skewY(-12.5deg);transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{-webkit-transform:skew(6.25deg)skewY(6.25deg);transform:skew(6.25deg)skewY(6.25deg)}44.4%{-webkit-transform:skew(-3.125deg)skewY(-3.125deg);transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{-webkit-transform:skew(1.5625deg)skewY(1.5625deg);transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{-webkit-transform:skew(-.78125deg)skewY(-.78125deg);transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{-webkit-transform:skew(.390625deg)skewY(.390625deg);transform:skew(.390625deg)skewY(.390625deg)}88.8%{-webkit-transform:skew(-.195313deg)skewY(-.195313deg);transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);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%{-webkit-transform:translate(-2000px)scale(.7);opacity:.7;transform:translate(-2000px)scale(.7)}80%{-webkit-transform:translate(0)scale(.7);opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{-webkit-transform:translate(2000px)scale(.7);opacity:.7;transform:translate(2000px)scale(.7)}80%{-webkit-transform:translate(0)scale(.7);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%{-webkit-transform:translate(0)scale(.7);opacity:.7;transform:translate(0)scale(.7)}to{-webkit-transform:translate(-2000px)scale(.7);opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{-webkit-transform:translate(0)scale(.7);opacity:.7;transform:translate(0)scale(.7)}to{-webkit-transform:translate(2000px)scale(.7);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;-webkit-transform:scale(1);transform:scaleZ(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);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:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{-webkit-transform:translate(0,0);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:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{-webkit-transform:translate(0,0);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:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{-webkit-transform:translate(0,0);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:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{-webkit-transform:translate(0,0);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;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)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:translateY(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;-webkit-transform:translate(0,0);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:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{-webkit-transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg);animation-timing-function:ease-out;transform:perspective(400px)scaleZ(1)translateZ(0)rotateY(-360deg)}40%{-webkit-transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px)scaleZ(1)translateZ(150px)rotateY(-190deg)}50%{-webkit-transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px)scaleZ(1)translateZ(150px)rotateY(-170deg)}80%{-webkit-transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0);animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translateZ(0)rotateY(0)}to{-webkit-transform:perspective(400px)scale(1)translate(0,0)rotateY(0);animation-timing-function:ease-in;transform:perspective(400px)scaleZ(1)translateZ(0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{-webkit-transform:perspective(400px)rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{-webkit-transform:perspective(400px)rotateX(10deg);opacity:1;transform:perspective(400px)rotateX(10deg)}80%{-webkit-transform:perspective(400px)rotateX(-5deg);transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{-webkit-transform:perspective(400px)rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{-webkit-transform:perspective(400px)rotateY(10deg);opacity:1;transform:perspective(400px)rotateY(10deg)}80%{-webkit-transform:perspective(400px)rotateY(-5deg);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%{-webkit-transform:perspective(400px)rotateX(-20deg);opacity:1;transform:perspective(400px)rotateX(-20deg)}to{-webkit-transform:perspective(400px)rotateX(90deg);opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{-webkit-transform:perspective(400px)rotateY(-15deg);opacity:1;transform:perspective(400px)rotateY(-15deg)}to{-webkit-transform:perspective(400px)rotateY(90deg);opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{-webkit-transform:translate(100%)skew(-30deg);opacity:0;transform:translate(100%)skew(-30deg)}60%{-webkit-transform:skew(20deg);opacity:1;transform:skew(20deg)}80%{-webkit-transform:skew(-5deg);transform:skew(-5deg)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate(-100%)skew(30deg);opacity:0;transform:translate(-100%)skew(30deg)}60%{-webkit-transform:skew(-20deg);opacity:1;transform:skew(-20deg)}80%{-webkit-transform:skew(5deg);transform:skew(5deg)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate(100%)skew(30deg);opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate(-100%)skew(-30deg);opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{-webkit-transform:translate(0,0);opacity:1;transform:translateZ(0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{-webkit-transform:translate(0,0);opacity:1;transform:translateZ(0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{-webkit-transform:translate(0,0);opacity:1;transform:translateZ(0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{-webkit-transform:translate(0,0);opacity:1;transform:translateZ(0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{-webkit-transform:translate(0,0);opacity:1;transform:translateZ(0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}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:translate(-100%)rotate(-120deg)}to{opacity:1;-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{-webkit-transform:translate(0,0);transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{-webkit-transform:translate(0,0);transform:translateZ(0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{-webkit-transform:translate(0,0);transform:translateZ(0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{-webkit-transform:translate(0,0);transform:translateZ(0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{-webkit-transform:translate(0,0);transform:translateZ(0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}.head{z-index:101;background:#001d315e;position:fixed;top:0;overflow:visible}.head .container{height:60px;line-height:60px}.head .container .box1{justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 20px;display:flex;position:relative}.head .container .box1 .logo img{width:auto;height:30px}.head .container .box1 .pc{justify-content:center;align-items:center;height:100%;display:flex}.head .container .box1 .pc .menu-item{text-align:center;width:110px;height:100%;margin:0 10px;position:relative}.head .container .box1 .pc .menu-item .father{width:100%;display:inline-block}.head .container .box1 .pc .menu-item .father .link{justify-content:center;align-items:center;display:flex}.head .container .box1 .pc .menu-item .father .link>span{color:#fff;font-size:18px;font-weight:500;position:relative}.head .container .box1 .pc .menu-item .father .link>img{width:8px;height:5px;margin-left:7px}.head .container .box1 .pc .menu-item .children{opacity:0;visibility:hidden;width:250px;padding-top:50px;position:relative;top:-2px}.head .container .box1 .pc .menu-item .children .children-item{background:#001d31e6;border-bottom:1px solid #292929}.head .container .box1 .pc .menu-item .children .children-item a{color:#fff;text-align:left;width:100%;height:50px;padding:0 20px;font-size:16px;font-weight:400;line-height:50px;display:inline-block}.head .container .box1 .pc .active .father .link span:before{content:" ";background:#087bf5;width:100%;height:4px;position:absolute;bottom:9px;left:0}.head .container .box1 .control{width:40px;padding:12px 8px;display:none;overflow:hidden}.head .container .box1 .control .m-line{width:100%;height:2px;transform-style:preserve-3d;background-color:#fff;margin-bottom:6px;transition:all .4s cubic-bezier(.075,.82,.165,1)}.head .container .box1 .control .m-line:last-child{margin-bottom:0}.head .container .box1 .btn1{width:auto;min-width:120px;margin-left:20px;margin-right:0;padding:0 20px}.head .container .box1 .btn1>img{width:18px}.head .container .box1 .user-info{color:#fff;cursor:pointer;align-items:center;height:100%;margin-left:20px;padding:0 12px;transition:all .3s;display:flex;position:relative}.head .container .box1 .user-info:hover{background:#ffffff0d}.head .container .box1 .user-info:hover .dropdown{animation:.3s dropdownFadeIn;display:flex}.head .container .box1 .user-info:hover:after{transform:rotate(180deg)}.head .container .box1 .user-info .avatar-shell{flex:none;margin-right:16px;display:inline-flex;position:relative}.head .container .box1 .user-info .avatar-wrapper{color:#fff;background:linear-gradient(135deg,#00dcb2 0%,#0062ea 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.head .container .box1 .user-info .username{color:#00dcb2;text-overflow:ellipsis;white-space:nowrap;max-width:100px;font-size:16px;font-weight:500;overflow:hidden}.head .container .box1 .user-info .avatar-license-mark{width:76px;display:block;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}.head .container .box1 .user-info .avatar-license-mark img{width:100%;height:auto;display:block}.head .container .box1 .user-info:after{content:"";background:url("data:image/svg+xml;utf8,<svg width=\"10\" height=\"6\" viewBox=\"0 0 10 6\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1L5 5L9 1\" stroke=\"%2300DCB2\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") 50% no-repeat;width:10px;height:6px;margin-left:8px;transition:transform .3s}.head .container .box1 .user-info .dropdown{backdrop-filter:blur(20px);background:#001d31fa;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;width:160px;padding:8px 0;display:none;position:absolute;top:60px;right:0;overflow:visible;box-shadow:0 10px 40px #0006}.head .container .box1 .user-info .dropdown:before{content:"";background:#001d31fa;border-top:1px solid #ffffff14;border-left:1px solid #ffffff14;width:12px;height:12px;position:absolute;top:-6px;right:24px;transform:rotate(45deg)}.head .container .box1 .user-info .dropdown .dropdown-item{color:#ffffffd9;align-items:center;height:48px;padding:0 20px;font-size:15px;line-height:48px;text-decoration:none;transition:all .2s;display:flex}.head .container .box1 .user-info .dropdown .dropdown-item:hover{color:#00dcb2;background:#00dcb21a;padding-left:24px}.head .container .box1 .user-info .dropdown .logout-btn{color:#ff4d4f;border-top:1px solid #ffffff14;margin-top:4px}.head .container .box1 .user-info .dropdown .logout-btn:hover{color:#ff4d4f;background:#ff4d4f1a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.head .container .box2{background-image:linear-gradient(90deg,#0062ea 0%,#00dcb2 50%,#0062ea 100%);background-size:200%;width:100%;height:0;display:none;overflow:hidden}.head .container .box2 .mobile{height:100%;padding:20px;overflow-y:scroll}.head .container .box2 .mobile .mobile-item{will-change:width height;background-color:#f4f6f8;border-bottom:1px solid #0000;border-radius:5px;width:100%;height:60px;margin-bottom:20px;line-height:60px;overflow:hidden}.head .container .box2 .mobile .mobile-item .mobile-father{color:#1d1b1a;width:100%;padding:0 20px;font-size:16px;font-weight:bolder}.head .container .box2 .mobile .mobile-item .mobile-children{width:100%;padding:0 20px}.head .container .box2 .mobile .mobile-item .mobile-children a{color:#1d1b1a;width:100%;height:48px;font-size:16px;font-weight:500;line-height:48px}.head .container .box2 .mobile .btn1{width:100%;height:60px}.head .container .box2 .mobile .btn1 span{font-size:16px}@media screen and (width<=1000px){.head{background-size:200%;background-image:linear-gradient(90deg,#0062ea 0%,#00dcb2 50%,#0062ea 100%)!important}.head .container .box1 .pc,.head .container .box1 .btn1{display:none}.head .container .box1 .control{z-index:102;display:block;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.head .container .box2{display:block}}.auth-modal-mask{backdrop-filter:blur(4px);z-index:2000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;transition:all .3s;display:none;position:fixed;top:0;left:0}.auth-modal-mask.show{display:flex}.auth-modal-mask .auth-modal{background:#fff;border-radius:20px;width:100%;max-width:440px;padding:48px 40px 40px;animation:.3s ease-out modalFadeIn;position:relative;box-shadow:0 12px 40px #00000026}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-modal-mask .auth-modal .close-modal{cursor:pointer;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s;display:flex;position:absolute;top:24px;right:24px}.auth-modal-mask .auth-modal .close-modal:hover{transform:rotate(90deg)}.auth-modal-mask .auth-modal .modal-header{text-align:center;margin-bottom:32px}.auth-modal-mask .auth-modal .modal-header .modal-logo{width:auto;height:40px}.auth-modal-mask .auth-modal .auth-form{display:none}.auth-modal-mask .auth-modal .auth-form.active{display:block}.auth-modal-mask .auth-modal .auth-form h3{color:#1d1b1a;text-align:center;margin-bottom:32px;font-size:24px;font-weight:600}.auth-modal-mask .auth-modal .auth-form .auth-tabs{border-bottom:1px solid #eee;margin-bottom:32px;display:flex}.auth-modal-mask .auth-modal .auth-form .auth-tabs .auth-tab{text-align:center;color:#666;cursor:pointer;flex:1;padding-bottom:12px;font-size:16px;transition:all .3s;position:relative}.auth-modal-mask .auth-modal .auth-form .auth-tabs .auth-tab.active{color:#0062ea;font-weight:600}.auth-modal-mask .auth-modal .auth-form .auth-tabs .auth-tab.active:after{content:"";background:#0062ea;border-radius:2px;width:24px;height:3px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.auth-modal-mask .auth-modal .auth-form .auth-tabs .auth-tab:hover:not(.active){color:#1d1b1a}.auth-modal-mask .auth-modal .auth-form .form-group{margin-bottom:20px;position:relative}.auth-modal-mask .auth-modal .auth-form .form-group.code-group{gap:12px;display:flex}.auth-modal-mask .auth-modal .auth-form .form-group.code-group input{flex:1}.auth-modal-mask .auth-modal .auth-form .form-group.code-group .get-code-btn{color:#0062ea;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0062ea;border-radius:8px;width:120px;height:48px;font-size:14px;transition:all .3s}.auth-modal-mask .auth-modal .auth-form .form-group.code-group .get-code-btn:hover:not(:disabled){background:#0062ea0d}.auth-modal-mask .auth-modal .auth-form .form-group.code-group .get-code-btn:disabled{color:#999;cursor:not-allowed;border-color:#ccc}.auth-modal-mask .auth-modal .auth-form .form-group .system-blue-input{color:#1d1b1a;background:#f5f7fa;border:1px solid #0000;border-radius:8px;width:100%;height:48px;padding:0 16px;font-size:15px;transition:all .3s}.auth-modal-mask .auth-modal .auth-form .form-group .system-blue-input:focus{background:#fff;border-color:#0062ea;outline:none;box-shadow:0 0 0 4px #0062ea1a}.auth-modal-mask .auth-modal .auth-form .form-group .system-blue-input::placeholder{color:#999}.auth-modal-mask .auth-modal .auth-form .qr-campaign-reward{color:#174f9c;background:#f2f7ff;border:1px solid #0062ea2e;border-radius:10px;align-items:center;gap:8px;margin:-4px 0 20px;padding:12px 14px;font-size:14px;line-height:1.6;display:flex}.auth-modal-mask .auth-modal .auth-form .qr-campaign-reward[hidden]{display:none}.auth-modal-mask .auth-modal .auth-form .qr-campaign-reward:before{content:"";color:#0062ea;font-family:"Font Awesome 6 Free";font-weight:900}.auth-modal-mask .auth-modal .auth-form .qr-campaign-reward__content{min-width:0;display:block}.auth-modal-mask .auth-modal .auth-form .qr-campaign-reward__content span{color:#174f9c;font-size:14px;font-weight:500;line-height:1.5}.auth-modal-mask .auth-modal .auth-form .privacy-agreement{align-items:flex-start;gap:8px;margin-top:24px;margin-bottom:32px;display:flex}.auth-modal-mask .auth-modal .auth-form .privacy-agreement input[type=checkbox]{cursor:pointer;accent-color:#0062ea;margin-top:4px}.auth-modal-mask .auth-modal .auth-form .privacy-agreement label{color:#666;font-size:13px;line-height:1.6}.auth-modal-mask .auth-modal .auth-form .privacy-agreement label a{color:#0062ea}.auth-modal-mask .auth-modal .auth-form .privacy-agreement label a:hover{text-decoration:underline}.auth-modal-mask .auth-modal .auth-form .auth-submit-btn{color:#fff;cursor:pointer;background:#0062ea;border:none;border-radius:12px;width:100%;height:52px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #0062ea4d}.auth-modal-mask .auth-modal .auth-form .auth-submit-btn:hover{background:#0050c1;transform:translateY(-1px);box-shadow:0 6px 16px #0062ea66}.auth-modal-mask .auth-modal .auth-form .auth-submit-btn:active{transform:translateY(0)}.auth-modal-mask .auth-modal .auth-footer{text-align:center;color:#666;margin-top:24px;font-size:14px}.auth-modal-mask .auth-modal .auth-footer .highlight{color:#0062ea;cursor:pointer;margin-left:4px;font-weight:500}.auth-modal-mask .auth-modal .auth-footer .highlight:hover{text-decoration:underline}.auth-loading-mask{backdrop-filter:blur(4px);z-index:99999;opacity:0;visibility:hidden;background:#000000a6;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.auth-loading-mask.show{opacity:1;visibility:visible}.loading-spinner{border:4px solid #fff3;border-top-color:#00dcb2;border-radius:50%;width:48px;height:48px;margin-bottom:20px;animation:.8s linear infinite spin}.loading-text{color:#fff;letter-spacing:1px;font-size:16px}@keyframes spin{to{transform:rotate(360deg)}}.footer{background-position:50%;background-size:cover;position:relative}.footer .container .box{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:18px 20px;display:flex}.footer .container .box .foot-left{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;display:flex}.footer .container .box .foot-left .left1 .l1-logo{margin-top:12px}.footer .container .box .foot-left .left1 .l1-logo>img{object-fit:contain;width:auto;height:30px}.footer .container .box .foot-left .left1 .l1-content{align-items:center;margin-top:20px;display:flex}.footer .container .box .foot-left .left1 .l1-content>img{width:30px;height:30px;margin-right:14px}.footer .container .box .foot-left .left1 .l1-content>span{color:#00ddb3;font-size:28px;font-weight:600;line-height:40px}.footer .container .box .foot-left .left2{margin-left:130px}.footer .container .box .foot-left .left2 .l2{align-items:center;margin-top:20px;display:flex}.footer .container .box .foot-left .left2 .l2>img{object-fit:contain;width:16px;height:auto;margin-right:10px}.footer .container .box .foot-left .left2 .l2>span,.footer .container .box .foot-left .left2 .l2 a{color:#fff;font-size:14px;font-weight:400;line-height:20px}.footer .container .box .foot-right{display:flex}.footer .container .box .foot-right .rt{margin-left:20px}.footer .container .box .foot-right .rt>img{width:100%;max-width:128px;height:100%;max-height:128px}.footer .container .box .foot-right .rt>p{text-align:center;color:#fff;margin-top:5px;font-size:12px;font-weight:400;line-height:17px}.footer .container .box .foot-bottom{text-align:center;width:100%;padding:20px 0}.footer .container .box .foot-bottom a{text-align:center;color:#fff;font-size:12px;font-weight:400;line-height:17px}@media screen and (width<=1200px){.footer .container .box .foot-left .left2{margin-left:80px}}@media screen and (width<=1000px){.footer .container .box .foot-left{justify-content:space-around;width:100%}.footer .container .box .foot-left .left1{justify-content:center;align-items:center;width:100%;display:flex}.footer .container .box .foot-left .left1 .l1-logo{margin-top:0;margin-right:20px}.footer .container .box .foot-left .left1 .l1-content{align-items:center;margin-top:0;display:flex}.footer .container .box .foot-left .left2{margin-left:0}.footer .container .box .foot-right{justify-content:space-between;width:100%;margin-top:20px;display:flex}.footer .container .box .foot-right .rt{flex-direction:column;justify-content:center;align-items:center;width:calc(50% - 20px);margin-left:0;display:flex}}@media screen and (width<=420px){.footer .container .box .foot-left .left1{flex-wrap:wrap}.footer .container .box .foot-left .left1 .l1-logo{justify-content:flex-start;width:100%}.footer .container .box .foot-left .left1 .l1-content{align-items:flex-start;width:100%;margin-top:20px;display:flex}.footer .container .box .foot-left .left2{width:100%}}.summer-offer-fab:where(.astro-KIAPMJB4){z-index:80;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));color:#cafff1;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;filter:drop-shadow(0 9px 12px #00162442);background:0 0;border:0;flex-direction:column;justify-content:flex-end;align-items:center;width:112px;min-height:116px;padding:0;transition:transform .22s cubic-bezier(.22,1,.36,1),filter .22s ease-out;display:flex;position:fixed}.summer-offer-fab:where(.astro-KIAPMJB4)[hidden]{display:none}.summer-offer-fab:where(.astro-KIAPMJB4):focus-visible{outline:none}.summer-offer-fab:where(.astro-KIAPMJB4):focus-visible .summer-offer-fab__label:where(.astro-KIAPMJB4){box-shadow:inset 0 0 0 2px #a8ffe8,0 4px 8px #00182433}.summer-offer-fab:where(.astro-KIAPMJB4)[data-status=sold-out]{filter:grayscale(.7)drop-shadow(0 7px 9px #00162433)}.summer-offer-fab:where(.astro-KIAPMJB4)[data-status=sold-out] .summer-offer-fab__visual:where(.astro-KIAPMJB4){opacity:.72}.summer-offer-fab:where(.astro-KIAPMJB4)[data-status=sold-out] .summer-offer-fab__label:where(.astro-KIAPMJB4){color:#e5eef1;background:#526a75}.summer-offer-fab:where(.astro-KIAPMJB4)[data-dragging=true]{cursor:grabbing;filter:drop-shadow(0 15px 16px #00162452);transition:none}.summer-offer-fab__visual:where(.astro-KIAPMJB4){place-items:center;width:98px;height:91px;display:grid;position:relative}.summer-offer-fab__visual:where(.astro-KIAPMJB4):after{content:"";filter:blur(7px);background:#00182438;border-radius:50%;height:12px;position:absolute;bottom:7px;left:20px;right:20px}.summer-offer-fab__visual:where(.astro-KIAPMJB4) img:where(.astro-KIAPMJB4){z-index:1;object-fit:contain;pointer-events:none;-webkit-user-drag:none;width:126px;max-width:none;height:126px;transition:transform .26s cubic-bezier(.22,1,.36,1);display:block;position:relative;transform:translateY(2px)rotate(-6deg)}.summer-offer-fab__label:where(.astro-KIAPMJB4){z-index:2;color:#cafff1;white-space:nowrap;background:#034354;border-radius:999px;justify-content:center;align-items:center;min-height:30px;margin-top:-7px;padding:0 13px;font-size:13px;font-weight:750;line-height:1;transition:color .18s ease-out,background-color .18s ease-out,box-shadow .18s ease-out;display:inline-flex;position:relative;box-shadow:0 4px 8px #00182433}.home-offer-dialog:where(.astro-KIAPMJB4){color:#fff;background:0 0;border:0;width:min(900px,100vw - 32px);max-width:none;max-height:calc(100dvh - 32px);margin:auto;padding:0;overflow:visible}.home-offer-dialog:where(.astro-KIAPMJB4)::backdrop{backdrop-filter:blur(4px);background:#000f1cb8}.home-offer-dialog:where(.astro-KIAPMJB4)[open] .home-offer-dialog__surface:where(.astro-KIAPMJB4){animation:.36s cubic-bezier(.22,1,.36,1) home-offer-enter}.home-offer-dialog__surface:where(.astro-KIAPMJB4){background:radial-gradient(circle at 82% 8%,#00dcb233,#0000 28%),radial-gradient(circle at 42% 112%,#0062ea57,#0000 36%),linear-gradient(135deg,#001b2b 0%,#002f49 58%,#003d54 100%);border:2px solid #00caa8;border-radius:16px;padding:clamp(30px,4.5vw,48px);position:relative;overflow:hidden}.home-offer-dialog__surface:where(.astro-KIAPMJB4):after{content:"";pointer-events:none;background:radial-gradient(#00dcb247,#0000 70%);width:410px;height:190px;position:absolute;bottom:-115px;right:-70px}.home-offer-dialog__close:where(.astro-KIAPMJB4){z-index:5;color:#d7e8ef;appearance:none;background:0 0;border:0;border-radius:8px;place-items:center;width:44px;height:44px;font-size:21px;transition:color .16s ease-out,background-color .16s ease-out,transform .16s ease-out;display:grid;position:absolute;top:12px;right:12px}.home-offer-dialog__close:where(.astro-KIAPMJB4) i:where(.astro-KIAPMJB4){transition:color .16s ease-out,filter .16s ease-out}.home-offer-dialog__close:where(.astro-KIAPMJB4):hover{color:#fff;background:#ffffff14;transform:scale(1.06)}.home-offer-dialog__close:where(.astro-KIAPMJB4):focus-visible{color:#8df7df;box-shadow:none;background:0 0;outline:none}.home-offer-dialog__close:where(.astro-KIAPMJB4):focus-visible i:where(.astro-KIAPMJB4){filter:drop-shadow(0 0 4px #8df7dfb8)}.home-offer-dialog__hero:where(.astro-KIAPMJB4){z-index:1;grid-template-columns:minmax(0,1fr) 240px;align-items:center;gap:34px;min-height:205px;display:grid;position:relative}.home-offer-dialog__label:where(.astro-KIAPMJB4){color:#bffbef;background:#00dcb221;border-radius:999px;align-items:center;gap:8px;min-height:34px;padding:0 13px;font-size:14px;font-weight:700;display:inline-flex}.home-offer-dialog__copy:where(.astro-KIAPMJB4) h2:where(.astro-KIAPMJB4){color:#fff;letter-spacing:-.035em;text-wrap:balance;margin-top:16px;font-size:clamp(38px,5.6vw,66px);font-weight:800;line-height:1.03}.home-offer-dialog__copy:where(.astro-KIAPMJB4) h2:where(.astro-KIAPMJB4) strong:where(.astro-KIAPMJB4){color:#75f3cf;font-weight:850}.home-offer-dialog__copy:where(.astro-KIAPMJB4) p:where(.astro-KIAPMJB4){color:#c8dce7;text-wrap:pretty;margin-top:16px;font-size:clamp(15px,2vw,18px);line-height:1.65}.home-offer-dialog__gift:where(.astro-KIAPMJB4){place-items:center;width:240px;height:205px;display:grid;position:relative}.home-offer-dialog__gift-image:where(.astro-KIAPMJB4){z-index:2;object-fit:contain;filter:drop-shadow(0 14px 12px #000c1a47);width:270px;max-width:none;height:270px;display:block;position:relative;top:-12px;transform:translateY(-44px)rotate(-8deg)}.home-offer-dialog__spark:where(.astro-KIAPMJB4){background:#8fffe3;border-radius:50%;width:9px;height:9px;position:absolute}.home-offer-dialog__spark:where(.astro-KIAPMJB4).spark-one{top:9px;right:33px}.home-offer-dialog__spark:where(.astro-KIAPMJB4).spark-two{width:6px;height:6px;bottom:20px;left:18px}.home-offer-dialog__spark:where(.astro-KIAPMJB4).spark-three{width:5px;height:5px;top:28px;left:24px}.home-offer-dialog__plans:where(.astro-KIAPMJB4){z-index:2;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px;display:grid;position:relative}.home-offer-plan:where(.astro-KIAPMJB4){color:#063146;background:#edfffa;border-radius:12px;flex-direction:column;min-width:0;min-height:162px;padding:22px 20px 18px;transition:transform .18s cubic-bezier(.22,1,.36,1),background-color .18s ease-out;display:flex;position:relative;overflow:hidden}.home-offer-plan:where(.astro-KIAPMJB4):before,.home-offer-plan:where(.astro-KIAPMJB4):after{content:"";background:#00344c;border-radius:50%;width:16px;height:16px;position:absolute;top:72px}.home-offer-plan:where(.astro-KIAPMJB4):before{left:-8px}.home-offer-plan:where(.astro-KIAPMJB4):after{right:-8px}.home-offer-plan:where(.astro-KIAPMJB4).annual-plan{color:#063259;background:#eef7ff}.home-offer-plan:where(.astro-KIAPMJB4)[data-status=sold_out],.home-offer-plan:where(.astro-KIAPMJB4)[data-status=ended],.home-offer-plan:where(.astro-KIAPMJB4)[data-status=disabled]{color:#526773;background:#edf1f3}.home-offer-plan:where(.astro-KIAPMJB4):focus-visible{outline-offset:3px;outline:3px solid #8df7df}.home-offer-plan__flag:where(.astro-KIAPMJB4){color:#003b50;background:#8ff4d7;border-radius:0 0 0 10px;align-items:center;min-height:27px;padding:0 10px;font-size:12px;font-weight:750;display:inline-flex;position:absolute;top:0;right:0}.annual-plan:where(.astro-KIAPMJB4) .home-offer-plan__flag:where(.astro-KIAPMJB4){color:#004985;background:#bfe2ff}.home-offer-plan__name:where(.astro-KIAPMJB4){padding-right:42px;font-size:15px;font-weight:800;line-height:1.35}.home-offer-plan__benefit:where(.astro-KIAPMJB4){color:inherit;opacity:.78;margin-top:5px;font-size:13px;line-height:1.35}.home-offer-plan__price:where(.astro-KIAPMJB4){color:inherit;align-items:baseline;gap:3px;margin-top:auto;font-size:17px;font-weight:800;display:flex}.home-offer-plan__price:where(.astro-KIAPMJB4) strong:where(.astro-KIAPMJB4){letter-spacing:-.035em;font-size:clamp(30px,3.1vw,38px);line-height:1}.home-offer-plan__note:where(.astro-KIAPMJB4){color:inherit;opacity:.75;margin-top:8px;font-size:12px;line-height:1.4}.home-offer-dialog__footer:where(.astro-KIAPMJB4){z-index:2;justify-content:space-between;align-items:center;gap:24px;margin-top:24px;display:flex;position:relative}.home-offer-dialog__footer:where(.astro-KIAPMJB4) p:where(.astro-KIAPMJB4){color:#bed4df;align-items:center;gap:8px;font-size:13px;line-height:1.5;display:flex}.home-offer-dialog__action:where(.astro-KIAPMJB4){color:#003147;background:#75f3cf;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:220px;min-height:52px;padding:0 24px;font-size:16px;font-weight:800;transition:background-color .16s ease-out,transform .16s ease-out;display:inline-flex}.home-offer-dialog__action:where(.astro-KIAPMJB4):hover{background:#99ffe3;transform:translateY(-2px)}.home-offer-dialog__action:where(.astro-KIAPMJB4):focus-visible{outline-offset:3px;outline:3px solid #fff}@media (hover:hover) and (pointer:fine){.summer-offer-fab:where(.astro-KIAPMJB4):not([data-dragging=true]):hover{filter:drop-shadow(0 13px 14px #0016244d);transform:translateY(-4px)}.summer-offer-fab:where(.astro-KIAPMJB4):not([data-dragging=true]):hover .summer-offer-fab__visual:where(.astro-KIAPMJB4) img:where(.astro-KIAPMJB4){transform:translateY(-1px)rotate(-2deg)scale(1.055)}.summer-offer-fab:where(.astro-KIAPMJB4):not([data-dragging=true]):hover .summer-offer-fab__label:where(.astro-KIAPMJB4){color:#003949;background:#7cf2d0}.home-offer-plan:where(.astro-KIAPMJB4):hover{transform:translateY(-3px)}}@media screen and (width<=720px){.summer-offer-fab:where(.astro-KIAPMJB4){right:max(12px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));width:88px;min-height:94px}.summer-offer-fab__visual:where(.astro-KIAPMJB4){width:78px;height:72px}.summer-offer-fab__visual:where(.astro-KIAPMJB4) img:where(.astro-KIAPMJB4){width:104px;height:104px}.summer-offer-fab__label:where(.astro-KIAPMJB4){min-height:28px;margin-top:-6px;padding:0 11px;font-size:12px}.home-offer-dialog:where(.astro-KIAPMJB4){overscroll-behavior:contain;-webkit-overflow-scrolling:touch;width:min(360px,100vw - 32px);max-height:calc(100dvh - 24px);overflow-y:auto}.home-offer-dialog__surface:where(.astro-KIAPMJB4){border-radius:14px;padding:22px 16px 18px}.home-offer-dialog__close:where(.astro-KIAPMJB4){width:44px;height:44px;font-size:19px;top:8px;right:8px}.home-offer-dialog__hero:where(.astro-KIAPMJB4){min-height:0;padding-right:38px;display:block}.home-offer-dialog__label:where(.astro-KIAPMJB4){gap:6px;min-height:28px;padding:0 10px;font-size:12px}.home-offer-dialog__copy:where(.astro-KIAPMJB4) h2:where(.astro-KIAPMJB4){margin-top:11px;font-size:clamp(30px,8.8vw,36px);line-height:1.02}.home-offer-dialog__copy:where(.astro-KIAPMJB4) p:where(.astro-KIAPMJB4){max-width:29ch;margin-top:10px;font-size:13px;line-height:1.5}.home-offer-dialog__gift:where(.astro-KIAPMJB4){display:none}.home-offer-dialog__plans:where(.astro-KIAPMJB4){grid-template-columns:1fr;gap:7px;margin-top:16px}.home-offer-plan:where(.astro-KIAPMJB4){grid-template-columns:minmax(0,1fr) auto;align-items:end;min-height:78px;padding:13px 14px;display:grid}.home-offer-plan:where(.astro-KIAPMJB4):before,.home-offer-plan:where(.astro-KIAPMJB4):after{top:31px}.home-offer-plan__flag:where(.astro-KIAPMJB4){min-height:24px;padding:0 8px;font-size:11px}.home-offer-plan__name:where(.astro-KIAPMJB4){padding-right:36px;font-size:14px}.home-offer-plan__name:where(.astro-KIAPMJB4),.home-offer-plan__benefit:where(.astro-KIAPMJB4),.home-offer-plan__note:where(.astro-KIAPMJB4){grid-column:1}.home-offer-plan__benefit:where(.astro-KIAPMJB4){display:none}.home-offer-plan__price:where(.astro-KIAPMJB4){grid-area:1/2/span 2;align-self:center;margin:0;padding-left:12px;font-size:14px}.home-offer-plan__price:where(.astro-KIAPMJB4) strong:where(.astro-KIAPMJB4){font-size:26px}.home-offer-plan__note:where(.astro-KIAPMJB4){margin-top:4px;font-size:11px}.home-offer-dialog__footer:where(.astro-KIAPMJB4){flex-direction:column;align-items:stretch;gap:10px;margin-top:14px}.home-offer-dialog__footer:where(.astro-KIAPMJB4) p:where(.astro-KIAPMJB4){justify-content:center;font-size:11px}.home-offer-dialog__action:where(.astro-KIAPMJB4){width:100%;min-width:0;min-height:48px;font-size:15px}}@media (prefers-reduced-motion:reduce){.summer-offer-fab:where(.astro-KIAPMJB4),.summer-offer-fab__visual:where(.astro-KIAPMJB4) img:where(.astro-KIAPMJB4),.summer-offer-fab__label:where(.astro-KIAPMJB4){transition:none}.summer-offer-fab:where(.astro-KIAPMJB4):hover,.summer-offer-fab:where(.astro-KIAPMJB4):hover .summer-offer-fab__visual:where(.astro-KIAPMJB4) img:where(.astro-KIAPMJB4){transform:none}.home-offer-dialog:where(.astro-KIAPMJB4)[open] .home-offer-dialog__surface:where(.astro-KIAPMJB4){animation:.12s ease-out home-offer-fade}.home-offer-dialog__close:where(.astro-KIAPMJB4),.home-offer-plan:where(.astro-KIAPMJB4),.home-offer-dialog__action:where(.astro-KIAPMJB4){transition:none}}@keyframes home-offer-enter{0%{opacity:0;transform:translateY(18px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes home-offer-fade{0%{opacity:0}to{opacity:1}}