/* 角色介绍 */
.introduce {
  width: 100%;
  height: 1150px;
  position: relative;
  top: 50px;
  left: 0;
}

.introduce-title {
  text-align: center;
}

.hunter {
  position: relative;
  top: 40px;
  height: 1437px;
}

.hunter.overtime {
  height: 1400px;
}

.hunter-title {
  width: 507px;
  height: 135px;
  background: url("../image/section4/title_p4.png") no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.hunter .hunter-info {
  position: absolute;
  width: 709px;
  height: 983px;
  background: url(../image/section4/hunter-info.png) no-repeat;
  background-size: 100%;
  top: 100px;
  left: 10px;
}

.hunter-info .swiper-container {
  z-index: 11;
}

.hunter .hunter-swiper-pc .hunter-second-bg {
  width: 662px;
  height: 898px;
  position: absolute;
  background: url(../image/section4/hunter-second-bg.png) no-repeat;
  background-size: 100%;
  left: 15px;
  top: 35px;
}

.hunterinfo {
  width: 718px;
  height: 914px;
  margin: 0 auto;
  background-size: 100%;
  position: relative;
  margin-top: -50px;
}

/*角色介绍*/
.role-info {
  width: 720px;
  height: 914px;
  /* margin-top: -43px; */
  position: relative;
  background: url("../image/section4/role-info.png") no-repeat;
      background-size: 100%;
}

.role {
  overflow: hidden;
  font-size: 0;
  position: relative;
  height: 1455px;
}

.role .role-bg {
  position: absolute;
  width: 720px;
  height: 502px;
  /* background: url("../images/role-bg.png") no-repeat; */
  background-size: 100%;l;ioo
  top: 350px;
}

.hunter-pic {
  width: 720px;
  margin: auto;
}

.hunter-one {
  width: 675px;
  position: absolute;
  height: 921px;
  left: -22px;
  top: 6px;
}

.hunter-two {
  width: 675px;
  height: 921px;
  position: absolute;
  left: -22px;
  top: 8px;
}

.hunter-three {
  width: 720px;
  height: 931px;
  position: absolute;
  left: -29px;
  top: 0px;
}

.hunter-four {
  position: absolute;
  width: 711px;
  height: 982px;
  left: -29px;
  top: -49px;
}

.hunter-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  pointer-events: none;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../image/section4/label-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -150px;
  left: 545px;
  width: 88px;
  height: 192px;
  border-radius: 0%;
  filter: grayscale(25%) brightness(80%);
  transform: translateZ(0);
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../image/section4/label-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -148px;
  left: 450px;
  width: 88px;
  height: 192px;
  border-radius: 0%;
  filter: grayscale(25%) brightness(80%);
  transform: translateZ(0);
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../image/section4/label-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -149px;
  left: 355px;
  width: 88px;
  height: 192px;
  border-radius: 0%;
  filter: grayscale(25%) brightness(80%);
  transform: translateZ(0);
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../image/section4/label-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -150px;
  left: 260px;
  width: 88px;
  height: 192px;
  border-radius: 0%;
  filter: grayscale(25%) brightness(80%);
  transform: translateZ(0);
}

.hunter-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  filter: grayscale(0%);
  transform: translateZ(0);
}

.hunter-swiper-button-prev {
  position: absolute;
  width: 105px;
  height: 107px;
  background: url(../image/section4/prev.png) no-repeat;
  background-size: 100%;
  left: 16px;
  top: 433px;
  z-index: 11;
  cursor: pointer;
}

.hunter-swiper-button-next {
  position: absolute;
  width: 105px;
  height: 107px;
  background: url(../image/section4/next.png) no-repeat;
  background-size: 100%;
  right: 30px;
  top: 433px;
  z-index: 11;
  cursor: pointer;
}

/* 轮播区域 */
.avatar-wrapper {
  width: 100%;
  height: 213px;
  position: absolute;
  top: 910px;
}

.avatar-wrapper .swiper-slide .meng-front {
  position: absolute;
  width: 195px;
  height: 195px;
}

/* .swiper-slide {
  width: 189px;
  height: 213px;
} */
/* .avatar-swiper .swiper-slide:nth-child(1) {
  background: url("../image/section4/portrait-active-0.png") no-repeat;
  background-size: 100%;
}
.swiper-slide:nth-child(2) {
  background: url("../image/section4/portrait-active-1.png") no-repeat;
  background-size: 100%;
}
.swiper-slide:nth-child(3) {
  background: url("../image/section4/portrait-active-2.png") no-repeat;
  background-size: 100%;
}
.swiper-slide:nth-child(4) {
  background: url("../image/section4/portrait-active-3.png") no-repeat;
  background-size: 100%;
}
.swiper-slide:nth-child(5) {
  background: url("../image/section4/portrait-active-4.png") no-repeat;
  background-size: 100%;
} */
/* 
.role-swiper-pagination {
  position: absolute;
  top: 702px;
  display: flex;
  justify-content: space-between;
}
.role-swiper-pagination .swiper-pagination-bullet {
  width: 189px;
  height: 213px;
  border-radius: 0;
  cursor: pointer;
  opacity: 1;
} */
.role-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../image/section4/portrait-0.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 153px;
  width: 83px;
  height: 83px;
}

