/* 角色介绍 */
.yzj_hunter {
  width: 100%;
  height: 1360px;
  position: relative;
  top: 36px;
  overflow: hidden;
}

/* 标题 */
.hunter-title {
  width: 679px;
  height: 223px;
  background: url(../image/section3/title_p4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 45px;
  left: 26px;
  margin: 0 auto 50px;
  z-index: 5;
}
.hunter-title-tip {
  width: 224px;
  height: 44px;
  background: url(../image/section3/title-tip.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 220px;
  left: 252px;
}

.hunterinfo {
  width: 100%;
  height: 1360px;
  position: relative;
}

.hunter-info {
  width: 100%;
  height: 1360px;
  margin: 0 auto;
  position: relative;
}

.hunter-group-swiper {
  width: 100%;
  height: 1360px;
  position: relative;
  /* padding-top: 260px; */
  box-sizing: border-box;
}

.hunter-group-wrapper,
.hunter-child-wrapper {
  align-items: center;
}

.hunter-group-slide,
.hunter-child-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hunter-child-swiper {
  width: 100%;
  height: 1360px;
  position: relative;
}

.hunter-child-slide {
  width: 100%;
  height: 1360px;
}

/* 角色容器 */
.hunter-pic {
  width: 100%;
  height: 100%;
  position: relative;
}

.hunter_img {
  width: 720px;
  height: 1260px;
  position: absolute;
  top: 70px;
  /* left: 20px; */
  z-index: 2;
  background-image: url(../image/section3/hunter_img_1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

/* 大轮播左右按钮 */
.hunter-swiper-button-prev,
.hunter-swiper-button-next {
  width: 92px;
  height: 93px;
  position: absolute;
  top: 750px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 20;
}

.hunter-swiper-button-prev {
  left: 20px;
  background-image: url(../image/section3/prev.png);
}

.hunter-swiper-button-next {
  right: 20px;
  background-image: url(../image/section3/next.png);
}

/* 大轮播分页：3 个组 */
.hunter-swiper-pagination {
  width: 720px;
  height: 184px;
  position: absolute;
  left: 0;
  top: 275px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  z-index: 15;
}

.hunter-swiper-pagination .swiper-pagination-bullet {
  width: 115px;
  height: 172px;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.hunter-swiper-pagination .swiper-pagination-bullet-active {
  width: 124px;
  height: 184px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background-image: url(../image/section3/big-1.png);
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background-image: url(../image/section3/big-2.png);
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background-image: url(../image/section3/big-3.png);
}

.hunter-swiper-pagination .swiper-pagination-bullet-active:nth-child(1) {
  background-image: url(../image/section3/big-active-1.png);
}

.hunter-swiper-pagination .swiper-pagination-bullet-active:nth-child(2) {
  background-image: url(../image/section3/big-active-2.png);
}

.hunter-swiper-pagination .swiper-pagination-bullet-active:nth-child(3) {
  background-image: url(../image/section3/big-active-3.png);
}

/* 子轮播分页：每组 4 个，12 个子项共用同一套头像状态 */
.hunter-child-pagination {
  width: 720px;
  height: 144px;
  position: absolute;
  left: 0;
  top: 1178px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 30;
}

.hunter-child-pagination .swiper-pagination-bullet {
  width: 145px;
  height: 144px;
  margin: 0;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  background-image: var(--hunter-page-normal);
  background-size: 100%;
  background-repeat: no-repeat;
}

.hunter-child-pagination .swiper-pagination-bullet-active {
  background-image: var(--hunter-page-active);
}

.hunter_img.animated.ani {
  animation: fadeInLeft 0.4s 0.25s both;
}

.pagination-swiper-container,
.hunter_op_bg,
.hunter_text {
  display: none;
}