* {
	padding: 0;
	margin: 0;
  }
  
  body {
	background-color: #e0e1d9;
  }
  
  .game_two_item a {
	text-decoration: none;
  }
  
  .xingxingdiv {
	width: 100px;
  }
  
  /* .loading-border {
	  border: 2px dashed #ccc;
  } */
  
  .ximg {
	width: 20px;
	height: 20px;
  }
  
  .title_div_gq {
	/* margin-left: 20px; */
	display: flex;
	height: 40px;
	/* background-color: #4b51a5; */
	position: relative;
  }
  
  .title_div_gq h3 {
	color: #000000;
  }
  
  .title_div_gq img {
	position: absolute;
	right: -1860px;
	top: -30px;
	width: 20px;
	height: 20px;
  }
  
  .title_page h3 {
	color: #ffffff;
	margin-left: 30px;
  }
  
  .title_page span {
	color: #f7ab4bfa;
	margin-left: 30px;
	/* display: block; */
	font-size: 20px;
	word-break: break-all;
  }
  
  @media screen and (min-width: 750px) {
	.game_two_list {
	  /* flex: 300px; */
	  border-radius: 5px;
	  box-shadow: 0 0 50px gray;
	  font-size: 15px;
	  position: relative;
	  max-width: 300px;
	  margin-top: 10px;
	  margin-left: 10px;
	  /* margin-right: 10px; */
	  /* padding: 10px; */
	  transition: transform 0.3s ease;
	}
  
	.game_two_list_top_img {
	  position: relative;
	  top: 5px;
	}
  
	.game_two_list_top_more {
	  position: absolute;
	  right: 10px;
	}
  
	.game_two_items {
	  /* margin-top: 20px; */
	  /* margin-left: 10px; */
	}
  
	.game_two_item {
	  /* background-color: #c9c9c9; */
	  /* border: 2px solid #32421d; */
	  padding: 10px;
	  border-radius: 15px;
	  position: relative;
	  margin-top: 10px;
	  /* width: 200px; */
	  overflow: hidden; /* 隐藏超出容器大小的部分 */
	  position: relative; 
	}
  
	.game_two_item img {
	  width: 120px;
	  height: 90px;
	  border-radius: 10px;
	  border:2px white solid;
	  box-shadow: 0 0 3px grey;
	  /* align-items: center; */
	  transition: transform 0.3s ease; 
	  
	}
	.game_two_item img:hover{
		transform: scale(1.2);
	}
	.game_two_item span {
	  position: absolute;
	  color: black;
	  /* right:138px; */
	  /* left: 55%; */
	  /* margin-left: -80px; */
	  top: 65px;
	  /* max-width: 125px; */
	  font-weight: 600;
	  /* 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;
	  right: 20px;
	  top: 35%;
	  margin-top: -15px;
	  background-color: #000000;
	  color: white;
	  width: 60px;
	  height: 60px;
	  text-align: center;
	  line-height: 60px;
	  border-radius: 50%;
	}
  
	.game_two_item .game_type_xx {
	  position: absolute;
	  top: 37px;
	  left: 35%;
	}
  
	.game_type_xx img {
	  width: 13px;
	  height: 13px;
	}
  
	.game_three_list {
	  /* width: 170px;
		  height: 88px; */
	  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;
	}
  
	.game_three_item {
	  width: 155px;
	  height: 70px;
	  background: #ffffff;
	  border-radius: 10px;
	  border: 2px solid #191b24;
	  padding: 10px;
	  position: relative;
	  margin: 10px 0;
	}
  
	.game_three_item img {
	  width: 70px;
	  height: 70px;
	  border-radius: 20px;
	}
  
	.game_three_item span {
	  position: absolute;
	  color: black;
	  /* 	right:138px; */
	  left: 50%;
	  /* margin-left: -60px; */
	  top: 15px;
	  max-width: 115px;
	  font-weight: 600;
	  /* 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_three_item p span {
	  position: absolute;
	  color: #999999;
	  left: -20px;
	  font-size: 10px;
	  line-height: 14px;
	  font-weight: 400;
	  top: 2px;
	}
  
	/* 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, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.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: 9px;
	  margin-left: 31px;
	  /* width: 104px; */
	  height: 22px;
	  font-size: 16px;
	  font-family: PingFangSC-Semibold, PingFang SC;
	  font-weight: 600;
	  color: #ffffff;
	  line-height: 22px;
	}
  
	.ad_top_div {
	  display: none;
	}
  
	/* 顶部样式 */
	.pc_top_div {
	  height: 90px;
	  background-color: #adab94;
	  position: relative;
	}
  
	.pc_menu_btn {
	  z-index: 99999;
	  position: absolute;
	  top: 32px;
	  left: 25px;
	  cursor: pointer;
	}
  
	.pc_logo_div {
	  position: absolute;
	  /* top: 50%;
		  left: 50%; */
	  top: -30%;
	  left: 44%;
	  margin-top: -25px;
	  margin-left: -67px;
	  width: 200px;
	  height: 50%;
	}
  
	.pc_logo_div img {
	  margin-top: 15px;
	  height: 20px;
	}
  
	/* 搜索 */
	.pc_serch_div {
	  position: absolute;
	  top: 40%;
	  right: 140px;
	}
  
	.pc_serch_div input {
	  width: 220px;
	  height: 30px;
	  background-color: #e9e9e9;
	  border-radius: 20px;
	  border: none;
	  outline: none;
	  color: rgb(73, 70, 69);
	  text-indent: 1em;
	}
  
	.pc_serch_div input::-webkit-input-placeholder {
	  /* 修改字体颜色 */
	  color: hwb(0 66% 33%);
	  /* 修改字号，默认继承input */
	  font-size: 12px;
	}
  
	.pc_serch_btn {
	  position: absolute;
	  top: 50%;
	  margin-top: -10px;
	}
  
	.pc_serch_btn img {
	  position: absolute;
	  left: 190px;
	  width: 20px;
	  height: 20px;
	  cursor: pointer;
	}
  
	.pc_menu_div_details {
	  border-radius: 5px;
	  padding-top: 10px;
	  padding-bottom: 70px;
	  min-width: 150px;
	  padding-left: 15px;
	  padding-right: 15px;
	  display: none;
	  min-height: 200px;
	  background-color: #b7b59f;
	  box-shadow: 0 0 1px gray;
	}
  
	.pc_menu_div_details p {
	  text-transform: uppercase;
	  text-align: center;
	  margin-top: 20px;
	  color: #ffffff;
	  font-weight: 800;
	}
  
	.pc_menu_div_details a {
	  text-decoration: none;
	  color: white;
	}
  
	.pc_menu_div_details p:hover {
	  text-decoration: underline;
	}
  
	#content_div {
	  padding-bottom: 30px;
	  /* background-color: white; */
	  color: white;
	  white-space: nowrap;
	  margin-bottom: 10px;
	  /* max-width: 2000px; */
	  margin: 0 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, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.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: 20px; */
	  /* margin-left: 30px;
		  margin-right: 30px; */
	  margin: 20px;
	  display: flex;
	  /* flex-flow: wrap; */
	  flex-wrap: wrap;
	  flex-direction: row;
	  justify-content: center;
	}
  
	.game_item {
	  width: 90px;
	  height: 90px;
	  border-radius: 20px;
	  margin-left: 10px;
	  margin-right: 10px;
	  margin: 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: 100px;
		  margin-left: 5px;
		  margin-right: 5px;
		  flex-wrap: wrap;
		  overflow: hidden; */
	}
  
	.game_item img {
	  border-radius: 10px;
	  /* box-shadow: 0 0 3px gray; */
	  /*设置立体感*/
	  /* border: 3px  solid white; */
	  border-radius: 20px;
	  width: 90px;
	  height: 90px;
	}
  
	.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;
	}
  }
  
  /* 当屏幕小于750px 替换pc 的样式 为ad */
  @media screen and (max-width: 750px) {
	.game_two_list {
	  /* flex: 300px; */
	  border-radius: 5px;
	  /* box-shadow: 0 0 3px gray; */
	  font-size: 15px;
	  position: relative;
	  /* max-width: 200px; */
	  margin-left: 2px;
	  margin-right: 20px;
	}
  
	.game_two_list_top_img {
	  position: relative;
	  top: 5px;
	}
  
	.game_two_list_top_more {
	  position: absolute;
	  right: 10px;
	}
  
	.game_two_items {
	  /* margin-left: 10px; */
	}
  
	.game_two_item {
	  background-color: #9f9898;
	  padding: 5px;
	  border-radius: 20px;
	  position: relative;
	  margin-top: 10px;
	  border: 2px solid #afb9e9;
	}
  
	.game_two_item img {
	  width: 90px;
	  height: 80px;
	  border-radius: 10px;
	  /* border:2px white solid;
		  box-shadow: 0 0 3px grey; */
	}
  
	.game_two_item span {
	  position: absolute;
	  color: black;
	  /* 	right:138px; */
	  left: 50%;
	  font-weight: 600;
	  margin-left: -90px;
	  top: 40%;
	  max-width: 115px;
	  margin-top: -29px;
	  overflow: hidden;
	  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_desc {
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 1;
	  word-break: break-all;
	  overflow: hidden;
	  width: 150px;
	  position: absolute;
	  top: 55px;
	  left: 55% !important;
	  margin-left: -60px;
	  width: 140px !important;
	  overflow: hidden;
	  color: white;
	}
  
	.game_two_item div {
	  position: absolute;
	  right: 20px;
	  top: 15%;
	  /* margin-top: -15px; */
	  background-color: #000000;
	  color: white;
	  width: 60px;
	  height: 60px;
	  text-align: center;
	  line-height: 60px;
	  border-radius: 150px;
	}
  
	.game_two_item .game_type_xx {
	  position: absolute;
	  top: 35px;
	  left: 35%;
	}
  
	.game_type_xx img {
	  width: 13px;
	  height: 13px;
	}
  
	.game_three_list {
	  /* width: 170px;
		  height: 88px; */
	  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; */
	}
  
	.game_three_item {
	  width: 155px;
	  height: 70px;
	  background: #ffffff;
	  border-radius: 10px;
	  border: 2px solid #191b24;
	  padding: 10px;
	  position: relative;
	  margin: 10px 0;
	}
  
	.game_three_item img {
	  width: 70px;
	  height: 70px;
	  border-radius: 20px;
	}
  
	.game_three_item span {
	  position: absolute;
	  color: black;
	  /* 	right:138px; */
	  left: 50%;
	  font-weight: 600;
	  /* margin-left: -60px; */
	  top: 15px;
	  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_three_item p span {
	  position: absolute;
	  color: #999999;
	  left: -20px;
	  font-size: 10px;
	  line-height: 14px;
	  font-weight: 400;
	  top: 2px;
	}
  
	.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, 0.2) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.2) 50%,
		rgba(255, 255, 255, 0.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: 9px;
	  margin-left: 31px;
	  color: #ffffff;
	}
  
	.pc_top_div {
	  display: none;
	}
  
	.ad_top_div {
	  height: 80px;
	  background-color: #adab94;
	}
  
	.ad_logo_div {
	  margin-left: 10px;
	}
  
	.ad_logo_div img {
	  height: 120px;
	  /* margin-top: 10px; */
	}
  
	.ad_menu_div {
	width: 20%;
	}
  
	.ad_menu_div img {
	  position: absolute;
	  right: 20px;
	  width: 25px;
	  height: 25px;
	}
  
	.ad_serch_input {
	  position: relative;
	  padding-top: 3px;
	  margin: auto;
	}
  
	.ad_serch_input input {
	  left: 50%;
	  /* width: 100%; */
	  height: 30px;
	  background-color: #e9e9e9;
	  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;
	  left: 140px;
	}
  
	.ad_serch_btn img {
	  width: 23px;
	  height: 23px;
	  cursor: pointer;
	  margin-right: 0px;
	  /* right: 30%; */
	}
  
	.ad_menu_div_details {
	  border-radius: 5px;
	  /* padding-top: 10px; */
	  padding-bottom: 20px;
	  min-width: 150px;
	  padding-left: 1px;
	  padding-right: 1px;
	  display: none;
	  min-height: 200px;
	  position: absolute;
	  z-index: 10;
	  width: 50%;
	  top: 35px;
	  right: 20%;
	  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: #ffffff;
	  font-weight: 800;
	}
  
	.ad_menu_div_details p:hover {
	  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-top: 3px;
	  margin-left: 10px;
	  margin-right: 10px;
	  padding-top: 12px;
	  padding-bottom: 10px;
	  border-radius: 12px;
	  /* background-color: #EFF7FE; */
	  text-align: center;
	  font-size: 10px;
	  width: 90px;
	  flex-wrap: wrap;
  
	  /*
		  border-radius: 30px;
		  margin-top: 6px;
		  padding-left: 20px;
		  padding-top: 20px;
		  padding-right: 25px;
		  padding-bottom: 20px;
		  background-color: #89C870;
		  text-align: center;
		  width: 100px;
		  margin-left: 5px;
		  margin-right: 5px;
		  flex-wrap: wrap;
		  overflow: hidden; */
	}
  
	.game_item img {
	  border-radius: 10px;
	  /* box-shadow: 0 0 3px gray; */
	  /*设置立体感*/
	  /* border: 3px  solid white; */
	  width: 90px;
	  height: 90px;
	}
  
	.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 0;
	border-radius: 15px;
	width: 1200px;
	/* height: 570px; */
	background: #ffffff;
	border-radius: 20px;
	border: 2px solid #191b24;
  }
  
  .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;
  }
  
  @media (max-width: 1220px) {
	.game_type {
	  max-width: 1200px;
	  margin: 10px;
	  width: auto;
	}
  }
  
  /* 第二部分游戏 */
  
  .game_two {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 10px;
	}
  
  /* 第二部分游戏 结束 */
  
  /* 第三部分游戏 */
  
  .game_three {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
  }
  
  /* 第三部分游戏 结束 */
  
  #footer {
	height: 100px;
	background-color: #038fed;
  }
  
  .game_two_desc {
	width: auto !important;
	left: 0% !important;
	margin-left: 100px !important;
	margin-right: 90px !important;
  }
  
  .pc_logo_div img {
	max-width: 380px !important;
	max-height: 230px !important;
	height: auto !important;
  }
  
  @media screen and (max-width: 750px) {
	.ad_logo_div img {
	  margin-top: -70px;
	  /* margin-left: 160px; */
	}
  
	.ad_menu_div img {
	  top: 3px;
	}
  
	.ad_serch_input {
	  width: 20%;
	}
  
	.ad_top_div {
	  height: 35px;
	}
  }
  
  @media screen and (max-width: 750px) {
	.ad_top_div {
	  position: relative;
	}
  
	.ad_menu_div_details {
	  /* position: fixed; */
	}
  
	#ad_menu-1 {
	  top: -15px;
	  right: 40px;
	}
  }
  
  .footer {
	background-color: #b6b7a3;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	line-height: 24px;
	padding-bottom: 10px;
  }
  
  .fp {
	text-align: center;
  }
  
  .pt {
	margin: 0;
	height: 30px;
	display: flex;
	justify-content: center;
  }
  
  .pt p {
	margin-left: 10px;
	margin-right: 10px;
  }
  
  .pt a {
	line-height: 30px;
	text-decoration: underline;
	color: white;
  }
  
  #pc_menu {
	width: 30px;
	height: 30px;
  }
  
  #ad_menu_details_div {
	background: #b7b49b;
	}
  
  #mobile_search {
	top: -25px;
	left: 70px;
  }
  
  .game_box {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	white-space: initial;
	-webkit-line-clamp: 2;
	word-break: break-all;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -80px;
	width: 170px;
	overflow: hidden;
	color: #999999;
	font-size: 10px;
  }
  .play_btn{
	width: 15%;
	height:30px;
	margin-top:10px;
	background-color: #6e6e6b;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-left: 40%;
  }

  .back-icon {
    text-decoration: none;
    border-radius: 50%;
    position: fixed;
    top: 50px;
    z-index: 999999;
    /* background-color: #32421d; */
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}