html body{background:#fff!important;overflow:auto!important;direction:ltr!important;width:100%!important;max-width:100%!important}@-webkit-keyframes aura{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:.7}50%{-webkit-transform:scale(1.1) rotate(12deg);transform:scale(1.1) rotate(12deg);opacity:.9}to{-webkit-transform:scale(1) rotate(-6deg);transform:scale(1) rotate(-6deg);opacity:.7}}@keyframes aura{0%{-webkit-transform:scale(1) rotate(0deg);transform:scale(1) rotate(0deg);opacity:.7}50%{-webkit-transform:scale(1.1) rotate(12deg);transform:scale(1.1) rotate(12deg);opacity:.9}to{-webkit-transform:scale(1) rotate(-6deg);transform:scale(1) rotate(-6deg);opacity:.7}}:root{color-scheme:light;--cream:#f6f1e9;--lavender:#8f9cff;--blue:#a7c7ff;--ink:#1d1d1f;--text:#3a3a3f;--muted:#7b7b86;--card:hsla(0,0%,100%,0.6);--shadow-soft:0 30px 60px rgba(143,156,255,0.16);--shadow-card:0 20px 40px rgba(31,33,40,0.08);--radius-xl:36px;--radius-lg:28px;--radius-md:18px}body,html{margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif;background:var(--cream);color:var(--text);scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none}img{display:block}.container{width:92%;max-width:1100px;margin:0 auto}.nav{position:fixed;top:0;left:0;right:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(246,241,233,.8);border-bottom:1px solid rgba(25,25,25,.05)}.nav-inner{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:18px 0}.logo,.nav-inner{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;gap:12px;font-weight:600;letter-spacing:-.02em;color:var(--ink);font-size:36px}.logo-image{width:46px;height:46px;border-radius:16px;object-fit:cover;box-shadow:0 8px 20px rgba(31,33,40,.12)}.nav-links{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:24px;font-size:14px;color:var(--muted)}.nav-links a:hover{color:var(--ink)}.hero{position:relative;padding:150px 0 120px;overflow:hidden}.hero:before{content:"";position:absolute;inset:-200px;background:conic-gradient(from 90deg at 50% 50%,rgba(143,156,255,.5),rgba(167,199,255,.6),rgba(246,241,233,.9),rgba(143,156,255,.5));-webkit-filter:blur(120px);filter:blur(120px);-webkit-animation:aura 12s ease-in-out infinite;animation:aura 12s ease-in-out infinite;z-index:0}.hero-content{position:relative;z-index:1;text-align:center}.hero h1{font-size:80px;font-weight:600;color:var(--ink);margin-bottom:18px;line-height:1.05;letter-spacing:-.02em}.hero h1 span{color:var(--lavender)}.hero p{font-size:18px;color:var(--muted);max-width:520px;margin:0 auto 32px;line-height:1.7}.cta{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:10px;padding:14px 28px;background:#1f1f24;color:#fff;border-radius:999px;box-shadow:var(--shadow-soft);font-weight:600;-webkit-transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.cta:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);box-shadow:0 20px 40px rgba(31,33,40,.2)}.hero-link{margin-top:16px;font-size:14px;color:var(--muted);display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:6px}.section{padding:90px 0}.section-title{font-size:60px;color:var(--ink);margin-bottom:12px;letter-spacing:-.02em}.section-text{color:var(--muted);line-height:1.7;font-size:16px}.card{background:var(--card);border:1px solid hsla(0,0%,100%,.7);border-radius:var(--radius-xl);padding:24px;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.grid{display:grid;gap:28px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.visual-image{border-radius:var(--radius-xl);overflow:hidden;-webkit-transform:rotate(1deg);transform:rotate(1deg)}.badge{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:8px;background:#e8e4dc;color:var(--muted);padding:10px 16px;border-radius:999px;font-size:14px}.connection-card{position:relative;overflow:hidden;border-radius:var(--radius-xl);padding:32px;background:-webkit-linear-gradient(305deg,rgba(167,199,255,.2),rgba(143,156,255,.15));background:linear-gradient(145deg,rgba(167,199,255,.2),rgba(143,156,255,.15))}.connection-card:after{content:"";position:absolute;inset:auto -20% -40% auto;width:180px;height:180px;background:rgba(167,199,255,.4);-webkit-filter:blur(40px);filter:blur(40px);border-radius:50%}.avatars{display:-webkit-box;display:-webkit-flex;display:flex;gap:12px;margin-top:24px}.avatar{width:42px;height:42px;border-radius:50%;border:2px solid #fff}.avatar.one{background:#a7c7ff}.avatar.two{background:#8f9cff}.avatar.more{background:#f6f1e9;display:grid;place-items:center;font-size:12px;color:var(--muted)}.safety-list{display:grid;gap:18px}.safety-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;gap:16px;padding:16px 18px;border-radius:var(--radius-md);-webkit-transition:background .2s ease;transition:background .2s ease}.safety-item:hover{background:hsla(0,0%,100%,.5)}.safety-icon{width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--lavender);box-shadow:0 12px 22px rgba(143,156,255,.2)}.phone{width:80vw;max-width:280px;height:520px;border-radius:44px;background:#fff;border:10px solid #f0f0f0;box-shadow:0 40px 80px rgba(31,33,40,.2);position:relative;overflow:hidden}.phone img{width:100%;height:100%;object-fit:cover;opacity:.88}.phone:before{content:"";position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100px;height:20px;background:#f0f0f0;border-radius:0 0 18px 18px}.privacy{background:#fff;border-radius:var(--radius-xl);padding:32px;box-shadow:var(--shadow-card)}.privacy h3{margin:24px 0 10px;font-size:20px;color:var(--ink)}.privacy ul{margin:8px 0 0 18px;color:var(--muted);line-height:1.6}footer{padding:48px 0 60px;border-top:1px solid rgba(25,25,25,.08);background:var(--cream);text-align:center;color:var(--muted)}.footer-links{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;gap:28px;font-size:14px;margin:18px 0}.reveal{opacity:0;-webkit-transform:translateY(30px);transform:translateY(30px);-webkit-transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,transform .8s ease;transition:opacity .8s ease,transform .8s ease,-webkit-transform .8s ease}.reveal.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (max-width:720px){.nav-links{display:none}.hero{padding-top:130px}.section{padding:70px 0}.privacy{padding:24px}}.custom-btn{text-align:center;width:100%;font-size:16px;color:#fff;background:#fff;border-radius:16px;font-weight:500;height:92px}.custom-btn.custom-btn-loading,.custom-btn:disabled{opacity:.6}.custom-btn .custom-btn__loading{-webkit-margin-end:10px;margin-inline-end:10px}.custom-btn:active,.custom-btn:focus{outline:none}.login-item{position:relative;margin-bottom:20px;width:520px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#f3f5f8;cursor:pointer;-webkit-padding-start:132px;padding-inline-start:132px;border-radius:16px}.login-item .login-icon{width:72px;height:72px;-webkit-margin-end:22px;margin-inline-end:22px}.login-item .login-title{font-size:28px;font-weight:500;color:#333}.login-phone-dialog{position:absolute;top:0;z-index:1000;left:0;width:100%;min-height:100vh;background:#fff}.login-phone-dialog .icon-back{margin-top:28px;margin-left:28px;width:72px;height:72px}.login-phone-dialog .phone-user-id{font-size:48px;font-family:Roboto;font-weight:700;color:#212121;line-height:56px;text-align:center;margin-top:140px;margin-bottom:32px}.login-phone-dialog .phone-login-tip{font-size:28px;font-family:Roboto;font-weight:400;color:#908b9f;line-height:32px;text-align:center;width:560px;margin:0 auto 74px}.login-phone-dialog .login-phone__form{padding:0 60px}.login-phone-dialog .login-phone__form .rv-cell--required:before{content:""!important}.login-phone-dialog .login-phone__form__item .rv-field__label{white-space:nowrap}.login-phone-dialog .login-phone__form__item .rv-field__children{width:100%}.login-phone-dialog .login-phone__form__item .rv-input__control{font-size:30px}.login-phone-dialog .login-phone__form__item .rv-input__control::-webkit-input-placeholder{font-size:30px}.login-phone-dialog .login-phone__form__item .rv-input__control::placeholder{font-size:30px}.login-phone-dialog .login-phone__form__item .password-input input,.login-phone-dialog .login-phone__form__item .phone-number-input input{background-color:transparent!important}.login-phone-dialog .login-phone__form .login-phone__form__item_1{background:#f4f5f7;border-radius:50px 50px 0 0}.login-phone-dialog .login-phone__form .login-phone__form__item_2{background:#f4f5f7;border-radius:0 0 50px 50px}.login-phone-dialog .login-phone__form .mobile-input{width:100%;height:100px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.login-phone-dialog .login-phone__form .mobile-input__code{height:92px}.login-phone-dialog .login-phone__form .password-input{width:100%;height:100px}.login-phone-dialog .login-phone__form .password-input .send-code-btn{width:148px;height:60px;background:#6e3efe;border-radius:30px;font-size:26px;font-family:Roboto;font-weight:400;color:#fff;border:none}.login-phone-dialog .confirm-btn{width:100%;height:100px;background:var(--confirm-action-color);border-radius:50px;font-size:34px;font-weight:500;color:#fff;cursor:pointer;border:none;margin:120px auto 0}.login-phone-dialog .confirm-btn,.login-phone-dialog .other-login-way{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.login-phone-dialog .other-login-way{margin-top:100px}.login-phone-dialog .other-login-way span{font-size:28px;font-family:Roboto;font-weight:400;color:#908b9f;line-height:32px;margin-right:5px}.country-item{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:100%;padding:0 24px}.country-item,.country-item__left{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.country-item__left{font-size:28px}.country-item__left img{width:60px;-webkit-margin-end:24px;margin-inline-end:24px}.country-item__right{font-size:28px;color:#666}.selected-option{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:28px;color:var(--rv-input-text-color)}.selected-option img{width:60px;-webkit-margin-end:12px;margin-inline-end:12px}.country-picker .rv-picker__confirm{color:var(--confirm-action-color)}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}.snapchat{position:absolute;z-index:10;left:0;top:0;height:100%;width:100%;opacity:0;cursor:pointer}.snapchat button{height:92px;width:100%;cursor:pointer}.login-page{padding-top:240px;height:100vh;background:#fff;position:relative}.login-page .user-avator{width:180px;height:180px;border:2px solid hsla(0,0%,100%,.68);border-radius:50%}.login-page .user-id{margin-top:12px;font-size:48px;font-family:Roboto;font-weight:700;color:#212121;line-height:56px}.login-page .content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.login-page .btn-group{position:absolute;bottom:60px}.login-page .btn-group .delete-btn,.login-page .btn-group .logout-btn{width:630px;height:100px;background:#f4f5f7;border-radius:50px;margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;font-size:34px;font-weight:500;color:#908b9f;border:none}.login-page .login-tip{font-size:28px;font-family:Roboto;font-weight:400;color:#908b9f;line-height:32px;text-align:center;width:560px;margin:20px 0}.login-page .login-list{margin-top:34px}.login-page .close-btn{width:72px;height:72px;position:absolute;right:28px;top:28px}.login-page .close-btn>img{width:100%;height:100%}.user-info-page{background:url(/public/img/login_bg_top@2x.9428236f.png) no-repeat;background-size:100% 400px;background-position:top}.user-info-page .nickname-txt{font-size:32px;font-family:Roboto;font-weight:500;color:#121212;line-height:38px;margin-top:20px;margin-bottom:12px}.user-info-page .uid-txt{font-size:32px;font-family:Roboto;font-weight:400;color:#908b9f;line-height:38px}.logout-content{font-size:36px;font-family:Roboto;font-weight:700;color:#121212;line-height:42px;text-align:center;word-break:break-word}.loading-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:10;pointer-events:auto}.rv-dialog__cancel,.rv-dialog__confirm{width:248px!important;height:100px!important;background:#f4f5f7!important;border-radius:50px!important;font-size:32px;font-family:Roboto;font-weight:500;color:#121212!important;line-height:38px}.rv-dialog__cancel{-webkit-margin-end:26px!important;margin-inline-end:26px!important}html{font-size:13.33333vw}body{height:100%;max-width:750px;margin:0 auto!important}@media screen and (max-width:750px){body{min-width:100vw}}#app{min-height:100vh}.btn:active{-webkit-transform:scale(.93);transform:scale(.93);-webkit-transition:all .3s;transition:all .3s}.btn.disabled{pointer-events:none!important;background-color:#a5a5a5!important;color:#606060!important}.all-toast{unicode-bidi:bidi-override!important}.all-toast .rv-toast__info{word-break:break-word}.newbie-guide-theme{background:-webkit-linear-gradient(305deg,#ffdee9,#b5fffc)!important;background:linear-gradient(145deg,#ffdee9,#b5fffc)!important;border-radius:25px!important}.newbie-guide-theme .driver-popover-arrow{right:25px;left:auto!important}.newbie-guide-theme .driver-popover-next-btn{background:#4a90e2;border-radius:20px;color:#fff;text-shadow:none;width:100px;text-align:center}.newbie-guide-theme .driver-popover-description{color:#333}body{overflow:hidden;overflow-y:auto;height:100vh}body .halame-play-btn{background:url(/public/img/play-btn.40bfa4df.png) 50%/contain no-repeat;width:81px;height:36px;z-index:10}body .center-item{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.rv-toast__info{word-break:break-word!important}:lang(ar) .rv-toast__info{direction:rtl}.rv-image-preview{direction:ltr!important}.flip-animation{-webkit-animation:flip .3s both;animation:flip .3s both}@-webkit-keyframes flip{0%{opacity:0;-webkit-transform:rotate3d(1,1,0,40deg) translateY(30px) scale(.5);transform:rotate3d(1,1,0,40deg) translateY(30px) scale(.5)}to{opacity:1;-webkit-transform:rotate3d(0,0,0) translateY(0) scale(1);transform:rotate3d(0,0,0) translateY(0) scale(1)}}@keyframes flip{0%{opacity:0;-webkit-transform:rotate3d(1,1,0,40deg) translateY(30px) scale(.5);transform:rotate3d(1,1,0,40deg) translateY(30px) scale(.5)}to{opacity:1;-webkit-transform:rotate3d(0,0,0) translateY(0) scale(1);transform:rotate3d(0,0,0) translateY(0) scale(1)}}.delete-account-dialog{width:600px!important}.delete-account-dialog .confirm-btn{margin-bottom:24px}.delete-account-dialog .content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:24px}.delete-account-dialog .content .user-avator{width:104px;height:104px;border:2px solid #fff;object-fit:contain;border-radius:50%}.delete-account-dialog .content .user-name{color:grey;margin-top:14px;margin-bottom:24px;font-size:28px}.delete-account-dialog .content .tip{word-break:break-word;font-size:32px;text-align:center;font-weight:400;color:#333;line-height:40px;width:500px}body{background:#fff!important;overflow-x:hidden;font-size:1.86667vw}.community-rules-wrap{margin:auto;overflow:hidden;padding:5.33333vw}.community-rules-wrap.ar{direction:rtl}.community-rules-wrap.ar ul{padding-left:5.33333vw!important;padding-right:5.33333vw!important}.community-rules-wrap .title{text-align:center;font-size:4.8vw;margin:2.66667vw 0}.community-rules-wrap .txt{font-size:3.73333vw;line-height:5.6vw}.community-rules-wrap ul{list-style-type:disc;margin:2.66667vw 0;padding-left:5.33333vw}.community-rules-wrap ul li{font-size:3.46667vw;line-height:4.26667vw}.community-rules-wrap ul li .bold{font-weight:700}.index-header-wrapper{position:fixed;top:0;left:0;height:70px;z-index:100;min-width:800px;width:100%}.index-header-wrapper .header-content{margin:0 auto;padding:10px 20px;max-width:1340px}.index-header-wrapper .header-content .header-logo{float:left;width:206px;height:54px}.index-header-wrapper .header-content .header-logo .header-logo-link{display:inline-block;height:100%;width:100%;text-indent:-9999px}.index-header-wrapper .header-content .header-nav{float:right;height:100%;margin-top:10px}.index-header-wrapper .header-content .header-nav>li{float:left;margin-right:48px;height:40px;cursor:pointer}.index-header-wrapper .header-content .header-nav>li .l_nav_overview{font-size:20px;font-family:HelveticaNeue-Bold,HelveticaNeue;font-weight:700;color:#ffdb57;line-height:25px}.index-header-wrapper .header-content .header-nav>li.active{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.index-header-wrapper .header-content .header-nav>li.active:after{position:absolute;content:"";left:50%;bottom:-13px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40px;height:6px;background:#ffdb57;border-radius:3px}.index-header-wrapper .header-content .header-nav .lang-wrapper{font-size:18px;font-family:HelveticaNeue;color:hsla(0,0%,100%,.99);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.index-header-wrapper .header-content .header-nav .lang-wrapper .l_nav_careers{color:hsla(0,0%,100%,.99);display:inline-block;text-align:center}.index-header-wrapper .header-content .header-nav .lang-wrapper .active{color:#fff;width:96px;height:30px;background:#ffdb57;border-radius:15px}.index-header-wrapper .header-content .header-nav .lang-wrapper .blanks{width:1px;height:17px;background:hsla(0,0%,100%,.32);margin:0 24px}.index-header-wrapper.show-bg-color{background:#fff;box-shadow:0 2px 20px 0 rgba(105,135,254,.28)}.index-header-wrapper.show-bg-color .lang-wrapper .l_nav_careers{color:#333c4f!important}.index-header-wrapper.show-bg-color .lang-wrapper .active{color:#fff!important;background:#ffdb57!important}.index-header-wrapper.show-bg-color .lang-wrapper .blanks{background:#a3afc2!important}.faq-page{background-color:#fff;padding-bottom:2.5rem;min-height:100vh}.faq-page .icon{width:.36rem;height:.36rem}.faq-page .faq-tab-container{-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;justify-content:space-around;background:#f9f8ff;padding:.2rem .14rem 0}.faq-page .faq-tab-container,.faq-page .tab{display:-webkit-box;display:-webkit-flex;display:flex}.faq-page .tab{width:3.4rem;height:1rem;margin-bottom:.2rem;border-radius:.08rem;border:.01rem solid #e0e0e0;font-size:.24rem;font-weight:500;color:#121332;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding:0 .25rem}.faq-page .tab .icon{margin:0 .1rem}.faq-page .tab .tab-name{text-align:left}.faq-page .tab.active{background-color:rgba(159,47,224,.2)}.faq-page .tab-empty{width:3.4rem;height:1rem}.faq-page .question-item{padding:0 .24rem;height:1.22rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:.02rem solid #eee;-webkit-transition:all .3s;transition:all .3s}.faq-page .question-item .question-title{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;font-size:.28rem;font-weight:400;color:#121332;margin:0 .16rem}.faq-page .question-item .icon-arrow{width:.28rem;height:.28rem}.faq-page .question-item:active{background-color:#eee}.faq-page .footer{position:fixed;left:0;bottom:1.5rem;right:0;text-align:center}.faq-page .footer .btn{width:5.2rem;height:.9rem;line-height:.9rem;background:#9f2fe0;color:#fff;border-radius:.44rem;font-size:.34rem;font-weight:500;display:inline-block}.faq-page.ar .icon-arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq-page .service-room{max-width:2.16rem;height:.66rem;background:-webkit-linear-gradient(right,#75e1f7,#5051f0),-webkit-linear-gradient(272deg,#e690ff,#3536ff);background:linear-gradient(270deg,#75e1f7,#5051f0),linear-gradient(178deg,#e690ff,#3536ff);border-radius:.34rem 0 0 .34rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;padding:.12rem;position:fixed;right:0;top:3.6rem}.faq-page .service-room img{width:.36rem;height:.38rem;-webkit-margin-end:.1rem;margin-inline-end:.1rem}.faq-page .service-room span{font-size:.2rem;font-family:Roboto;font-weight:500;color:#fff;line-height:.22rem}.faq-question{background-color:#fff;min-height:100vh;font-size:.28rem;padding:.28rem .28rem 2.5rem}.faq-question>*{margin-bottom:.2rem}.faq-question .question-title{font-size:.32rem;font-weight:500;color:#121332;margin-bottom:.4rem}.faq-question a{display:block;color:#00f;text-decoration:underline}.faq-question ol{list-style:decimal}.faq-question ol,.faq-question ul{padding-left:inherit;padding-right:inherit}.faq-question ul{list-style:disc}.faq-question img{width:100%}article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hr,iframe,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul{margin:0;padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body,button,input,select,textarea{font-size:12px;line-height:1.5;font-family:system,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,Microsoft YaHei,wenquanyi micro hei,Hiragino Sans GB,Hiragino Sans GB W3,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}fieldset,img{border:0}img{max-width:100%;vertical-align:middle}table{border-collapse:collapse;border-spacing:0}button,input,select,textarea{outline:0;padding:0;margin:0;border:none;background:transparent;-webkit-appearance:none}textarea{resize:none;overflow:auto}a{color:inherit}a:active,a:hover,a:link,a:visited{text-decoration:none}em,i{font-style:normal}ol,ul{list-style:none}.clearfix:after{content:"";display:block;clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.text-center{text-align:center}.text-right{text-align:right}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mt-5{margin-top:5px}.mr-5{margin-right:5px}.mb-5{margin-bottom:5px}.ml-5{margin-left:5px}.pt-5{padding-top:5px}.pr-5{padding-right:5px}.pb-5{padding-bottom:5px}.pl-5{padding-left:5px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.ml-10{margin-left:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.pl-10{padding-left:10px}.mt-15{margin-top:15px}.mr-15{margin-right:15px}.mb-15{margin-bottom:15px}.ml-15{margin-left:15px}.pt-15{padding-top:15px}.pr-15{padding-right:15px}.pb-15{padding-bottom:15px}.pl-15{padding-left:15px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.ml-20{margin-left:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.pl-20{padding-left:20px}@media screen and (min-width:750px){html{font-size:100px}}