
body {
	margin-bottom: 100px;
}

.search-box {
	position: relative;
	margin: 0 auto;
	margin-top: 16px;
	width: 96%;
	height: 32px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #2de523;
	overflow: hidden;
}

.search-input {
	float: left;
	width: 291px;
	height: 32px;
	padding-left: 10px;
	padding-right: 10px;

	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 32px;
	border: 0;
	outline: none;
}

.search-icon-box {
	position: absolute;
	right: 0px;
	width: 32px;
	height: 32px;
	background: #2de523;
}

.search-icon {
	margin: 6px;
	width: 20px;
	height: 20px;
}

#content {
	min-height: 500px;
	overflow: hidden;
}

.game-card {
	width: 46%;
	margin: 2%;
	margin-top: 10px;
	background: #ffffff;
	border-radius: 8px;
	/*border: 1px solid #FF99FF ;*/
	float: left;
	box-shadow: 0 0.02667rem 0.16rem rgba(0, 0, 0, .117647), 0 0.02667rem 0.10667rem rgba(0, 0, 0, .117647);
}

.game-image {
	display: block;
	width: 80%;
	margin: 10%;
	border-radius: 8px;
}

.game-msg-box{
	height: 60px;
	border-radius: 0 0 8px 8px;
}

.game-name {
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 16px;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-category {
	float: left;
	height: 30px;
	padding-left: 10px;
	line-height: 30px;
	font-size: 10px;
	color: #000000;
}

.game-plays {
	float: right;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
	color: #000000;
}

.play-icon {
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	margin-right: 5px;
}