body {
	margin: 0px;
	background-color: #999999;
}

ul {
	padding: 0px;
}

ul li,
a {
	list-style: none;
	text-decoration: none;
}

img {
	border: 0px;
	width: 100%;
}

.header {
	height: 64px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .25);
	background-color: #ffffff;

}

.headerLogo {
	float: left;
}

.headerMenu {
	cursor: pointer;
	float: right;
}

.headerMenu span {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 25px;

}

.navUl {
	float: right;
	color: #ffffff;
	display: flex;
	height: 64px;
	font-size: 0;
}

.navLi {
	position: relative;
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin-left: 32px;
	box-sizing: border-box;
	cursor: pointer;
}

.categoryNav {
	height: 0%;
	display: none;
}

.categoryNav .category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.listsLi {
	width: 30%;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	line-height: 50px;
	box-shadow: 2px 2px 2px 2px #eeeeee;
}

.listsLi a {}

.listsLi img {
	float: left;
	border-radius: 3px;
	margin-right: 8px;
	width: 50px;
	height: 50px;
	margin-left: 3px;
}

#searchGames::placeholder {
	color: black;
	font-size: 15px;
}

.gameDetail {
	margin-top: 100px;
	background: #fff;
	padding: 10px;
}

.gamesBox {
	margin-top: 120px;
}

.gamesUl {
	display: flex;
	flex-direction: row;
	margin-right: -16px;
	flex-wrap: wrap;
}

.gamesLl {
	width: 16.6%;
	margin-top: 20px;
	padding-right: 16px;
	box-sizing: border-box;
}

.gamesLlDiv {
	box-shadow: 0px 2px 9px 1px rgba(0, 52, 75, .2);
	border-radius: 8px;
	overflow: hidden;
}

.gameDescript {
	background-color: #ffffff;
	display: block;
	text-align: center;
}

.leftImg {
	float: left;
	width: 80%;
	text-align: center;
}

.leftImg a {
	display: block;
	margin: 0 auto;
}

.leftImg img {
	width: 300px;
	height: 300px;
	margin-bottom: 20px;
}

.leftDescript {
	float: left;
}

.playNow {
	width: 180px;
	height: 40px;
	background-color: #ff3333;
	border-radius: 4px;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
}

.mainBox {
	margin-top: 100px;
}

.mainBox p {
	color: #444444;
}

.content {
	max-width: 1300px;
	margin: 0 auto;
}

.clearBoth {
	clear: both;
}

.pop_name{
	color:#fff;
}

@media (max-width:1300px) {
	.content {
		width: 92%;
	}

}

@media (min-width:800px) {
	.listsLi {
		width: 30% !important;
	}

	.showNav {
		display: block;
		overflow: hidden;
		animation: 1s 1 showNavFrames;
		height: 259px;
		background-color: #ffffff;
		padding: 5px 10px;
		margin-top: 10px;
		border-radius: 5px;

	}

	@keyframes showNavFrames {
		from {
			height: 0px;
		}

		to {
			height: 210px;
		}
	}
}

@media (min-width:769px) and (max-width:800px) {
	.listsLi {
		width: 45% !important;
	}

	.leftImg,
	.leftDescript {
		float: none;
	}
	.leftImg img {
		width: 400px;
		height: 400px;
	}

	.showNav {
		display: block;
		overflow: hidden;
		animation: 1s 1 showNavFrames;
		height: 270px;
		background-color: #ffffff;
		padding: 5px 10px;
		margin-top: 10px;
		border-radius: 5px;
	}

	@keyframes showNavFrames {
		from {
			height: 0px;
		}

		to {
			height: 270px;
		}
	}
}

@media (min-width:768px) and (max-width:992px) {
	.listsLi {
		width: 100%
	}

	.gamesLl {
		width: 25%;
	}
}

@media (max-width:768px) {
	.listsLi {
		width: 100%;
	}

	.gamesLl {
		width: 50%;
	}
	.leftImg,
	.leftDescript {
		float: none;
	}
	.leftImg img {
		max-width: 400px;
		max-height: 400px;
	}
	footer {
		display: block !important;
	}

	.showNav {
		display: block;
		overflow: hidden;
		animation: 1s 1 showNavFrames;
		height: 505px;
		background-color: #ffffff;
		padding: 5px 10px;
		margin-top: 10px;
		border-radius: 5px;

	}

	@keyframes showNavFrames {
		from {
			height: 0px;
		}

		to {
			height: 450px;
		}
	}
}

#searchGames {
	width: 80%;
	margin: 10px 0px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	background-color: #999999;
	background-clip: padding-box;
	border: 1px solid #6BF8FF;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

footer {
	background-color: #ffffff;
	padding: 20px 0px;
	text-align: center;
}

footer .link a {
	font-weight: 600;
}

footer .company {
	color: #555555;
}

.gamesLl:hover .gamesLlDiv {
	box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, .1);
	transform: translateY(-4px);
	transform: scale(1.1);
}