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: 80px;
	height: 80px;
}

.swiper-wrapper .swiper-slide .top-btn {
	position: absolute;
	top: 46px;
	right: 24px;
	z-index: 2;
	width: 210px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 28px;
	border: 2px solid #FFFFFF;
}

.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: 20px;
	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;
}

.bottom-other {
	position: absolute;
	bottom: 80px;
	left: 0;
	z-index: 10;
	width: 100%;
}

.bottom-other .other-top {
	color: #fff;
	font-size: 22px;
	text-align: center;
}

.bottom-other .other-link {
	margin: 30px 230px 0;
	overflow: hidden;
}

.bottom-other .other-link .link {
	margin-right: 40px;
	color: blue;
	font-size: 24px;
	text-decoration: underline;
}

.barrage-box {
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 10;
	margin-top: -50px;
	animation: ani3 25s linear infinite;
	-webkit-animation: ani3 25s linear infinite;
	-moz-animation: ani3 25s linear infinite;
}

@keyframes ani3 {
	0% {
		left: 100%;
	}
	
	100% {
		left: -150%;
	}
}

@-webkit-keyframes ani3 {
	0% {
		left: 100%;
	}
	
	100% {
		left: -150%;
	}
}

@-moz-keyframes ani3 {
	00% {
		left: 100%;
	}
	
	100% {
		left: -150%;
	}
}

.barrage-box .barrage-row {
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

.barrage-box .barrage-row span {
	float: left;
	padding: 0 10px;
	margin-left: 10px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	color: #fff;
	font-size: 18px;
	background: rgb(240, 130, 195);
	border-radius: 16px;
}

.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;
}

.receive-bag {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}

.receive-con {
	position: absolute;
	top: 50%;
	left: 64px;
	width: 622px;
	height: 600px;
	margin-top: -300px;
	background: #FFFFFF;
	border-radius: 24px;
}

.receive-con .receive-img {
	width: 200px;
	height: 200px;
	margin: 32px auto;
	display: block;
}

.receive-con .receive-warn {
	line-height: 48px;
	color: #888;
	font-size: 32px;
	text-align: center;
}

.receive-con .receive-desc {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 24px;
}

.receive-con .receive-desc img {
	width: 28px;
	height: 28px;
}

.receive-con .receive-desc span {
	margin-left: 8px;
	color: #FF6A6E;
	font-size: 24px;
}

.receive-con .receive-btn {
	width: 558px;
	height: 100px;
	margin: 40px auto;
	line-height: 100px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: #FF6A6E;
	border-radius: 50px;
}