/* 
 * index.css
 * PC端背景图片及下载按钮相关样式
 * 包含频繁更换的图片资源配置
 */

/* ====== 背景图片 ====== */
.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(https://media.zlongame.com/media/pictures/cn/mz/home/2026/0420/bg.jpg) no-repeat center top;
  background-size: 1920px auto;
}

.bg-img {
  width: 1920px;
  height: 1076px;
}

.bg-img .pubMain {
  width: 1200px;
  height: 882px;
  margin: 0 auto;
  position: relative;
}

/* ====== 下载按钮区域样式 ====== */
.btnWrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 722px;
  z-index: 9;
  display: flex;
  align-items: flex-start;
}

.btnWrap img {
  display: block;
}

.btnWrap a.item {
  margin-left: 12px;
}

.btnWrap a.item > img {
  width: 100%;
  height: auto;
}

/* ====== 行1: AppStore和Android按钮 ====== */
.row2 {
  width: 174px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* ====== 行2: PC按钮和开服按钮 ====== */
.btnWrap .pc_btn_wrap {
  position: relative;
  width: 178px;
  height: 135px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 11px;
}

.btnWrap .pc_btn_wrap .pc_btn {
  display: block;
  width: 100%;
  height: 100%;
}

.btnWrap .open_btn {
  width: 178px;
  height: 36px;
  margin-top: 2px;
  display: block;
  text-align: center;
  color: #841220;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #841220;
  text-underline-offset: 4px;
}

/* ====== 下载二维码区域 ====== */
/* .dowm_code {
  width: 174px;
  height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.dowm_code img {
  height: 100%;
  width: auto;
  display: block;
}

/* ====== 充值按钮 ====== */
.row3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background:url(https://media.zlongame.com/media/pictures/cn/mz/home/2025/0224/video_play.png) no-repeat; */
  justify-content: center;
}

/* ====== 视频播放按钮 ====== */
.btnWrap .video_play {
  width: 129px;
  height: 129px;
  background: url(h) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  background:url(https://media.zlongame.com/media/pictures/cn/mz/home/2025/0224/video_play.png) no-repeat;
  right: -150px;
  cursor: pointer;
}

/* ====== 轮播卡片区域 ====== */
.fuliWrap {
  width: 1920px;
  height: 897px;
  position: relative;
  margin: 141px auto 0;
}

.fuliWrap .fuliWrapDiv {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: initial;
}

.fuliWrap .fuliWrapDiv .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fuliWrap .swiper-slide {
  top: 60px;
  width: 100%;
}

.fuliWrap .swiper-slide img {
  width: 1517px;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* ====== 轮播卡片点击按钮 ====== */
.qb_more {
  width: 280px;
  height: 90px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}

/* ====== Title 标题样式（2026/0420） ====== */
.topTittle {
  width: 496px;
  height: 145px;
  background: url(https://media.zlongame.com/media/pictures/cn/mz/home/2026/0420/title.png);
  position: absolute;
  top: 1106px;
  left: 50%;
  transform: translateX(-50%);
}

/* ====== Feature 轮播区域（v1.png） ====== */
.feature {
  width: 1400px;
  margin: 205px auto 0;
  text-align: center;
  position: relative;
}

.center-bg .feature h2 {
  padding-top: 0px;
}

.feature h2 img {
  width: auto;
  height: 158px;
  display: block;
  margin: 0 auto;
}

.feature .swiper-container {
  width: 100%;
  height: 582px;
  z-index: 2;
}

.feature .swiper-slide {
  background-position: center;
  background-size: 100% auto;
  width: 1006px;
  height: 584px;
  width: 967px;
  height: 544px;
  position: relative;
}

.feature .swiper-slide span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 977px;
  height: 554px;
  background-size: 100% auto;
}

.feature .swiper-slide img {
  width: 967px;
  height: 544px;
  border: 3px solid #fbf8e7;
}

.feature .swiper-button-prev {
  width: 60px;
  height: 91px;
  z-index: 3;
  top: 41%;
  left: 73px;
  background-image: url(https://media.zlongame.com/media/pictures/cn/mz/home/2025/0811/prev_feature.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.feature .swiper-button-next {
  width: 60px;
  height: 91px;
  z-index: 3;
  top: 41%;
  right: 73px;
  background-image: url(https://media.zlongame.com/media/pictures/cn/mz/home/2025/0811/next_feature.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* ====== Footer 页脚样式（2025/0420） ====== */
.conRight .footer_txt {
  display: block;
  width: 217px;
  height: 100px;
  background: url(https://media.zlongame.com/media/pictures/cn/mz/home/2026/0420/footer_txt.png)
    no-repeat center;
  background-size: 100% auto;
}

.kefuWrap .footer_download {
  display: block;
  width: 217px;
  height: 100px;
  background: url(https://media.zlongame.com/media/pictures/cn/mz/home/2026/0420/footer_download.png)
    no-repeat center;
  background-size: 100% auto;
}
