.play {
	display: block;
}


@media (max-width:1000px) {
	.game-box {
		width: 95%;
		height: auto;
		margin: auto;
	}

	.g-name {
		width: 100%;
		font-size: 25px;
		font-weight: 600;
		color: #73F3F9;
		margin: auto;
		line-height: 2;
	}

	.game-inner {
		width: 100%;
		margin: auto;
	}

	.gn-left {
		width: 100%;
		height: 450px;
		position: relative;
		overflow: hidden;
	}

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

	.gl-mb {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.4);

	}

	.play {
		width: 280px;
		height: 200px;
		margin: 10% auto 0;
		position: relative;
		border: 5px solid #fff;
		border-radius: 8px;
	}

	.play img {
		width: 100%;
		height: 100%;
		border-radius: 8px;
	}

	.play-btn {
		position: absolute;
		bottom: -50px;
		width: 68%;
		transition: all .2s;
		line-height: 50px;
		border-radius: 8px;
		text-align: center;
		font-size: 23px;
		text-shadow: 1px 1px #505050;
		color: #fff;
		text-transform: uppercase;
		left: 0;
		right: 0;
		margin: auto;
		border: 3px solid #fff;
		overflow: hidden;
		background: linear-gradient(#f94f4a, #bf302c)
	}

	.play-btn::after {
		content: "";
		position: absolute;
		height: 33px;
		width: 25px;
		background-image: url(../image/right.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		top: 10px;
		right: -21px;
	}

	.g-title {
		width: 100%;
		background: linear-gradient(90deg, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0));
		color: #fff;
		font-size: 23px;
		font-weight: 700;
		letter-spacing: -1px;
		margin-top: 120px;
		padding: 15px 0;
		text-align: center;
		text-shadow: 1px 1px #505050;
	}
}

@media (min-width:1000px) {
	.game-box {
		width: 100%;
		height: auto;
		margin: auto;
	}

	.g-name {
		width: 100%;
		font-size: 30px;
		font-weight: 600;
		color: #73F3F9;
		margin: auto;
		line-height: 2;
	}

	.game-inner {
		width: 75%;
		margin: auto;
	}

	.gn-left {
		width: 100%;
		height: 550px;
		position: relative;
		overflow: hidden;
	}

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

	.gl-mb {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.4);

	}

	.play {
		width: 280px;
		height: 200px;
		margin: 10% auto 0;
		position: relative;
		border: 5px solid #fff;
		border-radius: 8px;
	}

	.play img {
		width: 100%;
		height: 100%;
		/* border-radius: 8px; */
	}

	.play-btn {
		position: absolute;
		bottom: -50px;
		width: 68%;
		transition: all .2s;
		line-height: 50px;
		border-radius: 8px;
		text-align: center;
		font-size: 23px;
		text-shadow: 1px 1px #505050;
		color: #fff;
		text-transform: uppercase;
		left: 0;
		right: 0;
		margin: auto;
		border: 3px solid #fff;
		overflow: hidden;
		background: linear-gradient(#f94f4a, #bf302c)
	}

	.play-btn::after {
		content: "";
		position: absolute;
		height: 33px;
		width: 25px;
		background-image: url(../image/right.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		top: 10px;
		right: -21px;
	}		

	.play-btn:hover {
		background: linear-gradient(#bf302c, #bf302c);
		padding-right: 30px;
	}

	.play-btn:hover::after {
		right: 25px;
	}

	.g-title {
		width: 100%;
		background: linear-gradient(90deg, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0));
		color: #fff;
		font-size: 23px;
		font-weight: 700;
		letter-spacing: -1px;
		margin-top: 120px;
		padding: 15px 0;
		text-align: center;
		text-shadow: 1px 1px #505050;
	}
	.list3{
		margin-bottom: 100px;
	}

}