@font-face {
	font-family: 'MFQingShu';
	src:
		local('MFQingShu'),
		local('MFQingShu Regular'),
		url('../MFQingShu.woff2') format('woff2'),
		url('../MFQingShu.woff') format('woff'),
		url('../MFQingShu.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	background: url(../images/bg-star.png) repeat;
	background-color: #000229;
	color: #fff;
	min-height: 100%;
}

:root,
html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

:root {
	--story-bottom-push: 0px;
}

.star-logo div,
.star-bottom,
#all-page .section div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

#all-page .section div {
	position: absolute;
	background-color: transparent;
}

/*---全屏时候执行运动的元素-----*/

.star-bottom {
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 50vw;
	min-width: 456px;
	max-width: none;
	margin-left: 0;
	height: auto;
	z-index: 2;
	transform: translateX(-50%);
	display: block;
}


/*---星星闪烁的遮罩层样式-----*/

.star-Mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: transparent url(../images/star-Mask.png) repeat top center;
	z-index: 1;
	-moz-animation: move-twink-back 200s linear infinite;
	-ms-animation: move-twink-back 200s linear infinite;
	-o-animation: move-twink-back 200s linear infinite;
	-webkit-animation: move-twink-back 200s linear infinite;
	animation: move-twink-back 200s linear infinite;
}

@keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-webkit-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-moz-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}

@-ms-keyframes move-twink-back {
	from {
		background-position: 0 0;
	}

	to {
		background-position: -10000px 5000px;
	}
}


/*---星星闪烁的遮罩层样式end-----*/

.star-logo {
	position: fixed;
	left: 50%;
	top: 100px;
	margin-left: 0;
	margin-top: -100px;
	width: 356px;
	height: 96px;
	z-index: 30;
	transform: translateX(-50%) scale(1.8);
	transform-origin: top center;
	pointer-events: none;
	/*opacity: 1;*/
}

.star-logo a {
	width: 186px;
	height: 80px;
	display: block;
	position: absolute;
	z-index: 20;
	text-indent: -999px;
	overflow: hidden;
	pointer-events: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer !important;
}

.star-logo .bg-honeycomb {
	position: absolute;
	top: 0;
	left: 0;
	width: 356px;
	height: 91px;
	z-index: 2;
	background: url(../images/bg-honeycomb.png) no-repeat;
}

.blade-shadow {
	position: absolute;
	top: 0;
	left: 148px;
	width: 64px;
	height: 90px;
	z-index: 7;
	background: url(../images/blade-shadow.png) no-repeat;
}

.blade-head {
	position: absolute;
	top: 0;
	left: 148px;
	width: 62px;
	height: 88px;
	z-index: 8;
	background: url(../images/blade-head.png) no-repeat;
}

