* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: 100%;
}

.app {
	overflow: hidden;
}

.container {
	position: absolute;
	z-index: 9;
	width: 100vw;
	height: 100vh;
	padding: 2.5vw;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header {
	display: flex;
	justify-content: space-between;
}

.header .logo {
	margin-left: 42px;
	width: 285px;
}

.header .contact-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}

.header .contact-container img {
	height: 3vw;
	margin-left: 1vw;
}

.donwload {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qrcode {
	width: 200px;
	height: 200px;
	background-size: cover;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	margin-right: 20px;

	img {
		width: 100%;
		height: 100%;
	}
}

.donwload_btn {
	width: 210px;
	height: 70px;
	margin: 10px 0;
}

.donwload_btn img {
	width: 100%;
}

.txt {
	width: 462px;
}

.fullpage {
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

.fp-watermark {
	display: none;
}

.section {
	background: url(../images/bg.js)center no-repeat;
}

.inner {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}

.inner .left {
	margin-top: -100px;
	width: 50%;
	display: flex;
	justify-content: center;
	img {
		width: auto;
		height: 350px;
	}
}

.inner .right {
	margin-top: 100px;
	/* height: 860px; */
	width: 50%;
	display: flex;
	justify-content: center;
	img {
		width: auto;
		height: 860px;
	}
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	background-color: #fff;
}