* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0 auto;
	overflow: hidden;
	max-width: 750px;
	position: relative;
}

img {
	display: block;
}

::-webkit-scrollbar {
	-webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
	width: 6px;
}

::-webkit-scrollbar:horizontal {
	height: 8px;
}

::-webkit-scrollbar-thumb {
	border: 4px solid rgba(0, 0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
}

.music-blk {
	position: absolute;
	right: 3%;
	top: 2%;
	z-index: 100;
}

.music-ctl {
	width: 0.6rem;
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* animation */

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

/* share-mask */

.shareMask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

.shareMask img {
	width: 100%;
	height: 100%;
}

/* logo */

.logo {
	position: absolute;
	width: 1.84rem;
	top: 11.92rem;
	z-index: 100;
}

.up-tip {
	width: 0.8rem;
	bottom: 0.4rem;
}

.up-tip img {
	width: 100%;
	-webkit-animation: bounce-up 2s linear infinite;
	animation: bounce-up 2s linear infinite;
}

.center-with-absolute {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/* page common */

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	overflow: hidden;
}

.p1-img {
	position: absolute;
	top: 6.95rem;
	width: 7.36rem;
	left: 0.18rem;
}

.p1-t1 {
	width: 7.5rem;
	top: 1.87rem;
}

.p1-t2 {
	width: 5.39rem;
	top: 6.35rem;
}

.more-btn {
	position: absolute;
	width: 4.6rem;
	top: 11.1rem;
	right: 0;
}

.p2-content {
	top: 1.21rem;
	width: 6.61rem;
}

.p2-home-btn,
.p2-next-btn {
	top: 10.2rem;
	width: 3.48rem;
}

.p2-next-btn {
	top: 11.31rem;
}

.page-3 {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content-blk {
	flex: 1;
	margin-top: 0.68rem;
	width: 6.45rem;
	background-color: #ffffff;
	box-shadow: 0.05rem 0.09rem 0.09rem 0rem rgba(2, 154, 242, 0.42);
	border-radius: 0.4rem 0.4rem 0 0;
	overflow: hidden auto;
}

.content-item {
	margin: 0.4rem 0.15rem 0.15rem;
	font-size: 0.28rem;
	text-align: justify;
	line-height: 0.34rem;
	color: #007fcf;
}

.title-blk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.35rem;
	font-weight: bold;
	color: #007fcf;
}

.content-img {
	width: 100%;
	margin: 0.18rem auto;
}

.title-blk img {
	width: 1.79rem;
}

.line {
	width: 100%;
	margin: 0.1rem auto;
}

.p3-home-btn {
	margin: 0.4rem auto 0;
	width: 3.48rem;
}
body {
	font-family: PingFang-SC-Medium;
	font-size: 0.26rem;
	color: #222222;
	text-align: justify;
}
.page1 {
	background: url(../img/cover01.jpg) no-repeat;
	background-size: 100% 100%;
}
.page:nth-child(n + 2) {
	background: url(../img/cover02.jpg) no-repeat;
	background-size: 100% 100%;
}
.page1 img {
	position: absolute;
}
.page1 img.title {
	top: 1.86rem;
	height: 2.5rem;
	left: 0;
	right: 0;
	margin: auto;
}
.page1 img.center {
	top: 5.19rem;
	height: 5.27rem;
	left: 0;
	right: 0;
	margin: auto;
}
.page1 img.more {
	bottom: 0.97rem;
	height: 0.78rem;
	left: 0;
	right: 0;
	margin: auto;
}
.page1 img.bird1 {
	height: 1.24rem;
	top: 5.92rem;
	left: 0.36rem;
}
.page1 img.bird2 {
	height: 1.85rem;
	top: 8.68rem;
	left: 0.21rem;
}
.page1 img.bird3 {
	height: 1.88rem;
	top: 4.25rem;
	right: 0.33rem;
}
.box {
	position: relative;
	width: 95%;
	height: 10.68rem;
	margin: 0 auto;
	margin-top: 1.21rem;
	border-radius: 0.32rem;
	border: solid 0.05rem #019ef0;
	background-color: rgba(255, 255, 255, 0.7);
}
.box > img {
	position: absolute;
}
.box .glasses {
	height: 0.51rem;
	top: 0.12rem;
	right: 0;
}
.box .icon {
	height: 0.4rem;
	bottom: 2.2rem;
	left: -0.3rem;
}

.box .RoadSigns {
	height: 0.92rem;
	bottom: -0.1rem;
	right: -0.1rem;
}
.page2 .box .icon,
.page2 .box .RoadSigns {
	display: none;
}
.box .inner {
	height: 100%;
	padding: 0.3rem 0.2rem;
	overflow-y: auto;
}
.inner .item .text {
	line-height: 0.5rem;
	letter-spacing: 0rem;
	margin-top: 0.28rem;
	margin-bottom: 0.35rem;
	padding: 0.1rem;
	height: auto;
	background-color: #f2fbff;
	border-radius: 0.16rem;
	border: dotted 0.01rem #018aed;
}
.inner .item .text span {
	padding-bottom: 0.02rem;
	font-weight: 700;
	font-size: 0.28rem;
	border-bottom: 0.05rem solid #ffe118;
}
.inner .title_img img {
	height: 0.6rem;
	margin: 0 auto;
}
.inner::-webkit-scrollbar {
	height: 15px;
	width: 5px;
}
.inner::-webkit-scrollbar-thumb {
	background: #1f7bcc;
	border-radius: 7.5px;
}
.inner::-webkit-scrollbar-track {
	background: rgb(176 5 29 / 10%);
}
.page2 .inner .item:nth-child(2) .text {
	margin-top: 0;
}
.page2 .inner .item:nth-child(2) .text p:nth-child(1) {
	margin-top: 0.1rem;
}
.page2 .inner .item:nth-child(2) .title_img {
	margin-bottom: -0.2rem;
}
.button {
	width: 90%;
	margin: 0 auto;
	margin-top: 0.3rem;
	display: flex;
}
.button .center_button {
	flex: 1;
	display: flex;
	justify-content: center;
}
.button .center_button img:nth-child(1) {
	margin-right: 0.2rem;
}
.button .center_button img:nth-child(2) {
	margin-left: 0.2rem;
}
.button img {
	height: 0.7rem;
}
.inner .item .text img {
	height: 1.9rem;
	margin: 0.1rem auto;
}
.page7 .inner .item .text img {
	height: 3rem;
}
@media (min-aspect-ratio: 9/16) {
	.logo {
		top: 10.92rem;
	}
	.more-btn {
		top: 10rem;
	}
	.p2-home-btn {
		top: 9.8rem;
	}
	.p2-next-btn {
		top: 10.8rem;
	}
	.swiper-slide .centerContent {
		height: 7.5rem;
	}
	.page1 img.title {
		top: 1.5rem;
		height: 2rem;
	}
	.page1 img.center {
		top: 4.19rem;
		height: 4.27rem;
	}
	.page1 img.bird1 {
		height: 1rem;
		top: 4.8rem;
		left: 1rem;
	}
	.page1 img.bird2 {
		height: 1.85rem;
		top: 6.68rem;
		left: 0.5rem;
	}
	.page1 img.more {
		height: 0.7rem;
	}
	.box {
		height: 9.5rem;
		margin-top: 1rem;
	}
	.button img {
		height: 0.6rem;
	}
}
