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

.title-hunter {
  width: 100%;
  height: 171px;
  position: absolute;
  top: 70px;
  background: url(../image/section5/title-hunter.png) no-repeat;
  background-size: 100%;
  z-index: 5;
  left: 0px;
}

.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;
}