.pageWraper {
  width: 7.5rem;
  margin: 0 auto;
  position: relative;
}
.pageWraper > .header {
  width: 7.5rem;
  height: 1.31rem;
  background: #000;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.pageWraper > .header .head_left {
  width: 70%;
  position: absolute;
  z-index: 100;
}
.pageWraper > .header .head_right {
  width: 100%;
  position: absolute;
  z-index: 101;
  right: 0.3rem;
  text-align: right;
}
.pageWraper > .header .head_right {
  padding: 0.15rem 0;
}
.pageWraper > .header .logo {
  width: 1rem;
  height: 1rem;
  background: url('../images/logo.png') center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.1rem;
  float: left;
}
.pageWraper > .header .logo_text {
  color: #fff;
  float: left;
  vertical-align: middle;
  margin-top: 0.05rem;
}
.pageWraper > .header .logo_text strong {
  
}
.pageWraper > .header .logo_text p {
  font-size: .16rem;
}
.pageWraper > .header .download {
  width: 2rem;
  height: 0.7rem;
  background: url('../images/download.png') center no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-top: 0.15rem;
}
.pageWraper > .header .down {
  width: 1.88rem;
  height: 0.72rem;
  /* background: url('../images/down.png') center no-repeat; */
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.4rem;
  vertical-align: middle;
}
.pageWraper > .header .download, .pageWraper > .header .list{
  position: absolute;
}
.pageWraper > .header .download {
  right: 1rem;
}
.pageWraper > .header .list {
  width: 0.67rem;
  height: 0.5rem;
  background: url('../images/list.png') top center no-repeat;
  background-size: contain;
  display: inline-block;
  cursor: pointer;
  right: 0.3rem;
  margin-left: 0.1rem;
  margin-top: 0.125rem;
  vertical-align: middle;
}
.pageWraper > .header .indexList{
  right: 0.3rem;
  margin-top: 0.25rem;
}
.bannerBg {
  width: 100%;
  background: url('../images/banner.png') top center no-repeat;
  background-size: contain;
  height: 13.5rem;
  position: relative;
  padding-top: 4.04rem;
  margin-top: 0rem;
}
.bannerBg .play{
width: 100%;
}
.bannerBg  .btn1 {
  width: 3.91rem;
  height: 1.26rem;
  cursor: pointer;
  display: block;
margin: .2rem auto 0;
margin-top: 3.8rem;
}
.bannerBg .playCover{
width: 1.6rem;
display: block;
margin: 2.8rem auto;
}
.bannerBg .playBtn {
width: 0.52rem;
    height: 0.52rem;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 0.35rem;
    margin-left: -0.23rem;
}
.bannerBg .playBtn1{
  animation: myRotate 2s infinite linear;
}
@keyframes myRotate
{
  0% {transform: rotate(0deg)}
  50%{
    transform: rotate(180deg)
  }
  100% {transform: rotate(360deg)}
}
 
@-webkit-keyframes myRotate /* Safari 与 Chrome */
{
  0% {transform: rotate(0deg)}
  50%{
    transform: rotate(180deg)
  }
  100% {transform: rotate(360deg)}
}
.btn1 {
  background: url('../images/btn1.png') center no-repeat;
  background-size: contain;
}

