.container{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	padding-top: 2.75vw;
}

.lnuLogoTop{
	width: 26.92708vw;
	margin: 0 auto;
	height: 10.72916vw;
	margin-bottom: 1.30208vw;
}

.indexContent{
	width: 100%;
	z-index: 2;
}

.loadConatiner {
	width: 100%;
	height: 17.13541vw;
	background: url(../img/bg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
	margin-top: -1.3vw;
	/* z-index: -1; */
	padding-top: 4.4vw;
	box-sizing: border-box;
	position: relative;
}

.progressSection {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* display: none; */
}

.enterButton {
	width: 9.0625vw;
	height: 2.60416vw;
	margin-bottom: 3.38541vw;
	display: none;
	cursor: pointer;
}

.loadConatiner span{
	font-size: 0.83333vw;
	color: #000;
	margin-bottom: 1.14583vw;
}

.loadConatiner .loadLine{
	width: 16.04166vw;
	height: 0.15625vw;
	background-color: #fff;
	border-radius: 0.10416vw;
	position: relative;
	overflow: hidden;
	margin-bottom: 3.38541vw;
}

.loadConatiner .loadLine .progress{
	background-color: #EE351C;
	height: 100%;
}

.lnuLogoBottom {
	width: 18.07291vw;
	height: 3.75vw;
	margin: 0 auto;
}