body{
	margin: 0;
	padding: 0;
	background-color: #000;
}
.bgm{
	display: none;
}

.bg_box{
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
}

.bg_box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.box_game{
	position: fixed;
	overflow: hidden;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	height: 270px;
	margin-top: -135px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 2;
	border-radius: 10px;
	box-sizing: border-box;
	display: block;
}

.box_games{
	position: fixed;
	overflow: hidden;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	height: 315px;
	margin-top: -157.5px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 2;
	border-radius: 10px;
	box-sizing: border-box;
	display: none;
}

.box_game_ban{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #e2e2e2;
}

.box_game_lebx{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px;
}

.box_game_lebx_s1{
	width: 100%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	border-bottom: 1px solid #ececec;
	overflow: hidden;
}

.box_game_lebx_s1 input{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	outline: none;
	border: 0;
}

.box_game_lebx_tab{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}

.box_game_lebx_tab_s1{
	width: 50%;
	float: left;
	color: #aa0000;
}

.box_game_lebx_tab_s2{
	width: 50%;
	float: left;
	text-align: right;
	color: #00aa7f;
}

.box_game_lebx_bnt{
	width: 50%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 25%;
	margin-top: 15px;
	background-color: #aa0000;
	color: #fff;
	border-radius: 4px;
}

.box_game_tips{
	position: fixed;
	overflow: hidden;
	top: 50%;
	width: 300px;
	margin-left: -150px;
	left: 50%;
	height: 230px;
	margin-top: -115px;
	background-color: rgba(255, 255, 255, 1);
	z-index: 10;
	border-radius: 10px;
	box-sizing: border-box;
	display: none;
}

.box_game_lebx p{
	text-align: justify;
	text-indent: 2rem;
	font-size: 14px;
	line-height: 20px;
}

.box_game_tips_cos{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 28px;
	height: 28px;
	overflow: hidden;
}