.play {
	display: block;
}

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


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

	.gn-left {
		width: 100%;
		height: 550px;
		position: relative;
		overflow: hidden;
		box-shadow: 0px 0px 17px -5px #000;
		border-radius: 7px;
	}

	.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: 7px;
		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: 180px;
		height: 180px;
		margin: 30% auto 0;
		position: relative;
		border: 2px solid #fff;
		border-radius: 100%;

	}

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

	.play-btn {
		position: absolute;
		bottom: -70px;
		width: 100%;
		box-shadow: 0px 0px 17px -5px #000;
		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: #7F7FD5;
		background: #acb6e5;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #86fde8, #acb6e5);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

	.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 {
		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;
	}

	.g-about {
		width: 100%;
		margin: auto;
		border-radius: 4px;
		min-height: 200px;
		box-shadow: 0px 0px 17px -5px #000;
		background-color: rgba(63, 89, 142, 0.7);
		color: #fff;
		margin-top: 20px;
	}

	.gb-title {
		font-size: 20px;
		text-indent: 1em;
		line-height: 2.0;
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.g-about p {
		width: 95%;
		margin: 10px auto;
		font-size: 16px;
		line-height: 1.5;
		padding-bottom: 10px;
	}

	.m-title {
		justify-content: flex-start;
	}

	.mt-left {
		font-size: 20px;
	}
}

@media (min-width:1000px) {

	.game-box {
		width: 85%;
		height: auto;
		margin: auto;
		border-radius: 8px;

	}

	.game-inner {
		width: 90%;
		margin: auto;
		background-color: #434343;
		border-radius: 8px;
		box-shadow: 0px 0px 17px -5px #000;
	}

	.gn-left {
		width: 100%;
		height: 650px;
		position: relative;
		overflow: hidden;
		border-radius: 8px;
	}

	.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: 8px;
		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: 200px;
		height: 200px;
		margin: 15% auto 0;
		position: relative;
		border: 2px solid #fff;
		border-radius: 8px;
		border-radius: 100%;
		box-shadow: 0px 0px 17px -5px #000;
	}

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

	.play-btn {
		position: absolute;
		bottom: -80px;
		width: 90%;
		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: #7F7FD5;
		box-shadow: 0px 0px 17px -5px #000;
		background: #acb6e5;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #86fde8, #acb6e5);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

	.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 {
		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;
	}

	.g-about {
		width: 90%;
		margin: auto;
		border-radius: 0px;
		min-height: 200px;
		box-shadow: 0px 0px 17px -5px #000;
		background-color: rgba(63, 89, 142, 0.4);
		color: #fff;
		margin-top: 20px;
	}

	.gb-title {
		font-size: 24px;
		text-indent: 1em;
		/* text-align: center; */
		line-height: 2.0;
		border-bottom: 1px solid rgba(0, 0, 0, .2)
	}

	.g-about p {
		width: 98%;
		margin: 10px auto;
		font-size: 18px;
		line-height: 1.5;
	}

	.main {
		width: 75%;
		margin: 0 auto 20px;
		background-color: rgba(63, 89, 142, 0.4);
		padding: 0 1%;
		border-radius: 5px;
		box-shadow: 0px 0px 17px -5px #000;
	}

	.m-title {
		justify-content: flex-start;
	}

	.mt-left {
		font-size: 25px;
		text-indent: 1em;
	}

	.cl-box {
		width: 11%;
		margin: 0 22px 20px 0;
	}
	.cl-box:nth-of-type(8n){
		margin-right: 0px;
	}
	.cl-box:nth-of-type(9n){
		margin-right: 20px;
	}
}

.mt-left {
	color: #fff;
}