.ifam-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 12;
}


@media (max-width:1000px) {
	.c-right{
		display: none;
	}
	.game-box {
		width: 95%;
		height: auto;
		margin: 70px auto 0;
	}


	.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: 0px;
		min-height: 200px;
		box-shadow: 0px 0px 17px -5px #000;
		background-color: #fff;
		color: #000;
		margin-top: 20px;
		border-radius: 8px;
	}

	.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: 15px;
		line-height: 1.5;
		padding-bottom: 10px;

	}
	.main{
		margin: 20px auto !important;
		padding: 20px 0 5px;
		border-radius: 7px;
	}


}

@media (min-width:1000px) {
	.content {
		width: 90%;
		margin: 40px auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: flex-start;
	}
	.c-left{
		width: 100%;
		height: auto;
		border-radius: 7px;
	}
	.c-right{
		width: 100%;
		height: 100px;
		padding: 0;
		border-radius: 7px;
	}

	.g_banner {
		width: 100%;
	}
	.game-box {
		width: 100%;
		height: auto;
		border-radius: 8px;

	}
	
	.game-inner {
		width: 100%;
		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(../image/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: 126px;
		padding: 15px 0;
		text-align: center;
		text-shadow: 1px 1px #505050;
	}

	.g-about {
		width: 100%;
		margin:20px auto;
		border-radius: 0px;
		min-height: 200px;
		box-shadow: 0px 0px 17px -5px #000;
		background-color: #fff;
		color: #000;
		border-radius: 10px;
	}

	.gb-title {
		font-size: 24px;
		text-indent: 1em;
		color: #000;
		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: 100%;
		margin:20px 0;
		padding: 10px 0;
		border-radius: 8px;

	}

	.list1{
		width: 100%;
		padding: 0;
		
	}

	.li-box {
		width: 12%;
	}

	.m-title {
		justify-content: flex-start;
	}

	.mt-left {
		font-size: 25px;
	}
	.list2{
		width: 96%;
		border: 1px solid #e5e6e9;
		border-top: 0px;
		padding: 10px 2%;
		margin-top: -4px;
	}
	.list2 .li-box{
		width: 44%;
		margin-bottom: 30px;
	}

}