.titleImg{
  display: block;
  width: 7.41rem;
  margin-left: auto;
  margin-right: auto;
}
.titleNews{
  margin-top: 0.50rem;
  margin-bottom: 0.25rem;
}
.bannerFooter{
  width: 7.1rem;
  margin: 0 auto;
  display: block;
}
.pageWraper > .banner .btn2 {
  right: 0.52rem;
  background: url('../images/btn2.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .newsBox {
  padding: 0.25rem 0.15rem;
  background: #000;
}
.pageWraper > .newsBox .newsTabs > ul > li {
  float: left;
  display: inline-block;
  width: 1.5rem;
  height: 0.93rem;
  border-top: 0.06rem transparent solid;
  text-align: center;
  font-size: 0.3rem;
  cursor: pointer;
  color: #fff;
  padding-top: 0.3rem;
  margin-bottom: 0.2rem;
}
.pageWraper > .newsBox .newsTabs > ul > li.active {
  border-top: 0.06rem #ff3b00 solid;
}
.pageWraper > .newsBox .newsTabs a {
  float: right;
  margin-top: 0.4rem;
  margin-right: 0.05rem;
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
}
.titleVideo {
  margin-top: 0.4rem;
  margin-bottom: 0.15rem;
}
.videoBig{
  width: 7.35rem;
  height: 4.16rem;
  display: block;
  margin: 0 auto;
  background: url("../images/game_video_bg.png") center no-repeat;
  background-size: cover;
  margin-bottom: 0.2rem;
  padding-top: 0.17rem;
  position: relative;
}
.gameContent{
  width: 7.02rem;
  margin: 0 auto;
  display: block;
  height: 3.95rem;
}
.gamePlay{
  width: 1.14rem;
  height: 1.12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.57rem;
  margin-top: -0.5rem;
}
.videoList{
  padding-left: 0.24rem;
  margin-bottom: 0.5rem;
}
.videoList .videoItem{
  width: 2.23rem;
  height: 1.25rem;
  display: block;
  float: left;
  margin-right: .17rem;
}
.videoList .videoItem img{
  width: 100%;
  display: block;
}
.pageWraper > .newsBox .newsContent {
  padding: 0 0.15rem;
}
.pageWraper > .newsBox .newsContent .recommend {
  background: #232323;
  padding: 0 0.15rem;
  height: 0.71rem;
}
.pageWraper > .newsBox .newsContent .recommend > a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.71rem;
}
.gameBanner .featureImg img{
  width: 6.23rem;
  display: block;
  height: 3.5rem;
}
.gameBanner .swiper-button-prev:after,.gameBanner .swiper-container-rtl .swiper-button-next:after,
.gameBanner .swiper-button-next:after,.gameBanner .swiper-container-rtl .swiper-button-prev:after{
  display: none;
  content: '';
}
.gameBanner .swiper-button-prev img,.gameBanner .swiper-button-next img{
  width: 0.35rem;
}
.gameBanner .swiper-button-prev,.gameBanner .swiper-container-rtl .swiper-button-next{
  left: 0;
  top: 2.76rem;
}
.gameBanner .swiper-button-next,.gameBanner .swiper-container-rtl .swiper-button-prev{
  right: 0;
  top: 2.76rem;
}
.gameBanner .mobileSwiper{
  width: 6.64rem;
  height: 4.2rem;
  margin: 0.14rem auto 1rem;
  background: url('../images/feature_outer.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .newsBox .newsContent .tips {
  display: inline-block;
  background: url('../images/recommend.png') center no-repeat;
  background-size: contain;
  width: 0.68rem;
  height: 0.3rem;
  color: #fff;
  font-size: 0.18rem;
  margin-right: 0.15rem;
  line-height: 0.3rem;
  text-align: center;
}
.pageWraper > .newsBox .newsContent .news_ul {
  display: none;
}
.pageWraper > .newsBox .newsContent .news_ul > li {
  padding: 0.3rem 0;
}
.pageWraper > .newsBox .newsContent .news_ul > li a {
  display: inline-block;
  width: 5.5rem;
  color: #fff;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.pageWraper > .newsBox .newsContent .news_ul > li span {
  font-size: 0.18rem;
  color: #9C9C9C;
  float: right;
}
.pageWraper > .gameBanner {
  background: #000;
  position: relative;
}
.pageWraper > .gameBanner .img {
  width: 100%;
  height: 0.87rem;
  background: url('../images/game_t1.png') center no-repeat;
  background-size: cover;
}

/* 游戏攻略 */
 .pageWraper > .strategy > .newsBox2 {
  padding: 0.25rem 0.15rem;
  background: #000;
}

.strategy .newsBox2 .newsTabs2 > ul > li {
  float: left;
  display: inline-block; 
  width: 1.53rem;
  height: 0.93rem;
  border-top: 0.06rem transparent solid;
  text-align: center;
  font-size: 0.3rem;
  cursor: pointer;
  color: #fff;
  padding-top: 0.3rem;
  font-weight: bold;
}

.strategy > .newsBox2 .newsTabs2 > ul > li.active {
  border-top: 0.06rem #ff3b00 solid;
}

.strategy > .newsBox2 .newsTabs2  a {
  float: right;
  margin-top: 0.40rem;
  margin-right: 0.26rem;
  display: inline-block;
  color: #fff;
  font-size: 0.18rem;
}

.strategy > .newsBox2 .newsContent2 {
  padding: 0 0.15rem;
}

.strategy > .newsBox2 .newsContent2 .news_ul2 {
  display: none;
}
.strategy > .newsBox2 .newsContent2 .news_ul2 > li {
  padding: 0.2rem 0;
}
.strategy > .newsBox2 .newsContent2 .news_ul2 > li a {
  display: inline-block;
  width: 6.06rem;
  color: #fff;
  font-size: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}
.strategy > .newsBox2 .newsContent2 .news_ul2 > li span {
  font-size: 0.18rem;
  color: #9C9C9C;
  float: right;
}

.pageWraper > .articleBox {
  background: #fff;
}
.pageWraper > .articleBox .at_head {
  width: 7.1rem;
  margin: 0 auto;
  border-bottom: 1px #9D9D9D solid;
  text-align: center;
  padding-top: 0.67rem;
  padding-bottom: 0.35rem;
}
.pageWraper > .articleBox .at_head h1 {
  font-size: 0.42rem;
  font-weight: bold;
  color: #000;
  width: 6.3rem;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.27rem;
}
.pageWraper > .articleBox .at_head span {
  color: #9D9D9D;
  font-size: 0.22rem;
}
.pageWraper > .articleBox .at_body {
  padding: 0.5rem;
  line-height: 2;
  word-break: break-word;
}
.pageWraper > .articleBox .at_body p {
  text-align: center;
  color: #232323;
  font-size: 0.24rem;
}
.pageWraper > .articleBox .at_body .tit {
  color: #000;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 400;
  padding-top: 0.27rem;
  padding-bottom: 0.3rem;
}
.pageWraper > .articleBox img {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  display: block;
}
.pageWraper > .official {
  padding-top: 0.3rem;
  background: #000;
  text-align: center;
  padding-bottom: 0.6rem;
  display: none;
}
.pageWraper > .official ul {
  display: inline-block;
}
.pageWraper > .official ul > li {
  float: left;
  display: inline-block;
  width: 1.72rem;
  height: 2rem;
  margin-right: 0.08rem;
}
.pageWraper > .official ul > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pageWraper > .official .o1 {
  background: url('../images/o1.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .official .o2 {
  background: url('../images/o2.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .official .o3 {
  background: url('../images/o3.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .official .o4 {
  background: url('../images/o4.png') center no-repeat;
  background-size: contain;
}
.pageWraper > .btnHR {
  width: 7.5rem;
  height: 1.55rem;
  background: url('../images/btnHR_bg.png') center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.pageWraper > .btnHR > .btnHR_home {
  width: 3rem;
  height: 0.69rem;
  background: url('../images/btnHR_home.png');
  margin: 0.29rem 0.24rem 0.29rem 0.4rem;
  overflow: hidden;
  float: left;
}
.pageWraper > .btnHR > .btnHR_home > a {
  color: #F2FDBE;
  display: block;
  width: 0.96rem;
  height: 0.46rem;
  /* background: url('../images/btnHR_home_text.png') center no-repeat; */
  background-size: contain;
  margin:0.12rem auto;
  text-align: center;
}
.pageWraper > .btnHR > .btnHR_return {
  width: 3.22rem;
  height: 0.97rem;
  float: left;
  background: url('../images/btnHR_home.png');
  margin: 0.29rem 0.42rem 0.29rem 0;
  overflow: hidden;
}
.pageWraper > .btnHR > .btnHR_return > a {
  display: block;
  width: 0.95rem;
  height: 0.45rem;
  background: url('../images/btnHR_return_text.png') center no-repeat;
  background-size: contain;
  margin: 0.26rem 1.14rem 0.26rem 1.13rem;
}


.pageWraper .footer {
  width: 100%;
  background: #222;
  text-align: center;
  padding: 0.34rem;
}
.pageWraper .footer .anfeng {
  width: 3.3rem;
  height: 0.82rem;
  display: inline-block;
  background: url('../images/anfeng.png') center no-repeat;
  background-size: contain;
  margin-bottom: 0.44rem;
  margin-top: 0.35rem;
}
.pageWraper .footer p {
  color: #8b8b8b;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  line-height: 18px;
  width: 116%;
  margin-left: -8%;
  transform:scale(0.9);
}
.pageWraper .footer p.notice{
  font-size: 14px;
  line-height: 24px;
}
img {
  width: 100%;
  height: auto;
}
.gameBanner .swiper-container {
  padding: 0.36rem 0;
  width: 6.23rem;
  height: 4.8rem;
  margin: 0 auto;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #ECD39C;
}
.swiper-pagination-bullet-active {
  background-color: #FF5C00 !important;
}
.subPage {
  padding-top: 1.31rem;
}
.subPage > .newsBox {
  padding: 0;
  margin-top: 0.1rem;
}

.subPage > .pagination {
  width: 6.2rem;
  height: 0.52rem;
  margin: 0.49rem 0.65rem 0.53rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.52rem;
  text-align: center;
}
.pagination > .prePage {
  float: left;
  width: 1.16rem;
  height: 0.52rem;
  background: url('../images/paginationbg.png') center no-repeat;
  background-size: contain;
  font-size: 0.24rem;
  color: #fff;
}

.pagination > .prePage > a {
  color: #fff;
}
.pagination > .pageNum {
  width: 3.45rem;
  height: 0.52rem;
  margin: 0 0.2rem;
  font-size: 0.24rem;
}
.pagination > .pageNum > ul{
  overflow: hidden;
}
.pagination > .pageNum > ul > li {
  width: 0.53rem;
  height: 0.52rem;
  background:url('../images/paginationbtn.png') center no-repeat;
  background-size: contain;
  margin-right: 0.2rem;
  float: left;
}
.pagination > .pageNum > ul > li > a {
  color: #fff;
}
.pagination > .pageNum > ul > li:nth-of-type(5) {
  margin-right: 0rem;
}

.pagination > .pageNum  .active {
  background:url('../images/paginationactive.png');
}
.pagination > .nextPage {
  float: left;
  width: 1.16rem;
  height: 0.52rem;
  background: url('../images/paginationbg.png') center no-repeat;
  background-size: contain;
  font-size: 0.24rem;
}
.pagination > .nextPage > a {
  color:#fff;
}
.menu_show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 1.31rem;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
  display: none;
  opacity: 0.85;
}
.menu_show ul {
  width: 50%;
  border-left: 1px #333 solid;
  background: #000;
  float: right;
}
.menu_show ul li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px dotted #333;
}
.menu_show ul li a {
  display: block;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.9em;
}
.gamerole{
  padding-bottom: 0.2rem;
}
.gamerole .swiper-slide{
  position: relative;
  width: 100%;
  height: 6.45rem;
}
.gamerole .swiper-container{
  width: 100%;
  height: 6.45rem;
}

.gamerole .img {
  width: 100%;
  height: 0.87rem;
  background: url(../images/game_t2.png) center no-repeat;
  background-size: cover;
}
.swiper-container{
  padding: 0;
}
.gamerole_gif{
  position: absolute;
  right: 0.44rem;
  top: 3.6rem;
}
.gamerole_gif img{
  width: 2rem;
}
.anfeng_01{
  margin-top: 26px;
}
.anfeng_01 img{
  width: 40px;
}
.mask{ background:#000; opacity:0.75!important; left:0;top:0; width:100%; height:100%; position:fixed;z-index:1000;display: none;}

.player{width:90%;min-height:300px;top:50%;left:50%;transform: translate(-50%, -50%) ;z-index:1021;display:none;position:fixed;}
.player .close{width:50px; height:50px;background: url('../images/v_close.png') no-repeat 0 0;background-size:100% auto;bottom:10px;left:50%;margin-left:-25px;cursor:pointer;position:absolute;}
.player #video{width:100%;height:100%;object-fit:fill;cursor:pointer;top:0;left:0;bottom: 0;right:0;background:#000;}
.IIV::-webkit-media-controls-play-button,
.IIV::-webkit-media-controls-start-playback-button{opacity:0;pointer-events:none;width:5px;}
.lineThrough{
  border-top: 1px dashed #373737;margin-top: 15px;margin-bottom: 15px;
}
.tab_nav{margin:15px auto;position:relative;z-index:10}
.tab_nav a{width:50%;float:left;height:50px;line-height:50px;text-align:center;background:#eee;font-size:18px;}
.tab_nav a.on{background:#AD8D43;color:#fff;}
.fanye{width:auto; text-align:center;height:62px;padding:20px 0;display:block; overflow:hidden; box-sizing: content-box;}
.fanye a,.fanye a:visited,.fanye a:active{ display:inline-block;height:26px; line-height:26px; font-size:12px; color:#666; padding:0 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; background:#d8d8d8; text-decoration:none;overflow:auto; vertical-align:top; margin:0 2px;}
.fanye a:hover{ background:#AD8D43;color:#fff;}
.fanye span{ background:#AD8D43; color:#fff; font-weight:bold;height:24px;margin-bottom: 10px; line-height:24px; font-size:12px; font-style:normal; display:inline-block;padding:0 10px 2px 10px; font-family:Tahoma, Arial, Helvetica, sans-serif; vertical-align:top; margin-right:4px !important;}

.recordu{margin:3% 4%;min-height:18rem;position: relative;padding-bottom:0.3rem;}
.recordu table{
  border-bottom:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  font-size:14px;}
.recordu i{
  color: #fff;
}
.recordu td,.recordu th{height:1.2rem;line-height:1.2rem;text-align:center;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#fff;}
.recordu .none{ border-right:none;}
.recordu th{color:#fff;}
.footerSwiper.banner {
  width: 7.1rem;
}
.footerSwiper.banner .swiper-slide img {
  display: block;
  width: 100%;
}
.banner-pagination {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0!important;
  z-index: 2;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.banner-pagination span {
  border-radius: 0;
  transform: rotate(45deg);
}
.swiperbox {
  width: 778px;
  height: 490px;
}
.swiper-pagination-bullet {
  opacity: 1;
  background-color: #ECD39C;
}
.swiper-pagination-bullet-active {
  background-color: #FF5C00 !important;
}


.btnHR {
  width: 7.5rem;
  height: 1.55rem;
  background: url('../images/btnHR_bg.png') center no-repeat;
  background-size: contain;
  overflow: hidden;
}
.btnHR > .btnHR_home {
  width: 3rem;
  height: 0.69rem;
  background: url('../images/btnHR_home.png');
  margin: 0.29rem 0.24rem 0.29rem 0.4rem;
  overflow: hidden;
  float: left;
}
.btnHR_home > a {
  color: #F2FDBE;
  display: block;
  width: 0.96rem;
  height: 0.46rem;
  /* background: url('../images/btnHR_home_text.png') center no-repeat; */
  background-size: contain;
  margin:0.12rem auto;
  text-align: center;
}

