@charset "UTF-8";.app-header{position:fixed;top:0;left:50%;transform:translate(-50%);z-index:1000;width:100%;max-width:54rem;height:2.6rem;background-color:transparent;transition:background-color .3s ease}.app-header--scrolled{background-color:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.app-header__inner{display:flex;align-items:center;gap:.48rem;width:100%;height:100%;padding:0 1rem 0 1.2rem;box-sizing:border-box}.app-header__brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none}.app-header__logo{display:block;width:7.2rem;height:1.8rem;object-fit:contain}.app-header__links{display:flex;align-items:center;justify-content:center;flex:1 1 auto;gap:.48rem;min-width:0}.app-header__divider{flex-shrink:0;align-self:center;width:.02rem;height:.38rem;margin:0;background:#ffffff59}.app-header__link{flex-shrink:0;position:relative;padding:.08rem 0;color:#ffffffeb;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;line-height:1.2;white-space:nowrap;text-decoration:none;transition:color .2s ease,opacity .2s ease}.app-header__link:hover{color:#fff;opacity:.9}.app-header__link--active{background-image:linear-gradient(90deg,#36cf76,#217df0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:600}.app-header__link--active:hover{opacity:1}.app-header__link--contact.app-header__link--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:.04rem;background:linear-gradient(90deg,#36cf76,#217df0);border-radius:.02rem}.app-header__actions{display:flex;align-items:center;flex:0 0 auto;gap:.35rem}.app-header__menu-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:.02rem solid rgba(255,255,255,.28);border-radius:.35rem;background:#ffffff14;color:#fff;cursor:pointer}.app-header__menu-icon{position:relative;display:block;width:18px;height:14px}.app-header__menu-icon span{position:absolute;left:0;display:block;width:100%;height:2px;border-radius:2px;background:currentColor;transition:transform .2s ease,opacity .2s ease,top .2s ease}.app-header__menu-icon span:nth-child(1){top:0}.app-header__menu-icon span:nth-child(2){top:6px}.app-header__menu-icon span:nth-child(3){top:12px}.app-header__menu-icon.is-open span:nth-child(1){top:6px;transform:rotate(45deg)}.app-header__menu-icon.is-open span:nth-child(2){opacity:0}.app-header__menu-icon.is-open span:nth-child(3){top:6px;transform:rotate(-45deg)}.app-header__mobile{display:none}.app-header__lang{position:relative;flex-shrink:0}.app-header__lang-btn{display:inline-flex;align-items:center;gap:.16rem;height:.72rem;padding:0 .36rem 0 .28rem;border:.02rem solid rgba(255,255,255,.28);border-radius:999rem;background:#ffffff14;color:#fff;font-size:.34rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.app-header__lang-btn:hover{background:#ffffff24;border-color:#ffffff6b}.app-header__lang-icon{display:flex;width:.52rem;height:.52rem}.app-header__lang-icon svg{width:100%;height:100%}.app-header__lang-current{min-width:.4rem;font-weight:600;letter-spacing:.02rem}.app-header__lang-chevron{display:flex;width:.26rem;height:.26rem;transition:transform .2s ease}.app-header__lang-chevron.is-open{transform:rotate(180deg)}.app-header__lang-chevron svg{width:100%;height:100%}.app-header__lang-popover{position:absolute;top:calc(100% + .16rem);right:0;z-index:10;min-width:3.6rem;padding:.24rem;border:.02rem solid rgba(255,255,255,.14);border-radius:.2rem;background:#14181cf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 .12rem .48rem #00000047,0 0 0 .02rem #ffffff0a inset}.app-header__lang-popover-title{margin:0 0 .12rem;padding:0 .16rem;color:#ffffff73;font-size:.22rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;letter-spacing:.04rem;text-transform:uppercase}.app-header__lang-option{display:grid;grid-template-columns:.5rem 1fr auto;align-items:center;gap:.16rem;width:100%;padding:.18rem .16rem;border:none;border-radius:.12rem;background:transparent;color:#ffffffe0;font-size:.28rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.app-header__lang-option:hover{background:#ffffff14;color:#fff}.app-header__lang-option.is-active{background:#36cf7624;color:#9dffd0}.app-header__lang-option-short{font-weight:700;letter-spacing:.02rem}.app-header__lang-option-name{white-space:nowrap}.app-header__lang-option-check{color:#36cf76;font-size:.26rem;font-weight:700}.lang-pop-enter-active,.lang-pop-leave-active{transition:opacity .18s ease,transform .18s ease}.lang-pop-enter-from,.lang-pop-leave-to{opacity:0;transform:translateY(-.08rem)}@media (max-width: 1100px){.app-header{height:auto;min-height:2.6rem}.app-header__inner{display:flex;align-items:center;justify-content:space-between;grid-template-columns:unset;padding:.35rem .75rem;gap:.4rem}.app-header__links,.app-header__divider{display:none}.app-header__brand{flex:0 0 auto}.app-header__logo{width:6.5rem;height:auto}.app-header__actions{margin-left:auto;flex:0 0 auto}.app-header__menu-btn{display:inline-flex}.app-header__mobile{display:flex;flex-direction:column;gap:.15rem;max-height:0;overflow:hidden;padding:0 .75rem;background:#080e0cf5;transition:max-height .28s ease,padding .28s ease}.app-header__mobile.is-open{max-height:28rem;padding:.35rem .75rem .85rem}.app-header__mobile-link{display:flex;align-items:center;min-height:44px;padding:.35rem .5rem;color:#ffffffeb;font-size:.7rem;text-decoration:none;border-radius:.35rem}.app-header__mobile-link--contact{margin-top:.25rem;background:linear-gradient(90deg,#36cf762e,#217df02e)}.app-header__mobile-link.router-link-active{color:#9dffd0}.app-header--menu-open{background-color:#000000b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}.app-footer{box-sizing:border-box;width:42.52rem;max-width:100%;margin:0 auto;min-height:auto;padding-bottom:.84rem;background-color:#1a2028;background-repeat:no-repeat;background-size:cover;background-position:center top;color:#fff;position:relative;z-index:20;flex-shrink:0;isolation:isolate;display:flex;flex-direction:column}.app-footer__main{display:flex;flex-direction:row;align-items:flex-start;gap:2.4rem;padding:1.04rem 2.92rem 0 3.68rem}.app-footer__brand{flex-shrink:0;width:8.6rem}.app-footer__top{display:flex;align-items:center;justify-content:center;width:.96rem;height:.96rem;padding:0;border:.02rem solid rgba(255,255,255,.35);border-radius:50%;background:#ffffff14;cursor:pointer}.app-footer__top img{width:.42rem;height:.42rem;transform:rotate(-90deg)}.app-footer__logo{margin-top:.72rem}.app-footer__logo-main{display:block;color:#fff;font-size:1.12rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;letter-spacing:.04rem;line-height:1.2}.app-footer__logo-sub{display:block;margin-top:.08rem;color:#36cf76;font-size:.44rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;letter-spacing:.06rem;line-height:1.2}.app-footer__columns{display:flex;flex:1;flex-direction:row;justify-content:space-between;gap:1.2rem;min-width:0;padding-top:.06rem}.app-footer__column{min-width:0}.app-footer__column-title{margin:0;color:#cacaca;font-size:.52rem;font-weight:400;line-height:.74rem;white-space:nowrap}.app-footer__list{margin:.7rem 0 0;padding:0;list-style:none}.app-footer__item{display:flex;flex-direction:row;align-items:center;margin-top:.54rem}.app-footer__item:first-child{margin-top:0}.app-footer__item-link{display:flex;flex-direction:row;align-items:center;gap:.62rem;color:inherit;text-decoration:none;transition:opacity .2s ease}.app-footer__item-link:hover{opacity:.82}.app-footer__item-icon{width:.62rem;height:.62rem;flex-shrink:0}.app-footer__item-label{color:#fff;font-size:.48rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.66rem;white-space:nowrap}.app-footer__bottom{flex-shrink:0;margin-top:2.4rem;padding:.84rem 1.6rem;border-top:.02rem solid rgba(255,255,255,.12)}.app-footer__copyright{margin:0;color:#9b9b9b;font-size:.48rem;font-weight:400;line-height:.78rem;text-align:center;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.2rem .44rem}.app-footer__copyright-sep{color:#9b9b9b8c}.app-footer__copyright-text{color:#9b9b9b}.app-footer__copyright-link{color:#9b9b9b;text-decoration:none;transition:color .2s ease}.app-footer__copyright-link:hover{color:#ffffffeb}@media (max-width: 900px){.app-footer{width:100%!important}.app-footer__main{flex-direction:column;gap:1.2rem;padding:1.2rem .9rem 0}.app-footer__brand{width:100%}.app-footer__logo-main{font-size:.9rem}.app-footer__logo-sub{font-size:.4rem}.app-footer__columns{flex-direction:column;gap:1rem;width:100%}.app-footer__column-title,.app-footer__item-label{white-space:normal}.app-footer__column-title{font-size:.5rem}.app-footer__item-label{font-size:.45rem}.app-footer__list{margin-top:.4rem}.app-footer__item{margin-top:.35rem}.app-footer__bottom{margin-top:1.4rem;padding:.7rem .9rem}.app-footer__copyright{font-size:.4rem;line-height:1.5}}.back-to-top[data-v-7b2c3752]{position:fixed;right:max(.6rem,(100vw - 42.52rem) / 2 + .4rem);bottom:1.2rem;z-index:900;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.04rem;width:1.28rem;height:1.28rem;padding:0;border:none;border-radius:50%;background:linear-gradient(135deg,#217df0,#36cf76);color:#fff;cursor:pointer;box-shadow:0 .12rem .36rem #0f172a38;transition:transform .2s ease,box-shadow .2s ease}.back-to-top[data-v-7b2c3752]:hover{transform:translateY(-.08rem);box-shadow:0 .16rem .48rem #0f172a47}.back-to-top__icon[data-v-7b2c3752]{width:.52rem;height:.52rem}.back-to-top__label[data-v-7b2c3752]{font-size:.22rem;font-weight:700;line-height:1;letter-spacing:.04em}@media (max-width: 900px){.back-to-top[data-v-7b2c3752]{right:.7rem;bottom:.9rem;width:1.6rem;height:1.6rem}.back-to-top__icon[data-v-7b2c3752]{width:.64rem;height:.64rem}.back-to-top__label[data-v-7b2c3752]{font-size:.32rem}}.back-to-top-fade-enter-active[data-v-7b2c3752],.back-to-top-fade-leave-active[data-v-7b2c3752]{transition:opacity .25s ease,transform .25s ease}.back-to-top-fade-enter-from[data-v-7b2c3752],.back-to-top-fade-leave-to[data-v-7b2c3752]{opacity:0;transform:translateY(.4rem)}html{overflow-x:hidden}body{margin:0;overflow-x:hidden}#app{overflow-x:hidden}.app-layout{display:flex;flex-direction:column;position:relative;width:42.52rem;max-width:100%;min-height:100vh;margin:0 auto;overflow:visible}.app-main{flex:1 0 auto;position:relative;z-index:1;overflow:visible}@media (max-width: 900px){.app-layout{width:100%;max-width:100vw;overflow-x:hidden}}.global-globe[data-v-2414f8f1]{position:relative;z-index:1;width:100%;height:100%;max-height:14.5rem;min-height:13.5rem;overflow:hidden;contain:layout paint}.page{position:relative;width:42.52rem;height:auto;min-height:0;overflow:visible}.page .block_1{background-color:#231f20;width:42.52rem;height:20.04rem}.page .block_1 .group_1{height:3.02rem;background-color:#fff;width:42.5rem}.page .block_1 .group_1 .box_1{width:20.12rem;height:.52rem;margin:1.44rem 0 0 17.26rem}.page .block_1 .group_1 .box_1 .text_1{width:3.94rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem}.page .block_1 .group_1 .box_1 .text_2{width:1.1rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem;margin-left:1.54rem}.page .block_1 .group_1 .box_1 .text_3{width:2.02rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem;margin-left:1.26rem}.page .block_1 .group_1 .box_1 .text_4{width:2.44rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem;margin-left:1.32rem}.page .block_1 .group_1 .box_1 .text-wrapper_1{height:.44rem;width:3.14rem;margin:.08rem 0 0 .84rem}.page .block_1 .group_1 .box_1 .text-wrapper_1 .text_5{width:1.76rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem;margin:-.08rem 0 0 .54rem}.page .block_1 .group_1 .box_1 .text_6{background-image:linear-gradient(90deg,#36cf76 0,#217df0);width:1.98rem;height:.48rem;overflow-wrap:break-word;color:#231f20;font-size:.42rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.48rem;margin-left:.54rem;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page .block_1 .group_1 .box_2{width:2.24rem;height:.06rem;margin:.18rem 0 .82rem 35.32rem}.page .block_1 .group_1 .box_2 .group_2{width:2.24rem;height:.06rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEoAAAAcCAYAAAGxABkNAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAASqADAAQAAAABAAAAHAAAAACJnr8jAAAGE0lEQVRoBe1Ze2wURRif2b0rRykItZDwUkigt9diYikYIVWgXK0WkRhybYWSEP+ABCORQF/ByKLG2GvVKIQ/DAn/yKOQ8DIY5VqusbHa9gIKlOsVCSqogGLK43rQ3u74m+u1uW132ystvSYwyWTn++Z7zTcz3zczS4hBkba4Fut2NeZJjHdIRVWXIwkAX4qE+2978qSr/VFBakhbLzqptOrJtNLvJ2o6GnKl5bDvjgYZCUBlSyT8cNvc+PR1HnOklhmy22I4KNh+LpKYtzdskGt74vTgbqEeh/SMHsFAcd0Co2VMKXGlJZdUzY+WXkPHmaWi6l7DhxW/SCUGa5FPJ1+Pnlzru1waiE9ppOoAoPF0o8H8TzcQbjTk2z7oiTOCF8tuE/HkWzcaEUSL584WGKOl0TIY0Y1pHR9H6hzJU40IBoKnAyHuj1YqrF5LKNsTpsPWZy5C6RWq0omMMjvws1Gx3enGZufSnUbyBm0UfL0fwnPjVGXc2Ypsv5Ginni+dS1tip8yss9bbl8T2d/LKL6KKGN8WdYLAluXvt93ljPUOVITzYIio/k2akvB0zt2U0KLm532JMCDKhhYK2Oswlee9aFGEJb5tYY82y4NchgBa7FrBYy7xlWGPMU37fzK5l5eG0abQqqkwqqdRCA3SWOe7WhjrrRyuA0w0sfjgVFfTPEPacoYTS49aRU6xAmiyETssJtJ8aaLNfKSYDSjHTKjeLa+O761AQKfDSs+gRjVgp0cxHzYgHsFVUSUahTH/JfRJOe2Gxk4JEZhHTRCwTxGyRpfmf0rI2Ucb9tS/TqSyGE0TyOcpOvRDsqoaZvqRieY29og+FMo2KynwAiH3L4NwV0OBtotv+7IuR9Jp2uUe+0MS0JgFNIAfQPE8WGGGkqFknkHLtRzOByRAwphKRedWd4wzYA+KcWnUlWmnr/bER9/9bOFgS5moavBv02O1ATELH9CwNKGLH0pLi5uEo9fvFJGP2eqeoTHtHqHtAApIqCKiu1BDeL6LpRlNjEiSGFvc5S2NDikRVxhoyP5OW2PFvKsSzeDrl0qdJVrex4csha5CrEutQfphvw507lBTEY8jVHhQTNVdidw9SEjKAv+YbpvmUBlosbIJkQPukhpU5pC+nFg3Q4vuWNlTKTerhRjQmB7b15lc8ymLdIotG8lb6qe2jl9odNgj+4YgNjh+6iZrRwpHup0AWXnBUalGPijf5W6Eb1/tuGjSC1xz1JVdSUjLAda01DHRqGdJ3s3LivHCGPHfM6X/oqCp0+SkeUox0HRNjNxPWJlCQybzi1HcGillByHow6zoOmHlk+W/NvniNCZuunbRNVsXgZHrYCAbKBCMRnfy4TRrc3lmQeQ1iE6+jIiHIWQyS/o/HlARP0dRr3jdS49NtDB9DlsWRaktgx+u3wf9SlUFRNQ6i2zO/vkC3cO2lE/rZ41TmwXJ4tm4d69jjs3Fh662n0o6ssAnnmR6E6CZgFuebcpYau8ZVkn+uIZyj6puHo5tuVeyByLxVVvEumK8x/ZrxvpiMpRngLbZNbBtkFIAeqYHsJuA/4b1YI6CXU0akRhP2ONV/ivT65cUlODmwzCdVHVUayW1+CgP5mivOCryL4cwTCszeTN7iRBVOqgdDbsrPQ57fl6Bhg6qt5hnSkI9DiY5nQy0kOKSLY+v897UU+QHg4n6zi/qKxCji2Cg2ygUQ+Pz2FHnsgRKBNe9ZZnfqPHFwucVOzKxhzyFa1rWy9H8euAIBA3GEahfn0/wFZnHPfdGQrjT+dbp8w94EMGwt1wgMF0KPT3K6MzmZzDyrLBwLe8TvuuLp5uR/HrCbvl55e5NBB+95vavCz3EFG6CB+lr62oqhY+yMBkynj/3M7HHnJUKCAHTZcAJ2Gyl80/6B0xWyJWE4Q4egW6p+Fpde6Fj7POhI7mYtB0hjtJoMKLj53UOTVYQW/ylqrSPfxL+b8SRik/w3yJ54v1HPm4dHoAz8HV2HOZCKcv426FNI3CiLr7sYO0HsCjBj/nEabSTBO+tYyRH/03pmD7aZ+FtGyPHoRM5kZs+gKrKvT759HzwAOM+H/hPSYKW0M0RwAAAABJRU5ErkJggg==) 100% no-repeat;background-size:100% 100%}.page .block_1 .group_3{width:31.7rem;height:5.76rem;margin:7.06rem 0 0 3.64rem}.page .block_1 .group_3 .text-group_1{width:11.4rem;height:5.78rem;margin-top:-.26rem}.page .block_1 .group_3 .text-group_1 .paragraph_1{width:11.4rem;height:2.88rem;overflow-wrap:break-word;color:#fff;font-size:1.44rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:1.44rem}.page .block_1 .group_3 .text-group_1 .paragraph_2{width:6.76rem;height:2.88rem;overflow-wrap:break-word;color:#fff;font-size:1.44rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:1.44rem;margin-top:.02rem}.page .block_1 .group_4{width:31.7rem;height:.58rem;margin:.26rem 0 0 3.64rem}.page .block_1 .group_4 .text_7{width:3.68rem;height:.52rem;overflow-wrap:break-word;color:#fff;font-size:.38rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.56rem;margin-top:.02rem}.page .block_1 .group_4 .image_1{width:.6rem;height:.36rem;margin:.08rem 24.86rem 0 2.56rem}.page .block_1 .label_1{width:.96rem;height:.64rem;margin:2.08rem 0 .64rem 5.64rem}.page .block_2{background-image:url(/assets/%E4%BD%8D%E5%9B%BE%E5%A4%87%E4%BB%BD-CLjHT8Gy.png);position:relative;width:42.52rem;height:24.28rem;margin-top:43.8rem;margin-top:0rem!important}.page .block_2 .group_5{position:relative;width:37.2rem;height:.88rem;margin:1.62rem 0 0 2.66rem}.page .block_2 .group_5 .block_3{width:27.52rem;height:.24rem;margin:.58rem 0 0 6.04rem}.page .block_2 .group_5 .text_8{position:absolute;left:0;top:0;width:37.2rem;height:.88rem;overflow-wrap:break-word;color:#111827;font-size:1.66rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:.88rem}.page .block_2 .group_6{width:20.36rem;height:1.62rem;margin:1.1rem 0 0 .82rem}.page .block_2 .group_7{width:39.16rem;height:15.46rem;margin:.3rem 0 0 1.64rem;background:url(/assets/2-DNR7sMUY.png) no-repeat center center/100% 100%}.page .block_2 .group_7 .image_2{width:2.04rem;height:8.68rem;margin-top:3.38rem}.page .block_2 .group_7 .group_8{width:33.54rem;height:15.46rem;margin-left:.86rem}.page .block_2 .group_7 .group_8 .block_4{width:18.56rem;height:9.92rem;margin-left:7.44rem}.page .block_2 .group_7 .group_8 .block_4 .box_3{background-color:#fbfdfb;border-radius:32px;width:8.76rem;height:9.92rem;border:2px solid rgb(216,232,219)}.page .block_2 .group_7 .group_8 .block_4 .box_3 .image-text_1{width:6.42rem;height:5.28rem;margin:.46rem 0 0 .98rem}.page .block_2 .group_7 .group_8 .block_4 .box_3 .image-text_1 .image_3{width:6.42rem;height:3.6rem}.page .block_2 .group_7 .group_8 .block_4 .box_3 .image-text_1 .text-group_2{width:5.1rem;height:1.38rem;overflow-wrap:break-word;color:#111827;font-size:.64rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;line-height:.78rem;margin:.3rem 0 0 .66rem}.page .block_2 .group_7 .group_8 .block_4 .box_3 .text_9{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.42rem 0 0 1.26rem}.page .block_2 .group_7 .group_8 .block_4 .box_3 .text_10,.page .block_2 .group_7 .group_8 .block_4 .box_3 .text_11{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 0 1.22rem}.page .block_2 .group_7 .group_8 .block_4 .box_3 .text_12{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 .98rem 1.22rem}.page .block_2 .group_7 .group_8 .block_4 .box_4{background-color:#fbfbfb;border-radius:32px;width:8.76rem;height:9.92rem;border:2px solid rgb(216,232,219)}.page .block_2 .group_7 .group_8 .block_4 .box_4 .image-text_2{width:7.16rem;height:5.3rem;margin:.44rem 0 0 .46rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .image-text_2 .image-wrapper_1{height:3.92rem;background:url(/assets/33-DOVUwu-O.png) 100% no-repeat;background-size:100% 100%;width:7.16rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .image-text_2 .image-wrapper_1 .image_4{width:20.2rem;height:.64rem;margin:2.62rem 0 0 -11.1rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .image-text_2 .text-group_3{width:5.1rem;height:1.38rem;overflow-wrap:break-word;color:#111827;font-size:.64rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;line-height:.78rem;margin-left:1.18rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .text_13{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.42rem 0 0 1.26rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .text_14,.page .block_2 .group_7 .group_8 .block_4 .box_4 .text_15{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 0 1.22rem}.page .block_2 .group_7 .group_8 .block_4 .box_4 .text_16{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 .98rem 1.22rem}.page .block_2 .group_7 .group_8 .block_5{width:31.38rem;height:.8rem;margin:.52rem 0 0 .94rem}.page .block_2 .group_7 .group_8 .block_5 .image_5{width:11.26rem;height:.02rem;margin-top:.42rem}.page .block_2 .group_7 .group_8 .block_5 .text_17{width:7.68rem;height:.8rem;overflow-wrap:break-word;color:#0b6373;font-size:.56rem;letter-spacing:10px;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:.8rem;margin-left:.68rem}.page .block_2 .group_7 .group_8 .block_5 .image_6{width:11.26rem;height:.02rem;margin:.4rem 0 0 .5rem}.page .block_2 .group_7 .group_8 .list_1{width:33.54rem;height:4rem;margin-top:.22rem;justify-content:space-between}.page .block_2 .group_7 .group_8 .list_1 .list-items_1{border-radius:22px;width:10rem;height:4rem;border:2px solid rgb(165,199,165);margin-right:1.76rem}.page .block_2 .group_7 .group_8 .list_1 .list-items_1 .image_7{width:2.56rem;height:2.8rem;margin:.36rem 0 0 .82rem}.page .block_2 .group_7 .group_8 .list_1 .list-items_1 .text-group_4{width:5.52rem;height:2.66rem;margin:.36rem .6rem 0 .5rem}.page .block_2 .group_7 .group_8 .list_1 .list-items_1 .text-group_4 .text_18{width:4.38rem;height:.66rem;overflow-wrap:break-word;font-size:.48rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_2 .group_7 .group_8 .list_1 .list-items_1 .text-group_4 .text_19{width:5.52rem;height:1.66rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.66rem;margin-top:.34rem}.page .block_2 .group_7 .image_8{width:2.04rem;height:8.68rem;margin:3.38rem 0 0 .68rem}.page .block_2 .group_9{background-color:#f7fbf9;border-radius:41px;width:25.04rem;height:1.64rem;border:2px solid rgb(184,221,214);margin:.66rem 0 1rem 8.94rem}.page .block_2 .group_9 .image-text_3{width:18.58rem;height:.96rem;margin:.34rem 0 0 2.48rem}.page .block_2 .group_9 .image-text_3 .label_2{width:.96rem;height:.96rem}.page .block_2 .group_9 .image-text_3 .text-group_5{width:17.38rem;height:.8rem;overflow-wrap:break-word;color:#024506;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem;margin-top:.08rem}.page .block_2 .group_10{background-color:#fbfbfb;border-radius:32px;position:absolute;left:2.2rem;top:5.52rem;width:8.76rem;height:9.92rem;border:2px solid rgb(216,232,219)}.page .block_2 .group_10 .image-text_4{width:7.4rem;height:5.38rem;margin:.36rem 0 0 .42rem}.page .block_2 .group_10 .image-text_4 .image_9{width:7.4rem;height:3.86rem}.page .block_2 .group_10 .image-text_4 .text-group_6{width:5.1rem;height:1.38rem;overflow-wrap:break-word;color:#111827;font-size:.64rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;line-height:.78rem;margin:.14rem 0 0 1.22rem}.page .block_2 .group_10 .text_20{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.42rem 0 0 1.24rem}.page .block_2 .group_10 .text_21,.page .block_2 .group_10 .text_22{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 0 1.24rem}.page .block_2 .group_10 .text_23{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 .98rem 1.24rem}.page .block_2 .group_11{background-color:#fbfbfb;border-radius:32px;position:absolute;left:31.56rem;top:5.52rem;width:8.76rem;height:9.92rem;border:2px solid rgb(216,232,219)}.page .block_2 .group_11 .image_10{width:7.08rem;height:3.96rem;margin:.42rem 0 0 .44rem}.page .block_2 .group_11 .text_24{width:5.1rem;height:1.38rem;overflow-wrap:break-word;color:#111827;font-size:.64rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;line-height:.78rem;margin:-.02rem 0 0 1.64rem}.page .block_2 .group_11 .text_25{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.42rem 0 0 1.24rem}.page .block_2 .group_11 .text_26,.page .block_2 .group_11 .text_27{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 0 1.24rem}.page .block_2 .group_11 .text_28{width:6.28rem;height:.56rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.56rem;margin:.18rem 0 .98rem 1.24rem}.page .block_2 .text_29{position:absolute;left:3.78rem;top:3.52rem;width:32.12rem;height:.38rem;overflow-wrap:break-word;color:#232223;font-size:.64rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.38rem}.page .home-global-hero{position:relative;width:42.52rem;min-height:16.68rem;padding:2.3rem 0 2.36rem;overflow:hidden;color:#fff;background:radial-gradient(circle at 66% 48%,rgba(21,242,178,.22),transparent 18rem),linear-gradient(118deg,#06172d,#061a2f 43%,#062e2d)}.page .home-global-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:12.4rem minmax(0,16.5rem);align-items:center;gap:2.9rem;width:28.46rem;margin:0 auto}.page .home-global-hero__copy{min-width:0}.page .home-global-hero__eyebrow{color:#35ffc4;font-size:.36rem;font-weight:800;line-height:1.3;letter-spacing:.11rem}.page .home-global-hero__title{margin-top:.58rem;color:#fff;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-size:1.58rem;font-weight:800;line-height:1.03}.page .home-global-hero__body{width:11.6rem;margin-top:1.02rem;color:#ffffffe6;font-size:.38rem;line-height:1.55}.page .home-global-hero__visual{position:relative;height:13.7rem;min-width:0}.page .block_6{height:10.7rem;background:url(/assets/footer-bg-CgHbWqBb.png) 100% no-repeat;background-size:100% 100%;width:42.5rem}.page .block_6 .text-wrapper_2{width:23rem;height:.8rem;margin:1.04rem 0 0 12.62rem}.page .block_6 .text-wrapper_2 .text_30{width:5.46rem;height:.74rem;overflow-wrap:break-word;color:#cacaca;font-size:.52rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.74rem;margin-top:.06rem}.page .block_6 .text-wrapper_2 .text_31{width:5.46rem;height:.74rem;overflow-wrap:break-word;color:#cacaca;font-size:.52rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.74rem;margin:.06rem 0 0 3.86rem}.page .block_6 .text-wrapper_2 .text_32{width:5.46rem;height:.74rem;overflow-wrap:break-word;color:#cacaca;font-size:.52rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.74rem;margin-left:2.76rem}.page .block_6 .box_5{position:relative;width:23.66rem;height:.76rem;margin:.7rem 0 0 12.62rem}.page .block_6 .box_5 .label_3{width:.62rem;height:.62rem;margin-top:.06rem}.page .block_6 .box_5 .text_33{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .62rem}.page .block_6 .box_5 .label_4{width:.62rem;height:.62rem;margin:.14rem 0 0 2.92rem}.page .block_6 .box_5 .text_34{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .48rem}.page .block_6 .box_5 .image-text_5{width:6.12rem;height:.68rem;margin-left:1.96rem}.page .block_6 .box_5 .image-text_5 .label_5{width:.62rem;height:.62rem;margin-top:.06rem}.page .block_6 .box_5 .image-text_5 .text-group_7{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .box_5 .text_35{position:absolute;left:10.42rem;top:.06rem;width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .box_6{position:relative;width:23.66rem;height:.8rem;margin:.54rem 0 0 12.62rem}.page .block_6 .box_6 .label_6{width:.62rem;height:.62rem;margin-top:.1rem}.page .block_6 .box_6 .text_36{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .62rem}.page .block_6 .box_6 .label_7{width:.62rem;height:.62rem;margin:.18rem 0 0 2.92rem}.page .block_6 .box_6 .text_37{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .48rem}.page .block_6 .box_6 .image-text_6{width:6.12rem;height:.72rem;margin-left:1.96rem}.page .block_6 .box_6 .image-text_6 .label_8{width:.62rem;height:.62rem;margin-top:.1rem}.page .block_6 .box_6 .image-text_6 .text-group_8{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .box_6 .text_38{position:absolute;left:10.42rem;top:.06rem;width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .box_7{position:relative;width:23.66rem;height:.76rem;margin:.62rem 0 0 12.62rem}.page .block_6 .box_7 .label_9{width:.62rem;height:.62rem;margin-top:.06rem}.page .block_6 .box_7 .text_39{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .62rem}.page .block_6 .box_7 .label_10{width:.62rem;height:.62rem;margin:.14rem 0 0 2.92rem}.page .block_6 .box_7 .text_40{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem;margin:.06rem 0 0 .48rem}.page .block_6 .box_7 .image-text_7{width:6.12rem;height:.68rem;margin-left:1.96rem}.page .block_6 .box_7 .image-text_7 .label_11{width:.62rem;height:.62rem;margin-top:.06rem}.page .block_6 .box_7 .image-text_7 .text-group_9{width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .box_7 .text_41{position:absolute;left:10.42rem;top:.06rem;width:5.16rem;height:.66rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .text-wrapper_3{width:29.72rem;height:.66rem;margin:3.18rem 0 .84rem 6.36rem}.page .block_6 .text-wrapper_3 .text_42{width:15.52rem;height:.66rem;overflow-wrap:break-word;color:#9b9b9b;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_6 .text-wrapper_3 .text_43{width:12.64rem;height:.66rem;overflow-wrap:break-word;color:#9b9b9b;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem}.page .block_7{position:absolute;left:0;top:20.04rem;width:42.52rem;height:43.82rem}.page .block_7 .block_8{background:url(/assets/5-BI6v5OQM.png) no-repeat;background-size:100% 100%;height:19.36rem;margin-top:24.46rem;width:42.52rem}.page .block_7 .block_8 .group_12{width:23.34rem;height:8.94rem;background:url(/assets/2-DNR7sMUY.png) 0rem -.02rem no-repeat;background-size:23.34rem 8.96rem;margin:10.42rem 0 0 19.2rem}.page .block_7 .block_8 .group_12 .text-group_10{width:10.36rem;height:4.94rem;margin:1.42rem 0 0 2.54rem}.page .block_7 .block_8 .group_12 .text-group_10 .text_44{width:8.18rem;height:.94rem;overflow-wrap:break-word;color:#0a0a0a;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.92rem}.page .block_7 .block_8 .group_12 .text-group_10 .paragraph_3{width:10.36rem;height:3.48rem;overflow-wrap:break-word;color:#0a0a0a;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.58rem;margin-top:.52rem}.page .block_7 .block_8 .group_12 .box_8{width:10.8rem;height:.58rem;margin:.86rem 0 1.14rem 2.54rem}.page .block_7 .block_8 .group_12 .box_8 .text_45{width:5.42rem;height:.52rem;overflow-wrap:break-word;color:#000;font-size:.38rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.56rem;margin-top:.02rem}.page .block_7 .block_8 .group_12 .box_8 .label_12{width:.84rem;height:.52rem;margin:.02rem 4.12rem 0 .42rem}.page .block_7 .image_11{position:absolute;left:21.34rem;top:-.02rem;width:21.2rem;height:14.58rem}.page .block_7 .label_13{position:absolute;left:21.2rem;top:-.28rem;width:.58rem;height:.58rem}.page .block_7 .image_12{position:absolute;left:20.56rem;top:11.54rem;width:1.2rem;height:1.44rem}.page .block_7 .block_9{position:absolute;left:0;top:-.02rem;width:21.2rem;height:12.2rem;background:url(/assets/2-DNR7sMUY.png) 0rem -.02rem no-repeat;background-size:21.2rem 12.22rem}.page .block_7 .block_9 .paragraph_4{width:8.96rem;height:2.8rem;overflow-wrap:break-word;color:#0a0a0a;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.92rem;margin:1.54rem 0 0 5.64rem}.page .block_7 .block_9 .paragraph_5{width:10.36rem;height:3.46rem;overflow-wrap:break-word;color:#0a0a0a;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.58rem;margin:.62rem 0 0 5.64rem}.page .block_7 .block_9 .section_1{width:5.44rem;height:.58rem;margin:1.42rem 0 1.78rem 5.64rem}.page .block_7 .block_9 .section_1 .text_46{width:4.18rem;height:.52rem;overflow-wrap:break-word;color:#000;font-size:.38rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.56rem;margin-top:.02rem}.page .block_7 .block_9 .section_1 .label_14{width:.84rem;height:.52rem;margin:.02rem -.02rem 0 .44rem}.page .block_7 .block_9 .image_13{position:absolute;left:6.12rem;top:-.34rem;width:.02rem;height:1.8rem}.page .block_7 .block_10{height:12.28rem;width:31.68rem;position:absolute;left:5.36rem;top:12.18rem}.page .block_7 .block_10 .group_13{height:12.28rem;width:31.68rem}.page .block_7 .block_10 .group_13 .block_11{position:relative;width:31.68rem;height:12.28rem}.page .block_7 .block_10 .group_13 .block_11 .group_14{position:absolute;left:-5.36rem;top:0;width:21.2rem;height:12.28rem;background:url(/assets/3-Db982m0-.png) 0rem -.02rem no-repeat;background-size:21.2rem 12.3rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .label_15{width:.62rem;height:.94rem;margin:1.3rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text_47{width:2.18rem;height:.54rem;overflow-wrap:break-word;color:#fff;font-size:.36rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.54rem;margin:.44rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .paragraph_6{width:10.04rem;height:1.88rem;overflow-wrap:break-word;color:#fff;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.92rem;margin:-.14rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .paragraph_7{width:10.74rem;height:1.08rem;overflow-wrap:break-word;color:#fff;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.58rem;margin:.6rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_4{width:12.54rem;height:1rem;margin:.56rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_4 .text_48{width:1.44rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_4 .text_49{width:1.96rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem;margin-left:1.92rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_4 .text_50{width:1.68rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem;margin-left:1.94rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_4 .text_51{width:1.64rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem;margin-left:1.96rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2{height:1.38rem;width:12.2rem;margin:-.8rem 0 0 5.64rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2 .list_2{width:13.92rem;height:1.38rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2 .list_2 .text-group_11{position:relative;width:2.74rem;height:1.38rem;margin-right:.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2 .list_2 .text-group_11 .text_52{position:absolute;left:1.5rem;top:.18rem;width:1.26rem;height:.86rem;overflow-wrap:break-word;color:#fff;font-size:.62rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2 .list_2 .text-group_11 .text_53{position:absolute;left:2.08rem;top:.18rem;width:1.24rem;height:.86rem;overflow-wrap:break-word;color:#fff;font-size:.62rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .section_2 .list_2 .text-group_11 .text_54{width:2.8rem;height:.22rem;overflow-wrap:break-word;color:#fff;font-size:.16rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.24rem;margin-top:1.12rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_5{height:1.32rem;border:2px solid rgb(255,255,255);width:12.28rem;margin:.56rem 0 1.62rem 5.6rem}.page .block_7 .block_10 .group_13 .block_11 .group_14 .text-wrapper_5 .text_55{width:100%;height:.52rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;white-space:nowrap;line-height:.52rem;margin-top:.1rem;text-align:center}.page .block_7 .block_10 .group_13 .block_11 .group_15{position:absolute;left:15.84rem;top:0;width:21.32rem;height:12.28rem;background:url(/assets/4-CBmC5GOG.png) 0rem -.02rem no-repeat;background-size:21.32rem 12.3rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .image_14{width:1.48rem;height:.54rem;margin:1.7rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text_56{width:1.12rem;height:.54rem;overflow-wrap:break-word;color:#fff;font-size:.36rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.54rem;margin:.44rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .paragraph_8{width:4.88rem;height:1.88rem;overflow-wrap:break-word;color:#fff;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.92rem;margin:-.14rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .paragraph_9{width:11rem;height:1.08rem;overflow-wrap:break-word;color:#fff;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;line-height:.58rem;margin:.6rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text-wrapper_6{width:6.66rem;height:1rem;margin:.56rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text-wrapper_6 .text_57{width:1.42rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text-wrapper_6 .text_58{width:3.44rem;height:1rem;overflow-wrap:break-word;color:#fff;font-size:1rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:1rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16{width:12.2rem;height:1.38rem;margin:-.8rem 0 0 3.36rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_17{height:1.38rem;width:2.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_17 .text-wrapper_7{width:1.04rem;height:.62rem;margin:.18rem 0 0 1.48rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_17 .text-wrapper_7 .text_59{width:1.04rem;height:.62rem;overflow-wrap:break-word;color:#fff;font-size:.62rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_17 .text-wrapper_8{width:1.44rem;height:.22rem;margin:.32rem 0 .04rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_17 .text-wrapper_8 .text_60{width:1.44rem;height:.22rem;overflow-wrap:break-word;color:#fff;font-size:.16rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.24rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_18{height:1.38rem;width:5.76rem;margin:0 3.22rem 0 .6rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_18 .text-wrapper_9{width:1.76rem;height:.62rem;margin:.18rem 0 0 3.9rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_18 .text-wrapper_9 .text_61{width:1.76rem;height:.62rem;overflow-wrap:break-word;color:#fff;font-size:.62rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.62rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_18 .text-wrapper_10{width:2.8rem;height:.22rem;margin:.32rem 0 .04rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .group_16 .group_18 .text-wrapper_10 .text_62{width:2.8rem;height:.22rem;overflow-wrap:break-word;color:#fff;font-size:.16rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:left;white-space:nowrap;line-height:.24rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text-wrapper_11{height:1.32rem;border:2px solid rgb(255,255,255);width:12.28rem;margin:.56rem 0 1.62rem 3.32rem}.page .block_7 .block_10 .group_13 .block_11 .group_15 .text-wrapper_11 .text_63{width:100%;height:.52rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;text-transform:uppercase;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;white-space:nowrap;line-height:.52rem;margin-top:.2rem;text-align:center}.page span[class*=paragraph_]{height:auto!important;overflow:visible;word-break:normal;overflow-wrap:normal;white-space:normal}.page .block_1{height:auto!important;min-height:17.02rem;padding-bottom:1.6rem}.page .block_1 .group_3{height:auto;margin-top:4.04rem!important}.page .block_1 .group_3 .text-group_1{width:auto!important;height:auto!important;max-width:14rem;justify-content:flex-start!important;gap:.16rem}.page .block_1 .group_3 .text-group_1 .paragraph_1,.page .block_1 .group_3 .text-group_1 .paragraph_2{width:auto!important;height:auto!important;line-height:1.1!important;letter-spacing:-.01rem;display:block}.page .block_1 .group_4{height:auto;margin-top:.8rem;align-items:center}.page .block_1 .group_4 .text_7{letter-spacing:.05rem;line-height:1.4;white-space:nowrap}.page{position:static!important;width:100%!important;height:auto!important;overflow:visible!important}.page .block_1{width:100%!important}.page .home-video-hero{position:relative;width:100%;overflow:hidden;background:#231f20;line-height:0}.page .home-video-hero__video{display:block;width:100%;height:auto;vertical-align:top;transform:translateZ(0);backface-visibility:hidden}.page .home-video-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;padding:0 2.78rem;box-sizing:border-box;pointer-events:none;line-height:normal}.page .home-video-hero__copy{max-width:21.3rem;transform:translateY(2rem)}.page .home-video-hero__title{display:flex;flex-direction:column;gap:.12rem;margin:0;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.61rem;font-weight:700;line-height:1.04;letter-spacing:-.01em}.page .home-video-hero__title-line{display:block}.page .home-video-hero__s-mark{position:relative;display:inline-block}.page .home-video-hero__tagline{margin:.93rem 0 0;color:#48b85a;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.63rem;font-weight:600;line-height:1.35}.page .home-video-hero__divider{display:block;width:1.62rem;height:.09rem;margin-top:.42rem;background:#48b85a}.page .home-video-hero__body{max-width:17.7rem;margin:.78rem 0 0;color:#fffffff0;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.8rem;font-weight:400;line-height:1.55}.page .home-video-hero__play{position:absolute;left:50%;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:1.72rem;height:1.72rem;margin:0;padding:0;border:.04rem solid rgba(255,255,255,.88);border-radius:50%;background:#00000061;color:#fff;cursor:pointer;pointer-events:auto;transform:translate(-50%,-50%);transition:background-color .2s ease,transform .2s ease,border-color .2s ease}.page .home-video-hero__play:hover{background:#0000008c;border-color:#fff;transform:translate(-50%,-50%) scale(1.06)}.page .home-video-hero__play svg{width:.62rem;height:.62rem;margin-left:.08rem}.page .home-global-hero{width:100%;min-height:18.5rem;margin-top:0;padding:0 2.78rem 2.2rem;box-sizing:border-box;color:#fff;overflow:hidden;background:radial-gradient(circle at 72% 52%,rgba(21,242,178,.2),transparent 14rem),radial-gradient(circle at 88% 40%,rgba(32,255,200,.12),transparent 10rem),linear-gradient(118deg,#06172d,#061a2f 42%,#062e2d)}.page .home-global-hero__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;max-width:42.52rem;min-height:14.5rem;margin:0 auto}.page .home-global-hero__copy{flex:0 0 12.8rem;min-width:0;padding-top:0}.page .home-global-hero__eyebrow{margin:0;color:#35ffc4;font-size:.36rem;font-weight:800;line-height:1.3;letter-spacing:.11rem;text-transform:uppercase}.page .home-global-hero__title{margin:.58rem 0 0;color:#fff;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-size:1.58rem;font-weight:800;line-height:1.03}.page .home-global-hero__body{width:11.6rem;max-width:100%;margin:1.02rem 0 0;color:#ffffffe6;font-size:.38rem;line-height:1.55}.page .home-global-hero__visual{position:relative;flex:1;min-width:0;height:14.5rem;display:flex;align-items:center;justify-content:center}.page .home-global-hero__visual:before{content:"";position:absolute;width:12rem;height:12rem;border-radius:50%;background:radial-gradient(circle,rgba(32,255,200,.22) 0%,rgba(32,255,200,.08) 45%,transparent 72%);pointer-events:none}.page .home-quad-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(12.28rem,1fr));width:100%;align-items:stretch;isolation:isolate}.page .home-quad-grid>*:not(.home-quad-grid__cross){min-width:0;height:100%}.page .home-quad-grid__cross{position:absolute;left:50%;top:50%;z-index:10;width:1.68rem;height:1.68rem;transform:translate(-50%,-50%);pointer-events:none}.page .home-quad-grid__cross:before,.page .home-quad-grid__cross:after{content:"";position:absolute;background:#fff;box-shadow:0 0 .16rem #00000052}.page .home-quad-grid__cross:before{left:50%;top:0;width:.1rem;height:100%;transform:translate(-50%)}.page .home-quad-grid__cross:after{left:0;top:50%;width:100%;height:.1rem;transform:translateY(-50%)}.page .home-mission__content{height:100%;min-height:12.28rem;padding:1.54rem 1.6rem 1.78rem 1.8rem;background:url(/assets/a1-DxynFKFT.png) no-repeat left top;background-size:cover;box-sizing:border-box}.page .home-mission__heading{margin:0;max-width:10.96rem;color:#0a0a0a;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.08}.page .home-mission__body{margin:.62rem 0 0;max-width:10.36rem;color:#0a0a0a;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1.6}.page .home-mission__links{display:flex;flex-wrap:wrap;gap:.55rem 1rem;margin-top:1.42rem}.page .home-mission__link{display:inline-flex;align-items:center;gap:.2rem;color:#000;font-size:.38rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:.04rem;line-height:1.4;text-decoration:none}.page .home-mission__link:hover{opacity:.75}.page .home-mission__link-arrow{color:#0d9e8a;font-size:.44rem;line-height:1}.page .home-mission__photo{width:100%;height:100%;min-height:12.28rem;object-fit:cover;display:block}.page .home-platforms__card{height:100%;min-height:12.28rem;display:flex;flex-direction:column;padding:1.3rem 1.2rem 1.62rem;box-sizing:border-box;color:#fff;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif}.page .home-platforms__card--bitcoin{justify-content:flex-start;padding:1.6rem 1.4rem 1.4rem 2.2rem;background:radial-gradient(circle at 20% 90%,rgba(21,242,178,.18),transparent 7rem),radial-gradient(circle at 90% 15%,rgba(32,255,200,.12),transparent 6rem),linear-gradient(145deg,#031515,#042626 45%,#051f1f)}.page .home-platforms__card--bitcoin .home-platforms__eyebrow{margin-top:0;color:#35ffc4;font-size:.32rem;font-weight:700;letter-spacing:.12rem;line-height:1}.page .home-platforms__card--bitcoin .home-platforms__eyebrow:before{content:"";display:block;width:.72rem;height:.04rem;margin-bottom:.28rem;background:#35ffc4}.page .home-platforms__card--bitcoin .home-platforms__heading{margin-top:.52rem;max-width:15rem;font-size:1.08rem;font-weight:700;line-height:1.08}.page .home-platforms__card--bitcoin .home-platforms__body{margin-top:.72rem;max-width:11.2rem;font-size:.34rem;line-height:1.55;color:#ffffffe0}.page .home-platforms__card--bitcoin .home-platforms__stats{gap:0;margin-top:1rem;max-width:12.6rem}.page .home-platforms__card--bitcoin .home-platforms__stat{flex:1;padding:0 .5rem}.page .home-platforms__card--bitcoin .home-platforms__stat:first-child{padding-left:0}.page .home-platforms__card--bitcoin .home-platforms__stat:not(:first-child){border-left:.02rem solid rgba(255,255,255,.2)}.page .home-platforms__card--bitcoin .home-platforms__stat-value{font-size:.92rem;font-weight:700}.page .home-platforms__card--bitcoin .home-platforms__stat-unit{font-size:.5rem;font-weight:400}.page .home-platforms__card--bitcoin .home-platforms__stat-label{margin-top:.18rem;font-size:.16rem;letter-spacing:.03rem;color:#ffffffb3}.page .home-platforms__card--ai{justify-content:flex-start;padding:1.6rem 1.4rem 1.4rem 2.2rem;background:radial-gradient(circle at 85% 45%,rgba(220,110,40,.45),transparent 9rem),radial-gradient(circle at 15% 85%,rgba(60,30,12,.6),transparent 7rem),linear-gradient(135deg,#1f1008,#3d2210 38%,#5c3418 68%,#7a4518)}.page .home-platforms__card--ai .home-platforms__eyebrow{margin-top:0;color:#7ecf9a;font-size:.32rem;font-weight:700;letter-spacing:.12rem;line-height:1}.page .home-platforms__card--ai .home-platforms__heading{margin-top:.52rem;max-width:11rem;font-size:1.08rem;font-weight:700;line-height:1.08}.page .home-platforms__card--ai .home-platforms__body{margin-top:.72rem;max-width:11.2rem;font-size:.34rem;line-height:1.55;color:#ffffffe6}.page .home-platforms__card--ai .home-platforms__stats{gap:0;margin-top:1rem;max-width:10.8rem}.page .home-platforms__card--ai .home-platforms__stat{flex:1;padding:0 .5rem}.page .home-platforms__card--ai .home-platforms__stat:first-child{padding-left:0}.page .home-platforms__card--ai .home-platforms__stat:not(:first-child){border-left:.02rem solid rgba(255,255,255,.25)}.page .home-platforms__card--ai .home-platforms__stat-value{font-size:.92rem;font-weight:700}.page .home-platforms__card--ai .home-platforms__stat-unit{font-size:.5rem;font-weight:400}.page .home-platforms__card--ai .home-platforms__stat-label{margin-top:.18rem;font-size:.16rem;letter-spacing:.03rem;color:#7ecf9a}.page .home-platforms__icon{display:block;height:.94rem;width:auto}.page .home-platforms__icon--ai{height:.54rem;width:1.48rem}.page .home-platforms__eyebrow{display:block;margin-top:.44rem;font-size:.36rem;text-transform:uppercase;letter-spacing:.08rem;line-height:1.5}.page .home-platforms__heading{display:block;margin-top:-.14rem;max-width:10.04rem;font-size:.92rem;line-height:1}.page .home-platforms__body{display:block;margin-top:.6rem;max-width:11rem;font-size:.36rem;line-height:1.6}.page .home-platforms__stats{display:flex;flex-direction:row;gap:.4rem;margin-top:.56rem;max-width:12.8rem}.page .home-platforms__stats--ai{gap:1.2rem;max-width:12.2rem}.page .home-platforms__stat{flex:1;min-width:0}.page .home-platforms__stat-value{display:flex;flex-direction:row;align-items:baseline;font-size:1rem;line-height:1.2;white-space:nowrap}.page .home-platforms__stat-unit{font-size:.62rem;margin-left:.1rem}.page .home-platforms__stat-label{display:block;margin-top:.24rem;color:#ffffffd9;font-size:.16rem;line-height:1.4;text-transform:uppercase;letter-spacing:.02rem}.page .home-platforms__btn{display:flex;align-items:center;justify-content:center;margin-top:auto;padding-top:.56rem;width:12.28rem;max-width:100%;min-height:1.32rem;padding-bottom:0;border:.02rem solid #fff;box-sizing:border-box;color:#fff;font-size:.48rem;text-transform:uppercase;letter-spacing:.03rem;line-height:1.2;text-align:center;cursor:pointer}.page .home-platforms__btn:hover{background:#ffffff1a}.page .home-datacenters{position:relative;width:100%;height:19.36rem;background:url(/assets/5-BI6v5OQM.png) no-repeat center;background-size:cover}.page .home-datacenters__panel{position:absolute;right:0;bottom:0;width:23.34rem;max-width:55%;padding:1.42rem 2.54rem 1.14rem;background:#fff;box-sizing:border-box}.page .home-datacenters__title{margin:0;color:#0a0a0a;font-size:.92rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;line-height:1}.page .home-datacenters__body{margin:.52rem 0 0;color:#0a0a0a;font-size:.36rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1.6}.page .home-datacenters__link{display:inline-block;margin-top:.86rem;color:#000;font-size:.38rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;text-transform:uppercase;letter-spacing:.04rem;line-height:1.4;text-decoration:none}.page .home-datacenters__link:hover{opacity:.75}.home-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:3.2rem 0 1.4rem;background:#000;gap:.7rem}.home-video-modal:not(.is-open){opacity:0;pointer-events:none;z-index:-1}.home-video-modal__stage{position:relative;width:100%;max-width:100%;flex:0 1 auto}.home-video-modal__video{display:block;width:100%;max-height:calc(100vh - 7rem);max-height:calc(100dvh - 7rem);background:#000;object-fit:contain}.home-video-modal__close{position:absolute;top:.7rem;right:.7rem;z-index:5;display:flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border:none;border-radius:50%;background:#ffffff29;cursor:pointer}.home-video-modal__close span{position:relative;display:block;width:.5rem;height:.5rem}.home-video-modal__close span:before,.home-video-modal__close span:after{content:"";position:absolute;left:50%;top:50%;width:.5rem;height:.04rem;background:#fff;transform-origin:center}.home-video-modal__close span:before{transform:translate(-50%,-50%) rotate(45deg)}.home-video-modal__close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.home-video-modal__fs-btn{display:none}.home-video-modal.is-landscape{padding:0;gap:0;overflow:hidden}.home-video-modal.is-landscape .home-video-modal__stage{position:absolute;top:50%;left:50%;width:100vh;width:100dvh;height:100vw;height:100dvw;max-width:none;flex:none;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.home-video-modal.is-landscape .home-video-modal__video{width:100%;height:100%;max-height:none;object-fit:contain}.home-video-modal.is-landscape .home-video-modal__fs-btn{display:none!important}@media (max-width: 900px){.home-video-modal__fs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;margin:0;padding:.38rem .72rem;border:none;border-radius:999px;background:#282828d1;color:#fff;font-size:.42rem;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-video-modal__fs-btn svg{width:.72rem;height:.72rem;flex-shrink:0}}.page .lv-expansion{width:100%;padding:2rem 2.78rem 2.8rem;box-sizing:border-box;color:#fff;background:linear-gradient(180deg,#062e2d,#06172d);position:relative;z-index:1}.page .lv-expansion .container{width:100%;margin:0 auto}.page .lv-expansion h2{margin:0;color:#fff;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-size:1.1rem;font-weight:800;line-height:1.15;text-align:center}.page .lv-expansion__copy{margin-top:1rem;max-width:36rem}.page .lv-expansion__copy p{margin:0}.page .lv-expansion__copy p+p{margin-top:.72rem}.page .lv-expansion__copy p{color:#ffffffe6;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-size:.38rem;line-height:1.65}@media (max-width: 900px){.page .lv-expansion{padding:1.2rem .9rem 1.6rem!important}.page .lv-expansion h2{font-size:.95rem!important;line-height:1.25!important}.page .lv-expansion .lv-expansion__copy{max-width:100%!important;margin-top:.75rem!important}.page .lv-expansion .lv-expansion__copy p{font-size:.42rem!important;line-height:1.55!important}}.page .block_2.operate{position:relative;width:100%;height:auto!important;min-height:0;margin-top:2.5rem;padding:1.5rem 1.2rem 1.6rem;background:url(/assets/%E4%BD%8D%E5%9B%BE%E5%A4%87%E4%BB%BD-CLjHT8Gy.png) no-repeat center top/100% 100%;display:flex;flex-direction:column;align-items:center;gap:.88rem;box-sizing:border-box}.page .block_2.operate .operate__header{text-align:center;max-width:34rem}.page .block_2.operate .operate__title{margin:0;font-size:1.66rem;font-weight:600;color:#111827;line-height:1.15;letter-spacing:-.02rem}.page .block_2.operate .operate__subtitle{margin:.36rem 0 0;font-size:.64rem;color:#232223;line-height:1.55}.page .block_2.operate .operate__flow{position:relative;width:100%;max-width:39.16rem;margin:0 auto;padding:0 1.35rem;box-sizing:border-box}.page .block_2.operate .operate__arrow{position:absolute;z-index:2;width:1.72rem;height:5rem;object-fit:fill;pointer-events:none}.page .block_2.operate .operate__arrow--left{left:1.5rem;top:3rem;height:10rem;object-position:left top}.page .block_2.operate .operate__arrow--right{right:1.5rem;top:3rem;height:10rem;object-position:right top}.page .block_2.operate .operate__frame-inner{display:flex;flex-direction:column;align-items:center;gap:.52rem;width:100%;max-width:33.54rem;margin:0 auto;box-sizing:border-box}.page .block_2.operate .operate__steps-row{display:flex;flex-direction:row;align-items:stretch;justify-content:center;gap:.28rem;width:100%}.page .block_2.operate .operate__step-card{position:relative;flex:1;min-width:0;min-height:9.92rem;display:flex;flex-direction:column;align-items:center;padding:.46rem .36rem .64rem;background-color:#fff;border:2px solid #d8e8db;border-radius:.32rem;box-shadow:0 .08rem .24rem #1038200f;text-align:center;box-sizing:border-box;z-index:3}.page .block_2.operate .operate__step-badge{position:absolute;top:.46rem;left:.46rem;z-index:1;display:flex;align-items:center;justify-content:center;width:.56rem;height:.56rem;border-radius:50%;background:#3daa4a;color:#fff;font-size:.34rem;font-weight:600;line-height:1}.page .block_2.operate .operate__step-visual{width:100%;max-width:6.42rem;margin-top:.12rem}.page .block_2.operate .operate__step-visual img{display:block;width:100%;height:auto;max-height:3.92rem;object-fit:contain}.page .block_2.operate .operate__step-content{width:100%;margin-top:.28rem}.page .block_2.operate .operate__step-title{margin:0;font-size:.64rem;font-weight:600;color:#111827;line-height:1.22}.page .block_2.operate .operate__step-desc{margin:.2rem 0 0;font-size:.38rem;color:#000000b8;line-height:1.48}.page .block_2.operate .operate__step-arrow{flex-shrink:0;align-self:center;width:1.02rem;height:.64rem;object-fit:contain}.page .block_2.operate .operate__divider{display:flex;align-items:center;gap:.48rem;width:100%;max-width:31.4rem;margin-top:.2rem}.page .block_2.operate .operate__divider-line{flex:1;height:1px;background:#a5c7a5}.page .block_2.operate .operate__divider-text{font-size:.56rem;font-weight:600;color:#0b6373;letter-spacing:.1rem;text-transform:uppercase;white-space:nowrap}.page .block_2.operate .operate__revenue{display:flex;flex-direction:row;justify-content:space-between;gap:.48rem;width:100%;max-width:33.5rem}.page .block_2.operate .operate__revenue-card{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.28rem;padding:.36rem .4rem;border:2px solid #d8e8db;border-radius:.22rem;box-sizing:border-box}.page .block_2.operate .operate__revenue-icon{width:2.1rem;height:2.1rem;flex-shrink:0;object-fit:contain}.page .block_2.operate .operate__revenue-body{min-width:0}.page .block_2.operate .operate__revenue-body h4{margin:0;font-size:.46rem;font-weight:600;line-height:1.3}.page .block_2.operate .operate__revenue-body p{margin:.14rem 0 0;font-size:.36rem;line-height:1.45;color:#232223}.page .block_2.operate .operate__footer{display:flex;align-items:center;justify-content:center;gap:.36rem;width:100%;max-width:28rem;margin-top:.2rem;padding:.36rem 1.2rem;background-color:#f7fbf9;border:2px solid #b8ddd6;border-radius:.82rem;box-sizing:border-box}.page .block_2.operate .operate__footer p{margin:0;font-size:.52rem;font-weight:600;color:#024506;line-height:1.4;text-align:center}.page .block_2.operate .operate__footer-icon{width:.96rem;height:.96rem;flex-shrink:0;object-fit:contain}@media (max-width: 900px){.page{width:100%!important;max-width:100%!important;overflow-x:hidden}.page .home-global-hero{width:100%!important;min-height:0!important;padding:1.2rem .9rem 1.6rem!important}.page .home-global-hero__inner{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;width:100%!important;gap:.8rem!important}.page .home-video-hero__overlay{align-items:flex-end;padding:1.2rem .9rem 1.4rem!important}.page .home-video-hero__copy{max-width:100%!important;transform:none!important}.page .home-video-hero__title{font-size:1.05rem!important}.page .home-video-hero__body{max-width:100%!important;font-size:.48rem!important}.page .home-quad-grid{grid-template-columns:1fr!important;grid-template-rows:none!important}.page .home-quad-grid__cross{display:none!important}.page .home-quad-grid>*:not(.home-quad-grid__cross){min-height:0!important;height:auto!important}.page .home-mission__content,.page .home-mission__photo{min-height:0!important;height:auto!important}.page .home-mission__content{padding:1.1rem .9rem!important}.page .home-mission__heading,.page .home-mission__body{max-width:100%!important}.page .home-platforms__card{min-height:0!important;height:auto!important}.page .home-platforms__card--bitcoin,.page .home-platforms__card--ai{padding:1.2rem 1rem!important}.page .home-datacenters{height:auto!important;min-height:14rem;display:flex;align-items:flex-end}.page .home-datacenters__panel{position:relative!important;right:auto!important;bottom:auto!important;width:100%!important;max-width:100%!important;padding:1rem .9rem!important}.page .block_2.operate{margin-top:1.4rem!important;padding:1.1rem .7rem 1.2rem!important}.page .block_2.operate .operate__title{font-size:1.05rem!important}.page .block_2.operate .operate__arrow{display:none!important}.page .block_2.operate .operate__flow{padding:0!important}.page .block_2.operate .operate__steps-row{flex-direction:column!important;gap:.5rem!important}.page .block_2.operate .operate__step-arrow{display:none!important}.page .block_2.operate .operate__revenue{flex-direction:column!important}.page .block_2.operate .operate__footer{flex-direction:column!important;padding:.5rem .7rem!important}.lv-expansion{padding:1.2rem .9rem 1.6rem!important}}.page.power-producers .pp-compare{position:relative;box-sizing:border-box;padding:3.1rem 4.32rem 0;overflow:hidden}.page.power-producers .pp-compare__content{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:3.5rem;max-width:34rem}.page.power-producers .pp-compare__col{flex:0 1 auto;min-width:0;max-width:12.44rem}.page.power-producers .pp-compare__col--wide{max-width:18rem}.page.power-producers .pp-compare__heading{margin:0;color:#081425;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.35;letter-spacing:-.02em}.page.power-producers .pp-compare__body{margin:.48rem 0 0;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.46rem;font-weight:400;line-height:1.55}.page.power-producers .pp-compare__body+.page.power-producers .pp-compare__body{margin-top:.28rem}.page.power-producers .pp-compare__deco{position:absolute;top:.2rem;right:0;z-index:0;width:7.3rem;height:10.26rem;background-position:right center;background-size:contain;background-repeat:no-repeat;pointer-events:none}.page.power-producers .pp-compare__rule{height:.02rem;margin:1.76rem 4.32rem 0;background:linear-gradient(90deg,#36cf7673,#217df073)}@media (max-width: 900px){.page.power-producers .pp-compare{padding:1.2rem .85rem 0!important}.page.power-producers .pp-compare .pp-compare__content{flex-direction:column!important;gap:.8rem!important;max-width:100%!important;width:100%!important}.page.power-producers .pp-compare .pp-compare__col,.page.power-producers .pp-compare .pp-compare__col--wide{max-width:100%!important;width:100%!important}.page.power-producers .pp-compare .pp-compare__deco{display:none!important}.page.power-producers .pp-compare .pp-compare__rule{margin:1rem .85rem 0!important}}.page.power-producers{position:relative;width:42.52rem;max-width:100%;height:auto;overflow:visible}.page.power-producers .image_1{width:42.5rem;height:23.92rem}.page.power-producers .group_2{height:3.94rem;background:url(/assets/yz-CvuSLtze.png) 100% no-repeat;background-size:100% 100%;margin-left:.02rem;width:42.5rem}.page.power-producers .section_1{background-color:#fdfdfd;width:29.84rem;height:23.94rem;margin-left:-.02rem}.page.power-producers .text_7{width:6.14rem;height:.6rem;overflow-wrap:break-word;color:#10b981;font-size:.44rem;letter-spacing:.044rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.6rem;margin:4.06rem 0 0 2.92rem}.page.power-producers .text_8{width:15.38rem;height:2.24rem;overflow-wrap:break-word;color:#081425;font-size:1.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:2.24rem;margin:-.14rem 0 0 2.92rem}.page.power-producers .text_9{width:22.1rem;height:2.24rem;overflow-wrap:break-word;color:#081425;font-size:1.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:2.24rem;margin:-.38rem 0 0 2.92rem}.page.power-producers .text_10{width:19.78rem;height:2.82rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-weight:400;text-align:left;line-height:.94rem;margin:.18rem 0 0 2.8rem}.page.power-producers .box_2{width:25.58rem;height:2.52rem;margin:1rem 0 0 2.8rem}.page.power-producers .image_2{width:2.36rem;height:2.36rem}.page.power-producers .text-wrapper_2{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_11{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_12{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .image_3{width:2.36rem;height:2.36rem;margin-left:2.38rem}.page.power-producers .text-wrapper_3{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_13{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_14{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .box_3{width:25.46rem;height:2.52rem;margin:1rem 0 0 2.92rem}.page.power-producers .image_4{width:2.36rem;height:2.36rem}.page.power-producers .text-group_1{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_15{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_16{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .image_5{width:2.36rem;height:2.36rem;margin-left:2.26rem}.page.power-producers .text-group_2{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_17{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_18{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .box_4{width:25.46rem;height:2.52rem;margin:1rem 0 1.76rem 2.92rem}.page.power-producers .image_6{width:2.36rem;height:2.36rem}.page.power-producers .text-group_3{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_19{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_20{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .image_7{width:2.36rem;height:2.36rem;margin-left:2.26rem}.page.power-producers .text-group_4{width:8.42rem;height:2.52rem;margin-left:.82rem}.page.power-producers .text_21{width:6.78rem;height:.84rem;overflow-wrap:break-word;color:#081425;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.power-producers .text_22{width:8.4rem;height:1.28rem;overflow-wrap:break-word;color:#081425;font-size:.4rem;font-weight:400;text-align:left;line-height:.64rem;margin:.4rem 0 0 .02rem}.page.power-producers .group_3{flex-shrink:0}.page.power-producers .group_4{background-color:#fff;width:100%;max-width:100%;height:auto}.page.power-producers .block_3{width:38.2rem;height:10.26rem;margin-left:4.32rem}.page.power-producers .text-group_5{width:12.44rem;height:6.72rem;margin-top:3.26rem}.page.power-producers .text_23{width:12.44rem;height:1.4rem;overflow-wrap:break-word;color:#081425;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem}.page.power-producers .text_24{width:12.42rem;height:4.8rem;overflow-wrap:break-word;color:#081425;font-size:.48rem;font-weight:400;text-align:left;line-height:.8rem;margin:.52rem 0 0 .02rem}.page.power-producers .text-wrapper_4{width:18rem;height:6.72rem;margin:3.26rem 0 0 3.5rem}.page.power-producers .text_25{width:18rem;height:1.4rem;overflow-wrap:break-word;color:#081425;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem}.page.power-producers .text_26{width:12.42rem;height:4.8rem;overflow-wrap:break-word;color:#081425;font-size:.48rem;font-weight:400;text-align:left;line-height:.8rem;margin:.52rem 0 0 .02rem}.page.power-producers .image_8{width:7.3rem;height:10.26rem;margin-left:-3.04rem}.page.power-producers .block_4{width:33.94rem;height:.02rem;background:linear-gradient(90deg,#36cf7659,#217df059);margin:1.76rem 0 0 4.32rem}.page.power-producers .text_27{width:12.9rem;height:1.4rem;overflow-wrap:break-word;color:#081425;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem;margin:.6rem 0 0 4.32rem}.page.power-producers .block_5{width:34.2rem;height:2.78rem;margin:.42rem 0 0 4.2rem}.page.power-producers .image_9{width:2.4rem;height:2.4rem;margin-top:.12rem}.page.power-producers .text-wrapper_5{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_28{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_29{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .image_10{width:2.4rem;height:2.4rem;margin:.12rem 0 0 2.54rem}.page.power-producers .text-group_6{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_30{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_31{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .image_11{width:2.4rem;height:2.4rem;margin:.12rem 0 0 1.24rem}.page.power-producers .text-group_7{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_32{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_33{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .block_6{width:34.2rem;height:2.78rem;margin:1.54rem 0 2.38rem 4.2rem}.page.power-producers .image_12{width:2.4rem;height:2.4rem;margin-top:.12rem}.page.power-producers .text-group_8{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_34{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_35{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .image_13{width:2.4rem;height:2.4rem;margin:.12rem 0 0 2.54rem}.page.power-producers .text-group_9{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_36{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_37{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .image_14{width:2.4rem;height:2.4rem;margin:.12rem 0 0 1.24rem}.page.power-producers .text-group_10{width:7rem;height:2.78rem;margin-left:.74rem}.page.power-producers .text_38{width:2.18rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_39{width:7rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.18rem}.page.power-producers .group_5{position:relative;width:42.52rem;height:auto}.page.power-producers .block_7{background-color:#f6f6f6;height:14.18rem;width:42.52rem}.page.power-producers .box_5{width:40.86rem;height:10.32rem;margin-left:1.66rem}.page.power-producers .group_6{width:15.28rem;height:7.38rem;margin-top:2.72rem}.page.power-producers .text_40{width:15.28rem;height:6.64rem;overflow-wrap:break-word;color:#111827;font-size:1.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.66rem}.page.power-producers .image_15{width:7.3rem;height:.02rem;margin:.72rem 0 0 .14rem}.page.power-producers .text-wrapper_6{width:1.2rem;height:8.36rem;margin:1.96rem 0 0 1.46rem}.page.power-producers .text_41{width:.82rem;height:2.8rem;overflow-wrap:break-word;color:#0b69be;font-size:2rem;font-weight:400;text-align:left;white-space:nowrap;line-height:2.8rem}.page.power-producers .text_42{width:1.2rem;height:2.8rem;overflow-wrap:break-word;color:#0b69be;font-size:2rem;font-weight:400;text-align:left;white-space:nowrap;line-height:2.8rem;margin-top:2.76rem}.page.power-producers .group_7{width:5.62rem;height:7.08rem;margin:2.66rem 0 0 .6rem}.page.power-producers .text_43{width:5.46rem;height:1.52rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.76rem;margin-left:.16rem}.page.power-producers .image_16{width:1.68rem;height:1.68rem;margin-top:.66rem}.page.power-producers .text_44{width:5.46rem;height:1.52rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.76rem;margin:1.7rem 0 0 .16rem}.page.power-producers .text-wrapper_7{width:1.2rem;height:8.36rem;margin:1.96rem 0 0 3.08rem}.page.power-producers .text_45{width:1.2rem;height:2.8rem;overflow-wrap:break-word;color:#0b69be;font-size:2rem;font-weight:400;text-align:left;white-space:nowrap;line-height:2.8rem}.page.power-producers .text_46{width:1.2rem;height:2.8rem;overflow-wrap:break-word;color:#0b69be;font-size:2rem;font-weight:400;text-align:left;white-space:nowrap;line-height:2.8rem;margin-top:2.76rem}.page.power-producers .group_8{width:5.62rem;height:7.08rem;margin:2.66rem 0 0 .6rem}.page.power-producers .text_47{width:5.46rem;height:1.52rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.76rem;margin-left:.16rem}.page.power-producers .image_17{width:1.68rem;height:1.68rem;margin-top:.66rem}.page.power-producers .text_48{width:5.46rem;height:1.52rem;overflow-wrap:break-word;color:#000;font-size:.4rem;font-weight:400;text-align:left;line-height:.76rem;margin:1.7rem 0 0 .16rem}.page.power-producers .image_18{width:6.12rem;height:8.92rem;margin-left:.08rem}.page.power-producers .image-wrapper_1{width:12.18rem;height:1.68rem;margin:.08rem 0 2.1rem 20.2rem}.page.power-producers .image_19,.page.power-producers .image_20{width:1.68rem;height:1.68rem}.page.power-producers .text_49{width:1.04rem;height:.6rem;overflow-wrap:break-word;color:#10b981;font-size:.44rem;letter-spacing:.044rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.6rem;margin:3.74rem 0 0 3.42rem}.page.power-producers .text_50{width:21.42rem;height:2.24rem;overflow-wrap:break-word;color:#081425;font-size:1.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:2.24rem;margin:-.08rem 0 0 3.42rem}.page.power-producers .block_8{background-color:#fffefe;border-radius:.4rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204);margin:.98rem 0 0 3.42rem}.page.power-producers .image_21{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_11{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_51{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_52{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .block_9{background-color:#fffefe;border-radius:.4rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204);margin:.48rem 0 0 3.42rem}.page.power-producers .image_22{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_12{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_53{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_54{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .block_10{width:34.16rem;height:4.82rem;margin:.48rem 0 0 3.42rem}.page.power-producers .group_9{background-color:#fffefe;border-radius:.4rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204)}.page.power-producers .image_23{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_13{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_55{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_56{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .group_10{background-color:#fffefe;border-radius:.4rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204)}.page.power-producers .image_24{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_14{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_57{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_58{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .block_11{width:38.84rem;height:20.68rem;margin:.1rem 0 0 3.68rem}.page.power-producers .box_6{width:20.18rem;height:16.8rem;margin-top:3.88rem}.page.power-producers .text_59{width:3.32rem;height:.6rem;overflow-wrap:break-word;color:#10b981;font-size:.44rem;letter-spacing:.044rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.6rem}.page.power-producers .paragraph_1{width:18.84rem;height:3.88rem;overflow-wrap:break-word;color:#081425;font-size:1.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.94rem;margin-top:.08rem}.page.power-producers .text_60{width:20.18rem;height:2.4rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;line-height:.8rem;margin-top:.12rem}.page.power-producers .group_11{background-color:#fff;border-radius:.44rem;height:9rem;border:.04rem solid rgb(4,160,64);width:16.48rem;margin:.72rem 0 0 .58rem}.page.power-producers .block_12{width:12.7rem;height:1.44rem;margin:.56rem 0 0 1.14rem}.page.power-producers .image_25{width:1.44rem;height:1.44rem}.page.power-producers .text_61{width:10.56rem;height:.84rem;overflow-wrap:break-word;color:#10b551;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.84rem;margin-top:.42rem}.page.power-producers .block_13{width:10.72rem;height:.8rem;margin:.66rem 0 0 1.46rem}.page.power-producers .label_1{width:.8rem;height:.8rem}.page.power-producers .text_62{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .block_14{width:10.72rem;height:.8rem;margin:.68rem 0 0 1.46rem}.page.power-producers .label_2{width:.8rem;height:.8rem}.page.power-producers .text_63{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .block_15{width:10.72rem;height:.8rem;margin:.68rem 0 0 1.46rem}.page.power-producers .label_3{width:.8rem;height:.8rem}.page.power-producers .text_64{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .block_16{width:10.72rem;height:.8rem;margin:.68rem 0 1.1rem 1.46rem}.page.power-producers .label_4{width:.8rem;height:.8rem}.page.power-producers .text_65{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .box_7{height:16.38rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngadb918466b2c20b2f5027b5e5bc56d8ab40e5b47760cb0284bd898e98ee13275) 100% no-repeat;background-size:100% 100%;width:11.44rem}.page.power-producers .group_12{background-color:#fff;border-radius:.44rem;height:9rem;border:.04rem solid rgb(2,88,230);width:16.48rem;margin:11.68rem 0 0 -9.34rem}.page.power-producers .section_2{width:12.7rem;height:1.44rem;margin:.56rem 0 0 1.14rem}.page.power-producers .image_26{width:1.44rem;height:1.44rem}.page.power-producers .text_66{width:10.56rem;height:.84rem;overflow-wrap:break-word;color:#0258e6;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.84rem;margin-top:.42rem}.page.power-producers .section_3{width:10.72rem;height:.8rem;margin:.66rem 0 0 1.46rem}.page.power-producers .label_5{width:.8rem;height:.8rem}.page.power-producers .text_67{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .section_4{width:10.72rem;height:.8rem;margin:.68rem 0 0 1.46rem}.page.power-producers .label_6{width:.8rem;height:.8rem}.page.power-producers .text_68{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .section_5{width:10.72rem;height:.8rem;margin:.68rem 0 0 1.46rem}.page.power-producers .label_7{width:.8rem;height:.8rem}.page.power-producers .text_69{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .section_6{width:10.72rem;height:.8rem;margin:.68rem 0 1.1rem 1.46rem}.page.power-producers .label_8{width:.8rem;height:.8rem}.page.power-producers .text_70{width:8.9rem;height:.66rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;white-space:nowrap;line-height:.66rem;margin-top:.08rem}.page.power-producers .block_17{width:33.96rem;height:2.2rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng8b0c90848188f19fd906bcc27d0ccc7bdf99b9b0bb989a68af29d831b2250ead) 100% no-repeat;background-size:100% 100%;margin:1.44rem 0 0 4.28rem}.page.power-producers .image_27{width:1.28rem;height:1.28rem;margin:.46rem 0 0 8.3rem}.page.power-producers .text_71{width:15.24rem;height:.74rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem;margin:.72rem 8.3rem 0 0}.page.power-producers .image_28{width:42.52rem;height:12.5rem;margin:.84rem 0 .02rem}.page.power-producers .block_18{height:14.68rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng0e48f7b1c33fec6b9007546c3752c076e8c6b3647d476d89b59686549880b2a0) 100% no-repeat;background-size:100% 100%;width:12.6rem;position:absolute;left:29.92rem;top:14.14rem}.page.power-producers .box_8{background-color:#fffefe;border-radius:.4rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204);margin:7.52rem 0 0 -9.12rem}.page.power-producers .image_29{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_15{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_72{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_73{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .block_19{background-color:#fffefe;border-radius:.4rem;position:absolute;left:20.8rem;top:26.96rem;width:16.78rem;height:4.82rem;border:.04rem solid rgb(204,204,204)}.page.power-producers .image_30{width:2.32rem;height:2.32rem;margin:.92rem 0 0 .92rem}.page.power-producers .text-group_16{width:9.16rem;height:2.46rem;margin:1.02rem 3.44rem 0 .94rem}.page.power-producers .text_74{width:8.4rem;height:.8rem;overflow-wrap:break-word;color:#183734;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.power-producers .text_75{width:9.16rem;height:1.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.26rem}.page.power-producers .pp-partner{position:relative;box-sizing:border-box;width:42.52rem;background-color:#fdfdfd;overflow:hidden}.page.power-producers .pp-partner__inner{position:relative;z-index:1;max-width:29.84rem;padding:4.06rem 0 1.76rem 2.92rem}.page.power-producers .pp-partner__label{color:#10b981;font-size:.44rem;letter-spacing:.044rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.6rem;text-transform:uppercase}.page.power-producers .pp-partner__title{margin:-.14rem 0 0;max-width:22.1rem;color:#081425;font-size:1.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.4}.page.power-producers .pp-partner__desc{margin:.18rem 0 0;max-width:19.78rem;color:#081425;font-size:.6rem;font-weight:400;line-height:.94rem}.page.power-producers .pp-partner__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.38rem;row-gap:1rem;margin-top:1rem;max-width:25.58rem}.page.power-producers .pp-partner__item{display:flex;flex-direction:row;align-items:flex-start;gap:.82rem;min-width:0}.page.power-producers .pp-partner__icon{width:2.36rem;height:2.36rem;flex-shrink:0}.page.power-producers .pp-partner__text{min-width:0;padding-top:.04rem}.page.power-producers .pp-partner__item-title{margin:0;color:#081425;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.84rem}.page.power-producers .pp-partner__item-desc{margin:.4rem 0 0;color:#081425;font-size:.4rem;font-weight:400;line-height:.64rem}.page.power-producers .pp-partner__deco{position:absolute;top:.8rem;right:0;width:12.68rem;height:16.38rem;background-position:center;background-size:contain;background-repeat:no-repeat;pointer-events:none;z-index:0}@media (max-width: 900px){.page.power-producers .pp-partner{width:100%!important;max-width:100%!important}.page.power-producers .pp-partner .pp-partner__inner{max-width:100%!important;padding:1.4rem .85rem 1rem!important}.page.power-producers .pp-partner .pp-partner__title,.page.power-producers .pp-partner .pp-partner__desc{max-width:100%!important}.page.power-producers .pp-partner .pp-partner__title{font-size:1rem!important}.page.power-producers .pp-partner .pp-partner__grid{grid-template-columns:1fr!important}.page.power-producers .pp-partner .pp-partner__deco{display:none!important}}.page.power-producers .pp-accomplish{margin:0 4.2rem 2.38rem;padding-top:.6rem}.page.power-producers .pp-accomplish__title{margin:0 0 .56rem .12rem;color:#081425;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1rem;font-weight:600;line-height:1.35;letter-spacing:-.02em}.page.power-producers .pp-accomplish__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.2rem;row-gap:1.54rem}.page.power-producers .pp-accomplish__item{display:flex;flex-direction:row;align-items:flex-start;gap:.74rem;min-width:0}.page.power-producers .pp-accomplish__icon{width:2.4rem;height:2.4rem;flex-shrink:0;margin-top:.08rem;object-fit:contain}.page.power-producers .pp-accomplish__text{flex:1;min-width:0}.page.power-producers .pp-accomplish__name{margin:0;color:#183734;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.56rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.page.power-producers .pp-accomplish__desc{margin:.2rem 0 0;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.42rem;font-weight:400;line-height:1.5}@media (max-width: 900px){.page.power-producers .pp-accomplish{margin:0 .85rem 1.2rem!important}.page.power-producers .pp-accomplish .pp-accomplish__grid{grid-template-columns:1fr!important}}.page.power-producers .pp-steps{position:relative;box-sizing:border-box;width:100%;padding:2.4rem 1.66rem;background-color:#f5f6f7}.page.power-producers .pp-steps:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35;background-size:8rem 8rem;background-repeat:repeat;pointer-events:none}.page.power-producers .pp-steps__inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;gap:1.2rem;max-width:38.4rem;margin:0 auto}.page.power-producers .pp-steps__intro{flex:0 0 38%;max-width:12.8rem;padding-top:.2rem}.page.power-producers .pp-steps__title{color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.42rem;font-weight:700;line-height:1.28;letter-spacing:-.02em;overflow-wrap:break-word;word-break:normal;text-align:left}.page.power-producers .pp-steps__line{width:7.2rem;max-width:100%;height:.06rem;margin:.72rem 0 0;border-radius:.03rem;background:linear-gradient(90deg,#217df0,#36cf76)}.page.power-producers .pp-steps__main{position:relative;display:flex;flex:1;flex-direction:row;align-items:flex-start;min-width:0}.page.power-producers .pp-steps__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));flex:1;min-width:0}.page.power-producers .pp-steps__cell{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:.88rem .72rem 1rem;box-sizing:border-box}.page.power-producers .pp-steps__head{display:flex;flex-direction:row;align-items:flex-start;gap:.2rem;width:100%}.page.power-producers .pp-steps__num{color:#0b69be;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.84rem;font-weight:600;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap;flex-shrink:0;min-width:1.1rem}.page.power-producers .pp-steps__desc{flex:1;min-width:0;margin:.12rem 0 0;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.6rem;font-weight:400;line-height:1.48}.page.power-producers .pp-steps__icon-wrap{display:flex;align-items:center;justify-content:center;width:1.88rem;height:1.88rem;margin:.56rem 0 0 .08rem;border:.06rem solid #36cf76;border-radius:50%;background:#ffffffb8;box-sizing:border-box}.page.power-producers .pp-steps__icon{width:1.12rem;height:1.12rem;object-fit:contain}.page.power-producers .pp-steps__watermark{position:absolute;right:-.4rem;top:.2rem;width:5.8rem;height:auto;opacity:.14;pointer-events:none;object-fit:contain}@media (max-width: 900px){.page.power-producers .pp-steps{padding:1.2rem .85rem 1.4rem!important;overflow:hidden}.page.power-producers .pp-steps .pp-steps__inner{display:flex!important;flex-direction:column!important;align-items:stretch!important;max-width:100%!important;width:100%!important;gap:.9rem!important}.page.power-producers .pp-steps .pp-steps__intro{flex:none!important;max-width:100%!important;width:100%!important}.page.power-producers .pp-steps .pp-steps__title{font-size:.88rem!important;line-height:1.3!important;white-space:normal!important;overflow-wrap:break-word;word-break:normal}.page.power-producers .pp-steps .pp-steps__line{width:3.6rem;margin-top:.45rem}.page.power-producers .pp-steps .pp-steps__main{display:block!important;width:100%!important;min-width:0!important}.page.power-producers .pp-steps .pp-steps__grid{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:.85rem}.page.power-producers .pp-steps .pp-steps__cell{display:flex!important;flex-wrap:wrap;flex-direction:row;align-items:center;gap:.2rem .28rem;width:100%!important;max-width:100%!important;padding:.7rem .75rem!important;box-sizing:border-box;background:#fff;border:.02rem solid rgba(15,23,42,.08);border-radius:.28rem}.page.power-producers .pp-steps .pp-steps__head{display:contents!important}.page.power-producers .pp-steps .pp-steps__num{order:1;font-size:1.05rem!important;min-width:0!important;line-height:1!important;margin:0!important}.page.power-producers .pp-steps .pp-steps__icon-wrap{order:2;width:1.5rem!important;height:1.5rem!important;margin:0!important}.page.power-producers .pp-steps .pp-steps__desc{order:3;flex:1 1 100%!important;min-width:0!important;width:100%!important;max-width:100%!important;margin:.12rem 0 0!important;font-size:.44rem!important;line-height:1.45!important;white-space:normal!important;overflow-wrap:break-word;word-break:normal}.page.power-producers .pp-steps .pp-steps__icon{width:.9rem!important;height:.9rem!important}.page.power-producers .pp-steps .pp-steps__watermark{display:none!important}}.page.power-producers .pp-faq{position:relative;padding:3.74rem 3.42rem 1rem;box-sizing:border-box;overflow:visible}.page.power-producers .pp-faq__label{color:#10b981;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.44rem;font-weight:600;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.page.power-producers .pp-faq__title{margin:.12rem 0 0;color:#081425;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.25;letter-spacing:-.02em}.page.power-producers .pp-faq__wrap{position:relative;margin-top:.98rem;width:34.16rem;overflow:visible}.page.power-producers .pp-faq__grid{display:grid;grid-template-columns:repeat(2,16.78rem);column-gap:.6rem;row-gap:.48rem;position:relative;z-index:1}.page.power-producers .pp-faq__card{display:flex;flex-direction:row;align-items:flex-start;box-sizing:border-box;width:16.78rem;min-height:4.82rem;padding:.92rem .94rem .92rem .92rem;background-color:#fffefe;border:.04rem solid #e2e2e2;border-radius:.4rem}.page.power-producers .pp-faq__icon{width:2.32rem;height:2.32rem;flex-shrink:0;object-fit:contain}.page.power-producers .pp-faq__text{flex:1;min-width:0;margin-left:.94rem;padding-top:.06rem}.page.power-producers .pp-faq__question{margin:0;color:#183734;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.56rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.page.power-producers .pp-faq__answer{margin:.24rem 0 0;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.44rem;font-weight:400;line-height:1.5}.page.power-producers .pp-faq__deco{position:absolute;top:.6rem;right:-4.94rem;width:12.6rem;height:14.68rem;background:url(/assets/yz-CvuSLtze.png) 100%/contain no-repeat;pointer-events:none;z-index:0}@media (max-width: 900px){.page.power-producers .pp-faq{padding:1.4rem .85rem 1rem!important}.page.power-producers .pp-faq .pp-faq__title{font-size:1rem!important}.page.power-producers .pp-faq .pp-faq__wrap{width:100%!important;max-width:100%!important}.page.power-producers .pp-faq .pp-faq__grid{grid-template-columns:1fr!important;width:100%!important}.page.power-producers .pp-faq .pp-faq__card{width:100%!important;max-width:100%!important}.page.power-producers .pp-faq .pp-faq__deco{display:none!important}}.page.power-producers .pp-project-fit{position:relative;padding:.6rem 3.68rem 0;box-sizing:border-box;overflow:visible;background-color:#fafbfc}.page.power-producers .pp-project-fit:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.22;background-size:7rem 7rem;background-repeat:repeat;pointer-events:none}.page.power-producers .pp-project-fit__label,.page.power-producers .pp-project-fit__title,.page.power-producers .pp-project-fit__desc,.page.power-producers .pp-project-fit__row,.page.power-producers .pp-project-fit__banner{position:relative;z-index:1}.page.power-producers .pp-project-fit__label{color:#10b981;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.44rem;font-weight:600;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.page.power-producers .pp-project-fit__title{margin:.12rem 0 0;max-width:18.84rem;color:#081425;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.6rem;font-weight:600;line-height:1.25;letter-spacing:-.02em}.page.power-producers .pp-project-fit__desc{margin:.2rem 0 0;max-width:20.18rem;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.48rem;font-weight:400;line-height:1.55}.page.power-producers .pp-project-fit__row{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:1rem;margin-top:.72rem;width:34.54rem;overflow:visible}.page.power-producers .pp-project-fit__card{box-sizing:border-box;width:16.48rem;padding:.56rem 1.14rem .72rem;background-color:#fff;border-radius:.44rem;position:relative;z-index:1}.page.power-producers .pp-project-fit__card ul{margin:0;padding:0;list-style:none}.page.power-producers .pp-project-fit__card--green{border:.04rem solid #a8d5ba;margin-left:.58rem}.page.power-producers .pp-project-fit__card--blue{border:.04rem solid #b8d0eb}.page.power-producers .pp-project-fit__card-head{display:flex;flex-direction:row;align-items:center;gap:.5rem;padding-bottom:.24rem}.page.power-producers .pp-project-fit__card-icon{width:1.44rem;height:1.44rem;flex-shrink:0;object-fit:contain}.page.power-producers .pp-project-fit__card-title{margin:0;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.6rem;font-weight:600;line-height:1.35;letter-spacing:-.01em}.pp-project-fit__card--green .page.power-producers .pp-project-fit__card-title{color:#16b551}.pp-project-fit__card--blue .page.power-producers .pp-project-fit__card-title{color:#0258e6}.page.power-producers .pp-project-fit__item{display:flex;flex-direction:row;align-items:center;gap:.36rem;padding:.56rem 0;border-bottom:.02rem solid rgba(15,23,42,.08)}.page.power-producers .pp-project-fit__item:last-child{border-bottom:none;padding-bottom:.16rem}.page.power-producers .pp-project-fit__item-icon{width:.84rem;height:.84rem;flex-shrink:0;object-fit:contain}.page.power-producers .pp-project-fit__item-text{flex:1;min-width:0;color:#3d4a5c;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.48rem;font-weight:400;line-height:1.45}.page.power-producers .pp-project-fit__deco{position:absolute;top:-1.6rem;right:-3.2rem;width:10.8rem;height:auto;opacity:.16;pointer-events:none;z-index:0;object-fit:contain}.page.power-producers .pp-project-fit__banner{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;width:33.96rem;min-height:2.2rem;padding:.4rem 1rem;margin:1.44rem 0 0 .6rem;border-radius:.44rem;background:#e9f2f9;box-sizing:border-box}.page.power-producers .pp-project-fit__banner-icon{width:1.28rem;height:1.28rem;flex-shrink:0;object-fit:contain}.page.power-producers .pp-project-fit__banner-text{margin:0;color:#232223;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.52rem;font-weight:400;line-height:1.35;letter-spacing:-.01em}.page.power-producers .pp-project-fit__banner-lead{font-weight:700}@media (max-width: 900px){.page.power-producers .pp-project-fit{padding:.6rem .85rem 0!important}.page.power-producers .pp-project-fit .pp-project-fit__title,.page.power-producers .pp-project-fit .pp-project-fit__desc{max-width:100%!important}.page.power-producers .pp-project-fit .pp-project-fit__title{font-size:1rem!important}.page.power-producers .pp-project-fit .pp-project-fit__row{flex-direction:column!important;width:100%!important;max-width:100%!important;gap:.7rem!important}.page.power-producers .pp-project-fit .pp-project-fit__card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.page.power-producers .pp-project-fit .pp-project-fit__banner{width:100%!important;max-width:100%!important;margin:.9rem 0 0!important;padding:.7rem .85rem!important;flex-direction:column!important;box-sizing:border-box}}.page.power-producers .pp-hero{position:relative;width:100%;height:23.92rem;overflow:hidden;isolation:isolate;flex-shrink:0}.page.power-producers .pp-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none}.page.power-producers .pp-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:1.6rem 2rem 2rem;box-sizing:border-box;background:linear-gradient(180deg,#0814252e,#08142552 48%,#0814256b);pointer-events:none}.page.power-producers .pp-hero__content{width:100%;max-width:34rem;text-align:center;pointer-events:auto}.page.power-producers .pp-hero__title{margin:0;color:#fff;font-size:3rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.06;letter-spacing:-.02rem}.page.power-producers .pp-hero__desc{margin:.84rem auto 0;max-width:21.6rem;color:#fffffff0;font-size:.6rem;font-weight:400;line-height:.72rem}.page.power-producers .pp-hero__highlights{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;margin:1.48rem 0 0;padding:0;list-style:none}.page.power-producers .pp-hero__highlight{display:flex;align-items:center;min-width:0}.page.power-producers .pp-hero__divider{flex-shrink:0;width:.02rem;height:.4rem;margin:0 .48rem;background:#ffffff6b}.page.power-producers .pp-hero__highlight-icon{display:flex;flex-shrink:0;color:#36cf76}.page.power-producers .pp-hero__highlight-icon svg{width:1.5rem;height:1.5rem}.page.power-producers .pp-hero__highlight-text{margin-left:.16rem;color:#fff;font-size:.44rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.64rem;white-space:nowrap}@media (max-width: 900px){.page.power-producers .pp-hero{height:auto!important;min-height:15rem;width:100%!important}.page.power-producers .pp-hero .pp-hero__overlay{padding:3.2rem .85rem 1.4rem!important}.page.power-producers .pp-hero .pp-hero__content{max-width:100%!important}.page.power-producers .pp-hero .pp-hero__title{font-size:1.05rem!important;white-space:normal!important;line-height:1.2!important}.page.power-producers .pp-hero .pp-hero__desc{max-width:100%!important;font-size:.46rem!important;line-height:1.45!important}.page.power-producers .pp-hero .pp-hero__highlight-text{white-space:normal!important}}.page.power-producers .group_3.pp-carousel{position:relative;display:block;flex-shrink:0;width:100%;max-width:100%;margin:0;height:auto;aspect-ratio:1672/941;overflow:hidden;isolation:isolate;background:#0a1425}.page.power-producers .group_3.pp-carousel .pp-carousel__viewport{width:100%;height:100%;overflow:hidden}.page.power-producers .group_3.pp-carousel .pp-carousel__track{display:flex;flex-direction:row;height:100%;margin:0;padding:0;list-style:none;transition:transform .6s ease;will-change:transform}.page.power-producers .group_3.pp-carousel .pp-carousel__slide{height:100%;min-width:0;overflow:hidden}.page.power-producers .group_3.pp-carousel .pp-carousel__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none}.page.power-producers .group_3.pp-carousel .pp-carousel__dots{position:absolute;left:50%;bottom:.72rem;z-index:2;display:flex;align-items:center;gap:.28rem;transform:translate(-50%)}.page.power-producers .group_3.pp-carousel .pp-carousel__dot{width:.28rem;height:.28rem;padding:0;border:none;border-radius:50%;background:#ffffff73;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.page.power-producers .group_3.pp-carousel .pp-carousel__dot:hover{background:#ffffffbf}.page.power-producers .group_3.pp-carousel .pp-carousel__dot--active{background:#fff;transform:scale(1.2)}.page.power-producers{width:100%;max-width:100%;height:auto!important;min-height:0!important;overflow:visible!important;overflow-x:clip;padding-bottom:0;margin-bottom:0;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.page.power-producers .group_4{width:100%!important;max-width:100%;height:auto!important;padding-bottom:0}.page.power-producers .group_5{height:auto!important;min-height:0!important;padding-bottom:0;margin-bottom:0;overflow:visible}.page.power-producers .group_5 .block_8,.page.power-producers .group_5 .block_9,.page.power-producers .group_5 .block_10,.page.power-producers .group_5 .block_18,.page.power-producers .group_5 .block_19{align-items:flex-start}.page.power-producers .group_5 .pp-faq+.pp-project-fit{margin-top:0}.page.power-producers .group_5 .pp-project-fit{padding-bottom:0;margin-bottom:0}@media (max-width: 900px){.page.power-producers{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box}.page.power-producers .pp-compare,.page.power-producers .pp-steps,.page.power-producers .pp-faq,.page.power-producers .pp-project-fit,.page.power-producers .pp-partner,.page.power-producers .pp-accomplish,.page.power-producers .pp-hero,.page.power-producers .group_4,.page.power-producers .group_5{width:100%!important;max-width:100%!important;box-sizing:border-box}.page.power-producers .pp-compare__content,.page.power-producers .pp-faq__wrap,.page.power-producers .pp-faq__grid,.page.power-producers .pp-faq__card,.page.power-producers .pp-project-fit__row,.page.power-producers .pp-project-fit__card,.page.power-producers .pp-partner__inner,.page.power-producers .pp-accomplish,.page.power-producers .image_1,.page.power-producers .group_2,.page.power-producers .section_1{width:100%!important;max-width:100%!important}}@media (max-width: 900px){.page.power-producers{width:100%!important;max-width:100%!important;overflow-x:hidden}.page.power-producers [class*=paragraph_],.page.power-producers [class*=text_],.page.power-producers [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word}.page.power-producers .pp-hero{height:auto!important;min-height:16rem}.page.power-producers .pp-hero__overlay{padding:3.2rem .9rem 1.4rem}.page.power-producers .pp-hero__content{max-width:100%}.page.power-producers .pp-hero__title{font-size:1.15rem!important;white-space:normal!important;line-height:1.2}.page.power-producers .pp-hero__desc{max-width:100%!important;font-size:.48rem;line-height:1.45}.page.power-producers .pp-hero__highlights{margin-top:.9rem;flex-wrap:wrap;gap:.4rem}.page.power-producers .pp-hero__highlight-text{white-space:normal!important}.page.power-producers .pp-compare{padding:1.4rem .9rem 0!important}.page.power-producers .pp-compare__content{flex-direction:column!important;gap:.8rem!important;max-width:100%!important}.page.power-producers .pp-compare__col,.page.power-producers .pp-compare__col--wide{max-width:100%!important;width:100%}.page.power-producers .pp-steps{padding:1.4rem .9rem!important}.page.power-producers .pp-steps__inner{flex-direction:column!important;max-width:100%!important;gap:1rem!important}.page.power-producers .pp-steps__intro{flex:none!important;max-width:100%!important;width:100%}.page.power-producers .pp-steps__title{font-size:1.05rem!important;max-width:100%;overflow-wrap:break-word;word-break:normal}.page.power-producers .pp-steps__line{width:4rem}.page.power-producers .pp-steps__main{width:100%;flex-direction:column!important}.page.power-producers .pp-steps__grid{grid-template-columns:1fr!important;width:100%;gap:.85rem}.page.power-producers .pp-steps__cell{display:flex!important;flex-wrap:wrap;flex-direction:row;align-items:center;gap:.2rem .28rem;padding:.7rem .75rem!important;background:#fff;border:.02rem solid rgba(15,23,42,.08);border-radius:.28rem}.page.power-producers .pp-steps__head{display:contents!important}.page.power-producers .pp-steps__num{order:1;font-size:1.05rem!important;min-width:0!important;line-height:1!important;margin:0!important}.page.power-producers .pp-steps__icon-wrap{order:2;margin:0!important}.page.power-producers .pp-steps__desc{order:3;flex:1 1 100%!important;width:100%!important;margin:.12rem 0 0!important;font-size:.48rem;white-space:normal!important;overflow-wrap:break-word;word-break:normal}.page.power-producers .pp-steps__watermark{display:none}.page.power-producers .pp-faq{padding:1.6rem .9rem 1rem!important}.page.power-producers .pp-faq__title{font-size:1.1rem!important}.page.power-producers .pp-faq__wrap{width:100%!important}.page.power-producers .pp-faq__grid{grid-template-columns:1fr!important;width:100%}.page.power-producers .pp-faq__card{width:100%!important}.page.power-producers .pp-project-fit{padding:.6rem .9rem 0!important}.page.power-producers .pp-project-fit__title,.page.power-producers .pp-project-fit__desc{max-width:100%!important}.page.power-producers .pp-project-fit__title{font-size:1.1rem!important}.page.power-producers .pp-project-fit__row{flex-direction:column!important;width:100%!important;gap:.7rem!important}.page.power-producers .pp-project-fit__card{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.page.power-producers .pp-project-fit__banner{width:100%!important;max-width:100%!important;margin:.9rem 0 0!important;padding:.7rem .85rem!important;box-sizing:border-box}.page.power-producers .pp-partner{width:100%!important}.page.power-producers .pp-partner__inner{max-width:100%!important;padding:1.6rem .9rem 1rem!important}.page.power-producers .pp-partner__title,.page.power-producers .pp-partner__desc{max-width:100%!important}.page.power-producers .pp-partner__title{font-size:1.1rem!important}.page.power-producers .pp-partner__grid{grid-template-columns:1fr!important;column-gap:0!important}.page.power-producers .pp-accomplish{margin:0 .9rem 1.4rem!important}.page.power-producers .pp-accomplish__grid{grid-template-columns:1fr!important}.page.power-producers .pp-carousel__viewport{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.page.power-producers .pp-hero__title{font-size:1rem!important}}.page.page--ai .ai-hero{position:relative;width:100%;aspect-ratio:1920/881;min-height:18rem;overflow:hidden;isolation:isolate;flex-shrink:0}.page.page--ai .ai-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.page.page--ai .ai-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;padding:1.2rem 1.6rem;box-sizing:border-box;background:linear-gradient(180deg,#0814251f,#08142538 45%,#08142557)}.page.page--ai .ai-hero__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:33rem}.page.page--ai .ai-hero__logo{width:2.34rem;height:auto;object-fit:contain}.page.page--ai .ai-hero__title{display:flex;flex-direction:column;align-items:center;gap:.12rem;margin:.78rem 0 0;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:2.58rem;font-weight:700;line-height:1.05;letter-spacing:.06em;text-transform:uppercase}.page.page--ai .ai-hero__icons{display:flex;align-items:center;justify-content:center;gap:1.08rem;margin:1.08rem 0 0;padding:0;list-style:none}.page.page--ai .ai-hero__icon{width:1.08rem;height:1.08rem;object-fit:contain}.page.page--ai .ai-hero__tagline{margin:1.02rem 0 0;color:#fffffff5;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.87rem;font-weight:600;line-height:1.35;letter-spacing:.01em}.page.page--ai .ai-hero__desc{margin:.54rem 0 0;max-width:25.2rem;color:#ffffffe6;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.66rem;font-weight:400;line-height:1.5}@media (max-width: 900px){.page.page--ai .ai-hero{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--ai .ai-hero .ai-hero__overlay{position:relative!important;inset:auto!important;padding:3.4rem .9rem 1.4rem!important;min-height:16rem;align-items:flex-end!important;background:linear-gradient(180deg,#08142540,#0814258c,#081425c7)!important}.page.page--ai .ai-hero .ai-hero__content{max-width:100%!important}.page.page--ai .ai-hero .ai-hero__title{font-size:1.05rem!important;letter-spacing:.04em!important}.page.page--ai .ai-hero .ai-hero__tagline{font-size:.55rem!important}.page.page--ai .ai-hero .ai-hero__desc{max-width:100%!important;font-size:.45rem!important}}.page.page--ai .image_1{width:38.4rem;height:21.62rem;object-fit:cover}.page.page--ai .box_1{position:relative;width:38.4rem;height:43.32rem}.page.page--ai .text-wrapper_1{width:7.42rem;height:.32rem;margin:1.38rem 0 0 2.54rem}.page.page--ai .text_1{width:7.42rem;height:.32rem;overflow-wrap:break-word;color:#27d286;font-size:.4rem;letter-spacing:.08rem;text-transform:uppercase;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--ai .box_2{width:36.96rem;height:18.24rem;margin:.3rem 0 0 1.44rem}.page.page--ai .section_1{width:22.98rem;height:17.6rem;margin-top:.2rem}.page.page--ai .block_1{background-color:#3da562;width:.86rem;height:.12rem;margin-left:1.1rem}.page.page--ai .paragraph_1{width:21.48rem;height:4.38rem;overflow-wrap:break-word;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.44rem;margin:.32rem 0 0 1.1rem}.page.page--ai .text_2{width:18.46rem;height:2.3rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;line-height:.82rem;margin:.62rem 0 0 1.1rem}.page.page--ai .block_2{width:22.04rem;height:4.34rem;margin:.84rem 0 0 .94rem}.page.page--ai .box_3{width:10.74rem;height:3.8rem}.page.page--ai .image_2{width:8.78rem;height:2.38rem;margin-left:.86rem}.page.page--ai .section_2{width:10.74rem;height:1.14rem;margin-top:.28rem}.page.page--ai .text-group_1{width:4.08rem;height:1.14rem}.page.page--ai .text_3{width:2.64rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.72rem}.page.page--ai .text_4{width:4.08rem;height:.5rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.5rem;margin-top:.04rem}.page.page--ai .text-group_2{width:4.6rem;height:1.14rem}.page.page--ai .text_5{width:3.04rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.78rem}.page.page--ai .text_6{width:4.6rem;height:.5rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.5rem;margin-top:.04rem}.page.page--ai .image-text_1{width:3.32rem;height:4.3rem;margin:.04rem 0 0 1.5rem}.page.page--ai .image_3{width:2.38rem;height:2.38rem;margin-left:.48rem}.page.page--ai .text-group_3{width:3.32rem;height:1.64rem;margin-top:.28rem}.page.page--ai .text_7{width:2.6rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.36rem}.page.page--ai .paragraph_2{width:3.32rem;height:1rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;line-height:.5rem;margin-top:.04rem}.page.page--ai .image-text_2{width:3.48rem;height:4.3rem;margin:.04rem 0 0 3rem}.page.page--ai .image_4{width:2.36rem;height:2.38rem;margin-left:.56rem}.page.page--ai .text-group_4{width:3.48rem;height:1.64rem;margin-top:.28rem}.page.page--ai .text_8{width:3.32rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.08rem}.page.page--ai .paragraph_3{width:3.48rem;height:1rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;line-height:.5rem;margin-top:.04rem}.page.page--ai .block_3{width:22.92rem;height:4.34rem;margin-top:.34rem}.page.page--ai .image-text_3{width:5.96rem;height:3.8rem}.page.page--ai .image_5{width:2.38rem;height:2.38rem;margin-left:1.8rem}.page.page--ai .text-group_5{width:5.96rem;height:1.14rem;margin-top:.28rem}.page.page--ai .text_9{width:2.72rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:1.62rem}.page.page--ai .text_10{width:5.96rem;height:.5rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.5rem;margin-top:.04rem}.page.page--ai .image-text_4{width:4.48rem;height:3.8rem;margin-left:1.18rem}.page.page--ai .image_6{width:2.38rem;height:2.38rem;margin-left:1.06rem}.page.page--ai .text-group_6{width:4.48rem;height:1.14rem;margin-top:.28rem}.page.page--ai .text_11{width:3.88rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.3rem}.page.page--ai .text_12{width:4.48rem;height:.5rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.5rem;margin-top:.04rem}.page.page--ai .image-text_5{width:3.48rem;height:3.8rem;margin:.04rem 0 0 1.48rem}.page.page--ai .image_7{width:2.38rem;height:2.38rem;margin-left:.56rem}.page.page--ai .text-group_7{width:3.48rem;height:1.14rem;margin-top:.28rem}.page.page--ai .text_13{width:2.4rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.54rem}.page.page--ai .text_14{width:3.48rem;height:.5rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.5rem;margin-top:.04rem}.page.page--ai .image-text_6{width:3.36rem;height:4.3rem;margin:.04rem 0 0 2.98rem}.page.page--ai .image_8{width:2.38rem;height:2.38rem;margin-left:.5rem}.page.page--ai .text-group_8{width:3.36rem;height:1.64rem;margin-top:.28rem}.page.page--ai .text_15{width:2.4rem;height:.6rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:.48rem}.page.page--ai .paragraph_4{width:3.36rem;height:1rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;line-height:.5rem;margin-top:.04rem}.page.page--ai .image_9{width:12.06rem;height:18.24rem}.page.page--ai .text-wrapper_2{width:11.28rem;height:5.74rem;margin:5.96rem 0 0 25.76rem}.page.page--ai .paragraph_5{width:11.28rem;height:5.74rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem}.page.page--ai .text-wrapper_3{width:12.38rem;height:.84rem;margin:1.5rem 0 0 1.72rem}.page.page--ai .text_16{width:12.38rem;height:.84rem;overflow-wrap:break-word;color:#0f172a;font-size:.96rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.84rem}.page.page--ai .box_4{width:34.5rem;height:6.88rem;margin:1.1rem 0 1.06rem 1.72rem}.page.page--ai .image-wrapper_1{width:2.56rem;height:6.36rem;margin-top:.14rem}.page.page--ai .image_10{width:2.56rem;height:2.56rem}.page.page--ai .image_11{width:2.56rem;height:2.56rem;margin-top:1.24rem}.page.page--ai .box_5{width:7.56rem;height:6.88rem;margin-left:1.08rem}.page.page--ai .text-group_9{width:7.54rem;height:2.7rem;margin-left:.02rem}.page.page--ai .text_17{width:2.32rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem}.page.page--ai .text_18{width:7.54rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin-top:.14rem}.page.page--ai .text_19{width:4.1rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem;margin-top:1.24rem}.page.page--ai .text_20{width:6.74rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin:.38rem 0 0 .04rem}.page.page--ai .image-wrapper_2{width:2.56rem;height:6.36rem;margin:.14rem 0 0 1.46rem}.page.page--ai .image_12{width:2.56rem;height:2.56rem}.page.page--ai .image_13{width:2.56rem;height:2.56rem;margin-top:1.24rem}.page.page--ai .box_6{width:6.78rem;height:6.78rem;margin-left:1.08rem}.page.page--ai .text-group_10{width:6.78rem;height:4.46rem}.page.page--ai .text_21{width:2.42rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem;margin-left:.02rem}.page.page--ai .text_22{width:6.74rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin:.34rem 0 0 .04rem}.page.page--ai .text_23{width:2.36rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem;margin-top:1.04rem}.page.page--ai .text_24{width:6.74rem;height:1.92rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin:.4rem 0 0 .04rem}.page.page--ai .image-wrapper_3{width:2.56rem;height:6.36rem;margin:.14rem 0 0 1.02rem}.page.page--ai .image_14{width:2.56rem;height:2.56rem}.page.page--ai .image_15{width:2.56rem;height:2.56rem;margin-top:1.24rem}.page.page--ai .box_7{width:6.8rem;height:6.08rem;margin:.08rem 0 0 1.04rem}.page.page--ai .text-group_11{width:6.74rem;height:2.16rem;margin-left:.06rem}.page.page--ai .text_25{width:2.18rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem}.page.page--ai .text_26{width:6.74rem;height:1.36rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin-top:.28rem}.page.page--ai .text-group_12{width:6.78rem;height:2.14rem;margin-top:1.78rem}.page.page--ai .text_27{width:3.42rem;height:.52rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.5rem}.page.page--ai .text_28{width:6.74rem;height:1.36rem;overflow-wrap:break-word;color:#232223;font-size:.4rem;font-weight:400;text-align:left;line-height:.68rem;margin:.26rem 0 0 .04rem}.page.page--ai .box_8{position:absolute;left:.92rem;top:23.42rem;width:36.72rem;height:8.52rem}.page.page--ai .image_16{width:4.86rem;height:4.86rem;margin-top:1.8rem}.page.page--ai .paragraph_6{width:9.48rem;height:5.74rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem;margin:2.78rem 0 0 1.02rem}.page.page--ai .paragraph_7{width:7.24rem;height:2.8rem;overflow-wrap:break-word;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem;margin-left:-9.46rem}.page.page--ai .image_17{width:5.28rem;height:6.16rem;margin:1.06rem 0 0 5.08rem}.page.page--ai .text-group_13{width:11.88rem;height:8.52rem;margin-left:1.34rem}.page.page--ai .paragraph_8{width:11.86rem;height:2.8rem;overflow-wrap:break-word;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem;margin-left:.02rem}.page.page--ai .box_9{width:38.4rem;height:21.6rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngce6d3677252be39ebdc1e24c252ac6dfa2e2da50f98f0c09b3c2f7f45593e612) 100% no-repeat;background-size:100% 100%;margin-top:-.02rem}.page.page--ai .text_29{width:6.94rem;height:.32rem;overflow-wrap:break-word;color:#27d286;font-size:.4rem;letter-spacing:.08rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem;margin:1.78rem 0 0 2.24rem}.page.page--ai .box_10{background-color:#27d286;width:1.08rem;height:.14rem;margin:.72rem 0 0 2.24rem}.page.page--ai .paragraph_9{width:17.88rem;height:6.08rem;overflow-wrap:break-word;color:#fff;font-size:1.8rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:2.02rem;margin-left:2.24rem}.page.page--ai .paragraph_10{width:16.22rem;height:9.36rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-weight:400;text-align:left;line-height:.78rem;margin:.72rem 0 2.48rem 2.28rem}.page.page--ai .box_11{position:relative;width:38.4rem;height:70.44rem;margin-bottom:.02rem}.page.page--ai .text-wrapper_4{width:38.4rem;height:9.6rem;background-repeat:no-repeat;background-size:100% 100%;background-position:center;margin-top:17.58rem}.page.page--ai .paragraph_11{width:12.08rem;height:3.6rem;overflow-wrap:break-word;color:#fff;font-size:1.08rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.2rem;margin:.56rem 0 0 5.36rem}.page.page--ai .paragraph_12{width:10.5rem;height:4.2rem;overflow-wrap:break-word;color:#fff;font-size:.4rem;font-weight:400;text-align:left;line-height:.6rem;margin:.04rem 0 1.2rem 5.36rem}.page.page--ai .group_1{width:33.8rem;height:6.62rem;margin:2.14rem 0 0 2.38rem}.page.page--ai .paragraph_13{width:15.28rem;height:4.4rem;overflow-wrap:break-word;color:#0f172a;font-size:1.8rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:2.2rem;margin-top:1.94rem}.page.page--ai .text-group_14{width:15.74rem;height:6.62rem}.page.page--ai .text_30{width:15.74rem;height:2.28rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:.76rem}.page.page--ai .text_31{width:14.98rem;height:2.28rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.76rem;margin-top:.34rem}.page.page--ai .text_32{width:12.48rem;height:.72rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.76rem;margin-top:1rem}.page.page--ai .group_2{width:32.12rem;height:12.9rem;margin-left:3.32rem}.page.page--ai .image_18{width:11.06rem;height:12.9rem}.page.page--ai .text-wrapper_5{width:15.02rem;height:10.44rem}.page.page--ai .text_33{width:15rem;height:2.28rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.76rem}.page.page--ai .text_34{width:12.78rem;height:.72rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.76rem;margin:1.08rem 0 0 .02rem}.page.page--ai .text_35{width:15rem;height:2.12rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.76rem;margin:.36rem 0 0 .02rem}.page.page--ai .text_36{width:9.64rem;height:.72rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.76rem;margin:.68rem 0 0 .02rem}.page.page--ai .text_37{width:15rem;height:2.12rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.76rem;margin:.36rem 0 0 .02rem}.page.page--ai .text_38{width:6.98rem;height:.32rem;overflow-wrap:break-word;color:#27d286;font-size:.4rem;letter-spacing:.08rem;text-transform:uppercase;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem;margin:1.34rem 0 0 2.36rem}.page.page--ai .group_3{background-color:#3da562;width:.86rem;height:.12rem;margin:.5rem 0 0 2.36rem}.page.page--ai .group_4{width:34.22rem;height:17.76rem;margin:.02rem 0 1.54rem 2.52rem}.page.page--ai .box_12{width:22.18rem;height:17.76rem}.page.page--ai .paragraph_14{width:22.18rem;height:4.38rem;overflow-wrap:break-word;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.44rem}.page.page--ai .section_3{width:18.26rem;height:2.66rem;margin-top:.72rem}.page.page--ai .image_19{width:2.52rem;height:2.52rem;margin-top:.14rem}.page.page--ai .text-wrapper_6{width:15rem;height:2.1rem}.page.page--ai .text_39{width:10.56rem;height:.76rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.76rem}.page.page--ai .paragraph_15{width:15rem;height:1.8rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:-.46rem}.page.page--ai .section_4{width:18.26rem;height:2.56rem;margin-top:.72rem}.page.page--ai .image_20{width:2.52rem;height:2.52rem;margin-top:.04rem}.page.page--ai .text-group_15{width:15rem;height:1.92rem}.page.page--ai .text_40{width:8.76rem;height:.76rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.76rem}.page.page--ai .paragraph_16{width:15rem;height:1.8rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:-.64rem}.page.page--ai .section_5{width:18.26rem;height:2.86rem;margin-top:.64rem}.page.page--ai .image_21{width:2.52rem;height:2.52rem;margin-top:.14rem}.page.page--ai .text-wrapper_7{width:15rem;height:2.86rem}.page.page--ai .text_41{width:11.36rem;height:.76rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.76rem}.page.page--ai .paragraph_17{width:15rem;height:2.4rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:-.3rem}.page.page--ai .section_6{width:18.26rem;height:2.86rem;margin-top:.36rem}.page.page--ai .image_22{width:2.52rem;height:2.52rem;margin-top:.2rem}.page.page--ai .text-wrapper_8{width:15rem;height:2.86rem}.page.page--ai .text_42{width:12.84rem;height:.76rem;overflow-wrap:break-word;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.76rem}.page.page--ai .paragraph_18{width:15rem;height:2.4rem;overflow-wrap:break-word;color:#4a4a4a;font-size:.48rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:-.3rem}.page.page--ai .image_23{width:13.32rem;height:15.52rem;margin:2.02rem 0 0 -1.28rem}.page.page--ai .image_24{position:absolute;left:0;top:-.04rem;width:38.4rem;height:17.62rem}.page.page--ai .ai-compute{position:relative;box-sizing:border-box;width:100%;padding:0 1.44rem .4rem}.page.page--ai .ai-compute__label{margin:1.38rem 0 0 1.1rem;color:#27d286;font-size:.4rem;letter-spacing:.08rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.32rem;text-transform:uppercase}.page.page--ai .ai-compute__line{width:.86rem;height:.12rem;margin:.5rem 0 0 1.1rem;background-color:#3da562}.page.page--ai .ai-compute__body{display:flex;flex-direction:row;justify-content:space-between;gap:.5rem;margin-top:.3rem}.page.page--ai .ai-compute__main{flex:1;min-width:0;max-width:22.98rem}.page.page--ai .ai-compute__title{margin:.32rem 0 0 1.1rem;max-width:21.48rem;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.44rem}.page.page--ai .ai-compute__desc{margin:.62rem 0 0 1.1rem;max-width:18.46rem;color:#232223;font-size:.48rem;font-weight:400;line-height:.82rem}.page.page--ai .ai-compute__grid{display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;column-gap:.5rem;row-gap:.72rem;margin:.84rem 0 0 1.1rem;width:21.48rem;max-width:22.92rem}.page.page--ai .ai-compute__cell{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;width:100%}.page.page--ai .ai-compute__icon-wrap{display:flex;align-items:center;justify-content:center;width:2.38rem;height:2.38rem;flex-shrink:0}.page.page--ai .ai-compute__icon{display:block;width:2.38rem;height:2.38rem;object-fit:contain}.page.page--ai .ai-compute__cell-title{display:flex;align-items:center;justify-content:center;width:100%;min-height:.6rem;margin:.28rem 0 0;color:#232223;font-size:.44rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.6rem}.page.page--ai .ai-compute__cell-desc{display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:1rem;margin:.04rem 0 0;color:#4a4a4a;font-size:.36rem;font-weight:400;text-align:center;line-height:.5rem}.page.page--ai .ai-compute__deco{width:12.06rem;height:18.24rem;flex-shrink:0;margin-top:.2rem;object-fit:contain;object-position:top right}.page.page--ai .ai-compare-block{box-sizing:border-box;width:100%}.page.page--ai .ai-compare-block__rule{height:.02rem;margin:0 1.72rem;background-color:#0f172a1f}.page.page--ai .ai-compare{box-sizing:border-box;width:100%;padding:.6rem 1.72rem 0}.page.page--ai .ai-compare__inner{display:flex;flex-direction:row;align-items:stretch;max-width:38.4rem;margin:0 auto}.page.page--ai .ai-compare__card{display:flex;flex:1;flex-direction:row;align-items:flex-start;gap:1.02rem;min-width:0;padding:.4rem 1.5rem 1.2rem 0}.page.page--ai .ai-compare__card--luminova{padding:.4rem 0 1.2rem 1.5rem}.page.page--ai .ai-compare__divider{flex-shrink:0;align-self:stretch;width:.02rem;background-color:#0f172a1f}.page.page--ai .ai-compare__icon{flex-shrink:0;object-fit:contain}.page.page--ai .ai-compare__icon--traditional{width:4.86rem;height:4.86rem}.page.page--ai .ai-compare__icon--luminova{width:5.28rem;height:6.16rem}.page.page--ai .ai-compare__content{flex:1;min-width:0;padding-top:.2rem}.page.page--ai .ai-compare__title{margin:0;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.4rem;overflow-wrap:break-word}.page.page--ai .ai-compare__desc{margin:.38rem 0 0;color:#232223;font-size:.52rem;font-weight:400;line-height:.82rem;overflow-wrap:break-word;word-break:normal}.page.page--ai .ai-accomplish{box-sizing:border-box;width:100%;padding:1.5rem 1.72rem 1.06rem}.page.page--ai .ai-accomplish__title{margin:0;max-width:38.4rem;color:#0f172a;font-size:.96rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.84rem}.page.page--ai .ai-accomplish__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.08rem;row-gap:1.24rem;margin-top:1.1rem;max-width:38.4rem}.page.page--ai .ai-accomplish__item{display:flex;flex-direction:row;align-items:flex-start;gap:1.08rem;min-width:0}.page.page--ai .ai-accomplish__icon{width:2.56rem;height:2.56rem;flex-shrink:0;object-fit:contain}.page.page--ai .ai-accomplish__text{flex:1;min-width:0}.page.page--ai .ai-accomplish__item-title{margin:0;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.68rem;min-height:.68rem;overflow-wrap:break-word}.page.page--ai .ai-accomplish__item-desc{margin:.14rem 0 0;color:#232223;font-size:.4rem;font-weight:400;line-height:.68rem;overflow-wrap:break-word;word-break:normal}.page.page--ai .ai-features{box-sizing:border-box;width:100%;max-width:38.4rem;margin:0 auto;padding:1.34rem 2.06rem 1.54rem 2.36rem}.page.page--ai .ai-features__label{margin:0;color:#27d286;font-size:.4rem;letter-spacing:.08rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.32rem;text-transform:uppercase}.page.page--ai .ai-features__line{width:.86rem;height:.12rem;margin:.5rem 0 0;background-color:#3da562}.page.page--ai .ai-features__title{margin:.72rem 0 0;max-width:22.18rem;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.44rem;overflow-wrap:break-word;word-break:normal}.page.page--ai .ai-features__body{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:.72rem}.page.page--ai .ai-features__list{flex:1;min-width:0;max-width:18.5rem}.page.page--ai .ai-features__item{display:flex;flex-direction:row;align-items:flex-start;gap:.74rem;min-width:0}.page.page--ai .ai-features__item+.page.page--ai .ai-features__item{margin-top:.88rem}.page.page--ai .ai-features__icon{display:block;width:2.52rem;height:2.52rem;flex-shrink:0;margin-top:.06rem;object-fit:contain}.page.page--ai .ai-features__text{flex:1;min-width:0;max-width:15rem}.page.page--ai .ai-features__item-title{margin:0;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.76rem;overflow-wrap:break-word;word-break:normal}.page.page--ai .ai-features__item-desc{margin:.2rem 0 0;color:#4a4a4a;font-size:.48rem;font-weight:400;line-height:.76rem;overflow-wrap:break-word;word-break:normal}.page.page--ai .ai-features__deco{display:block;width:13.32rem;height:auto;flex-shrink:0;margin-top:.2rem;object-fit:contain;object-position:top right}.page.page--ai .ai-buyers{position:relative;box-sizing:border-box;width:100%;aspect-ratio:38.4/21.6;min-height:12rem;background-color:#050b14;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.page.page--ai .ai-buyers__inner{position:relative;z-index:1;display:flex;align-items:center;height:100%;box-sizing:border-box;padding:1.78rem 2.24rem 2.48rem}.page.page--ai .ai-buyers__content{max-width:17.88rem}.page.page--ai .ai-buyers__label{margin:0;color:#27d286;font-size:.4rem;letter-spacing:.08rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.32rem;text-transform:uppercase}.page.page--ai .ai-buyers__line{width:1.08rem;height:.14rem;margin:.72rem 0 0;background-color:#27d286}.page.page--ai .ai-buyers__title{margin:.72rem 0 0;color:#fff;font-size:1.8rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:2.02rem;letter-spacing:-.02em}.page.page--ai .ai-buyers__paragraphs{margin:.72rem 0 0}.page.page--ai .ai-buyers__paragraph{margin:0;color:#ffffffeb;font-size:.48rem;font-weight:400;line-height:.78rem}.page.page--ai .ai-buyers__paragraph+.page.page--ai .ai-buyers__paragraph{margin-top:.72rem}@media (max-width: 900px){.page.page--ai .ai-buyers{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--ai .ai-buyers .ai-buyers__inner{display:block;height:auto!important;padding:3.4rem .9rem 1.6rem!important;background:none!important}.page.page--ai .ai-buyers .ai-buyers__content{max-width:72%!important;width:72%!important}.page.page--ai .ai-buyers .ai-buyers__label{font-size:.42rem;line-height:1.2}.page.page--ai .ai-buyers .ai-buyers__title{margin-top:.5rem;font-size:.95rem!important;line-height:1.25!important}.page.page--ai .ai-buyers .ai-buyers__paragraphs{margin-top:.55rem}.page.page--ai .ai-buyers .ai-buyers__paragraph{font-size:.42rem;line-height:1.5}}.page.page--ai .ai-build{box-sizing:border-box;width:100%;max-width:38.4rem;margin:2.14rem auto 0;padding:0 2.38rem 2rem;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2.4rem}.page.page--ai .ai-build__aside{flex-shrink:0;width:15.28rem}.page.page--ai .ai-build__title{margin:1.94rem 0 0;color:#0f172a;font-size:1.8rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:2.2rem;letter-spacing:-.02em}.page.page--ai .ai-build__icon{display:block;width:11.06rem;height:auto;margin-top:.8rem;object-fit:contain}.page.page--ai .ai-build__content{flex:1;min-width:0;max-width:15.74rem;padding-top:.2rem}.page.page--ai .ai-build__item+.page.page--ai .ai-build__item{margin-top:1rem}.page.page--ai .ai-build__heading{margin:0;color:#0f172a;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.76rem}.page.page--ai .ai-build__body{margin:.34rem 0 0;color:#4a4a4a;font-size:.48rem;font-weight:400;line-height:.76rem}.page.page--ai{width:42.52rem;max-width:100%;margin:0 auto;height:auto!important;min-height:0!important;overflow:visible}.page.page--ai .ai-hero{width:100%;max-width:none;margin:0}.page.page--ai .image_1{display:none}.page.page--ai .box_11{width:100%!important;max-width:none;margin-left:0;margin-right:0;height:auto!important}.page.page--ai .ai-build,.page.page--ai .ai-features,.page.page--ai .ai-buyers{width:100%!important;max-width:none;margin-left:0;margin-right:0}.page.page--ai .box_11{min-height:0!important}.page.page--ai .image_24{position:static;display:block;width:100%;max-width:none;height:auto;aspect-ratio:38.4/17.62;object-fit:cover;margin:0}.page.page--ai .text-wrapper_4{width:100%!important;height:auto!important;min-height:9.6rem;margin-top:0!important;background-repeat:no-repeat!important;background-size:cover!important;background-position:center;box-sizing:border-box;padding:.56rem 2.06rem 1.2rem 5.36rem}.page.page--ai .paragraph_11,.page.page--ai .paragraph_12{width:auto!important;max-width:12.08rem;height:auto!important;margin-left:0!important;overflow-wrap:break-word;word-break:normal;white-space:normal}.page.page--ai .paragraph_12{max-width:10.5rem;margin-top:.04rem}.page.page--ai .paragraph_1,.page.page--ai .paragraph_5,.page.page--ai .paragraph_6,.page.page--ai .paragraph_8,.page.page--ai .paragraph_10,.page.page--ai .paragraph_14,.page.page--ai .paragraph_15,.page.page--ai .paragraph_16,.page.page--ai .paragraph_17,.page.page--ai .paragraph_18,.page.page--ai .text_2,.page.page--ai .text_18,.page.page--ai .text_20,.page.page--ai .text_22,.page.page--ai .text_24,.page.page--ai .text_26,.page.page--ai .text_28,.page.page--ai .text_30,.page.page--ai .text_31,.page.page--ai .text_33,.page.page--ai .text_35,.page.page--ai .text_37{height:auto!important;white-space:normal}@media (max-width: 900px){.page.page--ai{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.page.page--ai .ai-buyers{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--ai .ai-buyers .ai-buyers__inner{display:block!important;height:auto!important;padding:3.4rem .9rem 1.6rem!important;background:none!important}.page.page--ai .ai-buyers .ai-buyers__content{max-width:72%!important;width:72%!important}.page.page--ai .ai-buyers .ai-buyers__title{font-size:.95rem!important;line-height:1.25!important}.page.page--ai .ai-buyers .ai-buyers__paragraph{font-size:.42rem!important;line-height:1.5!important}.page.page--ai .ai-build,.page.page--ai .ai-features,.page.page--ai .ai-compute,.page.page--ai .ai-compare,.page.page--ai .ai-accomplish,.page.page--ai .text-wrapper_4{width:100%!important;max-width:100%!important;box-sizing:border-box}.page.page--ai .text-wrapper_4{min-height:0!important;padding:1rem .9rem 1.2rem!important;background-position:50% center!important}.page.page--ai .text-wrapper_4 .paragraph_11,.page.page--ai .text-wrapper_4 .paragraph_12{max-width:58%!important;width:58%!important;margin-left:0!important;white-space:normal!important}.page.page--ai .text-wrapper_4 .paragraph_11{font-size:.7rem!important;line-height:1.3!important}.page.page--ai .text-wrapper_4 .paragraph_12{margin-top:.45rem!important;font-size:.42rem!important;line-height:1.5!important}.page.page--ai .box_11{width:100%!important;margin:0!important;padding:0!important;min-height:0!important;height:auto!important}.page.page--ai .i18n-multiline{white-space:normal!important}.page.page--ai .ai-build{flex-direction:column!important;padding:0 .9rem 1.4rem!important;gap:.8rem!important}.page.page--ai .ai-build .ai-build__aside,.page.page--ai .ai-build .ai-build__content{width:100%!important;max-width:100%!important}.page.page--ai .ai-build .ai-build__title{margin-top:0!important;font-size:1.05rem!important;line-height:1.25!important;white-space:normal!important}.page.page--ai .ai-features{padding:1rem .9rem!important}.page.page--ai .ai-features .ai-features__body{flex-direction:column!important}.page.page--ai .ai-features .ai-features__title{max-width:100%!important;font-size:.9rem!important;line-height:1.35!important}.page.page--ai .ai-compare__inner{flex-direction:column!important;max-width:100%!important}.page.page--ai .ai-accomplish__grid{grid-template-columns:1fr!important}.page.page--ai .ai-compute{padding:0 .9rem .8rem!important}.page.page--ai .ai-compute .ai-compute__body{flex-direction:column!important}.page.page--ai .ai-compute .ai-compute__label,.page.page--ai .ai-compute .ai-compute__line,.page.page--ai .ai-compute .ai-compute__desc,.page.page--ai .ai-compute .ai-compute__grid{margin-left:0!important}.page.page--ai .ai-compute .ai-compute__main,.page.page--ai .ai-compute .ai-compute__desc,.page.page--ai .ai-compute .ai-compute__grid{width:100%!important;max-width:100%!important}.page.page--ai .ai-compute .ai-compute__grid{grid-template-columns:1fr 1fr!important}.page.page--ai .ai-compute .ai-compute__deco{display:none!important}}@media (max-width: 900px){.page.page--ai{width:100%!important;max-width:100%!important;overflow-x:hidden}.page.page--ai [class*=paragraph_],.page.page--ai [class*=text_],.page.page--ai [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word}.page.page--ai .ai-hero{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--ai .ai-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;height:100%}.page.page--ai .ai-hero__overlay{position:relative!important;inset:auto!important;padding:3.4rem .9rem 1.4rem!important;min-height:16rem;align-items:flex-end!important;background:linear-gradient(180deg,#08142540,#0814258c,#081425c7)!important}.page.page--ai .ai-hero__content{max-width:100%!important}.page.page--ai .ai-hero__title{font-size:1.05rem!important;letter-spacing:.04em!important;gap:.06rem}.page.page--ai .ai-hero__icons{gap:.55rem!important;margin-top:.6rem!important}.page.page--ai .ai-hero__tagline{font-size:.55rem!important}.page.page--ai .ai-hero__desc{max-width:100%!important;font-size:.45rem!important;line-height:1.45}.page.page--ai .text-wrapper_4{min-height:0!important;padding:1rem .9rem 1.2rem!important;background-position:58% center!important}.page.page--ai .text-wrapper_4 .paragraph_11,.page.page--ai .text-wrapper_4 .paragraph_12{max-width:42%!important;width:42%!important;margin-left:0!important;white-space:normal!important}.page.page--ai .text-wrapper_4 .paragraph_11{font-size:.7rem!important;line-height:1.3!important}.page.page--ai .text-wrapper_4 .paragraph_12{margin-top:.45rem!important;font-size:.36rem!important;line-height:1.5!important}.page.page--ai .box_11{width:100%!important;margin:0!important;height:auto!important;min-height:0!important}.page.page--ai .i18n-multiline{white-space:normal!important}.page.page--ai .ai-build{flex-direction:column!important;max-width:100%!important;margin-top:1.2rem!important;padding:0 .9rem 1.4rem!important;gap:.8rem!important}.page.page--ai .ai-build__aside{width:100%!important}.page.page--ai .ai-build__title{margin-top:0!important;font-size:1.1rem!important;line-height:1.25!important;white-space:normal!important}.page.page--ai .ai-build__icon{width:55%!important;max-width:7rem}.page.page--ai .ai-build__content{max-width:100%!important}.page.page--ai .ai-features{max-width:100%!important;padding:1rem .9rem!important}.page.page--ai .ai-features__title{max-width:100%!important;font-size:.9rem!important;line-height:1.35!important}.page.page--ai .ai-features__body{flex-direction:column!important}.page.page--ai .ai-features__list{max-width:100%!important}.page.page--ai .ai-compare{padding:.6rem .9rem 0!important}.page.page--ai .ai-compare__inner{flex-direction:column!important;max-width:100%!important}.page.page--ai .ai-compare__card,.page.page--ai .ai-compare__card--luminova{padding:.4rem 0 .8rem!important}.page.page--ai .ai-compare-block__rule{margin:0 .9rem!important}.page.page--ai .ai-accomplish{padding:1.2rem .9rem!important}.page.page--ai .ai-accomplish__title{max-width:100%!important;line-height:1.35!important;font-size:.9rem!important}.page.page--ai .ai-accomplish__grid{grid-template-columns:1fr!important;max-width:100%!important}.page.page--ai .ai-compute{padding:0 .9rem .8rem!important}.page.page--ai .ai-compute__label,.page.page--ai .ai-compute__line,.page.page--ai .ai-compute__desc,.page.page--ai .ai-compute__grid{margin-left:0!important}.page.page--ai .ai-compute__body{flex-direction:column!important}.page.page--ai .ai-compute__main,.page.page--ai .ai-compute__desc{max-width:100%!important}.page.page--ai .ai-compute__title{font-size:1rem!important;max-width:100%!important}.page.page--ai .ai-compute__grid{width:100%!important;max-width:100%!important;grid-template-columns:1fr 1fr!important}.page.page--ai .ai-buyers{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--ai .ai-buyers__inner{display:block!important;height:auto!important;padding:3.4rem .9rem 1.6rem!important;background:none!important}.page.page--ai .ai-buyers__content{max-width:72%!important;width:72%!important}.page.page--ai .ai-buyers__title{font-size:.95rem!important;line-height:1.25!important;max-width:100%!important}.page.page--ai .ai-buyers__paragraph{font-size:.42rem!important;line-height:1.5!important}.page.page--ai .image_24{width:100%!important;height:auto!important}}@media (max-width: 480px){.page.page--ai .ai-compute__grid{grid-template-columns:1fr!important}}.users-video-hero,.about-video-hero,.page-video-hero{position:relative;width:100%;overflow:hidden;background:#231f20;line-height:0;flex-shrink:0}.users-video-hero__video,.about-video-hero__video,.page-video-hero__video{display:block;width:100%;height:auto;vertical-align:top;background:#000}.users-video-hero__play,.about-video-hero__play,.page-video-hero__play{position:absolute;left:50%;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:1.72rem;height:1.72rem;margin:0;padding:0;border:.04rem solid rgba(255,255,255,.88);border-radius:50%;background:#00000061;color:#fff;cursor:pointer;transform:translate(-50%,-50%);transition:background-color .2s ease,transform .2s ease,border-color .2s ease}.users-video-hero__play:hover,.about-video-hero__play:hover,.page-video-hero__play:hover{background:#0000008c;border-color:#fff;transform:translate(-50%,-50%) scale(1.06)}.users-video-hero__play svg,.about-video-hero__play svg,.page-video-hero__play svg{width:.62rem;height:.62rem;margin-left:.08rem}.page-video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:3.2rem 0 1.4rem;background:#000;gap:.7rem}.page-video-modal:not(.is-open){opacity:0;pointer-events:none;z-index:-1}.page-video-modal__stage{position:relative;width:100%;max-width:100%;flex:0 1 auto}.page-video-modal__video{display:block;width:100%;max-height:calc(100vh - 7rem);max-height:calc(100dvh - 7rem);background:#000;object-fit:contain}.page-video-modal__close{position:absolute;top:.7rem;right:.7rem;z-index:5;display:flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border:none;border-radius:50%;background:#ffffff29;cursor:pointer}.page-video-modal__close span{position:relative;display:block;width:.5rem;height:.5rem}.page-video-modal__close span:before,.page-video-modal__close span:after{content:"";position:absolute;left:50%;top:50%;width:.5rem;height:.04rem;background:#fff;transform-origin:center}.page-video-modal__close span:before{transform:translate(-50%,-50%) rotate(45deg)}.page-video-modal__close span:after{transform:translate(-50%,-50%) rotate(-45deg)}.page-video-modal__fs-btn{display:none}.page-video-modal.is-landscape{padding:0;gap:0;overflow:hidden}.page-video-modal.is-landscape .page-video-modal__stage{position:absolute;top:50%;left:50%;width:100vh;width:100dvh;height:100vw;height:100dvw;max-width:none;flex:none;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center center}.page-video-modal.is-landscape .page-video-modal__video{width:100%;height:100%;max-height:none;object-fit:contain}.page-video-modal.is-landscape .page-video-modal__fs-btn{display:none!important}@media (max-width: 900px){.page-video-modal__fs-btn{display:inline-flex;align-items:center;justify-content:center;gap:.28rem;margin:0;padding:.38rem .72rem;border:none;border-radius:999px;background:#282828d1;color:#fff;font-size:.42rem;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.page-video-modal__fs-btn svg{width:.72rem;height:.72rem;flex-shrink:0}.users-video-hero__play,.about-video-hero__play,.page-video-hero__play{width:2.2rem;height:2.2rem}.users-video-hero__play svg,.about-video-hero__play svg,.page-video-hero__play svg{width:.8rem;height:.8rem}}.page.page--about .about-hero{position:relative;width:100%;aspect-ratio:1920/960;min-height:18rem;overflow:hidden;isolation:isolate;flex-shrink:0}.page.page--about .about-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.page.page--about .about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:flex-start;padding:1.6rem 2.4rem 1.6rem 2.8rem;box-sizing:border-box;background:linear-gradient(90deg,#081425b8,#08142580 34%,#0814252e 58%,#08142500 78%)}.page.page--about .about-hero__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:25.2rem}.page.page--about .about-hero__title{margin:0;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.68rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.page.page--about .about-hero__subtitle{margin:.6rem 0 0;color:#27d286;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.87rem;font-weight:600;line-height:1.35}.page.page--about .about-hero__desc{margin:.72rem 0 0;max-width:23.4rem;color:#ffffffeb;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.66rem;font-weight:400;line-height:1.55}.page.page--about .about-hero__highlights{display:flex;flex-direction:row;align-items:flex-start;gap:1.8rem;margin:1.44rem 0 0;padding:0;list-style:none}.page.page--about .about-hero__highlight{display:flex;flex-direction:column;align-items:center;gap:.42rem;min-width:0;max-width:6.3rem;text-align:center}.page.page--about .about-hero__highlight-icon{width:1.32rem;height:1.32rem;flex-shrink:0;object-fit:contain}.page.page--about .about-hero__highlight-text{color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.6rem;font-weight:500;line-height:1.35}.page.page--about .about-hero__deco{position:absolute;right:.8rem;bottom:.6rem;z-index:1;width:4.2rem;height:4.2rem;background-position:right bottom;background-size:contain;background-repeat:no-repeat;opacity:.42;pointer-events:none}.page.page--about .image_1{display:block;width:100%;max-width:none;height:auto;aspect-ratio:1920/960;object-fit:cover;margin:0}.page.page--about .group_1{position:relative;width:38.4rem;height:49.24rem}.page.page--about .group_2{width:36.96rem;height:9.64rem;margin:1.18rem 0 0 1.42rem}.page.page--about .text-wrapper_1{width:11.38rem;height:4.88rem;margin-top:1.58rem}.page.page--about .text_1{width:3.54rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--about .paragraph_1{width:11.38rem;height:4.2rem;overflow-wrap:break-word;color:#0f172a;font-size:1.04rem;letter-spacing:-.025999999rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem;margin-top:.36rem}.page.page--about .paragraph_2{width:12.8rem;height:5.12rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;line-height:.64rem;margin:.96rem 0 0 1.44rem}.page.page--about .image_2{width:8.26rem;height:9.64rem;margin-left:3.08rem}.page.page--about .group_3{background-color:#f4f5f6;height:12.8rem;width:38.4rem}.page.page--about .section_1{width:34.04rem;height:4.48rem;margin:.14rem 0 0 1rem}.page.page--about .text-group_1{width:14.28rem;height:3.3rem;margin-top:.62rem}.page.page--about .text_2{width:5.06rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--about .paragraph_3{width:14.28rem;height:2.8rem;overflow-wrap:break-word;color:#0f172a;font-size:1.04rem;letter-spacing:-.025999999rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem;margin-top:.18rem}.page.page--about .paragraph_4{width:16.22rem;height:4.48rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;line-height:.64rem}.page.page--about .section_2{width:36.6rem;height:3.9rem;margin:2.42rem 0 1.86rem 1rem}.page.page--about .image_3{width:2.2rem;height:2.2rem}.page.page--about .text-group_2{width:8rem;height:3.84rem;margin-left:.7rem}.page.page--about .paragraph_5{width:5.16rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:.8rem}.page.page--about .paragraph_6{width:8rem;height:2.1rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.14rem}.page.page--about .image_4{width:2.2rem;height:2.2rem;margin-left:1.96rem}.page.page--about .text-group_3{width:8rem;height:3.86rem;margin-left:.7rem}.page.page--about .paragraph_7{width:3.62rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:.8rem}.page.page--about .paragraph_8{width:8rem;height:2.1rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.16rem}.page.page--about .image_5{width:2.2rem;height:2.2rem;margin-left:2.46rem}.page.page--about .text-group_4{width:7.48rem;height:3.9rem;margin-left:.7rem}.page.page--about .text_3{width:6.42rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:.8rem}.page.page--about .paragraph_9{width:7.48rem;height:2.1rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.7rem;margin-top:.2rem}.page.page--about .group_4{height:12.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng43c48d1835d18603d2724fdc1f875833d589513923e60aae9431bf37db4ae4eb) 100% no-repeat;background-size:100% 100%;width:38.4rem}.page.page--about .text-wrapper_2{background-color:#fefefe;width:38.4rem;height:2.74rem;margin-top:.52rem}.page.page--about .text_4{width:5.64rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem;margin:.46rem 0 0 1.1rem}.page.page--about .text_5{width:26.44rem;height:1rem;overflow-wrap:break-word;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem;margin:.68rem 0 .28rem 1.1rem}.page.page--about .text_6{width:5.28rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem;margin:.64rem 0 0 1.1rem}.page.page--about .text_7{width:22.34rem;height:1rem;overflow-wrap:break-word;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem;margin:.68rem 0 0 1.1rem}.page.page--about .image_6{width:27.84rem;height:.04rem;margin:2.24rem 0 0 5.9rem}.page.page--about .group_5{width:31.46rem;height:4.7rem;margin:1.48rem 0 1.72rem 3.88rem}.page.page--about .text-group_5{width:6rem;height:4rem}.page.page--about .paragraph_10{width:4.8rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:.8rem;margin-left:.4rem}.page.page--about .text_8{width:6rem;height:2.1rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;line-height:.7rem;margin-top:.3rem}.page.page--about .text-group_6{width:6rem;height:4rem;margin-left:2.42rem}.page.page--about .paragraph_11{width:4.24rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:.8rem;margin-left:.88rem}.page.page--about .paragraph_12{width:6rem;height:2.1rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;line-height:.7rem;margin-top:.3rem}.page.page--about .text-group_7{width:6rem;height:4.7rem;margin-left:2.28rem}.page.page--about .paragraph_13{width:5.06rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:.8rem;margin-left:.66rem}.page.page--about .text_9{width:6rem;height:2.8rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;line-height:.7rem;margin-top:.3rem}.page.page--about .text-group_8{width:6rem;height:4.7rem;margin-left:2.76rem}.page.page--about .paragraph_14{width:3.22rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:.8rem;margin-left:1.38rem}.page.page--about .paragraph_15{width:6rem;height:2.8rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;line-height:.7rem;margin-top:.3rem}.page.page--about .image-wrapper_1{height:2.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng2e4b5aebb1c2779875c6d5ef1ba5f6c8dd1770c09bb3e62734b25b2c6efe0b1b) 100% no-repeat;background-size:100% 100%;width:2.8rem;position:absolute;left:5.34rem;top:39.9rem}.page.page--about .image_7{width:1.56rem;height:1.56rem;margin:.62rem 0 0 .62rem}.page.page--about .image-wrapper_2{height:2.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng9bd9f3615f9f89874d3e8179af718dcca14b854ed7f4b8bae9b6b8046ac95b4f) 100% no-repeat;background-size:100% 100%;width:2.8rem;position:absolute;left:22.38rem;top:39.9rem}.page.page--about .image_8{width:1.54rem;height:1.54rem;margin:.62rem 0 0 .62rem}.page.page--about .image-wrapper_3{height:2.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng2e4b5aebb1c2779875c6d5ef1ba5f6c8dd1770c09bb3e62734b25b2c6efe0b1b) 100% no-repeat;background-size:100% 100%;width:2.8rem;position:absolute;left:13.9rem;top:39.9rem}.page.page--about .image_9{width:1.56rem;height:1.56rem;margin:.62rem 0 0 .62rem}.page.page--about .image-wrapper_4{height:2.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng7839f14e306215cf5a0689ae0a1ee3c3c4e7a5a1cc784da27c09f91a34a12e78) 100% no-repeat;background-size:100% 100%;width:2.8rem;position:absolute;left:30.94rem;top:39.9rem}.page.page--about .image_10{width:1.56rem;height:1.56rem;margin:.62rem 0 0 .62rem}.page.page--about .group_6{background-color:#fcfbfb;width:38.4rem;height:24.22rem;margin-top:-.02rem}.page.page--about .box_1{width:37.3rem;height:8.82rem;margin:.42rem 0 0 1.1rem}.page.page--about .text-wrapper_3{width:18.8rem;height:7.18rem;margin-top:.8rem}.page.page--about .text_10{width:6.08rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--about .text_11{width:18.8rem;height:1rem;overflow-wrap:break-word;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem;margin-top:.76rem}.page.page--about .paragraph_16{width:16.22rem;height:5.12rem;overflow-wrap:break-word;color:#232223;font-size:.48rem;font-weight:400;text-align:left;line-height:.64rem;margin-top:-.02rem}.page.page--about .image_11{width:18.58rem;height:8.82rem;margin-left:-.08rem}.page.page--about .box_2{width:36.42rem;height:2.56rem;margin:1.82rem 0 0 1.1rem}.page.page--about .image_12{width:1.76rem;height:1.76rem;margin-top:.08rem}.page.page--about .text-group_9{width:4.38rem;height:2.56rem;margin-left:.54rem}.page.page--about .text_12{width:3.86rem;height:.8rem;overflow-wrap:break-word;color:#007712;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.page--about .paragraph_17{width:4.38rem;height:1.68rem;overflow-wrap:break-word;color:#000;font-size:.36rem;font-weight:400;text-align:left;line-height:.56rem;margin-top:.08rem}.page.page--about .image_13{width:1.76rem;height:1rem;margin:.08rem 0 0 3.92rem}.page.page--about .text-group_10{width:4.38rem;height:2.56rem;margin-left:.7rem}.page.page--about .text_13{width:3.72rem;height:.8rem;overflow-wrap:break-word;color:#007712;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem;margin-left:.04rem}.page.page--about .paragraph_18{width:4.38rem;height:1.68rem;overflow-wrap:break-word;color:#000;font-size:.36rem;font-weight:400;text-align:left;line-height:.56rem;margin-top:.08rem}.page.page--about .image_14{width:1.76rem;height:1.2rem;margin:.12rem 0 0 1.96rem}.page.page--about .text-group_11{width:5.3rem;height:2.56rem;margin-left:.58rem}.page.page--about .text_14{width:1.66rem;height:.8rem;overflow-wrap:break-word;color:#007712;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.page--about .paragraph_19{width:5.3rem;height:1.68rem;overflow-wrap:break-word;color:#000;font-size:.36rem;font-weight:400;text-align:left;line-height:.56rem;margin-top:.08rem}.page.page--about .image_15{width:1.76rem;height:1.76rem;margin:.08rem 0 0 1.86rem}.page.page--about .text-group_12{width:5.18rem;height:2.56rem;margin-left:.58rem}.page.page--about .text_15{width:4.04rem;height:.8rem;overflow-wrap:break-word;color:#007712;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.page--about .paragraph_20{width:5.18rem;height:1.68rem;overflow-wrap:break-word;color:#000;font-size:.36rem;font-weight:400;text-align:left;line-height:.56rem;margin-top:.08rem}.page.page--about .text_16{width:6.08rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem;margin:3rem 0 0 1.54rem}.page.page--about .box_3{width:35.96rem;height:3.36rem;margin:1.64rem 0 2.28rem 1.8rem}.page.page--about .image_16{width:1.84rem;height:1.84rem}.page.page--about .text-group_13{width:6rem;height:3.36rem;margin-left:.48rem}.page.page--about .text_17{width:4.28rem;height:.8rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem;margin-left:.1rem}.page.page--about .text_18{width:6rem;height:2.4rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.16rem}.page.page--about .image_17{width:1.84rem;height:1.84rem;margin-left:1.08rem}.page.page--about .image-text_1{width:8.06rem;height:2.76rem;margin-left:.58rem}.page.page--about .text-group_14{width:6rem;height:2.76rem}.page.page--about .text_19{width:5.26rem;height:.8rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.page--about .text_20{width:6rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.16rem}.page.page--about .image_18{width:1.84rem;height:1.84rem}.page.page--about .text-group_15{width:6rem;height:2.76rem;margin-left:.48rem}.page.page--about .text_21{width:4.36rem;height:.8rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem;margin-left:.1rem}.page.page--about .text_22{width:6rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.16rem}.page.page--about .image_19{width:1.84rem;height:1.84rem;margin-left:1.18rem}.page.page--about .text-group_16{width:6rem;height:2.76rem;margin-left:.58rem}.page.page--about .text_23{width:4.96rem;height:.8rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.8rem}.page.page--about .text_24{width:6rem;height:1.8rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.6rem;margin-top:.16rem}.page.page--about .group_7{height:12.8rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng856e689676869f18b0381eacc01fdb371610dc28ea7b5ece452c2804d353d445) 100% no-repeat;background-size:100% 100%;margin-top:-.02rem;width:38.4rem}.page.page--about .text-wrapper_4{background-color:#fff;width:38.4rem;height:3.26rem;margin-top:2.52rem}.page.page--about .text_25{width:6.08rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem;margin:.2rem 0 0 1.54rem}.page.page--about .text_26{width:18.8rem;height:1rem;overflow-wrap:break-word;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.4rem;margin:.76rem 0 .98rem 1.54rem}.page.page--about .group_8{width:38.4rem;height:43.24rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng46bec5c11ce4acf312719edebf1855a05bb09e948b85da522f5a662b4515be1d) 100% no-repeat;background-size:100% 100%;margin-top:1.4rem}.page.page--about .text_27{width:15.46rem;height:.88rem;overflow-wrap:break-word;color:#111827;font-size:1.66rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:.88rem;margin:.98rem 0 0 11.48rem}.page.page--about .grid_1{width:26.64rem;height:11.94rem;flex-wrap:wrap;margin:5.06rem 0 0 5.8rem}.page.page--about .image-text_2{width:3.36rem;height:5.08rem;margin:0 4.4rem 1.78rem 0}.page.page--about .image-text_2:nth-child(4n){margin-right:0}.page.page--about .image-text_2:nth-last-child(-n+3){margin-bottom:0}.page.page--about .image_20{width:3.12rem;height:3.12rem;margin-left:.12rem}.page.page--about .text-group_17{width:3.52rem;height:1.6rem;overflow-wrap:break-word;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:.8rem;margin-top:.36rem}.page.page--about .text_28{width:8.68rem;height:.88rem;overflow-wrap:break-word;color:#111827;font-size:1.66rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:.88rem;margin:4.56rem 0 0 14.86rem}.page.page--about .section_3{width:30.4rem;height:4.46rem;margin:4.3rem 0 0 4.12rem}.page.page--about .image_21{width:2.72rem;height:2.72rem;margin-top:.2rem}.page.page--about .text-group_18{width:10rem;height:4.38rem;margin-left:1rem}.page.page--about .text_29{width:7.04rem;height:1.12rem;overflow-wrap:break-word;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem}.page.page--about .text_30{width:10rem;height:3.28rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem;margin-top:-.02rem}.page.page--about .image_22{width:2.72rem;height:2.04rem;margin:.2rem 0 0 2.96rem}.page.page--about .text-group_19{width:10rem;height:4.46rem;margin-left:1rem}.page.page--about .text_31{width:7.26rem;height:1.12rem;overflow-wrap:break-word;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem}.page.page--about .text_32{width:10rem;height:3.28rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem;margin-top:.06rem}.page.page--about .section_4{width:30.4rem;height:4.48rem;margin:2.02rem 0 3.68rem 4.12rem}.page.page--about .image_23{width:2.72rem;height:2.72rem;margin-top:.24rem}.page.page--about .text-group_20{width:10rem;height:4.48rem;margin-left:1rem}.page.page--about .text_33{width:5.14rem;height:1.12rem;overflow-wrap:break-word;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem}.page.page--about .text_34{width:10rem;height:3.28rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem;margin-top:.08rem}.page.page--about .image_24{width:2.72rem;height:2.72rem;margin:.24rem 0 0 2.96rem}.page.page--about .text-group_21{width:10rem;height:4.42rem;margin-left:1rem}.page.page--about .text_35{width:7.04rem;height:1.12rem;overflow-wrap:break-word;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem}.page.page--about .text_36{width:10rem;height:3.28rem;overflow-wrap:break-word;color:#232223;font-size:.52rem;font-weight:400;text-align:left;line-height:.82rem;margin-top:.02rem}.page.page--about .group_9{width:38.4rem;height:37.98rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng9b2e7688f2f88282b27cc08076465354f49046cf386174250ceb212638f5f183) 100% no-repeat;background-size:100% 100%}.page.page--about .text-group_22{width:27.68rem;height:8.92rem;margin:2.48rem 0 0 5.36rem}.page.page--about .paragraph_21{width:27.68rem;height:4rem;overflow-wrap:break-word;color:#0f172a;font-size:1.4rem;letter-spacing:-.035rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;line-height:2rem}.page.page--about .text_37{width:23.54rem;height:3rem;overflow-wrap:break-word;color:#232223;font-size:.6rem;font-weight:400;text-align:center;line-height:1rem;margin:1.92rem 0 0 2rem}.page.page--about .group_10{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/e11c5d44a22848bf9bdbc43d4f459b1a_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255);margin:1.12rem 0 0 16.84rem}.page.page--about .text-group_23{width:4.74rem;height:1.9rem;margin:.74rem 0 0 16.9rem}.page.page--about .text_38{width:3.48rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:.36rem}.page.page--about .text_39{width:4.74rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.2rem}.page.page--about .group_11{width:27.68rem;height:4.8rem;margin:.76rem 0 0 5.3rem}.page.page--about .block_1{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/36a107fc81cb4e9e9d394363b1012076_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255)}.page.page--about .block_2{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/46aa137f98434e09b7b40f072e341fb2_mergeImage.png);width:4.8rem;height:4.8rem;border:.2rem solid rgb(255,255,255);margin-left:6.94rem}.page.page--about .block_3{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/924cded616d74093a458154648894d7b_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255);margin-left:6.74rem}.page.page--about .group_12{width:28.32rem;height:1.9rem;margin:.58rem 0 0 5.14rem}.page.page--about .text-group_24{width:5.04rem;height:1.8rem}.page.page--about .text_40{width:3.96rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:.16rem}.page.page--about .text_41{width:5.04rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.1rem}.page.page--about .text-group_25{width:5.94rem;height:1.9rem;margin-left:5.98rem}.page.page--about .text_42{width:5.94rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem}.page.page--about .text_43{width:4.82rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin:.2rem 0 0 .82rem}.page.page--about .text-wrapper_5{width:5.28rem;height:1.9rem;margin-left:6.08rem}.page.page--about .text_44{width:5.1rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:.18rem}.page.page--about .text_45{width:4.58rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.2rem}.page.page--about .group_13{width:27.68rem;height:4.6rem;margin:1.06rem 0 0 5.3rem}.page.page--about .group_14{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/ac16b9f8fa104779b4036b77ea26dd7f_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255)}.page.page--about .group_15{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/4d0c7f67af03454083f5baf272b8a456_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255);margin-left:6.94rem}.page.page--about .group_16{box-shadow:0 0 .24rem #b6b6b680;border-radius:50%;background-image:url(https://lanhu-dds-backend.oss-cn-beijing.aliyuncs.com/merge_image/imgs/62c1677ffbd240d3be37c55d248fb100_mergeImage.png);width:4.6rem;height:4.6rem;border:.2rem solid rgb(255,255,255);margin-left:6.94rem}.page.page--about .group_17{width:28.32rem;height:1.9rem;margin:.78rem 0 1.84rem 4.78rem}.page.page--about .text-group_26{width:5.12rem;height:1.8rem}.page.page--about .text_46{width:3.42rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:1.18rem}.page.page--about .text_47{width:5.12rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.1rem}.page.page--about .text-group_27{width:4.9rem;height:1.8rem;margin-left:6.66rem}.page.page--about .text_48{width:4.32rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:.5rem}.page.page--about .text_49{width:4.9rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.1rem}.page.page--about .text-group_28{width:4.42rem;height:1.9rem;margin-left:7.22rem}.page.page--about .text_50{width:4.26rem;height:1rem;overflow-wrap:break-word;color:#034e8e;font-size:.72rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:1rem;margin-left:.08rem}.page.page--about .text_51{width:4.42rem;height:.7rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:center;white-space:nowrap;line-height:.7rem;margin-top:.2rem}.page.page--about .about-vision{box-sizing:border-box;width:100%;padding:1.28rem 1.1rem 1.24rem;background:#fff;border-bottom:.04rem solid rgb(230,232,235)}.page.page--about .about-vision__inner{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1.18fr) minmax(0,1fr);align-items:start;gap:0 1.44rem;max-width:100%}.page.page--about .about-vision__head{min-width:0;padding-top:.08rem}.page.page--about .about-vision__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.32rem;text-transform:uppercase}.page.page--about .about-vision__title{margin:.68rem 0 0;color:#0f172a;font-size:.96rem;letter-spacing:-.024rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.36rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-vision__body{min-width:0;padding-top:1.58rem}.page.page--about .about-vision__paragraph{margin:0;color:#232223;font-size:.48rem;font-weight:400;line-height:.72rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-vision__paragraph+.page.page--about .about-vision__paragraph{margin-top:.56rem}.page.page--about .about-vision__deco{display:block;width:100%;max-width:8.8rem;height:auto;margin-left:auto;object-fit:contain;object-position:top right}.page.page--about .about-challenge{box-sizing:border-box;width:100%;margin-top:0;padding:1.28rem 1.1rem 1.48rem;background:#fff}.page.page--about .about-challenge__top{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1.18fr);align-items:start;gap:0 1.44rem;max-width:100%}.page.page--about .about-challenge__head{min-width:0;padding-top:.08rem}.page.page--about .about-challenge__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.32rem;text-transform:uppercase}.page.page--about .about-challenge__title{width:14rem;margin:.68rem 0 0;color:#0f172a;font-size:.96rem;letter-spacing:-.024rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.36rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-challenge__body{min-width:0;padding-top:.8rem}.page.page--about .about-challenge__paragraph{margin:0;color:#232223;font-size:.48rem;font-weight:400;line-height:.72rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-challenge__paragraph+.page.page--about .about-challenge__paragraph{margin-top:.56rem}.page.page--about .about-challenge__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:1.72rem;max-width:100%}.page.page--about .about-challenge__item{display:flex;flex-direction:row;align-items:flex-start;gap:.7rem;min-width:0;padding:0 1.28rem;box-sizing:border-box}.page.page--about .about-challenge__item:not(:last-child){border-right:.04rem solid rgb(230,232,235)}.page.page--about .about-challenge__item:first-child{padding-left:0}.page.page--about .about-challenge__item:last-child{padding-right:0}.page.page--about .about-challenge__icon{display:block;width:2.2rem;height:2.2rem;flex-shrink:0;object-fit:contain}.page.page--about .about-challenge__text{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.page.page--about .about-challenge__item-title{display:block;margin:0;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.8rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-challenge__item-desc{display:block;margin:.14rem 0 0;color:#000000b8;font-size:.44rem;font-weight:400;line-height:.7rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-innovation{box-sizing:border-box;width:100%;padding:1.28rem 1.1rem 1.48rem;background:#fff}.page.page--about .about-innovation__header{margin-bottom:1.12rem}.page.page--about .about-innovation__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.32rem;text-transform:uppercase}.page.page--about .about-innovation__title{margin:.68rem 0 0;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.4rem;overflow-wrap:break-word;word-break:normal;white-space:normal}.page.page--about .about-innovation__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.48rem}.page.page--about .about-innovation__card{position:relative;min-height:8rem;border-radius:.2rem;overflow:hidden;background-color:#1a2e24;background-position:center;background-size:100% 100%;background-repeat:no-repeat;isolation:isolate}.page.page--about .about-innovation__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page.page--about .about-innovation__card-inner{position:relative;z-index:1;display:flex;flex-direction:row;align-items:flex-start;gap:.56rem;min-height:6.8rem;box-sizing:border-box;padding-top:1rem;padding-left:2.5rem;padding-right:.3rem}.page.page--about .about-innovation__card-icon{flex-shrink:0;width:1.2rem;height:1.2rem;color:#fff}.page.page--about .about-innovation__card-icon svg{display:block;width:100%;height:100%}.page.page--about .about-innovation__card-text{flex:1;min-width:0}.page.page--about .about-innovation__card-title{margin:0;color:#fff;font-size:.84rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.76rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-innovation__card-desc{margin:.24rem 0 0;color:#fffffff0;font-size:.5rem;font-weight:400;line-height:.62rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-value{box-sizing:border-box;width:100%;padding:.64rem 1.1rem 1.72rem}.page.page--about .about-value__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.32rem;text-transform:uppercase}.page.page--about .about-value__title{margin:.68rem 0 0;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.4rem;overflow-wrap:break-word;word-break:normal;white-space:normal}.page.page--about .about-value__flow{max-width:36rem;margin:1.72rem auto 0}.page.page--about .about-value__steps{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:0}.page.page--about .about-value__step{display:flex;flex:1;flex-direction:column;align-items:center;min-width:0;text-align:center}.page.page--about .about-value__icon{display:block;width:3.2rem;height:3.2rem;flex-shrink:0;object-fit:contain}.page.page--about .about-value__connector{position:relative;flex:0 0 1.6rem;align-self:flex-start;display:flex;align-items:center;justify-content:center;height:3.2rem;margin-top:0}.page.page--about .about-value__connector-line{position:absolute;left:0;right:0;top:50%;height:.04rem;background:#a5c7a5;transform:translateY(-50%)}.page.page--about .about-value__connector-num{position:relative;z-index:1;padding:0 .1rem;color:#3da562;font-size:.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1;background:#fff}.page.page--about .about-value__step-title{display:block;margin:.56rem 0 0;color:#232223;font-size:.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.8rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-value__step-desc{display:block;margin:.3rem 0 0;color:#000000b8;font-size:.44rem;font-weight:400;line-height:.7rem;overflow-wrap:break-word;word-break:normal}@media (max-width: 900px){.page.page--about .about-value{padding:1rem .9rem 1.4rem!important}.page.page--about .about-value .about-value__title{font-size:.9rem!important;line-height:1.3!important}.page.page--about .about-value .about-value__flow{max-width:100%!important;margin-top:1rem!important}.page.page--about .about-value .about-value__steps{flex-direction:column!important;align-items:stretch!important;gap:.9rem!important}.page.page--about .about-value .about-value__step{display:grid!important;grid-template-columns:auto minmax(0,1fr);column-gap:.55rem;row-gap:.18rem;align-items:start;text-align:left!important;width:100%!important;flex:none!important}.page.page--about .about-value .about-value__icon{grid-column:1;grid-row:1/span 2;width:2.2rem!important;height:2.2rem!important}.page.page--about .about-value .about-value__step-title{grid-column:2;margin-top:0!important;font-size:.52rem!important;line-height:1.3!important}.page.page--about .about-value .about-value__step-desc{grid-column:2;margin-top:0!important;font-size:.42rem!important;line-height:1.45!important}.page.page--about .about-value .about-value__connector{display:none!important}}.page.page--about .about-footprint{box-sizing:border-box;width:100%;padding:1.28rem 1.1rem 0;background:#fff;overflow:visible}.page.page--about .about-footprint__inner{max-width:100%;margin:0 auto}.page.page--about .about-footprint__intro{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);align-items:start;gap:0 1.2rem}.page.page--about .about-footprint__copy{min-width:0;padding-top:.08rem}.page.page--about .about-footprint__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.32rem;text-transform:uppercase}.page.page--about .about-footprint__title{margin:.68rem 0 0;color:#0f172a;font-size:.9rem;letter-spacing:-.0225rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.4rem;overflow-wrap:break-word;word-break:normal;white-space:normal}.page.page--about .about-footprint__body{margin-top:.48rem}.page.page--about .about-footprint__paragraph{margin:0;color:#232223;font-size:.48rem;font-weight:400;line-height:.72rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-footprint__paragraph+.page.page--about .about-footprint__paragraph{margin-top:.56rem}.page.page--about .about-footprint__map{display:block;width:100%;max-width:9.6rem;height:auto;margin-left:auto;object-fit:contain;object-position:top right}.page.page--about .about-footprint__regions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:1.72rem}.page.page--about .about-footprint__region{display:flex;flex-direction:row;align-items:flex-start;gap:.54rem;min-width:0;padding:0 1.12rem;box-sizing:border-box}.page.page--about .about-footprint__region:not(:last-child){border-right:.04rem solid rgb(230,232,235)}.page.page--about .about-footprint__region:first-child{padding-left:0}.page.page--about .about-footprint__region:last-child{padding-right:0}.page.page--about .about-footprint__region-icon{display:block;width:1.76rem;height:auto;flex-shrink:0;object-fit:contain}.page.page--about .about-footprint__region-text{flex:1;min-width:0}.page.page--about .about-footprint__region-name{display:block;margin:0;color:#3da562;font-size:.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.8rem}.page.page--about .about-footprint__region-desc{display:block;margin:.14rem 0 0;color:#000000b8;font-size:.44rem;font-weight:400;line-height:.66rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-footprint__pillars-block{margin-top:1.72rem;padding:1.28rem 0 0;background:#f4f5f6}.page.page--about .about-footprint__pillars-label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.2;letter-spacing:.06em;text-transform:uppercase}.page.page--about .about-footprint__pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:.68rem}.page.page--about .about-footprint__pillar{display:flex;flex-direction:row;align-items:flex-start;gap:.56rem;min-width:0;padding:0 1.12rem;box-sizing:border-box}.page.page--about .about-footprint__pillar:not(:last-child){border-right:.04rem solid rgb(230,232,235)}.page.page--about .about-footprint__pillar:first-child{padding-left:0}.page.page--about .about-footprint__pillar:last-child{padding-right:0}.page.page--about .about-footprint__pillar-icon{display:block;width:1.76rem;height:1.76rem;flex-shrink:0;object-fit:contain}.page.page--about .about-footprint__pillar-text{flex:1;min-width:0}.page.page--about .about-footprint__pillar-title{display:block;margin:0;color:#0f172a;font-size:.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.8rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-footprint__pillar-desc{display:block;margin:.14rem 0 0;color:#232223;font-size:.44rem;font-weight:400;line-height:.66rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-footprint--partners{padding-top:0}.page.page--about .about-footprint__partners{margin-top:3rem;padding:0 0 2.28rem;background-color:#fff}.page.page--about .about-footprint__partner-cols{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:1.2rem}.page.page--about .about-footprint__partner-col{min-width:0;padding-right:1.2rem;border-right:.02rem solid rgba(61,165,98,.35)}.page.page--about .about-footprint__partner-col:last-child{padding-right:0;border-right:none}.page.page--about .about-footprint__partner-col-title{margin:0;color:#3da562;font-size:.52rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.74rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-footprint__partner-list{margin:.7rem 0 0;padding:0;list-style:none}.page.page--about .about-footprint__partner-item{display:flex;flex-direction:row;align-items:flex-start;gap:.62rem;margin-top:.54rem}.page.page--about .about-footprint__partner-item:first-child{margin-top:0}.page.page--about .about-footprint__partner-icon{width:.62rem;height:.62rem;flex-shrink:0;margin-top:.02rem;object-fit:contain}.page.page--about .about-footprint__partner-label{flex:1;min-width:0;color:#232223;font-size:.48rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.66rem;overflow-wrap:break-word;word-break:normal;white-space:normal}.page.page--about .about-footprint-scenic{width:100%;height:6.4rem;background-position:center;background-size:cover;background-repeat:no-repeat}.page.page--about .about-join-values{box-sizing:border-box;width:100%;margin-top:0;padding:2.4rem 1.6rem 2.6rem;background:#f8f9fa;border-bottom:.04rem solid rgb(230,232,235)}.page.page--about .about-join{position:relative;max-width:31.2rem;margin:0 auto;padding-top:.4rem}.page.page--about .about-join__title{margin:0;color:#0f172a;font-size:1.2rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.25;letter-spacing:-.02rem;text-align:center}.page.page--about .about-join__grid{display:grid;grid-template-columns:repeat(12,1fr);column-gap:0;row-gap:2.4rem;margin-top:2.4rem}.page.page--about .about-join__item{display:flex;flex-direction:column;align-items:center;grid-column:span 3;min-width:0;text-align:center}.page.page--about .about-join__item:nth-child(5){grid-column:2/span 3}.page.page--about .about-join__item:nth-child(6){grid-column:5/span 3}.page.page--about .about-join__item:nth-child(7){grid-column:8/span 3}.page.page--about .about-join__icon{display:block;width:2.72rem;height:2.72rem;object-fit:contain}.page.page--about .about-join__label{display:block;margin:.56rem 0 0;width:100%;max-width:5.6rem;color:#0f172a;font-size:.52rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.74rem;text-align:center;overflow-wrap:break-word;word-break:normal}.page.page--about .about-values{box-sizing:border-box;width:100%;padding:.98rem 1.1rem 3.68rem;background-color:#fcfbfb;background-position:center top;background-size:cover;background-repeat:no-repeat}.page.page--about .about-values__title{margin:0;color:#111827;font-size:1.66rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.2;text-align:center}.page.page--about .about-values__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.96rem;row-gap:2.02rem;max-width:30.4rem;margin:4.3rem auto 0}.page.page--about .about-values__item{display:flex;flex-direction:row;align-items:flex-start;gap:1rem;min-width:0}.page.page--about .about-values__icon{display:block;width:2.72rem;height:2.72rem;flex-shrink:0;object-fit:contain}.page.page--about .about-values__text{flex:1;min-width:0;max-width:10rem}.page.page--about .about-values__item-title{display:block;margin:0;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.12rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-values__item-desc{display:block;margin:.06rem 0 0;color:#232223;font-size:.52rem;font-weight:400;line-height:.82rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-team{box-sizing:border-box;width:100%;padding:1.28rem 1.1rem 1.12rem;background-position:center top;background-size:cover;background-repeat:no-repeat}.page.page--about .about-team__header{max-width:27.68rem;margin:0 auto;text-align:center}.page.page--about .about-team__title{margin:0;color:#0f172a;font-size:1.1rem;letter-spacing:-.028rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.36rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-team__desc{margin:.48rem auto 0;max-width:23.54rem;color:#232223;font-size:.48rem;font-weight:400;line-height:.72rem;overflow-wrap:break-word;word-break:normal}.page.page--about .about-team__grid{display:flex;flex-direction:column;align-items:center;gap:.36rem;margin-top:.72rem}.page.page--about .about-team__row{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;width:100%;max-width:24rem}.page.page--about .about-team__row--1{gap:0}.page.page--about .about-team__row--2{gap:2.4rem}.page.page--about .about-team__row--3{gap:2rem}.page.page--about .about-team__row--4{gap:1.28rem}.page.page--about .about-team__member{display:flex;flex-direction:column;align-items:center;min-width:0;width:4.4rem;text-align:center}.page.page--about .about-team__member-button{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:center;text-decoration:none;cursor:pointer}.page.page--about .about-team__member-button:focus-visible{outline:.08rem solid rgba(39,210,134,.9);outline-offset:.12rem;border-radius:.24rem}.page.page--about .about-team__member-button:hover .page.page--about .about-team__photo,.page.page--about .about-team__member-button:focus-visible .page.page--about .about-team__photo{transform:translateY(-.08rem) scale(1.03);box-shadow:0 .16rem .4rem #034e8e33}.page.page--about .about-team__member-button:hover .page.page--about .about-team__name,.page.page--about .about-team__member-button:focus-visible .page.page--about .about-team__name{color:#009688}.page.page--about .about-team__photo{display:block;width:3.2rem;height:3.2rem;border:.12rem solid rgb(255,255,255);border-radius:50%;box-shadow:0 0 .16rem #b6b6b673;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease}.page.page--about .about-team__name{display:block;margin:.28rem 0 0;color:#034e8e;font-size:.52rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.64rem;transition:color .2s ease}.page.page--about .about-team__role{display:block;margin:.06rem 0 0;color:#000;font-size:.4rem;font-weight:400;line-height:.56rem;overflow-wrap:break-word;word-break:normal}.about-team-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:.8rem;background:#040a14ad;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.about-team-modal__card{position:relative;display:grid;grid-template-columns:minmax(8rem,13.2rem) minmax(0,18.2rem);width:min(34rem,100vw - 1.6rem);max-height:calc(100vh - 1.6rem);overflow:hidden;border:.02rem solid rgba(166,224,212,.5);border-radius:.32rem;background:#fff;box-shadow:0 .5rem 1.6rem #02081747}.about-team-modal__media{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.4rem 1rem;background:linear-gradient(160deg,#0096881f,#034e8e1a)}.about-team-modal__photo{display:block;width:5.8rem;height:5.8rem;border:.16rem solid rgb(255,255,255);border-radius:50%;object-fit:cover;box-shadow:0 .22rem .7rem #0f172a38}.about-team-modal__meta{margin-top:.7rem;text-align:center}.about-team-modal__meta h2{margin:0;color:#034e8e;font-size:.96rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:1.24rem}.about-team-modal__meta p{margin:.22rem auto 0;max-width:9.6rem;color:#0f172ad1;font-size:.42rem;line-height:.68rem}.about-team-modal__body{position:relative;overflow-y:auto;padding:1.28rem 1.36rem 1rem}.about-team-modal__close{position:absolute;top:.46rem;right:.46rem;display:flex;align-items:center;justify-content:center;width:.82rem;height:.82rem;border:.02rem solid rgba(3,78,142,.18);border-radius:50%;background:#ffffffe0;cursor:pointer}.about-team-modal__close span,.about-team-modal__close span:before{display:block;width:.36rem;height:.04rem;border-radius:999px;background:#0f172ac7}.about-team-modal__close span{transform:rotate(45deg)}.about-team-modal__close span:before{content:"";transform:rotate(90deg)}.about-team-modal__close:hover,.about-team-modal__close:focus-visible{border-color:#27d286cc;outline:none}.about-team-modal__eyebrow{margin:0 0 .34rem;color:#27d286;font-size:.32rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;letter-spacing:.06rem;line-height:.46rem;text-transform:uppercase}.about-team-modal__lead{margin:0;color:#0f172a;font-size:.62rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;line-height:.92rem}.about-team-modal__bio{margin-top:.64rem}.about-team-modal__bio p{margin:0;color:#232223db;font-size:.4rem;line-height:.72rem}.about-team-modal__bio p+p{margin-top:.38rem}.about-team-modal__actions{display:flex;justify-content:flex-end;gap:.24rem;margin-top:.8rem}.about-team-modal__actions button{min-width:2.32rem;height:.84rem;border:.02rem solid rgba(3,78,142,.18);border-radius:999px;background:#f6fafc;color:#034e8e;font-size:.36rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700;cursor:pointer}.about-team-modal__actions button:hover,.about-team-modal__actions button:focus-visible{border-color:#27d286bf;background:#27d2861a;outline:none}@media (max-width: 760px){.about-team-modal__card{grid-template-columns:1fr}.about-team-modal__media{padding:1rem .8rem .72rem}.about-team-modal__photo{width:4.2rem;height:4.2rem}.about-team-modal__body{padding:.9rem .82rem .86rem}}.page.page--about{width:42.52rem;max-width:100%;margin:0 auto;height:auto!important;min-height:0!important;overflow:visible}.page.page--about .about-hero{width:100%;max-width:none;margin:0}.page.page--about .image_1{display:none}.page.page--about .about-team,.page.page--about .about-footprint,.page.page--about .about-footprint-scenic,.page.page--about .about-join-values,.page.page--about .about-values{width:100%!important;max-width:none;height:auto!important;min-height:0!important}.page.page--about .group_3,.page.page--about .group_6,.page.page--about .group_4,.page.page--about .about-team,.page.page--about .about-values{background-size:cover!important;background-position:center}.page.page--about .text-wrapper_2,.page.page--about .text-wrapper_4{width:100%!important;height:auto!important}.page.page--about .paragraph_1,.page.page--about .paragraph_2,.page.page--about .paragraph_3,.page.page--about .paragraph_4,.page.page--about .paragraph_5,.page.page--about .paragraph_6,.page.page--about .paragraph_7,.page.page--about .paragraph_8,.page.page--about .paragraph_9,.page.page--about .paragraph_10,.page.page--about .paragraph_11,.page.page--about .paragraph_12,.page.page--about .paragraph_13,.page.page--about .paragraph_14,.page.page--about .paragraph_15,.page.page--about .paragraph_16,.page.page--about .paragraph_17,.page.page--about .paragraph_18,.page.page--about .paragraph_19,.page.page--about .paragraph_20,.page.page--about .paragraph_21,.page.page--about .text_5,.page.page--about .text_7,.page.page--about .text_8,.page.page--about .text_9,.page.page--about .text_11,.page.page--about .text_18,.page.page--about .text_20,.page.page--about .text_22,.page.page--about .text_24,.page.page--about .text_26,.page.page--about .text_30,.page.page--about .text_32,.page.page--about .text_34,.page.page--about .text_36,.page.page--about .text_37,.page.page--about .text_39,.page.page--about .text_41,.page.page--about .text_43,.page.page--about .text_45,.page.page--about .text_47,.page.page--about .text_49,.page.page--about .text_51{width:auto!important;max-width:100%;height:auto!important;white-space:normal;overflow-wrap:break-word;word-break:normal}.page.page--about .text-group_1,.page.page--about .text-group_2,.page.page--about .text-group_3,.page.page--about .text-group_4,.page.page--about .text-group_5,.page.page--about .text-group_6,.page.page--about .text-group_7,.page.page--about .text-group_8,.page.page--about .text-group_9,.page.page--about .text-group_10,.page.page--about .text-group_11,.page.page--about .text-group_12,.page.page--about .text-group_13,.page.page--about .text-group_14,.page.page--about .text-group_15,.page.page--about .text-group_16,.page.page--about .text-group_18,.page.page--about .text-group_19,.page.page--about .text-group_20,.page.page--about .text-group_21,.page.page--about .text-group_22,.page.page--about .text-group_23,.page.page--about .text-group_24,.page.page--about .text-group_25,.page.page--about .text-group_26,.page.page--about .text-group_27,.page.page--about .text-group_28,.page.page--about .text-wrapper_1,.page.page--about .text-wrapper_3,.page.page--about .text-wrapper_5,.page.page--about .section_1,.page.page--about .section_2,.page.page--about .section_3,.page.page--about .section_4,.page.page--about .group_2,.page.page--about .group_5,.page.page--about .box_1,.page.page--about .box_2,.page.page--about .box_3{height:auto!important}@media (max-width: 900px){.page.page--about{width:100%!important;max-width:100%!important;overflow-x:hidden}.page.page--about [class*=paragraph_],.page.page--about [class*=text_],.page.page--about [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word}.page.page--about .about-hero{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--about .about-hero__overlay{position:relative!important;inset:auto!important;padding:3.4rem .9rem 1.4rem!important;min-height:16rem;align-items:flex-end!important;background:linear-gradient(180deg,#08142566,#081425bf)!important}.page.page--about .about-hero__content{max-width:100%!important}.page.page--about .about-hero__title{font-size:1.05rem!important}.page.page--about .about-vision{padding:1rem .9rem!important}.page.page--about .about-vision__inner{grid-template-columns:1fr!important;gap:.8rem!important}.page.page--about .about-vision__body{padding-top:0!important}.page.page--about .about-vision__deco{max-width:6rem;margin:.4rem 0 0}.page.page--about .about-challenge{padding:1rem .9rem 1.2rem!important}.page.page--about .about-challenge__top{grid-template-columns:1fr!important;gap:.6rem!important}.page.page--about .about-challenge__title{width:auto!important;max-width:100%!important}.page.page--about .about-challenge__body{padding-top:0!important}.page.page--about .about-challenge__grid{grid-template-columns:1fr!important;gap:.8rem!important;margin-top:1rem!important}.page.page--about .about-challenge__item{padding:0!important;border-right:none!important}.page.page--about .about-innovation{padding:1rem .9rem 1.2rem!important}.page.page--about .about-innovation__cards{grid-template-columns:1fr!important}.page.page--about .about-footprint{padding:1rem .9rem 0!important}.page.page--about .about-footprint__intro{grid-template-columns:1fr!important;gap:.8rem!important}.page.page--about .about-footprint__map{max-width:100%!important;margin:.6rem 0 0}.page.page--about .about-footprint__regions,.page.page--about .about-footprint__pillars{grid-template-columns:1fr!important;gap:.8rem!important;margin-top:1rem!important}.page.page--about .about-footprint__region,.page.page--about .about-footprint__pillar{padding:0!important;border-right:none!important}.page.page--about .about-footprint__paragraph{max-width:100%!important;white-space:normal!important}.page.page--about .about-join-values{padding:1.4rem .9rem 1.6rem!important}.page.page--about .about-join{max-width:100%!important}.page.page--about .about-join__title{font-size:1rem!important}.page.page--about .about-join__grid{grid-template-columns:repeat(2,1fr)!important;row-gap:1.2rem!important;margin-top:1.2rem!important}.page.page--about .about-join__item{grid-column:span 1!important}.page.page--about .about-join__item:nth-child(5),.page.page--about .about-join__item:nth-child(6),.page.page--about .about-join__item:nth-child(7){grid-column:span 1!important}.page.page--about .about-join__label{max-width:100%!important;width:100%!important;white-space:normal!important;font-size:.48rem!important;line-height:1.35!important}.page.page--about .about-value{padding:1rem .9rem 1.4rem!important}.page.page--about .about-value__steps{flex-direction:column!important;align-items:stretch!important;gap:.9rem!important}.page.page--about .about-value__step{display:grid!important;grid-template-columns:auto minmax(0,1fr);column-gap:.55rem;row-gap:.18rem;align-items:start!important;text-align:left!important;width:100%!important}.page.page--about .about-value__icon{grid-column:1;grid-row:1/span 2;width:2.2rem!important;height:2.2rem!important}.page.page--about .about-value__step-title{grid-column:2;margin-top:0!important}.page.page--about .about-value__step-desc{grid-column:2}.page.page--about .about-value__connector{display:none!important}.page.page--about .about-values{padding:1rem .9rem 1.8rem!important}.page.page--about .about-values__title{font-size:1.1rem!important}.page.page--about .about-values__grid{grid-template-columns:1fr!important;max-width:100%!important;margin-top:1.2rem!important;row-gap:1rem!important}.page.page--about .about-values__text{max-width:100%!important}.page.page--about .about-team{padding:1rem .7rem!important}.page.page--about .about-team__row{flex-wrap:wrap!important;gap:.6rem!important;max-width:100%!important}.page.page--about .about-team__member{width:calc(50% - .3rem)!important}.page.page--about .i18n-multiline{white-space:normal!important}}@media (max-width: 480px){.page.page--about .about-footprint__regions,.page.page--about .about-footprint__pillars,.page.page--about .about-join__grid{grid-template-columns:1fr!important}.page.page--about .about-team__member{width:100%!important}}.page.page--users .users-hero{position:relative;width:100%;aspect-ratio:1920/960;min-height:18rem;overflow:hidden;isolation:isolate;flex-shrink:0}.page.page--users .users-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center}.page.page--users .users-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:flex-start;padding:1.6rem 2.4rem 1.6rem 2.8rem;box-sizing:border-box;background:linear-gradient(90deg,#0814258c,#08142552 42%,#08142514 72%,#08142500)}.page.page--users .users-hero__content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:27.75rem}.page.page--users .users-hero__brand{display:flex;flex-direction:column;align-items:flex-start;gap:.16rem}.page.page--users .users-hero__logo{width:2.16rem;height:auto;object-fit:contain}.page.page--users .users-hero__brand-line1{color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.08rem;font-weight:600;line-height:1.1;letter-spacing:.14em;text-transform:uppercase}.page.page--users .users-hero__brand-line2{color:#ffffffe0;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.63rem;font-weight:500;line-height:1.2;letter-spacing:.22em;text-transform:uppercase}.page.page--users .users-hero__label{margin:.72rem 0 0;color:#27d286;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.66rem;font-weight:600;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}.page.page--users .users-hero__title{margin:.4rem 0 0;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.62rem;font-weight:700;line-height:1.2;letter-spacing:-.02em}.page.page--users .users-hero__subtitle{margin:.36rem 0 0;color:#fffffff5;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.87rem;font-weight:500;line-height:1.35}.page.page--users .users-hero__desc{margin:.48rem 0 0;max-width:24.3rem;color:#ffffffe6;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.66rem;font-weight:400;line-height:1.55}.page.page--users .users-hero__highlights{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:.72rem 1.08rem;margin:.88rem 0 0;padding:0;list-style:none}.page.page--users .users-hero__highlight{display:flex;flex-direction:row;align-items:center;gap:.42rem}.page.page--users .users-hero__highlight-icon{width:1.08rem;height:1.08rem;flex-shrink:0;object-fit:contain}.page.page--users .users-hero__highlight-text{color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.66rem;font-weight:500;line-height:1.2;white-space:nowrap}@media (max-width: 900px){.page.page--users .users-hero{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--users .users-hero .users-hero__overlay{position:relative!important;inset:auto!important;align-items:flex-end;padding:3.4rem .9rem 1.4rem!important;min-height:18rem;background:linear-gradient(180deg,#08142559,#081425b8 55%,#081425e0)!important}.page.page--users .users-hero .users-hero__content{max-width:100%!important;width:100%}.page.page--users .users-hero .users-hero__title{font-size:.95rem!important;line-height:1.25!important}.page.page--users .users-hero .users-hero__desc{max-width:100%!important;font-size:.48rem!important}.page.page--users .users-hero .users-hero__highlights{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important}.page.page--users .users-hero .users-hero__highlight-text{white-space:normal!important;font-size:.5rem!important}}.page.page--users .image_1{width:38.4rem;height:19.2rem}.page.page--users .image_2{width:38.4rem;height:21.62rem;margin-top:57.6rem}.page.page--users .block_1{width:38.4rem;height:31.34rem;margin-bottom:.02rem}.page.page--users .box_1{width:34.82rem;height:15.02rem;margin:2.66rem 0 0 1.48rem}.page.page--users .text-wrapper_1{width:9.04rem;height:4.26rem;margin-top:.42rem}.page.page--users .text_1{width:1.42rem;height:.84rem;overflow-wrap:break-word;color:#189548;font-size:.6rem;letter-spacing:.06rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.84rem;margin-left:.02rem}.page.page--users .text_2{width:9.04rem;height:3.2rem;overflow-wrap:break-word;color:#081425;font-size:1.08rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.6rem;margin-top:.22rem}.page.page--users .grid_1{width:25.36rem;height:15.02rem;flex-wrap:wrap}.page.page--users .group_1{border-radius:.4rem;height:4.88rem;border:.04rem solid rgb(221,227,236);width:12.48rem;margin:0 .4rem .18rem 0}.page.page--users .group_1:nth-child(2n){margin-right:0}.page.page--users .group_1:nth-last-child(-n+2){margin-bottom:0}.page.page--users .box_2{width:9.14rem;height:.96rem;margin:.96rem 0 0 .66rem}.page.page--users .text-wrapper_2{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem}.page.page--users .text_3{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text_4{width:7.62rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem;margin-top:.12rem}.page.page--users .text-wrapper_3{width:9.76rem;height:1.76rem;margin:.36rem 0 .84rem 2.2rem}.page.page--users .paragraph_1{width:9.76rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem}.page.page--users .group_2{border-radius:.4rem;width:12.48rem;height:4.88rem;border:.04rem solid rgb(221,227,236);margin-bottom:.18rem}.page.page--users .text-wrapper_4{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem;margin:.96rem 0 0 .52rem}.page.page--users .text_5{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text-group_1{width:9.8rem;height:2.92rem;margin:1.08rem .62rem 0 .58rem}.page.page--users .text_6{width:9.8rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem}.page.page--users .paragraph_2{width:9.08rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem;margin:.42rem 0 0 .02rem}.page.page--users .group_3{border-radius:.4rem;width:12.48rem;height:4.88rem;border:.04rem solid rgb(221,227,236);margin:0 .4rem .18rem 0}.page.page--users .text-wrapper_5{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem;margin:1rem 0 0 .66rem}.page.page--users .text_7{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text-group_2{width:9.44rem;height:2.88rem;margin:1.08rem .86rem 0 .56rem}.page.page--users .text_8{width:5.46rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem}.page.page--users .paragraph_3{width:9.42rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem;margin:.38rem 0 0 .02rem}.page.page--users .group_4{border-radius:.4rem;width:12.48rem;height:4.88rem;border:.04rem solid rgb(221,227,236);margin-bottom:.18rem}.page.page--users .text-wrapper_6{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem;margin:1rem 0 0 .52rem}.page.page--users .text_9{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text-group_3{width:8.7rem;height:2.84rem;margin:1.16rem 1.74rem 0 .56rem}.page.page--users .text_10{width:8.68rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem;margin-left:.02rem}.page.page--users .paragraph_4{width:8.56rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem;margin-top:.34rem}.page.page--users .group_5{border-radius:.4rem;height:4.88rem;border:.04rem solid rgb(221,227,236);width:12.48rem;margin:0 .4rem .18rem 0}.page.page--users .group_6{width:9.9rem;height:.96rem;margin:.88rem 0 0 .66rem}.page.page--users .text-wrapper_7{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem}.page.page--users .text_11{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text_12{width:8.38rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem;margin-top:.1rem}.page.page--users .text-wrapper_8{width:8.6rem;height:1.76rem;margin:.34rem 0 .94rem 2.16rem}.page.page--users .paragraph_5{width:8.6rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem}.page.page--users .group_7{border-radius:.4rem;height:4.88rem;border:.04rem solid rgb(221,227,236);margin-bottom:.18rem;width:12.48rem}.page.page--users .section_1{width:9.4rem;height:.96rem;margin:.88rem 0 0 .52rem}.page.page--users .text-wrapper_9{background-color:#3b82f61a;border-radius:199.98rem;height:.96rem;border:.02rem solid rgb(59,130,246);width:.96rem}.page.page--users .text_13{width:.24rem;height:.48rem;overflow-wrap:break-word;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.64rem;margin:.24rem 0 0 .36rem}.page.page--users .text_14{width:7.86rem;height:.74rem;overflow-wrap:break-word;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.74rem;margin-top:.1rem}.page.page--users .text-wrapper_10{width:10.08rem;height:1.76rem;margin:.34rem 0 .94rem 2.08rem}.page.page--users .paragraph_6{width:10.08rem;height:1.76rem;overflow-wrap:break-word;color:#000;font-size:.44rem;font-weight:400;text-align:left;line-height:.88rem}.page.page--users .box_3{width:38.4rem;height:12.3rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPnge0dfcd964bfb12c345038b33e52ceeb3fc39ef1895d28cf45537790d443e99db) 100% no-repeat;background-size:100% 100%;margin:1.34rem 0 .02rem}.page.page--users .text-group_4{width:19.96rem;height:9.98rem;margin:1.1rem 0 0 1.42rem}.page.page--users .text_15{width:6.96rem;height:.84rem;overflow-wrap:break-word;color:#189548;font-size:.6rem;letter-spacing:.06rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.84rem}.page.page--users .paragraph_7{width:19.96rem;height:4.8rem;overflow-wrap:break-word;color:#fff;font-size:1.32rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.6rem;margin-top:.24rem}.page.page--users .text_16{width:16.22rem;height:3.84rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-weight:400;text-align:left;line-height:.96rem;margin-top:.26rem}.page.page--users .block_2{position:absolute;left:0;top:19.2rem;width:38.4rem;height:57.62rem}.page.page--users .text-group_5{width:19.34rem;height:3.36rem;margin:1.44rem 0 0 1.6rem}.page.page--users .text_17{width:5.52rem;height:.32rem;overflow-wrap:break-word;color:#3da562;font-size:.6rem;text-transform:uppercase;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--users .paragraph_8{width:19.34rem;height:2.92rem;overflow-wrap:break-word;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.44rem;margin-top:.12rem}.page.page--users .text_18{width:20.92rem;height:1.64rem;overflow-wrap:break-word;color:#232223;font-size:.6rem;font-weight:400;text-align:left;line-height:.9rem;margin:1.76rem 0 0 1.54rem}.page.page--users .group_8{width:26.52rem;height:2.66rem;margin:1.68rem 0 0 1.6rem}.page.page--users .image_3{width:2.4rem;height:2.4rem;margin-top:.24rem}.page.page--users .text-wrapper_11{width:8.4rem;height:2.54rem;margin-left:.84rem}.page.page--users .text_19{width:7.28rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem}.page.page--users .text_20{width:8.4rem;height:1.36rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin-top:.58rem}.page.page--users .image_4{width:2.4rem;height:2.4rem;margin:.24rem 0 0 .48rem}.page.page--users .text-group_6{width:8.42rem;height:2.04rem;margin-left:.64rem}.page.page--users .text_21{width:7.26rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem}.page.page--users .text_22{width:8.4rem;height:1.36rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin:.08rem 0 0 .02rem}.page.page--users .image_5{width:2.4rem;height:2.4rem;margin:.26rem 0 0 .54rem}.page.page--users .group_9{width:35.58rem;height:2.98rem;margin:2.04rem 0 0 1.6rem}.page.page--users .image_6{width:2.4rem;height:2.4rem;margin-top:.2rem}.page.page--users .text-group_7{width:6.9rem;height:2.98rem;margin-left:.84rem}.page.page--users .text_23{width:6.76rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem}.page.page--users .paragraph_9{width:6.9rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin-top:.34rem}.page.page--users .image_7{width:2.4rem;height:2.4rem;margin:.2rem 0 0 1.98rem}.page.page--users .text-group_8{width:8.42rem;height:2.96rem;margin-left:.64rem}.page.page--users .text_24{width:5.96rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem}.page.page--users .paragraph_10{width:8.4rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin:.32rem 0 0 .02rem}.page.page--users .image_8{width:2.4rem;height:2.4rem;margin:.22rem 0 0 .54rem}.page.page--users .text-wrapper_12{width:8.48rem;height:2.96rem;margin-left:.58rem}.page.page--users .text_25{width:6.8rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem}.page.page--users .text_26{width:8.4rem;height:2.04rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin:.32rem 0 0 .08rem}.page.page--users .group_10{background-color:#f3f6fb;width:38.4rem;height:19.2rem;margin-top:1.16rem}.page.page--users .text_27{width:18.14rem;height:.88rem;overflow-wrap:break-word;color:#062453;font-size:1.56rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:center;white-space:nowrap;line-height:.88rem;margin:3.64rem 0 0 10.14rem}.page.page--users .group_11{width:33.34rem;height:3.38rem;margin:2.18rem 0 0 1.82rem}.page.page--users .text_28{width:.42rem;height:1.4rem;overflow-wrap:break-word;color:#089942;font-size:1rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:1.4rem}.page.page--users .image_9{width:3.2rem;height:3.2rem;margin:.18rem 0 0 1rem}.page.page--users .image_10{width:1.28rem;height:1.28rem;margin:1.54rem 0 0 1.98rem}.page.page--users .text_29{width:.6rem;height:1.4rem;overflow-wrap:break-word;color:#089942;font-size:1rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:1.4rem;margin-left:1.38rem}.page.page--users .image_11{width:3.2rem;height:3.2rem;margin:.18rem 0 0 1.04rem}.page.page--users .image_12{width:1.28rem;height:1.28rem;margin:1.54rem 0 0 2.38rem}.page.page--users .text_30{width:.6rem;height:1.4rem;overflow-wrap:break-word;color:#089942;font-size:1rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:1.4rem;margin-left:1.6rem}.page.page--users .image_13{width:3.2rem;height:3.2rem;margin:.18rem 0 0 .44rem}.page.page--users .image_14{width:1.28rem;height:1.28rem;margin:1.54rem 0 0 2.18rem}.page.page--users .text_31{width:.6rem;height:1.4rem;overflow-wrap:break-word;color:#089942;font-size:1rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;white-space:nowrap;line-height:1.4rem;margin-left:1.62rem}.page.page--users .image_15{width:3.2rem;height:3.2rem;margin:.18rem 0 0 .86rem}.page.page--users .text-wrapper_13{width:36.84rem;height:.76rem;margin:1.18rem 0 0 1.16rem}.page.page--users .text_32{width:7.36rem;height:.6rem;overflow-wrap:break-word;color:#062453;font-size:.56rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-top:.02rem}.page.page--users .text_33{width:7.46rem;height:.6rem;overflow-wrap:break-word;color:#062453;font-size:.56rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin-left:2.08rem}.page.page--users .text_34{width:7.32rem;height:.6rem;overflow-wrap:break-word;color:#062453;font-size:.56rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin:.16rem 0 0 2.1rem}.page.page--users .text_35{width:8.88rem;height:.6rem;overflow-wrap:break-word;color:#062453;font-size:.56rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.6rem;margin:.1rem 0 0 1.64rem}.page.page--users .text-wrapper_14{width:36.8rem;height:2.86rem;margin:.3rem 0 4.02rem 1.56rem}.page.page--users .paragraph_11{width:6.56rem;height:1.84rem;overflow-wrap:break-word;color:#232223;font-size:.5rem;font-weight:400;text-align:center;line-height:.92rem}.page.page--users .text_36{width:9.6rem;height:2.4rem;overflow-wrap:break-word;color:#232223;font-size:.5rem;font-weight:400;text-align:center;line-height:.92rem;margin:.46rem 0 0 1.4rem}.page.page--users .paragraph_12{width:8.02rem;height:2.4rem;overflow-wrap:break-word;color:#232223;font-size:.5rem;font-weight:400;text-align:center;line-height:.92rem;margin:.42rem 0 0 .68rem}.page.page--users .text_37{width:9.6rem;height:2.4rem;overflow-wrap:break-word;color:#232223;font-size:.5rem;font-weight:400;text-align:center;line-height:.92rem;margin:.46rem 0 0 .94rem}.page.page--users .group_12{width:34.34rem;height:8.72rem;margin:2.36rem 0 0 2.42rem}.page.page--users .text-wrapper_15{border-radius:199.98rem;height:1.64rem;border:.04rem solid rgb(15,23,42);margin-top:.66rem;width:1.64rem}.page.page--users .text_38{width:.4rem;height:.6rem;overflow-wrap:break-word;color:#333;font-size:.6rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.72rem;margin:.52rem 0 0 .62rem}.page.page--users .text-group_9{width:12.22rem;height:8.72rem;margin-left:.92rem}.page.page--users .text_39{width:11.9rem;height:2.8rem;overflow-wrap:break-word;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem}.page.page--users .text_40{width:12.22rem;height:4.78rem;overflow-wrap:break-word;color:#232223;font-size:.6rem;font-weight:400;text-align:left;line-height:1.04rem;margin-top:1.14rem}.page.page--users .text-wrapper_16{border-radius:199.98rem;height:1.64rem;border:.04rem solid rgb(5,150,105);width:1.64rem;margin:.66rem 0 0 3.76rem}.page.page--users .text_41{width:.54rem;height:.6rem;overflow-wrap:break-word;color:#059669;font-size:.6rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;text-align:center;white-space:nowrap;line-height:.72rem;margin:.52rem 0 0 .56rem}.page.page--users .text-group_10{position:relative;width:13.28rem;height:7.66rem;margin-left:.88rem}.page.page--users .text_42{width:12.74rem;height:2.8rem;overflow-wrap:break-word;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:1.4rem;margin-left:.04rem}.page.page--users .text_43{position:absolute;left:0;top:2.46rem;width:13.28rem;height:5.2rem;overflow-wrap:break-word;color:#232223;font-size:.6rem;font-weight:400;text-align:left;line-height:1.04rem}.page.page--users .list_1{width:32.18rem;height:4.26rem;margin:2.44rem 0 1.92rem 3.14rem}.page.page--users .image-text_1{width:4.08rem;height:4.26rem;margin-right:3.36rem}.page.page--users .image_16{width:2.8rem;height:2.8rem;margin-left:.68rem}.page.page--users .text-group_11{width:4.56rem;height:1.12rem;overflow-wrap:break-word;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem;margin-top:.34rem}.page.page--users .text-wrapper_17{position:absolute;left:28.12rem;top:-.78rem;width:10.28rem;height:12.56rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngb3276e123de542c201f17e03233726ab7f8b56a632464f32eae51ea21c0336a1) 100% no-repeat;background-size:100% 100%}.page.page--users .text_44{width:6.18rem;height:.6rem;overflow-wrap:break-word;color:#000;font-size:.6rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.6rem;margin:10.66rem 0 0 .58rem}.page.page--users .text_45{width:8.4rem;height:1.36rem;overflow-wrap:break-word;color:#232223;font-size:.44rem;font-weight:400;text-align:left;line-height:.68rem;margin:.08rem 0 .14rem .66rem}.page.page--users .users-why{box-sizing:border-box;width:100%;padding:1.44rem 1.6rem 0}.page.page--users .users-why__header{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1rem;position:relative;min-height:8rem;background-repeat:no-repeat;background-position:right;background-size:20% 100%}.page.page--users .users-why__intro{flex:1;min-width:0;max-width:20.92rem}.page.page--users .users-why__label{margin:0;color:#3da562;font-size:.6rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.32rem;text-transform:uppercase}.page.page--users .users-why__title{margin:.12rem 0 0;max-width:19.34rem;color:#0f172a;font-size:1.2rem;letter-spacing:-.03rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.44rem}.page.page--users .users-why__desc{margin:1.76rem 0 0;max-width:20.92rem;color:#232223;font-size:.6rem;font-weight:400;line-height:.9rem}.page.page--users .users-why__grid{display:grid;grid-template-columns:repeat(3,1fr);column-gap:.48rem;row-gap:2.04rem;margin-top:1.68rem}.page.page--users .users-why__item{display:flex;flex-direction:row;align-items:flex-start;gap:.64rem;min-width:0}.page.page--users .users-why__icon{display:block;width:2.4rem;height:2.4rem;flex-shrink:0;margin-top:.2rem;object-fit:contain}.page.page--users .users-why__text{flex:1;min-width:0}.page.page--users .users-why__item-title{margin:0;color:#000;font-size:.6rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.6rem}.page.page--users .users-why__item-desc{margin:.34rem 0 0;color:#232223;font-size:.44rem;font-weight:400;line-height:.68rem}.page.page--users .users-how{box-sizing:border-box;width:100%;margin-top:1.16rem;padding:3.64rem 1.82rem 2.4rem;background-color:#f3f6fb}.page.page--users .users-how__title{margin:0 auto;max-width:18.14rem;color:#062453;font-size:1.56rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;text-align:center}.page.page--users .users-how__flow{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;flex-wrap:nowrap;gap:0;margin-top:2.18rem}.page.page--users .users-how__step{display:flex;flex-direction:column;align-items:center;flex:1;min-width:0;max-width:7.2rem;text-align:center}.page.page--users .users-how__visual{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;min-height:3.38rem}.page.page--users .users-how__num{color:#089942;font-size:1rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.4rem;flex-shrink:0}.page.page--users .users-how__icon{display:block;width:3.2rem;height:3.2rem;margin-left:.5rem;object-fit:contain}.page.page--users .users-how__arrow{display:block;width:1.28rem;height:1.28rem;flex-shrink:0;margin:1.54rem .4rem 0;object-fit:contain;align-self:flex-start}.page.page--users .users-how__step-title{margin:.72rem 0 0;color:#000;font-size:.6rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.76rem}.page.page--users .users-how__step-desc{margin:.36rem 0 0;color:#232223;font-size:.44rem;font-weight:400;line-height:.68rem}.page.page--users .users-compare{box-sizing:border-box;width:100%;padding:2.36rem 2.42rem 0}.page.page--users .users-compare__inner{display:flex;flex-direction:row;align-items:flex-start;gap:3.76rem;max-width:34.34rem;margin:0 auto}.page.page--users .users-compare__card{display:flex;flex:1;flex-direction:row;align-items:flex-start;gap:.92rem;min-width:0}.page.page--users .users-compare__badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.64rem;height:1.64rem;margin-top:.66rem;border-radius:50%;border:.04rem solid rgb(15,23,42);color:#333;font-size:.6rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1}.page.page--users .users-compare__badge--yes{border-color:#059669;color:#059669}.page.page--users .users-compare__content{flex:1;min-width:0}.page.page--users .users-compare__title{margin:0;color:#0f172a;font-size:1rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.4rem;overflow-wrap:break-word}.page.page--users .users-compare__desc{margin:1.14rem 0 0;color:#232223;font-size:.6rem;font-weight:400;line-height:1.04rem;overflow-wrap:break-word}.page.page--users .users-traits{box-sizing:border-box;width:100%;padding:2.44rem 3.14rem 0}.page.page--users .users-traits__grid{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;max-width:32.18rem;margin:0 auto}.page.page--users .users-traits__item{display:flex;flex-direction:column;align-items:center;width:4.08rem;text-align:center}.page.page--users .users-traits__icon{display:block;width:2.8rem;height:2.8rem;object-fit:contain}.page.page--users .users-traits__label{margin:.34rem 0 0;color:#0f172a;font-size:.8rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.12rem;white-space:nowrap}.page.page--users .users-exposure{position:relative;box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;width:100%;margin:1.92rem 0 0;padding:0 0 .8rem;aspect-ratio:1920/900;min-height:11rem;overflow:hidden;background:#f5f8fa}.page.page--users .users-exposure__slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease}.page.page--users .users-exposure__slide--active{opacity:1}.page.page--users .users-exposure__arrow{position:absolute;top:50%;z-index:2;display:flex;align-items:center;justify-content:center;width:1.12rem;height:1.12rem;margin:0;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;transform:translateY(-50%);opacity:.92;transition:opacity .2s ease}.page.page--users .users-exposure__arrow:hover{opacity:1}.page.page--users .users-exposure__arrow svg{width:.72rem;height:.72rem}.page.page--users .users-exposure__arrow--prev{left:.56rem}.page.page--users .users-exposure__arrow--next{right:.56rem}.page.page--users .users-exposure__dots{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:.18rem}.page.page--users .users-exposure__dot{width:.18rem;height:.18rem;padding:0;border:none;border-radius:50%;background:#fff9;cursor:pointer;transition:width .2s ease,background-color .2s ease}.page.page--users .users-exposure__dot--active{width:.48rem;border-radius:999px;background:#27d286}.page.page--users .users-exposure__title{margin:0;color:#000;font-size:.6rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.6rem}.page.page--users .users-exposure__desc{margin:.08rem 0 0;max-width:8.4rem;color:#232223;font-size:.44rem;font-weight:400;line-height:.68rem;overflow-wrap:break-word}.page.page--users .users-faq{box-sizing:border-box;width:100%;padding:2.66rem 1.48rem 0}.page.page--users .users-faq__inner{display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:1.4rem;max-width:34.82rem;margin:0 auto}.page.page--users .users-faq__intro{flex-shrink:0;width:9.04rem;padding-top:.42rem}.page.page--users .users-faq__label{margin:0;color:#189548;font-size:.6rem;letter-spacing:.06rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.84rem;text-transform:uppercase}.page.page--users .users-faq__title{margin:.22rem 0 0;color:#081425;font-size:1.08rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.6rem;overflow-wrap:break-word}.page.page--users .users-faq__grid{display:grid;grid-template-columns:repeat(2,12.48rem);column-gap:.4rem;row-gap:.18rem;flex-shrink:0}.page.page--users .users-faq__card{display:flex;flex-direction:row;align-items:flex-start;box-sizing:border-box;min-height:4.88rem;padding:.96rem .66rem .84rem;background-color:#fff;border:.04rem solid rgb(221,227,236);border-radius:.4rem}.page.page--users .users-faq__badge{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:.96rem;height:.96rem;border-radius:50%;border:.02rem solid rgb(59,130,246);background-color:#3b82f61a;color:#3b82f6;font-size:.48rem;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1}.page.page--users .users-faq__text{flex:1;min-width:0;margin-left:.58rem}.page.page--users .users-faq__question{margin:0;color:#060714;font-size:.52rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.74rem;overflow-wrap:break-word}.page.page--users .users-faq__answer{margin:.36rem 0 0;color:#000;font-size:.44rem;font-weight:400;line-height:.88rem;overflow-wrap:break-word}.page.page--users .users-vision{box-sizing:border-box;width:100%;margin-top:1.34rem;padding:1.1rem 1.42rem 1.2rem;min-height:12.3rem;background-repeat:no-repeat;background-position:center;background-size:cover;display:flex;align-items:flex-start}.page.page--users .users-vision__content{max-width:19.96rem}.page.page--users .users-vision__label{margin:0;color:#189548;font-size:.6rem;letter-spacing:.06rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.84rem;text-transform:uppercase}.page.page--users .users-vision__title{margin:.24rem 0 0;color:#fff;font-size:1.32rem;font-family:PingFangSC-Semibold,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.6rem;overflow-wrap:break-word}.page.page--users .users-vision__desc{margin:.26rem 0 0;max-width:16.22rem;color:#fff;font-size:.48rem;font-weight:400;line-height:.96rem;overflow-wrap:break-word}.page.page--users{width:42.52rem;max-width:100%;margin:0 auto;height:auto!important;min-height:0!important;overflow:visible}.page.page--users .users-hero{width:100%;max-width:none;margin:0}.page.page--users .image_1,.page.page--users .image_2{display:none}.page.page--users .block_1,.page.page--users .block_2,.page.page--users .box_1,.page.page--users .box_3,.page.page--users .grid_1{width:100%!important;max-width:none;height:auto!important;min-height:0!important}.page.page--users .users-why,.page.page--users .users-how,.page.page--users .users-compare,.page.page--users .users-traits,.page.page--users .users-exposure,.page.page--users .users-faq,.page.page--users .users-vision{width:100%!important;height:auto!important;min-height:0!important}.page.page--users .users-exposure,.page.page--users .users-vision{background-size:cover!important;background-position:center}.page.page--users .block_2{position:static!important;left:auto!important;top:auto!important;margin:0!important}.page.page--users .box_3{background-size:cover!important;background-position:center}.page.page--users span[class*=paragraph_],.page.page--users span[class*=text_]{width:auto!important;max-width:100%;height:auto!important;white-space:normal;overflow-wrap:break-word;word-break:normal}.page.page--users .text-group_1,.page.page--users .text-group_2,.page.page--users .text-group_3,.page.page--users .text-group_4,.page.page--users .text-group_5,.page.page--users .text-group_6,.page.page--users .text-group_7,.page.page--users .text-group_8,.page.page--users .text-group_9,.page.page--users .text-group_10,.page.page--users .text-wrapper_1,.page.page--users .text-wrapper_3,.page.page--users .text-wrapper_8,.page.page--users .text-wrapper_10,.page.page--users .text-wrapper_11,.page.page--users .text-wrapper_12,.page.page--users .text-wrapper_13,.page.page--users .text-wrapper_14,.page.page--users .group_1,.page.page--users .group_2,.page.page--users .group_3,.page.page--users .group_4,.page.page--users .group_5,.page.page--users .group_6,.page.page--users .group_7{height:auto!important}.page.page--users .text_43{position:static!important;width:auto!important;height:auto!important}@media (max-width: 900px){.page.page--users{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.page.page--users .users-why,.page.page--users .users-how,.page.page--users .users-compare,.page.page--users .users-traits,.page.page--users .users-faq,.page.page--users .users-vision,.page.page--users .users-exposure{width:100%!important;max-width:100%!important;box-sizing:border-box;padding-left:.85rem!important;padding-right:.85rem!important}.page.page--users .users-why__header{flex-direction:column!important;min-height:0!important}.page.page--users .users-why__intro,.page.page--users .users-why__title,.page.page--users .users-why__desc{max-width:100%!important}.page.page--users .users-why__grid{grid-template-columns:1fr!important}.page.page--users .users-how__flow{flex-direction:column!important;flex-wrap:wrap!important;gap:.9rem!important}.page.page--users .users-how__step{max-width:100%!important;width:100%!important}.page.page--users .users-how__arrow{display:none!important}.page.page--users .users-compare__inner{flex-direction:column!important;max-width:100%!important}.page.page--users .users-traits__grid{flex-wrap:wrap!important;justify-content:center!important;gap:.8rem!important;max-width:100%!important}.page.page--users .users-traits__label{white-space:normal!important}.page.page--users .users-faq__inner{flex-direction:column!important;max-width:100%!important}.page.page--users .users-faq__intro{width:100%!important}.page.page--users .users-faq__grid{grid-template-columns:1fr!important;width:100%!important}.page.page--users .users-faq__card{width:100%!important}}@media (max-width: 900px){.page.page--users{width:100%!important;max-width:100%!important;overflow-x:hidden}.page.page--users [class*=paragraph_],.page.page--users [class*=text_],.page.page--users [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word}.page.page--users .users-video-hero{width:100%}.page.page--users .users-hero{aspect-ratio:auto!important;min-height:0!important;height:auto!important;overflow:visible!important}.page.page--users .users-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;min-height:100%}.page.page--users .users-hero__overlay{position:relative!important;inset:auto!important;display:flex;align-items:flex-end;padding:3.4rem .9rem 1.4rem!important;min-height:18rem;background:linear-gradient(180deg,#08142559,#081425b8 55%,#081425e0)!important}.page.page--users .users-hero__content{max-width:100%!important;width:100%}.page.page--users .users-hero__brand-line1{font-size:.85rem!important;letter-spacing:.1em}.page.page--users .users-hero__brand-line2{font-size:.48rem!important;letter-spacing:.12em}.page.page--users .users-hero__label{margin-top:.6rem;font-size:.48rem!important}.page.page--users .users-hero__title{font-size:.95rem!important;line-height:1.25!important}.page.page--users .users-hero__subtitle{font-size:.55rem!important}.page.page--users .users-hero__desc{max-width:100%!important;font-size:.48rem!important;line-height:1.5}.page.page--users .users-hero__highlights{flex-direction:column!important;align-items:flex-start!important;gap:.5rem!important;margin-top:.7rem}.page.page--users .users-hero__highlight-text{white-space:normal!important;font-size:.5rem!important}.page.page--users .users-why{padding:1rem .9rem 0!important}.page.page--users .users-why__header{flex-direction:column!important;min-height:0!important;background-size:8rem auto!important;background-position:right top}.page.page--users .users-why__intro,.page.page--users .users-why__title,.page.page--users .users-why__desc{max-width:100%!important}.page.page--users .users-why__title{font-size:.95rem!important;line-height:1.3!important}.page.page--users .users-why__desc{margin-top:.7rem!important;font-size:.48rem!important;line-height:1.5!important}.page.page--users .users-why__grid{grid-template-columns:1fr!important;row-gap:1rem!important}.page.page--users .users-how{padding:1.6rem .9rem 1.4rem!important}.page.page--users .users-how__title{max-width:100%!important;font-size:1.05rem!important}.page.page--users .users-how__flow{flex-direction:column!important;flex-wrap:wrap!important;align-items:stretch!important;gap:.9rem!important;margin-top:1.2rem!important}.page.page--users .users-how__step{max-width:100%!important;width:100%}.page.page--users .users-how__arrow,.page.page--users .users-how img[class*=arrow]{display:none!important}.page.page--users .users-compare{padding:1.2rem .9rem 0!important}.page.page--users .users-compare__inner{flex-direction:column!important;gap:.8rem!important;max-width:100%!important}.page.page--users .users-traits{padding:1.4rem .9rem 0!important}.page.page--users .users-traits__grid{flex-wrap:wrap!important;justify-content:center!important;gap:.8rem!important;max-width:100%!important}.page.page--users .users-traits__item{width:calc(50% - .4rem)!important}.page.page--users .users-traits__label{white-space:normal!important;font-size:.55rem!important;line-height:1.3!important}.page.page--users .users-exposure{min-height:12rem!important;margin-top:1rem!important}.page.page--users .users-faq{padding:1.4rem .9rem 0!important}.page.page--users .users-faq__inner{flex-direction:column!important;gap:.8rem!important;max-width:100%!important}.page.page--users .users-faq__intro{width:100%!important;padding-top:0!important}.page.page--users .users-faq__title{font-size:.95rem!important;line-height:1.3!important}.page.page--users .users-faq__grid{grid-template-columns:1fr!important;width:100%!important}.page.page--users .users-faq__card{width:100%!important;min-height:0!important}.page.page--users .users-vision{min-height:0!important;padding:1rem .9rem!important}.page.page--users .users-vision__content{max-width:100%!important}.page.page--users .users-vision__title{font-size:.95rem!important}}@media (max-width: 480px){.page.page--users .users-traits__item{width:100%!important}}.whitepaper-page{--wp-green: #22c75a;--wp-green-dark: #13503d;--wp-cyan: #12b7cb;--wp-text: #0f172a;--wp-muted: #64748b;--wp-page: #f4f7f8;--wp-sidebar: 6.4rem;--wp-shadow: 0 .24rem 1.2rem rgba(15, 23, 42, .08);width:100%;min-height:100vh;background:var(--wp-page);color:var(--wp-text);font-family:Inter,Manrope,Noto Sans SC,Source Han Sans SC,Microsoft YaHei,Arial,sans-serif;line-height:1.78}.whitepaper-page__hero{position:relative;background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.whitepaper-page__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000002e,#0000006b);pointer-events:none}.whitepaper-page__hero-inner{position:relative;z-index:1;max-width:38.4rem;margin:0 auto;padding:0 1.2rem;box-sizing:border-box}.whitepaper-page__hero-copy{padding:2.56rem 0 2.64rem;max-width:16.4rem}.whitepaper-page__eyebrow{display:inline-flex;padding:.16rem .32rem;border-radius:999rem;background:#22c76a2e;border:.02rem solid rgba(120,240,160,.28);color:#8ff09c;font-size:.26rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.whitepaper-page__hero-title{margin:.44rem 0 .24rem;color:#fff;font-size:1.28rem;font-weight:800;line-height:1.05;letter-spacing:-.05em;text-shadow:0 .16rem .8rem rgba(0,0,0,.28)}.whitepaper-page__hero-subtitle{margin:0 0 .28rem;color:#ffffffe6;font-size:.56rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}.whitepaper-page__hero-tagline{margin:0;max-width:15.2rem;color:#8ff09c;font-size:.48rem;font-weight:800;line-height:1.35}.whitepaper-page__body{padding:1.12rem 0 1.84rem}.whitepaper-page__layout{display:grid;grid-template-columns:var(--wp-sidebar) minmax(0,1fr);gap:.72rem;align-items:stretch;max-width:38.4rem;margin:0 auto;padding:0 1.2rem;box-sizing:border-box}.whitepaper-page__sidebar{position:relative;align-self:stretch;min-width:0}.whitepaper-page__toc-spacer{width:100%;flex-shrink:0}.whitepaper-page__toc{z-index:2;max-height:calc(100vh - var(--luminova-header-height, 2.6rem) - .48rem);overflow:auto;overscroll-behavior:contain;padding:.44rem;border:.02rem solid rgba(226,232,240,.86);border-radius:.4rem;background:#fff;box-shadow:var(--wp-shadow);box-sizing:border-box}.whitepaper-page__toc--pinned{z-index:900}.whitepaper-page__toc-badge{display:inline-flex;align-items:center;padding:.1rem .26rem;border-radius:999rem;color:var(--wp-green-dark);background:#22c76a1a;font-size:.24rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.whitepaper-page__toc-title{margin:.2rem 0 .28rem;color:var(--wp-text);font-size:.44rem;font-weight:800;line-height:1.2}.whitepaper-page__toc-link{display:block;margin-bottom:.08rem;padding:.16rem .2rem;border-radius:.16rem;color:var(--wp-muted);font-size:.28rem;font-weight:600;line-height:1.45;text-decoration:none;transition:background-color .2s ease,color .2s ease}.whitepaper-page__toc-link--preface,.whitepaper-page__toc-link--chapter{color:var(--wp-text);font-weight:700}.whitepaper-page__toc-link--section{margin-left:.24rem;font-weight:500}.whitepaper-page__toc-link:hover{background:#22c76a14;color:var(--wp-green-dark)}.whitepaper-page__toc-link.is-active{background:var(--wp-green-dark);color:#fff}.whitepaper-page__article{padding:.56rem .72rem .8rem;border:.02rem solid rgba(226,232,240,.86);border-radius:.4rem;background:#fff;box-shadow:var(--wp-shadow)}.whitepaper-page__article-head{margin-bottom:.56rem;padding-bottom:.4rem;border-bottom:.02rem solid rgba(226,232,240,.9)}.whitepaper-page__article-pill{display:inline-flex;padding:.1rem .24rem;border-radius:999rem;background:#22c76a1a;color:var(--wp-green-dark);font-size:.24rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.whitepaper-page__article-title{margin:.2rem 0 .12rem;font-size:.64rem;font-weight:800;line-height:1.15;letter-spacing:-.03em}.whitepaper-page__article-desc{margin:0;color:var(--wp-muted);font-size:.3rem;line-height:1.6}.whitepaper-page__section{margin-bottom:.72rem;padding-bottom:.56rem;border-bottom:.02rem solid rgba(226,232,240,.72);scroll-margin-top:calc(var(--luminova-header-height, 2.6rem) + .24rem)}.whitepaper-page__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.whitepaper-page__section-pill{display:inline-flex;margin-bottom:.16rem;padding:.08rem .2rem;border-radius:999rem;background:#22c76a1a;color:var(--wp-green-dark);font-size:.22rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.whitepaper-page__h2{margin:0 0 .28rem;font-size:.56rem;font-weight:800;line-height:1.2;letter-spacing:-.03em}.whitepaper-page__h3{margin:.48rem 0 .2rem;font-size:.44rem;font-weight:800;line-height:1.25;scroll-margin-top:calc(var(--luminova-header-height, 2.6rem) + .24rem)}.whitepaper-page__h4{margin:.36rem 0 .16rem;font-size:.36rem;font-weight:700;line-height:1.3}.whitepaper-page__p{margin:0;color:#334155;font-size:.3rem;line-height:1.86;text-align:justify}.whitepaper-page__p+.whitepaper-page__p,.whitepaper-page__h2+.whitepaper-page__p,.whitepaper-page__h3+.whitepaper-page__p,.whitepaper-page__h4+.whitepaper-page__p,.whitepaper-page__quote+.whitepaper-page__p{margin-top:.24rem}.whitepaper-page__quote{margin:.28rem 0 0;padding:.28rem .36rem;border-left:.08rem solid var(--wp-green);border-radius:0 .16rem .16rem 0;background:#22c76a14;color:#1e293b;font-size:.3rem;line-height:1.75}@media (max-width: 900px){.whitepaper-page{--wp-sidebar: 100%;overflow-x:hidden}.whitepaper-page .whitepaper-page__hero-inner{padding:0 .9rem}.whitepaper-page .whitepaper-page__hero-copy{padding:3.2rem 0 1.6rem;max-width:100%}.whitepaper-page .whitepaper-page__hero-title{font-size:1.05rem}.whitepaper-page .whitepaper-page__hero-subtitle{font-size:.5rem}.whitepaper-page .whitepaper-page__hero-tagline{max-width:100%;font-size:.45rem}.whitepaper-page .whitepaper-page__layout{grid-template-columns:1fr;align-items:start;max-width:100%;padding:0 .9rem;gap:.8rem}.whitepaper-page .whitepaper-page__sidebar{position:static;align-self:start;height:auto;min-height:0}.whitepaper-page .whitepaper-page__toc-spacer{display:none!important;height:0!important}.whitepaper-page .whitepaper-page__toc{position:static!important;top:auto!important;left:auto!important;bottom:auto!important;width:100%!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto;touch-action:pan-y}.whitepaper-page .whitepaper-page__article{width:100%;max-width:100%;box-sizing:border-box}}.page.page--contact{background-color:#fafaf8}.page.page--contact .group_1{width:100%;height:7.9rem;background-size:cover;background-position:center;background-repeat:no-repeat}.page.page--contact .text_1{width:2.92rem;height:.4rem;overflow-wrap:break-word;color:#22c55e;font-size:.36rem;letter-spacing:.054000001rem;text-transform:uppercase;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.4rem;margin:.72rem 0 0 2.78rem}.page.page--contact .group_2{background-color:#2daf5d;width:1.1rem;height:.1rem;margin:.6rem 0 0 2.78rem}.page.page--contact .paragraph_1{width:14.14rem;height:3.2rem;overflow-wrap:break-word;color:#fff;font-size:1.4rem;font-family:PingFangSC-Semibold;font-weight:600;text-align:left;line-height:1.6rem;margin:.18rem 0 0 2.78rem}.page.page--contact .paragraph_2{width:12.48rem;height:1.6rem;overflow-wrap:break-word;color:#fff;font-size:.48rem;font-weight:400;text-align:left;line-height:.8rem;margin:.34rem 0 .76rem 2.78rem}.page.page--contact .group_3{width:38.4rem;height:21.12rem;margin-bottom:.02rem}.page.page--contact .block_1{width:31.16rem;height:15.48rem;margin:1.16rem 0 0 3.62rem}.page.page--contact .block_2{background-color:#fff;border-radius:.48rem;width:15.08rem;height:15.48rem}.page.page--contact .text-group_1{width:9.98rem;height:3.08rem;margin:.9rem 0 0 1.04rem}.page.page--contact .text_2{width:3.96rem;height:.32rem;overflow-wrap:break-word;color:#22c55e;font-size:.28rem;letter-spacing:.0279999995rem;text-transform:uppercase;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .text_3{width:4.9rem;height:1.12rem;overflow-wrap:break-word;color:#111827;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem;margin-top:.12rem}.page.page--contact .text_4{width:9.98rem;height:1.28rem;overflow-wrap:break-word;color:#606060;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:.64rem;margin-top:.24rem}.page.page--contact .box_1{background-color:#fff;border-radius:.22rem;width:13rem;height:2.32rem;border:.04rem solid rgb(238,238,238);margin:.7rem 0 0 1.04rem}.page.page--contact .image-wrapper_1{background-color:#f0fdf4;border-radius:50%;height:1.44rem;width:1.44rem;margin:.38rem 0 0 .3rem}.page.page--contact .label_1{width:.8rem;height:.8rem;margin:.32rem 0 0 .32rem}.page.page--contact .text-group_2{width:6.84rem;height:1.4rem;margin:.4rem 3.78rem 0 .64rem}.page.page--contact .text_5{width:2.42rem;height:.32rem;overflow-wrap:break-word;color:#7c7c7c;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .paragraph_3{width:6.84rem;height:1.06rem;overflow-wrap:break-word;color:#111827;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:.52rem;margin-top:.02rem}.page.page--contact .box_2{background-color:#fff;border-radius:.22rem;width:13rem;height:2.32rem;border:.04rem solid rgb(238,238,238);margin:.28rem 0 0 1.04rem}.page.page--contact .image-wrapper_2{background-color:#f0fdf4;border-radius:50%;height:1.44rem;width:1.44rem;margin:.38rem 0 0 .3rem}.page.page--contact .label_2{width:.8rem;height:.8rem;margin:.32rem 0 0 .32rem}.page.page--contact .text-group_3{width:6.2rem;height:1.4rem;margin:.4rem 4.42rem 0 .64rem}.page.page--contact .text_6{width:2.86rem;height:.32rem;overflow-wrap:break-word;color:#7c7c7c;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .paragraph_4{width:6.2rem;height:1.06rem;overflow-wrap:break-word;color:#111827;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:.52rem;margin-top:.02rem}.page.page--contact .box_3{background-color:#fff;border-radius:.22rem;width:13rem;height:2.32rem;border:.04rem solid rgb(238,238,238);margin:.28rem 0 0 1.04rem}.page.page--contact .image-wrapper_3{background-color:#f0fdf4;border-radius:50%;height:1.44rem;width:1.44rem;margin:.38rem 0 0 .3rem}.page.page--contact .label_3{width:.8rem;height:.8rem;margin:.32rem 0 0 .32rem}.page.page--contact .text-wrapper_1{width:5.2rem;height:.86rem;margin:.4rem 5.42rem 0 .64rem}.page.page--contact .text_7{width:.84rem;height:.32rem;overflow-wrap:break-word;color:#7c7c7c;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .text_8{width:5.2rem;height:.52rem;overflow-wrap:break-word;color:#111827;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.52rem;margin-top:.02rem}.page.page--contact .box_4{background-color:#fff;border-radius:.22rem;width:13rem;height:2.32rem;border:.04rem solid rgb(238,238,238);margin:.28rem 0 .68rem 1.04rem}.page.page--contact .image-wrapper_4{background-color:#f0fdf4;border-radius:50%;height:1.44rem;width:1.44rem;margin:.38rem 0 0 .3rem}.page.page--contact .label_4{width:.8rem;height:.8rem;margin:.32rem 0 0 .32rem}.page.page--contact .text-group_4{width:5.56rem;height:1.4rem;margin:.4rem 5.06rem 0 .64rem}.page.page--contact .text_9{width:2.36rem;height:.32rem;overflow-wrap:break-word;color:#7c7c7c;font-size:.32rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .paragraph_5{width:5.56rem;height:1.06rem;overflow-wrap:break-word;color:#111827;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:.52rem;margin-top:.02rem}.page.page--contact .block_3{background-color:#fff;border-radius:.48rem;width:15.08rem;height:15.48rem}.page.page--contact .text-group_5{width:9.98rem;height:3.08rem;margin:.9rem 0 0 1.04rem}.page.page--contact .text_10{width:3.48rem;height:.32rem;overflow-wrap:break-word;color:#22c55e;font-size:.28rem;letter-spacing:.0279999995rem;text-transform:uppercase;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.32rem}.page.page--contact .text_11{width:4.66rem;height:1.12rem;overflow-wrap:break-word;color:#111827;font-size:.8rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:1.12rem;margin-top:.12rem}.page.page--contact .text_12{width:9.98rem;height:1.28rem;overflow-wrap:break-word;color:#606060;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;line-height:.64rem;margin-top:.24rem}.page.page--contact .text-wrapper_2{background-color:#fff;border-radius:.16rem;height:1.04rem;border:.02rem solid rgb(229,231,235);width:13rem;margin:.58rem 0 0 1.04rem}.page.page--contact .text_13{width:1.42rem;height:.3rem;overflow-wrap:break-word;color:#9ca3af;font-size:.3rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.36rem;margin:.36rem 0 0 .42rem}.page.page--contact .text-wrapper_3{background-color:#fff;border-radius:.16rem;height:1.04rem;border:.02rem solid rgb(229,231,235);width:13rem;margin:.4rem 0 0 1.04rem}.page.page--contact .text_14{width:2.04rem;height:.3rem;overflow-wrap:break-word;color:#9ca3af;font-size:.3rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.36rem;margin:.36rem 0 0 .42rem}.page.page--contact .text-wrapper_4{background-color:#fff;border-radius:.16rem;height:1.04rem;border:.02rem solid rgb(229,231,235);width:13rem;margin:.42rem 0 0 1.04rem}.page.page--contact .text_15{width:1.08rem;height:.3rem;overflow-wrap:break-word;color:#9ca3af;font-size:.3rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.36rem;margin:.36rem 0 0 .42rem}.page.page--contact .text-wrapper_5{background-color:#fff;border-radius:.16rem;height:2.84rem;border:.02rem solid rgb(229,231,235);width:13rem;margin:.4rem 0 0 1.04rem}.page.page--contact .text_16{width:5.14rem;height:.44rem;overflow-wrap:break-word;color:#9ca3af;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:left;white-space:nowrap;line-height:.44rem;margin:.26rem 0 0 .42rem}.page.page--contact .group_4{height:1.12rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPngce1c8ffcb0bd96bdc3814e35ffaf9552da9a3805a2aefebdc6083c46de2749dc) 0 -.02rem no-repeat;background-size:13rem 1.14rem;width:13rem;margin:.42rem 0 2.2rem 1.04rem}.page.page--contact .text-wrapper_6{height:1.12rem;background:url(https://lanhu-oss-2537-2.lanhuapp.com/SketchPng17b6e5cbe76a56bab4635910066124d0879765b41ca8b7a0f15c4e8c0eed7525) -.1rem -.04rem no-repeat;background-size:13.2rem 1.34rem;width:13rem}.page.page--contact .text_17{width:2.8rem;height:.48rem;overflow-wrap:break-word;color:#fff;font-size:.4rem;font-family:PingFangSC-Medium;font-weight:500;text-align:center;white-space:nowrap;line-height:.48rem;margin:.2rem 0 0 5.1rem}.page.page--contact .contact-main{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;gap:1rem;max-width:31.16rem;margin:1.16rem auto 0;padding:0 3.62rem 1.2rem}.page.page--contact .contact-main__card{flex:1;min-width:0;box-sizing:border-box;background-color:#fff;border-radius:.48rem;box-shadow:0 .04rem .2rem #00000008;padding:.9rem 1.04rem .68rem}.page.page--contact .contact-main__label{margin:0;color:#22c55e;font-size:.28rem;letter-spacing:.028rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.32rem;text-transform:uppercase}.page.page--contact .contact-main__title{margin:.12rem 0 0;color:#111827;font-size:.8rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.12rem}.page.page--contact .contact-main__desc{margin:.24rem 0 0;color:#606060;font-size:.4rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.64rem}.page.page--contact .contact-main__items{margin-top:.7rem}.page.page--contact .contact-main__item{display:flex;flex-direction:row;align-items:center;box-sizing:border-box;min-height:2.32rem;margin-top:.28rem;padding:.3rem;background-color:#fff;border:.04rem solid rgb(238,238,238);border-radius:.22rem}.page.page--contact .contact-main__item:first-child{margin-top:0}.page.page--contact .contact-main__icon-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.44rem;height:1.44rem;border-radius:50%;background-color:#f0fdf4}.page.page--contact .contact-main__icon{display:block;width:.8rem;height:.8rem;object-fit:contain}.page.page--contact .contact-main__item-text{flex:1;min-width:0;margin-left:.64rem}.page.page--contact .contact-main__item-label{display:block;color:#7c7c7c;font-size:.32rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.32rem}.page.page--contact .contact-main__item-value{display:block;margin-top:.08rem;color:#111827;font-size:.4rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.52rem;white-space:pre-line;overflow-wrap:break-word}.page.page--contact .contact-main__email{color:#111827;text-decoration:none}.page.page--contact .contact-main__email:hover{text-decoration:underline}.page.page--contact .contact-main__form{display:flex;flex-direction:column;height:100%}.page.page--contact .contact-main__form-note{margin:.24rem 0 0;color:#6b7280;font-size:.28rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:400;line-height:1.5}.page.page--contact .contact-main__form-note-email{color:#22c55e;text-decoration:none}.page.page--contact .contact-main__form-note-email:hover{text-decoration:underline}.page.page--contact .contact-main__field-wrap{margin-top:.4rem}.page.page--contact .contact-main__field-wrap:first-of-type{margin-top:.58rem}.page.page--contact .contact-main__field-wrap .contact-main__field{margin-top:0}.page.page--contact .contact-main__error{margin:.12rem 0 0;color:#dc2626;font-size:.26rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.4}.page.page--contact .contact-main__field{display:block;box-sizing:border-box;width:100%;margin-top:.4rem;padding:.36rem .42rem;background-color:#fff;border:.02rem solid rgb(229,231,235);border-radius:.16rem;color:#111827;font-size:.3rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.4;outline:none}.page.page--contact .contact-main__field::placeholder{color:#9ca3af}.page.page--contact .contact-main__field--error{border-color:#dc2626}.page.page--contact .contact-main__field:first-of-type{margin-top:.58rem}.page.page--contact .contact-main__textarea{min-height:2.84rem;resize:vertical}.page.page--contact .contact-main__submit-wrap{margin-top:.42rem}.page.page--contact .contact-main__feedback{margin:.32rem 0 0;color:#16a34a;font-size:.28rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.5}.page.page--contact .contact-main__feedback--error{color:#dc2626}.page.page--contact .contact-main__submit{display:flex;align-items:center;justify-content:center;width:100%;height:1.12rem;margin-top:.42rem;border:none;border-radius:.16rem;padding:0;cursor:pointer;background:linear-gradient(90deg,#217df0,#36cf76);color:#fff;font-size:.4rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:.48rem;transition:opacity .2s ease,transform .2s ease}.page.page--contact .contact-main__submit:hover{opacity:.92;transform:translateY(-.02rem)}.page.page--contact .contact-main__submit:active{transform:translateY(0)}.page.page--contact .contact-map{flex:1 1 100%;box-sizing:border-box;margin:0;padding:.9rem 1.04rem .8rem;background-color:#fff;border-radius:.48rem;box-shadow:0 .04rem .2rem #00000008}.page.page--contact .contact-map__label{margin:0;color:#22c55e;font-size:.28rem;letter-spacing:.028rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.32rem;text-transform:uppercase}.page.page--contact .contact-map__title{margin:.12rem 0 0;color:#111827;font-size:.8rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.12rem}.page.page--contact .contact-map__desc{margin:.24rem 0 0;color:#606060;font-size:.4rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:.64rem;white-space:pre-line}.page.page--contact .contact-map__shell{display:grid;grid-template-columns:minmax(7.6rem,.42fr) minmax(0,1fr);min-height:9.2rem;margin-top:.56rem;overflow:hidden;border-radius:.22rem;border:.04rem solid rgb(238,238,238);background:#f3f4f6}.page.page--contact .contact-map__place-card{display:flex;min-width:0;flex-direction:column;background:#fff;border-right:.02rem solid rgb(229,231,235)}.page.page--contact .contact-map__place-photo{position:relative;min-height:2.8rem;background:#f3f4f6;overflow:hidden}.page.page--contact .contact-map__place-photo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000002e,#00000005 55%),linear-gradient(90deg,#ffffffdb,#ffffff29 56%)}.page.page--contact .contact-map__place-photo-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.page.page--contact .contact-map__place-photo--raw:after{display:none}.page.page--contact .contact-map__photo-badge{position:absolute;left:.42rem;top:.38rem;z-index:1;color:#111827;font-size:.26rem;letter-spacing:.08rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:700}.page.page--contact .contact-map__place-body{flex:1;padding:.5rem .46rem .56rem}.page.page--contact .contact-map__place-name{margin:0;color:#111827;font-size:.46rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:600;line-height:1.24;overflow-wrap:break-word}.page.page--contact .contact-map__rating{display:flex;align-items:center;flex-wrap:wrap;gap:.1rem;margin-top:.18rem;color:#374151;font-size:.28rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1.25}.page.page--contact .contact-map__rating-score{font-weight:600}.page.page--contact .contact-map__rating-stars{color:#fb923c;letter-spacing:0}.page.page--contact .contact-map__rating-count{color:#2563eb}.page.page--contact .contact-map__rating-info{display:inline-flex;align-items:center;justify-content:center;width:.28rem;height:.28rem;border:.02rem solid rgb(107,114,128);border-radius:50%;color:#4b5563;font-size:.18rem;font-family:Arial,sans-serif;font-weight:700;line-height:1}.page.page--contact .contact-map__place-category{margin:.08rem 0 0;color:#4b5563;font-size:.28rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;line-height:1.25}.page.page--contact .contact-map__quick-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.22rem;margin-top:.42rem}.page.page--contact .contact-map__quick-action{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.1rem;color:#2563eb;font-size:.24rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.2;text-align:center;text-decoration:none;overflow-wrap:anywhere}.page.page--contact .contact-map__quick-icon{display:flex;align-items:center;justify-content:center;width:.78rem;height:.78rem;border:.02rem solid rgb(191,219,254);border-radius:50%;background:#eff6ff;color:#2563eb;font-size:.32rem;font-family:Arial,sans-serif;font-weight:700;line-height:1;transition:background-color .2s ease,transform .2s ease}.page.page--contact .contact-map__quick-action:hover{text-decoration:underline}.page.page--contact .contact-map__quick-action:hover .contact-map__quick-icon{background:#dbeafe;transform:translateY(-.02rem)}.page.page--contact .contact-map__place-details{display:flex;flex-direction:column;gap:.28rem;margin-top:.48rem;padding-top:.4rem;border-top:.02rem solid rgb(229,231,235)}.page.page--contact .contact-map__detail{display:flex;align-items:flex-start;min-width:0;gap:.24rem}.page.page--contact .contact-map__detail-icon-wrap{display:flex;align-items:center;justify-content:center;flex:0 0 auto;width:.56rem;height:.56rem;border-radius:50%;background:#f0fdf4}.page.page--contact .contact-map__detail-icon{display:block;width:.32rem;height:.32rem;object-fit:contain}.page.page--contact .contact-map__detail-text{min-width:0;flex:1}.page.page--contact .contact-map__detail-label{display:block;color:#6b7280;font-size:.22rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.25}.page.page--contact .contact-map__detail-value{display:block;margin-top:.06rem;color:#111827;font-size:.28rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;line-height:1.45;overflow-wrap:break-word}.page.page--contact .contact-map__detail-link{text-decoration:none}.page.page--contact .contact-map__detail-link:hover{text-decoration:underline}.page.page--contact .contact-map__frame{min-height:9.2rem}.page.page--contact .contact-map__iframe{display:block;width:100%;height:100%;border:0}.page.page--contact .contact-map__link{display:inline-flex;align-items:center;min-height:44px;margin-top:.28rem;color:#22c55e;font-size:.32rem;font-family:PingFangSC-Medium,Helvetica,Microsoft YaHei,Arial,sans-serif;font-weight:500;text-decoration:none}.page.page--contact .contact-map__link:hover{text-decoration:underline}@media (max-width: 900px){.page.page--contact .contact-map__shell{grid-template-columns:1fr;min-height:0}.page.page--contact .contact-map__place-card{border-right:0;border-bottom:.02rem solid rgb(229,231,235)}.page.page--contact .contact-map__place-photo{min-height:3.2rem}.page.page--contact .contact-map__frame{min-height:6.4rem}}.page.page--contact{width:42.52rem;max-width:100%;margin:0 auto;height:auto!important;min-height:0!important;overflow:visible}.page.page--contact .group_1,.page.page--contact .group_3{width:100%!important;max-width:none;height:auto!important;min-height:0!important}.page.page--contact .group_1{background-size:cover!important;background-position:center;padding-bottom:.76rem;box-sizing:border-box}.page.page--contact .group_3{padding-bottom:1rem}.page.page--contact .text_1,.page.page--contact .group_2,.page.page--contact .paragraph_1,.page.page--contact .paragraph_2{margin-left:2.78rem!important}.page.page--contact span[class*=paragraph_],.page.page--contact span[class*=text_]{width:auto!important;max-width:100%;height:auto!important;white-space:normal;overflow-wrap:break-word;word-break:normal}.page.page--contact .contact-main{width:100%!important;max-width:31.16rem;padding-left:3.62rem;padding-right:3.62rem;box-sizing:border-box}.i18n-multiline{white-space:pre-line}.page.page--legal{background-color:#fafafa}.page.page--legal .legal-hero{position:relative;width:100%;height:7.2rem;background-size:cover;background-position:center;background-repeat:no-repeat}.page.page--legal .legal-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0f172ab8,#0f172a6b 55%,#0f172a47)}.page.page--legal .legal-hero__title{position:relative;z-index:1;margin:0;padding:2.4rem 2.78rem 0;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.4rem;font-weight:600;line-height:1.3;letter-spacing:-.02em}.page.page--legal .legal-breadcrumb{display:flex;flex-direction:row;align-items:center;gap:.2rem;padding:.48rem 2.78rem;background-color:#fff;border-bottom:.02rem solid rgba(15,23,42,.06);font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.36rem;line-height:1.4}.page.page--legal .legal-breadcrumb__link{color:#6b7280;text-decoration:none;transition:color .2s ease}.page.page--legal .legal-breadcrumb__link:hover{color:#111827}.page.page--legal .legal-breadcrumb__sep,.page.page--legal .legal-breadcrumb__current{color:#9ca3af}.page.page--legal .legal-breadcrumb__current{color:#6b7280}.page.page--legal .legal-content{box-sizing:border-box;width:100%;max-width:28rem;margin:0 auto;padding:1.2rem 2.78rem 2rem}.page.page--legal .legal-content__title{margin:0;color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.88rem;font-weight:700;line-height:1.35;text-align:center}.page.page--legal .legal-content__intro{margin:.56rem 0 0;color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.42rem;font-weight:400;line-height:1.65}.page.page--legal .legal-content__section{margin-top:.72rem}.page.page--legal .legal-content__section-title{margin:0;color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.48rem;font-weight:700;line-height:1.45}.page.page--legal .legal-content__paragraph{margin:.28rem 0 0;color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;font-weight:400;line-height:1.65}.page.page--legal .legal-content__list{margin:.28rem 0 0;padding-left:.56rem;list-style:disc}.page.page--legal .legal-content__list-item{margin-top:.16rem;color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;font-weight:400;line-height:1.6}.page.page--legal .legal-content__list-item:first-child{margin-top:0}.page.page--news{box-sizing:border-box;padding:1.6rem 2.4rem 2.4rem;background-color:#f4f6f5}.page.page--news .news-header{max-width:32rem;margin:0 auto}.page.page--news .news-header__label{display:inline-block;padding:.12rem .36rem;border-radius:999rem;background-color:#22c55e1f;color:#16a34a;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.32rem;font-weight:600;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.page.page--news .news-header__title{margin:.36rem 0 0;color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:1.12rem;font-weight:700;line-height:1.25;letter-spacing:-.02em}.page.page--news .news-header__desc{margin:.32rem 0 0;max-width:22rem;color:#6b7280;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;font-weight:400;line-height:1.55}.page.page--news .news-list-wrap{max-width:32rem;margin:1.2rem auto 0;display:flex;flex-direction:column;gap:.72rem}.page.page--news .news-pinned{box-sizing:border-box;width:100%;padding:.4rem .64rem .48rem;background:linear-gradient(180deg,#f0fdf4,#fff 72%);border:.04rem solid rgba(22,163,74,.38);border-radius:.48rem;box-shadow:0 .08rem .24rem #16a34a14}.page.page--news .news-pinned__head{padding:.2rem .4rem .12rem}.page.page--news .news-pinned__label{display:inline-block;padding:.06rem .28rem;border-radius:999px;background-color:#16a34a;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.28rem;font-weight:700;line-height:1.2;letter-spacing:.04em}.page.page--news .news-pinned__list{margin-top:.08rem}.page.page--news .news-regular{width:100%}.page.page--news .news-list{box-sizing:border-box;width:100%;padding:.48rem .64rem;background-color:#fff;border:.04rem solid rgba(34,197,94,.22);border-radius:.48rem}.page.page--news .news-list__empty{margin:0;padding:1.2rem .48rem;color:#9ca3af;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;line-height:1.5;text-align:center}.page.page--news .news-list__item{display:flex;flex-direction:row;align-items:center;gap:.36rem;padding:.56rem .4rem;color:inherit;text-decoration:none;border-radius:.24rem;transition:background-color .2s ease}.page.page--news .news-list__item:hover{background-color:#22c55e0f}.page.page--news .news-list__icon{flex-shrink:0;width:.56rem;font-size:.44rem;line-height:1;text-align:center}.page.page--news .news-list__title{flex:1;min-width:0;color:#1f2937;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.44rem;font-weight:500;line-height:1.45}.page.page--news .news-list__item--pinned .news-list__title{font-weight:600}.page.page--news .news-list__meta{display:flex;flex-direction:row;align-items:center;gap:.28rem;flex-shrink:0}.page.page--news .news-list__date{color:#5f8f7a;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;font-weight:700;line-height:1.2;white-space:nowrap}.page.page--news .news-list__arrow{color:#9ca3af;font-size:.44rem;line-height:1}.page.page--news .news-pagination{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.32rem;margin-top:.72rem}.page.page--news .news-pagination__pages{display:flex;flex-direction:row;align-items:center;gap:.16rem}.page.page--news .news-pagination__btn,.page.page--news .news-pagination__page{display:inline-flex;align-items:center;justify-content:center;min-height:.72rem;margin:0;padding:.2rem .4rem;border:.02rem solid #16a34a;border-radius:999px;background-color:#fff;color:#15803d;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.34rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.page.page--news .news-pagination__btn:hover:not(:disabled),.page.page--news .news-pagination__page:hover:not(:disabled){background-color:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 .08rem .2rem #16a34a47}.page.page--news .news-pagination__page{min-width:.72rem;padding:.2rem .28rem}.page.page--news .news-pagination__page--active{background-color:#16a34a;border-color:#16a34a;color:#fff;cursor:default;pointer-events:none}.page.page--news .news-pagination__btn--disabled,.page.page--news .news-pagination__btn:disabled{border-color:#0f172a1f;background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;box-shadow:none}.page.page--news-detail{box-sizing:border-box;padding:1rem 2.4rem 2.4rem;background-color:#f4f6f5}.page.page--news-detail .news-detail__missing{max-width:30rem;margin:.8rem auto 0;color:#9ca3af;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;line-height:1.5}.page.page--news-detail .news-article{box-sizing:border-box;max-width:30rem;margin:0 auto;padding:1rem 1.2rem 1.2rem;background-color:#fff;border:.02rem solid rgba(15,23,42,.08);border-radius:.24rem;box-shadow:0 .08rem .32rem #0f172a0f}.page.page--news-detail .news-article__top{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.page.page--news-detail .news-article__brand{color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.36rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.page.page--news-detail .news-article__date{color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.36rem;font-weight:500;line-height:1.2;white-space:nowrap}.page.page--news-detail .news-article__rule{height:.02rem;margin:.48rem 0 .64rem;background-color:#0f172a1f}.page.page--news-detail .news-article__title{margin:0;color:#111827;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.88rem;font-weight:700;line-height:1.32;letter-spacing:-.02em}.page.page--news-detail .news-article__subtitle{margin:.28rem 0 0;color:#4b5563;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.42rem;font-weight:500;line-height:1.5}.page.page--news-detail .news-article__intro{margin:.48rem 0 0;color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.4rem;font-weight:400;font-style:italic;line-height:1.65}.page.page--news-detail .news-article__figure{margin:.72rem 0 0}.page.page--news-detail .news-article__hero{display:block;width:100%;height:auto;margin:0;border-radius:.16rem}.page.page--news-detail .news-article__image-pair{display:grid;grid-template-columns:1fr 1fr;gap:.24rem}.page.page--news-detail .news-article__hero--pair{height:100%;object-fit:cover;aspect-ratio:4/3}.page.page--news-detail .news-article__video{display:block;width:100%;height:auto;margin:0;border-radius:.16rem;background-color:#0f172a}.page.page--news-detail .news-article__caption{margin:.28rem 0 0;color:#6b7280;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.3rem;font-style:italic;line-height:1.45;text-align:center}.page.page--news-detail .news-article__section-label{margin:.72rem 0 0;color:#16a34a;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.44rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.page.page--news-detail .news-article__paragraph{margin:.4rem 0 0;color:#374151;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.38rem;font-weight:400;line-height:1.68}.page.page--news-detail .news-article__insight{margin-top:.72rem;border:.04rem solid #16a34a;border-radius:.12rem;overflow:hidden;background-color:#22c55e14}.page.page--news-detail .news-article__insight-head{padding:.28rem .48rem;background-color:#15803d;color:#fff;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.34rem;font-weight:700;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.page.page--news-detail .news-article__insight-text{margin:0;padding:.48rem .56rem;color:#1f2937;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.38rem;font-weight:500;line-height:1.65}.page.page--news-detail .news-article__source-note{margin-top:.72rem;color:#6b7280;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.32rem;font-weight:400;line-height:1.65}.page.page--news-detail .news-article__source-note-label{color:#374151;font-weight:600}.page.page--news-detail .news-article__source-note-body{display:block;margin-top:.12rem}.page.page--news-detail .news-article__source-note-line,.page.page--news-detail .news-article__source-note-links{display:block}.page.page--news-detail .news-article__source-note-link{display:block;color:#2563eb;text-decoration:underline;word-break:break-all}.page.page--news-detail .news-article__source-note-link:hover{color:#1d4ed8}.page.page--news-detail .news-article__nav{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.48rem;margin-top:.88rem;padding-top:.72rem;border-top:.02rem solid rgba(15,23,42,.1)}.page.page--news-detail .news-article__nav-actions{display:flex;flex-direction:row;align-items:center;gap:.32rem;flex-shrink:0}.page.page--news-detail .news-article__nav-btn{display:inline-flex;flex-direction:row;align-items:center;gap:.12rem;padding:.24rem .44rem;border:.02rem solid #16a34a;border-radius:999px;background-color:#fff;color:#15803d;font-family:Helvetica,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:.34rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.page.page--news-detail .news-article__nav-btn:hover{background-color:#16a34a;border-color:#16a34a;color:#fff;box-shadow:0 .08rem .2rem #16a34a47}.page.page--news-detail .news-article__nav-btn--back{padding-left:.4rem}.page.page--news-detail .news-article__nav-btn--disabled{border-color:#0f172a1f;background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;pointer-events:none}.page.page--news-detail .news-article__nav-icon{font-size:.4rem;line-height:1}@media (max-width: 900px){.page.page--contact{width:100%!important;max-width:100%!important;overflow-x:hidden}.page.page--contact [class*=paragraph_],.page.page--contact [class*=text_],.page.page--contact [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word}.page.page--contact .text_1,.page.page--contact .group_2,.page.page--contact .paragraph_1,.page.page--contact .paragraph_2{margin-left:0!important;padding-left:.9rem;padding-right:.9rem}.page.page--contact .contact-main{flex-direction:column!important;max-width:100%!important;margin-top:.8rem!important;padding:0 .9rem 1rem!important;gap:.8rem!important}.page.page--contact .contact-main__card{width:100%}.page.page--contact .contact-main__title{font-size:.85rem!important;line-height:1.3!important}.page.page--contact .contact-main__item-text{margin-left:.4rem!important}.page.page--contact .contact-map{margin:0;padding:.8rem}.page.page--news{width:100%!important;padding:3.6rem .9rem 1.6rem!important}.page.page--news .news-header,.page.page--news .news-list-wrap{max-width:100%!important}.page.page--news-detail{width:100%!important;padding:3.6rem .9rem 1.6rem!important}.page.page--news-detail .news-article{max-width:100%!important;padding:.9rem!important}.page.page--news-detail .news-article__top{flex-wrap:wrap;gap:.4rem}.page.page--news-detail .news-article__image-pair{grid-template-columns:1fr!important}.page.page--news-detail .news-article__nav,.page.page--news-detail .news-article__nav-actions{flex-wrap:wrap}.page.page--legal{width:100%!important}.page.page--legal .legal-hero{height:auto!important;min-height:5rem}.page.page--legal .legal-hero__title{padding:3.2rem .9rem 1rem!important;font-size:1.05rem!important}.page.page--legal .legal-breadcrumb{padding:.5rem .9rem!important;flex-wrap:wrap;font-size:.4rem}.page.page--legal .legal-content{max-width:100%!important;padding:1rem .9rem 1.6rem!important}.whitepaper-page{--wp-sidebar: 100%;overflow-x:hidden}.whitepaper-page__hero-inner{padding:0 .9rem!important}.whitepaper-page__hero-copy{padding:3.2rem 0 1.6rem!important;max-width:100%!important}.whitepaper-page__hero-title{font-size:1.05rem!important}.whitepaper-page__hero-subtitle{font-size:.5rem!important}.whitepaper-page__hero-tagline{max-width:100%!important;font-size:.45rem!important}.whitepaper-page__layout{grid-template-columns:1fr!important;align-items:start!important;padding:0 .9rem!important;gap:.8rem!important;max-width:100%!important}.whitepaper-page__sidebar{position:static!important;align-self:start!important;height:auto!important;min-height:0!important}.whitepaper-page__toc-spacer{display:none!important;height:0!important}.whitepaper-page__toc{position:static!important;top:auto!important;left:auto!important;bottom:auto!important;width:100%!important;max-height:none!important;overflow:visible!important;overscroll-behavior:auto;touch-action:pan-y}.whitepaper-page__article{width:100%;max-width:100%;box-sizing:border-box}}.page--team[data-v-31097918]{padding:4.5rem 1.5rem 3rem;background:#0b1210;color:#fff;box-sizing:border-box}.team-hero[data-v-31097918]{max-width:48rem;margin:0 auto 2rem;text-align:center}.team-hero__eyebrow[data-v-31097918]{margin:0 0 .5rem;color:#ffffff80;letter-spacing:.12em;text-transform:uppercase;font-size:.75rem}.team-hero__title[data-v-31097918]{margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2.4rem)}.team-hero__desc[data-v-31097918]{margin:0 auto;max-width:40rem;color:#ffffffb8;line-height:1.6}.team-grid[data-v-31097918]{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1.25rem;max-width:56rem;margin:0 auto}.team-card[data-v-31097918]{border:1px solid rgba(255,255,255,.08);border-radius:.75rem;overflow:hidden;background:#ffffff08}.team-card__link[data-v-31097918]{display:block;color:inherit;text-decoration:none;padding:1rem}.team-card__photo[data-v-31097918]{display:block;width:100%;height:auto;max-height:none;object-fit:contain;object-position:center top;border-radius:.5rem;margin-bottom:.85rem;background:#00000040}.team-card__name[data-v-31097918]{margin:0 0 .25rem;font-size:1.1rem}.team-card__role[data-v-31097918]{margin:0 0 .5rem;color:#9dffd0;font-size:.9rem}.team-card__lead[data-v-31097918]{margin:0;color:#ffffffa6;font-size:.85rem;line-height:1.45}.team-links[data-v-31097918]{display:flex;gap:1.25rem;justify-content:center;margin-top:2.5rem}.team-links a[data-v-31097918]{color:#9dffd0;min-height:44px;display:inline-flex;align-items:center}.page--team-detail[data-v-3aafe76a]{padding:4.5rem 1.5rem 3rem;background:#0b1210;color:#fff;box-sizing:border-box}.profile[data-v-3aafe76a]{display:grid;gap:2rem;max-width:56rem;margin:0 auto}@media (min-width: 900px){.profile[data-v-3aafe76a]{grid-template-columns:minmax(16rem,22rem) 1fr;align-items:start}}.profile__portrait[data-v-3aafe76a]{margin:0}.profile__portrait img[data-v-3aafe76a]{display:block;width:100%;height:auto;border-radius:.75rem;object-fit:contain;object-position:center top;background:#00000040}.profile__portrait figcaption[data-v-3aafe76a]{margin-top:.75rem;color:#ffffff8c;font-size:.85rem;line-height:1.4}.profile__name[data-v-3aafe76a]{margin:0 0 .35rem;font-size:clamp(1.8rem,4vw,2.6rem)}.profile__title[data-v-3aafe76a]{margin:0 0 1rem;color:#9dffd0;font-size:1.05rem}.profile__lead[data-v-3aafe76a]{margin:0 0 1rem;font-size:1.05rem;line-height:1.55;color:#ffffffe0}.profile__bio p[data-v-3aafe76a]{margin:0 0 1rem;color:#ffffffb8;line-height:1.65}.profile__nav[data-v-3aafe76a]{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;margin-top:1.5rem}.profile__nav a[data-v-3aafe76a]{color:#9dffd0;min-height:44px;display:inline-flex;align-items:center}.page--not-found[data-v-c242c53c]{display:flex;align-items:center;justify-content:center;min-height:70vh;padding:3rem 1.5rem;box-sizing:border-box;background:#0b1210;color:#fff}.not-found[data-v-c242c53c]{text-align:center;max-width:28rem}.not-found__code[data-v-c242c53c]{margin:0;font-size:4rem;font-weight:700;letter-spacing:.08em;background:linear-gradient(90deg,#36cf76,#217df0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.not-found__title[data-v-c242c53c]{margin:.5rem 0;font-size:1.6rem}.not-found__desc[data-v-c242c53c]{margin:0 0 1.5rem;color:#ffffffb3;line-height:1.5}.not-found__link[data-v-c242c53c]{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1.2rem;border-radius:999px;background:linear-gradient(90deg,#36cf76,#217df0);color:#04120a;font-weight:600;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}html{font-size:calc(100vw / 42.52);--luminova-header-height: 2.6rem}@media (max-width: 900px){html{font-size:clamp(18px,5.5vw,24px);--luminova-header-height: 3.4rem}}body{margin:0;font-family:Helvetica,Microsoft YaHei,Arial,sans-serif;-webkit-font-smoothing:antialiased}img{display:block;max-width:none}@media (max-width: 900px){img{max-width:100%;height:auto}}.flex-col{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.justify-between{justify-content:space-between}@media (max-width: 900px){.app-footer,.page,.page.page--ai,.page.page--about,.page.page--users,.page.page--contact,.page.page--news,.page.page--news-detail,.page.page--legal,.page.page--team,.page.power-producers,.page.power-producers .pp-partner{width:100%!important;max-width:100%!important}.page [class*=paragraph_],.page [class*=text_],.page [class*=text-wrapper_]{white-space:normal!important;max-width:100%!important;width:auto!important;height:auto!important;margin-left:0!important;overflow-wrap:break-word;word-break:normal}.app-header{width:100%;max-width:100%;left:0;transform:none}.app-header__inner{padding:.4rem .7rem;gap:.4rem;justify-content:space-between}.app-header__actions{margin-left:auto}.app-header__logo{width:5.6rem;height:auto}.app-header__lang-btn{height:1.6rem;padding:0 .5rem 0 .4rem;font-size:.55rem}.app-header__lang-icon{width:.7rem;height:.7rem}.app-header__lang-popover{min-width:6.5rem;padding:.4rem}.app-header__lang-popover-title{font-size:.42rem}.app-header__lang-option{box-sizing:border-box;min-height:44px;padding:.4rem .35rem;font-size:.55rem}.app-header__mobile-link{font-size:.7rem;min-height:48px}.app-footer__main{flex-direction:column;gap:1.2rem;padding:1.2rem .9rem 0}.app-footer__brand{width:100%}.app-footer__logo-main{font-size:.9rem}.app-footer__logo-sub{font-size:.4rem}.app-footer__columns{flex-direction:column;gap:1rem;width:100%}.app-footer__column-title,.app-footer__item-label{white-space:normal}.app-footer__column-title{font-size:.5rem}.app-footer__item-label{font-size:.45rem}.app-footer__list{margin-top:.4rem}.app-footer__item{margin-top:.35rem}.app-footer__bottom{margin-top:1.4rem;padding:.7rem .9rem}.app-footer__copyright{font-size:.4rem;line-height:1.5}.users-video-hero__play,.about-video-hero__play,.page-video-hero__play{width:2.2rem;height:2.2rem}.users-video-hero__play svg,.about-video-hero__play svg,.page-video-hero__play svg{width:.8rem;height:.8rem}.page .home-video-hero__overlay{align-items:flex-end;padding:1.2rem .9rem 1.4rem}.page .home-video-hero__copy{max-width:100%;transform:none}.page .home-video-hero__title{font-size:1.05rem;gap:.08rem}.page .home-video-hero__tagline{margin-top:.5rem;font-size:.48rem}.page .home-video-hero__body{max-width:100%;margin-top:.5rem;font-size:.48rem}.page .home-video-hero__play{width:2.2rem;height:2.2rem}.page .home-global-hero{min-height:0;padding:1.2rem .9rem 1.6rem}.page .home-global-hero__inner{flex-direction:column;align-items:stretch;min-height:0;gap:.8rem}.page .home-global-hero__copy{flex:none;width:100%}.page .home-global-hero__title{font-size:1.15rem}.page .home-global-hero__body{width:100%;font-size:.42rem}.page .home-global-hero__visual{width:100%;height:12rem}.page .home-global-hero__visual:before{width:10rem;height:10rem}.page .home-quad-grid{grid-template-columns:1fr;grid-template-rows:none}.page .home-quad-grid__cross{display:none}.page .home-mission__content,.page .home-mission__photo{min-height:10rem}.page .home-mission__heading,.page .home-mission__body{max-width:100%}.page .home-platforms__card{min-height:0}.page .home-platforms__card--bitcoin,.page .home-platforms__card--ai{padding:1.2rem 1rem}.page .home-platforms__heading,.page .home-platforms__body,.page .home-platforms__stats{max-width:100%}.page .home-platforms__btn{width:100%}.page .home-datacenters{height:auto;min-height:14rem;display:flex;align-items:flex-end}.page .home-datacenters__panel{position:relative;right:auto;bottom:auto;width:100%;max-width:100%;padding:1rem .9rem}.page .block_1{min-height:0;padding-bottom:1rem}.page .block_1 .group_3{margin-top:3.2rem!important}.page .block_2.operate{margin-top:1.4rem;padding:1.1rem .7rem 1.2rem;gap:.7rem}.page .block_2.operate .operate__title{font-size:1.05rem}.page .block_2.operate .operate__subtitle{font-size:.45rem}.page .block_2.operate .operate__flow{padding:0}.page .block_2.operate .operate__arrow{display:none}.page .block_2.operate .operate__steps-row{flex-direction:column;gap:.5rem}.page .block_2.operate .operate__step-card{min-height:0;padding:.7rem .6rem}.page .block_2.operate .operate__step-arrow{display:none}.page .block_2.operate .operate__revenue{flex-direction:column}.page .block_2.operate .operate__footer{flex-direction:column;padding:.5rem .7rem;border-radius:.5rem}.page .block_2.operate .operate__footer p{font-size:.42rem}.lv-expansion{padding:1.2rem .9rem 1.6rem}.page.page--about .about-hero{min-height:14rem;aspect-ratio:auto}.page.page--about .about-hero__overlay{padding:3.2rem .9rem 1.2rem;align-items:flex-end}.page.page--about .about-hero__content{max-width:100%}.page.page--about .about-hero__title{font-size:1.1rem}.page.page--about .about-vision{padding:1rem .9rem}.page.page--about .about-vision__inner{grid-template-columns:1fr;gap:.8rem}.page.page--about .about-vision__body{padding-top:0}.page.page--about .about-vision__deco{max-width:6rem;margin:.4rem 0 0}.page.page--about .about-challenge{padding:1rem .9rem 1.2rem}.page.page--about .about-challenge__top{grid-template-columns:1fr;gap:.6rem}.page.page--about .about-challenge__title{width:auto;max-width:100%}.page.page--about .about-challenge__body{padding-top:0}.page.page--about .about-challenge__grid{grid-template-columns:1fr;gap:.8rem;margin-top:1rem}.page.page--about .about-challenge__item{padding:0;border-right:none!important}.page.page--about .about-innovation{padding:1rem .9rem 1.2rem}.page.page--about .about-innovation__cards{grid-template-columns:1fr}.page.page--about .about-footprint{padding:1rem .9rem 0}.page.page--about .about-footprint__intro{grid-template-columns:1fr;gap:.8rem}.page.page--about .about-footprint__map{max-width:100%;margin:.6rem 0 0}.page.page--about .about-footprint__regions,.page.page--about .about-footprint__pillars{grid-template-columns:1fr 1fr;gap:.8rem;margin-top:1rem}.page.page--about .about-footprint__region,.page.page--about .about-footprint__pillar{padding:0;border-right:none!important}.page.page--about .about-join-values{padding:1.4rem .9rem 1.6rem}.page.page--about .about-join{max-width:100%}.page.page--about .about-join__title{font-size:1rem}.page.page--about .about-join__grid{grid-template-columns:repeat(2,1fr);row-gap:1.2rem;margin-top:1.2rem}.page.page--about .about-join__item{grid-column:span 1!important}.page.page--about .about-join__item:nth-child(5),.page.page--about .about-join__item:nth-child(6),.page.page--about .about-join__item:nth-child(7){grid-column:span 1!important}.page.page--about .about-values{padding:1rem .9rem 1.8rem}.page.page--about .about-values__title{font-size:1.1rem}.page.page--about .about-values__grid{grid-template-columns:1fr;column-gap:0;row-gap:1rem;max-width:100%;margin-top:1.2rem}.page.page--about .about-values__text{max-width:100%}.page.page--about .about-team{padding:1rem .7rem}.page.page--about .about-team__row{flex-wrap:wrap;gap:.6rem!important;max-width:100%}.page.page--about .about-team__member{width:calc(50% - .3rem)}.page.page--users .users-hero{min-height:14rem;aspect-ratio:auto}.page.page--users .users-hero__overlay{padding:3.2rem .9rem 1.2rem;align-items:flex-end}.page.page--users .users-hero__content{max-width:100%}.page.page--users .users-why{padding:1rem .9rem 0}.page.page--users .users-why__header{flex-direction:column;min-height:0;background-size:10rem auto}.page.page--users .users-why__intro,.page.page--users .users-why__title,.page.page--users .users-why__desc{max-width:100%}.page.page--users .users-why__desc{margin-top:.8rem}.page.page--users .users-why__grid{grid-template-columns:1fr;row-gap:1rem}.page.page--users .users-how{padding:1.6rem .9rem 1.4rem}.page.page--users .users-how__title{max-width:100%;font-size:1.1rem}.page.page--users .users-how__flow{flex-direction:column;flex-wrap:wrap;align-items:stretch;gap:.8rem;margin-top:1.2rem}.page.page--users .users-how__step{max-width:100%}.page.page--users .users-compare{padding:1.2rem .9rem 0}.page.page--users .users-compare__inner{flex-direction:column;gap:.8rem;max-width:100%}.page.page--users .users-traits{padding:1.4rem .9rem 0}.page.page--users .users-traits__grid{flex-wrap:wrap;justify-content:center;gap:.8rem;max-width:100%}.page.page--users .users-traits__item{width:calc(50% - .4rem)}.page.page--users .users-traits__label{white-space:normal;font-size:.55rem;line-height:1.3}.page.page--users .users-faq{padding:1.4rem .9rem 0}.page.page--users .users-faq__inner{flex-direction:column;gap:.8rem;max-width:100%}.page.page--users .users-faq__intro{width:100%;padding-top:0}.page.page--users .users-faq__grid{grid-template-columns:1fr;width:100%}.page.page--users .users-faq__card{width:100%}.page.page--users .users-vision{min-height:0;padding:1rem .9rem}.page.page--users .users-vision__content{max-width:100%}.page.page--ai .ai-hero{min-height:14rem;aspect-ratio:auto}.page.page--ai .ai-hero__overlay{padding:3.2rem .9rem 1.2rem}.page.page--ai .ai-hero__content{max-width:100%}.page.page--ai .ai-hero__title{font-size:1.2rem;letter-spacing:.04em}.page.page--ai .ai-hero__icons{gap:.6rem;margin-top:.7rem}.page.page--ai .text-wrapper_4{min-height:0;padding:.8rem .9rem 1rem!important}.page.page--ai .text-wrapper_4 .paragraph_11,.page.page--ai .text-wrapper_4 .paragraph_12{max-width:100%!important}.page.page--ai .ai-build{flex-direction:column;max-width:100%;margin-top:1.2rem;padding:0 .9rem 1.4rem;gap:.8rem}.page.page--ai .ai-build__aside{width:100%}.page.page--ai .ai-build__title{margin-top:0;font-size:1.2rem;line-height:1.25}.page.page--ai .ai-build__icon{width:60%;max-width:8rem}.page.page--ai .ai-build__content{max-width:100%}.page.page--ai .ai-features{max-width:100%;padding:1rem .9rem}.page.page--ai .ai-features__title{max-width:100%;font-size:.95rem;line-height:1.35}.page.page--ai .ai-features__body{flex-direction:column}.page.page--ai .ai-compare{padding:.6rem .9rem 0}.page.page--ai .ai-compare__inner{flex-direction:column;max-width:100%}.page.page--ai .ai-compare__card,.page.page--ai .ai-compare__card--luminova{padding:.4rem 0 .8rem}.page.page--ai .ai-compare-block__rule{margin:0 .9rem}.page.page--ai .ai-accomplish{padding:1.2rem .9rem}.page.page--ai .ai-accomplish__title{max-width:100%;line-height:1.35}.page.page--ai .ai-accomplish__grid{grid-template-columns:1fr;max-width:100%}.page.page--ai .ai-compute{padding:0 .9rem .8rem}.page.page--ai .ai-compute__label,.page.page--ai .ai-compute__line,.page.page--ai .ai-compute__desc,.page.page--ai .ai-compute__grid{margin-left:0}.page.page--ai .ai-compute__body{flex-direction:column}.page.page--ai .ai-compute__main,.page.page--ai .ai-compute__desc{max-width:100%}.page.page--ai .ai-compute__grid{width:100%;max-width:100%;grid-template-columns:1fr 1fr}.page.page--ai .ai-buyers{padding:1rem .9rem!important}.page.power-producers .pp-hero{height:auto;min-height:16rem}.page.power-producers .pp-hero__overlay{padding:3.2rem .9rem 1.4rem}.page.power-producers .pp-hero__content{max-width:100%}.page.power-producers .pp-hero__title{font-size:1.2rem;white-space:normal}.page.power-producers .pp-hero__desc{max-width:100%;font-size:.48rem;line-height:1.45}.page.power-producers .pp-hero__highlights{margin-top:.9rem;gap:.4rem}.page.power-producers .pp-compare{padding:1.4rem .9rem 0}.page.power-producers .pp-compare__content{flex-direction:column;gap:.8rem;max-width:100%}.page.power-producers .pp-compare__col,.page.power-producers .pp-compare__col--wide{max-width:100%}.page.power-producers .pp-steps{padding:1.4rem .9rem}.page.power-producers .pp-steps__inner{flex-direction:column;max-width:100%}.page.power-producers .pp-steps__intro{flex:none;max-width:100%}.page.power-producers .pp-steps__grid{grid-template-columns:1fr}.page.power-producers .pp-faq{padding:1.6rem .9rem 1rem}.page.power-producers .pp-faq__title{font-size:1.1rem}.page.power-producers .pp-faq__wrap{width:100%}.page.power-producers .pp-faq__grid{grid-template-columns:1fr}.page.power-producers .pp-faq__card{width:100%}.page.power-producers .pp-project-fit{padding:.6rem .9rem 0}.page.power-producers .pp-project-fit__title,.page.power-producers .pp-project-fit__desc{max-width:100%}.page.power-producers .pp-project-fit__title{font-size:1.1rem}.page.power-producers .pp-project-fit__row{flex-direction:column;width:100%}.page.power-producers .pp-project-fit__card{width:100%;margin-left:0;margin-right:0}.page.power-producers .pp-project-fit__banner{width:100%;max-width:100%;margin:.9rem 0 0;box-sizing:border-box}.page.power-producers .pp-partner__inner{max-width:100%;padding:1.6rem .9rem 1rem}.page.power-producers .pp-partner__title,.page.power-producers .pp-partner__desc{max-width:100%}.page.power-producers .pp-partner__title{font-size:1.1rem}.page.power-producers .pp-partner__grid{grid-template-columns:1fr;column-gap:0}.page.power-producers .pp-accomplish{margin:0 .9rem 1.4rem}.page.power-producers .pp-accomplish__grid{grid-template-columns:1fr}.page.power-producers .pp-carousel__viewport{overflow-x:auto;-webkit-overflow-scrolling:touch}.page.page--contact .contact-main{flex-direction:column;max-width:100%;margin-top:.8rem;padding:0 .9rem 1rem;gap:.8rem}.page.page--contact .contact-main__card{width:100%}.page.page--contact .contact-main__title{font-size:.85rem;line-height:1.3}.page.page--contact .contact-main__item-text{margin-left:.4rem}.page.page--contact .contact-map{margin:0;padding:.8rem}.page.page--contact .text_1,.page.page--contact .group_2,.page.page--contact .paragraph_1,.page.page--contact .paragraph_2{margin-left:0!important;padding-left:.9rem;padding-right:.9rem}.page.page--news{padding:3.6rem .9rem 1.6rem}.page.page--news .news-header,.page.page--news .news-list-wrap{max-width:100%}.page.page--news-detail{padding:3.6rem .9rem 1.6rem}.page.page--news-detail .news-article{max-width:100%;padding:.9rem}.page.page--news-detail .news-article__top{flex-wrap:wrap;gap:.4rem}.page.page--news-detail .news-article__image-pair{grid-template-columns:1fr}.page.page--news-detail .news-article__nav,.page.page--news-detail .news-article__nav-actions{flex-wrap:wrap}.whitepaper-page{--wp-sidebar: 100%}.whitepaper-page__hero-inner{padding:0 .9rem}.whitepaper-page__hero-copy{padding:3.2rem 0 1.6rem;max-width:100%}.whitepaper-page__hero-title{font-size:1.05rem}.whitepaper-page__hero-subtitle{font-size:.5rem}.whitepaper-page__hero-tagline{max-width:100%;font-size:.45rem}.whitepaper-page__layout{grid-template-columns:1fr;padding:0 .9rem;gap:.8rem}.whitepaper-page__sidebar{position:static}.whitepaper-page__toc{max-height:none;position:static!important}.page.page--legal .legal-hero{height:auto;min-height:5rem}.page.page--legal .legal-hero__title{padding:3.2rem .9rem 1rem;font-size:1.05rem}.page.page--legal .legal-breadcrumb{padding:.5rem .9rem;flex-wrap:wrap;font-size:.4rem}.page.page--legal .legal-content{max-width:100%;padding:1rem .9rem 1.6rem}.page--team{padding:4rem .9rem 2rem}.page--team .team-grid{grid-template-columns:1fr;gap:.9rem}.page--team-detail{padding:4rem .9rem 2rem}}@media (max-width: 480px){.page.page--about .about-footprint__regions,.page.page--about .about-footprint__pillars,.page.page--about .about-join__grid{grid-template-columns:1fr}.page.page--about .about-team__member{width:100%}.page.page--ai .ai-compute__grid{grid-template-columns:1fr}.page.page--users .users-traits__item{width:100%}.page .home-platforms__stats{flex-wrap:wrap}}
