@charset "UTF-8";

@font-face {
	font-family: "HanyiVar-vivo-hwid-50";
	src: url("./HanyiVar-vivo-hwid-50.woff2?v=20230320_09") format('woff2'),
		url("./HanyiVar-vivo-hwid-50.woff?v=20230320_09") format('woff'),
		url("./HanyiVar-vivo-hwid-50.ttf?v=20230320_09") format('truetype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "HanyiVar-vivo-hwid-65";
	src: url("./HanyiVar-vivo-hwid-65.woff2?v=20230320_09") format('woff2'),
		url("./HanyiVar-vivo-hwid-65.woff?v=20230320_09") format('woff'),
		url("./HanyiVar-vivo-hwid-65.ttf?v=20230320_09") format('truetype');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "HanyiVar-vivo-hwid-75";
	src: url("./HanyiVar-vivo-hwid-75.woff2?v=20230320_09") format('woff2'),
		url("./HanyiVar-vivo-hwid-75.woff?v=20230320_09") format('woff'),
		url("./HanyiVar-vivo-hwid-75.ttf?v=20230320_09") format('truetype');
	font-style: normal;
	font-weight: 400;
}


/* .vp-head-wrap {
	display: none;
} */

.debugBtn {
	width: 8em;
	height: 5em;
	line-height: 5em;
	text-align: center;
	background-color: #00000078;
	color: white;
	z-index: 999;
	position: fixed;
	top: 8em;
	right: 4em;
	/* display: flex; */
	display: none;
	justify-content: center;
	align-items: center;
	border-radius: 2em;
	cursor: pointer;
}

html {
	font-family: HanyiVar-vivo-hwid-50, sans-serif;
}

video {
	object-fit: fill;
}

video:focus {
	outline: none;
}

.s17-blackSpace {
	background-color: #fff;
	height: 100vh;
	width: 100vw;
}

.uimix-pc-mid-s17 {
	font-size: 15px !important;
	font-size: 0.78125vw !important;
	font-family: HanyiVar-vivo-hwid-50, sans-serif;
	background: transparent;
	color: black;
	display: none;
}

.s17-pc-screen {
	position: relative;
	width: 100%;
	background-color: white;
	margin-top: -1px !important;
}

.s17-pc-parallel-wrapper {
	width: 100%;
	height: 100%;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	z-index: 50;
	box-sizing: border-box;
}

.uimix-pc-mid-s17 section {
	overflow: hidden;
}

.uimix-pc-mid-s17 sup {
	font-size: 0.3em;
	position: relative;
	top: -0.6em;
}

/* kv */
.s17-pc-kv-screen {
	background: #fafafa;
	height: 100vh;
}

.s17-pc-kv-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100vh;
}

.s17-pc-kv-img-bg1 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.s17-pc-kv-img-bg2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: none;
}

.s17-pc-kv-desc {
	font-size: 0.8em;
	font-family: HanyiVar-vivo-hwid-60;
	color: rgba(0, 0, 0, .5);
	position: absolute;
	right: 3%;
	bottom: 3%;
	z-index: 2;
}

