.container .page {
	height: 12.38rem;
	margin: 0;
	padding: 0;
}

.page .content {
	width: 70%;
	margin: 0 auto;
}

/* --------- page1 --------- */
.container .page1 {	
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.container .page1 .bg {
	width: 100%;
}

.container .page1 .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.page1 .title {
	font-size: 0.8rem;
	padding-top: 20%;
	margin-bottom: 0.2rem;
	font-weight: bold;
	letter-spacing: 5px;
}

.page1 .translation {
	font-size: 0.3rem;
}

.page1 .desc {
	font-size: 0.25rem;
	line-height: 1.8;
	width: 70%;
	margin: 0 auto;
	text-align: left;
}

.page1 .line {
	height: 3px;
	width: 1.4rem;
	margin: 0.6rem auto;
	background: #69b0dc;
}

.container .page1 .bg.magnify {
	animation: magnify 5s linear forwards;
}

.page1 .title.fadeIn {
	animation: fadeIn 2s linear forwards;
}

.page1 .desc.fadeInUpBig {
	animation: fadeInUpBig 2s linear forwards;
}

.page1 .line.fadeInUpBig {
	animation: fadeInUpBig 2s linear forwards;
}

.page1 .translation.fadeInUpBig {
	animation: fadeInUpBig 2s linear forwards;
}

/* --------- page2 --------- */
.container .page2 {
	padding-top: 1.2rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 8.1rem;
}

.container .page2 p {
	margin: 0 auto;
	text-align: center;
	color: #727171;
}

.container .page2>.title {
	font-size: 0.6rem;
	font-weight: bold;
	color: #005bac;
}

.container .page2>.desc {
	line-height: 3;
	font-size: 0.25rem;
}


.page2 .content {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 1rem;
	clear: both;
}

.page2 .content .problem {
	width: 25%;
	position: relative;
	float: left;
	vertical-align: middle;
}

.page2 .content .problem .desc {
	line-height: 1.8;
	font-size: 0.32rem;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page2 .content .problem .desc span {
	display: block;
	padding: 0 8%;
}

/* --------- page3 --------- */

.container .pageStyle {
	background-color: #fff;
	padding: 0.8rem 0 1rem 0;
}

.pageStyle p {
	font-size: 0.25rem;
	line-height: 1.8;
	color: #727171;
}

.pageStyle .content {
	width: 70%;
	margin: 0 auto;
}

.pageStyle .content>.title {
	font-size: 0.4rem;
	margin: 0;
	font-weight: bold;
	color: #005bac;
}

.pageStyle .content>.desc {
	font-size: 0.3rem;
	margin: 0;
}

.pageStyle .content .info {
	margin-top: 0.5rem;
}

.pageStyle .content .info p {
	font-size: 0.25rem;
	line-height: 1.8;
}

.pageStyle .content .info p .dot {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.2rem;
	background: #727171;
	border-radius: 50%;

}

.pageStyle .content img {
	display: block;
	width: 80%;
	margin: 0.5rem auto;
}

.container .page3>.title {
	font-size: 0.6rem;
	font-weight: bold;
	color: #005bac;
	text-align: center;
}

.container .page3>.desc {
	font-size: 0.3rem;
	text-align: center;
}

.container .page3 .content img {
	width: 100%;
}

/* --------- page4 --------- */

.container .page4 {
	background-color: #efefef;
	padding-top: 0.1rem;
}

/* --------- page6 --------- */

.container .page5 {
	background-color: #fff;
	padding-top: 0.1rem;
	height: 8rem;
}

.container .page5 .content img {
	/* width: 90%; */
}
