#fullpage {
	position: relative;
}
.page {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 100;
}
#fp-nav ul li a span, #menu-line, .fp-slidesNav ul li a span {
	background: #fff !important;
	box-shadow: 0px 1px rgba(0, 0, 0, 0.5);
}
.page.one {
	background-color: #00a2cb;
}
.page.two {
	background-image: url('../images/service-app/page-2-bg.jpg');
}
.page.three {
	background-image: url('../images/service-app/page-3-bg.jpg');
}
.page.four {
	background-image: url('../images/service-app/page-4-bg.jpg');
}
.page.five {
	background-image: url('../images/service-app/page-5-bg.jpg');
}
.page.one .text-left {
	position: absolute;
	left: 10.3125vw;
	top: 55%; /*偏移*/
	transform: translateY(-55%);
	color: #fff;
	z-index: 10;
}
/*.page.one .text-left2 {
	margin-top: 50px;
}*/
.page.one .heart {
	width: 6.3vw;
	position: absolute;
	
	top: -4.5vh;
	left: 23vw;
	animation-delay: 0.8s;
}
.page.one .heart img {
	display: block;
	width: 100%;
}
.page.one .img1 {
	position: absolute;
	width: 45vw;
	right: 15vw;
	top: 170px;
}
.page.one .img2 {
	position: absolute;
	width: 100%;
	height: 100%;	
	background-image: url("../images/service-app/page-1-img-3.png");
	background-repeat: no-repeat;
	background-position: 68vw 150px;
	background-size: 45vw;
	/*left: 65vw;*/
}
.page.two .text-wrap {
	color: #fff;
	padding: 0 0 0 8vw;
	
}
.page.two .img1 {
	width: 53.38vw;
	position: absolute;
	right: 5vw;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.page.two .list {
	display: flex;
}
.page.two .list .list-item {
	text-align: center;
	margin-right: 3.5vw;
}
.page.two .list .list-item .icon {
	margin-bottom: 20px;
	width: 3.4vw;
	height: auto;
}
.page.two .list .list-item .name {
	font-size: 0.93vw;
}
.page.three .text-wrap {
	color: #fff;
	padding: 0 0 0 8vw;
}
.page.three .img1 {
	width: 53.38vw;
	position: absolute;
	right: 8vw;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.page.four .img1 {
	position: absolute;
	width: 28vw;
	left: 8vw;
	top: 50%; /*偏移*/
	transform: translateY(-50%);
}
.page.four .text-wrap {
	color: #fff;
	padding-left: 50vw;
	
}
.page.five .img1 {
	position: absolute;
	width: 88vw;
	left: 0;
	bottom: 0;
}
.page.five .text-wrap {
	color: #fff;
	position: absolute;
	right: 15vw;
	top: 16vh;
}
.page.one .text-left2.leave, .page.one .img1.leave, .page.one .img2.leave, .page.one .heart.leave {
	opacity: 0;
}
.page.two .text-wrap.leave, .page.two .img2.leave {
	opacity: 0;
}
.page.three .text-wrap.leave, .page.three .img2.leave {
	opacity: 0;
}
.page.four .text-wrap.leave, .page.four .img2.leave {
	opacity: 0;
}
.page.five .text-wrap.leave, .page.five .img1.leave {
	opacity: 0;
}
.leave {
	opacity: 0;
}
@media screen and (min-height: 600px) and (max-height: 790px) and (min-width: 1200px)and (max-width: 1400px) {
	
.page.one .text-left {
	top: 65%; /*偏移*/
	transform: translateY(-65%);
}
.page.one .img1 {
	position: absolute;
	width: 40vw;
	right: 15vw;
	top: 170px;
}
.page.one .img2 {
	position: absolute;
	width: 100%;
	height: 100%;	
	background-image: url("../images/service-app/page-1-img-3.png");
	background-repeat: no-repeat;
	background-position: 68vw 150px;
	background-size: 40vw;
	/*left: 65vw;*/
}
}