/* public style */

@font-face {
	font-family: 'FZLanTingHeiS-R-GB';
	src: url("../../fonts/FZLanTingHeiS-R-GB.woff2") format("woff2"), url("../../fonts/FZLanTingHeiS-R-GB.woff") format("woff"), url("../../fonts/FZLanTingHeiS-R-GB.ttf") format("truetype");
}

@font-face {
	font-family: 'FZLanTingHeiS-DB-GB';
	font-weight: bold;
	src: url("../../fonts/FZLanTingHeiS-DB-GB.woff2") format("woff2"), url("../../fonts/FZLanTingHeiS-DB-GB.woff") format("woff"), url("../../fonts/FZLanTingHeiS-DB-GB.ttf") format("truetype");
}

@font-face {
	font-family: 'FZLanTingHeiS';
	src: url("../../fonts/FZLanTingHeiS-R-GB.woff2") format("woff2"), url("../../fonts/FZLanTingHeiS-R-GB.woff") format("woff"), url("../../fonts/FZLanTingHeiS-R-GB.ttf") format("truetype");
}

@font-face {
	font-family: 'FZLanTingHeiS';
	font-weight: bold;
	src: url("../../fonts/FZLanTingHeiS-DB-GB.woff2") format("woff2"), url("../../fonts/FZLanTingHeiS-DB-GB.woff") format("woff"), url("../../fonts/FZLanTingHeiS-DB-GB.ttf") format("truetype");
}

body {
	margin: 0;
	padding: 0;
	font-family: "FZLanTingHeiS", "Times New Roman", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	background-color: white;
	width: 100%;
	overflow-x: hidden;
}

.container {
	width: 100%;
	overflow-x: hidden;
	padding: 0;
}

.container-pc {
	width: 100%;
	color: black;
}

div,
a {
	position: relative;
	box-sizing: border-box;
}

img,
svg,
video {
	display: block;
	width: 100%;
	height: auto;
}

a {
	color: unset;
	;
	text-decoration: none;
	background-color: transparent;
}

.section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.section-hide {
	display: none;
}

.full {
	width: 100%;
	height: 100vh;
}

.full-video,
.full-image {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* sections style */

.section-banner {
	width: 100%;
	height: 100vh;
}

.section-banner-content {
	position: absolute;
	top: 6.666667%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.section-banner-content-title {
	text-align: center;
	/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-stroke-width: 1;
	-webkit-text-stroke-color: #000; */
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 8px;
}

.section-banner-content-subtitle {
	font-size: 18px;
	opacity: 0.5;
}

.section-securityCert {
	width: 100%;
	aspect-ratio: 1920 / 960;
}

.section-securityCert-content {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 4.583333vw;
}

.section-securityCert-title {
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;

	/* px / 1920 = vw */
	font-size: 2.5vw;
}

.section-securityCert-cover-wrapper {
	width: 1200px;
	height: 632px;
	overflow: hidden;
	position: absolute;
	top: 243px;
	left: 50%;
	transform: translateX(-50%);

	/* px / 1920 = vw */
	width: 62.5vw;
	height: 32.916667vw;
	top: 12.65625vw;
}

.section-securityCert-cover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100vw;
	aspect-ratio: 1920 / 960;
}

.section-securityCert-cover-content {
	margin-top: 95px;

	/* px / 1920 = vw */
	margin-top: 4.9479167vw;
}

.section-securityCert-cover-title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	margin-bottom: 25px;

	/* px / 1920 = vw */
	font-size: 1.25vw;
	margin-bottom: 1.3020833vw;
}

.section-securityCert-cover-title-icon {
	display: flex;
	justify-content: center;
	gap: 13px;

	/* px / 1920 = vw */
	gap: 0.6770833vw;
}

.section-securityCert-cover-title-icon img {
	width: 51.646px;
	height: 82.848px;

	/* px / 1920 = vw */
	width: 2.6822917vw;
	height: 4.3072917vw;
}

.section-securityCert-cover-dialog-btn-wrapper {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);

	/* px / 1920 = vw */
	bottom: 1.6041667vw;
}

