*{
	padding: 0;
	margin: 0;
}


body{
	background-color: #1C2028;
}
.game_two_item a{
	text-decoration: none;
}

.game_three_item a{
	text-decoration: none;
}
.xingxingdiv{
	width: 100px;
}

.ximg{
		width: 20px;
		height: 20px;
}
.title_div_gq{
	margin-left: 20px;
	display: flex;
}

.title_div_gq h3{
	color: #fff
}
.title_div_gq img{
	margin-top: 15px;
	width: 30px;
	height: 30px;
}



@media screen and (min-width:750px) {


	.game_two_list{

		/* flex:200px; */
		border-radius: 5px;
		/* box-shadow: 0 0 3px gray; */
		font-size: 15px;
		position: relative;
		/* max-width: 300px; */
		/* margin-top: 10px; */
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		padding: 10px 5px;
	}
	.game_two_list_top_img{
		position: relative;
		top: 5px;
	}

	.game_two_list_top_more{
		position: absolute;
		right: 10px;
	}
	.game_two_items{

		margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
justify-content: space-around;
	}
	.game_two_item{
		background-color: #303030;
		/* padding: 10px; */
		/* padding-left: 20px; */
		border-radius: 15px;
		position: relative;
		margin-top: 10px;
		padding-bottom: 60px;
	}
	.game_two_item img{
		width:230px;
		height: 137px;
		border-radius: 10px;
		object-fit: cover;
		/* border:2px white solid;
		box-shadow: 0 0 3px grey; */
	}
	.game_two_item span{
		position: absolute;
		color: black;
	/* 	right:138px; */
		left: 50%;
		transform: translate(-50%,0);
		top:50%;
		max-width:115px;
		margin-top: -25px;
		white-space: initial; text-overflow:ellipsis;
			   display: -webkit-box;
			   -webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				word-break: break-all;
				overflow: hidden;
	}

	.game_two_item div{
		position: absolute;
		left: 50%;
		top:85%;
		transform: translate(-50%,0);
		margin-top: -15px;
background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
box-shadow: 0px 2px 10px 0px rgba(255,34,134,0.4);
		color: white;
		width: 100px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 150px;
	}


	.game_three_list{

		/* flex:200px; */
		border-radius: 5px;
		/* box-shadow: 0 0 3px gray; */
		font-size: 15px;
		position: relative;
		/* max-width: 300px; */
		/* margin-top: 10px; */
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		padding: 10px 5px;
	}
	.game_three_list_top_img{
		position: relative;
		top: 5px;
	}

	.game_three_list_top_more{
		position: absolute;
		right: 10px;
	}
	.game_three_items{

		margin-top: 10px;
	}
	.game_three_item{
		background-color: #303030;
		/* padding: 10px; */
		/* padding-left: 20px; */
		border-radius: 15px;
		position: relative;
		margin-top: 5px;
		padding: 10px;
		width: 355px;
	}
	.game_three_item img{
		width:180px;
		height: 120px;
		border-radius: 10px;
		object-fit: cover;
		/* border:2px white solid;
		box-shadow: 0 0 3px grey; */
	}
	.game_three_item span{
		position: absolute;
		color: #fff;
	/* 	right:138px; */
		left: 56%;
		/* transform: translate(-50%,0); */
		top:40%;
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		max-width:115px;
		margin-top: -25px;
		white-space: initial; text-overflow:ellipsis;
			   display: -webkit-box;
			   -webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				word-break: break-all;
				overflow: hidden;
	}

	.game_three_item div{
		position: absolute;
		left: 75%;
		top:65%;
		transform: translate(-50%,0);
background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
box-shadow: 0px 2px 10px 0px rgba(255,34,134,0.4);
		color: white;
		width: 100px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 150px;
	}
	.game_three_item:hover{
		background: linear-gradient(180deg, #FFC000 0%, #FF6900 100%);
		border-radius: 10px;
	}
	.game_three_item:hover div{
		background: #1C2028;
	}

	/* pc菜单样式 */
	.pc_top_menu_list{
		justify-content: center;
		display: flex;
		overflow-x: auto;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.pc_top_menu_item{

		text-align: center;
		width: 120px;
		height: 32px;
		line-height: 32px;
		color: white;
		border-radius: 15px;
		background-color: #BAC7F7;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pc_top_menu_item a{
		color: white;
		text-decoration: none;

	}

	.pc_top_menu_item:hover{
		background-image:linear-gradient(to right,#589CF0,#556CE8) ;
	}

	#top_menu_pc::-webkit-scrollbar {/*滚动条整体样式*/
	    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	    height: 10px;
	}
	#top_menu_pc::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	        border-radius: 10px;
	background-color: #E0E4FE;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	    }
	#top_menu_pc::-webkit-scrollbar-track {/*滚动条里面轨道*/
	        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	        /*border-radius: 10px;*/
	        background: #EDEDED;
	    }


	.banner_title{

		padding-left: 10px;
	}


	.HotGames{
		margin-top: 20px;
		margin-left: 10px;

	}




	.ad_top_div{
		display: none;
	}


	/* 顶部样式 */
	.pc_top_div{
		height: 90px;
		background-color: #303030;
		position: relative;
	}


	.pc_menu_btn{
		z-index: 99999;
		position: absolute;
		top:34px;
		left: 25%;
		cursor: pointer;
	}

	.pc_logo_div{
		position: absolute;
		top: 50%;
		left: 50%;
		    transform: translate(-50%, -50%);
	}

	.pc_logo_div img{
		margin-top: 15px;
	/*	height: 20px; */
max-width: 180px;
    max-height: 30px;
	}
	/* 搜索 */
	.pc_serch_div{
		position: absolute;
		top:32px;
		right: 12%;
	}
	.pc_serch_div input{
		width: 190px;
		height: 30px;
		background-color: #F6F6F6;
		border-radius: 20px;
		border: none;
		outline: none;
		color: black;
		text-indent: 1em;
	}



	.pc_serch_div input::-webkit-input-placeholder {
	    /* 修改字体颜色 */
	    color: black;
	    /* 修改字号，默认继承input */
	    font-size: 12px;
	}

	.pc_serch_btn{
		position: absolute;
		top: 50%;
		margin-top: -10px;
	}

	.pc_serch_btn img{
		position: absolute;
		left: 160px;
		width: 20px;
		height: 20px;
		cursor: pointer;
	}
	.pc_menu_div_details{

		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 70px;
		min-width: 150px;
		padding-left: 15px;
		padding-right: 15px;
		display: none;
		min-height: 200px;
background: #1C2028;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
border-radius: 4px;
	}
	.pc_menu_div_details p{
text-transform: uppercase;
		text-align: center;
		margin-top:20px ;

	}

	.pc_menu_div_details a{
		text-decoration: none;
		color: white;
	}


	.pc_menu_div_details p:hover{
		text-decoration: none;
		color: #FF9500;
		text-decoration: underline;
	}
	#content_div{
		margin-left: 100px;
		margin-right: 100px;
		padding-bottom: 30px;
		background-color: #1C2028;
		color: white;
		white-space: nowrap;
		margin-bottom: 10px;
		max-width: 1200px;
		margin: auto;

	}
	#banner{
		display: flex;
		padding-top: 10px;
		text-align:center;
		overflow-x: auto;

	}

	.banner_item {
		position: relative;
		min-width:250px;
		height:150px;
		margin:10px;
		overflow: hidden;

		border-radius: 15px;
	}


	.banner_item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
}

