#hall {
	width: 100%;
	height: 100%;
	
	position: relative;
}

#hall .userInfo {
	height: 1.12rem;
	position: absolute;
	z-index: 10;
	width: 100%;
}

#hall .userInfo .userL {
	width: 5.2444rem;
	height: 1.5792rem;
	margin-top: 0.10666667rem;
	margin-left: 0.18666667rem;
	float: left;
	
	position: relative;
}

#hall .userInfo .userImg {
	width: 1.46666667rem;
	height: 1.46666667rem;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 0.05666667rem;
	margin-left: 0.05666667rem;
	float: left;
}

#hall .userInfo .userCards {
	float: left;
	font-size: 0.16rem;
	margin-left: 0.2rem;
	color: #FFFFFF;
	width: 3rem;
	height: 70%;
	padding-top: 0.13333333rem;
	position: absolute;
	top: 0;
	left: 25%;
	right: 0;
	bottom: 0;
	margin: auto;
}

#hall .userInfo .userCards .userNick {
	width: 100%;
	font-size: 0.32rem;
	line-height: 0.5rem;
	height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#hall .userInfo .userCards .userCardNum {
	color: #E5B25F;
	height: 0.5rem;
	line-height: 0.5rem;
	font-size: 0.32rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0.2rem;
	/*background: #0F1418;*/
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

#hall .userInfo img {
	width: 100%;
	height: 100%;
	pointer-events:none;
}

#hall .userInfo .userCards .userCardsImg {
	width: 0.38666667rem;
	height: 0.50666667rem;
	float: left;
}

#hall .userInfo .userR {
	float: right;
	margin-top: 0.18666667rem;
	margin-right: 0.36rem;
	width: 1.14666667rem;
	height: 2.33333333rem;
	
	
}
#hall .hallContent {
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 0.58rem;
	overflow-y: scroll;
	padding-bottom: 2rem;
	padding-top: 2.6rem;
	-webkit-overflow-scrolling: touch;
}

#hall .hallContent .gameItem {
	width: 3.57333333rem;
	height: 4.17333333rem;
	margin-top: 0.16rem;
	position: relative;
}

#hall .hallContent .gameItem:nth-child(2n) {
	float: right;
}
#hall .hallContent .gameItem img{
	pointer-events: none;
}

#hall .hallContent .gameItem .gameImg {
	width: 100%;
	height: 100%;
}

#hall .hallContent .gameItem .neice {
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 50%;
	right: 0;
}

.cover,
.cover2,
#loadToast{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background: #000000;
	opacity: 0.5;
}

.cover2 {
	z-index: 1000;
}
#loadToast
{
	z-index: 9999;
}
.loadImg
{
	width: 2rem;
	height: 2rem;
	background: url(../../images/hall/loading.gif) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.gamePop {
	z-index: 999;
	background: url(../../images/hall/back.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	padding-top: 0.4rem;
	padding-right: 0.72rem;
	padding-bottom: 0.4rem;
	padding-left: 0.72rem;
	max-height: 70%;
	overflow-y: scroll;
	display: none;
	webkit-overflow-scrolling: touch;
}

.popButtom {
	min-height: 3rem;
	animation: sport 0.5s;
	transform: translateY(0px);
	width: 86%;
}

.gamePopItem {
	height: 3.89333333rem;
	width: 3.89333333rem;
	margin-top: 0.4666667rem;
}

.gamePop .gamePopItem:nth-child(1),
.gamePop .gamePopItem:nth-child(2) {
	margin-top: 0;
}

.gamePop .gamePopItem:nth-child(2n) {
	float: right;
}

@keyframes sport {
	0% {
		transform: translateY(500px);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

#preLoader,
#preLoader img {
	width: 0px;
	height: 0px;
	display: none;
}