.text-top {
	position: absolute;
	top: 18px;
	left: 93px;
	width: 165px;
	height: 45px;
	z-index: 9;
	background: url(../images/text-top.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.tableCell,
.fp-tableCell {
	position: relative;
}

.tableCell div,
.fp-tableCell div {
	position: absolute;
}


/*------屏幕1------*/

.tom1 {
	width: 140px;
	height: 249px;
	background: url(../images/tom1.png) no-repeat;
	bottom: calc(-6% - var(--story-bottom-push));
	left: 48%;
	margin-left: -64.5px;
	opacity: 0;
}

.bubble1 {
	width: 80px;
	height: 63px;
	background: url(../images/bubble1.png) no-repeat;
	bottom: 96%;
	left: 91%;
	opacity: 0;
}

.changjing1 {
	width: 396px;
	height: 396px;
	left: 50%;
	top: 50%;
	margin-left: -198px;
	margin-top: -260px;
	z-index: 5;
	background: url(../images/changjing1.png) no-repeat;
	opacity: 0;
	transform: scale(1);
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.changjing1-light {
	width: 594px;
	height: 594px;
	left: 50%;
	top: 50%;
	margin-left: -297px;
	margin-top: -370px;
	z-index: 3;
	background: url(../images/changjing1-light.png) no-repeat;
	opacity: 0;
}


/*------屏幕1end------*/


/*------屏幕2------*/

.tom2 {
	width: 360px;
	height: 220px;
	background: url(../images/tom2.png) no-repeat;
	background-size: contain;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 50%;
	margin-left: -210px;
	opacity: 0;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.tom6 {
	width: 360px;
	height: 220px;
	background: url(../images/tom2.png) no-repeat;
	background-size: contain;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 50%;
	margin-left: -210px;
	opacity: 0;
}

.tom7 {
	width: 360px;
	height: 220px;
	background: url(../images/tom2.png) no-repeat;
	background-size: contain;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 50%;
	margin-left: -210px;
	opacity: 0;
	z-index: 3;
}

.tom8 {
	width: 360px;
	height: 220px;
	background: url(../images/tom2.png) no-repeat;
	background-size: contain;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 50%;
	margin-left: -210px;
	opacity: 0;
}

.tom9 {
	width: 360px;
	height: 220px;
	background: url(../images/tom2.png) no-repeat;
	background-size: contain;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 50%;
	margin-left: -210px;
	opacity: 0;
}

.section[data-year='2026'] .changjing9 {
	width: 350px;
	height: 350px;
	margin-left: -180px;
	margin-top: -187px;
	/* background-image: url(../images/changjing9.png); */
}

.section[data-year='2026'] .changjing9-light {
	display: none;
}

.section[data-year='2026'] .tom9 {
	width: 650px;
	height: 460px;
	margin-left: -337px;
	margin-bottom: -8px;
	background-image: url(../images/tom9.png);
	background-size: contain;
}

.section[data-year='2021'] .changjing7 {
	width: 480px;
	height: 310px;
	margin-left: -238px;
	margin-top: -180px;
	background-image: url(../images/changjing7.png);
}

.section[data-year='2021'] .changjing7-light {
	display: none;
}

.section[data-year='2021'] .tom7 {
	width: 420px;
	height: 264px;
	margin-left: -210px;
	margin-bottom: 20px;
	background-image: url(../images/tom7.png);
	background-size: contain;
}

.section[data-year='2024'] .changjing8 {
	width: 410px;
	height: 348px;
	margin-left: -205px;
	margin-top: -206px;
	background-image: url(../images/changjing8.png);
}

.section[data-year='2024'] .changjing8-light {
	display: none;
}

.section[data-year='2024'] .tom8 {
	width: 420px;
	height: 273px;
	margin-left: -210px;
	margin-bottom: 30px;
	background-image: url(../images/tom8.png);
	background-size: contain;
}

.section[data-year='2020'] .changjing6 {
	width: 360px;
	height: 318px;
	margin-left: -180px;
	margin-top: -236px;
	background-image: url(../images/changjing6.png);
}

.section[data-year='2020'] .changjing6-light {
	display: none;
}

.section[data-year='2020'] .tom6 {
	width: 320px;
	height: 393px;
	margin-left: -165px;
	margin-bottom: -4px;
	background-image: url(../images/tom6.png);
	background-size: contain;
}

.section[data-year='2015'] .tom5 {
	margin-bottom: 20px;
}

.section[data-year='2014'] .tom4 {
	margin-bottom: 5px;
}

.section[data-year='2013'] .tom3 {
	margin-bottom: -15px;
}

.section[data-year='2010'] .tom2 {
	margin-bottom: 20px;
}

.section[data-year='2007'] .tom1 {
	margin-bottom: 10px;
}

.mouse {
	width: 80px;
	height: 132px;
	background: url(../images/mouse.png) no-repeat;
	background-size: contain;
	bottom: calc(98% - var(--story-bottom-push));
	left: 85%;
	opacity: 0;
}

.section[data-year='2010'] .tom2 .mouse {
	bottom: 7%;
}

.bubble2 {
	width: 125px;
	height: 64px;
	background: url(../images/bubble2.png) no-repeat;
	bottom: 101%;
	left: 54%;
	opacity: 0;
}

.bubble6 {
	width: 93px;
	height: 69px;
	background: url(../images/bubble6.png) no-repeat;
bottom: 70%;
    left: 38%;
	opacity: 0;
}

.bubble7 {
	width: 57px;
	height: 180px;
	background: url(../images/bubble7.png) no-repeat;
	background-size: contain;
	background-position: bottom center;
	bottom: calc(32% - var(--story-bottom-push));
	left: 52%;
	opacity: 0;
	z-index: 1;
}

.bubble8 {
	width: 77px;
	height: 62px;
	background: url(../images/bubble8.png) no-repeat;
	bottom: 74%;
	left: 57%;
	margin-left: -34px;
	opacity: 0;
	transform: rotate(-7deg) !important;
	transform-origin: center;
	z-index: 999;
}

.bubble9 {
	width: 74px;
	height: 62px;
	background: url(../images/bubble9.png) no-repeat;
	bottom: 93%;
	left: 60%;
	opacity: 0;
	transform-origin: center;
}

.bubble9-fade-scale {
	animation: bubble9Animation 4s ease-out forwards 1.5s;
	-webkit-animation: bubble9Animation 4s ease-out forwards 1.5s;
	-moz-animation: bubble9Animation 4s ease-out forwards 1.5s;
	-o-animation: bubble9Animation 4s ease-out forwards 1.5s;
}

@keyframes bubble9Animation {
	0% {
		transform: translate(0, 40px) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0.3;
	}
}

@-webkit-keyframes bubble9Animation {
	0% {
		transform: translate(0, 40px) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0.3;
	}
}

@-moz-keyframes bubble9Animation {
	0% {
		transform: translate(0, 40px) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0.3;
	}
}

@-o-keyframes bubble9Animation {
	0% {
		transform: translate(0, 40px) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translate(0, 0) scale(0.5);
		opacity: 0.3;
	}
}

.changjing2 {
	width: 287px;
	height: 287px;
	margin-left: -143px;
	margin-top: -172px;
	left: 50%;
	top: 50%;
	z-index: 5;
	opacity: 0;
	position: absolute;
	object-fit: contain;
	background: transparent;
	transform: scale(0);
	transform-origin: center;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	mix-blend-mode: normal;
	isolation: isolate;
}

.changjing2-scale-in {
	animation: scaleInAnimation 1.5s ease-out forwards;
}

@keyframes scaleInAnimation {
	0% {
		opacity: 0;
		transform: scale(0) translateZ(0);
	}

	50% {
		opacity: 0.5;
		transform: scale(0.5) translateZ(0);
	}

	100% {
		opacity: 1;
		transform: scale(1) translateZ(0);
	}
}

@-webkit-keyframes scaleInAnimation {
	0% {
		opacity: 0;
		-webkit-transform: scale(0) translateZ(0);
	}

	50% {
		opacity: 0.5;
		-webkit-transform: scale(0.5) translateZ(0);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1) translateZ(0);
	}
}

.changjing2-light {
	width: 465px;
	height: 465px;
	margin-left: -232px;
	margin-top: -260px;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	background: url(../images/changjing2-light.png) no-repeat;
}

.changjing6 {
	width: 283px;
	height: 283px;
	margin-left: -142px;
	margin-top: -170px;
	left: 50%;
	top: 50%;
	z-index: 5;
	opacity: 0;
	background: url(../images/changjing6.png) no-repeat;
}

.changjing6-light {
	width: 465px;
	height: 465px;
	margin-left: -232px;
	margin-top: -295px;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	background: url(../images/changjing6-light.png) no-repeat;
}

.changjing7 {
	width: 283px;
	height: 283px;
	margin-left: -142px;
	margin-top: -170px;
	left: 50%;
	top: 50%;
	z-index: 5;
	opacity: 0;
	background: url(../images/changjing7.png) no-repeat;
}

.changjing7-light {
	width: 465px;
	height: 465px;
	margin-left: -232px;
	margin-top: -260px;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	background: url(../images/changjing7-light.png) no-repeat;
}

.changjing8 {
	width: 283px;
	height: 283px;
	margin-left: -142px;
	margin-top: -170px;
	left: 50%;
	top: 50%;
	z-index: 5;
	opacity: 0;
	background: url(../images/changjing8.png) no-repeat;
}

.changjing8-light {
	width: 465px;
	height: 465px;
	margin-left: -232px;
	margin-top: -260px;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	background: url(../images/changjing8-light.png) no-repeat;
}

.changjing9 {
	width: 283px;
	height: 283px;
	margin-left: -142px;
	margin-top: -170px;
	left: 50%;
	top: 50%;
	z-index: 5;
	opacity: 0;
	position: absolute;
	object-fit: contain;
	background: transparent;
	transform: scale(0);
	transform-origin: center;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	mix-blend-mode: normal;
	isolation: isolate;
}

.changjing9-scale-in {
	animation: scaleInAnimation 1.5s ease-out forwards;
}

.changjing9-light {
width: 545px;
    height: 545px;
    margin-left: -282px;
    margin-top: -270px;
	left: 50%;
	top: 50%;
	z-index: 3;
	opacity: 0;
	background: url(../images/changjing9-light.png) no-repeat;
}

.text-star {
	width: 430px;
	height: 430px;
	margin-left: -215px;
	margin-top: -245px;
	left: 50%;
	top: 50%;
	z-index: 3;
	background: url(../images/text-star.png) no-repeat;
	opacity: 0;
	/* 缩放大小 - 可调整此值来改变星星大小 */
	transform: scale(0.8);
	transform-origin: center;
}


/*------屏幕2-end-----*/


/*------屏幕3-----*/

.tom3 {
	width: 330px;
	height: 440px;
	bottom: calc(-18% - var(--story-bottom-push));
	left: 44%;
	margin-left: -110px;
	z-index: 4;
	background: url(../images/tom3.png) no-repeat;
	opacity: 0;
}

.tom3-shadow {
	width: 259px;
	height: 141px;
	bottom: calc(4% - var(--story-bottom-push));
	left: 39%;
	z-index: 3;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0) 72%);
	border-radius: 50%;
	opacity: 0;
}

.changjing3 {
	width: 298px;
	height: 298px;
	margin-left: -149px;
	margin-top: -252px;
	left: 50%;
	top: 50%;
	z-index: 5;
	background: url(../images/changjing3.png) no-repeat;
	opacity: 0;
}

.changjing3-light {
	width: 424px;
	height: 424px;
	margin-left: -212px;
	margin-top: -320px;
	left: 50%;
	top: 50%;
	z-index: 3;
	background: url(../images/changjing3-light.png) no-repeat;
	opacity: 0;
}


/*------屏幕3-end-----*/


/*------屏幕4-----*/

.tom4 {
	width: 490px;
	height: 360px;
	bottom: calc(-10% - var(--story-bottom-push));
	left: 40%;
	margin-left: -170px;
	z-index: 3;
	background: url(../images/tom4.png) no-repeat;
	opacity: 0;
}

.changjing4 {
	width: 298px;
	height: 298px;
	margin-left: -149px;
	margin-top: -199px;
	left: 50%;
	top: 50%;
	z-index: 5;
	background: url(../images/changjing4.png) no-repeat;
	opacity: 0;
}

.changjing4-light {
	width: 407px;
	height: 407px;
	margin-left: -203px;
	margin-top: -253px;
	left: 50%;
	top: 50%;
	z-index: 3;
	background: url(../images/changjing4-light.png) no-repeat;
	opacity: 0;
}


/*------屏幕4-end-----*/


/*------屏幕5-----*/

.tom5 {
	width: 215px;
	left: 50%;
	margin-left: -152px;
	height: 388px;
	bottom: calc(-20% - var(--story-bottom-push));
	z-index: 3;
	background: url(../images/tom5.png) no-repeat;
	opacity: 0;
}

.tom5-message {
	width: 520px;
	height: 220px;
	bottom: 52%;
	left: 54%;
	margin-left: -260px;
	z-index: 20;
	/* border: 1px #fff solid; */
}

.line-message {
	width: 305px;
	height: 144px;
	left: 25%;
	top: 14%;
	background: url(../images/line-message.png) no-repeat;
	opacity: 0;
}

.message1 {
	width: 141px;
	height: 63px;
	bottom: 20%;
	left: 0%;
	z-index: 3;
	background: url(../images/message1.png) no-repeat;
	opacity: 0;
}

.message2 {
	width: 141px;
	height: 63px;
	bottom: 60%;
	left: 10%;
	z-index: 3;
	background: url(../images/message2.png) no-repeat;
	opacity: 0;
}

.message3 {
	width: 141px;
	height: 63px;
	bottom: 86%;
	left: 52%;
	z-index: 3;
	background: url(../images/message3.png) no-repeat;
	opacity: 0;
}

.message4 {
	width: 141px;
	height: 63px;
	bottom: 49%;
	left: 70%;
	z-index: 3;
	background: url(../images/message4.png) no-repeat;
	opacity: 0;
}

.message5 {
	width: 141px;
	height: 63px;
	bottom: 18%;
	right: -8%;
	z-index: 3;
	background: url(../images/message5.png) no-repeat;
	opacity: 0;
}

.changjing5 {
	width: 286px;
	height: 286px;
	margin-left: -143px;
	margin-top: -260px;
	bottom: 45%;
	left: 50%;
	z-index: 5;
	background: url(../images/changjing5.png) no-repeat;
	opacity: 0;
	position: absolute;
	transform: scale(0.6);
	transform-origin: center;
	will-change: opacity, transform;
}

.changjing5-fade-in {
	animation: changjing5FadeScaleIn 2.7s ease-out forwards;
}

@keyframes changjing5FadeScaleIn {
	0% {
		opacity: 0;
		transform: scale(0.6);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.bee5-video {
	/* 可调整视频大小 - 修改 width 和 height 即可 */
	width: 250px;
	height: 250px;
	margin-left: -75px;
	/* 保持为 width 的一半 */
	margin-top: -260px;
	bottom: 48%;
	left: 47%;
	z-index: 6;
	opacity: 0;
	position: absolute;
	object-fit: contain;
	background: transparent;
	transform: scale(0);
	transform-origin: center;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	mix-blend-mode: normal;
	isolation: isolate;
}

.bee5-video-scale-in {
	animation: scaleInAnimation 1.5s ease-out forwards;
}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes entryFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes entryRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes entryFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes entryRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes entryFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes entryRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@-o-keyframes entryFadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes entryRotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.changjing5-light {
	width: 477px;
	height: 477px;
	margin-left: -238px;
	margin-top: -355px;
	left: 50%;
	top: 50%;
	z-index: 3;
	background: url(../images/changjing5-light.png) no-repeat;
	opacity: 0;
}

.ico-axure {
	--myStory-scale: 1.2;
	width: 47px;
	height: 48px;
	margin-left: -130px;
	margin-top: -69px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-axure.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}

.ico-camera {
	--myStory-scale: 1.2;
	width: 48px;
	height: 40px;
	margin-left: -132px;
	margin-top: -190px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-camera.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}

.ico-html5 {
	--myStory-scale: 1.2;
	width: 38px;
	height: 48px;
	margin-left: -20px;
	margin-top: -249px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-html5.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}

.ico-ppt {
	--myStory-scale: 1.2;
	width: 48px;
	height: 55px;
	margin-left: 83px;
	margin-top: -207px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-ppt.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}

.ico-ps {
	--myStory-scale: 1.2;
	width: 41px;
	height: 40px;
	margin-left: 88px;
	margin-top: -66px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-ps.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}

.ico-sketch {
	--myStory-scale: 1.2;
	width: 54px;
	height: 53px;
	margin-left: -20px;
	margin-top: -16px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/ico-sketch.png) no-repeat;
	opacity: 0;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
}


/*------屏幕5-end-----*/


/*------屏幕6-----*/
.tomBegin_all {
	width: 328px;
	height: 421px;
	bottom: calc(-18% - var(--story-bottom-push));
	left: 50%;
	margin-left: -170px;
	z-index: 10;
	/* overflow: hidden; */
}

.tomBegin {
	width: 327px;
	height: 474px;
	background: url(../images/tomBegin.png) no-repeat;
	opacity: 0;
}

/* .tomBegin-shadow {
	width: 328px;
	height: 108px;
bottom: 0;
    left: 39%;
	z-index: 9;
	background: url(../images/tomBegin-shadow.png) no-repeat;
	opacity: 0;
} */

.light-green {
	width: 70px;
	height: 70px;
	bottom: 44%;
	left: 4%;
	z-index: 4;
	background: url(../images/light-green.png) no-repeat;
	opacity: 0;
}

.light-blue {
	width: 73px;
	height: 70px;
	bottom: 44%;
	left: 72%;
	z-index: 4;
	background: url(../images/light-blue.png) no-repeat;
	opacity: 0;
}

.rocket {
	width: 207px;
	height: 139px;
	margin-left: -103px;
	margin-top: 80px;
	left: 50%;
	top: 50%;
	z-index: 15;
	background: url(../images/rocket.png) no-repeat;
	opacity: 0;
}

.Portal {
	width: 455px;
	height: 455px;
	margin-left: -227px;
	margin-top: -297px;
	left: 50%;
	top: 50%;
	z-index: 5;
	background: url(../images/Portal.png) no-repeat;
	opacity: 0;
}

.entry-light {
	width: 288px;
	height: 288px;
	margin-left: -143px;
	margin-top: -215px;
	left: 50%;
	top: 50%;
	z-index: 8;
	background: url(../images/entry-light.png) no-repeat;
	opacity: 0;
}

.entry-semasiography {
	width: 380px;
	height: 380px;
	margin-left: -189px;
	margin-top: -263px;
	left: 50%;
	top: 50%;
	z-index: 9;
	background: url(../images/entry-semasiography.png) no-repeat;
	opacity: 0;
	/* 固定大小，不缩放 */
	transform: none;
	will-change: opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.entry-semasiography-fade-in {
	animation: entryFadeIn 2s ease-out forwards;
	-webkit-animation: entryFadeIn 2s ease-out forwards;
	-moz-animation: entryFadeIn 2s ease-out forwards;
	-o-animation: entryFadeIn 2s ease-out forwards;
}

.entry-semasiography-fade-rotate {
	/* 淡入动画 2秒 + 持续顺时针旋转 40秒一圈 */
	animation: entryFadeIn 2s ease-out forwards, entryRotate 40s linear infinite;
	-webkit-animation: entryFadeIn 2s ease-out forwards, entryRotate 40s linear infinite;
	-moz-animation: entryFadeIn 2s ease-out forwards, entryRotate 40s linear infinite;
	-o-animation: entryFadeIn 2s ease-out forwards, entryRotate 40s linear infinite;
}

.entry-semasiography a {
	width: 368px;
	height: 368px;
	display: block;
	cursor: pointer !important;
}

.bg-entry-light {
	width: 553px;
	height: 553px;
	margin-left: -256px;
	margin-top: -217px;
	left: 50%;
	top: 50%;
	z-index: 1;
	background: url(../images/bg-entry-light.png) no-repeat;
	opacity: 0;
}

.bubbleBegin {
	width: 165px;
	height: 110px;
	background: url(../images/bubbleBegin.png) no-repeat;
	bottom: 86%;
	left: 59%;
	opacity: 0;
	z-index: 999;
}

.text-djms {
	width: 19px;
	height: 78px;
	background: url(../images/text-djms.png) no-repeat;
	bottom: 48%;
	left: -4%;
	opacity: 0;
}

.text-zzms {
	width: 19px;
	height: 78px;
	background: url(../images/text-zzms.png) no-repeat;
	bottom: 48%;
	left: 95%;
	opacity: 0;
}

/*------屏幕6-end-----*/
/*------左边描述文字-----*/
.textStory1,
.textStory2,
.textStory3,
.textStory4,
.textStory5 {
	width: clamp(160px, 18vw, 283px);
	height: clamp(173px, 19.5vw, 306px);
	left: 50%;
	top: 50%;
	margin-left: 0;
	margin-top: 0;
	transform: translate(-50%, -50%) translateX(clamp(-520px, -35vw, -360px)) translateY(clamp(-180px, -10vh, -120px));
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
}

.textStoryEditable {
	width: clamp(180px, 20vw, 320px);
	left: 43%;
	top: 50%;
	margin-left: 0;
	margin-top: 0;
	transform: translate(-50%, -50%) translateX(clamp(-520px, -35vw, -360px)) translateY(calc(clamp(-180px, -10vh, -120px) + 2%));
	opacity: 0;
	color: #fff;
	background: none;
	will-change: opacity;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.textStoryEditable-inner,
.textStoryEditable-year,
.textStoryEditable-body {
	position: relative;
	background: none;
}

.textStoryEditable-inner {
	padding: 12px 14px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	background: rgba(0, 0, 0, 0.15);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.textStoryEditable-year {
	font-size: 22px;
	line-height: 1.1;
	margin-bottom: 50px;
	letter-spacing: 1px;
}

.textStoryEditable-body {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}

.textStoryEditable-body p {
	margin: 0 0 12px;
}

.textStoryEditable-body p:last-child {
	margin-bottom: 0;
}

.section[data-year] .textStoryEditable {
	width: 340px;
}

.section[data-year] .textStoryEditable-inner {
	padding: 0;
	border: 0;
	background: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.section[data-year] .textStoryEditable-year {
	display: none;
}

.section[data-year] .textStoryEditable-body {
	font-family: 'MFQingShu';
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: left;
	max-height: 62vh;
	width: 415px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/* 加粗字体，提高清晰度 */
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	/* 增加文字阴影，提高可读性 */
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.textStory1 {
	background-image: url(../images/story-text1.png);
}

.textStory2 {
	background-image: url(../images/story-text2.png);
}

.textStory3 {
	background-image: url(../images/story-text3.png);
}

.textStory4 {
	background-image: url(../images/story-text4.png);
}

.textStory5 {
	background-image: url(../images/story-text5.png);
}

/*------左边描述文字end-----*/
/*---鼠标移动上的效果-----*/

.hover-move {
	-ms-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}

.hover-move:hover {
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
}

.hover-scale {
	-ms-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.hover-scale:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.hover-rotate {
	-ms-transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: all 0.6s ease;
	opacity: 1;
}

.hover-rotate:hover {
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

@-webkit-keyframes alpha1 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	70% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}

@keyframes alpha1 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 0.3;
	}

	50% {
		opacity: 0.6;
	}

	70% {
		opacity: 0.8;
	}

	100% {
		opacity: 1;
	}
}


/*---鼠标移动上的效果end-----*/


/*---全屏时候执行运动的元素end-----*/


/*--加载页面样式----*/

.main-loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000327;
	z-index: 99;
}

.main-loading .loading-con {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	width: 96px;
	height: 96px;
}

.main-loading .loading-circle {
	width: 95px;
	height: 95px;
	border-top: 8px solid #11994b;
	border-right: 8px solid #f2a808;
	border-bottom: 8px solid #2399e7;
	border-left: 8px solid #c0392b;
	box-shadow: 0 0 35px #2c2c2c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-ms-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	transform: rotate(90deg);
	/*让四个颜色元素旋转多少度*/
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}

	100% {
		-o-transform: rotate(360deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}

	100% {
		-ms-transform: rotate(360deg);
	}
}

.main-loading .loading-con img {
	--myStory-scale: 1;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	transform: scale(var(--myStory-scale));
	transform-origin: center;
	background: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.main-loading .loading-progress-wrapper {
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.main-loading .loading-progress {
	width: auto;
	height: 8px;
	background-color: rgba(51, 51, 51, 0.5);
	border-radius: 4px;
	margin: 0 0 15px 0;
	min-width: 280px;
}

.main-loading .loading-progress .tom-progress-bar {
	height: 8px;
	border-radius: 4px;
}

.main-loading .loading-text {
	color: #f2a808;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	animation: loadingTextPulse 2s ease-in-out infinite;
	text-shadow: 0 0 10px rgba(242, 168, 8, 0.5);
}

@keyframes loadingTextPulse {

	0%,
	100% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}
}


/*--加载页面样式end----*/


/*----判断浏览器版本-----*/

.browser-happy {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #24a6fa;
}

.browser-happy .content {
	text-align: center;
	color: #fff;
	font-size: 24px;
}

.browser-happy p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.browser-happy .content a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #fff;
	text-decoration: none;
	color: #fff;
}


/*----判断浏览器版本-end----*/


/*---全屏时候屏幕个数菜单-----*/


/*---jquery_fullPage.js把这个菜单加入html里面-----*/

#fullPage-nav ul {
	width: 80px;
	height: auto;
	position: fixed;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	z-index: 20;
	/*border: 1px solid #fff;*/
	background: none;
	padding-bottom: 80px;
}

#fullPage-nav ul::before {
	content: '';
	position: absolute;
	left: 38px;
	top: 70px;
	bottom: 50px;
	width: 4px;
	border-radius: 999px;
	background: linear-gradient(to bottom,
			rgba(242, 168, 8, 1) 0%,
			rgba(242, 168, 8, 1) 85%,
			rgba(242, 168, 8, 0) 100%);
	box-shadow: 0 0 18px rgba(242, 168, 8, 0.28);
	pointer-events: none;
}

#fullPage-nav ul li {
	height: 18px;
	width: 42px;
	margin: 0 auto;
	margin-bottom: 22px;
	position: relative;
	overflow: visible;
	cursor: pointer !important;
}

#fullPage-nav ul li a {
	height: 18px;
	width: 42px;
	display: block;
	background: url(../images/menu-click.png) no-repeat center center;
	background-size: contain;
	cursor: pointer !important;
}

#fullPage-nav ul li a:hover,
#fullPage-nav ul li .active {
	height: 18px;
	width: 42px;
	display: block;
	background: url(../images/menu-click-select.png) no-repeat center center;
	background-size: contain;
	cursor: pointer !important;
}

