@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

body,
html {
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 16px "黑体";

  /*IOS禁止微信调整字体大小*/
  -webkit-text-size-adjust: 100% !important;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}

a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

input,
select {
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

.container {
  width: 720px;
  overflow: hidden;
  position: relative;
}

.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}

.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

/*-- header --*/
.header {
  width: 720px;
  position: fixed;
  top: 0;
  z-index: 5;
  font-size: 0;
}

#top {
  width: 100%;
  height: 118px;
  background: url("../images/bg-header.png") no-repeat;
  background-size: 100%;
}

#top a.top_logo {
  margin: 14px 3px;
}

#top a.top_logo>img {
  width: 88px;
}

#top a.top_logo .logo-right {
  margin: 6px 15px;
  font-size: 38px;
  color: #fff;
}

#top a.top_download {
  width: 90px;
  margin: 17px 10px 0 0;
}

#top a.top_download img {
  vertical-align: top;
}


#menu ul {
  display: flex;
}

#menu ul.menu-ul {
  position: relative;
  z-index: 3;
  background: url(../images/menu-bg1.png) no-repeat;
  background-size: 100%;
  width: 720px;
  height: 149px;
  display: flex;
  align-items: center;

}

#menu ul .header-download-wrapper {
  width: 277px;
  height: 99px;
  margin-left: 180px;
  margin-top: -7px;
}

#menu .header-nav-btn {
  position: absolute;
  left: 620px;
  top: 20px;
}

#menu .header-nav-btn a {
  display: block;
  width: 50px;
  height: 45px;
  background: url(../images/header-nav-open.png) no-repeat;
  background-size: 100%;
}

#menu .header-nav-btn.off a {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-left: -5px;
  background: url(../images/header-nav-close.png) no-repeat;
  background-size: 100%;
}

#menu ul li a {
  display: block;
  margin: 0 auto;
  margin-top: 26px;
}

#menu ul li .btn-news {
  width: 86px;
  height: 43px;
  background: url("../images/nav-news.png") no-repeat;
  background-size: 100%;
}

#menu ul li .btn-fb {
  width: 57px;
  height: 30px;
  background: url("../images/nav-fb.png") no-repeat;
  background-size: 100%;
  margin-top: 32px;
}

#menu ul li .btn-home {
  width: 83px;
  height: 43px;
  background: url("../images/nav-home.png") no-repeat;
  background-size: 100%;
}

#menu ul li .btn-kefu {
  width: 86px;
  background: url("../images/nav-kefu.png") no-repeat;
  background-size: 100%;
}

/* 弹窗关闭 */
.dia-close {
  width: 39px;
  height: 40px;
  position: absolute;
  top: 260px;
  right: 30px;
  background: url(../images/pop/pop-close.png) no-repeat;
  background-size: 100%;
  z-index: 104;
}


#menu ul li a.m:hover,
#menu ul li a.m.active {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

/* 悬浮窗弹窗 */
#menu .header-menu__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 49;
}

#menu .header-menu__wrapper {
  margin: 0 auto;
  padding-top: 230px;
}

#menu .header-menu__wrapper ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

#menu .header-menu__wrapper ul li {
  margin-top: 40px;
}

#menu .header-menu__wrapper li .header-menu-available {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-game-available.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li .header-menu-download {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-game-download.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li .header-menu-reserve {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-game-reserve.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li:nth-child(2) a {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-fans-group.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li:nth-child(3) a {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-gamer-group.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li:nth-child(4) a {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-game-apk.png") no-repeat;
  background-size: 100%;
}

#menu .header-menu__wrapper li:nth-child(5) a {
  display: block;
  width: 632px;
  height: 128px;
  background: url("../images/header-game-service.png") no-repeat;
  background-size: 100%;
}

.wrap {
  width: 720px;
  height: 4000px;
  position: relative;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100%;
}

/*
.back {
  width: 720px;
  height: 100vh;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
} */

.wrap::before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background: url("../image/bg.png") no-repeat center top;
  background-attachment: fixed; */
}

/*第一屏*/
.topic {
  position: relative;
  top: 0;
  left: 0;
  /*background: url("../images/section1.png") no-repeat;*/
  background-size: 100%;

}

.topic-bg {
  height: 1108px !important;
}


.logo {
  width: 274px;
  height: 146px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 120px;
  left: 0;
}

.topic .slogan {
  width: 720px;
  position: absolute;
  top: 870px;
}




#menu ul .btn-fb {
  background: url(../images/btn-fb.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 50px;
  position: absolute;
  left: 475px;
  display: flex;
  align-items: center;
  top: 18px;
}

#menu ul .btn-group {
  position: absolute;
  left:  550px;
  background: url(../images/btn-group.png) no-repeat;
  background-size: 100%;
  width: 43px;
  height: 43px;
  top: 20px;
}

