.hero-banner{position:relative;width:100%;max-width:2560px;margin:0 auto;overflow:hidden;background-color:#fff;font-family:HarmonyOS Sans SC,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,PingFang SC,Microsoft YaHei,Arial;cursor:pointer}.hero-banner__carousel-container{position:relative;width:100%;overflow:hidden;height:800px}@media screen and (max-width:768px){.hero-banner__carousel-container{height:auto;aspect-ratio:351/540;padding-bottom:153.84615%;position:relative}.hero-banner__carousel-container>.hero-banner__item{position:absolute;top:0;left:0;width:100%;height:100%}}@supports (aspect-ratio:1){@media screen and (max-width:768px){.hero-banner__carousel-container{padding-bottom:0}}}.hero-banner__item{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:0;transition:opacity .6s ease-in-out;transform:none!important;overflow:hidden}.hero-banner__item--active{opacity:1;z-index:1}.hero-banner__bg{position:absolute;left:50%;top:0;width:100%;height:100%;min-height:inherit;transform:translateX(-50%);background-repeat:no-repeat;background-size:cover;background-position:50%;z-index:1;transition:opacity .6s ease-in-out;will-change:opacity}@media screen and (max-width:768px){.hero-banner{min-height:auto}}@media screen and (max-width:768px){.hero-banner__bg{width:100%;height:100%;min-height:auto;background-size:cover;background-position:50%}}.hero-banner__carousel{position:absolute;left:88.9479%;bottom:75px;width:200px;height:46px;display:flex;align-items:center;grid-gap:40px;gap:40px;z-index:10;transform:translateX(-100%)}.hero-banner__carousel-bar{width:2px;height:16px;position:relative;border-radius:3px}.hero-banner__indicator{position:relative;width:100%;height:100%;background-color:hsla(0,0%,100%,.2);border-radius:1px;overflow:hidden}.hero-banner__indicator-progress{position:absolute;top:0;left:0;width:100%;height:0%;background-color:#fff;border-radius:1px;transition:height .1s linear}.hero-banner__carousel-texts{display:flex;flex-direction:column;justify-content:flex-start;grid-gap:14px;gap:14px}.hero-banner__carousel-title{color:#fff;font-weight:400;font-size:14px;line-height:1.1720000675746374em;text-align:left;opacity:.3;transition:opacity .3s ease,font-weight .3s ease,color .3s ease}.hero-banner__carousel-title--active{font-weight:700;opacity:1}.hero-banner__carousel-subtitle{color:#fff;opacity:.3;font-weight:400;font-size:14px;line-height:1.1720000675746374em;text-align:left;transition:opacity .3s ease,font-weight .3s ease,color .3s ease}.hero-banner__carousel-subtitle--active{font-weight:700;opacity:1}@media screen and (max-width:768px){.hero-banner__carousel{display:none}}.hero-banner__mobile-indicators{display:none}@media screen and (max-width:768px){.hero-banner__mobile-indicators{display:flex;justify-content:center;align-items:center;grid-gap:8px;gap:8px;position:absolute;bottom:24px;left:50%;transform:translateX(-50%);z-index:10}.hero-banner__mobile-indicator{display:inline-block;width:24px;height:2px;background-color:hsla(0,0%,100%,.3);border-radius:1px;transition:background-color .3s ease}.hero-banner__mobile-indicator--active{background-color:#fff}}.hero-banner__content{position:absolute;left:50%;top:145px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;grid-gap:24px;gap:24px;z-index:2;width:100%;max-width:2560px}.slide-down-enter-active{transition:opacity .3s ease}.slide-down-enter{opacity:0}.slide-down-enter-to{opacity:1}.slide-down-leave-active{transition:opacity .3s ease}.slide-down-leave{opacity:1}.slide-down-leave-to{opacity:0}.hero-banner__text-item{opacity:0;transform:translateY(-20px);animation:slide-down-fade .4s cubic-bezier(.4,0,.2,1) forwards}.hero-banner__text-item:first-child{animation-delay:.08s}.hero-banner__text-item:nth-child(2){animation-delay:.16s}.hero-banner__text-item:nth-child(3){animation-delay:.24s}.hero-banner__text-item:nth-child(4){animation-delay:.32s}@keyframes slide-down-fade{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-banner__copy{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px;position:relative;overflow:hidden}.hero-banner__feature,.hero-banner__subtitle,.hero-banner__title{position:relative}.hero-banner__feature{color:hsla(0,0%,100%,.6);font-weight:400;font-size:16px;font-size:var(--font-size-base);line-height:1.1720000505447388em;text-align:left}.hero-banner__feature--light,.hero-banner__feature--overseas{color:#000}.hero-banner__title{color:#fff;font-weight:700;font-size:42px;font-size:var(--font-size-title);line-height:1.1720000675746374em;text-align:center}.hero-banner__title--overseas{color:#000}.hero-banner__subtitle{color:#fff;font-weight:700;font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172000026702881em;text-align:left}.hero-banner__subtitle--overseas{color:#000}.hero-banner__arrow{width:48px;height:48px;background:rgba(0,0,0,.3);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;opacity:0;transition:opacity .3s ease,background .3s ease;position:absolute;top:50%;transform:translateY(-50%);z-index:10}.hero-banner__arrow svg{width:24px;height:24px;fill:currentColor}.hero-banner__arrow--left svg{transform:scaleX(-1)}.hero-banner:hover .hero-banner__arrow{opacity:1}.hero-banner__arrow:hover{background:rgba(0,0,0,.5)}.hero-banner__arrow--left{left:16px}.hero-banner__arrow--right{right:16px}@media screen and (max-width:768px){.hero-banner__arrow{display:none}}.hero-banner__cta{width:160px;height:52px;background:#00b796;border:none;border-radius:26px;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background .3s ease;&:hover{background:#0b947c}}@media screen and (max-width:768px){.hero-banner__cta{width:110px;height:36px;border-radius:18px}}.hero-banner__cta-text{color:#fff;font-weight:400;font-size:16px;line-height:1.1720000505447388em;text-align:center}@media screen and (max-width:768px){.hero-banner__cta-text{font-size:20px;font-size:var(--font-size-subtitle)}}.hero-banner__cta--light .hero-banner__cta-text{color:#212121}.hero-banner__cta-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;flex-shrink:0;color:#fff;margin-top:-1px}.hero-banner__cta--light .hero-banner__cta-icon{color:#212121}.marketing-hero{width:100%;height:800px;margin:0 auto;background-color:#f4f5f9;background-repeat:no-repeat;background-size:cover;background-position:top;position:relative;overflow:hidden;box-sizing:border-box;font-family:HarmonyOS Sans SC,sans-serif}@media screen and (max-width:768px){.marketing-hero{height:153.84615vw;background-size:cover;background-position:top}}.marketing-hero__content{position:absolute;left:50%;top:100px;transform:translateX(-50%);grid-gap:24px;gap:24px;cursor:pointer}.marketing-hero__content,.marketing-hero__texts{display:flex;flex-direction:column;align-items:center}.marketing-hero__texts{grid-gap:12px;gap:12px;width:auto}.marketing-hero__title{color:#212121;font-family:HarmonyOS Sans SC,sans-serif;white-space:nowrap;font-weight:700;font-size:42px;font-size:var(--font-size-title);line-height:1.172em;text-align:center}.marketing-hero__title-highlight{color:#00b796}.marketing-hero__subtitle{color:#212121;font-family:HarmonyOS Sans SC,sans-serif;font-weight:700;font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172em;text-align:left}.marketing-hero__actions{flex-direction:row;grid-gap:16px;gap:16px}.marketing-hero__actions,.purchase-button{display:flex;justify-content:center;align-items:center}.purchase-button{width:160px;height:52px;background:#00b796;border:none;border-radius:26px;padding:0;overflow:hidden;cursor:pointer;text-decoration:none;box-sizing:border-box;transition:background .3s ease;&:hover{background:#0b947c}}@media screen and (max-width:768px){.purchase-button{width:110px;height:36px;padding:0;border-radius:18px}}.purchase-button__text{color:#fff;font-weight:400;font-size:16px;line-height:1.1720000505447388em;text-align:center}@media screen and (max-width:768px){.purchase-button__text{font-size:20px;font-size:var(--font-size-subtitle)}}.purchase-button__icon{display:inline-block;width:16px;height:16px;vertical-align:middle;flex-shrink:0;color:#fff;margin-top:-1px}[data-v-2f47eaa8]:root{--font-size-base:16px;--font-size-title:42px;--font-size-subtitle:20px}@media screen and (max-width:768px){[data-v-2f47eaa8]:root{--font-size-base:12px;--font-size-title:30px;--font-size-subtitle:14px}}.product-hero[data-v-2f47eaa8]{position:relative;width:100%;height:696px;margin:0 auto;overflow:hidden;font-family:HarmonyOS Sans SC,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,PingFang SC,Microsoft YaHei,Source Han Sans SC;color:#212121;background:transparent;cursor:pointer}.product-hero[data-v-2f47eaa8]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%;background-size:cover;transition:transform .3s ease;z-index:0}@media screen and (max-width:768px){.product-hero[data-v-2f47eaa8]{height:153.84615vw}}@media screen and (min-width:769px){.product-hero[data-v-2f47eaa8]:before{background-size:cover;background-position:50%}}.product-hero[data-v-2f47eaa8]:hover:before{transform:scale(1.05)}@media screen and (min-width:769px) and (max-height:900px){.product-hero[data-v-2f47eaa8]{height:576px}}.product-hero__content[data-v-2f47eaa8]{position:absolute;left:50%;top:48px;transform:translateX(-50%);grid-gap:16px;gap:16px;z-index:1}.product-hero__content[data-v-2f47eaa8],.product-hero__copy[data-v-2f47eaa8]{display:flex;flex-direction:column;align-items:center}.product-hero__copy[data-v-2f47eaa8]{grid-gap:12px;gap:12px}.product-hero__copy-header[data-v-2f47eaa8]{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.product-hero__caption[data-v-2f47eaa8]{margin:0;font-weight:400;font-size:16px;font-size:var(--font-size-base);line-height:1.1720000505447388em;text-align:center;color:#5a5a5a}.product-hero__title[data-v-2f47eaa8]{font-size:42px;font-size:var(--font-size-title);line-height:1.1720000675746374em;white-space:nowrap}.product-hero__tagline[data-v-2f47eaa8],.product-hero__title[data-v-2f47eaa8]{margin:0;font-weight:700;text-align:center;color:#212121}.product-hero__tagline[data-v-2f47eaa8]{font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172000026702881em}.product-hero__button[data-v-2f47eaa8]{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none;box-sizing:border-box}.product-hero__button-text[data-v-2f47eaa8]{font-weight:400;font-size:16px;color:#212121;text-align:center}@media screen and (max-width:768px){.product-hero__button-text[data-v-2f47eaa8]{font-size:16px}}.product-hero__button-icon[data-v-2f47eaa8]{width:18px;height:18px;vertical-align:middle;flex-shrink:0;display:inline-block;color:#212121}.product-card{position:relative;width:100%;height:696px;margin:0 auto;overflow:hidden;background:transparent;font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:#212121;cursor:pointer}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%;background-size:cover;transition:transform .3s ease;z-index:0}@media screen and (max-width:768px){.product-card{height:153.84615vw}}@media screen and (min-width:769px){.product-card:before{background-size:cover;background-position:50%}}.product-card:hover:before{transform:scale(1.05)}@media screen and (min-width:769px) and (max-height:900px){.product-card{height:576px}}.product-card__content{position:absolute;top:48px;left:50%;right:auto;bottom:auto;transform:translateX(-50%);grid-gap:16px;gap:16px;z-index:1}.product-card__content,.product-card__copy{display:flex;flex-direction:column;align-items:center}.product-card__copy{grid-gap:12px;gap:12px;text-align:center}.product-card__headline-group{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.product-card__subheading{margin:0;font-weight:700;font-size:16px;font-size:var(--font-size-base);line-height:1.172em;color:#5a5a5a;text-align:center}.product-card__heading{font-size:42px;font-size:var(--font-size-title);white-space:nowrap}.product-card__feature,.product-card__heading{margin:0;font-weight:700;line-height:1.172em;color:#212121;text-align:center}.product-card__feature{font-size:20px;font-size:var(--font-size-subtitle)}.product-card__cta{pointer-events:auto;display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:0;gap:0;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none;box-sizing:border-box}.product-card__cta-text{font-weight:700;font-size:16px;color:#212121}@media screen and (max-width:768px){.product-card__cta-text{font-size:16px}}.product-card__cta-icon{display:inline-block;width:16px;height:16px;vertical-align:middle;flex-shrink:0;color:#212121}[data-v-52a59c26]:root{--font-size-base:16px;--font-size-title:42px;--font-size-subtitle:20px}@media screen and (max-width:768px){[data-v-52a59c26]:root{--font-size-base:12px;--font-size-title:30px;--font-size-subtitle:14px}}.product-banner[data-v-52a59c26]{position:relative;width:100%;height:696px;margin:0 auto;overflow:hidden;cursor:pointer}.product-banner[data-v-52a59c26]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%;background-size:cover;transition:transform .3s ease;z-index:0}@media screen and (max-width:768px){.product-banner[data-v-52a59c26]{height:153.84615vw}}@media screen and (min-width:769px){.product-banner[data-v-52a59c26]:before{background-size:cover;background-position:50%}}.product-banner[data-v-52a59c26]:hover:before{transform:scale(1.05)}@media screen and (min-width:769px) and (max-height:900px){.product-banner[data-v-52a59c26]{height:576px}}.product-banner__content[data-v-52a59c26]{position:absolute;left:50%;top:48px;transform:translateX(-50%);grid-gap:16px;gap:16px;z-index:1}.product-banner__content[data-v-52a59c26],.product-banner__copy[data-v-52a59c26]{display:flex;flex-direction:column;align-items:center}.product-banner__copy[data-v-52a59c26]{grid-gap:12px;gap:12px}.product-banner__heading-group[data-v-52a59c26]{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.product-banner__subfeatures[data-v-52a59c26]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;font-size:var(--font-size-base);line-height:1.172em;text-align:center;color:#5a5a5a;margin:0}.product-banner__title[data-v-52a59c26]{font-size:42px;font-size:var(--font-size-title);white-space:nowrap}.product-banner__subtitle[data-v-52a59c26],.product-banner__title[data-v-52a59c26]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;font-weight:700;line-height:1.172em;text-align:center;color:#212121;margin:0}.product-banner__subtitle[data-v-52a59c26]{font-size:20px;font-size:var(--font-size-subtitle)}.product-banner__cta[data-v-52a59c26]{display:flex;flex-direction:row;justify-content:center;align-items:center;background:transparent;border:none;padding:0;cursor:pointer;text-decoration:none;box-sizing:border-box}.product-banner__cta-text[data-v-52a59c26]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji;font-weight:400;font-size:16px;text-align:center;color:#212121}@media screen and (max-width:768px){.product-banner__cta-text[data-v-52a59c26]{font-size:16px}}.product-banner__cta-icon[data-v-52a59c26]{width:18px;height:18px;display:inline-block;vertical-align:middle;flex-shrink:0;color:#212121}:root{--font-size-base:16px;--font-size-title:42px;--font-size-subtitle:20px}@media screen and (max-width:768px){:root{--font-size-base:12px;--font-size-title:30px;--font-size-subtitle:14px}}.product-light-card{position:relative;width:100%;height:696px;margin:0 auto;overflow:hidden;box-sizing:border-box;font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:#212121;cursor:pointer;background:linear-gradient(to bottom left,#afb3bd 0,#ebeced)}.product-light-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--bg-image);background-repeat:no-repeat;background-position:50%;background-size:cover;transition:transform .3s ease;z-index:0}@media screen and (max-width:768px){.product-light-card{height:153.84615vw}}@media screen and (min-width:769px){.product-light-card:before{background-size:cover;background-position:50%}}.product-light-card:hover:before{transform:scale(1.05)}@media screen and (min-width:769px) and (max-height:900px){.product-light-card{height:576px}}.product-light-card__content{position:absolute;left:50%;top:48px;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;grid-gap:16px;gap:16px;box-sizing:border-box;z-index:1}@media screen and (max-width:768px){.product-light-card__content--overseas{width:100%}}.product-light-card__copy{grid-gap:12px;gap:12px}.product-light-card__copy,.product-light-card__copy-group{display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.product-light-card__copy-group{grid-gap:10px;gap:10px}.product-light-card__features{font-size:16px;font-size:var(--font-size-base);color:#5a5a5a}.product-light-card__features,.product-light-card__title{margin:0;text-align:center;font-weight:700;line-height:1.172em}.product-light-card__title{font-size:42px;font-size:var(--font-size-title);color:#212121;white-space:nowrap}.product-light-card__title--overseas{white-space:normal;width:80%}@media screen and (min-width:769px){.product-light-card__title--overseas{white-space:nowrap;width:auto}}.product-light-card__subheading{margin:0;font-weight:700;font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172em;color:#212121;text-align:center}.product-light-card__cta{display:flex;flex-direction:row;justify-content:center;align-items:center;grid-gap:0;gap:0;padding:0;border:none;background:transparent;cursor:pointer;box-sizing:border-box;text-decoration:none}.product-light-card__cta-text{font-weight:700;font-size:16px;color:#212121}@media screen and (max-width:768px){.product-light-card__cta-text{font-size:16px}}.product-light-card__cta-icon{width:16px;height:16px;display:inline-block;vertical-align:middle;flex-shrink:0;color:#212121}.hardware-stories[data-v-9d08f83c]{display:flex;flex-direction:column;align-items:center;grid-gap:12px;gap:12px;padding:100px 12px 0;width:100%;max-width:2560px;margin:0 auto;box-sizing:border-box;background-color:#fff}@media screen and (max-width:768px){.hardware-stories[data-v-9d08f83c]{padding-left:0;padding-right:0}}[data-v-9d08f83c]:root{--font-size-base:16px;--font-size-title:42px;--font-size-subtitle:20px}@media screen and (max-width:768px){[data-v-9d08f83c]:root{--font-size-base:12px;--font-size-title:30px;--font-size-subtitle:14px}}.hardware-stories__title[data-v-9d08f83c]{width:100%;font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:700;font-size:42px;font-size:var(--font-size-title);line-height:1.1720000675746374em;text-align:center;color:#000;padding-bottom:28px}.hardware-stories__container[data-v-9d08f83c]{width:100%;overflow:hidden;position:relative}.hardware-stories__content-row[data-v-9d08f83c]{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:12px;gap:12px;width:100%;flex-wrap:nowrap}@media screen and (max-width:768px){.hardware-stories__container[data-v-9d08f83c]{overflow:hidden;position:relative;width:100%;touch-action:pan-y pinch-zoom}.hardware-stories__content-row[data-v-9d08f83c]{grid-gap:0;gap:0;width:200%;will-change:transform;display:flex;flex-direction:row}}.hardware-stories__card[data-v-9d08f83c]{position:relative;flex:1 1 0;min-width:0;max-width:942px;height:534px;overflow:hidden}@media screen and (max-width:768px){.hardware-stories__card[data-v-9d08f83c]{flex:0 0 50%;min-width:50%;max-width:50%;width:50%;height:56.26667vw}}.hardware-stories__card-bg[data-v-9d08f83c]{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%;transition:transform .3s ease}.hardware-stories__card:hover .hardware-stories__card-bg[data-v-9d08f83c]{transform:scale(1.1)}.hardware-stories__card-copy[data-v-9d08f83c]{position:absolute;box-sizing:border-box;display:flex}.hardware-stories__card-copy--nominee[data-v-9d08f83c]{padding:0 1px}.hardware-stories__card-copy--brand[data-v-9d08f83c],.hardware-stories__card-copy--nominee[data-v-9d08f83c]{top:48px;left:50%;transform:translateX(-50%);flex-direction:column;align-items:center;grid-gap:12px;gap:12px}@media screen and (max-width:768px){.hardware-stories__card-copy--brand[data-v-9d08f83c],.hardware-stories__card-copy--nominee[data-v-9d08f83c]{top:20px}}.hardware-stories__apple-row[data-v-9d08f83c]{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-gap:1px;gap:1px;width:auto}.hardware-stories__apple-icon[data-v-9d08f83c]{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:-2px}.hardware-stories__apple-text[data-v-9d08f83c]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:400;font-size:16px;font-size:var(--font-size-base);line-height:1.1720000505447388em;text-align:center;color:#5a5a5a;display:flex;align-items:center}.hardware-stories__badge[data-v-9d08f83c]{font-size:42px;font-size:var(--font-size-title);line-height:1.1720000675746374em}.hardware-stories__badge[data-v-9d08f83c],.hardware-stories__tagline[data-v-9d08f83c]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:700;text-align:center;color:#212121}.hardware-stories__tagline[data-v-9d08f83c]{font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172000026702881em}.hardware-stories__brand-group[data-v-9d08f83c]{display:flex;flex-direction:column;align-items:center;grid-gap:10px;gap:10px}.hardware-stories__brand-subtitle[data-v-9d08f83c]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:400;font-size:16px;font-size:var(--font-size-base);line-height:1.1720000505447388em;text-align:center;color:hsla(0,0%,100%,.6)}.hardware-stories__brand-title[data-v-9d08f83c]{font-size:42px;font-size:var(--font-size-title);line-height:1.1720000675746374em}.hardware-stories__brand-note[data-v-9d08f83c],.hardware-stories__brand-title[data-v-9d08f83c]{font-family:HarmonyOS Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Noto Sans SC,sans-serif;font-weight:700;text-align:center;color:#fff}.hardware-stories__brand-note[data-v-9d08f83c]{font-size:20px;font-size:var(--font-size-subtitle);line-height:1.172000026702881em}.hardware-stories__indicators[data-v-9d08f83c]{display:none}@media screen and (max-width:768px){.hardware-stories__indicators[data-v-9d08f83c]{display:flex;justify-content:center;align-items:center;grid-gap:8px;gap:8px;padding:24px 0;width:100%}.hardware-stories__indicator[data-v-9d08f83c]{position:relative;display:inline-block;width:24px;height:2px;background-color:#d9d9d9;border-radius:1px;overflow:hidden}.hardware-stories__indicator-progress[data-v-9d08f83c]{position:absolute;top:0;left:0;height:100%;width:0;background-color:#000;border-radius:1px}}.homepage[data-v-c61b3f46]{width:100%;display:flex;flex-direction:column;align-items:center;grid-gap:0;gap:0}.homepage__product-grid[data-v-c61b3f46]{width:100%;max-width:2560px;margin:0 auto;padding:12px;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;box-sizing:border-box;background-color:#fff}@media (max-width:1024px){.homepage__product-grid[data-v-c61b3f46]{grid-template-columns:1fr}}@media (min-width:1920px){.homepage__product-grid[data-v-c61b3f46]{grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}}