.section-securityCert-cover-dialog-btn {
	width: 37.928px;
	height: 37.928px;
	border-radius: 100%;
	background: #F06428;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	cursor: pointer;

	/* 透明度呼吸动画 */
	animation: opacityBreath 2s infinite;

	/* px / 1920 = vw */
	width: 1.9708333vw;
	height: 1.9708333vw;
	font-size: 0.625vw;
}

@keyframes opacityBreath {
	0% {
		opacity: 0.5;
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0.5;
	}
}

.securityCert-cover-dialog-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	margin-bottom: 93px;
}

.securityCert-cover-dialog-content {
	font-size: 16px;
	font-weight: bold;
}

.securityCert-cover-dialog-content-title {
	margin-bottom: 40px;
}

.securityCert-cover-dialog-content-title:last-child {
	margin-bottom: 0;
}

.securityCert-cover-dialog-bar {
	margin-top: 12px;
	width: 0px;
	height: 10px;
	border-radius: 32px;
	transition: all 1s ease;
}

.securityCert-cover-dialog-bar.bar1 {
	background: linear-gradient(90deg, #FF9C71 0%, #F06428 100%);
}

.securityCert-cover-dialog-bar.bar2 {
	background: linear-gradient(90deg, #CDE0F1 0%, #86BDEF 100%);
}

.securityCert-cover-dialog-bar.bar3 {
	background: linear-gradient(90deg, #E1E1E1 0%, #CBCBCB 100%);
}

.securityCert-cover-dialog.active .securityCert-cover-dialog-bar.bar1 {
	width: 532px;
}

.securityCert-cover-dialog.active .securityCert-cover-dialog-bar.bar2 {
	width: 404px;
}

.securityCert-cover-dialog.active .securityCert-cover-dialog-bar.bar3 {
	width: 248px;
}

.section-navCard {}

.section-navCard-content {
	width: 1200px;
	padding: 200px 0;
	margin: 0 auto;
}

.section-navCard-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
}

.section-navCard-item {
	width: 330px;
	height: 370px;
	cursor: pointer;
}

.section-navCard-item.item1 {}

.section-navCard-item.item2 {
	width: 508px;
}

.section-navCard-item.item3 {}

.section-navCard-item.item4 {
	width: 508px;
}

.section-navCard-item.item5 {}

.section-navCard-item.item6 {}

.section-navCard-item-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
}

.section-navCard-item-title-wrapper {
	width: 100%;
	height: 100px;
	background: #F7F7F7;
	padding: 28px 0 20px 28px;
	position: absolute;
	bottom: 0;
}

.section-navCard-item-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}

.section-navCard-item-subtitle {
	font-size: 16px;
	line-height: 150%
}

.section-navCard-item-navBtn {
	width: 22px;
	height: 22px;
	border-radius: 100%;
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 19px;
	bottom: 23px;
}

.section-navCard-item-navBtn img {
	width: 8px;
}

.section-navCard-item:hover .section-navCard-item-navBtn {
	background: #F06428;
	transition: all 0.2s ease;
}

.section-sideProtect {
	width: 100vw;
	aspect-ratio: 1920 / 960;
}

.section-sideProtect-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.section-sideProtect-content-side {
	width: 50%;
}

.section-sideProtect-content-side-cover {
	width: 100%;
	height: 420px;
	margin-bottom: 24px;
	overflow: hidden;
}

.section-sideProtect-canvas-wrapper {
	width: 100vw;
	aspect-ratio: 1920 / 960;
	position: absolute;
	top: 0;
	left: 0;
}

.section-sideProtect-canvas-title-wrapper-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-sideProtect-canvas-title-wrapper {
	font-weight: bold;
	position: absolute;
}

.section-sideProtect-canvas-title-wrapper .mainTitle {
	font-size: 40px;
	line-height: 1.4;

	/* px / 1920 = vw */
	font-size: 2.083vw;
}

.section-sideProtect-canvas-title-wrapper .title {
	font-size: 32px;
	line-height: 1;
	margin-bottom: 16px;

	/* px / 1920 = vw */
	font-size: 1.667vw;
	margin-bottom: 0.833vw;
}

.section-sideProtect-canvas-title-wrapper .subtitle {
	font-size: 24px;
	line-height: 133.333%;

	/* px / 1920 = vw */
	font-size: 1.25vw;
}