#menu ul .btn-fb-detail {
  background: url(../images/detail-fb.png) no-repeat;
  background-size: 100%;
  width: 78px;
  height: 79px;
  position: absolute;
  right: 105px;
  display: flex;
  align-items: center;
  top: 25px;
}

#menu ul .btn-group-detail {
  position: absolute;
  right: 12px;
  background: url(../images/detail-people.png) no-repeat;
  background-size: 100%;
  width: 78px;
  height: 79px;
  top: 26px;
}
#menu ul .fb-login {
  position: absolute;
  left: 250px;
  background: url(../images/fb-login.png) no-repeat;
  background-size: 100%;
  width: 228px;
  height: 70px;
  top: 13px;
  z-index: 6;
}

#menu ul .game-privacy {
  left: 630px;
  top: 20px;
}

#menu ul .querys {
  position: absolute;
  right: 20px;
  background: url(../images/query.png) no-repeat;
  background-size: 100%;
  width: 228px;
  height: 70px;
  top: 13px;
  z-index: 6;

}

.topic .btn-fb {
  background: url(../images/btn-fb.png) no-repeat;
  background-size: 100%;
  width: 31px;
  height: 50px;
  position: absolute;
  right: 26px;
  display: flex;
  align-items: center;
  top: 153px;
  z-index: 1;
}

.topic .btn-group {
  background: url(../images/btn-group.png) no-repeat;
  background-size: 100%;
  width: 43px;
  height: 43px;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  top: 220px;
  z-index: 1;
}

.game-privacy {
  background: url(../images/btn-ys.png) no-repeat;
  background-size: 100%;
  width: 42px;
  height: 48px;
  position: absolute;
  right: 20px;
  display: flex;
  align-items: center;
  top: 282px;
  z-index: 1;
}

.topic .down-gp a,
.topic .down-iOS a,
.topic .down-apk a,
.topic .down-pc a,
.topic .down-hw a {
  display: block;
  font-size: 0;
  position: absolute;
  z-index: 3;
}

.down-apk a {
  background: url(../images/apk-btn.png) no-repeat;
  background-size: 100%;
  width: 299px;
  height: 89px;
  top: 1066px;
  right: 50px;
}

.down-gp a {
  background: url(../images/gp-btn.png) no-repeat;
  background-size: 100%;
  width: 293px;
  height: 87px;
  top: 960px;
  left: 50px;
}

.down-iOS a {
  background: url(../images/ios-btn.png) no-repeat;
  background-size: 100%;
  width: 286px;
  height: 87px;
  top: 960px;
  right: 50px;
}

.down-hw a {
  background: url(../images/hw-btn.png) no-repeat;
  background-size: 100%;
  width: 257px;
  height: 87px;
  top: 1066px;
  left: 225px;
}

.down-pc a {
  background: url(../images/pc-btn.png) no-repeat;
  background-size: 100%;
  width: 299px;
  height: 89px;
  top: 1005px;
  right: 50px;
}
.btn-video {
  width: 98px;
  height: 98px;
  position: absolute;
  top: 355px;
  left: 310px;
  background: url(../images/btn-video.png) no-repeat;
  background-size: 100%;
  z-index: 1;

}
.img-footer {
  width: 720px;
  height: 196px;
  position: absolute;
  top: 1138px;
}

.hunter {
  position: relative;
  top: 1156px;
}

.hunter-title-wrap {
  width: 699px;
  height: 98px;
  background: url(../images/dule-title.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

/* .hunterinfo {
  width: 718px;
  height: 914px;
  background-size: 100%;
  position: relative;
} */

/*角色介绍*/
/* .hunterinfo {
  width: 720px;
  height: 914px;
  position: relative;
} */

.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%;
  top: 350px;
}

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

.role-swiper {
  width: 720px;
  height: 918px;
  margin: auto;
  margin-top: 0px;
}

.role-swiper .swiper-slide {
  width: 706px;
  height: 758px;
}

.role-swiper .swiper-slide img {
  /* width: 100%; */
  position: absolute;
}

/* .hunter-one {
  width: 662px;
  position: absolute;
  left: 58px;
  top: 27px;
  height: 704px;
}

.hunter-two {
  width: 662px;
  height: 723px;
  position: absolute;
  left: 58px;
  top: 32px;
}

.hunter-three {
  width: 662px;
  height: 699px;
  position: absolute;
  left: 58px;
  top: 45px;
}

.hunter-four {
  width: 662px;
  position: absolute;
  height: 691px;
  left: 57px;
  top: 56px;

}

.hunter-five {
  width: 662px;
  position: absolute;
  left: 57px;
  height: 740px;
  top: 10px;
} */

.role-swiper .swiper-slide .role-pic {
  width: 720px;
  position: absolute;
  /* top: 8px;
      left: 8px; */
  z-index: 1;
}

.role-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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: 175px;
}



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

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













