* {
	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;
}
.page {
	background: url(../img/cover02.jpg) no-repeat;
	background-size: 100% 100%;
}
.page.page1 {
	background: url(../img/cover01.jpg) no-repeat;
	background-size: 100% 100%;
}

body {
	font-family: '方正粗圆_GBK';
}
.page1 > img {
	position: absolute;
}
.page1 > img:nth-child(1) {
	height: 0.71rem;
	left: 2.7rem;
	top: 1.68rem;
}
.page1 > img:nth-child(2) {
	width: 0.87rem;
	left: 1.68rem;
	top: 1.53rem;
}
.page1 > img:nth-child(3) {
	width: 1.46rem;
	left: 3.22rem;
	top: 2.48rem;
}
.page1 > img:nth-child(4) {
	width: 4.9rem;
	left: 1.35rem;
	top: 3.05rem;
}
.page1 > img:nth-child(5) {
	width: 6.8rem;
	right: 0.2rem;
	top: 4.35rem;
}
.page1 > img:nth-child(6) {
	width: 100%;
	top: 8rem;
}
.goTo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'FZY4K--GBK1-0';
	font-size: 0.42rem;
	color: #ffffff;
	font-weight: 700;
	top: 9.8rem;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 50%;
}

@keyframes anm01 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.1;
	}
	100% {
		opacity: 1;
	}
}
.goTo img {
	height: 0.33rem;
	animation: anm01 linear infinite 2s;
}
.page:nth-child(n + 2) > a img{
	width: 80%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media (min-aspect-ratio: 9/16) {
	.page:nth-child(n + 2) >a img {
        top: 0.3rem;
	}
	.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;
	}
}
