* {
	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%;
}
.page1 > img {
	position: absolute;
}
.page1 > img:nth-child(1) {
	width: 4.6rem;
	left: 0.54rem;
	top: 3.62rem;
	z-index: 2;
}
.page1 > img:nth-child(2) {
	width: 2.91rem;
	right: 0.4rem;
	top: 2.72rem;
}
.page1 > img:nth-child(3) {
	height: 1.27rem;
	left: 0.78rem;
	top: 4.82rem;
}
@keyframes myannimetion {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.page1 > img:nth-child(4) {
	height: 0.71rem;
	left: 0;
	right: 0;
	top: 6.64rem;
	margin: auto;
	animation: myannimetion linear infinite 2s;
}

.title img {
	width: 3.18rem;
	margin: 0 auto;
	margin-top: 0.43rem;
}
.problem {
	border-radius: 0.2rem;
	font-size: 0.35rem;
	font-weight: 700;
	padding: 0.4rem;
	background-color: #d81e5f;
	width: 90%;
	position: relative;
	margin: 0 auto;
	margin-top: 0.2rem;
}
.type2 .problem,
.type3 .problem {
	display: flex;
	justify-items: center;
	justify-content: space-between;
	padding: 0 0.4rem;
	background-color: #eb4c4a;
}
.page.type3 .problem {
	background-color: #0b8a7f;
}
.type2 .problem .Bodybuilding,
.type3 .problem .Bodybuilding {
	height: 1rem;
}
.type2 .problem .equipment,
.type3 .problem .equipment {
	height: 1rem;
}
.type2 .problem .text,
.type3 .problem .text {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.type2 .list {
	height: auto;
	background-color: transparent;
}
.type2 .list .item {
	padding: 0.2rem;
	background-color: #2876e2;
	border-radius: 0.2rem;
	margin: 0.16rem 0;
}
.type2 .list .item .number {
	text-align: center;
}
.type2 .list .item span {
	background: #e64c4a;
	display: inline-block;
	height: 0.42rem;
	width: 0.42rem;
	border-radius: 50%;
	line-height: 0.42rem;
	text-align: center;
	margin-bottom: 0.1rem;
}
.problem .bulb {
	width: 0.79rem;
	position: absolute;
	top: -0.3rem;
	left: -0.3rem;
}
.problem .triangle {
	position: absolute;
	height: 0.4rem;
	bottom: -0.4rem;
	left: 0;
	right: 0;
	margin: auto;
}
.list {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
	margin-top: 0.4rem;
	height: 5.68rem;
	background-color: #6386eb;
	border-radius: 0.2rem;
}
.list .Introduction {
	padding: 0.2rem;
	margin-bottom: 0.1rem;
	background: #3765e6;
	border-radius: 0.2rem;
}
.type3 .list {
	height: auto;
	background-color: #4cb0ad;
}
.type3 .list .Introduction {
	text-align: center;
	background: #159085;
}
.type3 .list .Introduction span {
	display: inline-block;
	width: 0.43rem;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	background-color: #e64c4a;
	border-radius: 50%;
	margin-right: 0.1rem;
}
.list .list_text {
	overflow-y: auto;
	flex: 1;
	padding: 0.2rem;
}
.list .list_text .item {
	margin-bottom: 0.1rem;
}
.button img {
	height: 0.7rem;
	margin: 0.2rem auto;
	animation: myannimetion linear infinite 2s;
}
body {
	text-align: justify;
	font-family: SourceHanSansSC-Normal;
	font-size: 0.3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0rem;
	color: #ffffff;
}
@media (min-aspect-ratio: 9/16) {
	.problem {
		padding: 0.3rem;
	}
	.list {
		height: 5rem;
	}
	.button img {
		height: 0.6rem;
	}
	.page5 .list {
		height: 4rem;
	}
	.type2 .list .item {
		margin: 0.05rem 0;
		padding: 0.08rem 0.2rem;
	}
	.page12 .list .Introduction {
		padding: 0.1rem;
	}
	.page12 .list .list_text {
		padding: 0.1rem;
	}
	.page12.type3 .lastList {
		margin-top: 0.1rem;
	}
	.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;
	}
}