#fullPage-nav ul li.btn-rocket a:hover,
#fullPage-nav ul li.btn-rocket .active,
#fullPage-nav ul li.btn-rocket a,
#fullPage-nav ul li.btn-rocket {
	height: 85px;
	width: 46px;
	display: block;
	background: url(../images/btn-rocket.png) no-repeat center center;
	background-size: contain;
	cursor: pointer !important;
}

#fullPage-nav ul li.btn-rocket a:hover,
#fullPage-nav ul li.btn-rocket .active {
	background: url(../images/btn-rocket-select.png) no-repeat center center;
	background-size: contain;
	cursor: pointer !important;
}

#fullPage-nav li p {
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	left: -45px;
	top: 2px;
	z-index: 15;
	font-size: 1em;
	line-height: 70%;
	white-space: nowrap;
	cursor: pointer !important;
}


/*---全屏时候屏幕个数菜单end-----*/

.all-content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18;
}

.all-page-scale {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 1366px;
	height: 768px;
	transform-origin: center;
	transform: translate(-50%, -50%) scale(1);
	will-change: transform;
}

#all-page {
	position: relative;
	width: 100%;
	height: 100%;
}

#all-page .section {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

#all-page .section.is-active {
	display: block;
}

/*---时钟按钮样式-----*/
.clock-button {
	position: fixed;
	left: 30px;
	bottom: calc(30px + env(safe-area-inset-bottom));
	z-index: 30;
	width: 80px;
}

