@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap);:root{--dark-blue:#19174D;--primary:#CFF700;--secondary:#494DF7;--text-dark:#151342;--text-light:#859EB5;--white:#FFFFFF;--body-color:#F8F9FA;--title-color:#151342;--text-color:#859EB5;--body-font:'Montserrat',sans-serif;--h1-font-size:3rem;--h2-font-size:2.5rem;--h3-font-size:2rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.75rem;--font-light:300;--font-regular:400;--font-medium:500;--font-semi-bold:600;--font-bold:700;--header-height:80px;--section-spacing:80px;--container-padding:15px;--gap-small:10px;--gap-medium:20px;--gap-large:40px;--radius-small:8px;--radius-medium:16px;--radius-large:24px;--radius-full:9999px;--z-back:-1;--z-normal:1;--z-tooltip:10;--z-fixed:100;--z-modal:1000;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.4s ease;--shadow-small:0 2px 4px rgba(0, 0, 0, 0.1);--shadow-medium:0 4px 8px rgba(0, 0, 0, 0.1);--shadow-large:0 8px 16px rgba(0, 0, 0, 0.1);--container-width-sm:540px;--container-width-md:720px;--container-width-lg:960px;--container-width-xl:1140px;--container-width-xxl:1320px}@media screen and (min-width:768px){:root{--h1-font-size:2.625rem;--h2-font-size:1.8rem;--h3-font-size:1.4rem;--normal-font-size:1.25rem;--small-font-size:1.05rem;--smaller-font-size:0.975rem;--mb-1:0.75rem;--mb-2:1.5rem;--mb-3:2.25rem;--mb-4:3rem;--mb-5:3.75rem;--mb-6:4.5rem}}@media screen and (min-width:1580px){:root{--h1-font-size:3rem;--h2-font-size:2rem;--h3-font-size:1.5rem;--normal-font-size:1.55rem;--small-font-size:1.2rem;--smaller-font-size:1rem}}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{padding:var(--header-height) 0 0 0;font-size:var(--normal-font-size);font-family:var(--body-font);background-color:var(--body-color);color:var(--text-color);min-height:100vh;line-height:1.4;overflow:scroll-y}h1,h2,h3{font-weight:var(--font-medium);color:var(--title-color)}a{display:inline-block;-webkit-tap-highlight-color:transparent;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--container-width-xxl);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}@media (max-width:1400px){.container{max-width:var(--container-width-xl)}}@media (max-width:1200px){.container{max-width:var(--container-width-lg)}}@media (max-width:992px){.container{max-width:var(--container-width-md)}}@media (max-width:768px){.container{max-width:var(--container-width-sm)}}.flex{display:flex}.flex-column{flex-direction:column}.section{padding:2rem 0}.section-title{font-size:var(--h2-font-size);text-align:left;margin-bottom:var(--mb-4);color:#ff8500}.copyright{margin:.4em 0}.main{flex-grow:1}.anchor{display:block;position:relative;top:calc(-1 * var(--header-height));visibility:hidden}.header{position:fixed;top:0;left:0;width:100%;background-color:var(--dark-blue);z-index:var(--z-fixed)}.nav{height:var(--header-height);display:flex;justify-content:space-between;align-items:center}.nav__logo{display:flex;align-items:center}.nav__logo-img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain}.nav__menu{margin-left:auto}.nav__list{display:flex;align-items:center;gap:40px;list-style:none}.nav__link{color:var(--white);font-size:var(--small-font-size);font-weight:var(--font-medium);text-decoration:none;padding:8px 0;border-bottom:2px solid transparent;transition:all var(--transition-normal);opacity:.8}.nav__link.active,.nav__link:hover{color:var(--primary);border-bottom-color:var(--primary);opacity:1}.nav__toggle{display:none;font-size:24px;color:var(--white);cursor:pointer;opacity:.8}.nav__toggle:hover{opacity:1}@media (max-width:992px){.nav__menu{position:fixed;top:var(--header-height);left:0;width:300px;max-width:80vw;height:auto;max-height:calc(100vh - var(--header-height));background-color:var(--dark-blue);padding:2rem 1rem;transform:translateX(-100%);transition:transform var(--transition-normal);z-index:var(--z-fixed);border-radius:0 1rem 1rem 0;box-shadow:4px 0 8px rgba(0,0,0,.2)}.nav__menu.active{transform:translateX(0)}.nav__list{flex-direction:column;align-items:flex-start;gap:1rem;list-style:none;margin:0;padding:0}.nav__link{font-size:var(--normal-font-size);color:var(--white);padding:.75rem 1rem;width:100%;border-radius:.5rem;transition:background-color .2s ease}.nav__link:hover{background-color:rgba(255,255,255,.1)}.nav__toggle{display:block}}.scroll-header{box-shadow:0 2px 4px rgba(0,0,0,.1)}.scrolltop{position:fixed;right:1rem;bottom:-100%;background-color:rgba(0,0,0,.5);padding:.3rem;font-size:1.3rem;color:#fff;border-radius:.2rem;display:flex;align-items:center;box-shadow:0 0 4px rgba(0,0,0,.1);transition:.3s;visibility:hidden}.show-scrolltop{bottom:1.5rem;visibility:visible}.download-a1 img{transform-origin:center center;transition:.3s}.download-a2 img{transform-origin:center center;transition:.3s}.download-a1:hover img{transform:scale(1.1,1.1)}.download-a2:hover img{transform:scale(1.1,1.1)}.footer{padding-top:60px;padding-bottom:32px}.footers{background-color:#fff;padding-top:var(--mb-4);padding-bottom:0}.footer-img-1,.footer-img-2,.footer-img-3{width:100%;float:left;margin-bottom:2rem}.footer-img-1{margin-bottom:0}.footer__content{display:inline-flex;flex-direction:column;margin-bottom:30px}.footer__link{text-decoration:underline;transition:.3s;font-size:12px;font-weight:500;color:#0a2640;line-height:16px}.footer__li{margin-bottom:var(--mb-2);font-size:.7rem;transition:.3s}.footer-10{display:flex;flex-direction:column}.footer-100{width:100%;margin-bottom:30px}.foo-li{display:flex;flex-direction:column;justify-content:space-around;margin-bottom:15px}.foo-p{font-size:12px;font-weight:500;color:#859eb5;line-height:18px;margin-bottom:15px}.foo-p.App-subject{color:var(--first-color);font-weight:bolder}.footer-200{width:100%;background:#f2f9ff;padding:20px;margin-bottom:30px;background-image:url(../assets/images/KF.png);background-repeat:no-repeat;background-size:20%;background-position:right 20px bottom 20px;display:flex;flex-direction:column;justify-content:space-around}.footer-200 .f200-1{font-size:12px;font-weight:500;color:#0a2640;line-height:16px}.footer-200 .f200-2{margin-bottom:15px}.footer-200 .f200-2 p{font-size:14px;margin-bottom:6px}.footer-200 .f200-2 span{color:#859eb5}.footer-50-3{border-top:1px solid #e6f2fe;padding:10px 0 0 0;font-size:10px;font-weight:500;color:#859eb5;line-height:16px;display:flex;flex-direction:column;align-items:flex-start}.footer-50-3 img{padding-right:10px;height:34px}.footer__lis:hover{transition:color .3s;color:#4db659}.footer__privacy,.footer__terms{color:#724e1c}@media screen and (max-width:768px){.nav__menu{position:fixed;background-color:var(--dark-blue);top:-100vh;left:0;right:0;width:100%;min-width:100vw;height:auto;max-width:none;margin:0;padding:1rem 0;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.2);border-radius:0;transition:top .3s ease;z-index:var(--z-fixed);transform:translateX(0);box-sizing:border-box}.nav__menu.active,.nav__menu.show-menu{top:var(--header-height)}.nav__toggle{display:block}.nav__list{flex-direction:column;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.nav__link{color:var(--white);font-size:var(--normal-font-size);padding:.75rem 1rem;display:block;text-align:center;transition:background-color .2s ease}.nav__link:hover{background-color:rgba(255,255,255,.1);border-radius:.5rem}}.home .container{flex-direction:row}.home .container{align-items:center}.home{position:relative}.containers{padding-left:2.8%;padding-right:2.8%}.home-bj{display:none;width:30%;height:100%;position:relative}.home-bj img{width:100%}.home-bj-a{font-weight:500;color:#fff;line-height:14px;font-size:12px;position:absolute;right:0;bottom:16px}.home-bj-a text{color:#000}.home-bj-a:hover{color:#4db659!important}.home-bj-a:hover text{color:#4db659!important}.home-h2 p{color:#fff;font-weight:700;font-size:2rem;margin-top:30px}.home-h2-p{font-weight:300;font-size:1rem;color:#fff}.home-h2-p .p{display:flex}.home-h2-p .p{margin-bottom:15px}.home-h2-p .p img{width:25px;height:25px;margin-top:-3px;margin-right:15px}.dow-di{color:#fff;font-size:.8rem;margin-bottom:20px}.buro-title{color:#060945;margin-bottom:1.35rem;font-size:1.4rem}.home__data{width:100%;height:80%;display:flex;flex-direction:column;justify-content:center}.home__data h1{font-size:var(--h1-font-size);color:var(--title-color);margin-top:var(--mb-2);margin-bottom:var(--mb-2)}.home__data p{margin-bottom:var(--mb-2)}.home__download-googleplay{display:block;width:185px;margin-top:var(--mb-3)}.home__download-googleplay img{width:100%}.home__img{flex:0 0 300px;align-self:center;width:40%}.download{display:block}.download-a1{margin-right:20px}.showcase{background-image:url(../assets/images/banner.png);background-repeat:no-repeat;background-size:cover;background-position:center}.ProductFigure-mobile-1{width:100%;margin-bottom:40px}.ProductFigure-mobile-2{width:100%;margin-bottom:40px}.ProductFigure-mobile-lift{padding-left:0;box-sizing:border-box}.ProductFigure-mobile-title{font-weight:800;color:#000;font-size:2rem;margin-bottom:20px;margin-top:40px;text-align:center}.ProductFigure-mobile-img{width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;color:#fff;display:inline-block;background:#0a2640;border-radius:50%}.ProductFigure-mobile-list{float:right;width:calc(100% - 40px);font-size:1.1rem;color:#6f728a;position:relative}.ProductFigure-mobile-list-00{font-size:80px;font-weight:700;color:rgba(133,158,181,.09);line-height:80px;position:absolute;right:0;bottom:-10px}.ProductFigure-mobile-list .tit{font-size:20px;font-weight:500;color:#0a2640;line-height:30px}.ProductFigure-mobile-list .p{font-size:14px;font-weight:500;color:#859eb5;line-height:24px}.ProductFigure-mobile-right{padding-right:0;box-sizing:border-box}.ProductFigure-mobile0{width:100%;overflow:hidden}.ProductFigure-mobile0-2{width:100%;overflow:hidden;margin-bottom:1rem;background:#f2f9ff;padding:20px;padding-right:10px}.ProductFigure-mobile0-1{width:100%;overflow:hidden;display:flex;flex-direction:column}.ProductFigure-mobile-lift-img{background:#0a2640;border-radius:15px;padding:20px 20px 20px 20px;background-image:url(../assets/images/como.png),url(../assets/images/como-1.png);background-repeat:no-repeat,no-repeat;background-size:90%,90%;background-position:center bottom,left top}.ProductFigure-mobile-lift-img .div{text-align:center;font-size:1rem;font-weight:700;color:#fff;line-height:40px}.ProductFigure-mobile-lift-img ul{font-size:.85rem;font-weight:500;color:#fff;line-height:16px;margin-top:15px;padding-left:20px}.ProductFigure-mobile-lift-img ul li{margin-bottom:10px}.Why9-bj{padding-top:40px;padding-bottom:40px;background-image:url(../assets/images/quien.png);background-repeat:no-repeat;background-size:cover;background-position:center}.w-bj-buro{padding-top:3rem;padding-bottom:3rem}.Why9-title{font-size:32px;font-weight:700;color:#fff;line-height:72px}.Why9-title p{font-size:14px;font-weight:500;color:#fff;line-height:24px;margin-top:4px}.Why9-title div{font-size:20px;font-weight:500;color:#fff;line-height:24px;margin-top:20px;margin-bottom:10px}.Why9-titles{margin-top:3rem}.why{width:100%;margin-top:1rem;margin-bottom:1rem;display:flex;flex-direction:column;justify-content:space-between}.why9{width:100%;overflow:hidden}.why9 .div{background:#fff;border-radius:12px 12px 12px 12px;padding:20px;margin-bottom:30px}.why9-tit img{width:42px;height:42px;vertical-align:middle}.why9-tit span{font-size:14px;font-weight:700;color:#0a2640}.why9-xing img{width:24px;height:24px;margin:14px 6px 14px 0}.why9-list{font-size:16px;font-weight:500;color:#0a2640;line-height:24px}.ddc-title{width:100%;margin-bottom:2rem}.ddc-title-2{font-size:1.05rem;font-weight:400;color:#f3a93f;margin-bottom:2rem}.ddc-title-3{font-size:1.5rem;font-weight:500;color:#5d71c6;margin-bottom:2rem}.ddc-title-fgx{width:40%;margin-bottom:4rem}.ddc-title-bz{width:30%;margin-bottom:2rem}.ddc-title-4-1{font-size:1.05rem;font-weight:400;color:#6f728a;margin-bottom:.75rem}.ddc-title-4-1 span{color:#5d71c6}.ddc-title-4-2{font-size:1.05rem;font-weight:400;color:#6f728a}.ddc-title-4-2 span{color:#5d71c6}.ddc-title-4{background-image:url(../assets/images/JT.png);background-repeat:no-repeat;background-size:auto 10%;background-position:right bottom}.ddc-title-fgx-une{margin-bottom:2rem}.ddc-title-2-une{color:#6f728a;margin-bottom:4rem}@media screen and (min-width:576px){.container{margin-left:1.5rem;margin-right:1.5rem}.footer .container{justify-content:space-between;flex-direction:row}}@media screen and (min-width:768px){body{padding-top:calc(var(--header-height) + 2rem)}.nav__menu{z-index:0}.nav,.nav__link{height:calc(var(--header-height) + 2rem)}.nav__logo img{height:2rem}.nav__toggle{display:none}.nav__list{display:flex}.nav__item{margin-bottom:0}.nav__link{height:60px!important;margin:0 20px;display:flex;align-items:center;border-bottom:5px solid transparent}.main{display:flex;flex-direction:column;justify-content:center}.home .container{flex-direction:row}.home__img{flex:0 0 48%;margin-bottom:0}.home__download-googleplay{width:215px}.home__data{width:67%;padding-right:30px}.home-h2 p{font-weight:700;font-size:2.5rem}.home-h2-p{margin-top:1rem;font-size:1.1rem}.home-h2-p .p{margin-bottom:20px}.home-h2-p .p img{width:30px;height:30px;margin-top:-3px;margin-right:20px}.dow-di{color:#fff;font-size:.9rem}.download{display:flex}.download-a1{margin-right:30px}.buro-title{color:#060945;margin-bottom:1rem;font-size:1.3rem}.home-bj{margin-top:6%;width:33%;height:100%;display:inline-block;align-self:flex-end}.showcase{background-image:url(../assets/images/banner.png);background-repeat:no-repeat;background-size:cover;background-position:center}.ProductFigure-mobile-1{width:38%;margin-bottom:60px}.ProductFigure-mobile-2{width:62%;margin-bottom:60px}.ProductFigure-mobile-lift{padding-left:7%;box-sizing:border-box}.ProductFigure-mobile-title{font-weight:800;color:#000;font-size:2.5rem;margin-bottom:30px;margin-top:60px}.ProductFigure-mobile-img{width:35px;height:35px;line-height:35px;font-size:24px}.ProductFigure-mobile-list{float:right;width:calc(100% - 45px);font-size:1.2rem;color:#6f728a}.ProductFigure-mobile-list-00{font-size:90px;line-height:90px;right:0;bottom:-10px}.ProductFigure-mobile-list .tit{font-size:24px;line-height:35px}.ProductFigure-mobile-list .p{font-size:17px;font-weight:500;color:#859eb5;line-height:28px}.ProductFigure-mobile-right{padding-right:7%;box-sizing:border-box}.ProductFigure-mobile0{width:100%;overflow:hidden}.ProductFigure-mobile0-2{width:100%;overflow:hidden;margin-bottom:1.3rem}.ProductFigure-mobile0-1{width:100%;overflow:hidden;display:flex;flex-direction:row}.ProductFigure-mobile-lift-img{padding:50px 30px 30px 30px}.ProductFigure-mobile-lift-img .div{text-align:center;font-size:1.5rem}.ProductFigure-mobile-lift-img ul{font-size:1rem;line-height:32px;margin-top:15px;padding-left:20px}.ProductFigure-mobile-lift-img ul li{margin-bottom:20px}.Why9-bj{padding-top:60px;padding-bottom:60px}.Why9-title{font-size:40px}.Why9-title p{font-size:17px;line-height:28px;margin-top:6px}.Why9-title div{font-size:24px;line-height:28px;margin-top:30px;margin-bottom:15px}.Why9-titles{margin-top:4rem}.why{margin-top:2rem;flex-direction:row}.why9{width:28%;overflow:hidden}.why9 .div{padding:30px}.why9-tit img{width:50px;height:50px}.why9-tit span{font-size:17px}.why9-xing img{width:30px;height:30px;margin:17px 8px 17px 0}.why9-list{font-size:20px;line-height:30px}.ddc-title{width:75%;margin-bottom:4rem}.ddc-title-2{font-size:1.35rem;margin-bottom:2.5rem}.ddc-title-3{font-size:2rem;margin-bottom:2.5rem}.ddc-title-fgx{width:15%;margin-bottom:5rem}.ddc-title-bz{width:12%;margin-bottom:5rem}.ddc-title-4-1{font-size:1.35rem;margin-bottom:1.25rem}.ddc-title-4-2{font-size:1.35rem}.ddc-title-4{background-size:auto 20%}.ddc-title-fgx-une{margin-bottom:2.5rem}.ddc-title-2-une{margin-bottom:5rem}.footer__link{font-size:14px;line-height:20px}.footer-10{display:flex;flex-direction:row;justify-content:space-between}.footer-100{width:65%}.foo-li{display:flex;flex-direction:row;justify-content:space-between}.foo-p{margin-bottom:16px}.footer-200{width:30%}.footer-200 .f200-1{font-size:12px;line-height:20px}.footer-200 .f200-2{margin-bottom:20px}.footer-200 .f200-2 p{font-size:16px}.footer-50-3{border-top:1px solid #e6f2fe;padding:20px 0 0 0;font-size:12px;line-height:20px;flex-direction:row;align-items:center}.footer-50-3 img{padding-right:20px;height:40px}.section-title{margin-bottom:5rem}.product .card__group::after{width:190px;height:130px}.contact .card__group::after{width:190px;height:150px}.contact .card__group{padding-top:3.5rem}}@media screen and (min-width:1200px){.nav__logo img{height:2.3rem}.container{width:1250px;margin-left:auto;margin-right:auto}.home-bj-a{line-height:14px;font-size:12px;right:0;bottom:16px}.home-h2 p{font-weight:700;font-size:3rem}.home-h2-p{font-size:1.25rem}.home-h2-p .p img{width:36px;height:36px;margin-top:-4px;margin-right:25px}.dow-di{color:#fff;font-size:1rem}.home__download-googleplay{width:235px}.ddc-title-2{font-size:1.55rem}.ddc-title-3{font-size:2.5rem}.ddc-title-fgx{width:13%}.ddc-title-bz{width:10%}.ddc-title-4-1{font-size:1.55rem}.ddc-title-4-2{font-size:1.55rem}.ddc-title-4{background-size:auto 35%}.ProductFigure-mobile-1{width:38%;margin-bottom:80px}.ProductFigure-mobile-2{width:62%;margin-bottom:80px}.ProductFigure-mobile-lift{padding-left:7%;box-sizing:border-box}.ProductFigure-mobile-title{font-weight:800;color:#000;font-size:3rem;margin-bottom:40px;margin-top:80px}.ProductFigure-mobile-img{width:40px;height:40px;line-height:40px;font-size:28px}.ProductFigure-mobile-list{float:right;width:calc(100% - 50px);font-size:1.3rem;color:#6f728a}.ProductFigure-mobile-list-00{font-size:100px;line-height:100px;position:absolute;right:0;bottom:-10px}.ProductFigure-mobile-list .tit{font-size:28px;line-height:40px}.ProductFigure-mobile-list .p{font-size:20px;font-weight:500;color:#859eb5;line-height:32px}.ProductFigure-mobile-right{padding-right:7%;box-sizing:border-box}.ProductFigure-mobile0{width:100%;overflow:hidden}.ProductFigure-mobile0-2{width:100%;overflow:hidden;margin-bottom:1.3rem}.ProductFigure-mobile0-1{width:100%;overflow:hidden;display:flex;flex-direction:row}.ProductFigure-mobile-lift-img{padding:40px 40px 40px 40px}.ProductFigure-mobile-lift-img .div{text-align:center;font-size:1.75rem}.ProductFigure-mobile-lift-img ul{font-size:1.25rem;line-height:32px;margin-top:20px;padding-left:24px}.ProductFigure-mobile-lift-img ul li{margin-bottom:15px}.Why9-bj{padding-top:70px;padding-bottom:80px}.why{margin-top:2rem;flex-direction:row}.why9{width:28%;overflow:hidden}.why9 .div{padding:40px}.why9-tit img{width:58px;height:58px}.why9-tit span{font-size:20px}.why9-xing img{width:36px;height:36px;max-width:20%;margin:20px 10px 20px 0}.Why9-title{font-size:48px}.Why9-title p{font-size:20px;line-height:32px;margin-top:8px}.Why9-title div{font-size:28px;line-height:32px;margin-top:40px;margin-bottom:20px}.why9-list{font-size:24px;line-height:36px}.Why9-titles{margin-top:5rem}.footer__link{font-size:16px;line-height:24px}.footer-10{display:flex;flex-direction:row;justify-content:space-between}.footer-100{width:65%}.foo-li{display:flex;flex-direction:row;justify-content:space-between}.foo-p{margin-bottom:16px}.footer-200{width:30%}.footer-200 .f200-2{margin-bottom:25px}.footer-200 .f200-2 p{font-size:16px}.footer-200 .f200-1{font-size:12px;line-height:24px}.footer-50-3{display:flex;align-items:flex-start;border-top:1px solid #e6f2fe;padding:30px 0 0 0;font-size:14px;line-height:24px}.footer-50-3 img{float:left;padding-right:30px;height:46px;margin-top:8px}}@media screen and (max-width:1439px){.section-title{max-width:50rem}}@media screen and (min-width:1580px){body{padding-top:calc(var(--header-height) + 3rem)}.section-title:not(.--center){text-align:left}.nav,.nav__link{height:calc(var(--header-height) + 3rem)}.nav__logo{font-size:var(--normal-font-size)}.nav__menu{font-size:var(--small-font-size)}.container{width:1550px}.home-bg,.product-bg{background-repeat:no-repeat;background-position:center;background-size:cover}.home__img{position:relative;top:3rem}.home__data h1,.home__data p{margin-bottom:var(--mb-3)}.home__download-googleplay{width:255px}.contact{justify-content:space-between}.footer-50-3 img{float:left;padding-right:60px;height:46px;margin-top:8px}}.fixed-button{position:fixed;bottom:0;left:0;width:100%;z-index:100;transition:.3s;display:none;text-align:center;padding:10px 0 5px;background:rgba(0,0,0,.5)}