.page5{
  width: 720px;
  margin: 0 auto;
  height: 1436px;
  position: relative;
  top: -500px;
  /* background: url(../image/section5/bg.jpg) no-repeat;
  background-size: 100%; */
}

.page5.fadeInUpPlus5 {
  animation: fadeInUpPlus5 1s ease-in-out;
}
@keyframes fadeInUpPlus5 {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-hunter {
  width: 176px;
  height: 115px;
  position: absolute;
  top: 70px;
  background: url(../image/section5/title-hunter.png) no-repeat;
  background-size: 100%;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
}

.swiper {
  width: 100%;
  height: 100%;
}

.role-bg {
  width: 100%;
  height: 1009px;
  position: absolute;
  bottom: 0px;
  background: url(../image/section5/role-bg.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 主轮播图分页器样式 */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10;
}

.mySwiper > .swiper-pagination {
  position: absolute;
  bottom: 130px;
  left: 200px;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  width: 147px;
  height: 148px;
  position: absolute;
  bottom: -21px;
  left: -180px;
  background: url(../image/section5/career-1.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  width: 147px;
  height: 148px;
  position: absolute;
  bottom: -21px;
  left: -180px;
  background: url(../image/section5/career-active-1.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  width: 149px;
  height: 148px;
  position: absolute;
  bottom: -21px;
  left: 0px;
  background: url(../image/section5/career-2.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  width: 149px;
  height: 148px;
  position: absolute;
  bottom: -21px;
  left: 0px;
  background: url(../image/section5/career-active-2.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  width: 159px;
  height: 149px;
  position: absolute;
  bottom: -21px;
  left: 175px;
  background: url(../image/section5/career-3.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  width: 159px;
  height: 149px;
  position: absolute;
  bottom: -21px;
  left: 175px;
  background: url(../image/section5/career-active-3.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}
.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  width: 148px;
  height: 150px;
  position: absolute;
  bottom: -21px;
  left: 350px;
  background: url(../image/section5/career-4.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

.mySwiper > .swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  width: 148px;
  height: 150px;
  position: absolute;
  bottom: -21px;
  left: 350px;
  background: url(../image/section5/career-active-4.png) no-repeat;
  background-size: 100%;
  border-radius: 0;
}

/* 分页器点基础样式 */
.swiper-pagination-bullet {
  background-color: #2a2c9c;
  width: 100px;
  height: 100px;
  display: inline-block;
  opacity: 0.8;
}



.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #911717;
}

.hunter-pic {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hunter-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0rem;
  left: 0rem;
  object-fit: cover;
  z-index: 1;
}

/* 战士职业 */
.hunter-warrior .hunter_img {
  width: 720px;
  height: 1436px;
  position: absolute;
  /* bottom: 160px; */
  top: 40px;
  background: url(../image/section5/hunter-1.png) no-repeat;
  background-size: 100%;
}

.hunter-warrior .hunter_text {
  width: 720px;
  height: 562px;
  top: 900px;
  left: 0px;
  position: absolute;
  background: url(../image/section5/hunter-1-text.png) no-repeat;
  background-size: 100%;
}

/* 法师职业 */
.hunter-mage .hunter_img {
  width: 720px;
  height: 1417px;
  position: absolute;
  top: 60px;
  background: url(../image/section5/hunter-2.png) no-repeat;
  background-size: 100%;
}

.hunter-mage .hunter_text {
  width: 720px;
  height: 562px;
  top: 900px;
  left: 0px;
  position: absolute;
  background: url(../image/section5/hunter-2-text.png) no-repeat;
  background-size: 100%;
}

/* 炮手职业 */
.hunter-gunner .hunter_img {
  width: 720px;
  height: 1420px;
  position: absolute;
  top: 60px;
  background: url(../image/section5/hunter-3.png) no-repeat;
  background-size: 100%;
}

.hunter-gunner .hunter_text {
  width: 720px;
  height: 562px;
  top: 900px;
  left: 0px;
  position: absolute;
  background: url(../image/section5/hunter-3-text.png) no-repeat;
  background-size: 100%;
}

/* 刺客职业 */
.hunter-assassin .hunter_img {
  width: 720px;
  height: 1435px;
  position: absolute;
  top: 50px;
  left: 50px;
  background: url(../image/section5/hunter-4.png) no-repeat;
  background-size: 100%;
}
.swiper-button-next {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 124px;
  height: 65px;
  background: url(../image/section5/swiper-button-next.png) no-repeat;
  background-size: 100%;
}
.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 124px;
  height: 65px;
  background: url(../image/section5/swiper-button-prev.png) no-repeat;
  background-size: 100%;
}

.hunter-assassin .hunter_text {
  width: 720px;
  height: 562px;
  top: 900px;
  left: 0px;
  position: absolute;
  background: url(../image/section5/hunter-4-text.png) no-repeat;
  background-size: 100%;
}

/* 动画样式 */
.hunter_img.animated.ani {
  animation-name: fadeInLeft;
  animation-duration: 0.4s;
  animation-delay: 0.25s;
}

.hunter_text.animated.ani {
  animation-name: fadeInRight;
  animation-duration: 0.4s;
  animation-delay: 0.25s;
}

.hunter-slogan {
  width: 476px;
  height: 278px;
  position: absolute;
  top: 625px;
  left: 115px;
  background: url(../image/section5/hunter-slogan.png) no-repeat;
  background-size: 100%;
  z-index: 3;           /* 保证在角色图上方显示 */
  pointer-events: none; /* 不拦截鼠标/触摸事件 */
}

/* 基础样式：所有 hunter 链接 */
.hunter-pic {
  display: block;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  /* 确保链接占满整个裁剪区域 */
  overflow: hidden;
}

.hunter-pic:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}

.hunter-pic:active {
  transform: scale(0.92);
}

/* hunter-1: 左下角，倒三角形（顶点在上） */
.hunter-1 {
  position: absolute;
  width: 531px;
  height: 765px;
  background: url(../image/section5/hunter-1.png) no-repeat;
  background-size: 100%;
  left: 0px;
  top: 760px;
  /* 裁剪为倒三角形：顶点在上方中央，底边在下 */
  clip-path: polygon(64% 3%, 102% 100%, -54% 100%);
  -webkit-clip-path: polygon(64% 3%, 102% 100%, -54% 100%);
  pointer-events: auto;
}

.hunter-2 {
  position: absolute;
  width: 650px;
  height: 674px;
  background: url(../image/section5/hunter-2.png) no-repeat;
  background-size: 100%;
  right: 0px;
  top: 105px;
  /* 裁剪为正三角形：顶点在下方，底边在上 */
  clip-path: polygon(0% -2%, 112% 0%, 47% 98%);
  -webkit-clip-path: polygon(0% -2%, 112% 0%, 47% 98%);
  pointer-events: auto;
} 

.hunter-3 {
  position: absolute;
  width: 360px;
  height: 549px;
  background: url(../image/section5/hunter-3.png) no-repeat;
  background-size: 100%;
  left: 0px;
  top: 235px;
  /* 裁剪为左上角三角形：顶点在右下角 */
  clip-path: polygon(0% -15%, 0% 81%, 111% 98%);
  -webkit-clip-path: polygon(0% -15%, 0% 81%, 111% 98%);
  pointer-events: auto;
} 


.hunter-4 {
  position: absolute;
  width: 360px;
  height: 487px;
  background: url(../image/section5/hunter-4.png) no-repeat;
  background-size: 100%;
  left: 0px;
  top: 650px;
  /* 裁剪为左下角三角形：顶点在右上角 */
  clip-path: polygon(0% 5%, 0% 111%, 103% 25%);
  -webkit-clip-path: polygon(0% 5%, 0% 111%, 103% 25%);
  pointer-events: auto;
} 


.hunter-5 {
  position: absolute;
  width: 391px;
  height: 688px;
  background: url(../image/section5/hunter-5.png) no-repeat;
  background-size: 100%;
  right: 0px;
  top: 810px;
  /* 裁剪为右下角三角形：顶点在左上角 */
  clip-path: polygon(4% 0%, 100% 3%, 102% 162%);
  -webkit-clip-path: polygon(4% 0%, 100% 1%, 102% 162%);
  pointer-events: auto;
} 

/* hunter-6: 右上角，三角形（顶点在左下） */
.hunter-6 {
  position: absolute;
  width: 339px;
  height: 597px;
  background: url(../image/section5/hunter-6.png) no-repeat;
  background-size: 100%;
  right: 0px;
  top: 215px;
  /* 裁剪为右上角三角形：顶点在左下角 */
  clip-path: polygon(0% 95%, 100% 5%, 100% 97%);
  -webkit-clip-path: polygon(0% 95%, 100% 5%, 100% 97%);
  pointer-events: auto;
} 