html {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}
.container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: url(../images/index/bg.png) no-repeat;
	background-size: 100% 100%;
	
}

.normal {
	/* display: none; */
	position: absolute;
	left: 5.3333vw;

	width: 22.4vw;
	height: 16vw;
	top: 110vw;
}
.free {
	display: none;
	position: absolute;

	left: 5.3333vw;

	width: 22.4vw;
	height: 16vw;
	top: 110vw;
}

.cloud{
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;

}
.left-cloud {
	position: absolute;
	top: 20vw;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.right-cloud {
	z-index: 1;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	height: 100%;
}
.word {
	position: relative;

	top: 13.3333vw;
	left: 24vw;
}
#language_one {
	left: 0;
}
#language_two {
	left: 10vw;
}
#language_three {
	left: 20vw;
}
#language_flour {
	left: 30vw;
}
#language_five {
	left: 40vw;
}
#language_one,
#language_two,
#language_three,
#language_flour,
#language_five {
	position: absolute;
	top: 0;
	width: 6vw;

	height: auto;
}
#seal {
	position: absolute;
	left: 50vw;
	top: 14.1333vw;
	width: 4vw;
	height: 8.2667vw;
}

.point {
	position: absolute;
	top: 82vw;
	left: 62vw;}
	/* width: 13.3333vw;
height: 13.3333vw;
background: 


/* 背景音乐 */
#music1{
	display: none;
}

/* 主页面 */
.main{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/index/main.jpg) no-repeat;
	background-size:100% 100%;
	z-index: -1; 
	opacity:0
}
.main a{
	display: block;
	position: relative;
	top: -1000px;
	left: 50%;
	transform: translate(-50%,-50%);

	width: 40vw;
	height: 11.7333vw;
	
}
.main img{
	width: 40vw;
	height: 11.7333vw;

}