.clock-disc {
	width: 42px;
	height: 42px;
	background-color: #20528B;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	margin: 0 auto;
	filter: drop-shadow(0 4px 15px rgba(32, 82, 139, 0.3));
	display: flex;
	align-items: center;
	justify-content: center;
}

.clock-disc svg {
	width: 24px;
	height: 24px;
	color: #ffffff;
}

.clock-disc:hover {
	filter: drop-shadow(0 6px 20px rgba(32, 82, 139, 0.5));
	transform: scale(1.05);
	background-color: #2a6bb5;
}

/*---音乐播放器样式-----*/
.music-player {
	position: fixed;
	right: 30px;
	bottom: calc(30px + env(safe-area-inset-bottom));
	z-index: 30;
	width: 80px;
}

.music-disc {
	width: 42px;
	height: 42px;
	background-image: url(../../icons/cp.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	margin: 0 auto;
	filter: drop-shadow(0 4px 15px rgba(242, 168, 8, 0.3));
}

.music-disc::before,
.music-disc::after {
	display: none;
}

.music-disc:hover {
	filter: drop-shadow(0 6px 20px rgba(242, 168, 8, 0.5));
	transform: scale(1.05);
}

.music-disc.playing {
	animation: rotate-disc 3s linear infinite;
}

@keyframes rotate-disc {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.music-controls {
	display: flex;
	gap: 8px;
	margin-top: 10px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	pointer-events: none;
	justify-content: center;
}

.music-controls.show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.music-btn {
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid rgba(242, 168, 8, 0.5);
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: rgba(242, 168, 8, 0.9);
	font-size: 14px;
	flex-shrink: 0;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.music-btn:hover {
	background: rgba(242, 168, 8, 0.2);
	border-color: rgba(242, 168, 8, 0.9);
	transform: scale(1.1);
	box-shadow: 0 4px 12px rgba(242, 168, 8, 0.4);
}

.music-btn svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.music-btn img {
	width: 16px;
	height: 16px;
	display: block;
	pointer-events: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

/*---浮动提示样式-----*/
.music-toast {
	position: fixed;
	top: 20px;
	left: 50%;
	transform: translateX(-50%) translateY(-100px);
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 14px;
	z-index: 10000;
	opacity: 0;
	transition: all 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(242, 168, 8, 0.3);
	max-width: 80%;
	text-align: center;
	pointer-events: none;
}

.music-toast.show {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

@media (max-width: 800px) {

	/* 小屏幕：图片和文字改为上下结构 */
	#all-page .section.is-active .changjing1,
	#all-page .section.is-active .changjing2,
	#all-page .section.is-active .changjing3,
	#all-page .section.is-active .changjing4,
	#all-page .section.is-active .changjing5,
	#all-page .section.is-active .text-star,
	#all-page .section.is-active .Portal,
	#all-page .section.is-active .entry-semasiography,
	#all-page .section.is-active .entry-light,
	#all-page .section.is-active .bg-entry-light {
		left: 50% !important;
		top: 28% !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) scale(0.75) !important;
		transform-origin: center !important;
	}

	#all-page .section.is-active .changjing1-light,
	#all-page .section.is-active .changjing2-light,
	#all-page .section.is-active .changjing3-light,
	#all-page .section.is-active .changjing4-light,
	#all-page .section.is-active .changjing5-light {
		left: 50% !important;
		top: 26% !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		bottom: auto !important;
		transform: translate(-50%, -50%) scale(0.75) !important;
		transform-origin: center !important;
	}

	#all-page .section.is-active .textStoryEditable {
		left: 50% !important;
		top: 62% !important;
		margin-left: 0 !important;
		margin-top: 0 !important;
		transform: translate(-50%, -50%) !important;
		width: min(90vw, 500px) !important;
		max-width: 90vw !important;
	}

	.section[data-year] .textStoryEditable-body {
		font-size: clamp(14px, 2.5vw, 18px) !important;
		line-height: 1.7 !important;
		max-height: none !important;
		height: auto !important;
		overflow: visible !important;
		/* 加粗字体，提高清晰度 */
		font-weight: 600 !important;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-rendering: optimizeLegibility;
		/* 增加文字阴影，提高可读性 */
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	}

	/* 缩小右侧导航菜单 */
	#fullPage-nav ul {
		width: 60px;
		right: 15px;
		padding-bottom: 60px;
		transform: translateY(-50%) scale(0.75);
	}

	#fullPage-nav ul::before {
		left: 28px;
		top: 52px;
		bottom: 38px;
		width: 3px;
	}

	#fullPage-nav ul li {
		height: 14px;
		width: 32px;
		margin-bottom: 16px;
	}

	#fullPage-nav ul li a {
		height: 14px;
		width: 32px;
	}

	#fullPage-nav ul li a:hover,
	#fullPage-nav ul li .active {
		height: 14px;
		width: 32px;
	}

	#fullPage-nav ul li.btn-rocket a:hover,
	#fullPage-nav ul li.btn-rocket .active,
	#fullPage-nav ul li.btn-rocket a,
	#fullPage-nav ul li.btn-rocket {
		height: 64px;
		width: 35px;
	}

	#fullPage-nav li p {
		font-size: 0.85em;
		left: -38px;
	}

	/* 缩小音乐播放器和时钟按钮 */
	.music-player {
		right: 15px;
		bottom: calc(20px + env(safe-area-inset-bottom));
		width: 60px;
		transform: scale(0.75);
		transform-origin: bottom right;
	}

	.clock-button {
		left: 15px;
		bottom: calc(20px + env(safe-area-inset-bottom));
		width: 60px;
		transform: scale(0.75);
		transform-origin: bottom left;
	}
}