.section-sideProtect-canvas-title-wrapper.wrapper3 {
	opacity: 0.3;
	font-weight: normal;
	font-size: 12px;

	/* px / 1920 = vw */
	font-size: 0.625vw;
}

.section-sideProtect-canvas-title-wrapper.wrapper6 {
	color: white;
}

.section-sideProtect-canvas-title-wrapper.wrapper1 {
	top: 164px;
	left: 360px;

	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	left: 18.75%;
	top: 17.08%;
}

.section-sideProtect-canvas-title-wrapper.wrapper2 {
	top: 490px;
	left: 1332px;

	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	top: 51.04%;
	left: 69.38%;
}

.section-sideProtect-canvas-title-wrapper.wrapper3 {
	top: 881px;
	left: 1332px;

	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	top: 91.77%;
	left: 69.38%;
}

.section-sideProtect-canvas-title-wrapper.wrapper4 {
	top: 490px;
	left: 1332px;

	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	top: 51.04%;
	left: 69.38%;
}

.section-sideProtect-canvas-title-wrapper.wrapper5 {
	top: 490px;
	left: 1332px;

	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	top: 51.04%;
	left: 69.38%;
}

.section-sideProtect-canvas-title-wrapper.wrapper6 {
	top: 490px;
	left: 1332px;
	color: black;
	/* left = px / 1920 = % */
	/* top = px / 960 = % */
	top: 51.04%;
	left: 69.38%;
}

.section-sideProtect-content-canvas-last-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 10;
}

.section-sideProtect-content-side-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	overflow: hidden;
	position: absolute;
	top: 666px;

	/* px / 1920 = vw */
	font-size: 1.25vw;
	top: 34.6875vw;
}

.section-sideProtect-content-side-title.title1 {
	left: 18.75vw;
}

.section-sideProtect-content-side-title.title2 {
	left: 50.364583vw;
}

.section-sideProtect-cover-2 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-alarm {
	padding: 178px;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0 178px 0;
}

.section-alarm-content {
	width: 100%;
	height: 604px;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 15px;
}

.section-alarm-content-side {
	width: 50%;
	position: relative;
	overflow: hidden;
	background: #F1EFEC;
}

.section-alarm-content-side.left {
	padding: 39px 0 45px 32px;
}

.section-alarm-title {
	font-size: 32px;
	font-weight: bold;
	line-height: 137.5%;
}

.section-alarm-selector-wrapper {
	position: absolute;
	left: 32px;
	bottom: 45px;
	width: 297px;
}