.s17-pc-kv-content-btn {
	position: absolute;
	width: 30vw;
	right: 10em;
	top: calc(50% + 10vh);
	font-size: 1.3em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #000000;
	line-height: 2.8em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s17-pc-kv-content-btn-icon {
	display: block;
	position: relative;
	top: 0.05em;
	width: 1.04em;
	margin-left: 0.392857142857em;
	fill: currentColor;
}

.s17-pc-kv-content-btn:hover {
	color: #475ef6;
}

/* summary */
.s17-pc-summary-screen {
	width: 100%;
	height: 100vh;
	background: #fafafa;
	z-index: 50;
}

.s17-pc-summary-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.s17-pc-summary-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.s17-pc-summary-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


.s17-pc-summary-txt1 {
	position: absolute;
	top: 34vh;
	left: 16vw;
	opacity: 1;
}

.s17-pc-summary-txt-p1 {
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #464646;
}

.s17-pc-summary-txt-p2 {
	font-size: 6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #FFFFFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 60%);
}

.s17-pc-summary-txt-p3 {
	margin-top: 2em;
	font-size: 1.3333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #6B6B6B;
	line-height: 1.6em;
}

.s17-pc-summary-txt4 {
	position: absolute;
	left: 15vw;
	opacity: 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.s17-pc-summary-txt-p4 {
	font-size: 3.33333em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-summary-txt-p5 {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #414141;
	line-height: 1.2em;
	opacity: 0.8;
}

/* light */
.s17-pc-light-screen {
	width: 100%;
	height: 100vh;
	background: #ffffff;
	z-index: 50;
	position: relative;
}

.s17-pc-light-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.s17-pc-light-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.s17-pc-light-maintitle {
	position: absolute;
	top: 3em;
	left: 4.8333em;
	font-size: 6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	line-height: 1.2em;
	background-position: 0% 0%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 90%);
}

.s17-pc-light-txt {
	position: absolute;
	top: 33em;
	left: 29em;
}

.s17-pc-light-title {
	margin-top: 0.5em;
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #464646;
	line-height: 1.6em;
}

.s17-pc-light-desc {
	margin-top: 0.2em;
	font-size: 1.33333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #6b6b6b;
	line-height: 1.3em;
}

/* color */
section.s17-pc-color-screen {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 50;
	position: relative;
	overflow: visible;
	z-index: 2;
}

.s17-pc-color-screen .s17-pc-parallel-wrapper {
	overflow: visible;
	z-index: 2;
}

.s17-pc-color-img-div {
	width: 51em;
	position: absolute;
	top: 11em;
	left: 39em;
}

.s17-pc-color-img1 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90em;
}

.s17-pc-color-img2 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90em;
	scale: 1.1;
}

.s17-pc-color-img3 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90em;
	scale: 1.2;
}

.s17-pc-color-img4 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90em;
	scale: 1.3;
}

.s17-pc-color-img5 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 90em;
	scale: 1.4;
}

.s17-pc-color-txt {
	font-size: 1.6em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #000000;
	position: absolute;
	left: 4.1em;
	top: 8em;
	line-height: 1em;
	opacity: 1;
}

.s17-pc-color-txt span {
	margin: 0 1em;
	position: relative;
	top: -0.1em;
}

/* text */
.s17-pc-text-screen {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 50;
	position: relative;
	z-index: 1;
}

.s17-pc-text-content {
	position: absolute;
	left: 26em;
	bottom: -20em;
	width: 100%;
}

