#fullpage {
	position: relative;
	overflow: hidden;
}
#menu{
	background-color: rgba(255,255,255,0.00);
	position: relative;
}
/*.footer{
	display: flex;
}*/
.page {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 300;
}
#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-image: url('../images/service-newmedia/page-1-bg.jpg');
}
.page.two {
	background-image: url('../images/service-newmedia/page-2-bg.jpg');
}
.page.three {
	background-image: url('../images/service-newmedia/page-3-bg.jpg');
}
.page.four {
	background-image: url('../images/service-newmedia/page-4-bg.jpg');
}
.page.five {
	background-image: url('../images/service-newmedia/page-5-bg.jpg');
}
.page.six {
	background-image: url('../images/service-newmedia/page-6-bg.jpg');
}
.page.one .text-left {
	position: absolute;
	left: 0.5rem;
	top: 4rem; 
	color: #fff;
	z-index: 10;
}
/*.page.one .text-left2 {
	margin-top: 50px;
}*/
.page.one .heart {
	width: 1rem;
	position: absolute;
	top: -0.1rem;
	left: 4.5rem;
	--animate-delay: 0.8s;
}
.page.one .heart img {
	display: block;
	width: 100%;
}
.page.one .img1 {
	position: absolute;
	width: 70vw;
	left: 0.6rem;
	bottom: 10vh;
}
.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:48vw bottom;
	background-size: 75%;
	/*left: 65vw;*/
}
.page.two .text-wrap2 {
	color: #fff;
	padding: 15% 0 0 8vw;
	
}
.page.two .text-wrap {
	color: #fff;
	position: absolute;
	bottom: 8%;
	left: 8vw;
	
}
.page.two .img1 {
	width: 80%;
	position: absolute;
	right: 15%;
	top:25%;
}
.page.two .list {
	display: flex;
	padding-right: 8vw;
}
.page.two .list .list-item {
	text-align: left;
	
}
.page.two .list .list-item .icon {
	margin-bottom: 0.2rem;
	width: 60%;
	height: auto;
	
}
.page.two .list .list-item .name {
	font-size: 0.3rem;
}
.page.three .text-wrap2 {
	color: #fff;
	padding: 15% 0 0 8vw;
}
.page.three .text-wrap {
	color: #fff;
	position: absolute;
	bottom: 8%;
	left: 8vw;
}
.page.three .img1 {
	width: 100%;
	position: absolute;
	
	top:25%;
}
.page.four .img1 {
	width: 100%;
	position: absolute;
	right: 10%;
	top:30%;
}
.page.four .text-wrap2 {
	color: #000;
	padding: 15% 0 0 8vw;
	
}
.page.four .text-wrap {
	color: #000;
	position: absolute;
	bottom: 9%;
	left: 8vw;
	
}
.page.five .img1 {
	position: absolute;
	width: 140vw;
	left: 0;
	bottom: 0;
}
.page.five .text-wrap {
	color: #fff;
	position: absolute;
	padding: 15% 0 0 8vw;
}
.page.six .img1 {
	width: 100%;
	position: absolute;
	right: 0;
	top:30%;
}
.page.six .text-wrap2 {
	color: #000;
	padding: 15% 0 0 8vw;
	
}
.page.six .text-wrap {
	color: #000;
	position: absolute;
	bottom: 9%;
	left: 8vw;
	
}
.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;
}
.page.six .text-wrap.leave, .page.six .img1.leave {
	opacity: 0;
}
.leave {
	opacity: 0;
}
