.clearfix:after{
	clear: both;
	content: '';
	display: table;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
body{
	overflow: hidden;
}
.container{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	padding-top: 10px;
	background: #DA593A;
}
.begin_box{
	width: 100%;
	height: 80vw;
	background: url('../../Img/NumGame/begin.png') no-repeat top center;
	background-size: 320px auto;
	padding-top: 150px;
}
.begin_box div{
	width: 200px;
	height: 180px;
	margin: 0 auto;
}
.game_top_box{
	width: 95%;
	margin: 0 2.5%;
	background: #CB4E38;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
	color: #F8E2AC;
	border-radius: 8px;
}
.game_main_box{
	width: 92.5%;
    margin: 5px 2.5% 0;
    background: #FFF4DE;
    border-radius: 5px;
    padding: 8px 0 4px 2.5%;
    height: 50vh;
    overflow-y: scroll;
}
.game_main_box span{
	background: #FEE7B1;
	width: 9vw;
	height: 9vw;
	display: inline-block;
	margin-right:1vw;
	margin-bottom: 4px;
	float: left;
	line-height: 9vw;
	text-align: center;
	font-size: 5vw;
	color: #fff;
}
/* .game_main_box span.placeholder_span{
	color: #fff;
} */
.game_main_box span.focus_span{
	background-image: url('../../Img/NumGame/ipt.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 80%;
}
.game_main_box span.focus_span.nobg{
	background-image: none;
}
.game_main_box span.true_result{
	background: #19d9a7;
	color: #fff;
}
.game_main_box span.danger{
	background: #fa3400 !important;
	color: #fff;
}
.game_main_box span input{
	width: 9vw;
	height: 9vw;
	border: none;
	outline: none;
	background: #FEE7B1;
	padding: 0;
	text-align: center;
	font-size: 5vw;
}
.game_ipt_box{
	position: fixed;
	width: 100%;
	bottom: 0;
	background: #fff;
}
.game_ipt_top{
	font-size: 14px;
	text-align: center;
	color: #555;
	height: 30px;
	line-height: 30px;
}
.game_ipt{
	width: 100%;
}
.game_ipt ul{
	width: 100%;
}
.game_ipt ul li{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 33.33%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
	color: #000;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #fff;
	float: left;
}
.game_ipt ul li:nth-child(3n){
	border-right: none;
}
.game_ipt ul li.li_none{
	background: #EDEDED;
}