:root{--nav-h:60px}.navWrap{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-h);background:rgba(10,12,20,.88);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid hsla(0,0%,100%,.08);box-sizing:border-box}.navWrap .container{max-width:1200px;margin:0 auto;padding:0 24px}.nav,.navWrap .container{width:100%;height:100%;display:flex;align-items:center}.nav{justify-content:space-between}.brand{display:flex;align-items:center;cursor:pointer;height:100%}.brand__logo{height:32px;width:auto;object-fit:contain}.nav__links{display:flex;align-items:center;gap:28px;list-style:none;margin:0;padding:0;color:hsla(0,0%,100%,.86);font-size:14px}.nav__item,.nav__link{position:relative}.nav__link{padding:6px 0;color:hsla(0,0%,100%,.86);font-size:14px;cursor:pointer;transition:opacity .2s ease;text-decoration:none}.nav__link.is-active,.nav__link:hover{opacity:1}.nav__link--caret:after{content:" ▾";font-size:12px;opacity:.85}.navDropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);min-width:860px;padding-top:18px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s;z-index:200}.navDropdown__inner{background:#fff;color:#1a1a1a;border-radius:14px;box-shadow:0 20px 50px rgba(0,0,0,.28),0 4px 12px rgba(0,0,0,.08);padding:22px 26px 24px;border:1px solid rgba(0,0,0,.06)}.navDropdown__header{margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid rgba(0,0,0,.06)}.navDropdown__title{font-size:12px;font-weight:700;color:rgba(11,16,32,.55);letter-spacing:.3px}.navDropdown__section{margin-bottom:16px}.navDropdown__section:last-child{margin-bottom:0}.navDropdown__sectionTitle{font-size:11px;font-weight:600;color:rgba(11,16,32,.52);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px}.navDropdown__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:4px;gap:4px}.navDropdownCard{display:flex;align-items:flex-start;gap:8px;padding:8px;border-radius:8px;text-decoration:none;color:inherit;transition:background .18s ease,transform .18s ease}.navDropdownCard:hover{background:rgba(26,115,255,.06);transform:translateY(-1px)}.navDropdownCard__icon{flex-shrink:0;width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.04)}.navDropdownCard__icon svg{width:22px;height:22px;display:block}.navDropdownCard__icon img{max-width:100%;max-height:100%;object-fit:contain}.navDropdownCard__icon--gold{background:rgba(255,193,7,.15)}.navDropdownCard__icon--blue{background:rgba(26,115,255,.12)}.navDropdownCard__icon--cyan{background:rgba(0,210,255,.12)}.navDropdownCard__icon--purple{background:rgba(123,92,255,.12)}.navDropdownCard__icon--teal{background:rgba(0,180,170,.12)}.navDropdownCard__icon--green{background:rgba(52,255,181,.14)}.navDropdownCard__icon--indigo{background:rgba(79,70,229,.12)}.navDropdownCard__icon--magenta{background:rgba(219,39,119,.12)}.navDropdownCard__icon--pink{background:rgba(236,72,153,.12)}.navDropdownCard__body{min-width:0}.navDropdownCard__name{font-size:13px;font-weight:700;color:#0b1020;margin-bottom:2px;line-height:1.3}.navDropdownCard__desc{font-size:11px;color:rgba(11,16,32,.62);line-height:1.4}.has-dropdown:focus-within .navDropdown,.has-dropdown:hover .navDropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.nav__item.has-dropdown:focus-within>.nav__link,.nav__item.has-dropdown:hover>.nav__link{opacity:1}.nav__actions{gap:12px}.nav__actions,.nav__lang{display:flex;align-items:center}.nav__lang{gap:4px;padding:8px 12px;border-radius:8px;color:hsla(0,0%,100%,.7);font-size:14px;cursor:pointer;transition:all .2s ease;position:relative}.nav__lang:hover{background:hsla(0,0%,100%,.08);color:#fff}.nav__langCaret{font-size:12px;opacity:.6}.navLangDropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.18);padding:8px;min-width:100px;z-index:300}.navLangDropdown__item{display:block;width:100%;padding:10px 12px;border:none;background:transparent;color:#000;font-size:14px;text-align:left;border-radius:6px;cursor:pointer;transition:background .2s ease}.navLangDropdown__item:hover{background:rgba(0,0,0,.04)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease;border:none;cursor:pointer}.btn--ghost{background:transparent;color:hsla(0,0%,100%,.86);border:1px solid hsla(0,0%,100%,.18)}.btn--ghost:hover{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.28)}.btn--primary{background:linear-gradient(135deg,#1a73ff,#00b3ff);color:#fff}.btn--primary:hover{background:linear-gradient(135deg,#0d66e6,#09c)}.hamburger{display:none;flex-direction:column;gap:6px;width:40px;height:40px;padding:8px;border-radius:8px;background:hsla(0,0%,100%,.06);border:none;cursor:pointer;transition:background .2s ease}.hamburger:hover{background:hsla(0,0%,100%,.08)}.hamburger__line{width:100%;height:2px;background:hsla(0,0%,100%,.8);border-radius:1px;transition:transform .25s ease,opacity .25s ease}.hamburger.is-active .hamburger__line:first-child{transform:translateY(8px) rotate(45deg)}.hamburger.is-active .hamburger__line:nth-child(2){opacity:0}.hamburger.is-active .hamburger__line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.drawerOverlay{transform:translateX(-10px);display:none;position:fixed;inset:0;z-index:300;background:rgba(0,0,0,.65);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s;height:100vh}.drawerOverlay.is-open{display:block;opacity:1;visibility:visible}.navDrawer{display:none;position:fixed;top:0;right:-10px;bottom:0;width:75%;height:100vh;max-width:340px;z-index:301;background:#1a1d2a;border-left:1px solid hsla(0,0%,100%,.12);transform:translateX(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);flex-direction:column;overflow-y:auto;-webkit-overflow-scrolling:touch}.navDrawer.is-open{display:flex;transform:translateX(0)}.drawerBg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.drawerBg:before{top:-10%;right:-30%;width:320px;height:320px;background:radial-gradient(circle,rgba(26,115,255,.18),transparent 70%)}.drawerBg:after,.drawerBg:before{content:"";position:absolute;filter:blur(40px)}.drawerBg:after{bottom:10%;left:-30%;width:280px;height:280px;background:radial-gradient(circle,rgba(0,210,255,.12),transparent 70%)}.drawerHeader{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid hsla(0,0%,100%,.07)}.drawerTitle{font-size:15px;font-weight:700;color:hsla(0,0%,100%,.88)}.drawerClose{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.06);border:0;border-radius:6px;color:hsla(0,0%,100%,.75);font-size:16px;cursor:pointer;transition:background .2s}.drawerClose:hover{background:hsla(0,0%,100%,.12)}.drawerLinks{position:relative;z-index:1;list-style:none;margin:0;padding:12px 0;flex:1 1}.drawerLink{display:flex;align-items:center;justify-content:space-between;padding:13px 20px;font-size:16px;font-weight:600;color:#fff;text-decoration:none;transition:background .18s,color .18s;border:none;background:transparent;width:100%;text-align:left;cursor:pointer}.drawerLink:hover{background:hsla(0,0%,100%,.05);color:#fff}.drawerLink--caret:after{content:"▾";font-size:12px;opacity:.7;transition:transform .2s}.drawerLink--caret.is-open:after{transform:rotate(180deg)}.drawerSubmenu{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height .3s ease;background:rgba(0,0,0,.25)}.drawerSubmenu.is-open{max-height:500px}.drawerSublink{display:block;padding:11px 20px 11px 36px;font-size:15px;color:hsla(0,0%,100%,.9);text-decoration:none;transition:background .18s,color .18s;border-bottom:1px solid hsla(0,0%,100%,.06)}.drawerSublink:hover{background:rgba(26,115,255,.1);color:#00d2ff}.drawerFooter{position:relative;z-index:1;padding:20px;border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:12px}.drawerBtn{width:100%;padding:14px;border-radius:8px;font-size:15px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.drawerBtn--outline{background:transparent;color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,100%,.18)}.drawerBtn--outline:hover{background:hsla(0,0%,100%,.06)}.drawerBtn--primary{background:linear-gradient(135deg,#1a73ff,#00b3ff);color:#fff}.drawerBtn--primary:hover{background:linear-gradient(135deg,#0d66e6,#09c)}@media screen and (max-width:768px){.navWrap{height:56px}.navWrap .container{padding:0 10px}.nav__actions,.nav__links{display:none}.hamburger{display:flex}.brand__logo{height:28px}}.footerComponent_siteFooter__T5Pjw{padding:80px 0 40px;background:radial-gradient(1200px 480px at 70% 20%,rgba(0,210,255,.14),transparent 60%),radial-gradient(900px 420px at 20% 10%,rgba(123,92,255,.12),transparent 55%),linear-gradient(180deg,#05060a,#070a14)}.footerComponent_container__nfGUA{width:80%;margin:0 auto}.footerComponent_footerCta__E2Zk3{text-align:center;margin-bottom:60px}.footerComponent_footerCta__E2Zk3 h3{margin:0 0 24px;font-size:24px;font-weight:600;color:#fff;letter-spacing:.4375rem;font-family:Source Han Sans}.footerComponent_footerCtaButtons__9Wh9W{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:24px}.footerComponent_btn__om9yU{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease;border:none;cursor:pointer}.footerComponent_btnCta___Fd8i{background:linear-gradient(135deg,#1a73ff,#00b3ff);color:#fff}.footerComponent_btnCta___Fd8i:hover{background:linear-gradient(135deg,#0d66e6,#09c);transform:translateY(-1px)}.footerComponent_heroDivider__mKnUY{height:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);margin:24px auto}.footerComponent_footerWarning__J6ufM{font-size:12px;color:hsla(0,0%,100%,.5)}.footerComponent_footerColumns__gpgaL{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:32px;gap:32px;margin-bottom:48px}.footerComponent_footerCol__NBhVu{display:flex;flex-direction:column}.footerComponent_footerCol__NBhVu h4{margin:0 0 16px;font-size:14px;font-weight:600;color:#fff}.footerComponent_footerCol__NBhVu ul{margin:0;padding:0;list-style:none}.footerComponent_footerCol__NBhVu li{margin-bottom:8px}.footerComponent_footerCol__NBhVu a{font-size:13px;color:hsla(0,0%,100%,.6);text-decoration:none;transition:color .25s ease}.footerComponent_footerCol__NBhVu a:hover{color:#fff}.footerComponent_footerSocialIcons__8spwD{display:flex;gap:8px;margin-bottom:16px}.footerComponent_footerSocialIcons__8spwD a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:hsla(0,0%,100%,.05);transition:all .25s ease}.footerComponent_footerSocialIcons__8spwD a:hover{background:rgba(0,210,255,.2)}.footerComponent_footerSocialIcons__8spwD img{width:18px;height:18px;object-fit:contain}.footerComponent_footerEmail__c_7RK{font-size:13px;color:hsla(0,0%,100%,.6)}.footerComponent_footerBottom__hjqgo{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.1)}.footerComponent_footerBottom__hjqgo>div{font-size:12px;color:hsla(0,0%,100%,.4)}.footerComponent_footerBottomLinks__TsGJh{display:flex;gap:24px}.footerComponent_footerBottomLinks__TsGJh a{font-size:12px;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .25s ease}.footerComponent_footerBottomLinks__TsGJh a:hover{color:hsla(0,0%,100%,.7)}@media screen and (max-width:768px){.footerComponent_siteFooter__T5Pjw{padding:60px 0 30px}.footerComponent_footerCta__E2Zk3{margin-bottom:40px}.footerComponent_footerCta__E2Zk3 h3{font-size:18px;letter-spacing:.2rem}.footerComponent_footerCtaButtons__9Wh9W{flex-direction:column;align-items:center;gap:12px}.footerComponent_btn__om9yU{width:100%;max-width:200px;padding:14px 24px;font-size:16px}.footerComponent_footerColumns__gpgaL{grid-template-columns:repeat(2,1fr);gap:24px}.footerComponent_footerCol__NBhVu:first-child{grid-column:1/-1}.footerComponent_footerCol__NBhVu h4{font-size:14px;margin-bottom:12px}.footerComponent_footerCol__NBhVu li{margin-bottom:6px}.footerComponent_footerCol__NBhVu a{font-size:12px}.footerComponent_footerSocialIcons__8spwD{gap:6px}.footerComponent_footerSocialIcons__8spwD a{width:32px;height:32px}.footerComponent_footerSocialIcons__8spwD img{width:16px;height:16px}.footerComponent_footerEmail__c_7RK{font-size:12px}.footerComponent_footerBottom__hjqgo{flex-direction:column;gap:12px;text-align:center;padding-top:16px}.footerComponent_footerBottom__hjqgo>div{font-size:11px}.footerComponent_footerBottomLinks__TsGJh{gap:16px}.footerComponent_footerBottomLinks__TsGJh a{font-size:11px}}.tipsComponet_top-promo__jzJaI{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:40px;background:linear-gradient(90deg,#1f2330,#2a1d2f 30%,#3a1f28 50%,#2a1d2f 70%,#1f2330);color:#fff;display:flex;align-items:center;padding:0;overflow:hidden;border-bottom:1px solid rgba(255,106,61,.25)}.tipsComponet_top-promo__jzJaI:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 100%,rgba(255,106,61,.2) 0,transparent 50%);pointer-events:none}.tipsComponet_tp-marquee-wrap__YW2Th{flex:1 1 100%;width:100%;max-width:100%;overflow:hidden;height:100%;position:relative;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.tipsComponet_tp-marquee__8jOeP{display:flex;align-items:center;height:100%;width:max-content;animation:tipsComponet_tp-marquee-scroll__wH2Ac 50s linear infinite}.tipsComponet_tp-marquee__8jOeP:hover{animation-play-state:paused}.tipsComponet_ab-tag__zg9FE{display:inline-flex;width:5px;height:5px;border-radius:50%;background:#fff;margin:0 5px 2px;animation:tipsComponet_ab-pulse-35801cc1__6OGVc 1.4s ease-in-out infinite}@keyframes tipsComponet_tp-marquee-scroll__wH2Ac{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes tipsComponet_ab-pulse-35801cc1__6OGVc{0%,to{opacity:1}50%{opacity:.5}}.tipsComponet_tp-promo-item__XSZKD{display:inline-flex;align-items:center;gap:18px;padding:0 22px;font-size:13px;line-height:1;color:hsla(0,0%,100%,.92);white-space:nowrap}.tipsComponet_tp-promo-item__XSZKD .tipsComponet_pi-cat__qfKmb{color:#ff6a3d;font-weight:700;letter-spacing:.3px}.tipsComponet_tp-promo-item__XSZKD .tipsComponet_pi-spec__080sZ{color:hsla(0,0%,100%,.95);font-weight:500}.tipsComponet_tp-promo-item__XSZKD .tipsComponet_pi-old__kLqno{color:hsla(0,0%,100%,.45);text-decoration:line-through;font-size:12px}.tipsComponet_tp-promo-item__XSZKD .tipsComponet_pi-new__rUBrC{color:#ffb547;font-weight:700;background:rgba(255,181,71,.12);padding:3px 8px;border-radius:3px}.tipsComponet_tp-promo-item__XSZKD .tipsComponet_pi-flag__wRDEn{color:#ff6a3d;font-weight:600;font-size:11px;padding:2px 6px;border:1px solid rgba(255,106,61,.4);border-radius:3px}.tipsComponet_tp-divider__HrSJR{display:inline-block;width:4px;height:4px;border-radius:50%;background:hsla(0,0%,100%,.18);flex-shrink:0}@media(max-width:760px){.tipsComponet_top-promo__jzJaI{height:36px}}.animMax:hover{animation-name:max;animation-duration:.3s;animation-timing-function:linear;animation-fill-mode:forwards;background:#f6fbfb}@keyframes max{0%{background:#f6fbfb}to{background:#eff5ff}}.toRright{animation-name:leftTOright;animation-duration:.3s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes leftTOright{0%{transform:translateX(-10rem)}to{transform:translateX(0)}}.toTop{animation-name:btoTop;animation-duration:.4s;animation-timing-function:linear;animation-fill-mode:forwards;opacity:0}@keyframes btoTop{0%{transform:translateY(4rem);opacity:0}to{transform:translateY(0);opacity:1}}.toLeft{animation-name:rightTOleft;animation-duration:.3s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes rightTOleft{0%{transform:translateX(10rem)}to{transform:translateX(0)}}.overturn{animation-name:overturnAnimation;animation-duration:1s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes overturnAnimation{0%{transform:rotateY(0deg)}50%{transform:rotateY(180deg)}to{transform:rotateY(0deg)}}.overturn_3s{animation-name:overturnAnimation;animation-duration:.6s;animation-timing-function:linear;animation-fill-mode:forwards}.planItem:hover{animation-name:enlarge;animation-duration:.2s;animation-timing-function:linear;animation-fill-mode:forwards}@keyframes enlarge{0%{transform:scale(1)}to{transform:scale(1.1)}}.scrolling-text{animation:scroll 10s linear infinite}@keyframes scroll{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@font-face{font-family:Be Vietnam Pro;src:"/fonts/BeVietnamPro.woff2"}@font-face{font-family:source-han-sans;src:"/fonts/SourceHanSansCN-Medium.ttf"}.el-table th .cell,button{font-family:Be Vietnam Pro,source-han-sans,sans-serif!important}body,dd,dl,form,h1,h2,h3,h4,h5,h6,input,li,p,select,ul{padding:0;margin:0}h1,h2,h3,h4,h5,h6{font-family:Be Vietnam Pro,source-han-sans,sans-serif!important;-webkit-font-smoothing:antialiased}ul{list-style:none}em{font-style:normal}a{text-decoration:none}img{border:none}.hoverBlue:hover{color:#2b6bff}.textCenter{text-align:center}.cursorPointer{cursor:pointer}.el-button:hover{background:#ecf5ff!important;color:#041e39!important}.lc_flex{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:center;width:100%}.flex_direction_column{flex-direction:column!important}.flex-wrap-wrap{flex-wrap:wrap}.flex_content_end{justify-content:flex-end!important}.flex_content_start{justify-content:flex-start!important}.flex_content_around{justify-content:space-around!important}.flex_content_between{justify-content:space-between!important}.flex_item_end{align-items:flex-end!important}.flex_item_start{align-items:flex-start!important}.flex_item_baseline{align-items:baseline!important}.sticky{position:-webkit-sticky;position:sticky;top:0;z-index:99999}nav{width:91rem}.footer,.home,.navHome{width:100%}.footer{background-image:url(/_next/static/media/footerPageBG.e1a5805a.png);background-size:100% 100%;background-repeat:no-repeat}.default_button{cursor:pointer;font-weight:400;font-size:1rem;color:#333;line-height:1.5rem;font-style:normal;text-transform:none;background:#fff;border:1px solid #000;min-width:9rem;height:2.75rem}@media(max-width:768px){.default_button{font-size:2rem;width:80%;padding:1.3rem 2rem;height:auto}}.default_button a{color:#333!important}.homeTitle{width:100%}.homeTitle_first{height:58.75rem;width:100%;background-image:url(/_next/static/media/home_homeTitle_background.1e300814.png);background-size:cover;background-repeat:no-repeat}@media(max-width:768px){.homeTitle_first{height:auto;padding:2rem 2rem 4rem;box-sizing:border-box;width:100%}}.chartDataPanel{width:100%;background-image:url(/_next/static/media/home_chartData_background.8ae795cc.png);background-size:cover;background-repeat:no-repeat}.commentPanel,.hotLocationPanel{width:100%;background-image:url(/_next/static/media/home_hotLocation_bg.5a261f9a.png);background-size:cover;background-repeat:no-repeat}.publiDataPanel{width:100%;background-color:#fff;padding:50px 0}.publiDataPanel_black{width:100%;background-color:#000}.demandPanel{width:100%;background-color:#f9faff}.myAddress_bg{background:url(/_next/static/media/aboutus_bg@1x.bfe49ee4.png) no-repeat;background-position:100%;background-size:100%}@media(max-width:768px){.myAddress_bg{background-size:120% 100%}}.america_bg{background:url(/_next/static/media/america@1x.8f288c9f.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.america_bg{background-size:120% 100%}}.france_bg{background:url(/_next/static/media/france@1x.28807124.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.france_bg{background-size:125% 100%}}.germany_bg{background:url(/_next/static/media/germany@1x.79535d79.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.germany_bg{background-size:130% 100%}}.brazil_bg{background:url(/_next/static/media/brazil@1x.26298583.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.brazil_bg{background-size:125% 100%}}.britain_bg{background:url(/_next/static/media/britain@1x.4cc9f0fc.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.britain_bg{background-size:125% 100%}}.canada_bg{background:url(/_next/static/media/canada@1x.9a88ce56.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.canada_bg{background-size:130% 100%}}.australia_bg{background:url(/_next/static/media/aodaliya@1x.86cf6178.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.australia_bg{background-size:130% 100%}}.vietnam_bg{background:url(/_next/static/media/Vietnam@1x.1fcac599.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.vietnam_bg{background-size:130% 100%}}.japan_bg{background:url(/_next/static/media/japan@1x.8bd8b6a4.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.japan_bg{background-size:130% 100%}}.agenting_bg{background:url(/_next/static/media/agenting@1x.0196e7ec.png);background-repeat:no-repeat;background-size:100% 100%}@media(max-width:768px){.agenting_bg{background-size:130% 100%}}.youPlan_white{width:100%;background-color:#fff;height:51.75rem}.panelList2222{padding-top:1.75rem;box-sizing:border-box;margin-bottom:1.75rem;width:19.8125rem}@media(max-width:768px){.panelList2222{padding:0;display:flex;flex-wrap:wrap;color:#fff;font-size:1.5rem;margin-bottom:2rem;width:100%}}.panelList2222 div{width:100%;margin-bottom:.875rem;font-weight:400;font-size:1rem;color:#fff!important;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-right:1rem}@media(max-width:768px){.panelList2222 div{width:auto;font-size:1.5rem}}.panelList2222 div img{margin-right:.625rem;height:100%;width:1rem;height:1rem}@media(max-width:768px){.panelList2222 div img{width:1.2rem;height:1.2rem;margin-right:.5rem;border-radius:1.2rem}}.panelList{padding-top:1.75rem;box-sizing:border-box;margin-left:2.5rem;margin-bottom:1.75rem;width:auto}.panelList div{width:50%;margin-bottom:1rem;font-weight:400;font-size:1.5rem;color:#fff;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none}.panelList div img{width:1.2rem;height:1.2rem;margin-right:.5rem;border-radius:1.2rem}.contentBtn{margin-bottom:1.75rem;height:2.75rem}.contentBtn .el-button{font-weight:400;font-size:1rem;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none}.contentBtn .contentBuy{background:#fff;border-radius:5px 5px 5px 5px}.contentBtn .contentUs{color:#2b6bff;border:1px solid #2b6bff}.fontStyle{font-weight:700}.fontSize1rem{font-size:1rem}.fontSizeTitle{font-size:1.75rem}.fontSizeSubtitle{font-size:1.25rem}.fontSizeMax{font-size:2.25rem}.fontSizeMini{font-size:.75rem}.width625{width:6.25rem}.width1125{width:1.125rem}.width156{width:1.56rem;height:auto}.width775{width:8.75rem;height:auto}.right-aligned-menu{justify-content:flex-end}.height75{height:4.687rem}.btnStyle{background:#026bff!important;color:#fff!important}.btnStyle2{background:#fff!important;color:#026bff!important}.bgDark{background:#f5fbff}.bgDark2{background:#1b1d20}.height660{height:41.25rem;width:75rem;color:#fff}.height270{height:16.875rem}.height380{height:25rem;width:75rem}.height500{height:31.25rem;width:75rem}.el-menu--horizontal .el-menu .el-menu-item,.el-menu--horizontal .el-menu .el-sub-menu__title{height:auto!important}.resousNav{padding:1.25rem;box-sizing:border-box}.resousNav .resousContent{width:75rem}.resousNav .resousContent .resousContentItem{width:30%}.resousNav .resousContent .resousContentItem .resousList2{height:2.8rem;display:flex;align-items:center}.resousNav .resousContent .resousContentItem .resousList2 img{width:2.25rem;height:auto;margin-right:.875rem}.resousNav .resousContent .title{border-radius:0 0 0 0;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;font-style:normal;text-transform:none;padding:.875rem 0;box-sizing:border-box;border-bottom:1px solid #e1e1e1}.resousNav .resousContent .resousList{width:auto;margin-right:6.25rem}.resousNav .resousContent .resousList2 .productTitle3{width:7rem}.resousNav .resousContent .productImg{min-width:2.25rem;width:auto}.resousNav .resousContent .productImg2{border-radius:.3rem;overflow:hidden;margin-right:.875rem}.productImg{min-width:2.25rem;width:auto;height:2.25rem}.demoNav{width:100vw}.demoNav .demoContent{width:75rem}.demoNav .demoContent .socialMedia{margin:.625rem 0}.demoNav .demoContent .title{height:2.5rem;border-radius:0 0 0 0;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;font-style:normal;text-transform:none}.demoNav .demoContent .productImg{width:2.25rem;margin-right:1.25rem;height:2.25rem}.demoNav .demoContent .productImg img{width:2.25rem;height:2.25rem}.demoNav .demoContent .productTitle{width:8rem;font-weight:400;font-size:1rem;line-height:1.5rem;font-style:normal;text-transform:none}.demoNav .demoContent .contentList{width:15rem;margin:.625rem 1.25rem 1.25rem}.productNav{height:auto;padding:0 3rem;box-sizing:border-box}.productNav .productText2{width:100%;border-bottom:1px solid #e1e1e1;box-sizing:border-box;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;padding:.875rem 0}.productNav .productContent{width:300px;padding:.625rem 0}.productNav .productContent .productImg2{width:3rem;height:auto;margin-right:1.25rem}.productNav .productContent .productImg2 img{width:3rem;height:auto}.productNav .productContent .productTitle2{width:auto;height:auto;font-weight:700;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.productNav .productContent .productText{height:auto;line-height:1.5rem}.productNav .productContent .priceMsg span:first-child,.productNav .productContent .productText{font-weight:400;font-size:.875rem;color:#999;text-align:left;font-style:normal;text-transform:none}.productNav .productContent .priceMsg span:first-child{line-height:1.25rem}.productNav .productContent .priceMsg span:nth-child(2){font-weight:400;font-size:1.125rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.footerTitle{margin-top:4.563rem;margin-bottom:1.5625rem;font-weight:700;font-size:2.25rem;color:#fff;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}@media(max-width:768px){.footerTitle{font-size:2.5rem;color:#fff;text-align:center;line-height:3.5rem;font-weight:700}}.footerBtnLeft{background-color:#fff!important;color:#333!important;display:flex;justify-content:center;align-items:center}.footerBtnLeft,.footerBtnRight{height:2.75rem;width:8.75rem;padding:0 2rem;margin-bottom:1.75rem;border:1px solid #fff!important}.footerBtnRight{color:#fff!important}.footerWraing{margin-bottom:1.75rem;font-weight:400;font-size:.75rem;color:#fff;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}@media(max-width:768px){.footerWraing{font-size:1.5rem}}.footerOther{width:100%;height:30.25rem;color:#fff;border-top:1px solid #2a3068!important;border-bottom:1px solid #868cc5!important;box-sizing:border-box;padding-bottom:4rem}@media(max-width:768px){.footerOther{height:auto;flex-direction:column-reverse;padding-bottom:0}}.footerOther .footerItem{height:19.5rem}@media(max-width:768px){.footerOther .footerItem{height:29.5rem;width:15rem}}.footerOther .footerItem .footerTitleMini{font-weight:400;font-size:1.25rem;color:#a4a6c0;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:1.25rem}@media(max-width:768px){.footerOther .footerItem .footerTitleMini{font-size:2.5rem}}.footerOther .footerItem .footerTitleMiniText{font-weight:400;font-size:1rem;color:#fff;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:1.25rem}@media(max-width:768px){.footerOther .footerItem .footerTitleMiniText{font-size:1.8rem;margin-top:2rem}.footerOther .footerItem .footerTitleMiniText a{margin-top:2rem}}.footerOther .footerItemFirst{width:20rem}@media(max-width:768px){.footerOther .footerItemFirst{width:40rem;margin:2rem 0;height:35rem}}.footerOther .footerItemFirst .footerTitleMiniText{position:relative;height:11rem}@media(max-width:768px){.footerOther .footerItemFirst .footerTitleMiniText{height:14rem;transform:translateY(-2rem)}}.footerBottom{width:100%;padding:0 1rem;box-sizing:border-box;margin:2rem 0;font-weight:400;font-size:.725rem;color:#a4a6c0;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}@media(max-width:768px){.footerBottom{display:block;text-align:center}}.footerBottom img{width:1.687rem;height:1.25rem;border-radius:2px 2px 2px 2px;padding:0 .375rem}@media(max-width:768px){.footerBottom img{width:2.4rem;height:1.8rem}.footerBottom .footerCopyRight{font-size:1.8rem;margin-bottom:1.5rem}}.width360{width:18rem!important;margin:-10rem 6rem 0 .625rem}@media(max-width:768px){.width360{transform:translate(10rem,-22.5rem)}}.width360 .logo_whiteBox{margin-bottom:1.75rem;width:13.125rem}.width360 .logo_whiteBox .logo_white,.width840{width:100%}.width840{margin:0 .625rem 3.125rem 0;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}@media(max-width:768px){.width840{width:80%}}.footerEmailUs{margin-bottom:2.5rem}.footerEmailUs .footerTitleMini{font-weight:400;font-size:1rem;color:#a4a6c0;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:.875rem}@media(max-width:768px){.footerEmailUs .footerTitleMini{font-size:2.5rem}}.footerEmailUs .footerTitleMini img{width:1rem;height:1rem}@media(max-width:768px){.footerEmailUs .footerTitleMini img{width:2rem;height:2rem;margin-right:1rem}}.footerEmailUs img{width:1.25rem;height:1.25rem;border-radius:2px 2px 2px 2px}@media(max-width:768px){.footerEmailUs img{width:2rem;height:2rem;margin-top:1rem}}.footerEmailUs .footerEmail{font-size:1rem;margin-left:.5rem}@media(max-width:768px){.footerEmailUs .footerEmail{font-size:1.8rem;margin-left:0}}.homeHead{width:75rem}.homeHead .content{margin:0 0 11.25rem}.homeHead .content .contentMessage{width:36rem;height:100%}.homeHead .content .contentMessage .trustpill{width:15.0625rem;margin-bottom:.8125rem}.homeHead .content .contentMessage .trustpill img{width:9rem;max-width:100%}.homeHead .content .contentMessage .contentList div{width:50%;margin-bottom:.875rem;font-weight:400;font-size:1rem;color:rgba(51,51,51,.7);line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.homeHead .content .contentMessage .contentList div img{margin-right:.625rem;height:100%}.homeHead .content .contentMessage .contentBtn{height:2.75rem}.homeHead .content .contentMessage .contentBtn .el-button{font-weight:400;font-size:1rem;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none}.homeHead .content .contentMessage .contentBtn .contentBuy{background-color:#316aff;color:#fff}.homeHead .content .contentMessage .contentBtn .contentUs{color:#2b6bff;border:1px solid #2b6bff}.font{font-weight:700;text-align:center;font-style:normal;text-transform:none}.publicData{width:75rem;padding:4rem 0;box-sizing:border-box}@media(max-width:768px){.publicData{width:100%;padding:4rem 2rem}}.publicData .dataContent .title{text-align:center;color:#333;margin-bottom:4.5rem;line-height:2.5rem}.publicData .dataContent .title h2{font-size:1.75rem;margin-bottom:.625rem}@media(max-width:768px){.publicData .dataContent .title h2{font-size:2.2rem;font-weight:700;color:#000;margin-bottom:2rem}}.publicData .dataContent .title p{font-size:1rem;color:#999;line-height:2rem}@media(max-width:768px){.publicData .dataContent .title p{font-size:2rem;width:auto;line-height:3rem}}.publicData .dataContent .data{margin-bottom:3.75rem}.publicData .dataContent .data .detailData{width:37.5rem;padding:.1875rem 0;box-sizing:border-box}.publicData .dataContent .data .detailData .mr10{margin-right:1.25rem}.publicData .dataContent .data .detailData .detailDataItem{width:16.125rem;margin-bottom:1.25rem;background:#fff;border-radius:.625rem .625rem .625rem .625rem}.publicData .dataContent .data .detailData .detailDataItem .itemFrist{margin-top:1.875rem;margin-bottom:.625rem;font-weight:700;font-size:2.25rem;color:#2b6bff;line-height:3.75rem;font-style:normal;text-transform:none}.publicData .dataContent .data .detailData .detailDataItem .itemScend{font-weight:500;font-size:1.25rem;color:#333;line-height:1.875rem;font-style:normal;text-transform:none;margin-bottom:1.5rem}.publicData .dataContent .data .detailData .detailDataItem .itemThree{font-weight:400;font-size:1rem;color:#999;line-height:2rem;font-style:normal;text-transform:none;max-width:20rem}.chartData{height:auto;width:100%}.chartData .content{height:100%;margin-top:2.5rem;margin-bottom:4.875rem}.chartData .content .cotentLeft{width:50%;height:100%;display:block;padding-top:6.5rem;box-sizing:border-box}@media(max-width:768px){.chartData .content .cotentLeft{width:100%}}.chartData .content .cotentLeft .leftItemFrist{margin-left:5.3125rem;margin-bottom:1.625rem;font-weight:600;font-size:1.75rem;color:#fff;line-height:2.5rem;font-style:normal;text-transform:none}@media(max-width:768px){.chartData .content .cotentLeft .leftItemFrist{font-size:2.5rem}}.chartData .content .cotentLeft .leftItemScend{margin-left:5.3125rem;margin-bottom:2.75rem;text-align:justify;font-weight:400;font-size:1rem;color:#999;line-height:1.75rem;font-style:normal;text-transform:none;width:29.9375rem}@media(max-width:768px){.chartData .content .cotentLeft .leftItemScend{width:80%;text-align:center;font-size:2rem;line-height:2.5rem}}.chartData .content .cotentLeft .leftItemThree{margin-left:5.3125rem;margin-bottom:6.5rem}@media(max-width:768px){.chartData .content .cotentLeft .leftItemThree{text-align:center;margin-left:0}}.chartData .content .cotentLeft .leftItemThree .el-button{font-weight:400;font-size:1rem;color:#333;line-height:1.5rem;font-style:normal;text-transform:none;background:#fff;border-radius:1.375rem 1.375rem 1.375rem 1.375rem}.demand{width:75rem}.demand .demandList{margin:0 0 5rem;padding-top:5rem;box-sizing:border-box}.demand .demandList .demandTitle{margin-bottom:2.5rem;text-align:center;font-weight:700;color:#333;line-height:2.5rem}.demand .demandList .demandItems .demandItem{height:11.25rem;margin-bottom:2.5rem;overflow:hidden;width:calc((100% - 5rem)/5);height:12.25rem;background:#fff;box-shadow:0 .125rem .625rem 0 hsla(0,0%,86%,.5);border-radius:.625rem .625rem .625rem .625rem;padding-bottom:2.1875rem;box-sizing:border-box}.demand .demandList .demandItems .demandItem .demandItem_children{width:14rem;height:4.875rem;text-align:center;border-radius:0 0 0 0}.demand .demandList .demandItems .demandItem .demandItem_children .demandItem_img{width:100%;background:#fff;border-radius:0 0 0 0;margin:0 .7375 .875rem}.demand .demandList .demandItems .demandItem .demandItem_children .demandItem_img img{height:4.125rem;width:4.125rem}.demand .demandList .demandItems .demandItem .demandItem_children .demandItem_text{width:auto;min-width:14rem;height:1.875rem;font-weight:700;font-size:1.25rem;color:#333;line-height:1.875rem;font-style:normal;text-transform:none;text-align:center}.demand .demandList .demandBtn{margin-top:2.5rem;text-align:center;height:2.75rem}.demand .demandList .demandBtn .el-button{border-radius:.3125rem .3125rem .3125rem .3125rem;border:1px solid #333;font-weight:400;font-size:1rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none;padding:0 2rem}.hotLocation{height:43.375rem;width:100%;margin-bottom:5rem}.hotLocation .locationList{height:28.125rem;margin:0 0 5rem;padding-top:5rem;box-sizing:border-box}.hotLocation .locationList .locationTitle{margin-bottom:2.5rem;text-align:center;font-weight:700;color:#333;line-height:2.5rem}.hotLocation .locationList .locationItems{overflow:hidden;height:13.125rem}.hotLocation .locationList .locationItems .locationItem{width:14rem;height:11.9375rem;background:#f4f7ff;box-shadow:0 .125rem .625rem 0 hsla(0,0%,86%,.5);border-radius:.625rem .625rem .625rem .625rem}.hotLocation .locationList .locationItems .locationItem .locationItem_children{width:14rem;text-align:center;border-radius:0 0 0 0}@media(max-width:768px){.hotLocation .locationList .locationItems .locationItem .locationItem_children{width:auto}}.hotLocation .locationList .locationItems .locationItem .locationItem_children .locationItem_img{width:13.125rem;border-radius:0 0 0 0;margin:0 .4375rem .875rem}.hotLocation .locationList .locationItems .locationItem .locationItem_children .locationItem_text{width:100%;height:1.25rem;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:center;font-style:normal;text-transform:none;margin-bottom:.3125rem}@media(max-width:768px){.hotLocation .locationList .locationItems .locationItem .locationItem_children .locationItem_text{font-size:2.5rem;padding:1rem}}.hotLocation .locationList .locationItems .locationItem .locationItem_children .locationItem_text2{width:100%;height:1.25rem;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}@media(max-width:768px){.hotLocation .locationList .locationItems .locationItem .locationItem_children .locationItem_text2{font-size:2.2rem;padding:1rem}}.hotLocation .locationList .locationBtn{margin-top:2.5rem;text-align:center;height:2.75rem}.hotLocation .locationList .locationBtn .el-button{border-radius:.3125rem .3125rem .3125rem .3125rem;border:1px solid #333;font-weight:400;font-size:1rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none;padding:0 2rem}.plan{width:85rem}.plan .planContent{margin:5rem 0}.plan .planContent .planTitle{margin-bottom:5rem}.plan .planContent .planTitle .planTitleMax{height:2.625rem;font-weight:700;color:#333;text-align:center;font-style:normal;text-transform:none;margin-bottom:.3125rem}.plan .planContent .planTitle .planTitleMax h2{font-size:1.75rem}.plan .planContent .planTitle .planTitlemini{height:1.25rem;font-weight:400;font-size:.875rem;color:#999;line-height:1.25rem;text-align:center;font-style:normal;text-transform:none;margin-bottom:1.25rem}.plan .planContent .planTitle .planbtn{height:2.5rem;text-align:center}.plan .planContent .planTitle .planbtn .personBtn{width:8.75rem;height:auto;background:#eff5ff;border-radius:1.25rem 1.25rem 1.25rem 1.25rem;font-weight:400;font-size:1rem;color:#2b6bff;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planTitle .planbtn .personBtn img{margin-right:.3125rem}.plan .planContent .planTitle .planbtn .companyBtn{width:8.75rem;height:auto;background:#f2f2f2;border-radius:1.25rem 1.25rem 1.25rem 1.25rem;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planTitle .planbtn .companyBtn img{margin-right:.3125rem}.plan .planContent .planList .planItem:hover{background:#eff5ff}.plan .planContent .planList .planItem{width:15.5rem;background:#fff;border-radius:.625rem .625rem .625rem .625rem;border:1px solid #f2f2f2}.plan .planContent .planList .planItem .title{margin:1.375rem 0 0 .9375rem;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem .price{margin:1.875rem 0 0;font-weight:700;font-size:2rem;color:#333;line-height:2.75rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem .price .miniPrice{font-weight:400;font-size:1rem;color:#333;line-height:2.75rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem .palnBtn{padding:1.875rem .9375rem;box-sizing:border-box}.plan .planContent .planList .planItem .palnBtn .el-button{background:#316aff;font-weight:400;font-size:1rem;color:#fff;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem .GB{margin:1.875rem 0 0 .9375rem}.plan .planContent .planList .planItem .GB,.plan .planContent .planList .planItem .centerGB{font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem .centerGB{margin:.875rem 0 0 .9375rem}.plan .planContent .planList .planItem .lastGB{margin:.875rem 0 2.125rem .9375rem;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.plan .planContent .planList .planItem img{margin-right:.625rem}.comment{width:75rem}.comment .commentTitle{margin:5rem 0 2.5rem;height:2.5rem;font-weight:700;color:#333;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}.comment .commentList{margin-bottom:5rem;padding:.3125rem 0;box-sizing:border-box}.comment .commentList .commentItem{width:23.125rem;background:#fff;box-shadow:0 2px .625rem 0 hsla(0,0%,86%,.5);padding:1.25rem 2.1875rem;box-sizing:border-box}.comment .commentList .commentItem .head{text-align:center;margin-bottom:1.25rem}.comment .commentList .commentItem .text{min-height:10rem;font-weight:400;font-size:1rem;color:#333;line-height:1.75rem;text-align:left;font-style:normal;text-transform:none}.comment .commentList .commentItem .name{margin-top:1.25rem}.comment .commentList .commentItem .name .nameDetail{height:1.25rem;font-weight:700;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.comment .commentList .commentItem .name .positionDetail{height:1.25rem;font-weight:400;font-size:1rem;color:#999;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.question{height:auto;width:75rem;padding:5rem 5rem 3rem;box-sizing:border-box}.question .questionTitle{margin-bottom:2.5rem;height:2.5rem;font-weight:700;font-size:1rem;color:#333;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}.question .questionList{border-radius:0 0 0 0;padding-left:4.3125rem}.question .questionList .questionItem{border-bottom:1px solid #f2f2f2;text-align:left!important;line-height:3.75rem!important;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:center;font-style:normal;text-transform:none;margin-bottom:2.25rem}.question .questionList .questionItem .questionAnswer{margin-top:1rem;margin-bottom:1.25rem;font-weight:400;font-size:1rem;color:#999;line-height:2.25rem;text-align:left;font-style:normal;text-transform:none}.howLocation{width:75rem;background:rgba(159,202,255,.2);padding:1.25rem;box-sizing:border-box}.howLocation .more{margin-top:2.5rem;font-weight:400;font-size:1rem;color:#333;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none;padding-left:1.875rem;box-sizing:border-box}.whyIPCoket{width:75rem;padding:5rem 0;box-sizing:border-box}.spring-tag{width:8rem;height:2rem;position:absolute;top:1rem;right:-3px;font-size:.8rem;z-index:1;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.spring-tag img{width:100%;height:100%}.spring-tag .spring-text{position:absolute;display:flex;justify-content:center;align-items:center;padding-left:1rem;font-size:.7rem;color:#fff}.discount-div{margin-bottom:.7rem}.discount-div span{font-weight:400;font-size:1.2rem;color:#2b6bff}.nav-flex{display:flex;gap:1rem}.menuLink{display:flex!important;align-items:center!important;font-size:2rem}.menuLink img{width:3rem;height:auto;margin-right:.5rem}.country{height:auto;width:75rem;padding:5rem 0;box-sizing:border-box}.country .title{text-align:center;margin-bottom:2.5rem}.country .miniTitle,.country .title{font-weight:700;font-size:1.75rem;color:#333;line-height:2.5rem;font-style:normal;text-transform:none}.country .miniTitle{text-align:left;border-bottom:1px solid #333;padding-bottom:1.25rem}.country .content{width:100%}.country .content .contentItem{width:25%;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;padding:.3125rem 0;box-sizing:border-box}.country .content .contentItem .activeColor{background:#2b6bff}.imgPanel{height:auto;width:75rem;padding:5rem 0;box-sizing:border-box}@media(max-width:768px){.imgPanel{width:100%;padding:4rem 2rem}}.imgPanel .Steps{align-self:flex-start;width:12.5rem;height:20rem;padding:.625rem;box-sizing:border-box;border-right:1px solid #dbdbdb}.imgPanel .Steps .stepItem:hover{background:#ecf5ff!important;color:#041e39!important}.imgPanel .Steps .stepItem{cursor:pointer;margin-right:2.5rem;font-weight:500;font-size:1rem;color:#999;line-height:1.25rem;text-align:right;font-style:normal;text-transform:none}.imgPanel .Steps .stepItem .point{width:.5rem;height:.5rem;border-radius:.5rem;background:#dbdbdb;display:inline-block;position:absolute;margin-left:2.9rem}.imgPanel .Steps .b40{margin-bottom:2.5rem}.imgPanel .imgLists{align-self:flex-start;width:100%}@media(max-width:768px){.imgPanel .imgLists .imgItem{width:calc(100% - 1rem);height:8.775rem;display:flex;justify-content:center;align-items:center}}.imgPanel .imgLists .imgItem img{width:13.775rem;height:8.775rem;object-fit:contain}@media(max-width:768px){.imgPanel .imgLists .imgItem img{width:100%;height:auto}}.imgPanel .imgItem a,.imgPanel .imgItem img{display:block}.imgPanel .fb-line{display:block;width:auto;height:1px;background-color:#e5e5e5;margin:0 0 8px;max-width:13.775rem}.imgPanel .fb-desc,.imgPanel .fb-seller{padding-left:4px}.IPImage{height:auto;width:75rem;padding:5rem 0;box-sizing:border-box}@media(max-width:768px){.IPImage{padding:4rem 2rem;width:100%}}.IPImage .ImgIP{margin-bottom:2.5rem;text-align:center}.IPImage .ImgIP .title{margin-bottom:.3125rem;font-weight:700;color:#333;line-height:2.5rem}.IPImage .ImgIP .miniTitle,.IPImage .ImgIP .title{font-size:1rem;text-align:center;font-style:normal;text-transform:none}.IPImage .ImgIP .miniTitle{width:32.0625rem;font-weight:400;color:#999;line-height:1.25}.IPImage .content{margin-bottom:2.5rem}.IPImage .content .imgItem{border-radius:0 0 0 0}.IPImage .content .imgItem .IPITitle{height:5rem}.IPImage .content .imgItem .IPITitle .IPINumber{font-weight:700;font-size:3.125rem;color:#dee7ff;line-height:3.125rem;text-align:left;font-style:normal;text-transform:none;margin-right:.875rem}.IPImage .content .imgItem .IPITitle .IPIstep{color:#dee7ff}.IPImage .content .imgItem .IPITitle .IPIright,.IPImage .content .imgItem .IPITitle .IPIstep{font-weight:700;font-size:1.25rem;line-height:1.875rem;text-align:left;font-style:normal;text-transform:none}.IPImage .content .imgItem .IPITitle .IPIright{color:#333}.IPImage .content .imgItem .IPIimage{margin-bottom:1.875rem}.IPImage .content .introduce{font-weight:400;font-size:.875rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;text-align:center}.IPImage .btns{text-align:center}.IPImage .btns .IPIbtn{width:8.75rem;height:2.75rem;border-radius:5px 5px 5px 5px;border:1px solid #2b6bff;color:#2b6bff}.productTitle{width:81.25rem}.productTitle .content{padding:5.3125rem 0 4.0625rem;box-sizing:border-box}.productTitle .content .contentMessage{width:36rem;height:100%}.productTitle .content .contentMessage .trustpill{height:1.5rem;margin-bottom:.8125rem}.productTitle .content .contentMessage .trustpill img{height:100%}.productTitle .content .contentMessage .contentTitle{margin-bottom:1.75rem}.productTitle .content .contentMessage .text{font-weight:400;font-size:1rem;color:rgba(51,51,51,.7);line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:1.75rem}.productTitle .content .contentMessage .contentList{height:5.5rem;margin-bottom:2.5rem}.productTitle .content .contentMessage .contentList div{width:50%;margin-bottom:.875rem;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.productTitle .content .contentMessage .contentList div img{margin-right:.625rem;height:100%}.productTitle .content .contentMessage .contentBtn{margin-bottom:1.75rem;height:2.75rem}.productTitle .content .contentMessage .contentBtn .el-button{font-weight:400;font-size:1rem;line-height:1.5rem;text-align:left;font-style:normal;text-transform:none}.productTitle .content .contentMessage .contentBtn .contentBuy{background-color:#316aff;color:#fff}.productTitle .content .contentMessage .contentBtn .contentUs{color:#2b6bff;border:1px solid #2b6bff}.houseNetwork{width:81.25rem;padding:5rem 0;box-sizing:border-box}@media(max-width:768px){.houseNetwork{width:100%;background-color:#f8f8f8;padding:4rem 2rem;box-sizing:border-box}}.houseNetwork .content .contentLeft{padding:1.3125rem 0;box-sizing:border-box;width:45%;height:100%}.houseNetwork .content .contentLeft .includeComponent{margin-bottom:2.5rem}.houseNetwork .content .contentLeft .houseNetworkList .houseNetworkItem{width:15rem}.houseNetwork .content .contentLeft .houseNetworkList .houseNetworkItem .WIShead{width:3rem;height:3rem;margin-bottom:1.0625rem}.houseNetwork .content .contentLeft .houseNetworkList .houseNetworkItem .WIShead img{width:3rem;height:3rem}.houseNetwork .content .contentLeft .houseNetworkList .houseNetworkItem .WISTitle{height:1.25rem;font-weight:500;font-size:1rem;color:#3d3d3d;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:.625rem}.houseNetwork .content .contentLeft .houseNetworkList .houseNetworkItem .WISText{font-weight:400;font-size:.875rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}.houseAgent{width:81.25rem;padding:5rem 0;box-sizing:border-box}.houseAgent .content .contentRight{padding:1rem 0;box-sizing:border-box;width:40%;height:100%}.preciseLocation{width:81.25rem;padding:5rem 0;box-sizing:border-box}@media(max-width:768px){.preciseLocation{padding:4rem 2rem;width:auto}}.preciseLocation .content .contentLeft{padding:1rem 0 0;box-sizing:border-box;margin-bottom:2.5rem}.preciseLocation .content .contentList{height:5.5rem}@media(max-width:768px){.preciseLocation .content .contentList{display:block}}.preciseLocation .content .contentList div{margin-right:2.5625rem;width:30%;margin-bottom:.875rem;font-weight:400;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none}@media(max-width:768px){.preciseLocation .content .contentList div{margin-top:2rem;font-size:1.6em}}.preciseLocation .content .contentList div img{margin-right:.625rem;height:100%}.whyIPScoket{width:75rem;padding:5rem 0;box-sizing:border-box}.whyIPScoket .WISTitle{margin-bottom:2.5rem;height:2.5rem;font-weight:700;font-size:1rem;color:#333;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}.whyIPScoket .WISList{padding-top:2.5rem;box-sizing:border-box}.whyIPScoket .WISList .WISItem{width:20.1875rem;height:23.125rem;background:#fff;box-shadow:0 2px 10px 0 hsla(0,0%,86%,.5);border-radius:10px 10px 10px 10px;margin-right:1.25rem;margin-bottom:1.25rem;padding:2.5rem 1.5rem}.whyIPScoket .WISList .WISItem .WIShead{width:3rem;height:3rem;margin-bottom:1.5rem}.whyIPScoket .WISList .WISItem .WIShead img{width:3rem;height:3rem}.whyIPScoket .WISList .WISItem .WISTitle{height:auto;font-weight:500;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:1.25rem}.whyIPScoket .WISList .WISItem .WISText{min-height:3.25rem;font-weight:400;font-size:1rem;color:#333;text-align:left;font-style:normal;text-transform:none}.securityTrust{width:75rem;height:33.75rem;padding:5rem 0;box-sizing:border-box}.securityTrust .securityTrustTitle{margin-bottom:2.5rem;height:2.5rem;font-weight:700;font-size:2rem;color:#333;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}.securityTrust .securityTrustList{height:18.75rem}.securityTrust .securityTrustList img{width:14.25rem;height:13.75rem}@media(max-width:768px){.whyIPScoket{width:75rem;padding:5rem 0;box-sizing:border-box}.whyIPScoket .WISTitle{margin-bottom:2.5rem;height:2.5rem;font-weight:700;font-size:1rem;color:#333;line-height:2.5rem;text-align:center;font-style:normal;text-transform:none}.whyIPScoket .WISList{padding-top:2.5rem;box-sizing:border-box}.whyIPScoket .WISList .WISItem{width:20.1875rem;height:23.125rem;background:#fff;box-shadow:0 2px 10px 0 hsla(0,0%,86%,.5);border-radius:10px 10px 10px 10px;margin-right:1.25rem;margin-bottom:1.25rem;padding:2.5rem 1.5rem}.whyIPScoket .WISList .WISItem .WIShead{width:3rem;height:3rem;margin-bottom:1.5rem}.whyIPScoket .WISList .WISItem .WIShead img{width:3rem;height:3rem}.whyIPScoket .WISList .WISItem .WISTitle{height:auto;font-weight:500;font-size:1rem;color:#333;line-height:1.25rem;text-align:left;font-style:normal;text-transform:none;margin-bottom:1.25rem}.whyIPScoket .WISList .WISItem .WISText{min-height:3.25rem;font-weight:400;font-size:1rem;color:#333;text-align:left;font-style:normal;text-transform:none}.securityTrust{width:100%;height:auto;padding:5rem 0 0;box-sizing:border-box}.securityTrust .securityTrustTitle{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.securityTrust .securityTrustList{height:18.75rem}.securityTrust .securityTrustList img{width:14.25rem;height:13.75rem}}