.page_top {
  background-image: url(https://data.chizhouyuanzhou.cn/gamehj/xdlc/images/20260519/top_img.png);
  background-size: cover;
  background-position: center;
}
.page_top .container {
  display: flex;
  justify-content: center;
  padding: 80px;
  gap: 60px;
}
.page_top .container .left img {
  width: 100%;
}
.page_top .container .right {
  flex: 0 0 auto;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_top .container .right .logo {
  height: 100px;
}
.page_top .container .right .logo img {
  height: 100%;
}
.page_top .container .right .title {
  font-size: 22px;
}
.page_top .container .right .info_list1 li,
.page_top .container .right .info_list2 li {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.page_top .container .right .info_list1 {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.page_top .container .right .info_list2 li {
  margin-top: 5px;
}
.page_top .container .right #download_button {
  margin-top: 40px;
  width: 160px;
  height: 45px;
  background: linear-gradient(90deg, #1289FF 0%, #359AFF 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 45px;
  text-align: center;
}
.product_list {
  margin-top: 40px;
}
.product_list .container {
  width: 1000px;
}
.product_list .container ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.product_list .container ul li {
  border-radius: 8px;
  border: 2px solid #E8EFF6;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
  width: fit-content;
}
.product_list .container ul li .img_box {
  width: 150px;
}
.product_list .container ul li .img_box img {
  width: 100%;
}
.product_list .container ul li .name {
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.product_list .container ul li .info_list {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
}
.product_list .container ul li #download_button {
  margin-top: 20px;
  width: 120px;
  height: 35px;
  background: linear-gradient(90deg, #1289FF 0%, #359AFF 100%);
  border-radius: 4px 4px 4px 4px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
  margin-left: auto;
}
.game_screen {
  margin-top: 40px;
}
.game_screen .title {
  text-align: center;
}
.game_screen ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.game_screen ul li img {
  width: 100%;
}
footer {
  background-color: #EEF2F6;
  color: #585E80;
  padding: 15px;
  margin-top: 40px;
}
footer .container {
  display: flex;
  gap: 20px;
  justify-content: center;
  font-size: 14px;
}
footer .container a {
  color: inherit;
}
footer .container div::after {
  content: '';
  height: 10px;
  border-right: 1px solid #585E80;
  margin-left: 20px;
}
footer .container div:last-of-type::after {
  display: none;
}
