html,body{
	width:100%;
	height:100%;
}
body{
	background-color:rgba(0,0,0,.8);
}
.boxsizing{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.t_ellipsis{
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
}
.modal-body{
	word-break:break-all;
}
.waitbg,.waitbg2,.loadgamebg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	display:none;
	z-index:1061;
}
.waittxt,.waittxt2,.loadgametxt{
	position:fixed;
	width:300px;
	font-size:2rem;
	height:50px;
	line-height:50px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-150px;
	margin-top:-25px;
	color:#fff;
	display:none;
	z-index:1062;
}
.loadgametxt{
	border:1px solid #fff;
	height:180px;
	margin-top:-90px;
	background-color:rgba(0,0,0,.8);
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
.gamebox{
	height:100%;
	width:100%;
	max-width:576px;
	margin:0 auto;
	overflow-y:auto;
}
.changedevice{
	display:none;
}
.cdbg{
	position:fixed;
	left:0;
	top:0;
	background-color:rgba(0,0,0,.95);
	width:100%;
	height:100%;
	z-index:1100;
}
.cdmain{
	position:fixed;
	left:5%;
	top:5%;
	background-color:#fff;
	width:90%;
	height:90%;
	z-index:1101;
	padding:.5rem;
	border:5px solid #ff0000;
}