.role-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url("../image/section4/portrait-1.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 261px;
  width: 82px;
  height: 84px;
}

.role-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url("../image/section4/portrait-2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 367px;
  width: 82px;
  height: 84px;
}

.role-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url("../image/section4/portrait-3.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 477px;
  width: 83px;
  height: 84px;
}

.role-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url("../image/section4/portrait-4.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 586px;
  width: 83px;
  height: 84px;
}

.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1) {
  background: url("../image/section4/portrait-active-0.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 148px;
  width: 93px;
  height: 92px;
  top: -5px;
}

.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2) {
  background: url("../image/section4/portrait-active-1.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 256px;
  width: 92px;
  height: 92px;
  top: -4px;
}

.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3) {
  background: url("../image/section4/portrait-active-2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 363px;
  width: 92px;
  height: 92px;
  top: -5px;
}

.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4) {
  background: url("../image/section4/portrait-active-3.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 472px;
  width: 92px;
  height: 92px;
  top: -4px;

}

.role-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5) {
  background: url("../image/section4/portrait-active-4.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 581px;
  width: 92px;
  height: 92px;
  top: -5px;

}

.role-swiper-pagination {
  width: 720px;
  /* height: 83px; */
  position: absolute;
  left: 0;
  /* background: url("../images/role-s-bg.png") no-repeat; */
  /* background-size: 100%; */
  display: inline-block;
  bottom: 172px;
}

.swiper-icon {
  width: 141px;
  height: 152px;
  position: absolute;
  left: 138px;
  top: 535px;
}

.role-swiper-pagination .swiper-pagination-bullet {

  opacity: 1;
  position: absolute;
  cursor: pointer;
  border-radius: 0;
}

.role-share {
  position: absolute;
  top: 550px;
  left: 581px;
  z-index: 100;
}

.role .role-pic {
  position: absolute;
  bottom: 50px;
  left: 133px;
  z-index: 11;
}

.role .role-pic-none {
  position: absolute;
  bottom: 50px;
  left: 140px;
  z-index: 11;
}

.role .swiper-int-done {
  position: absolute;
  bottom: 50px;
  left: 133px;
}

.role-dec {
  width: 492px;
  height: 60px;
  position: absolute;
  bottom: -50px;
  left: 120px;
  background: url(../images/role-dec.png) no-repeat;
  background-size: 100%;
}

.role .role-pic .swiper-draw {
  position: absolute;
  left: 380px;
  top: -12px;
}

.role-select-k {
  width: 193px;
  height: 191px;
  position: absolute;
  top: 430px;
  right: 18px;
}

.role-select-k1 {
  width: 193px;
  height: 191px;
  position: absolute;
  top: 430px;
  right: 18px;
}

.duel-box-tab {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.shopping-tab1 {
  width: 282px;
  height: 84px;
  background: url("../image/section4/tab1.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab-active {
  width: 282px;
  height: 84px;
  background: url("../image/section4/tab-0-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab.shopping-tab-active {
  width: 282px;
  height: 82px;
  background: url("../image/section4/tab-1-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab1.shopping-tab-active {
  width: 282px;
  height: 84px;
  background: url("../image/section4/tab-0-active.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.shopping-tab2 {
  width: 282px;
  height: 82px;
  background: url("../image/section4/tab-2.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-left: 0.2rem;
}

.Stone {
  width: 670px;
  height: 223px;
  background: url("../image/section4/Stone.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 590px;
  left: 50%;
  transform: translateX(-50%);
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 250ms, opacity 250ms ease-in-out;
  position: absolute;
  z-index: -1;
}

.world-info {
  width: 470px;
  height: 790px;
  margin: 50px auto;
  position: relative;
}

.world-info .intro-swiper .swiper-slide .intro-pic {
  width: 470px;
  height: 790px;
  margin: 0 auto;
  position: relative;
}

.world-swiper-button-prev {
  width: 66px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: -80px;
  background: url(../image/section4/world-swiper-button-prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  margin-top: -39px;
}

.world-swiper-button-next {
  width: 66px;
  height: 63px;
  position: absolute;
  right: -80px;
  background: url(../image/section4/world-swiper-button-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  margin-top: -39px;
  top: 50%;
}

.active {
  background: url(../image/section4/portrait-active-1.png) no-repeat;
  background-size: 100%;
}