body {
  background-color: #0B0F1D;
}
body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 128 / 55;
  background-color: #0B0F1D;
  z-index: -1;
  background: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/body2.png") no-repeat, url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/body.png") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
header .container {
  height: var(--header-height);
  display: flex;
  align-items: center;
}
header .container .logo {
  width: 40px;
  height: 40px;
}
header .container .logo img {
  width: 100%;
  height: 100%;
}
header .container h1 {
  font-size: 24px;
  color: white;
  font-weight: normal;
  margin-left: 15px;
}
main {
  padding-top: var(--header-height);
}
main .container {
  margin: 80px auto;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 70px 55px;
  display: flex;
  align-items: center;
  gap: 50px;
  box-sizing: border-box;
}
main .container .left_info {
  width: 270px;
  height: 270px;
}
main .container .left_info img {
  width: 100%;
  height: 100%;
}
main .container .right_info {
  flex: 1;
  color: white;
}
main .container .right_info .title {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .container .right_info .title img {
  width: 70px;
}
main .container .right_info .title h2 {
  font-size: 32px;
  font-weight: normal;
}
main .container .right_info .des {
  font-size: 19px;
  text-indent: 2rem;
  letter-spacing: 1px;
  line-height: 32px;
  margin: 10px 0;
}
main .container .right_info .bottom_info {
  display: flex;
  align-items: center;
  margin-top: 45px;
  justify-content: space-between;
}
main .container .right_info .bottom_info .game_info .game_des {
  display: flex;
  align-items: center;
  gap: 20px;
}
main .container .right_info .bottom_info .game_info .game_des li img {
  vertical-align: middle;
  width: 26px;
}
main .container .right_info .bottom_info .game_info .game_des li span {
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
}
main .container .right_info .bottom_info .game_info .system {
  font-size: 16px;
  color: #00E5FF;
  line-height: 21px;
  margin-top: 16px;
}
main .container .right_info .bottom_info #download_button {
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/main_download.png");
  width: 267px;
  height: 59px;
  background-image: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s linear;
}
main .container .right_info .bottom_info #download_button:hover {
  transform: scale(1.05);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/main_download_hover.png");
}
main .container .right_info .bottom_info #download_button:active {
  transform: scale(1);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/main_download_hover.png");
}
section .title {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}
section .title h2 {
  font-size: 27px;
  color: #F9D7B5;
  line-height: 35px;
}
section .game_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}
section .game_list .game_item {
  background-image: linear-gradient(180deg, rgba(74, 127, 208, 0) 0%, rgba(74, 127, 208, 0.1) 100%);
  background-color: #222535;
  padding: 15px;
  box-sizing: border-box;
  border: 2px solid #2B3958;
  text-align: center;
}
section .game_list .game_item img {
  width: 100%;
}
section .game_list .game_item h3 {
  font-weight: 400;
  font-size: 19px;
  color: #FFFFFF;
  line-height: 25px;
  margin: 14px;
}
section .game_list .game_item .lang,
section .game_list .game_item .size {
  font-weight: 400;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 24px;
  margin-bottom: 5px;
}
section .game_list .game_item #download_button {
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/item_download.png");
  width: 160px;
  height: 44px;
  background-image: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s linear;
  margin: 35px auto 10px;
}
section .game_list .game_item #download_button:hover {
  transform: scale(1.05);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/item_download_hover.png");
}
section .game_list .game_item #download_button:active {
  transform: scale(1);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/item_download_hover.png");
}
section .game_intro {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-indent: 2rem;
  margin-bottom: 70px;
}
section .swiper_container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
section .swiper_container .swiper-wrapper {
  display: flex;
  position: relative;
}
section .swiper_container .swiper-wrapper .swiper-slide {
  width: 100%;
  flex: 0 0 auto;
}
section .swiper_container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
section .swiper_container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
section .swiper_container .swiper-pagination div {
  background-color: #FFF;
  width: 15px;
  height: 5px;
  transform: skew(-15deg);
  cursor: pointer;
}
section .swiper_container .swiper-pagination div.active {
  background-color: #00B7FF;
}
.page_bottom {
  background-color: rgba(20, 26, 50, 0.59);
  margin-top: 75px;
  color: white;
}
.page_bottom .bottom {
  display: flex;
  align-items: center;
  height: 150px;
  border-bottom: 2px solid #222;
}
.page_bottom .bottom .logo {
  width: 80px;
  height: 80px;
}
.page_bottom .bottom .logo img {
  width: 100%;
  height: 100%;
}
.page_bottom .bottom h1 {
  margin-left: 15px;
  font-weight: 400;
  font-size: 21px;
  color: #FFFFFF;
  line-height: 28px;
}
.page_bottom .bottom #download_button {
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/bottom_download.png");
  width: 266px;
  height: 60px;
  background-image: no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s linear;
  margin-left: auto;
}
.page_bottom .bottom #download_button:hover {
  transform: scale(1.05);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/bottom_download_hover.png");
}
.page_bottom .bottom #download_button:active {
  transform: scale(1);
  background-image: url("https://data.chizhouyuanzhou.cn/gamehj/mszb/images/20260203/bottom_download_hover.png");
}
.page_bottom footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
}
