.play {
	display: block;
}


@media (max-width:1000px) {
	.game-box {
		width: 95%;
		height: auto;
		margin: 10px auto 0px;
	}
	.l3-text {
		font-size: 14px;
		line-height: 1.5;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 5px 2%;
	}
	.left-box,
	.right-box {
		display: none;
	}

	.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(../images/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: 0px;
		min-height: 200px;
		box-shadow: 0px 0px 17px -5px #000;
		background-color: #ffffff;
		color: #fff;
		margin-top: 20px;
		border-radius: 10px;
	}

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

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

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

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

	.main {
		background-color: #fff;
		border-radius: 8px;
	}

	.list1 {
		width: 95%;
		margin: auto;
	}

	.l1-box {
		/* background-color: #f0f0f0; */
	}
}

@media (min-width:1000px) {
	.content {
		width: 70%;
		margin: 20px auto 40px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	.l3-box{
		
		margin-bottom: 10px;
	}
	.l3-img {
		height: 120px;
	}

	.l3-text {
		font-size: 14px;
		line-height: 1.5;
		font-weight: 600;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 5px 2%;
	}
	.list1 .l3-box{
		width: 17%;
	}
	.left-box,
	.right-box {
		width: 12%;
		/* background-color: #fff; */
		border-radius: 7px;
	}

	.game-box {
		width: 78%;
		height: 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: 600px;
		position: relative;
		overflow: hidden;
		border-radius: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.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: relative;
		width: 80%;
		height: 80%;
		z-index: 10;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 20px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	}

	.play {
		width: 200px;
		height: 200px;
		margin: 10% auto 0;
		position: relative;
		border-radius: 8px;
		border-radius: 100%;
		/* overflow: hidden; */
		box-shadow: 0px 0px 17px -5px #000;

	}

	.gl-mb:hover {
		box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0, 0, 0, .4);
	}

	.play img {
		width: 100%;
		height: 100%;
		border-radius: 100%;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
		transition: all linear 0.2s;
		/* border-radius: 8px; */
	}

	.play img:hover {
		transform: scale(1.1);
		box-shadow: -2px -2px 10px 1px #ffffff, 10px 20px 21px rgba(0, 0, 0, .4);
	}


	.play-btn {
		position: absolute;
		bottom: -80px;
		width: 90%;
		transition: all .2s;
		line-height: 50px;
		border-radius: 20px;
		text-align: center;
		font-size: 20px;
		text-shadow: 1px 1px #505050;
		color: #fff;
		text-transform: uppercase;
		left: 0;
		right: 0;
		margin: auto;
		text-indent: 1.5em;
		/* 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+ */
		transition: all linear 0.3s;

	}

	.play-btn::after {
		content: "";
		position: absolute;
		height: 15px;
		width: 15px;
		background-image: url(../images/left.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		top: 18px;
		left: 10%;

	}

	.play-btn:hover {
		transform: scale(1.2);
	}

	.play-btn:hover::after {
		animation: wgKnock .3s infinite;
	}

	@keyframes wgKnock {
		0% {
			left: 13%;
		}

		100% {
			left: 8%;
		}
	}

	.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: #ffffff;
		color: #fff;
		margin-top: 20px;
		border-radius: 10px;
	}

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

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

	.main {
		width: 70%;
		margin: 0 auto 20px;

		border-radius: 5px;
		border-radius: 10px;
		box-shadow: 0px 0px 17px -5px #000;
	}

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

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

	.left-box .l1-box,
	.right-box .l1-box {
		width: 100%;
		border-radius: 8px;
		display: block;
	}

	.left-box .l1-text,
	.right-box .l1-text {
		padding: 5px;
	}

	.left-box .l1-text>.play-data,
	.right-box .l1-text>.play-data {
		display: none;
	}

	.left-box .l1-box:hover img,
	.right-box .l1-box:hover img {
		transform: scale(1.0);
	}

	.list1 {
		width: 95%;
		margin: auto;
	}

	.l1-box {
		width: 12%;

	}
	.main{
		background-color: #fff;
	}
}