.play {
	display: block;
}

.de_iv_adv {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	/* background-color: #F8F8F8; */
	margin: 20px 0;
}

@media (max-width:1000px) {
	.game-box {
		width: 100%;
		height: auto;
		padding: 15px 0;
		margin: 20px auto;
		/* border-radius: 8px; */
		background-color: #FFFFFF;
		box-shadow: rgb(60 64 89 / 15%) 0px 4px 16px 0px;
		/* padding: 40px; */
		/* display: flex;
		justify-content: space-between; */
	}

	.gleft-box {
		width: 90%;
		height: auto;
		margin: auto;

	}

	.g-box {
		width: 100%;
		height: 450px;
		overflow: hidden;
		position: relative;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}

	.g-banner {
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		filter: blur(10px);
		background-repeat: no-repeat;
		overflow: hidden;
		position: absolute;
		top: 0;
		/* z-index: -1; */
	}

	.game-info {
		width: 80%;
		height: 85%;
		background-color: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 15px gray;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.game-info img {
		width: 200px;
		height: 210px;
		display: block;
		margin: 20px auto 0;
		border-radius: 15px;
	}

	.gf-name {
		width: 90%;
		margin: 15px auto;
		text-align: center;
		color: rgb(72, 72, 72);
		font-weight: bold;
		font-size: 16px;
		/* background-color: pink; */
		line-height: 1.5;


	}

	.play {
		width: 180px;
		line-height: 50px;
		height: 50px;
		text-align: center;
		background-color: #e4001d;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		margin: auto;
		border-radius: 30px;
		transition: all 0.2s linear;
		transform: scale(1.0);
	}

	.game-info:hover {
		box-shadow: 0px 0px 15px gainsboro;
	}

	.play:hover {
		transform: scale(1.15);
		background-color: #aa0015;
	}

	.recommend {
		width: 100%;
		min-height: 250px;
		margin: 20px 0;
		line-height: 1.6;
		font-size: 16px;
		color: gray;

	}

	.recommend span {
		display: block;
		color: #000000;
		font-size: 20px;
		font-weight: 600;
		padding-left: 10px;
		border-left: 3px solid #e20025;
		margin: 10px 0;
	}

	.main {
		width: 95%;
		margin: 0 auto;
	}

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

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

	.m-title {
		width: 90%;
		margin: 20px auto;
	}

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

@media (min-width:1000px) {
	img {
		object-fit: cover;
	}

	.game-box {
		width: 1400px;
		height: auto;
		padding: 15px 0;
		margin: 20px auto;
		border-radius: 8px;
		background-color: #FFFFFF;
		box-shadow: rgb(60 64 89 / 15%) 0px 4px 16px 0px;
		padding: 40px;
		/* display: flex;
		justify-content: space-between; */
	}

	.gleft-box {
		width: 90%;
		height: auto;
		margin: auto;

	}

	.g-box {
		width: 100%;
		height: 600px;
		overflow: hidden;
		position: relative;
		/* display: flex;
		justify-content: center;
		align-items: center; */
	}

	.g-banner {
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
		filter: blur(15px);
		background-repeat: no-repeat;
		overflow: hidden;
		position: absolute;
		top: 0;
		/* z-index: -1; */
	}

	.game-info {
		width: 80%;
		height: 80%;
		background-color: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 15px gray;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 15px;
		left: 0;
		right: 0;
		margin: auto;
	}

	.game-info img {
		width: 200px;
		height: 210px;
		display: block;
		margin: 20px auto 0;
		border-radius: 15px;
	}

	.gf-name {
		width: 60%;
		margin: 15px auto;
		text-align: center;
		color: rgb(72, 72, 72);
		font-weight: bold;
		font-size: 16px;
		/* background-color: pink; */
		line-height: 1.5;


	}

	.play {
		width: 180px;
		line-height: 50px;
		height: 50px;
		text-align: center;
		background-color: #e4001d;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		margin: auto;
		border-radius: 30px;
		transition: all 0.2s linear;
		transform: scale(1.0);
	}

	.game-info:hover {
		box-shadow: 0px 0px 15px gainsboro;
	}

	.play:hover {
		transform: scale(1.15);
		background-color: #aa0015;
	}

	.recommend {
		width: 100%;
		min-height: 180px;
		margin: 20px 0;
		line-height: 1.6;
		font-size: 18px;
		color: gray;

	}

	.recommend span {
		display: block;
		color: #000000;
		font-size: 24px;
		font-weight: 600;
		padding-left: 10px;
		border-left: 3px solid #e20025;
		margin: 15px 0;
	}

	.main {
		width: 95% !important;
		margin: 0 auto;
	}

	.hot-games {
		width: 80%;
		height: auto;
		margin: auto;
	}
	.mt-box{
		margin: 20px auto;
	}
	.hot-top {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.hot-top .cl-box {
		width: 12%;
		height: 140px;
		margin-bottom: 20px;
	}

}