@charset "UTF-8";:root,:host{--van-cell-font-size: var(--van-font-size-md);--van-cell-line-height: 24px;--van-cell-vertical-padding: 10px;--van-cell-horizontal-padding: var(--van-padding-md);--van-cell-text-color: var(--van-text-color);--van-cell-background: var(--van-background-2);--van-cell-border-color: var(--van-border-color);--van-cell-active-color: var(--van-active-color);--van-cell-required-color: var(--van-danger-color);--van-cell-label-color: var(--van-text-color-2);--van-cell-label-font-size: var(--van-font-size-sm);--van-cell-label-line-height: var(--van-line-height-sm);--van-cell-label-margin-top: var(--van-padding-base);--van-cell-value-color: var(--van-text-color-2);--van-cell-value-font-size: inherit;--van-cell-icon-size: 16px;--van-cell-right-icon-color: var(--van-gray-6);--van-cell-large-vertical-padding: var(--van-padding-sm);--van-cell-large-title-font-size: var(--van-font-size-lg);--van-cell-large-label-font-size: var(--van-font-size-md);--van-cell-large-value-font-size: inherit}.van-cell{position:relative;display:flex;box-sizing:border-box;width:100%;padding:var(--van-cell-vertical-padding) var(--van-cell-horizontal-padding);overflow:hidden;color:var(--van-cell-text-color);font-size:var(--van-cell-font-size);line-height:var(--van-cell-line-height);background:var(--van-cell-background)}.van-cell:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;right:var(--van-padding-md);bottom:0;left:var(--van-padding-md);border-bottom:1px solid var(--van-cell-border-color);transform:scaleY(.5)}.van-cell:last-child:after,.van-cell--borderless:after{display:none}.van-cell__label{margin-top:var(--van-cell-label-margin-top);color:var(--van-cell-label-color);font-size:var(--van-cell-label-font-size);line-height:var(--van-cell-label-line-height)}.van-cell__title,.van-cell__value{flex:1}.van-cell__value{position:relative;overflow:hidden;color:var(--van-cell-value-color);font-size:var(--van-cell-value-font-size);text-align:right;vertical-align:middle;word-wrap:break-word}.van-cell__left-icon,.van-cell__right-icon{height:var(--van-cell-line-height);font-size:var(--van-cell-icon-size);line-height:var(--van-cell-line-height)}.van-cell__left-icon{margin-right:var(--van-padding-base)}.van-cell__right-icon{margin-left:var(--van-padding-base);color:var(--van-cell-right-icon-color)}.van-cell--clickable{cursor:pointer}.van-cell--clickable:active{background-color:var(--van-cell-active-color)}.van-cell--required{overflow:visible}.van-cell--required:before{position:absolute;left:var(--van-padding-xs);color:var(--van-cell-required-color);font-size:var(--van-cell-font-size);content:"*"}.van-cell--center{align-items:center}.van-cell--large{padding-top:var(--van-cell-large-vertical-padding);padding-bottom:var(--van-cell-large-vertical-padding)}.van-cell--large .van-cell__title{font-size:var(--van-cell-large-title-font-size)}.van-cell--large .van-cell__label{font-size:var(--van-cell-large-label-font-size)}.van-cell--large .van-cell__value{font-size:var(--van-cell-large-value-font-size)}:root,:host{--van-field-label-width: 6.2em;--van-field-label-color: var(--van-text-color);--van-field-label-margin-right: var(--van-padding-sm);--van-field-input-text-color: var(--van-text-color);--van-field-input-error-text-color: var(--van-danger-color);--van-field-input-disabled-text-color: var(--van-text-color-3);--van-field-placeholder-text-color: var(--van-text-color-3);--van-field-icon-size: 18px;--van-field-clear-icon-size: 18px;--van-field-clear-icon-color: var(--van-gray-5);--van-field-right-icon-color: var(--van-gray-6);--van-field-error-message-color: var(--van-danger-color);--van-field-error-message-font-size: 12px;--van-field-text-area-min-height: 60px;--van-field-word-limit-color: var(--van-gray-7);--van-field-word-limit-font-size: var(--van-font-size-sm);--van-field-word-limit-line-height: 16px;--van-field-disabled-text-color: var(--van-text-color-3);--van-field-required-mark-color: var(--van-red)}.van-field{flex-wrap:wrap}.van-field__label{flex:none;box-sizing:border-box;width:var(--van-field-label-width);margin-right:var(--van-field-label-margin-right);color:var(--van-field-label-color);text-align:left;word-wrap:break-word}.van-field__label--center{text-align:center}.van-field__label--right{text-align:right}.van-field__label--top{display:flex;width:100%;text-align:left;margin-bottom:var(--van-padding-base);overflow-wrap:break-word}.van-field__label--required:before{margin-right:2px;color:var(--van-field-required-mark-color);content:"*"}.van-field--disabled .van-field__label{color:var(--van-field-disabled-text-color)}.van-field__value{overflow:visible}.van-field__body{display:flex;align-items:center}.van-field__control{display:block;box-sizing:border-box;width:100%;min-width:0;margin:0;padding:0;color:var(--van-field-input-text-color);line-height:inherit;text-align:left;background-color:transparent;border:0;resize:none;-webkit-user-select:auto;user-select:auto}.van-field__control::-webkit-input-placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control::placeholder{color:var(--van-field-placeholder-text-color)}.van-field__control:read-only{cursor:default}.van-field__control:disabled{color:var(--van-field-input-disabled-text-color);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--van-field-input-disabled-text-color)}.van-field__control--center{justify-content:center;text-align:center}.van-field__control--right{justify-content:flex-end;text-align:right}.van-field__control--custom{display:flex;align-items:center;min-height:var(--van-cell-line-height)}.van-field__control--error::-webkit-input-placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--error,.van-field__control--error::placeholder{color:var(--van-field-input-error-text-color);-webkit-text-fill-color:currentColor}.van-field__control--min-height{min-height:var(--van-field-text-area-min-height)}.van-field__control[type=date],.van-field__control[type=time],.van-field__control[type=datetime-local]{min-height:var(--van-cell-line-height)}.van-field__control[type=search]{-webkit-appearance:none}.van-field__clear,.van-field__icon,.van-field__button,.van-field__right-icon{flex-shrink:0}.van-field__clear,.van-field__right-icon{margin-right:calc(var(--van-padding-xs) * -1);padding:0 var(--van-padding-xs);line-height:inherit}.van-field__clear{color:var(--van-field-clear-icon-color);font-size:var(--van-field-clear-icon-size);cursor:pointer}.van-field__left-icon .van-icon,.van-field__right-icon .van-icon{display:block;font-size:var(--van-field-icon-size);line-height:inherit}.van-field__left-icon{margin-right:var(--van-padding-base)}.van-field__right-icon{color:var(--van-field-right-icon-color)}.van-field__button{padding-left:var(--van-padding-xs)}.van-field__error-message{color:var(--van-field-error-message-color);font-size:var(--van-field-error-message-font-size);text-align:left}.van-field__error-message--center{text-align:center}.van-field__error-message--right{text-align:right}.van-field__word-limit{margin-top:var(--van-padding-base);color:var(--van-field-word-limit-color);font-size:var(--van-field-word-limit-font-size);line-height:var(--van-field-word-limit-line-height);text-align:right}@font-face{font-family:authenticityFont;src:url(https://h5.vivo.com.cn/serve/authenticityFont/authenticity.woff2) format("woff2");font-display:block}.authenticity-container[data-v-0cb469f1]{margin:0 auto;padding:0 16px;background:#f7f7f7}.vivo-dark-mode .authenticity-container[data-v-0cb469f1]{background:#000}.authenticity-container .navigation-module[data-v-0cb469f1]{display:none}.authenticity-container .head-module[data-v-0cb469f1]{margin-bottom:-28px}.authenticity-container .head-module .title-text[data-v-0cb469f1]{font-family:authenticityFont,VIVO-FONT-WEB-BOLD,sans-serif;color:#242933;padding-top:20px;font-size:24px;font-weight:400!important;line-height:30px;text-align:center}.vivo-dark-mode .authenticity-container .head-module .title-text[data-v-0cb469f1]{color:rgba(255,255,255,.9)}.authenticity-container .head-module .head-banner[data-v-0cb469f1]{margin-top:-110px}.authenticity-container .head-module .head-banner .head-banner-bg[data-v-0cb469f1]{width:360px;height:360px;margin:0 auto;background:url(/ssg_assets/img/banner-7weIld1s.png) center no-repeat;background-size:contain}.authenticity-container .input-module[data-v-0cb469f1]{background-color:#fff;padding:16px;border-radius:12px}.vivo-dark-mode .authenticity-container .input-module[data-v-0cb469f1]{background-color:#1e1e1e}.authenticity-container .input-module .input-area[data-v-0cb469f1]{max-width:296px;margin-left:auto;margin-right:auto}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field{background-color:#f5f7fa;border-radius:6px;padding:13px 14px;font-size:13px;line-height:18px}.vivo-dark-mode .authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field{background-color:#282828}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field input{color:#000}.vivo-dark-mode .authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field input{color:rgba(255,255,255,.9)}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field input::placeholder{color:#8a8f99}.vivo-dark-mode .authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field input::placeholder{color:rgba(255,255,255,.45)}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field:after{display:none}.authenticity-container .input-module .query-tip[data-v-0cb469f1]{font-size:12px;font-weight:400;line-height:18px;margin-top:10px;color:#415fff}.authenticity-container .input-module .query-tip[data-v-0cb469f1]:hover{cursor:pointer}.vivo-dark-mode .authenticity-container .input-module .query-tip[data-v-0cb469f1]{color:#546fff}.authenticity-container .input-module .submit-btn[data-v-0cb469f1]{margin-top:30px;text-align:center}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button{width:240px!important;height:44px;border-radius:22px}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button .van-button__text{font-size:14px;font-weight:400;line-height:20px;text-align:center}.authenticity-container .input-module .privacy-policy[data-v-0cb469f1]{margin-top:16px;margin-bottom:16px;text-align:center;font-size:0}.authenticity-container .input-module .privacy-policy .link-text[data-v-0cb469f1]{font-size:12px;font-weight:400;line-height:16px;color:#415fff}.authenticity-container .input-module .privacy-policy .link-text[data-v-0cb469f1]:hover{cursor:pointer}.vivo-dark-mode .authenticity-container .input-module .privacy-policy .link-text[data-v-0cb469f1]{color:#546fff}.authenticity-container .introduction-module[data-v-0cb469f1]{margin-top:54px}.authenticity-container .introduction-module .title-text[data-v-0cb469f1]{font-size:22px;font-family:authenticityFont,VIVO-FONT-WEB-BOLD,sans-serif;font-weight:400!important;line-height:26px;text-align:center;color:#242933}.vivo-dark-mode .authenticity-container .introduction-module .title-text[data-v-0cb469f1]{color:rgba(255,255,255,.9)}.authenticity-container .introduction-module .introduction-container[data-v-0cb469f1]{margin-top:18px;padding:16px;border-radius:12px;background-color:#fff}.vivo-dark-mode .authenticity-container .introduction-module .introduction-container[data-v-0cb469f1]{background-color:#1e1e1e}.authenticity-container .introduction-module .introduction-container .summary-text[data-v-0cb469f1]{color:#575c66;font-size:12px;font-weight:400;line-height:18px}.vivo-dark-mode .authenticity-container .introduction-module .introduction-container .summary-text[data-v-0cb469f1]{color:rgba(255,255,255,.45)}.authenticity-container .introduction-module .introduction-container .devices-list[data-v-0cb469f1]{margin-top:18px}.authenticity-container .introduction-module .introduction-container .devices-list .device-phone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/phone-DYl5r1UU.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-pad .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/pad-Dr8Iv7wl.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-watch .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/watch-Cjuks8Bo.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-earphone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/earphone-BYiX5t6e.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-other .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/other-CzrqiXqY.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(1){margin-top:0}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]{margin-top:24px;margin-left:auto;margin-right:auto;width:296px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .img-area[data-v-0cb469f1]{width:296px;height:218px;margin:0 auto;background-size:contain}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area[data-v-0cb469f1]{margin-top:10px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .bold-text[data-v-0cb469f1]{font-size:14px;font-weight:400;font-family:VIVO-FONT-WEB-BOLD,sans-serif;line-height:20px;text-align:center;color:#242933}.vivo-dark-mode .authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .bold-text[data-v-0cb469f1]{color:rgba(255,255,255,.9)}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .common-text[data-v-0cb469f1]{font-size:12px;font-weight:400;line-height:18px;text-align:center;color:#575c66}.vivo-dark-mode .authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .common-text[data-v-0cb469f1]{color:rgba(255,255,255,.45)}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .other-text[data-v-0cb469f1]{color:#242933;font-size:14px;margin-bottom:4px}.vivo-dark-mode .authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .other-text[data-v-0cb469f1]{color:rgba(255,255,255,.9)}.authenticity-container .tip-module[data-v-0cb469f1]{margin-top:18px;padding-bottom:40px}.authenticity-container .tip-module .common-text[data-v-0cb469f1]{font-size:12px;line-height:18px;text-align:left;color:#8a8f99}.vivo-dark-mode .authenticity-container .tip-module .common-text[data-v-0cb469f1]{color:rgba(255,255,255,.45)}.authenticity-container .tip-module .common-text .link-text[data-v-0cb469f1]{word-break:break-all;text-decoration:underline;color:#415fff}.vivo-dark-mode .authenticity-container .tip-module .common-text .link-text[data-v-0cb469f1]{color:#546fff}.query-support .devices-list[data-v-0cb469f1]{justify-content:center;margin-top:0!important}.query-support .tip-module .common-text .link-text[data-v-0cb469f1]{color:#415fff;text-decoration:none}.vivo-dark-mode .query-support .tip-module .common-text .link-text[data-v-0cb469f1]{color:#546fff}@media screen and (min-width: 696px) and (max-width: 1024px){.authenticity-container[data-v-0cb469f1]{max-width:664px}.authenticity-container .devices-list[data-v-0cb469f1]{display:flex;flex-flow:row wrap;align-items:baseline;padding-left:12px;padding-right:12px}.authenticity-container .devices-list .device-type[data-v-0cb469f1]{margin-left:unset!important;margin-right:unset!important}.authenticity-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(2){margin-top:0!important}.authenticity-container .devices-list .device-type[data-v-0cb469f1]:nth-child(odd){margin-right:16px!important}}@media screen and (min-width: 1025px) and (max-width: 1199px){.authenticity-container[data-v-0cb469f1]{margin:0 auto;padding-left:40px;padding-right:40px}.authenticity-container .navigation-module[data-v-0cb469f1]{display:initial}.authenticity-container .navigation-module .breadcrumb[data-v-0cb469f1]{margin-bottom:20px}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]{position:relative;padding-right:32px;display:inline-block;font-size:14px;line-height:24px;color:#8a8f99}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]:hover{color:#242933}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]:after{content:"";position:absolute;width:16px;height:16px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGfSURBVHgB7ZZNTsJAFMf/pSUmuuEIHAFvAEfgBMpCxbjQWeBH3MCCECBaWBhCY4KeoEeAG8ARegO7cuFHx3kyExtX8+HO/jbtTDrv/fte598BCgr+O57ug/0wqpXB13JRCpQmHXbUgyMl3Qdv2fGG8+yZ7jlQ4ci6w+njARzRroBiHEZLDl5X409kjRt2uoIl2hVQBCg3xWWjxj5KcT98qMESYwGMtVLx1iQikVOVMoJ4EM6qsMC4BQpKKN5+KW6rciqR7UhggHEFFNtEH1SJVE4JQX7cDRcVGGAtgLhkZxvZDgmv7eI9NgjhJoCgHSBEtHIi6qMwWuiudxYgRTyB82lOxOHwbn6hs/ZPBBCe57/YRLbeBXlG99E5PD5R4wx8es3aWhVwFjAYz+p+8L0dZUC+6rB2Q3d9AAfICwLhhFyOxTV5xU7TJIb1N6CMiH5MKnkmjKgrnNIkjlULfrugSm7qglYCyOl28bbGjwXTv2HfJjlh3IK9rdNV1Zic0Da5sYBxOA/zZwFReuZyFiCsjmSCVCTvXbGTCQoKChz5Am0wlXuXTAGVAAAAAElFTkSuQmCC) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;-o-background-size:100% 100%;background-size:100% 100%;right:8px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:default}.authenticity-container .navigation-module .breadcrumb span[data-v-0cb469f1]{display:inline-block;font-size:14px;line-height:24px;color:#8a8f99}.authenticity-container .head-module[data-v-0cb469f1]{height:270px;background-color:#fff;border-radius:24px;position:relative;margin-bottom:unset!important}.authenticity-container .head-module .title-text[data-v-0cb469f1]{position:absolute;left:90px;top:90px;margin:unset;font-size:46px;line-height:54px;text-align:left}.authenticity-container .head-module .title-text[data-v-0cb469f1]:after{content:"";display:block;position:absolute;top:86px;width:80px;height:3px;background-color:#242933}.authenticity-container .head-module .head-banner[data-v-0cb469f1]{position:absolute;right:6.6%;margin:unset;top:0}.authenticity-container .head-module .head-banner .head-banner-bg[data-v-0cb469f1]{width:360px;height:270px;margin:0 auto;background:url(/ssg_assets/img/banner-D5p7NnLE.png) center no-repeat;background-size:contain}.authenticity-container .input-module[data-v-0cb469f1]{margin-top:20px;border-radius:24px;padding-top:60px;padding-bottom:60px}.authenticity-container .input-module .input-area[data-v-0cb469f1]{max-width:450px}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field{border-radius:12px;padding:18px 20px;font-size:16px;line-height:24px}.authenticity-container .input-module .query-tip[data-v-0cb469f1]{font-size:14px;line-height:21px;margin-top:8px}.authenticity-container .input-module .submit-btn[data-v-0cb469f1]{margin-top:72px;text-align:center}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button{width:330px!important;height:52px;border-radius:26px}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button .van-button__text{font-size:20px;line-height:20px}.authenticity-container .input-module .privacy-policy[data-v-0cb469f1]{margin-top:24px;margin-bottom:0}.authenticity-container .introduction-module[data-v-0cb469f1]{margin-top:100px}.authenticity-container .introduction-module .title-text[data-v-0cb469f1]{font-size:32px;line-height:46px}.authenticity-container .introduction-module .introduction-container[data-v-0cb469f1]{margin-top:40px;padding:60px calc((100% - 680px)/2);border-radius:24px}.authenticity-container .introduction-module .introduction-container .summary-text[data-v-0cb469f1]{font-size:14px;line-height:24px}.authenticity-container .introduction-module .introduction-container .devices-list[data-v-0cb469f1]{margin-top:48px;display:flex;flex-flow:row wrap;align-items:baseline;padding-left:0;padding-right:0}.authenticity-container .introduction-module .introduction-container .devices-list .device-phone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/phone-CqObsZ92.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-pad .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/pad-D9fGbqTn.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-watch .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/watch-KrOlHaI-.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-earphone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/earphone-DuSXULkw.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-other .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/other-BVktHozO.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]{margin-top:40px;margin-left:unset!important;margin-right:unset!important;width:320px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .img-area[data-v-0cb469f1]{width:320px;height:192px;background-size:contain}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area[data-v-0cb469f1]{margin-top:16px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .bold-text[data-v-0cb469f1]{font-size:18px;line-height:36px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .common-text[data-v-0cb469f1]{font-size:14px;line-height:20px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(1){margin-top:0!important}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(2){margin-top:0!important}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-child(odd){margin-right:40px!important}.authenticity-container .tip-module[data-v-0cb469f1]{margin-bottom:100px}.authenticity-container .tip-module .common-text[data-v-0cb469f1]{font-size:12px;line-height:24px}}@media screen and (min-width: 1200px){.authenticity-container[data-v-0cb469f1]{margin:0 auto;max-width:1200px;padding-top:148px!important;padding-left:80px;padding-right:80px}.authenticity-container .navigation-module[data-v-0cb469f1]{display:initial}.authenticity-container .navigation-module .breadcrumb[data-v-0cb469f1]{margin-bottom:20px}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]{position:relative;padding-right:32px;display:inline-block;font-size:14px;line-height:24px;color:#8a8f99}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]:hover{color:#242933}.authenticity-container .navigation-module .breadcrumb a[data-v-0cb469f1]:after{content:"";position:absolute;width:16px;height:16px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGfSURBVHgB7ZZNTsJAFMf/pSUmuuEIHAFvAEfgBMpCxbjQWeBH3MCCECBaWBhCY4KeoEeAG8ARegO7cuFHx3kyExtX8+HO/jbtTDrv/fte598BCgr+O57ug/0wqpXB13JRCpQmHXbUgyMl3Qdv2fGG8+yZ7jlQ4ci6w+njARzRroBiHEZLDl5X409kjRt2uoIl2hVQBCg3xWWjxj5KcT98qMESYwGMtVLx1iQikVOVMoJ4EM6qsMC4BQpKKN5+KW6rciqR7UhggHEFFNtEH1SJVE4JQX7cDRcVGGAtgLhkZxvZDgmv7eI9NgjhJoCgHSBEtHIi6qMwWuiudxYgRTyB82lOxOHwbn6hs/ZPBBCe57/YRLbeBXlG99E5PD5R4wx8es3aWhVwFjAYz+p+8L0dZUC+6rB2Q3d9AAfICwLhhFyOxTV5xU7TJIb1N6CMiH5MKnkmjKgrnNIkjlULfrugSm7qglYCyOl28bbGjwXTv2HfJjlh3IK9rdNV1Zic0Da5sYBxOA/zZwFReuZyFiCsjmSCVCTvXbGTCQoKChz5Am0wlXuXTAGVAAAAAElFTkSuQmCC) center no-repeat;-webkit-background-size:100% 100%;-moz-background-size:100% 100%;-o-background-size:100% 100%;background-size:100% 100%;right:8px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);cursor:default}.authenticity-container .navigation-module .breadcrumb span[data-v-0cb469f1]{display:inline-block;font-size:14px;line-height:24px;color:#8a8f99}.authenticity-container .head-module[data-v-0cb469f1]{height:270px;background-color:#fff;border-radius:24px;position:relative;margin-bottom:unset!important}.authenticity-container .head-module .title-text[data-v-0cb469f1]{position:absolute;left:90px;top:90px;margin:unset;font-size:46px;line-height:54px;text-align:left}.authenticity-container .head-module .title-text[data-v-0cb469f1]:after{content:"";display:block;position:absolute;top:86px;width:80px;height:3px;background-color:#242933}.authenticity-container .head-module .head-banner[data-v-0cb469f1]{position:absolute;right:6.6%;margin:unset;top:0}.authenticity-container .head-module .head-banner .head-banner-bg[data-v-0cb469f1]{width:360px;height:270px;margin:0 auto;background:url(/ssg_assets/img/banner-D5p7NnLE.png) center no-repeat;background-size:contain}.authenticity-container .input-module[data-v-0cb469f1]{margin-top:20px;border-radius:24px;padding-top:60px;padding-bottom:60px}.authenticity-container .input-module .input-area[data-v-0cb469f1]{max-width:450px}.authenticity-container .input-module .input-area[data-v-0cb469f1] .van-field{border-radius:12px;padding:18px 20px;font-size:16px;line-height:24px}.authenticity-container .input-module .submit-btn[data-v-0cb469f1]{margin-top:72px;text-align:center}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button{width:330px!important;height:52px;border-radius:26px}.authenticity-container .input-module .submit-btn[data-v-0cb469f1] .van-button .van-button__text{font-size:20px;line-height:20px}.authenticity-container .input-module .privacy-policy[data-v-0cb469f1]{margin-top:24px;margin-bottom:0}.authenticity-container .introduction-module[data-v-0cb469f1]{margin-top:100px}.authenticity-container .introduction-module .title-text[data-v-0cb469f1]{font-size:32px;line-height:46px}.authenticity-container .introduction-module .introduction-container[data-v-0cb469f1]{margin-top:40px;padding:60px calc((100% - 920px)/2);border-radius:24px}.authenticity-container .introduction-module .introduction-container .summary-text[data-v-0cb469f1]{font-size:14px;line-height:24px}.authenticity-container .introduction-module .introduction-container .devices-list[data-v-0cb469f1]{margin-top:48px;display:flex;flex-flow:row wrap;align-items:baseline;padding-left:0;padding-right:0}.authenticity-container .introduction-module .introduction-container .devices-list .device-phone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/phone-DDxMO39K.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-pad .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/pad-CsCCKjC-.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-watch .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/watch-Cr_xMBkT.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-earphone .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/earphone-BUyFeFUh.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-other .img-area[data-v-0cb469f1]{background:url(/ssg_assets/img/other-CPDH-ZO2.png) center no-repeat}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]{margin-top:40px;margin-left:unset!important;margin-right:unset!important;width:280px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .img-area[data-v-0cb469f1]{width:280px;height:192px;background-size:contain}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area[data-v-0cb469f1]{margin-top:16px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .bold-text[data-v-0cb469f1]{font-size:18px;line-height:36px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type .text-area .common-text[data-v-0cb469f1]{font-size:14px;line-height:20px}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(1),.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(2),.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(3){margin-top:0!important}.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(1),.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(2),.authenticity-container .introduction-module .introduction-container .devices-list .device-type[data-v-0cb469f1]:nth-of-type(4){margin-right:40px!important}.authenticity-container .tip-module[data-v-0cb469f1]{margin-bottom:106px}.authenticity-container .tip-module .common-text[data-v-0cb469f1]{font-size:12px;line-height:24px}}@media screen and (min-width: 1025px) and (max-width: 1359px){.head-banner[data-v-0cb469f1]{right:6.6%}}@media screen and (min-width: 1360px){.head-banner[data-v-0cb469f1]{right:150px!important}}