.banner_item div{
	width: 80px;
	height: 30px;
	line-height: 30px;
	background-color: #6094E7;
	border-radius: 15px;
	position: absolute;
	bottom: 15px;
	color: white;
	left: 50%;
	margin-left: -40px;

}



	.xing_title{
		max-width: 200px;
		position: absolute;
		overflow: hidden;
		bottom: 30px;
		left: 10px;
		color: white;
	}








	.type_min_div img{
		margin-left: 50px;
		margin-right:50px;
		flex: 2;
		width: 70px;
		height: 70px;
	}
	.type_min_div{
		text-align: center;
	}





	#banner::-webkit-scrollbar {/*滚动条整体样式*/
	    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	    height: 10px;
	}
	#banner::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	        border-radius: 10px;
	background-color:#6394E9;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	    }
	#banner::-webkit-scrollbar-track {/*滚动条里面轨道*/
	        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	        /*border-radius: 10px;*/
	        background: #EDEDED;
	    }
	/* 顶部样式结束 */

	/* 游戏部分 */
	.game_list{
		margin-top: 10px;
		/* margin-left: 30px;
		margin-right: 30px; */
		display: flex;
		/* flex-flow: wrap; */
		 flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}

	.game_item{

		border-radius: 18px;
		margin-top: 6px;
		/* padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
		/* background-color: #EFF7FE; */
		/* background-color: #EFF7FE; */
		text-align: center;
		width: 112px;
		    margin-right: 3px;
    margin-left: 4px;
		flex-wrap: wrap;
		overflow: hidden;

	}

	.game_item img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感 */
		/* border: 3px  solid white; */
		width: 112px;
		height: 112px;
	}
	.game_item p{
	   display: -webkit-box;
	  -webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		word-break: break-word;
		overflow: hidden;
		color: black;
		text-align: center;
	}
	.game_item a {
		text-decoration: none;
	}

	.game_item-1{
		margin-bottom: 10px;
		border-radius: 18px;
		/* margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
		/* background-color: #EFF7FE; */
		/* background-color: #EFF7FE; */
		text-align: center;
		width: 233px;
		height: 137px;
		margin-left: 4px;
		margin-right: 4px;
		flex-wrap: wrap;
		overflow: hidden;

	}
	.game_item-1 img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感 */
		/* border: 3px  solid white; */
		width: 233px;
		height: 137px;
		object-fit: cover;
	}

	.game_item-2{
		margin-bottom: 10px;
		border-radius: 18px;
		/* margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
		/* background-color: #EFF7FE; */
		/* background-color: #EFF7FE; */
		text-align: center;
		width: 112px;
		height: 137px;
		margin-left: 4px;
		margin-right: 3px;
		flex-wrap: wrap;
		overflow: hidden;

	}
	.game_item-2 img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感 */
		/* border: 3px  solid white; */
		width: 112px;
		height: 137px;
		object-fit: cover;
	}
}

