:root{--site-accent: var(--por-color-text-huawei);--site-accent-rgb: 199, 0, 11;--site-border: color-mix(in srgb, var(--por-color-border-primary) 10%, transparent);--site-border-strong: color-mix(in srgb, var(--por-color-border-primary) 18%, transparent);--site-panel-ink: color-mix(in srgb, var(--por-color-text-white) 92%, transparent);--site-panel-ink-soft: color-mix(in srgb, var(--por-color-text-white) 76%, transparent);--site-mono: ui-monospace, "Cascadia Code", "Segoe UI Mono", Consolas, monospace;--grid-cols: 24;--grid-margin: 24px;--grid-gutter: 16px}@media(max-width:1599px){:root{--grid-cols: 12;--grid-margin: 16px;--grid-gutter: 8px}}@media(max-width:839px){:root{--grid-cols: 8;--grid-margin: 8px;--grid-gutter: 8px}}@media(max-width:599px){:root{--grid-cols: 4;--grid-margin: 8px;--grid-gutter: 8px}}.por-container{max-width:1600px;margin-left:auto;margin-right:auto}@media(max-width:1775px){.por-container{max-width:90%;padding-left:0;padding-right:0}}@media(max-width:1024px){.por-container{max-width:94%;padding-left:0;padding-right:0}}@media(max-width:839px){.por-container{max-width:100%;padding-left:24px;padding-right:24px}}@media(max-width:599px){.por-container{padding-left:16px;padding-right:16px}}.por-grid{display:grid;grid-template-columns:repeat(var(--grid-cols),1fr);gap:var(--grid-gutter);padding-left:var(--grid-margin);padding-right:var(--grid-margin)}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,STHeiti,Microsoft YaHei,Microsoft JhengHei,HuaweiSans,SimSun,sans-serif;font-size:14px;background:var(--por-color-background-white);color:var(--por-color-text-primary);line-height:22px;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}.page-narrow{max-width:1600px;margin:0 auto}.por-text-title-t1{font-size:40px;line-height:60px;font-weight:600}.por-text-title-t2{font-size:32px;line-height:48px;font-weight:600}.por-text-title-t3{font-size:24px;line-height:36px;font-weight:600}.por-text-title-t6{font-size:14px;line-height:22px;font-weight:400}.por-text-body-t1,.por-text-body-t2{font-size:16px;line-height:24px}.por-text-body-t3{font-size:14px;line-height:22px}@media(max-width:1599px){.por-text-title-t1{font-size:36px;line-height:54px}.por-text-title-t2{font-size:24px;line-height:36px}.por-text-title-t3{font-size:20px;line-height:30px}.por-text-title-t6{font-size:12px;line-height:18px}.por-text-body-t1,.por-text-body-t2{font-size:14px;line-height:22px}.por-text-body-t3{font-size:12px;line-height:18px}}.hero h1{font-size:40px;line-height:60px;font-weight:600}@media(max-width:1599px){.hero h1{font-size:36px;line-height:54px}}.tag{display:inline-block;font-size:20px;color:var(--site-accent);letter-spacing:.02em}@media(max-width:1599px){.tag{font-size:16px}}.shead{text-align:center;max-width:720px;margin:0 auto 40px}.shead h2{font-size:32px;font-weight:600;letter-spacing:-.02em;margin:12px 0;line-height:48px}.shead p{color:var(--por-color-text-secondary);font-size:16px;line-height:24px}@media(max-width:1599px){.shead h2{font-size:24px;line-height:36px}.shead p{font-size:14px;line-height:22px}}@media(max-width:768px){.por-btn:not(.por-btn-small):not(.site-burger):not(.site-drawer-close){min-height:44px}input.por-text-input,.por-textarea,input:not([type=checkbox]):not([type=radio]){font-size:16px}}.por-card{border-radius:var(--site-radius-m, 6px)}.fade{opacity:0;transform:translateY(16px);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.fade.in{opacity:1;transform:none}.fade.d1{transition-delay:.06s}.fade.d2{transition-delay:.12s}.fade.d3{transition-delay:.18s}.fade.d4{transition-delay:.24s}@media(prefers-reduced-motion:reduce){.fade{opacity:1;transform:none;transition:none}}:root{--site-radius-s: 6px;--site-radius-m: 12px;--site-radius-l: 24px}:root{--site-shadow-s: 0 1px 4px rgba(0, 0, 0, .08);--site-shadow-m: var(--por-shadow-card-active, 0 2px 12px rgba(0, 0, 0, .08));--site-shadow-l: var(--por-shadow-modal, 0 4px 22px rgba(0, 0, 0, .08))}.por-btn.por-btn-xlarge{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 48px;font-size:16px;line-height:48px}.por-btn.por-btn-large{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 32px;font-size:16px;line-height:40px}.por-btn:not(.por-btn-small):not(.por-btn-text):not(.por-btn-large):not(.por-btn-xlarge){display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 24px;font-size:14px;line-height:32px}.por-btn.por-btn-small{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 16px;font-size:12px;line-height:24px}.por-btn.por-btn-primary,.por-btn.por-btn-secondary,.por-btn.por-btn-dark{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-decoration:none;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s}.por-btn.por-btn-primary{background-color:#191919;border-color:#191919;color:#fff}.por-btn.por-btn-primary:hover:not(:disabled){background-color:#595959;border-color:#595959;color:#fff}.por-btn.por-btn-primary:disabled,.por-btn.por-btn-primary.disabled,.por-btn.por-btn-primary[disabled]{background-color:#0000000d;border-color:transparent;color:#c2c2c2;cursor:not-allowed}.por-btn.por-btn-secondary{background-color:#fff;border:1px solid #595959;color:#191919}.por-btn.por-btn-secondary:hover:not(:disabled){background-color:#fff;border-color:#c2c2c2;color:#191919}.por-btn.por-btn-dark{background-color:#fff;border:1px solid #595959;color:#191919}.por-btn.por-btn-dark:hover:not(:disabled){background-color:#fff;border-color:#c2c2c2;color:#191919}.por-btn.por-btn-secondary:disabled,.por-btn.por-btn-secondary.disabled,.por-btn.por-btn-secondary[disabled],.por-btn.por-btn-dark:disabled,.por-btn.por-btn-dark.disabled,.por-btn.por-btn-dark[disabled]{background-color:#0000000d;border-color:transparent;color:#c2c2c2;cursor:not-allowed}.por-btn.por-btn-text,a.text-link-btn{display:inline-flex;align-items:center;gap:4px;height:24px;padding:0;font-size:16px;font-weight:400;color:#191919;background:none;border:none;border-radius:0;cursor:pointer;text-decoration:none;line-height:24px}.por-btn.por-btn-text:hover:not(:disabled),a.text-link-btn:hover{color:#191919;font-weight:600;text-decoration:underline;text-underline-offset:2px}.por-btn.por-btn-text:disabled,a.text-link-btn.disabled,.por-btn.por-btn-text[disabled]{color:#c2c2c2;font-weight:400;text-decoration:none;cursor:not-allowed}.por-btn.por-btn-text .arrow,.por-btn.por-btn-text .por-icon-right,.por-btn.por-btn-text .por-icon-left,.por-btn.por-btn-text .por-icon,a.text-link-btn .arrow,a.text-link-btn .por-icon-right,a.text-link-btn .por-icon-left,a.text-link-btn .por-icon{width:16px;height:16px;flex-shrink:0;transition:transform .15s cubic-bezier(.4,0,.2,1)}.por-btn.por-btn-text:hover .arrow,.por-btn.por-btn-text:hover .por-icon-right,.por-btn.por-btn-text:hover .por-icon-left,.por-btn.por-btn-text:hover .por-icon,a.text-link-btn:hover .arrow,a.text-link-btn:hover .por-icon-right,a.text-link-btn:hover .por-icon-left,a.text-link-btn:hover .por-icon{transform:translate(3px)}.hwc-footer{background-color:#efefef;color:#191919;font-size:14px;line-height:22px;overflow:visible;margin-top:0;padding-bottom:env(safe-area-inset-bottom)}.footer-container{width:100%;max-width:1600px;margin:0 auto;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}@media(max-width:1775px){.footer-container{max-width:90%}}@media(max-width:1024px){.footer-container{max-width:94%}}@media(max-width:839px){.footer-container{max-width:100%;padding-left:24px;padding-right:24px}}@media(max-width:599px){.footer-container{padding-left:16px;padding-right:16px}}.footer-nav{padding:0;overflow:visible}.footer-nav-content{padding:20px 0;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #e0e0e1}.footer-nav-content:after{content:"";display:table;clear:both}.footer-nav-comps{padding-right:160px;overflow:visible}@media(max-width:1775px){.footer-nav-comps{padding-right:80px!important}}@media(max-width:1440px){.footer-nav-comps{padding-right:0!important}}.footer-nav-submenus{float:left;width:242px;overflow:visible}.footer-nav-submenus:after{content:"";display:table;clear:both}.footer-nav-contact{margin-bottom:20px}.footer-nav-contact-phone{margin-bottom:8px;text-align:left}.footer-nav-contact-phone h2{margin-bottom:16px;font-size:16px;line-height:24px;color:#191919}.footer-nav-contact-phone a{display:flex;align-items:center;font-size:24px;line-height:36px;font-weight:600;color:#191919;text-decoration:none}.footer-nav-contact-phone a:hover span{text-decoration:underline}.footer-nav-contact-emails{position:relative;font-size:0;list-style:none;padding:0}.footer-nav-contact-emails>li{font-size:14px;line-height:24px;white-space:nowrap;list-style:none}.footer-nav-contact-emails-item{position:relative;display:inline-block;padding-right:8px}.footer-nav-contact-emails-item a{display:block;position:relative;z-index:1;color:#595959;font-size:14px;line-height:24px;-webkit-transition:.2s;transition:.2s}.footer-nav-contact-emails-item:hover>a{color:#191919;text-decoration:underline}.foot-email{position:absolute;top:50%;left:100%;display:none;height:24px;margin-top:-12px;padding:0 10px;border-radius:3px;background:#fff;color:#333;line-height:24px;font-size:12px}.foot-email p{margin:0}.foot-email p a{color:#333;text-decoration:none;font-size:12px;line-height:24px}.foot-email p:before{content:"";position:absolute;top:7px;right:100%;display:block;border:5px solid;border-left:0;border-color:transparent #fff transparent transparent}.footer-nav-contact-emails-item:hover .foot-email{display:block}.footer-nav-download{display:none}.footer-nav-download .download-app{display:inline-flex;align-items:center;gap:6px;cursor:pointer;color:#191919;font-weight:600}.footer-nav-download .download-app i{display:inline-flex;align-items:center}.footer-nav-contact-title{display:none}.footer-nav-about{position:relative;z-index:99999;display:flex;justify-content:space-between;font-size:0}.footer-nav-about .right-margin-pc{display:inline-block;margin-right:12px;text-align:left;overflow:visible}.footer-nav-about .right-margin-pc:last-child{margin-right:0}.footer-nav-about .img-circle{width:36px;height:36px;border-radius:var(--radius-xl, 50%)}.footer-qrcode-pc{display:block;position:relative;cursor:pointer;z-index:99999;overflow:visible}.footer-qrcode-pc .qr-code{display:none;position:absolute;left:50%;bottom:55px;width:165px;height:165px;margin-left:-82.5px;background-color:#fff;box-shadow:0 4px 16px #00000026;border-radius:8px;z-index:99999}.footer-qrcode-pc .qr-code img{width:100%;height:100%;object-fit:cover}.footer-qrcode-pc:hover .qr-code{display:block}.footer-qrcode-pc .box{position:absolute;left:50%;bottom:-24px;width:0;height:0;margin-left:-12px;border-width:12px;border-style:solid;border-color:#fff transparent transparent}.footer-nav-contact-icon,.footer-law-mb{display:none}.footer-nav-menus{display:flex;justify-content:space-between;flex:1;margin-top:60px;text-align:center;border-left:1px solid #e0e0e1;padding-left:200px}@media(max-width:1775px){.footer-nav-menus{padding-left:100px!important}}@media(max-width:1440px){.footer-nav-menus{padding-left:50px!important}}@media(max-width:1366px){.footer-nav-menus{padding-left:0!important}}.footer-nav-menus dl{float:left;width:186px;padding-left:32px;font-size:14px;flex:1;text-align:left}.footer-nav-menus dl dt{margin-bottom:var(--margin-md, 12px);font-weight:600;line-height:18px;color:#191919;font-size:16px}.footer-nav-menus dl dd{font-size:14px;line-height:24px;color:#595959}.footer-nav-menus dl dd+dd{margin-top:8px}.footer-nav-menus dl dd a{color:#595959;text-decoration:none}.footer-nav-menus dl dd a:hover{color:#191919;text-decoration:underline}.footer-logo{display:none}@media(min-width:1024px){.footer-logo{display:flex;align-items:center;margin-bottom:20px;font-size:16px;line-height:24px;color:#191919;font-weight:600;width:fit-content;text-decoration:none}.footer-logo:hover{text-decoration:underline}.footer-logo:before{display:inline-block;content:"";margin-right:12px;width:40px;height:40px;background-image:url(data:image/png;base64,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);background-repeat:no-repeat;background-position:center;background-size:100%;border-radius:4px}}.footer-copyright-container{overflow:visible}.footer-copyright{float:left;font-size:0}.footer-copyright span,.footer-copyright a{display:inline-block;margin-right:10px;font-size:14px;line-height:18px;color:#595959;text-decoration:none}.footer-copyright a:hover{color:#191919;text-decoration:underline}.footer-copyright .footer-copyright-extra{font-size:14px;color:#595959}.footer-law{float:right;overflow:hidden;font-size:0}.footer-law li{display:inline-block;font-size:14px;line-height:18px}.footer-law li+li:before{content:"|";margin-left:10px;margin-right:10px;color:#595959}.footer-law a{color:#595959;text-decoration:none}.footer-law a:hover{color:#191919;text-decoration:underline}.footer-record{clear:both;padding-top:4px;font-size:0}.footer-record i{display:inline-block;width:18px;height:18px;margin-right:8px;vertical-align:middle;background-size:100% 100%}.footer-record i a{display:block;width:18px;height:18px}.footer-record span,.footer-record span a{font-size:12px;line-height:18px;vertical-align:middle;margin-right:5px;color:#595959;text-decoration:none}.footer-record span a:hover{color:#191919;text-decoration:underline}@media(max-width:1023px){.footer-nav-menus{display:none}.footer-nav-content{justify-content:center;align-items:center}.footer-nav-submenus{float:none!important;width:auto!important;padding-left:0;padding-right:0;border:none!important;font-size:0;padding-top:16px;text-align:center}.footer-nav-contact{display:none}.footer-nav-about{display:inline-block;float:none;margin:0 auto;font-size:0;text-align:center!important;padding-bottom:16px;padding-top:8px;vertical-align:top}.footer-nav-about .right-margin-pc{display:inline-block;height:auto;padding-bottom:0;margin-bottom:0;margin-left:8px;margin-right:8px!important}.footer-nav-download{display:block!important;margin-bottom:16px;text-align:center}.footer-nav-download .download-app{font-size:14px;line-height:22px;color:#191919}.footer-nav-contact-title{display:block;text-align:center;width:100%;color:#191919;font-size:14px;line-height:22px;margin-bottom:8px}.footer-nav-contact-icon{display:flex;flex-wrap:wrap;min-height:48px;border:1px solid #999999;border-radius:var(--radius-2xl, 999px);align-items:center;justify-content:center;font-size:14px;color:#252b3ab3;line-height:20px;margin-bottom:2px}.footer-nav-contact-icon img{display:inline-block;width:20px;height:20px;margin-right:8px;background-size:100% 100%}.footer-nav-contact-icon em{font-style:normal;font-weight:600;color:#191919}.footer-law-mb{clear:both;display:block!important;font-size:0;text-align:center;color:#e0e0e1;padding-top:10px;padding-bottom:0}.footer-law-mb li{display:inline-block;font-size:14px;line-height:22px}.footer-law-mb li+li:before{content:"";height:17px;display:inline-block;position:relative;top:3px;border-right:1px solid;margin-left:12px;margin-right:12px}.footer-law-mb a{color:#595959;text-decoration:none}.footer-law-mb a:hover{color:#191919;text-decoration:underline}.footer-copyright,.footer-law,.footer-record{float:none;display:block;text-align:center;font-size:0;max-width:100%!important}.footer-copyright{padding-top:4px}.footer-copyright span,.footer-copyright a{margin-left:5px;margin-right:5px}.footer-law{display:none!important}}@media(max-width:768px){.footer-nav-content{flex-direction:column}.footer-nav-menus{display:flex;flex-wrap:wrap;width:100%;order:1}}@media(max-width:767px){.footer-copyright{padding-top:0}.footer-copyright span,.footer-copyright a,.footer-copyright .footer-copyright-extra{font-size:10px;line-height:15px}.footer-record i,.footer-record i a{width:12px;height:12px}.footer-record i{margin-right:4px}.footer-record span,.footer-record span a{margin-left:4px;line-height:15px}}.hwc-home-header{@keyframes slideDown{0%{transform:translateY(-100%)}to{transform:translateY(0)}}}.hwc-home-header .mb{display:none!important}.hwc-home-header #header{height:96px;position:static!important}.hwc-home-header #header .header-container{position:absolute;left:0;right:0;z-index:99999!important;width:100%}.hwc-home-header #header .header-wrapper{position:relative;height:100%;border-bottom:1px solid #dfe1e6}.hwc-home-header #header .header-inner{background:#fff;z-index:99999}.hwc-home-header #header.header-fixed .header-container{position:fixed;top:0;left:0;right:0;z-index:99999;animation:slideDown .3s ease}.hwc-home-header body.header-topnav-fixed{padding-top:96px}.hwc-home-header .header-icon-arrow-down{display:inline-block;vertical-align:middle;padding-left:1px;padding-right:1px;width:10px;height:6px}.hwc-home-header .header-icon-arrow-down:before{content:"";display:block;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;margin-top:-5px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hwc-home-header .header-topnav{width:100%;height:25px;background:#111}.hwc-home-header .header-topnav-wrapper{display:flex;justify-content:flex-end;max-width:1600px;margin:0 auto}.hwc-home-header .header-lang{position:relative;height:25px;line-height:25px;margin:0;padding:0;list-style:none}.hwc-home-header .header-lang-current{font-size:0;color:#fff;height:25px;line-height:25px;padding:0 4px;transition:all .2s;cursor:pointer;opacity:.8}.hwc-home-header .header-lang-current .header-icon-earth{position:relative;top:5px;display:inline-block;width:12px;height:12px;background-size:100% 100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBzdHJva2U9IiNBREIwQjgiPjxwYXRoIGQ9Ik02LjUwNyAxMi40OTVhNiA2IDAgMTAwLTEyIDYgNiAwIDAwMCAxMnoiLz48cGF0aCBkPSJNNi41IDEyLjQ5OWMtMS4yMSAwLTIuMTkyLTIuNjg2LTIuMTkyLTZzLjk4Mi02IDIuMTkyLTZNNi41LjQ5OWMxLjIxIDAgMi4xOTIgMi42ODYgMi4xOTIgNnMtLjk4MSA2LTIuMTkyIDZNLjc0OCA2LjUyOGwxMS43NTkuMDAxIi8+PC9nPjwvZz48L3N2Zz4=);margin-right:4px}.hwc-home-header .header-lang-current i{margin-left:6px;transform:rotateX(0);transform-origin:2px 2px;transition:all .2s}.hwc-home-header .header-lang-current i:before{width:6px;height:6px;margin-top:-2px;border-color:#fffc}.hwc-home-header .header-lang-label{display:inline-block;vertical-align:middle;font-size:12px;transition:all .2s}.hwc-home-header .header-lang:hover .header-icon-arrow-down{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.hwc-home-header .header-lang:hover .header-icon-arrow-down:before{border-color:#fff}.hwc-home-header .header-lang:hover .header-lang-current{opacity:1}.hwc-home-header .header-lang:hover .header-lang-list{display:block}.hwc-home-header .header-lang-list{display:none;position:absolute;top:100%;cursor:default;right:0;min-width:100%;z-index:99999;background:#fff;border-radius:0 0 16px 16px;-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d;padding:24px 32px 32px 36px;width:248px}.hwc-home-header .header-lang-list .header-site{width:100%;padding:12px 0}.hwc-home-header .header-lang-list .header-site .header-site-left{height:22px;line-height:22px;color:#252b3a;font-weight:600;font-size:14px;width:82px;margin-bottom:8px}.hwc-home-header .header-lang-list .header-site:not(:first-child){border-top:1px solid #dfe1e6}.hwc-home-header .header-lang-list:before{content:"";display:block;width:100%;position:absolute;height:20px;top:-20px}.hwc-home-header .header-lang-item{position:relative}.hwc-home-header .header-lang-item>a{position:relative;display:block;line-height:22px;height:22px;font-size:14px;color:#252b3a;white-space:nowrap;cursor:default;transition:.2s}.hwc-home-header .header-lang-item+.header-lang-item{margin-top:12px}.hwc-home-header .header-lang-item>a[href]{cursor:pointer}.hwc-home-header .header-lang-item.active:after{content:"";position:absolute;left:-16px;height:16px;top:4px;border-right:3px solid #c7000b}.hwc-home-header .header-lang-item.active>a,.hwc-home-header .header-lang-item:hover>a{color:#c7000b;font-weight:600}.hwc-home-header .header-hwapp{font-size:0;color:#fff;height:25px;line-height:25px;list-style:none;padding:0 4px;transition:all .2s;cursor:pointer;opacity:.8;margin:0 0 0 8px}.hwc-home-header .header-hwapp:hover{opacity:1;color:#fff}.hwc-home-header .header-hwapp .header-icon-hwapp{position:relative;top:1px;display:inline-block;width:12px;height:12px;background-size:100% 100%;background-image:url(https://res-static.hc-cdn.cn/cloudbu-site/china/zh-cn/marketplace/common/images/app.svg);margin-right:4px}.hwc-home-header .header-hwapp .header-hwapp-link{font-size:12px;color:inherit;transition:.2s}.hwc-home-header .header-bottom{display:flex;align-items:center;justify-content:space-between;margin:0 auto;max-width:1600px;position:relative;z-index:1;transition:background-color .3s;height:75px;padding:0;border-bottom:none!important}.hwc-home-header .hwc-header-logo-outer{flex-shrink:0}.hwc-home-header .hwc-header-logo-outer .header-logo{display:block;background-size:cover;height:39px}.hwc-home-header .hwc-header-logo-outer .header-logo img{display:inline-block;width:auto;height:39px}.hwc-home-header .header-nav{display:flex;justify-content:flex-start;align-items:center;position:relative;height:72px;margin-right:60px;left:0;padding:0}.hwc-home-header .header-nav .header-nav-scroll{overflow:hidden;position:relative;padding-left:32px;flex-shrink:0;margin-left:0!important}.hwc-home-header .header-nav .hwc-header-nav-list{position:relative;float:left;z-index:1;height:72px;overflow:hidden;white-space:nowrap;font-size:0;left:0;transition:left .2s;margin:0;padding:0;list-style:none}.hwc-home-header .header-nav .hwc-header-nav-list li{display:inline-block;padding:0 16px}.hwc-home-header .header-nav .hwc-header-nav-list li:first-child{padding-left:0!important}.hwc-home-header .header-nav .hwc-header-nav-list li:last-child{padding-right:0!important}.hwc-home-header .header-nav .hwc-header-nav-list>li>a{display:block;padding:0;font-size:14px;line-height:72px;color:#000;cursor:default;transition:color .3s;position:relative}.hwc-home-header .header-nav .hwc-header-nav-list>li>a[href]{cursor:pointer}.hwc-home-header .nav-list-item .nav-menu{color:#595959;font-weight:400}.hwc-home-header .nav-list-item .nav-menu.active{color:#191919}.hwc-home-header .header-nav .hwc-nav-hover-line{position:absolute;bottom:0;width:0;height:2px;background-color:#595959;transition:.3s cubic-bezier(.4,0,.2,1)}.hwc-home-header .header-tools{height:100%;color:#191919;min-width:120px;height:72px;display:flex;justify-content:flex-end;align-items:center;position:relative;width:100%}.hwc-home-header .header-tools .header-tools-right{display:flex;align-items:center;background:#fff;z-index:20;height:40px;line-height:40px;margin-left:24px;padding:0;list-style:none}.hwc-home-header .header-tools .header-tools-right>li{display:inline-block;height:40px;line-height:40px;float:left;font-size:0;cursor:pointer}.hwc-home-header .header-tools .header-tools-right>li+li{margin-left:24px}.hwc-home-header .header-tools .header-tools-right>li>a{display:block;height:40px;line-height:40px;font-size:14px;white-space:nowrap;transition:.2s ease;color:#000}.hwc-home-header .header-tools .header-tools-right>li>a:hover{color:#191919;font-weight:600}.hwc-home-header .header-tools .header-tools-right>li.header-register{height:32px;margin-left:24px}.hwc-home-header .header-tools .header-tools-right>li.header-register>a{background-color:#c7000b;border-radius:30px;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 16px}.hwc-home-header .header-tools .header-tools-right>li.header-register>a:hover{background-color:#d64a52;color:#fcfcfc;font-weight:400}.hwc-home-header .header-tools .header-tools-right .header-user{display:none}.hwc-home-header .header-tools .header-user{font-size:0;border-left:none;margin-left:12px;padding-left:0;position:relative;height:18px;line-height:18px}.hwc-home-header .header-tools .header-user .header-user-name{display:flex;align-items:center}.hwc-home-header .header-tools .header-user .header-user-name span{display:inline-block;vertical-align:middle;font-size:14px;white-space:nowrap;color:#c7000b}.hwc-home-header .header-tools .header-user .header-user-name .msgTag{display:none}.hwc-home-header .header-nav-item-icon{display:inline-block;width:8px;height:8px;margin-left:4px;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDNsMyAzIDMtMyIgc3Ryb2tlPSIjYzcwMDBiIiBzdHJva2Utd2lkdGg9IjEuMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PC9zdmc+);background-size:100% 100%;transition:transform .2s}.hwc-home-header .header-tools .header-user:hover .header-nav-item-icon{transform:rotateX(180deg)}.hwc-home-header .header-tools .header-user:hover .header-user-info,.hwc-home-header .header-tools .header-user.header-user-info-show .header-user-info{display:block}.hwc-home-header .header-tools .header-user .header-user-avator{display:none}.hwc-home-header .header-tools .header-user .header-user-info{display:none;position:absolute;top:100%;right:0;width:214px;margin-top:12px;padding-top:16px;padding-bottom:20px;background:#fff;box-shadow:0 2px 8px #0000000d;border-radius:16px;cursor:default;z-index:100000}.hwc-home-header .header-tools .header-user .header-user-info:before{content:"";display:block;width:100%;position:absolute;height:20px;top:-20px}.hwc-home-header .header-tools .header-user .header-user-info-list{font-size:14px;margin:0;padding:0;list-style:none}.hwc-home-header .header-tools .header-user .header-user-info-list-cn>li{display:flex;flex-wrap:wrap;padding:0 20px;justify-content:space-between;align-items:center;position:relative}.hwc-home-header .header-tools .header-user .header-user-info-list>li{display:flex;flex-wrap:wrap;padding:0 20px;justify-content:space-between;align-items:center;position:relative;line-height:20px;color:#181818;transition:.2s ease}.hwc-home-header .header-tools .header-user .header-user-info-list>li>a{display:block;height:40px;line-height:40px;padding:0;transition:.2s;color:#181818}.hwc-home-header .header-tools .header-user .header-user-info-list>li:hover{background-color:#f5f5f5}.hwc-home-header .header-tools .header-user .header-user-info-list>li:hover>a{color:#000}.hwc-home-header .header-tools .header-user .header-user-info-list>li>a:hover{color:#191919;font-weight:600}.hwc-home-header .header-tools .header-user .header-user-info-account{overflow:hidden}.hwc-home-header .account-center{width:80px}.hwc-home-header .hwc-account-number{width:100%;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:gray;letter-spacing:0;line-height:22px;margin-bottom:12px;margin-top:4px}.hwc-home-header .header-user-info-split-border{height:1px;margin:0 20px;background:#00000014}.hwc-home-header .header-tools .header-user .header-user-info-list .logout{padding-top:8px}.hwc-home-header .header-tools .header-user .header-user-info-list .logout a:hover{font-weight:600}.hwc-home-header.logined .header-login,.hwc-home-header.logined .header-register{display:none!important}.hwc-home-header.logined .header-tools .header-tools-right .header-user{display:block}.hwc-home-header .hwc-header-verification{display:none}.hwc-home-header .hwc-header-icon-verification-on{display:inline-block;width:76px;height:26px;background:#01802b1a;border-radius:4px;font-size:12px;color:#01802b;text-align:center;line-height:26px}.hwc-home-header .hwc-agreement-item{display:none}@media(max-width:1776px){.hwc-home-header .header-topnav,.hwc-home-header .header-inner{padding:0 5%}}@media(max-width:1024px){.hwc-home-header .header-topnav,.hwc-home-header .header-inner{padding:0 3%}}@media(max-width:1600px){.hwc-home-header .header-tools .header-tools-right>li+li{margin-left:16px!important}}@media(max-width:768px){.hwc-home-header .pc{display:none!important}.hwc-home-header .mb{display:block!important}.hwc-home-header .header-nav,.hwc-home-header .hwc-header-search,.hwc-home-header .header-prompt{display:none}.hwc-home-header #header{height:48px}.hwc-home-header #header .header-container{position:fixed;top:0;left:0;right:0;z-index:12000;width:100%}.hwc-home-header #header .header-inner{box-shadow:0 1px 3px #0000001a;z-index:999;padding-left:0;padding-right:0;background:transparent}.hwc-home-header #header .header-inner .logo-title{height:100%;display:flex;align-items:center;font-size:16px;font-weight:600;flex:1;justify-content:center;margin-left:30px}.hwc-home-header .hwc-header-bottom{background:#fff;height:48px;display:flex;align-items:center;position:relative;z-index:1;transition:background-color .3s;padding:0 20px;border-bottom:1px solid #dfe1e6}.hwc-home-header .hwc-header-bottom .hwc-header-logo-outer{width:70px}.hwc-home-header .hwc-header-bottom .hwc-header-logo{display:block;background-size:cover;font-size:0}.hwc-home-header .hwc-header-bottom .hwc-header-logo img{display:inline-block;height:25px;width:auto}.hwc-home-header .header-bottom{height:48px;justify-content:space-between}.hwc-home-header .header-tools{height:100%;color:#252b3a;min-width:auto;display:flex;justify-content:flex-end;align-items:center;position:static;width:auto}.hwc-home-header .header-tools .header-tools-right{height:100%;line-height:100%;margin-left:10px;display:flex;align-items:center}.hwc-home-header .header-tools .header-tools-right>li{display:none}.hwc-home-header .header-tools .header-tools-right>li.header-register{height:auto}.hwc-home-header .header-tools .header-tools-right>li.header-register>a{background-color:#c7000b;height:auto;line-height:normal;padding:7px 16px;color:#fff}.hwc-home-header .header-tools .header-tools-right>li.header-register>a:hover{background-color:#d64a52}.hwc-home-header .header-tools .header-tools-right>li+li{margin-left:16px}.hwc-home-header .header-tools .header-tools-right>li>a:hover{color:#c7000b}.hwc-home-header .header-tools .header-tools-right .header-user{border:none;margin:0!important;padding:0;position:static}.hwc-home-header .header-tools .header-user .header-user-name{display:none}.hwc-home-header .header-tools .header-user .header-user-avator{display:inline-block;position:relative;width:24px;height:24px;margin:0 10px;vertical-align:middle}.hwc-home-header .header-tools .header-user .header-user-avator .header-tool-user-avator-img{display:block;width:100%;height:100%;border-radius:50%}.hwc-home-header .header-tools .header-user .header-user-info{top:calc(100% + 1px);width:100%;background:#fff;box-shadow:0 4px 8px #0000001a;display:none;padding-bottom:10px;padding-top:10px;position:absolute;right:0;left:0}.hwc-home-header .header-tools .header-user .header-user-info-list{font-size:14px}.hwc-home-header .header-tools .header-user .header-user-info-list>li{color:#252b3a;line-height:20px;position:relative}.hwc-home-header .header-tools .header-user .header-user-info-list>li>a{display:block;padding:6px 20px;transition:.2s}.hwc-home-header .header-tools .header-user .header-user-info-item-account{overflow:hidden}.hwc-home-header .header-tools .header-user .header-user-info-item-account>a{float:left;width:50%}.hwc-home-header .header-user-info .logout .bottom-username{display:none}.hwc-home-header .header-user-info .logout a{float:left;white-space:nowrap;width:50%}.hwc-home-header .header-user-info .logout .logout-btn{text-align:right}.hwc-home-header.logined .header-login,.hwc-home-header.logined .header-register{display:none!important}.hwc-home-header.logined .header-tools .header-tools-right .header-user{display:block;height:40px;line-height:40px}.hwc-home-header .header-tools .header-user .header-user-info-list>li>a.pc-special{display:none!important}.hwc-home-header .header-tools .header-user.header-user-info-show .header-user-info{display:block}.hwc-home-header .header-tools .header-tools-right .header-login-mobile{display:block;margin-left:0;height:24px;line-height:24px;padding:0 10px}.hwc-home-header.logined .header-tools .header-tools-right .header-login-mobile{display:none}.hwc-home-header .header-icon-user{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMSAxaDIydjIySDF6Ii8+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMzkpIj48cGF0aCBkPSJNMCAzOWgyNHYyNEgweiIvPjxjaXJjbGUgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiIGN4PSIxMiIgY3k9IjUxIiByPSIxMCIvPjxwYXRoIGQ9Ik0xMiA1M2E0LjAwMiA0LjAwMiAwIDAgMCAwLTggNCA0IDAgMSAwIDAgOFoiIHN0cm9rZT0iIzI1MkIzQSIgc3Ryb2tlLXdpZHRoPSIyIi8+PHBhdGggZD0iTTE4LjYwNCA1OC43NWE2LjY2OCA2LjY2OCAwIDAgMC0xMy4xNzYtLjIwOCIgc3Ryb2tlPSIjMjUyQjNBIiBzdHJva2Utd2lkdGg9IjIiLz48L2c+PC9nPjwvc3ZnPg==);background-position:0 0;background-size:100% 100%;display:inline-block;height:22px;vertical-align:middle;width:22px}.hwc-home-header .header-tools .header-tools-right .header-login-mobile .header-user-info{display:none}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info{display:block;position:absolute;top:calc(100% + 1px);right:0;left:0;width:100%;padding-top:8px;padding-bottom:0;box-shadow:0 4px 8px #0000001a;cursor:default;background:#fff;font-size:14px;color:#191919}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info li{padding:8px 15px;height:22px;line-height:22px;box-sizing:content-box;color:#191919}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info li a{padding:0}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .button-container{display:flex;height:auto;padding:15px 20px}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .button-container a{height:48px;line-height:46px;border-radius:24px;box-sizing:border-box;flex:1;text-align:center;font-size:16px}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .button-container a+a{margin-left:17px}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .button-container .header-user-info-button-red{background:#191919;border:1px solid #595959;color:#fff}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .button-container .header-user-info-button-common{background:transparent;border:1px solid #595959;color:#191919}.hwc-home-header .header-tools .header-tools-right .header-login-mobile.header-login-mobile-show .header-user-info .header-user-info-split{height:1px;line-height:1;background:#dfe1e6;box-sizing:border-box;margin:10px 15px;padding:0 15px}.hwc-home-header .header-menu-mb{display:inline-block;height:48px;padding:18px 0 15px 10px;font-size:0;line-height:48px;text-align:center;cursor:pointer;transition:transform .3s;background:none;border:none}.hwc-home-header .header-menu-mb span{display:block;width:18px;height:2px;margin-bottom:3px;background:#252b3a;border-radius:3px;transform-origin:16px;transition:background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease,width .5s,transform .5s cubic-bezier(.77,.2,.05,1)}.hwc-home-header .header-menu-mb.show-nav span{opacity:1;transform:rotate(45deg)}.hwc-home-header .header-menu-mb.show-nav span:nth-last-child(2){width:0;opacity:0;transform:rotate(0);transition:width .5s}.hwc-home-header .header-menu-mb.show-nav span:nth-last-child(3){opacity:1;transform:rotate(-45deg)}.hwc-home-header .header-mbnav{position:fixed;top:48px;left:0;right:0;background:#fff;z-index:100000;height:calc(100vh - 48px);box-shadow:0 4px 12px #00000026;transform:translate(-100%);transition:transform .24s linear}.hwc-home-header .header-mbnav.show{transform:translate(0)}.hwc-home-header .header-mbnav-inner{display:flex;height:100%}.hwc-home-header .header-mbnav-leftmenu{flex:1;overflow-y:auto}.hwc-home-header .header-mbnav-menulist{list-style:none;margin:0;padding:0}.hwc-home-header .header-mbnav-menulist li{position:relative;display:flex;align-items:center;min-height:56px;padding:0 24px;border-bottom:1px solid #f5f5f5}.hwc-home-header .header-mbnav-menulist li a{font-size:16px;color:#191919;font-weight:400;text-decoration:none;display:block;width:100%}.hwc-home-header .header-mbnav-menulist li.active span{font-weight:600}.hwc-home-header .header-mbnav-menulist li.mb-logout-item a{color:#c7000b}.hwc-home-header .header-packup-container{position:fixed;bottom:0;left:0;right:0;text-align:center;padding:12px;background:#fff;border-top:1px solid #f5f5f5}.hwc-home-header .header-packup-btn{width:100%;height:40px;background:#f5f5f5;border:none;border-radius:8px;font-size:16px;color:#595959;cursor:pointer}body.nav-drawer-lock{overflow:hidden}}body{overflow-x:hidden}#preface,#landingzone,#iac,#sre{scroll-margin-top:112px}@media(max-width:760px){#preface,#landingzone,#iac,#sre{scroll-margin-top:64px}}.por-section{padding:var(--por-section-padding-top-pc-l, 76px) 0 var(--por-section-padding-bottom-pc-l, 76px);position:relative}@media(max-width:768px){.por-section{padding:56px 0}}.tag{color:var(--por-color-text-secondary)}.hero{position:relative;padding:72px 0 80px;overflow:hidden;min-height:450px;display:flex;align-items:center;box-sizing:border-box}.hero-atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 55% at 50% -10%,rgba(var(--site-accent-rgb),.12),transparent 55%),linear-gradient(180deg,var(--por-color-background-gray-2) 0%,var(--por-color-background-white) 62%);background-image:url(/roles/bg-hero.webp);background-size:cover;background-position:center;pointer-events:none}.hero-atmosphere:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(25,25,25,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(25,25,25,.04) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 70%);mask-image:linear-gradient(180deg,rgba(0,0,0,.45),transparent 70%);animation:grid-drift 28s linear infinite}@keyframes grid-drift{0%{background-position:0 0}to{background-position:48px 48px}}@media(prefers-reduced-motion:reduce){.hero-atmosphere:after{animation:none}}.hero-inner{position:relative;text-align:center;max-width:860px;margin:0 auto;width:100%;box-sizing:border-box}.hero h1{letter-spacing:-.02em;margin-bottom:20px;overflow-wrap:break-word}.hero h1 .accent{color:var(--por-color-text-primary)}.hero .lead{color:var(--por-color-text-secondary);max-width:640px;margin:0 auto 36px;white-space:nowrap;overflow-wrap:break-word}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-actions .por-btn.por-btn-large,.why-copy .por-btn.por-btn-large{height:48px;line-height:48px;padding:0 32px;font-size:16px}@media(max-width:768px){.hero{min-height:0;padding:48px 0 56px;align-items:flex-start}.hero h1{font-size:28px;line-height:42px;margin-bottom:16px}.hero .lead{margin-bottom:28px;max-width:none;white-space:nowrap}.hero-actions{flex-direction:row;align-items:center;justify-content:center;width:100%;gap:12px}.hero-actions .por-btn,.hero-actions .por-btn.por-btn-large{display:inline-flex;align-items:center;justify-content:center;width:auto;height:auto;min-height:0;padding:4px 24px;font-size:14px;line-height:1.4;white-space:nowrap}}.por-btn .por-icon{transition:transform .15s cubic-bezier(.4,0,.2,1);margin-left:4px}.por-btn:hover .por-icon{transform:translate(3px)}.preface{background:var(--por-color-background-gray-2)}.preface .shead{max-width:800px;margin-bottom:48px}.preface .shead p{margin:0}.preface-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.preface-card{padding:32px 28px;background:var(--por-color-background-white);border:1px solid var(--site-border);border-radius:var(--site-radius-l);box-sizing:border-box;transition:transform .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1)}@media(hover:hover)and (pointer:fine){.preface-card:hover{transform:translateY(-4px);border-color:var(--site-border-strong);box-shadow:var(--site-shadow-m)}}.preface-card-icon{display:flex;width:32px;height:32px;margin-bottom:20px;color:var(--por-color-text-primary)}.preface-card-icon svg{width:32px;height:32px}.preface-card h3{margin:0 0 12px;font-size:20px;line-height:30px;font-weight:600;color:var(--por-color-text-primary)}.preface-card p{margin:0;font-size:16px;line-height:24px;color:var(--por-color-text-secondary)}@media(max-width:1599px){.preface-card{padding:28px 24px}.preface-card h3{font-size:16px;line-height:24px}.preface-card p{font-size:14px;line-height:22px}}@media(max-width:768px){.preface .shead{margin-bottom:32px}.preface-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.preface-card{transition:none}.preface-card:hover{transform:none}}.why-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.why-row.reverse{grid-template-columns:1fr 1fr}.why-row.reverse .why-copy{order:2}.why-row.reverse .why-visual{order:1}@media(max-width:1024px){.why-row,.why-row.reverse{grid-template-columns:1fr;gap:32px}.why-row.reverse .why-copy,.why-row.reverse .why-visual{order:unset}}.why-copy h2{margin:12px 0 20px;letter-spacing:-.02em;line-height:60px}.why-copy p{color:var(--por-color-text-secondary);font-size:16px;line-height:22px;margin-bottom:16px}.why-copy .por-btn{margin-top:12px}.why-visual{min-width:0;width:100%}.pain{list-style:none;padding:0;margin:8px 0 20px;display:flex;flex-direction:column;gap:12px}.pain li{color:var(--por-color-text-secondary);font-size:16px;line-height:22px}.pain strong{color:var(--por-color-text-primary)}.lz-visual{display:block;width:100%;height:auto;max-width:100%;border-radius:var(--site-radius-l)}@keyframes layer-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.iac{background:var(--por-color-background-gray-2)}.iac .shead{margin-bottom:40px}.iac-snippet{margin:0;width:100%;box-sizing:border-box;padding:24px;background:var(--por-color-background-primary);color:var(--site-panel-ink);font-size:13px;line-height:1.65;overflow-x:auto;border-radius:var(--site-radius-s)}.iac-snippet code{font-family:Consolas,Courier New,monospace}.iac-snippet .cm{color:var(--site-panel-ink-soft)}.sre-process{display:flex;flex-wrap:nowrap;position:relative;margin:0;width:100%}.sre-process-item{position:relative;display:flex;flex-direction:column;flex:0 0 33.33333%;width:33.33333%;box-sizing:border-box;padding:36px 34px 48px;height:auto}.sre-process-item:first-child{padding-left:0}.sre-process-item:last-child{padding-right:0}.sre-process-icon{font-size:0;margin:0 0 20px}.sre-process-icon img{width:36px;height:36px;display:block}.sre-process-text{flex:1}.sre-process-title{margin:0;font-size:20px;line-height:30px;font-weight:600;color:var(--por-color-text-primary)}.sre-process-desc{margin-top:12px;color:var(--por-color-text-secondary);font-size:16px;line-height:24px}.sre-process-desc p{margin:0}.sre-process-arrow{font-size:0;height:100%;position:absolute;right:-18px;top:0;pointer-events:none}.sre-process-arrow img{width:36px;height:36px;margin-top:92px;display:block}.sre-process-item:last-child .sre-process-arrow{display:none!important}@media(max-width:1600px){.sre-process-item{padding:32px 32px 40px}.sre-process-item:first-child{padding-left:0}.sre-process-item:last-child{padding-right:0}.sre-process-icon{margin-bottom:16px}.sre-process-title{font-size:16px;line-height:24px}.sre-process-desc{font-size:14px;line-height:22px;margin-top:10px}.sre-process-icon img,.sre-process-arrow img{width:32px;height:32px}.sre-process-arrow{right:-16px}.sre-process-arrow img{margin-top:80px}}@media(max-width:1280px){.sre-process-item{padding:26px 28px 32px}.sre-process-item:first-child{padding-left:0}.sre-process-item:last-child{padding-right:0}.sre-process-icon{margin-bottom:12px}.sre-process-title{font-size:14px;line-height:22px}.sre-process-desc{margin-top:8px}.sre-process-icon img,.sre-process-arrow img{width:24px;height:24px}.sre-process-arrow{right:-12px}.sre-process-arrow img{margin-top:62px}}@media(max-width:768px){.sre-process{flex-direction:column}.sre-process-item{flex:none;width:100%;flex-direction:row;flex-wrap:wrap;padding:0 0 32px;align-items:flex-start}.sre-process-arrow{display:none!important}.sre-process-icon{margin:0;flex-shrink:0}.sre-process-text{margin-left:20px;flex:1;min-width:0}.sre-process-title{font-size:16px;line-height:24px}.sre-process-desc{font-size:14px;line-height:22px;margin-top:8px}.sre-process-icon img{width:24px;height:24px}}
