body, html {
	width: 100%;
	height: 100%;
}

#container {
	width: 100%;
	height: 100%;
}

.swiper-container, .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-wrapper .swiper-slide .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.swiper-wrapper .swiper-slide .slide-bg {
	width: 100%;
	height: 100%;
}

.swiper-wrapper .swiper-slide .top {
	position: absolute;
	top: 40px;
	left: 24px;
	z-index: 2;
}

.swiper-wrapper .swiper-slide .top .logo {
	width: 702px;
	height: 97px;
}

.swiper-wrapper .swiper-slide .title1 {
	position: absolute;
	bottom: 322px;
	left: 74px;
	z-index: 2;
	width: 604px;
	height: 88px;
}

.swiper-wrapper .swiper-slide .title3 {
	position: absolute;
	bottom: 316px;
	left: 228px;
	z-index: 2;
	width: 286px;
	height: 44px;
}

.swiper-wrapper .swiper-slide .title2 {
	position: absolute;
	bottom: 388px;
	left: 137px;
	z-index: 2;
	width: 465px;
	height: 60px;
}

.swiper-wrapper .swiper-slide .bottom-download {
	position: absolute;
	bottom: 180px;
	left: 130px;
	z-index: 2;
	width: 490px;
	height: 88px;
}

.swiper-wrapper .swiper-slide .bottom-download img {
	width: 490px;
	height: 88px;
	pointer-events: none;
}

.swiper-wrapper .swiper-slide .bottom-download.download2 {
	bottom: 260px;
}

.swiper-wrapper .swiper-slide .arrow {
	position: absolute;
	bottom: 150px;
	left: 351px;
	z-index: 2;
	width: 48px;
	height: 49px;
	animation: ani1 1.2s ease infinite;
	-webkit-animation: ani1 1.2s ease infinite;
	-moz-animation: ani1 1.2s ease infinite;
}

@keyframes ani1 {
	0% {
		bottom: 150px;
	}
	
	100% {
		bottom: 120px;
	}
}

@-webkit-keyframes ani1 {
	0% {
		bottom: 150px;
	}
	
	100% {
		bottom: 120px;
	}
}

@-moz-keyframes ani1 {
	0% {
		bottom: 150px;
	}
	
	100% {
		bottom: 120px;
	}
}

.swiper-wrapper .swiper-slide .warn {
	position: absolute;
	bottom: 32px;
	left: 0;
	z-index: 1;
	width: 100%;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.swiper-wrapper .swiper-slide .slide-bg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.swiper-wrapper .swiper-slide .img {
	position: absolute;
	top: 133px;
	left: 0;
	z-index: 2;
	width: 750px;
	height: 442px;
}

.ani2 {
  -webkit-animation-name: ani2;
  animation-name: ani2;
}

@keyframes ani2 {
	0% {
		transform: translateY(40px);
		opacity: 0;
	}
	
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes ani2 {
	0% {
		-webkit-transform: translateY(40px);
		opacity: 0;
	}
	
	100% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@-moz-keyframes ani2 {
	0% {
		-moz-transform: translateY(40px);
		opacity: 0;
	}
	
	100% {
		-moz-transform: translateY(0);
		opacity: 1;
	}
}

.website-open {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.website-open .open-warn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}

.ios-open {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.ios-open .warn-box {
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-y: scroll;
}

.ios-open .ios-warn {
	width: 100%;
	display: block;
}