.play{
	display: block;
}
@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: 100%;
		margin: 0 auto;
	}
}

@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;
		
	}

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

	}

	.g-box {
		width: 100%;
		height: 520px;
		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: 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: 200px;
		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: 90%;
		margin: 0 auto;
		display: block;
	}
	.listOne{
		box-shadow: none;
	}
	
}
