html {
	-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*overflow-x: hidden;*/
  /*overflow-y: scroll;*/
  /*color:#fff;*/
  position: relative;
}

#container div,#container  img,#container  svg,#container  canvas,#container  video,#container  text {
	position: absolute;
}

#container {
	width:100%;
	height:100%;
	background: #000;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	letter-spacing: -0.75px;
	/*transition: all 1s;*/
	transition:all 2s;
	/*max-width: 1024px;*/
	/*max-height: 560px;*/
	max-width: 512px;
	max-height: 280px;
	/*left:50%;
	transform:translate(-50%);*/
	position: absolute;
	left: 0;
	bottom: 0;
	color: white;
	/*transform: translateY(-100%);*/
}

.fs {
	width:1024px;
	height:560px;
	/*width:512px;*/
	/*height:280px;*/
	transition:all 2s;
}



/*#footerbox{*/
/*	width:100%;*/
/*}*/
.famous {
	color: white;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 30px;
	/* font-size: 14px; */
	font-family: cursive;
}

.contener{
	/*background:url(../static/images/1.jpg)no-repeat;background-size:100% 100%;overflow:hidden;*/
}
.close{
	position: absolute;
	top: 20px;
	right: 20px;
	color: white;
	z-index: 9;
	width: 30px;
	height: 30px;
	font-size: 40px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}
#gameStart{
	position:absolute;left: 20px;bottom: 20px;font-size: 30px;cursor: pointer;
}
#downloadImage{
	color: white;
	opacity: 0.6;
	cursor: pointer;
	position: absolute;
	bottom: 25px;
	left: 80px;
}
.allTimes{
	font-family: cursive;
	position: absolute;
	top: 20px;
	left: 20px;
}
.userInfo, .userWithOutInfo{
	position: absolute;
	top: 20px;
	right: 20px;
}


/*body{font-size:12px;font-family:"微软雅黑";color:#666;}*/
/*menu start*/
#menu_text{cursor:pointer;width:200px;background:#fff;box-shadow:1px 1px 30px #ccc;display:none;position:absolute;top:0;left:0;z-index: 2;color: black; }
#menu_text ul li{height:36px;line-height:36px;border-bottom:1px solid #ddd;padding-left:10px;list-style:none;font-size:14px;font-weight:500;}
#menu_text ul li:hover{background:#666;color:#fff;}

.allTimes{color: white;}
.userInfo{color: white;}
