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: linear-gradient(to bottom, #FCE4C7 0%, #FAC48E 100%);
  width: 267px;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 4px;
}
main .container .right_info .bottom_info #download_button svg {
  width: 30px;
  height: 30px;
  fill: #4E2E19;
}
main .container .right_info .bottom_info #download_button span {
  color: #4E2E19;
  font-size: 26px;
  font-weight: bold;
}
main .container .right_info .bottom_info #download_button:hover {
  transform: scale(1.05);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
main .container .right_info .bottom_info #download_button:active {
  transform: scale(1);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
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: linear-gradient(to bottom, #FCE4C7 0%, #FAC48E 100%);
  width: 160px;
  height: 45px;
  cursor: pointer;
  transition: all 0.2s linear;
  margin: 35px auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  color: #4E2E19;
  border-radius: 4px;
}
section .game_list .game_item #download_button:hover {
  transform: scale(1.05);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
section .game_list .game_item #download_button:active {
  transform: scale(1);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
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: linear-gradient(to bottom, #FCE4C7 0%, #FAC48E 100%);
  width: 267px;
  height: 60px;
  cursor: pointer;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  padding: 0 20px 0 30px;
  justify-content: space-between;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: auto;
}
.page_bottom .bottom #download_button svg {
  width: 30px;
  height: 30px;
  fill: #4E2E19;
}
.page_bottom .bottom #download_button span {
  color: #4E2E19;
  font-size: 26px;
  font-weight: bold;
}
.page_bottom .bottom #download_button:hover {
  transform: scale(1.05);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
.page_bottom .bottom #download_button:active {
  transform: scale(1);
  background-image: linear-gradient(to bottom, #FDCA92 0%, #FAAA59 100%);
}
.page_bottom footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100px;
}
.pay_dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 650px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  transition: all 0.2s linear;
  transform-origin: center;
  padding: 0 30px 30px;
  transform: scale(0);
}
.pay_dialog .header {
  padding: 20px 0;
}
.pay_dialog .header .title {
  font-size: 40px;
  font-weight: bold;
}
.pay_dialog .header #close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 20px;
  right: 20px;
}
.pay_dialog .body ul li {
  display: flex;
  font-size: 18px;
  margin-bottom: 15px;
}
.pay_dialog .body ul li .label {
  width: 110px;
}
.pay_dialog .body ul li .value.blue {
  color: #00B7FF;
}
.pay_dialog .body ul li .value.orange {
  color: #FF9900;
}
.pay_dialog .body ul li .value.red {
  color: #FF0000;
}
.pay_dialog .body ul li .value.price {
  font-weight: bold;
}
.pay_dialog .body ul li .value#giftedText a {
  color: inherit;
  margin-left: 10px;
  font-size: 16px;
  text-decoration: underline;
}
.pay_dialog .body ul li .value.codebox {
  display: flex;
  gap: 30px;
}
.pay_dialog .body ul li .value.codebox .qrcode {
  width: 200px;
  height: 200px;
  padding: 10px;
  background-color: #eee;
}
.pay_dialog .body ul li .value.codebox .info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  font-size: 16px;
}
.pay_dialog .body ul li .value.codebox .info .pay_way svg {
  width: 40px;
  height: 40px;
}
.pay_dialog .body ul li .value.codebox .info .pay_way .wechat {
  fill: #75b022;
  margin-right: 10px;
}
.pay_dialog .body ul li .value.codebox .info .pay_way .alipay {
  fill: #0099ff;
}
.pay_dialog .body ul li .value.codebox .info .back {
  font-size: 18px;
  color: white;
  width: 200px;
  height: 70px;
  background-color: #0099ff;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px 0;
  text-align: center;
  line-height: 70px;
}
.pay_dialog .body ul li .value.codebox .info #kefu {
  text-decoration: underline;
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.pay_dialog .body .account {
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: red;
}
.pay_dialog .body .des {
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #0099ff;
  padding: 15px 0;
  border-radius: 5px;
  cursor: pointer;
}
.pay_dialog .body .notice {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 10px;
}
.result_dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 470px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  transform: scale(0);
  transition: all 0.2s linear;
  transform-origin: center;
}
.result_dialog .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 45px;
  background-color: #F8F8F8;
  padding: 0 20px;
}
.result_dialog .header .title {
  color: #333;
}
.result_dialog .header svg {
  width: 16px;
  height: 16px;
  fill: #888;
}
.result_dialog .body {
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
}
.result_dialog .body .item {
  margin-top: 10px;
  display: flex;
  align-content: center;
}
.result_dialog .body .item .label {
  font-size: 14px;
  width: 60px;
}
.result_dialog .body .item .value {
  margin-left: 10px;
  color: #333;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 70px);
  font-size: 14px;
}
.result_dialog .body .item .value .baidu_link {
  color: red;
  text-decoration: underline;
}
.result_dialog .body .item .value .download_name {
  font-weight: bold;
  font-size: 16px;
}
.result_dialog .body .item .value .download_price {
  font-weight: bold;
  font-size: 16px;
  color: #ff5722;
}
.result_dialog .body .item .value .download_link {
  color: #ff5722;
  cursor: pointer;
  text-decoration: underline;
}
.result_dialog .body .item .value .download_link:hover {
  color: #ff784d;
}
.result_dialog .body .baidu {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
  color: red;
}
.result_dialog .body .des {
  font-size: 14px;
  color: red;
  text-align: center;
  padding-right: 20px;
}
.result_dialog .footer {
  padding-bottom: 10px;
}
.result_dialog .footer .button_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.result_dialog .footer .button_group div {
  width: 80px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.result_dialog .footer .button_group div.copy {
  background-color: #4CAF50;
}
.result_dialog .footer .button_group div.download {
  background-color: #f44336;
}
.result_dialog .footer .button_group div.kefu {
  background-color: #0099ff;
}
.result_dialog .footer .info {
  text-align: center;
  font-size: 14px;
  color: #999;
}
#close {
  cursor: pointer;
  transition: transform 0.2s linear;
}
#close:hover {
  transform: rotate(180deg);
}