/* 当屏幕小于750px 替换pc 的样式 为ad */
@media screen and (max-width:750px){

	.game_item-1{
		margin-bottom: 10px;
		border-radius: 18px;
		/* margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
		/* background-color: #EFF7FE; */
		/* background-color: #EFF7FE; */
		text-align: center;
		width: 233px;
		height: 137px;
		margin-left: 4px;
		margin-right: 4px;
		flex-wrap: wrap;
		overflow: hidden;


	}
	.game_item-1 img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感 */
		/* border: 3px  solid white; */
		width: 233px;
		height: 137px;
		object-fit: cover;
	}

	.game_item-2{
		margin-bottom: 10px;
		border-radius: 18px;
		/* margin-top: 6px;
		padding-left: 20px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px; */
		/* background-color: #EFF7FE; */
		/* background-color: #EFF7FE; */
		text-align: center;
		width: 112px;
		height: 137px;
		margin-left: 4px;
		margin-right: 3px;
		flex-wrap: wrap;
		overflow: hidden;

	}
	.game_item-2 img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感 */
		/* border: 3px  solid white; */
		width: 112px;
		height: 137px;
		object-fit: cover;
	}

	.n1{
		/* display: none; */
		width: 112px;
		height: 112px;
		border-radius: 10px;
	}
	.n1 img{
		width: 112px;
		height: 112px;
	}

	.game_two_list{

		/* flex:200px; */
		border-radius: 5px;
		/* box-shadow: 0 0 3px gray; */
		font-size: 15px;
		position: relative;
		/* max-width: 300px; */
		/* margin-top: 10px; */
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		padding: 10px 0px;
	}
	.game_two_list_top_img{
		position: relative;
		top: 5px;
	}

	.game_two_list_top_more{
		position: absolute;
		right: 10px;
	}
	.game_two_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
		margin-top: 10px;
	}
	.game_two_item{
		background-color: #303030;
		/* padding: 10px; */
		/* padding-left: 20px; */
		border-radius: 15px;
		position: relative;
		margin-top: 10px;
		padding-bottom: 60px;
	}
	.game_two_item img{
		width:170px;
		height: 137px;
		border-radius: 10px;
		object-fit: cover;
		/* border:2px white solid;
		box-shadow: 0 0 3px grey; */
	}
	.game_two_item span{
		position: absolute;
		color: black;
	/* 	right:138px; */
		left: 50%;
		transform: translate(-50%,0);
		top:50%;
		max-width:115px;
		margin-top: -25px;
		white-space: initial; text-overflow:ellipsis;
			   display: -webkit-box;
			   -webkit-box-orient: vertical;
				-webkit-line-clamp: 1;
				word-break: break-all;
				overflow: hidden;
	}

	.game_two_item div{
		position: absolute;
		left: 50%;
		top:85%;
		transform: translate(-50%,0);
		margin-top: -15px;
background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
box-shadow: 0px 2px 10px 0px rgba(255,34,134,0.4);
		color: white;
		width: 100px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 150px;
	}

	.game_three_list{

		/* flex:200px; */
		border-radius: 5px;
		/* box-shadow: 0 0 3px gray; */
		font-size: 15px;
		position: relative;
		/* max-width: 300px; */
		/* margin-top: 10px; */
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		padding: 0;
	}

	.game_three_item:hover{
		background: linear-gradient(180deg, #FFC000 0%, #FF6900 100%);
		border-radius: 10px;
	}

	.game_three_item:hover div{
		background: #1C2028;
	}

	.game_three_list_top_img{
		position: relative;
		top: 5px;
	}

	.game_three_list_top_more{
		position: absolute;
		right: 10px;
	}
	.game_three_items{

		margin-top: 10px;
	}
	.game_three_item{
		background-color: #303030;
		/* padding: 10px; */
		/* padding-left: 20px; */
		border-radius: 15px;
		position: relative;
		margin-top: 5px;
		padding: 10px;
		width: 330px;
	}
	.game_three_item img{
		width:180px;
		height: 120px;
		border-radius: 10px;
		object-fit: cover;
		/* border:2px white solid;
		box-shadow: 0 0 3px grey; */
	}
	.game_three_item span{
		position: absolute;
		color: #fff;
	/* 	right:138px; */
		left: 60%;
		/* transform: translate(-50%,0); */
		top:34%;
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		max-width:115px;
		margin-top: -25px;
		white-space: initial; text-overflow:ellipsis;
			   display: -webkit-box;
			   -webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				word-break: break-all;
				overflow: hidden;
	}

	.game_three_item div{
		position: absolute;
		left: 75%;
		top:65%;
		transform: translate(-50%,0);
background: linear-gradient(180deg, #FFC100 0%, #FF6800 100%);
box-shadow: 0px 2px 10px 0px rgba(255,34,134,0.4);
		color: white;
		width: 100px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		border-radius: 150px;
	}



	.pc_top_menu_list{
		background-image: linear-gradient(to right,#DFE4FE,#F9E5FA);
		justify-content: center;
		display: flex;
		overflow-x: auto;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.pc_top_menu_item{

		text-align: center;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		color: white;
		border-radius: 15px;
		background-color: #BAC7F7;
		margin-left: 5px;
		margin-right: 5px;
	}
	.pc_top_menu_item a{
		color: white;
		text-decoration: none;

	}

	.pc_top_menu_item:hover{
		background-image:linear-gradient(to right,#589CF0,#556CE8) ;
	}

	#top_menu_pc::-webkit-scrollbar {/*滚动条整体样式*/
	    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	    height: 10px;
	}
	#top_menu_pc::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	        border-radius: 10px;
	background-color: #E0E4FE;
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
	    }
	#top_menu_pc::-webkit-scrollbar-track {/*滚动条里面轨道*/
	        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	        /*border-radius: 10px;*/
	        background: #EDEDED;
	    }


	.banner_title{
		background-color: #1E193B;
		padding-left: 10px;
	}


	.HotGames{
		margin-top: 20px;
		margin-left: 10px;
		color: white;
	}





	.pc_top_div{
		display: none;
	}
	.ad_top_div{
		height:100px;
			background-color: #303030;
	}
	.ad_logo_div{
		margin-left: 10px;
	}
	.ad_logo_div img{
		max-width: 180px;
    max-height: 30px;
		margin-top: 20px;
	}
	.ad_menu_div{

	}
	.ad_menu_div img{
		position: absolute;
		top: 20px;
		right:20px;
		width: 20px;
		height: 20px;
	}

	.ad_serch_input{
		position: relative;
		padding-top:10px ;
		padding-left:20px ;
		padding-right:20px ;
	}

	.ad_serch_input input{
		left: 50%;
		width: 100%;
		height: 30px;
		background-color: #F6F6F6;
		border-radius: 20px;
		border: none;
		outline: none;
		color: black;
		text-indent: 1em;
	}

	.ad_serch_input input::-webkit-input-placeholder {
	    /* 修改字体颜色 */
	    color: black;
	    /* 修改字号，默认继承input */

	    font-size: 12px;
	}

	/* 搜索按钮 */
	.ad_serch_btn{
		position: absolute;
		bottom: 0px;
		right: 29px;
	}

	.ad_serch_btn img{
		width: 23px;
		height: 23px;
		cursor: pointer;
	}

	.ad_menu_div_details{
		border-radius: 5px;
		padding-top: 30px;
		padding-bottom: 70px;
		min-width: 150px;
		padding-left: 15px;
		padding-right: 15px;
		display: none;
		min-height: 200px;
		position: absolute;
		z-index: 10;
		width: 100%;
		top: 45px;
    right: 50%;
    transform: translate(50%, 0);

	}

	.ad_menu_div_details a{
		color: white;
		text-decoration: none;
	}
	.ad_menu_div_details p{


		text-align: center;
		margin-top:20px ;
text-transform: uppercase;
color: #fff;
	}

	.ad_menu_div_details p:hover{

		text-decoration: none;
		color: #FF9500;
		text-decoration: underline;
	}

	#content_div{
		margin-left: 0;
		margin-right: 0;
		/* min-height: 700px; */

		background-color: whtite;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
#banner{
	background-color: whtite;
		display: flex;
		padding-top: 10px;
		text-align:center;
		overflow-x: auto;

	}

.banner_item {
		position: relative;
		min-width: 250px;
		margin-left: 5px;
		margin-right: 5px;
		background-color: #88C76B;
		border-radius: 15px;
		height: 150px;
		overflow: hidden;
	}

	.banner_item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top;
	}

	.banner_item div{
		position: absolute;
		width: 65px;
		background-color: #6094E7;
		color: white ;
		height: 25px;
		border-radius: 15px;
		bottom: 15px;
		left: 50%;
		margin-left: -32px;
	}

	.xing_title{
		max-width: 200px;
		position: absolute;
		overflow: hidden;
		bottom: 30px;
		left: 10px;
		color: white;
	}




	.type_min_div img{
		margin-left: 10px;
		margin-right:10px;
		flex: 1;
		width: 60px;
		height: 60px;
	}

	.type_min_div p{
		text-align: center;
		font-size: 5px;
	}


	/* 游戏部分 */
	.game_list{
		margin-top: 10px;
		/* margin-left: 20px; */
		/* margin-right: 20px; */
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
	}

	.game_item{
		margin-bottom: 10px;
		border-radius: 12px;
		/* background-color: #EFF7FE; */
		text-align: center;
		font-size: 10px;
		width: 112px;
		flex-wrap: wrap;
		margin-left: 5px;
		margin-right: 5px;
	}

	.game_item img{
		border-radius: 10px;
		/* box-shadow: 0 0 3px gray;设置立体感*/
		/* border: 3px  solid white; */
		width: 112px;
		height: 112px;
	}
.game_item p{
	padding: 3px;
		color: black;
      	   display: -webkit-box;
          -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            word-break: break-word;
            overflow: hidden;
		text-align: center;
	}
	.game_item a {
		text-decoration: none;
	}



}

/* ad样式结束括号 */


/* 中间部分样式 */

#type{
	justify-content: center;
	display: flex;
	margin-top: 15px;
	padding-bottom: 20px;
	white-space: nowrap;
	flex-flow: wrap;
}

.game_content_div{
	background-color: white;

}

.game_type{
	/* margin: 20px; */
	border-radius: 15px;
}

.game_title{
	padding-top:5px ;
	margin-left: 12px;
	font-size: 15px;
	position: relative;
}

.game_title span{
	margin-left: 5px;
}
.game_title_img{
	width: 1.5em;
	height: 1.5em;
	position: relative;
	top: 5px;
}

.more_img{
	position: absolute;
	right: 9px;
	top: 3px;
}

/* 第二部分游戏 */

.game_two{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}


	/* 第二部分游戏 结束 */

	.game_three{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}


	#footer{
		height: 100px;
		background-color: #038FED;
	}