@media (max-width: 420px) {
	.music-player {
		display: none;
	}

	.clock-button {
		display: none;
	}

	#fullPage-nav ul {
		right: auto;
		left: 50%;
		top: auto;
		bottom: calc(12px + env(safe-area-inset-bottom));
		transform: translateX(-50%);
		width: auto;
		display: flex;
		align-items: flex-end;
	}

	#fullPage-nav ul::before {
		display: none;
	}

	#fullPage-nav ul li {
		margin: 0 6px;
		margin-bottom: 0;
	}

	#fullPage-nav li p {
		display: none;
	}

	#all-page .section.is-active .tom1,
	#all-page .section.is-active .tom2,
	#all-page .section.is-active .tom3,
	#all-page .section.is-active .tom4,
	#all-page .section.is-active .tom5,
	#all-page .section.is-active .tomBegin_all {
		left: 50% !important;
		margin-left: 0 !important;
		top: auto !important;
		bottom: calc(-22% - var(--story-bottom-push)) !important;
		transform: translateX(-50%) scale(1.1) !important;
		transform-origin: bottom center !important;
	}

	#all-page .section.is-active .tom3-shadow {
		left: 50% !important;
		margin-left: 0 !important;
		bottom: calc(-2% - var(--story-bottom-push)) !important;
		transform: translateX(-50%) !important;
		transform-origin: bottom center !important;
	}

}

/*---烟花效果样式 - Canvas版本-----*/
.fireworks-container {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 600px;
	height: 400px;
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	transition: opacity 1.5s ease;
}

.fireworks-container.show {
	opacity: 1;
}

.fireworks-container canvas {
	width: 100%;
	height: 100%;
	display: block;
}
