* {
	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: SourceHanSansCN-Regular;
	font-size: 0.28rem;
	color: #000000;
	text-align: justify;
}
.page {
	background: url(../img/cover02.jpg) no-repeat;
	background-size: 100% 100%;
}
.page1 {
	background: url(../img/cover01.jpg) no-repeat;
	background-size: 100% 100%;
}
.page1 > img {
	width: 1.1rem;
	position: absolute;
}
.page1 > img:nth-child(1) {
	width: 1.1rem;
	left: 0.72rem;
	top: 7.2rem;
}
.page1 > img:nth-child(2) {
	width: 1.1rem;
	left: 2.17rem;
	top: 7.6rem;
}
.page1 > img:nth-child(3) {
	width: 1.5rem;
	right: 1.5rem;
	top: 8.5rem;
}
.page1 > img:nth-child(4) {
	width: 1.5rem;
	right: 0.4rem;
	top: 9.4rem;
}
.page1 > img:nth-child(5) {
	width: 1.5rem;
	right: 1.5rem;
	top: 10.37rem;
}
.text {
	width: 6.07rem;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 0.3rem;
	padding: 0.27rem;
	height: 3.14rem;
	overflow-y: auto;
}
.text .item {
	display: none;
}
.text .item.active {
	display: block;
}
.title {
	width: 6.2rem;
	margin-left: 0.32rem;
	margin-top: 0.78rem;
}
nav {
	width: 4.6rem;
	margin: 0 auto;
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
nav img {
	width: calc(33.33% - 0.1rem);
}
.coverImg {
	width: 6.07rem;
	margin: 0 auto;
	margin-top: 0.25rem;

	display: flex;
	justify-content: space-between;
}
.coverImg img {
	width: calc(50% - 0.1rem);
}
.page3 .title {
	width: 5.3rem;
}
.content {
	padding: 0.1rem;
	position: relative;
	border-radius: 0.3rem;
	width: 80%;
	margin: 0 auto;
	margin-top: 0.74rem;
	background-color: #fff;

	height: 4.78rem;
}
.content .inner {
	margin: 0.2rem;
	height: 4.4rem;
	overflow-y: auto;
}
.content > img {
	position: absolute;
	height: 1rem;
	top: 0;
	left: 0;
	transform: translateY(-80%);
}
.page3 .content > img{
    height: 0.64rem;
}
.content .orgeng {
	color: #f65627;
}
.content .blue {
	color: #277ff6;
}
.ExhibitionPictures img {
	width: 5.16rem;
	margin: 0 auto;
	margin-top: 0.35rem;
}
.button {
	width: 2.36rem;
	display: flex;
	justify-content: space-between;
	margin: 0.63rem 0.54rem auto auto;
}
.button > img {
	width: 1.02rem;
}
@media (min-aspect-ratio: 9/16) {
	.page1 > img:nth-child(1) {
		width: 0.8rem;
	}
	.page1 > img:nth-child(2) {
		width: 0.8rem;
		left: 2rem;
	}
	.page1 > img:nth-child(3) {
		width: 1.5rem;
		right: 1.6rem;
		top: 8rem;
	}
	.page1 > img:nth-child(4) {
		width: 1.5rem;
		right: 0.3rem;
		top: 9.2rem;
	}
	.coverImg {
		margin-top: 0rem;
	}
	.ExhibitionPictures img {
		margin-top: 0.1rem;
	}
	.title {
		margin-top: 0.2rem;
	}
	.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;
	}
}
