.ifam-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 12;
	border-radius: 10px;
}

.c-box {
	width: 80%;
	padding: 20px 10%;
}

.play {
	display: block;
}

@media (max-width:1000px) {
	.c-box {
		width: 100%;
		padding: 20px 0;
	}

	.game-content {
		width: 95%;
		height: auto;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		margin: 10px auto;

	}


	.gl-box {
		height: 95px;
		flex-direction: column;
		margin-top: 1px;
	}

	.gr-box {
		margin-top: 20px;
		justify-content: space-between;
		align-items: center;
	}

	.gl-box .cl-box {
		width: 37%;
		height: 100%;
		display: block;
		margin-bottom: 15px;
	}

	.gl-box .cl-box:nth-of-type(1) {
		margin-left: 62%;
	}

	.gr-box .cl-box {
		width: 49%;
		height: 130px;
		display: block;
	}

	.game-box {
		width: 100%;
		height: 500px;
		padding: 1% 1.5%;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0px 5px 10px gray;
		overflow: hidden;
	}

	.game-banner {
		width: 100%;
		height: 87%;
		border-radius: 10px;
		position: relative;
		overflow: hidden;
	}

	.g-bg {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		filter: blur(15px);
		border-radius: 10px;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	.g-mb {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 11;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.game-bottom {
		width: 100%;
		height: 55px;
		margin-top: 10px;
		display: flex;
		align-items: center;
		/* background-color: yellow; */
	}

	.game-bottom img {
		width: 20%;
		height: 100%;
		border-radius: 10px;
		margin-right: 10px;
	}

	.play-box {
		width: 100%;
	}

	.pb-img {
		width: 70px;
		height: 70px;
		border-radius: 100%;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;

	}

	.pb-img img {
		width: 40px;
		height: 40px;
		display: block;
	}

	.play {
		text-align: center;
		line-height: 2.5;
		font-size: 25px;
		font-weight: 600;
		color: #fff;
	}

	.g-text {
		font-size: 17px;
		font-weight: 600;
		color: #4989ff;
	}

	.hot-games {
		width: 95%;
		height: auto;
		margin: auto;
	}

	.hot-top {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hot-top .cl-box {
		width: 30%;
		height: 90px;
		margin-bottom: 10px;
	}

	.g-about {
		width: 96% !important;

	}

}

@media (min-width:1000px) {

	.game-content {
		width: 100%;
		height: auto;
		margin: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 20px auto;

	}

	.game-box {
		width: 80%;
		height: 650px;
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0px 5px 10px gray;
		overflow: hidden;
	}

	.game-banner {
		width: 100%;
		height: 88%;
		border-radius: 10px 10px 0px 0px;
		position: relative;
		overflow: hidden;
	}

	.g-bg {
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		filter: blur(15px);
		border-radius: 10px 10px 0px 0px;
		position: absolute;
		top: 0;
		z-index: 10;
	}

	.g-mb {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		border-radius: 10px 10px 0px 0px;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 11;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.game-bottom {
		width: 98%;
		height: 70px;
		padding: 5px 1%;
		display: flex;
		align-items: center;
		/* background-color: yellow; */
	}

	.game-bottom img {
		width: 7%;
		height: 100%;
		border-radius: 10px;
		margin-right: 10px;
	}

	.play-box {
		width: 100%;
	}

	.pb-img {
		width: 70px;
		height: 70px;
		border-radius: 100%;
		background-color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;

	}

	.pb-img img {
		width: 40px;
		height: 40px;
		display: block;
	}

	.play {
		text-align: center;
		line-height: 2.5;
		font-size: 25px;
		font-weight: 600;
		color: #fff;
	}

	.cl-box {
		width: 100%;
		height: 150px;
		display: block;
		margin-bottom: 15px;
	}

	.gl-box .cl-box:nth-of-type(1) {
		margin-top: 150px;
	}

	.g-text {
		font-size: 17px;
		font-weight: 600;
		color: #4989ff;
	}

	.hot-games {
		width: 80%;
		height: auto;
		margin: auto;
	}

	.hot-top {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hot-top .cl-box {
		width: 11.5%;
		height: 130px;
	}


}

.g-about {
	width: 76%;
	min-height: 200px;
	padding: 10px 2%;
	margin: 20px auto;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
	/* background: rgba(129, 67, 255, .6); */
}

.cl-box:hover .ct-text {
	transform: translateY(-70px);
}

.g-about p {
	opacity: .7;
	color: #002b50;
	line-height: 1.5;
	font-size: 16px;
}

.pb-img {
	animation: playbtn linear 1.4s infinite;
}

.m-title {
	width: 100%;
}

@keyframes playbtn {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1.25);
	}

	100% {
		transform: scale(0.9);
	}
}