.section-alarm-selector {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.section-alarm-selector-item {
	font-size: 16px;
	font-weight: bold;
	line-height: 162.5%;
	opacity: 0.5;
	cursor: pointer;
	transition: all 0.3s ease;
}

.section-alarm-selector-item.active {
	opacity: 1;
	color: #F06428;
}

.section-alarm-selector-bar {
	width: 100%;
	height: 1px;
	margin-bottom: 19px;
	background: rgba(0, 0, 0, 0.2);
}

.section-alarm-selector-bar-bg {
	position: relative;
	left: 0;
	width: 0;
	height: 100%;
	background: #F06428;
	transition: all 0.3s ease;
}

.section-alarm-selector-desc-swiper {
	font-size: 16px;
	opacity: 0.5;
	overflow: hidden;
}

.section-alarm-content-swiper {
	width: 100%;
	height: 100%;
}

.section-alarm-content-swiper-img {
	width: 100%;
	height: 100%;
}

.section-alarm-swiper-btn-group {
	width: 83px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 40px;
	right: 28px;
}

.section-alarm-swiper-btn {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.section-alarm-swiper-btn.left {
	transform: rotate(180deg);
}

.section-alarm-swiper-btn.swiper-button-disabled {
	opacity: 0.5;
}

.section-lighting {
	padding: 88px 0;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.section-lighting-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.section-lighting-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 40px;
}

.section-lighting-video-swiper {
	width: 100%;
	height: 604px;
	overflow: hidden;
}

.section-lighting-video-wrapper {
	width: 100%;
	height: 100%;
}

.section-lighting-video-title {
	position: absolute;
	top: 27px;
	left: 40px;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%
}

.section-lighting-video-desc {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 93px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 162.5%;
}

.section-lighting-video-selector {
	width: 248px;
	height: 48px;
	position: absolute;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #EDEDED;
	border-radius: 500px;
	z-index: 10;
	padding: 0 10px;
}

.section-lighting-video-selector-item {
	width: 51px;
	height: 30px;
	border-radius: 500px;
	background: conic-gradient(red 0% 25%, black 25% 100%);
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}

.section-lighting-video-selector-item::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background: #EDEDED;
	border-radius: 500px;
}

.section-lighting-swiper-btn-group {
	width: 308px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 47px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}

.section-lighting-swiper-btn {
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.section-lighting-swiper-btn.left {
	transform: rotate(180deg);
}

.section-lighting-swiper-btn.swiper-button-disabled {
	opacity: 0.5;
}

.section-temperature {
	padding: 88px 0;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.section-temperature-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.section-temperature-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 40px;
}

.section-temperature-card-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 17px;
}

.section-temperature-card {
	width: 100%;
	height: 470px;
	position: relative;
	background: #F1EFEC;
	overflow: hidden;
	padding: 26px 0 0 26px;
}

.section-temperature-card-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-temperature-card-title {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 137.5%;
}

.section-temperature-card.card1 .card-icon-wrapper {
	position: absolute;
	top: 32px;
	right: 42px;
	display: flex;
	gap: 30px;
}

.section-temperature-card.card1 .card1-icon {
	width: 141px;
}

.section-temperature-card-point-wrapper {
	position: absolute;
	bottom: 26px;
	left: 26px;
	width: calc(100% - 52px);
	display: flex;
	gap: 4px;
}

.section-temperature-card-point {
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 137.5%;
	background: #FFF;
	width: 180px;
	height: 125px;
}

.section-temperature-card-point-icon {
	position: absolute;
	top: 20px;
	left: 20px;
}

.section-temperature-card-point-title {
	color: #9D9D9D;
	position: absolute;
	left: 20px;
	bottom: 33px;
}

.section-temperature-card-point-subtitle {
	position: absolute;
	left: 20px;
	bottom: 11px;
	line-height: 1.5;
}

.section-fabric {
	width: 100%;
	height: 100vh;
}

.section-fabric-content {
	width: 100%;
	height: 100%;
}

.section-fabric-cover {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	font-size: 90px;
	font-weight: bold;
	line-height: 1;
}

.section-fabric-title-wrapper-wrapper {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.section-fabric-title-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #FFF;
}

.section-fabric-title-wrapper.wrapper1 {}

.section-fabric-title-wrapper.wrapper2 {
	display: flex;
	gap: 68.83px;
}

.section-fabric-title-1 {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 12px;
}

.section-fabric-subtitle-1 {
	font-size: 20px;
	line-height: 140%;
}

.section-fabric-title-point {}

.section-fabric-title-icon {
	width: 116.172px;
	height: 116.172px;
}

.section-fabric-title-2 {
	font-size: 24px;
	line-height: 1;
}

.section-voiceContorll {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	height: 100vh;
	overflow: visible;
}

.section-voiceContorll-ball {
	position: absolute;
	width: 115vw;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.section-voiceContorll-content-wrapper {
	text-align: center;
	position: relative;
	top: 192px;
}

.section-voiceContorll-content-1,
.section-voiceContorll-content-1-2,
.section-voiceContorll-content-2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.section-voiceContorll-content-1-title-1 {
	font-size: 56px;
	font-weight: bold;
	line-height: 107.143%;
	background: linear-gradient(93deg, #69D3FF 0.64%, #F048FF 115.62%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: 550px;
	margin: 0 auto;
	margin-bottom: 33px;
	position: relative;
}

.section-voiceContorll-content-1-title-2 {
	color: #191919;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 14px;
}

.section-voiceContorll-content-1-title-3 {
	font-size: 24px;
	line-height: 108.333%;
	opacity: 0.5;
}

.section-voiceContorll-content-2 {
	top: -60px;
	mask-image: linear-gradient(to bottom, transparent 0%, black 50%, transparent 100%);
	height: 306px;
	overflow: hidden;
}

.section-voiceContorll-content-2-text {
	font-size: 40px;
	font-weight: bold;
	line-height: 2.55;
	width: 100%;
	position: relative;
	top: 0;
}

.section-voiceContorll-content-2-text span {
	background: linear-gradient(90deg, #6DD0FF 0%, #DB5FFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-appearance {
	width: 100%;
	height: 100vh;
}

.section-appearance-content {
	width: 200vw;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-appearance-content-title {
	color: #F06428;
	font-size: 90px;
	font-weight: bold;
	line-height: 116.667%;
}

.section-appearance-content-cover-wrapper {
	width: 0px;
	height: 105px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-appearance-content-cover-swiper {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}

.section-appearance-content-cover {
	width: 102%;
	height: 102%;
}

.section-appearance-selector {
	position: absolute;
	bottom: 48px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.section-appearance-selector-title-swiper {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 12px;
	width: 400px;
	overflow: hidden;
}

.section-appearance-selector-btn-group {
	width: 94px;
	height: 35px;
	padding: 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: white;
	border-radius: 500px;
	margin-bottom: 18px;
}

.section-appearance-selector-btn {
	width: 38px;
	height: 22px;
	border-radius: 500px;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.section-appearance-selector-btn.active {
	opacity: 1;
}

.section-appearance-selector-btn.gold {
	background: #DFD1C0;
}

.section-appearance-selector-btn.blue {
	background: #93B5D9;
}

.section-appearance-selector-btn-desc-swiper {
	color: #FFF;
	font-size: 16px;
	width: 400px;
	overflow: hidden;
}

.section-texture {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.section-texture-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 88px 0;
	position: relative;
}

.section-texture-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 38px;
}

.section-texture-card-row {
	margin-bottom: 48px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	position: relative;
}

.section-texture-card {
	width: calc(50% - 7.5px);
	padding-bottom: 10px;
	position: relative;
}

.section-texture-cover-swiper {
	margin-bottom: 25px;
	width: 100%;
}

.section-texture-card-title-wrapper {}

.section-texture-card-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section-texture-card-subtitle {
	font-size: 16px;
	line-height: 137.5%;
	opacity: 0.5;
}

.section-texture-selector-btn-group {
	width: 94px;
	height: 35px;
	padding: 0 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: white;
	border-radius: 500px;
	position: absolute;
	right: 22px;
	bottom: 22px;
	z-index: 5;
}

.section-texture-selector-btn {
	width: 38px;
	height: 22px;
	border-radius: 500px;
	cursor: pointer;
	transition: all 0.3s ease;
	border-width: 1px;
	border-style: solid;
	background: transparent;
	transition: all 0.3s ease;
}

.section-texture-selector-btn.gold {
	border-color: #DFD1C0;
}

.section-texture-selector-btn.blue {
	border-color: #93B5D9;
}

.section-texture-selector-btn.gold.active {
	background: #DFD1C0;
}

.section-texture-selector-btn.blue.active {
	background: #93B5D9;
}

.section-boom {
	width: 100%;
	aspect-ratio: 1920 / 960;
}

.section-boom-canvas-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.section-boom-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-boom-content-title {
	position: absolute;
	left: 360px;
	top: 83px;
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;

	/* px / 1920 = vw */
	font-size: 2.5vw;
	left: 18.75vw;
	top: 4.3229167vw;
}

.section-boom-content-title-2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	position: absolute;
	left: 360px;
	top: 425px;

	/* px / 1920 = vw */
	font-size: 1.25vw;
	left: 18.75vw;
	top: 22.1354167vw;
}

.section-boom-content-title-3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	position: absolute;
	left: 360px;
	top: 425px;

	/* px / 1920 = vw */
	font-size: 1.25vw;
	left: 18.75vw;
	top: 22.1354167vw;
}

.section-boom-content-title-4-wrapper {
	position: absolute;
	left: 1254px;
	top: 438px;

	/* px / 1920 = vw */
	left: 65.3125vw;
	top: 22.8125vw;
}

.section-boom-content-title-4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	margin-bottom: 10px;

	/* px / 1920 = vw */
	font-size: 1.25vw;
}

.section-boom-content-subtitle-4 {
	font-size: 16px;
	opacity: 0.5;

	/* px / 1920 = vw */
	font-size: 0.833vw;
}

.section-boom-content-title-5 {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	position: absolute;
	left: 852px;
	top: 137px;
	text-align: center;

	/* px / 1920 = vw */
	font-size: 1.25vw;
	left: 44.375vw;
	top: 7.1354167vw;
}

.section-boom-lins-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.section-comfy {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 88px 0;
}

.section-comfy-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.section-comfy-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 38px;
}

.section-comfy-card-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.section-comfy-card {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.section-comfy-card-cover {
	width: 100%;
	height: 589px;
	margin-bottom: 25px;
	position: relative;
}

.section-comfy-card-cover-desc {
	position: absolute;
	right: 0px;
	bottom: 32px;
	font-size: 12px;
	font-weight: bold;
	line-height: 266.667%;
	opacity: 0.5;
}

.section-comfy-card-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
}

.section-deg360 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.section-deg360-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 88px 0;
}

.section-deg360-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 38px;
}

.section-deg360-swiper {
	width: 100%;
	height: 600px;
	margin-bottom: 42px;
	overflow: hidden;
}

.section-deg360-cover {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.section-deg360-selector {
	margin-bottom: 42px;
	display: flex;
	gap: 15px;
}

.section-deg360-selector-item {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 19px;
	position: relative;
}

.section-deg360-selector-item.active {
	color: #F06428;
}

.section-deg360-selector-item .line {
	height: 1px;
	width: 100%;
	background: black;
	transition: all 0.3s ease;
	position: absolute;
	bottom: 0;
	left: 0;
}

.section-deg360-selector-item .line .bar {
	height: 100%;
	width: 0%;
	background: #F06428;
}

.section-deg360-selector-item.active .bar {
	transition: all 1s ease;
	width: 100%;
}

.section-deg165 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.section-deg165-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 88px 0;
}

.section-deg165-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 38px;
}