.s17-pc-text-txt1 p {
	position: relative;
	font-size: 8em;
	color: rgba(142, 142, 142, 0.2);
	line-height: 1.2em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(300deg, #5D33C7 0%, #31276D 90%);
	font-family: HanyiVar-vivo-hwid-65;
	opacity: 0.2;
}

.s17-pc-text-txt1 p.s17-pc-text-p2 {
	opacity: 1;
}

.s17-pc-text-txt1 p.s17-pc-text-phide {
	opacity: 0;
}

.s17-pc-text-txt2 {
	position: absolute;
	font-size: 8em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(300deg, #5D33C7 0%, #31276D 90%);
	font-family: HanyiVar-vivo-hwid-65;
	line-height: 1.2em;
	top: 2.4em;
	left: 2.1em;
}

/* halo */
.s17-pc-halo-screen {
	width: 100%;
	height: 100vh;
	background: #fafafa;
	z-index: 50;
	position: relative;
}

.s17-pc-halo-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.s17-pc-halo-img0 {
	position: absolute;
	width: 90em;
	height: 80vh;
	object-fit: cover;
	left: 52em;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 45px;
}

.s17-pc-halo-txt1 {
	position: absolute;
	left: 14em;
	top: 50%;
	transform: translateY(-50%);
}

.s17-pc-halo-txt1-title {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-halo-txt1-desc {
	margin-top: 1em;
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-halo-txt1-detail {
	margin-top: 2em;
	display: flex;
	justify-content: space-between;
}

.s17-pc-halo-txt1-detail-title {
	font-size: 1.33333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
}

.s17-pc-halo-txt1-detail-desc {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #ABB5FF 0%, #8286FF 100%);
	font-size: 3.3333333em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #000000;
}

.s17-pc-halo-txt1-info {
	margin-top: 1em;
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-halo-page1 {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 100%;
}

.s17-pc-halo-img1 {
	position: absolute;
	left: 8.25em;
	bottom: 3em;
	width: 60em;
	z-index: 1;
	opacity: 0;
}

.s17-pc-halo-img2 {
	position: absolute;
	left: 12.25em;
	bottom: 7em;
	width: 60em;
	z-index: 2;
}

.s17-pc-halo-img3 {
	position: absolute;
	left: 16.25em;
	bottom: 11em;
	width: 60em;
	z-index: 3;
}

.s17-pc-halo-info1 {
	position: absolute;
	display: block;
	top: 0;
	right: 12em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.s17-pc-halo-p1 {
	font-size: 1.6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #717171;
}

.s17-pc-halo-p2 {
	font-size: 2.666666666em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	margin-top: 0.25em;
}

.s17-pc-halo-p3 {
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.4em;
	margin-top: 1.2em;
}

/* flash */
.s17-pc-flash-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
	position: relative;
}

.s17-pc-flash-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.s17-pc-flash-img1 {
	width: 50em;
	border-radius: 1em;
	position: absolute;
	top: 17em;
	left: 19.5em;
}

.s17-pc-flash-img2 {
	width: 55em;
	border-radius: 1em;
	position: absolute;
	top: 20em;
	left: 17em;
	z-index: 2;
}

.s17-pc-flash-img3 {
	width: 60em;
	border-radius: 1em;
	position: absolute;
	top: 50em;
	left: 14.5em;
	z-index: 3;
	opacity: 0;
}

.s17-pc-flash-info {
	position: absolute;
	top: 23em;
	right: 20em;
}

.s17-pc-flash-p1 {
	font-size: 1.6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #717171;
}

.s17-pc-flash-p2 {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 90%);
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #000000;
	line-height: 1.1em;
}

.s17-pc-flash-p3 {
	margin-top: 0.8em;
	font-size: 2.66666666em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-flash-p4 {
	font-size: 1.3333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
	margin-top: 0.5em;
	width: 15em;
}

.s17-pc-flash-txt2 {
	position: absolute;
	bottom: -15em;
	left: 0;
	opacity: 0;
}

/* front */
.s17-pc-front-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
	position: relative;
}

.s17-pc-front-imgDiv {
	position: absolute;
	height: 55em;
	width: 30em;
	transform: scale(2.5);
	bottom: -33em;
	left: 24em;
}

.s17-pc-front-img1 {
	position: absolute;
	z-index: 2;
	width: 21.7em;
	bottom: 7.5em;
	left: 5.4em;
}

.s17-pc-front-img2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.s17-pc-front-txt1 {
	position: absolute;
	left: 79em;
	bottom: 6.5em;
}

.s17-pc-front-txt1-mainTitle {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 90%);
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	line-height: 1.2em;
}

.s17-pc-front-txt1-desc {
	margin-top: 1.5em;
	font-size: 1.333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

.s17-pc-front-txt1-title {
	font-size: 2.666666666em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #000000;
}

.s17-pc-front-txt2 {
	position: absolute;
	left: 79em;
	bottom: -10em;
	opacity: 0;
}

.s17-pc-front-txt2-title {
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 90%);
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	line-height: 1.2em;
}

.s17-pc-front-txt2-desc {
	margin-top: 1.5em;
	font-size: 1.333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}


/* rear */
.s17-pc-rear-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
	position: relative;
}

.s17-pc-rear-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.s17-pc-rear-page0 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s17-pc-rear-img0 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s17-pc-rear-txt1 {
	position: absolute;
	top: calc(50% + 80px);
	transform: translateY(-50%);
	right: 26em;
	z-index: 1;
	margin-top: 30vh;
	opacity: 0;
}

.s17-pc-rear-txt1-title {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	line-height: 1.2em;
}

.s17-pc-rear-txt1-info {
	margin-top: 1em;
	margin-bottom: 3em;
	font-size: 1.33333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

/* aesthetics */
.s17-pc-aesthetics-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
	position: relative;
}

.s17-pc-aesthetics-page1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s17-pc-aesthetics-mainTitle {
	width: 100%;
	text-align: center;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0deg, #5D33C7 0%, #31276D 90%);
	font-size: 8em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #000000;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.s17-pc-aesthetics-p1 {
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #717171;
	margin-bottom: 0.2em;
}

.s17-pc-aesthetics-p2 {
	font-size: 2.66666666em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	margin-bottom: 0.5em;
}

.s17-pc-aesthetics-p3 {
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

.s17-pc-aesthetics-video1 {
	width: 20.3em;
	position: absolute;
	left: 50%;
	top: calc(50% + 40px);
	transform: translate(-50%, -50%);
}

.s17-pc-aesthetics-txt1-left {
	position: absolute;
	right: calc(50% + 17em);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	height: 20vh;
}

.s17-pc-aesthetics-txt1-right {
	position: absolute;
	left: calc(50% + 17em);
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	height: 20vh;
}

.s17-pc-aesthetics-page2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 128em;
}

.s17-pc-aesthetics-div2 {
	margin-left: 10em;
	float: left;
	width: 68em;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.s17-pc-aesthetics-video2 {
	width: 100%;
	margin-top: 90px;
}

.s17-pc-aesthetics-txt2 {
	padding-top: 45px;
	margin-left: 10em;
	float: left;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* screen */
.s17-pc-screen-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
	position: relative;
}

.s17-pc-screen-content {
	position: relative;
	width: 100%;
	height: 100%;
}

.s17-pc-screen-img {
	position: absolute;
	display: block;
	width: 108.6em;
	top: 20em;
	left: 50%;
	transform: translateX(-50%);
}

.s17-pc-screen-txt1 {
	position: absolute;
	top: 13em;
	left: 23em;
}

.s17-pc-screen-txt1-desc {
	font-size: 1.6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #717171;
}

.s17-pc-screen-txt1-title {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-screen-txt1-info {
	margin-top: 1em;
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

.s17-pc-screen-txt2 {
	position: absolute;
	bottom: -100%;
	left: calc(50% - 45em);
	width: 90em;
	display: flex;
	flex-wrap: wrap;
	background-image: -webkit-linear-gradient(90deg, #ABB5FF 0%, #8286FF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s17-pc-screen-txt2-item {
	width: 25%;
}

.s17-pc-screen-txt2-title {
	font-size: 1.33333333em;
	font-family: HanyiVar-vivo-hwid-50;
	-webkit-text-fill-color: #717171;
	color: #717171;
	line-height: 1em;
	height: 1.2em;
}

.s17-pc-screen-txt2-desc {
	font-size: 2.6666666666em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #54adff;
	white-space: nowrap;
	line-height: 1em;
	height: 2.5em;
}
.s17-pc-screen-txt2-title sup {
	vertical-align:top;
	line-height: 1em;
	position: unset;
}
.s17-pc-screen-txt2-desc sup {
	vertical-align:top;
	line-height: 1em;
	position: unset;
}


/* chip */
.s17-pc-chip-screen {
	width: 100%;
	height: 100vh;
	background: #F4F7F8;
	z-index: 50;
}

.s17-pc-chip-img-div {
	width: 50%;
	height: 100%;
	position: absolute;
	right: 50%;
	top: 0;
}

.s17-pc-chip-img1 {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.s17-pc-chip-img2 {
	display: none;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.s17-pc-chip-btn {
	width: 14em;
	height: 2.4666666em;
	border-radius: 1.2em;
	overflow: hidden;
	position: absolute;
	top: 12em;
	left: calc(50% + 18em);
	background-color: #D8D8D8;
	cursor: pointer;
}

.s17-pc-chip-btn-active {
	width: 7.5em;
	height: 100%;
	border-radius: 1.2em;
	background-color: #272727;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
}

.s17-pc-chip-btn span {
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #ffffff;
	line-height: 1.2em;
	position: absolute;
	z-index: 2;
	display: block;
	width: 50%;
	text-align: center;
	top: 0;
}

.s17-pc-chip-btn_txt1 {
	left: 0.25em;
}

.s17-pc-chip-btn_txt2 {
	right: 0.25em;
}

.s17-pc-chip-info-title {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	line-height: 1.2em;
}

.s17-pc-chip-info-desc {
	margin-top: 1.5em;
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
	height: 3.9em;
}

.s17-pc-chip-info-codeDesc {
	margin-top: 1.5em;
	font-size: 1.333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

.s17-pc-chip-info-code {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-chip-info1 {
	position: absolute;
	top: 17em;
	left: calc(50% + 18em);
}

.s17-pc-chip-info2 {
	position: absolute;
	top: 17em;
	left: calc(50% + 18em);
	display: none;
}

.s17-pc-chip-content .codeInfo-float-row {
	overflow: hidden;
}

.s17-pc-chip-content .codeInfo-float {
	float: left;
	margin-right: 3em;
}

/* rom */
.s17-pc-rom-screen {
	width: 100%;
	height: 100vh;
	background: #eff2f5;
	z-index: 50;
}

.s17-pc-rom-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.s17-pc-rom-txt {
	width: 100%;
	height: 20em;
	position: absolute;
	top: calc(50% + 25px);
	transform: translateY(-50%);
	left: 0;
	overflow: hidden;
}

.s17-pc-rom-txt-left {
	font-size: 20em;
	font-family: HanyiVar-vivo-hwid-65;
	display: block;
	position: absolute;
	right: calc(50% + 0.35em);
	top: 0;
	line-height: 1em;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0, #AFC5FF 35%, #93EBFF 70%);
	background-size: 200% 100%;
	background-position: left center;
}

.s17-pc-rom-txt-right {
	font-size: 20em;
	font-family: HanyiVar-vivo-hwid-65;
	display: block;
	position: absolute;
	left: calc(50% + 0.35em);
	top: 0;
	line-height: 1em;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-linear-gradient(0, #AFC5FF 35%, #93EBFF 70%);
	background-size: 200% 100%;
	background-position: right center;
}

.s17-pc-rom-info1 {
	position: absolute;
	top: 11.4em;
	left: 24em;
	opacity: 0;
}

.s17-pc-rom-info1-title {
	font-size: 1.6em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #717171;
}

.s17-pc-rom-info1-desc {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

.s17-pc-rom-info2 {
	position: absolute;
	top: 11.26666666em;
	right: 24.2em;
	width: 18.8em;
	opacity: 0;
}

.s17-pc-rom-info2-desc {
	text-align: justify;
	font-size: 1.333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
}

.s17-pc-rom-img-div {
	position: absolute;
	width: 127em;
	left: 0;
	top: calc(50% + 45px);
	transform: translateY(-50%);
}


.s17-pc-rom-img-div img {
		filter: drop-shadow(0px 0px 20px  rgba(0, 0, 0, 0.2));
}

.s17-pc-rom-img1,
.s17-pc-rom-img7 {
	width: 11.266666666em;
	position: absolute;
	bottom: 5.26em;
	z-index: 6;
}

.s17-pc-rom-img2,
.s17-pc-rom-img6 {
	width: 13.066666666em;
	position: absolute;
	bottom: 3.17em;
	z-index: 7;
}

.s17-pc-rom-img3,
.s17-pc-rom-img5 {
	width: 14.866666666em;
	position: absolute;
	bottom: 1.06em;
	z-index: 8;
}

.s17-pc-rom-img4 {
	position: relative;
	width: 18.75em;
	bottom: 0;
	margin-left: 54.125em;
	z-index: 9;
}

.s17-pc-rom-img1,
.s17-pc-rom-img2,
.s17-pc-rom-img3 {
	left: 55.125em;
}

.s17-pc-rom-img5,
.s17-pc-rom-img6,
.s17-pc-rom-img7 {
	right: 55.125em;
}

/* charge */
.s17-pc-charge-screen {
	width: 100%;
	height: 100vh;
	background: #fff;
	z-index: 50;
}

.s17-pc-charge-video {
	width: 40.5333333333em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 45px;
}

.s17-pc-charge-info1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(50% + 25.53333333em);
	opacity: 0;
}

.s17-pc-charge-info1-title {
	font-size: 4em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
	line-height: 1.2em;
}

.s17-pc-charge-info1-desc {
	margin-top: 1.5em;
	width: 15em;
	font-size: 1.3333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
	line-height: 1.3em;
	text-align: justify;
}

.s17-pc-charge-info2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(50% + 26em);
	z-index: -1;
	opacity: 0;
}

.s17-pc-charge-info2-title {
	margin-top: 1.5em;
	font-size: 1.3333333333em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #717171;
}

.s17-pc-charge-info2-desc {
	font-size: 3.333333333em;
	font-family: HanyiVar-vivo-hwid-65;
	color: #272727;
}

/* os */
.s17-pc-os-screen {
	width: 100%;
	height: 100vh;
	background: white;
	z-index: 50;
}

.s17-pc-os-content {
	width: 100%;
	height: 100%;
	position: relative;
}

.s17-pc-os-content1 {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #f2f1f7;
	margin: 0 auto;
}

.s17-pc-os-img1 {
	width: 64.33em;
	margin-bottom: 4.6em;
}

.s17-pc-os-more {
	font-size: 2.33em;
	font-family: HanyiVar-vivo-hwid-75;
	color: #000000;
}

.s17-pc-os-content-div {
	width: 82%;
	display: flex;
	justify-content: space-between;
	margin: 40em auto 0;
}


.s17-pc-os-content2 {
	width: calc(50% - 1em);
	height: 37.2em;
	background: #f2f1f7;
	border-radius: 2.6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s17-pc-os-img2 {
	width: 15.07em;
	margin-bottom: 4em;
}

.s17-pc-os-title2 {
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-75;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0.9em;
	text-align: center;
}

.s17-pc-os-desc2 {
	font-size: 1.33em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #000000;
	line-height: 1.40601504em;
	text-align: center;
}

.s17-pc-os-content3 {
	width: calc(50% - 1em);
	height: 37.2em;
	background: #f2f1f7;
	border-radius: 2.6em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s17-pc-os-img3 {
	width: 15.07em;
	margin-bottom: 4.4em;
}

.s17-pc-os-title3 {
	font-size: 2em;
	font-family: HanyiVar-vivo-hwid-75;
	color: #000000;
	line-height: 1.2em;
	margin-bottom: 0.9em;
	text-align: center;
}

.s17-pc-os-desc3 {
	font-size: 1.33em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #000000;
	line-height: 1.40601504em;
	text-align: center;
}

/* note */
.s17-pc-note-screen {
	width: 100%;
	background: white;
	z-index: 50;
	margin-top: -1px;
}

.s17-pc-note-content {
	width: 100%;
	height: auto;
	position: relative;
	margin: 8em auto;
	padding-left: 24.07em;
}


.s17-pc-note-title {
	font-size: 2.67em;
	font-family: HanyiVar-vivo-hwid-75;
	color: #4d4d4d;
}

.s17-pc-note-desc {
	margin-top: 3.93em;
}

.s17-pc-note-desc p {
	font-size: 1.07em;
	font-family: HanyiVar-vivo-hwid-50;
	color: #adadac;
	line-height: 1.86915888em;
}


@media screen and (min-width: 1440px) and (max-width: 1600px) {
	.s17-pc-screen-txt2-desc {
		margin-bottom: 1em;
	}
}


@media screen and (max-width:1030px) {
	.s17-pc-summary-video {
		height: 100%;
		width: auto;
	}

	.s17-pc-light-img {
		height: 100%;
		width: auto;
	}

	.s17-pc-charge-info1-desc {
		width: 20em;
	}

	.s17-pc-note-content {
		padding-left: 8em;
	}

	.s17-pc-summary-video {
		margin-left: 1.5em;
	}

	.s17-pc-kv-img-bg1 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: none;
	}

	.s17-pc-kv-img-bg2 {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
}


.J_replace_content {
	min-height: 100vh;
}

.s17-pc-video-playDiv {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	overflow: hidden;
	display: none;
}

.s17-pc-video-playDiv-wrapper {
	width: auto;
	height: 60%;
	overflow: hidden;
}

.s17-pc-video-playDiv-video {
	height: 100%;
	object-fit: fill;
}

.s17-pc-video-playDiv-closeBtn {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	top: 2em;
	right: 2em;
	color: white;
	font-size: 2.5em;
	border-radius: 1em;
	cursor: pointer;
	background: #ffffff24;
	line-height: 1.4em;
	text-align: center;
}