/* 游戏介绍 */
.intro {
  width: 100%;
  height: 1000px;
  position: relative;
  font-size: 0;
}

.intro .title {
  /* width: 720px;
  height: 1.92em; */
  display: flex;
  justify-content: center;
  padding-top: 80px;
  /* margin: auto; */
}

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

.poker-swiper-button-prev {
  width: 66px;
  height: 63px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -60px;
  background: url(../images/prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

.poker-swiper-button-next {
  width: 66px;
  height: 63px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -69px;
  background: url(../images/next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}

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

.role .intro-content .career-btn {
  width: 287px;
  height: 82px;
  background: url(../images/career-btn.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  /* opacity: 0.7; */
  position: absolute;
  top: 150px;
  left: 70px;
  transition: all 0.3s;
  z-index: 2;
}

.role .intro-content .career-btn.active {
  background: url(../images/career-btn-active.png) no-repeat;
  background-size: 100%;
}

.role .intro-content .affiche-btn {
  width: 287px;
  height: 82px;
  background: url(../images/affiche-btn.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 70px;
  top: 150px;
  transition: all 0.3s;
  z-index: 2;
}

.role .intro-content .affiche-btn.active {
  background: url(../images/affiche-btn-active.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}

.intro-content .intro-swiper {
  width: 100%;
  height: 399px;
}

.intro-swiper .swiper-slide .intro-pic {
  position: absolute;
  width: 688px;
  height: 399px;
  left: 15px;
}

/*
.intro-content .affiche-info {
  position: absolute;
  z-index: 100;
} */

.intro-content .affiche-swiper {
  width: 688px;
  height: 399px;
}


.intro-info .intro-swiper-button-next {
  width: 53px;
  height: 60px;
  position: absolute;
  top: 560px;
  left: 665px;
  background: url(../images/intro-btn-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.affiche-info .affiche-swiper-button-next {
  width: 53px;
  height: 60px;
  position: absolute;
  top: 168px;
  left: 650px;
  background: url(../images/intro-btn-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.intro-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 0;
  opacity: 1;
  background: url(../images/intro-s-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  margin-left: 166px;
}

.affiche-swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 0;
  opacity: 1;
  background: url(../images/intro-s-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 20px;
  margin-left: 152px;
}

/* .intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(2),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
  left: 91px;
}

.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(3),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
  left: 185px;
}

.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(4),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
  left: 280px;
}

.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(5),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(5) {
  left: 370px;
}

.intro-swiper-pagination .swiper-pagination-bullet:nth-of-type(6),
.affiche-swiper-pagination .swiper-pagination-bullet:nth-of-type(6) {
  left: 463px;
}

.intro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.affiche-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background-image: url(../images/intro-s-active.png);
} */



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

.Stone {
  width: 670px;
  height: 223px;
  position: absolute;
  left: 50%;
  top: 750px;

  transform: translateX(-50%);
  background: url("../images/song.png") no-repeat;
  background-size: 100%;
}

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



/*资讯栏*/
.infor {
  position: relative;
  font-size: 0;
  height: 1200px;
  top: 1200px;
}

.role {
  position: relative;
  font-size: 0;
  height: 1200px;
  margin-top: 117px;
}

.infor-btns {
  height: 164px;
  display: flex;
}

.infor .infor-btns>div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.infor-btns>div>a {
  display: block;
  width: 219px;
  height: 69px;
}

/*轮播*/
.carousel {
  width: 553px;
  height: 290px;
  margin: auto;
  position: absolute;
  overflow: hidden;
  top: 660px;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-swiper-pagination {
  bottom: 10px;
  right: 10px;
}

.carousel-swiper-pagination .swiper-pagination-bullet {
  width: 26px;
  height: 26px;
  margin: 0 2px;
  background: url("../images/banner-btn.png");
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
}

.carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../images/banner-btn-active.png");
  background-size: 100%;
}

/*tab切换*/
.tab {
  width: 664px;
  overflow: hidden;
  position: relative;
  margin: 30px auto 0;
  padding-top: 90px;
  box-sizing: border-box;
}

.tab_list {
  /* overflow: hidden; */
}

.tab_list ul {
  /* overflow: hidden; */
  float: left;
  width: 100%;
  /* margin-left: 10px; */
  height: 500px;
  overflow-y: auto;
  padding-right: 15px;
}

.tab_list ul::-webkit-scrollbar {
  margin-left:5px;
  width: 10px;
  color: #6f1515;
}

.tab_list ul::-webkit-scrollbar-thumb {
  background-color: #6f1515;
  border-radius: 50px;
}

.tab_list ul::-webkit-scrollbar-track {
  background-color: #79705c;
}

.tab_list ul li {
  padding: 0 10px;
  list-style: none;
  border-bottom: 1px dashed #6d98bf;
}

.tab_list ul li a {
  display: flex;
  height: 54px;
  line-height: 54px;
  font-size: 26px;
  justify-content: space-between;
  color: #fff;
}

.tab_list ul li a:hover {}

.tab_icon {
  float: left;
  margin-right: 10px;
  text-align: center;
}

.tab_title {
  float: left;
  width: 230px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab_date {
  /* float: right;
  text-align: right; */
}

.pws_tabs_container,
.pws_tabs_controll a {
  font-size: 16px;
}

.pws_tabs_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 560px;
  margin-left: 45px;
}

.pws_tabs_container ul.pws_tabs_controll {
  list-style: none;
  padding: 0;
  margin-left: 15px;
}

.pws_tabs_container ul.pws_tabs_controll li {
  display: inline-block;
}

.pws_tabs_container ul.pws_tabs_controll li a {
  display: block;
  width: 102px;
  line-height: 54px;
  font-size: 33px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #373737;
}

.pws_tabs_container ul.pws_tabs_controll li:last-child a {
  border-right: 0px;
}

.pws_tabs_container ul.pws_tabs_controll li a i {
  margin-right: 8px;
}

.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_noname i {
  margin-right: 0;
  margin-left: 0;
}

.pws_tabs_container ul.pws_tabs_controll li a.pws_tab_active {
  color: #faca8c;
  border-bottom: 2px solid #faca8c;
}

.btn-more {
  width: 100px;
  height: 36px;
  position: absolute;
  top: 28px;
  right: 20px;
  font-size: 30px;
  color: #373737;
}

.pws_tabs_list {
  display: block;
  transition: all 0.3s ease-in-out 0.3s;
  /* overflow: hidden; */
  position: relative;
}

.pws_tab_single {
  display: block;
  transition: all 0.3s ease-in-out;
}

.title {
  overflow: hidden;
}

.title img {
  display: flex;
  justify-content: center;
}

.role-img {
  width: 375px;
  height: 90px;
  margin: auto;
}

/*视频*/
.video {
  padding-bottom: 165px;
  overflow: hidden;
  font-size: 0;
}

.video-info {
  width: 651px;
  height: 386px;
  margin: 30px auto 160px;
  position: relative;
  background: url("../images/video-bg.png") no-repeat;
  background-size: 100%;
}

.video-swiper {
  width: 633px;
  height: 369px;
  padding-top: 8px;
  margin-left: 9px;
}

.video-swiper .swiper-slide h2 {
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 35px;
  color: #f7f8f9;
  z-index: 2;
}

.video-swiper .swiper-slide .play {
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-swiper .swiper-slide .youtube {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 3;
}

.video-swiper-pagination {
  width: 591px;
  height: 168px;
  margin: auto;
  position: relative;
  bottom: 0;
}

.video-swiper-pagination .swiper-slide {
  margin-top: 50px;
}

.video-swiper-pagination .swiper-slide span {
  width: 187px;
  height: 114px;
  position: relative;
  opacity: 1;
  display: block;
  border-radius: 0;
}

.video-swiper-pagination .swiper-slide.swiper-slide-active span:after {
  content: "";
  width: 197px;
  height: 134px;
  position: relative;
  left: -5px;
  top: -16px;
  background: url("../images/video-s-active.png") no-repeat;
  background-size: 100%;
  display: block;
  z-index: -1;
}

.video-swiper-pagination .swiper-slide .swiper-slide-1 {
  background: url("../images/video-s-1.png") no-repeat;
  background-size: 100%;
}

.video-swiper-pagination .swiper-slide .swiper-slide-2 {
  background: url("../images/video-s-2.png") no-repeat;
  background-size: 100%;
}

.video-swiper-pagination .swiper-slide .swiper-slide-3 {
  background: url("../images/video-s-3.png") no-repeat;
  background-size: 100%;
}

.video-swiper-button-prev {
  width: 22px;
  height: 45px;
  position: absolute;
  top: 500px;
  left: -5px;
  background: url("../images/video-btn.png") no-repeat;
  background-size: 100%;
}

.video-swiper-button-next {
  width: 22px;
  height: 45px;
  position: absolute;
  top: 500px;
  right: -5px;
  background: url("../images/video-btn.png") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*游戏特色*/
.feature {
  padding-bottom: 100px;
  overflow: hidden;
  font-size: 0;
}

.feature .title {
  text-align: right;
  height: 107px;
}

.feature .title img {
  width: 619px;
  height: 107px;
}

.feature-info {
  width: 720px;
  height: 504px;
  margin-top: 37px;
  background: url("../images/feature-bg.png") no-repeat center bottom;
  background-size: 100%;
}

.feature-swiper {
  width: 694px;
  height: 417px;
  margin: auto;
}

.feature-swiper .swiper-slide img {
  width: 100%;
}

.feature-swiper .swiper-slide .feature-pic {
  width: 694px;
  position: absolute;
  z-index: 1;
}

.feature-swiper .swiper-slide .feature-screen {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

.feature-swiper-pagination {
  margin-top: 48px;
  position: relative;
}

.feature-swiper-pagination .swiper-pagination-bullet {
  width: 47px;
  height: 47px;
  margin: 0 10px;
  background: url("../images/feature-s.png") no-repeat;
  background-size: 100%;
  border-radius: 0;
  opacity: 1;
}

.feature-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url("../images/feature-s-active.png") no-repeat;
  background-size: 100%;
}

/*footer*/
.footer {
  width: 720px;
  height: 116px;
  background: url("../images/footer-bg.png") no-repeat center;
  background-size: 100%;
  position: relative;
  /* bottom: 1px; */
  left: 0;
}

.footer .cont {
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright,
.logo-game,
.copyright img,
.copyright p {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
  color: white;
}

.logo-game img {
  width: 329px;
  /* margin-top: -20px; */
}

.logo-five>img {
  width: 40px;
  height: 40px;
}

.logo-game .company-game {
  font-size: 12px;
  color: #cccccc;
  margin-left: -30px;
  margin-top: -15px;
}

.copyright img {
  width: 76px;
}

.copyright p {
  margin-left: 15px;
  line-height: 14px;
  font-size: 12px;
  color: #cccccc;
  text-align: left;
  /* white-space: pre-line; */
}

/*弹出视频*/
.video_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.pop-video-wrapper {
  width: 704px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.pop-video-wrapper .pop-videos-inner {
  width: 704px;
  height: 500px;
  position: absolute;

}

.videos {
  width: 704px;
  height: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 522px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../images/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 101;
}

/*二级页*/
#wrapper {
  width: 720px;
  height: 1430px;
  background: url("../images/wrapper-bg.png") no-repeat center;
  background-size: 100%;
  /* margin-bottom: -1px;
  position: relative; */
}

.content {
  width: 680px;
  height: 1049px;
  background: url(../images/content-bg.png) no-repeat center;
  background-size: 100%;
  position: relative;
  top: 185px;
  left: 20px
}

.content-header {
  margin: 0 6px;
  position: relative;
}

.content-header-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 9px;
  background-color: #faca8c;
}

.goBack {
  position: absolute;
  right: 195px;
  background: url(../images/back-btn.png) no-repeat center top;
  background-size: 100%;
  width: 325px;
  height: 98px;
  top: 1100px;
}

.content-main {
  /* padding: 20px 0 0; */
  position: relative;
}

.content-main-tab {
  width: 551px;
  height: 53px;
  margin: auto;
  /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
  margin-top: 30px;
}

.content-main-tab-item {
  width: 170px;
  margin-top: 3px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  float: left;
  z-index: 99;
  border: 1px solid #faca8c;
  background-color: #ccc;
}

.content-main-tab-item:nth-of-type(1),
.content-main-tab-item:nth-of-type(2) {
  border-right: 0;
}

.content-main-tab-item:first-child {
  margin-left: 18px;
}

.content-main-tab-item.active,
.content-main-tab-item:hover {
  background-color: #faca8c;
  color: #fff;
}

.content-main-tab-item a {
  display: block;
  color: #fff;
  text-shadow: 0 0 4px #ccc;
}

.content-main-tab-item a img {
  width: auto;
  height: 21px;
  margin-right: 10px;
  vertical-align: unset;
}

.content-main-list {
  min-height: 800px;
  margin: 15px 8px 0;
  clear: both;
}

.content-main-list-item {
  line-height: 100px;
  border-bottom: 1px solid #dce1e7;
  overflow: hidden;
}

.content-main-list-item a {
  font-size: 29px;
  color: #515151;
}

.content-main-list-item a:hover {
  /*font-weight: 700;*/
}

.content-main-list-item_icon {
  float: left;
  width: 96px;
  height: 40px;
  margin: 30px 10px 0 10px;
  background-color: #515151;
  display: inline-block;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.content-main-list-item_title {
  float: left;
  width: 370px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content-main-list-item_date {
  float: right;
  margin-right: 15px;
  text-align: right;
}

.content-main-page {
  padding: 30px;
}

.content-main-page-list {
  font-size: 38px;
  color: #515151;
  text-align: center;
}

.content-main-page-list li {
  display: inline-block;
  margin: 0 15px;
}

.content-main-page-list .pagination li.active a {
  text-decoration: underline;
  color: #2d92b0;
}

.content-main-page-list a {
  display: inline-block;
  color: #515151;
}

.content-main-page-list a:hover {
  text-decoration: underline;
}

#pageNow {
  text-decoration: underline;
}

#prevPageNow,
#nextPage {
  font-family: "微软雅黑";
}

.content-main-inner {
  width: 665px;
  max-height: 1000px;
  overflow: hidden;
  margin: 0 auto;
  overflow-y: scroll;
}

.content-main-title {
  font-size: 44px;
  color: #fff;
  text-align: center;
  width: 598px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  top: 72px;
  left: 50px;

}

.content-main-time {
  line-height: 30px;
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: 155px;
  left: 50%;
  /* width: 500px; */
  margin-left: -142px;
}

.content-main-ctn {
  position: absolute;
  font-size: 24px;
  color: #fff;
  top: 232px;
  width: 570px;
  left: 90px;
  height: 702px;
  overflow: auto;
  overflow-x: hidden;
  left: 50%;
  margin-left: -275px;
  padding-right: 6px;
}
.content-main-ctn::-webkit-scrollbar {
  margin-left:5px;
  width: 10px;
  color: #cbe0f3;
}

.content-main-ctn::-webkit-scrollbar-thumb {
  background-color: #cbe0f3;
  border-radius: 50px;
}

.content-main-ctn::-webkit-scrollbar-track {
  background-color: #042646;
}
.content-main-ctn img {
  max-width: 100%;
  margin: auto;
  display: block;
}

/* 缩放动画 */
.zoom {
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.poker-wrapper {
  width: 595px;
  height: 740px;
  margin: 0 auto;
  position: relative;
  margin-top: 240px;
}

.swiper-container-coverflow .swiper-slide {
  transform-origin: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 80px; */
  font-weight: bold;
  color: #000;
  background-size: cover;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  width: 447px;
  height: 740px;
  /* top: 50px; */
}

.title-img {
  width: 467px;
  height: 90px;
  margin: 0 auto;
}

.infor-content {
  width: 680px;
  height: 1087px;
  background: url(../images/infor-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  margin-left: -340px;
  /* margin-top: 80px; */
}

.pop-login {
  width: 720px;
  height: 1251px;
  background: url("../images/pop/new-login_bg.png") no-repeat;
  background-size: 100%;
  margin-left: -17.5px;
  position: relative;
  left: 50%;
  top: 48%;
}

.shade.login {
  background: rgba(0, 0, 0, 0.6);
}

.pop-login-Android {
  width: 720px;
  height: 1080px;
  background: url("../images/warp-img/pop-up/login-pop-bg.png") no-repeat;
  background-size: 100%;
}

.pop-login .step-info {
  position: relative;
  top: 505px;
  left: 83px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
}

.pop-login-Android .step-info {
  position: relative;
}

.pop-login .step-info .order-select {
  width: 165px;
  height: 60px;
  font-size:20px;
  font-weight: 600;
  margin-left: 25px;
  padding-left: 20px;
  display: inline-block;
  background: url(../images/pop/order-select.png) no-repeat 100%;
  background-size: 15px 12px;
  background-position-x: 126px;
  /* border: 1px solid #9B7842; */
  color: #133f60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
}
.pop-login .step-info .order-select option {
  background: #fff;
  color: #000;
}
.pop-login .step-info .order-tel {
  width: 330px;
  height: 64px;
  display: inline-block;
  margin-top: 0px;
  font-size: 20px;
  /* font-weight: 700; */
  color: #6e300d;
  text-align: center;
  text-align-last: center;
  border-radius: 0;
  box-sizing: border-box;
  /* margin-left: 4px; */
  text-size-adjust: none;
  position: absolute;
  background-color: transparent;
  border: 0;
  /* left: 156px;
}

.pop-login-Android .step-info .order-select {
  width: 168px;
  height: 75px;
  padding-left: 2%;
  display: inline-block;
  background: url(../images/warp-img/pager2/order-select.png) no-repeat 100%;
  background-position-x: 140px;
  /* border: 1px solid #9B7842; */
  font-size: 20px;
  font-weight: 700;
  color: #133f60;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 0;
}

.pop-login-Android .step-info .order-tel {
  width: 367px;
  height: 75px;
  line-height: 67px;
  /* background: #E7E3D7; */
  /* border: 1px solid #9B7842; */
  display: inline-block;
  margin: 0px -52px;
  font-size: 20px;
  font-weight: 700;
  color: #0b3787;
  text-align: center;
  text-align-last: center;
  border-radius: 0;
  box-sizing: border-box;
  /* margin-left: 4px; */
  text-size-adjust: none;
  position: absolute;
  border: 0;
  background: url(../images/warp-img/pop-up/pop-order-input-bg.png) no-repeat;
  left: 295px;
  top: 3px;
}

.pop-login-like {
  position: absolute;
  top: 410px;
  left: 50%;
  /* transform: translateX(-50%); */
  margin-left: -355px;
}

.pop-login-Android .pop-login-like-Android {
  position: absolute;
  top: 713px;
  left: 50%;
  margin-left: -292px;
  /* transform: translateX(-50%); */
}

.pop-login .step-info .order-tel.activeFalse {
  color: red;
}

.pop-login .step-info .order-tel.activeTrue {
  color: #133f60;
}

.pop-login-Android .step-info .order-tel.activeFalse {
  color: red;
}

.pop-login-Android.step-info .order-tel.activeTrue {
  color: #133f60;
}

.pop-login .pop-login-btn {
  position: absolute;
  width: 395px;
  height: 92px;
  top: 260px;
  left: 68px;
}

.pop-login-Android .pop-login-btn-and {
  position: absolute;
  width: 551px;
  height: 96px;
  top: 345px;
  left: 92px;
}

.pop-login-Android .pop-login-btn-and::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 41px;
  background: url(../image/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 1;
}

.pop-login .pop-login-btn::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 35px;
  background: url(../images/pop/fb-ward.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 62px;
  z-index: 1;
}

.pop-login .pop-login-btn::after {
  content: "";
  display: inline-block;
  width: 71px;
  height: 79px;
  background: url(../images/pop/over-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  right: 40px;
  position: absolute;
  top: 100px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-login-Android .pop-login-btn-and::after {
  content: "";
  display: inline-block;
  width: 58px;
  height: 59px;
  background: url(../images/warp-img/pop-up/fb-like-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  right: -13px;
  position: absolute;
  top: 69px;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
}

.pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 585px;
  left: 145px;
  align-items: center;
}


.pop-login-Android .pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 287px;
  left: 88px;
}

.pop-login-checkbox-wrapper .pop-login-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/pop/login-checkbox.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pop-login-checkbox-wrapper .pop-login-checkbox:checked::after {
  content: "";
  display: inline-block;
  width: 29px;
  height: 25px;
  background: url(../images/pop/login-checkbox-active.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: 0px;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint {
  display: inline-block;
  width: 358px;
  height: 24px;
  margin-left: 10px;
  margin-top: 0px;
}

.pop-login .pop-login-btn {
  width: 483px;
  height: 182px;
  cursor: pointer;
  position: absolute;
  top: 630px;
  left: 50%;
  margin-left: -241.5px;
  /* margin-left: -197.5px; */
}

.pop-login .bottom {
  width: 518px;
  height: 380px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  bottom: 28px;
  bottom: 50px;
  transform: translateX(-50%);
}

.dia-close-login {
  width: 74px;
  height: 75px;
  position: absolute;
  top: 5px;
  /* left: 660px; */
  right: 0px;
  background: url("../image/pop/pop-close.png") no-repeat;
  background-size: 100%;
}

/* 查询弹窗 */
.pop-query-k {
  width: 649px;
  height: 700px;
  background: url("../images/pop/pop-query-bg1.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.query-end .pop-query-k{
  width: 649px;
  height: 700px;
  background: url("../images/pop/pop-query-bg1.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.pop-query-diamond {
  text-align: center;
  position: absolute;
  top: 94px;
  left: 530px;
}

.pop-query-diamond span {
  font-size: 55px;
  -webkit-text-size-adjust: none;
  font-weight: 700;
  margin-left: 10px;
  background-image: -webkit-linear-gradient(top, #fff2ee, #fadc6d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-query-nei {
  width: 570px;
  position: relative;
  overflow-y: scroll;
  height: 450px;
  left: 46px;
  top: 181px;
  overflow-x: hidden;
}

.query-info li {
  position: relative;
  line-height: 65px;
  margin-bottom: 5px;
  height: 58px;
  display: flex;
  align-items: center;
}

.query-info li .name {
  width: 275px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* background-color: #321617; */
  margin-right: 10px;
  display: flex;
  background: url("../images/pop/query-name.png");
  background-size: 100%;
  justify-content: center;
  align-items: center;
  line-height: 56px;
  color: #fff;
}

.query-info li .code {
  width: 143px;
  height: 44px;
  overflow: hidden;
  background-color: #321617;
  text-overflow: ellipsis;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 17px;
  text-align: center;
  background: url("../images/pop/query-code.png");
  background-size: 100%;
  color: #fff;
}

.query-info li .btn-copy {
  position: relative;
  margin-left: 10px;
  top: -2px;
}

.query-info li .btn-copy a {
  width: 125px;
  height: 51px;
  margin: auto;
  background: url("../images/pop/pop-query-copy.png") no-repeat;
  background-size: 100%;
  display: block;
  margin-top: 6px;
}

.query-info li .btn-get a {
  width: 130px;
  height: 46px;
  margin: auto;
  background: url(../images/pop/pop-query-get.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 5px;
}

.query-info li .go-share {
  position: relative;
  margin-left: 10px;
  top: 3px;
}

.query-info li .go-share a {
  width: 157px;
  height: 63px;
  margin: auto;
  background: url(../images/go-award.png) no-repeat;
  background-size: 100%;
  display: block;
}

.query-info li .go-lottery {
  position: relative;
  margin-left: 10px;
  top: 3px;
}

.query-info li .go-lottery a {
  width: 157px;
  height: 63px;
  margin: auto;
  background: url(../images/go-award.png) no-repeat;
  background-size: 100%;
  display: block;
}

.pop-query .dia-close {
  top: -33px;
  left: 624px;
}

/*  源战役的 角色介紹 报错角色的大小格式  */
.yzj_hunter {
  width: 100%;
  height: 1100px;
  position: relative;
  top: 1150px;
}

.hunter-info {
  width: 100%;
  height: 100%;
}



/* 標題 */
.yzj_hunter-title-wrap{
  width: 489px;
  height: 150px;
  background: url(../images/section3/yzj_hunter_title.png) no-repeat;
  background-size: 100%;
  position: relative;
  left: 50%;
  margin-left: -244px;
}

.role-info .hunter-swiper-warp  {
  width: 1448px;
  height: 859px;
  overflow: hidden !important;
  margin-left: 0;
  margin-right: 0;
}
.role-info  .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
  /* font-size: 80px; */
  font-weight: bold;
  color: #000;
  background-size: cover;
}

/* 动画小窗 */
.swiper-icon {
  width: 302px;
  height: 170px;
  /* position: absolute;
  left: 35px;
  top: 490px; */
}


/* 点击头像 */

.hunter-swiper-pagination {
  width: 450px;
  position: absolute;
  top: 765px;
  left: 53px;
}

.hunter-swiper-pagination .swiper-pagination-bullet{
  /* width: 2.5rem;
  height: 1.6rem; */
  /* margin-right: 0.4rem; */
  /* width: 0.85rem;
  height: 0.73rem; */
  opacity: 1;
  border-radius: 0% !important;
}

/* .hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  background: url(../images/section3/spwer-page-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  width: 89px;
  height: 87px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2) {
  background: url(../images/section3/spwer-page-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 105px;
  width: 89px;
  height: 87px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3) {
  background: url(../images/section3/spwer-page-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 89px;
  height: 87px;
  left: 210px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../images/section3/spwer-page-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 89px;
  height: 87px;
  left: 315px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../images/section3/spwer-page-5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 89px;
  height: 87px;
  left: 420px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../images/section3/spwer-page-6.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 89px;
  height: 87px;
  left: 525px;
} */

/* .hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  background: url(../image/hunter/spwer-page-4.png) no-repeat;
  background-size: 100%;
}
.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5) {
  background: url(../image/hunter/spwer-page-5.png) no-repeat;
  background-size: 100%;
}
.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(6) {
  background: url(../image/hunter/spwer-page-6.png) no-repeat;
  background-size: 100%;
} */
/* .hunter-swiper-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: -8px;
  width:106px ;
  height: 104px;
  top: -10px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width:106px ;
  height: 104px;
  left: 95px;
  top: -8px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left:202px;
  width:106px ;
  height: 104px;
   top: -8px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 306px;
  width:106px ;
  height: 104px;
    top: -8px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 421px;
  left: 412px;
  width:106px ;
  height: 104px;
     top: -8px;
}

.hunter-swiper-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
  background: url(../images/section3/spwer-page-active-6.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 517px;
  width:106px ;
  height: 104px;
    top: -8px;
} */

.yzjbutton{
  width: 51px;
  height: 85px;
  position: absolute;
  cursor: pointer;
  z-index: 110;
  top: 377px;
}

.hunter-swiper-button-prev {
  left: 20px;
  background: url(../images/section3/btn-left.png) no-repeat;
  background-size: 100%;
}

.hunter-swiper-button-next {
  right: 25px;
  background: url(../images/section3/btn-right.png) no-repeat;
  background-size: 100%;
}


/*  视频边框 */
.hunter-apng {
  width: 309px;
  height: 177px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/section3/video-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 375px;
  top: 643px;
}

.role-info .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: start !important;
  align-items: start !important;
  /* font-size: 80px; */
  font-weight: bold;
  color: #000;
  background-size: cover;
}

.role-info .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: start !important;
    align-items: start !important;
    /* font-size: 80px; */
    font-weight: bold;
    color: #000;
    background-size: cover;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* top: 30px; */
}
