* {
	padding: 0;
	margin: 0;
}

li {
	list-style: none
}

img {
	vertical-align: top;
	border: none
}

a {
	text-decoration: none;
	color: #e5e5e5;
}

/* 导航栏 nav 样式 */
body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}

.nav {
	background-image: url(../images/navbg.png);
	width: 675px;
	height: 67px;
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	display: flex;
	justify-content: space-between;
	z-index: 99;
}

.iconAndText {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
}

.iconAndText img {
	margin-left: 80px;
	width: 65px;
}

.iconAndText span {
	margin-left: 10px;
	color: white;
	font-size: 20px;
}

.navgation ul {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 18px;
	color: white;
	margin-right: 30px;
}

.navgation ul li a:hover {
	cursor: pointer;
	text-shadow: 0 0 3px white;
}

.navgation ul li {
	margin-right: 25px;
	height: 100%;
	line-height: 67px;
}

.navgation ul li a {
	color: white;
}

/* 导航栏 nav 样式end */

.FP {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url(../images/FirstPage.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.logoAndTitle img:first-child {
	margin-top: 60px;
	margin-left: 60px;

}

.prospect {
	position: absolute;
	z-index: 999;
	pointer-events: none;
	top: 260px;
}

.downloadBtn {
	display: flex;
	width: 600px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	justify-content: space-between;
	bottom: 28px;
}

.downloadBtn img {}

.logoAndTitle img:last-child {
	position: absolute;
	bottom: 127px;
	left: 0;
	right: 0;
	margin: auto;
}

.langSelector {
	opacity: 0;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
	width: 119px;
	height: 206px;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	right: 31px;
	top: 67px;
	z-index: -1;
}

.langSelector a:not(:last-child) {
	border-bottom: 1px solid white;
	padding-bottom: 8px;
}

.langSelector a:first-child {
	transform: translateY(7px);
}

.langSelector a:last-child {
	transform: translateY(-7px);
}

.langSelector a:hover {
	text-shadow: 0 0 3px white;
	;
}

.langSelector.show {
	animation: popint .4s forwards;
}

.langSelector.unshow {
	pointer-events: none;
	animation: popout .4s forwards;
}

@keyframes popint {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

	100% {
		opacity: 1;
		transform: translateY(0rem);
	}
}

@keyframes popout {
	0% {
		opacity: 1;
		transform: translateY(0rem);
	}

	100% {
		opacity: 0;
		transform: translateY(-10px);
	}
}

.SP {
	position: relative;
	width: 100vw;
	height: 1080px;
	background-image: url(../images/SecondPage.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 420px;
}

.SP .swiper-wrapper {
	margin: auto;
}

.swiper-slide {
	opacity: 0;
	transition: all .6s;
}

.swiper-slide-prev,
.swiper-slide-active,
.swiper-slide-next {
	opacity: 1;
}

.feartureSwpier {
	width: 1200px;
	height: 800px;
	margin: auto;
}

.swiper-slide img {

	margin: 15px 0;
	width: 400px;
	height: auto;
	border-radius: 15px;
	outline: 15px white solid;
	box-sizing: border-box;
}

.arrows {
	position: absolute;
	top: 786px;
	left: 0;
	right: 0;
	z-index: 99;
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.gameFeatureTitle {
	position: absolute;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
}

.arrows img:hover {
	cursor: pointer;
}

.mypaination {
	height: 100px;
	position: relative;
	margin: auto;
	left: 0;
	right: 0;
}

.mypaination .swiper-pagination-bullet:not(:last-child)::after {
	content: '';
	width: 27px;
	height: 18px;
	position: absolute;
	bottom: 7px;
	right: -37px;
	background-image: url(../images/pagination_between.png);
}

.mypaination .swiper-pagination-bullet:not(:last-child) {
	position: relative;
	margin-right: 45px;
}

.mypaination .swiper-pagination-bullet {
	background-image: url(../images/pagination.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 1;
	width: 32px;
	height: 32px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0);
}

.mypaination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-image: url(../images/pagination_active.png);
	background-size: 46px 67px;
	width: 50px;
	height: 70px;

}

/* 第二页样式结束 */
.foot {
	position: relative;
	width: 100%;
	height: 153px;
	background-color: black;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10px;
}

/* 加载样式 */
.loadingSyn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: white;
	display: none;
}


.lang_privacy {
	position: absolute;
	bottom: 40px;
	font-size: 19px;
	text-align: center;
	transform: translate(100px, 0);
}

.lang_privacy:hover {
	cursor: pointer;
	text-shadow: 0 0 3px white;
}