.section-deg165-card-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 15px;
}

.section-deg165-card {
	width: 100%;
	height: 485px;
	position: relative;
	overflow: hidden;
}

.section-deg165-card-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-deg165-card-title {
	font-size: 24px;
	font-weight: bold;
	line-height: 133.333%;
	position: absolute;
	left: 32px;
	top: 32px;
}

.section-deg165-card-subtitle {
	font-size: 14px;
	position: absolute;
	left: 32px;
	bottom: 23px;
	opacity: 0.5;
}

.section-deg165-card-title2 {
	color: #F06428;
	font-size: 68px;
	font-weight: bold;
	position: absolute;
	top: 32px;
	right: -7px;
}

.section-baby {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 88px 0;
}

.section-baby-content {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.section-baby-title {
	font-size: 48px;
	font-weight: bold;
	line-height: 116.667%;
	margin-bottom: 38px;
}

.section-baby-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.section-baby-card {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.section-baby-card.card1 {
	width: 66.666667%;
}

.section-baby-card.card2 {
	width: 300px;
}

.section-baby-card-cover {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.section-baby-card-cover img {
	transition: all 0.3s ease;
}

.section-baby-card-cover:hover img {
	scale: 1.1;
}

.section-baby-card-title-wrapper {
	margin-top: 20px;
}

.section-baby-card-title-wrapper.title-wrapper1 {
	position: absolute;
	top: 28px;
	left: 28px;
	margin-top: 0;
}

.section-baby-card-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.section-baby-card-subtitle {
	font-size: 16px;
	line-height: 137.5%;
	opacity: 0.5;
}

.processBar-wrapper {
	width: 1px;
	height: 260px;
	position: fixed;
	top: 50%;
	left: 49px;
	transform: translateY(-50%);
	z-index: 200;
	background: rgba(0, 0, 0, 0.2);
}

.processBarFill {
	width: 100%;
	height: 0px;
	background: #F06428;
	position: relative;
	top: 0;
	transition: all 0.1s ease;
}

/* debug */

.debug {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
	color: black;
	padding: 10px;
	display: none;
}

/* dialog */

.dialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100vh;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: unset;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease;
}

.dialog.active {
	visibility: visible;
	opacity: 1;
}

.dialog-content {
	width: 873px;
	min-height: 400px;
	border-radius: 17px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 42px 47px;
}

.dialog-close {
	width: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


/* 宽度分辨率小于等于1440媒体查询 */
@media (max-width: 1440px) {
	.section-banner-content-title {
		font-size: 30px;
	}

	.section-voiceContorll-content-2 {
		top: -120px;
	}

	.section-voiceContorll-content-wrapper {
		top: 100px;
	}
}