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

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 0.16rem "黑体";
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 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;
}

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

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

li {
  list-style: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

@-webkit-keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@-webkit-keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }

  50% {
    -webkit-transform: skew(-6deg, 0deg);
    transform: skew(-6deg, 0deg);
  }

  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}

@keyframes float-hair {
  0% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }

  50% {
    -webkit-transform: skew(-6deg, 0);
    transform: skew(-6deg, 0);
  }

  100% {
    -webkit-transform: skew(0deg, 0);
    transform: skew(0deg, 0);
  }
}

.container {
  width: 100%;
  min-width: 10rem;
  overflow: hidden;
}

/*-- header --*/
.header {
  width: 100%;
  height: 0.9rem;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}

#menu {
  position: absolute;
  top: 0;
  right: 3.63rem;
  overflow: hidden;
  font-size: 0;
}

#menu li {
  float: left;
  list-style: none;
}

#menu li a.m {
  width: 1.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
  display: block;
  text-align: center;
}

#menu li:nth-of-type(1) a.m img {
  width: 0.76rem;
}

#menu li:nth-of-type(2) a.m {
  width: 2.25rem;
}

#menu li:nth-of-type(2) a.m img {
  width: 1.77rem;
}

#menu li a.m:nth-of-type(3) {
  width: 1.95rem;
}

#menu li:nth-of-type(3) a.m img {
  width: 1.41rem;
}

#menu li a.m:hover,
#menu 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 li a:hover {
  background-color: #faca8c;
}

.wrap {
  width: 19.2rem;
  height: 32.40rem;
  position: relative;
  background: url(../image/bg.jpg) no-repeat;
  background-size: 100%;
}

.topic1 {
  width: 100%;
  height: 11.9rem;
  position: relative;
  top: 0;
  left: 0;
  /* background: url("../image/banner.png") no-repeat; */
  background-size: 100%;
}
.topic1::after {
  width: 9.95rem;
  height: 1.88rem;
  content: "";
  position: absolute;
  top: 5.3rem;
  left: 4.5rem;
  background: url("../image/pc-slogan.png") no-repeat;
  background-size: 100%;
}
.topic-down{
  width: 1.28rem;
  height: 1.29rem;
  position: relative;
  top: 8.9rem;
  left: 50%;
  margin-left: -0.7rem;
  background: url("../image/topic-down.png") no-repeat;
  background-size: 100%;
  animation: bounce-inSS 2s infinite;
  cursor: pointer;
}

@keyframes bounce-inSS {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-30px);
}
60% {
    transform: translateY(-10px);
}
}
.topic-footer {
  position: absolute;
  width: 100%;
  height: 4.59rem;
  background: url("../image/img-footer.png") no-repeat;
  background-size: 100%;
  top: 5.8rem;
  left: 0;
}

.topic1 .icon-list {
  position: absolute;
  right: 0.50rem;
  top: .2rem;
  display: flex;
  width: 4.85rem;
  justify-content: space-between;
  align-items: center;
}

/* .topic .icon-list .icon {
  width: 0.93rem;
  height: 0.95rem;
  margin-right: 0.2rem;
} */


.topic1 .icon-list a:nth-child(1) {
  width: 2.13rem;
  height: 0.56rem;
  background: url(../image/fb-login.png) no-repeat;
  background-size: 100%;

}

.topic1 .icon-list a:nth-child(2) {
  width: 0.6rem;
  height: 0.6rem;
  background: url(../image/btn-ys.png) no-repeat;
  background-size: 100%;
}

.topic1 .icon-list a:nth-child(3) {
  width: .6rem;
  height: 0.6rem;
  background: url(../image/btn-fb.png) no-repeat;
  background-size: 100%;
  margin-top: 0.03rem;
}

.topic1 .icon-list a:nth-child(4) {
  width: .6rem;
  height: 0.6rem;
  background: url(../image/btn-group.png) no-repeat;
  background-size: 100%;
}

.topic1 .icon-list a:nth-child(5) {
  width: .6rem;
  height: 0.6rem;
  background: url(../image/btn-youtube.png) no-repeat;
  background-size: 100%;
}


.topic1 .icon-list a:nth-child(6) {
  width: .76rem;
  height: 0.58rem;
  background: url(../image/btn-youtu.png) no-repeat;
  background-size: 100%;
}

.topic1 .btn-list {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7.6rem;
  z-index: 3;
}

/* .topic .btn-list .btn {
  width: 2.7rem;
  height: 0.96rem;
} */
.topic1 .btn-list a{
  margin: 0 0.06rem;
}
.topic1 .btn-list .btn-ios {
  width: 2.58rem;
  height:0.78rem;
  background: url("../image/btn-ios.png") no-repeat;
  background-size: 100%;
}

.topic1 .btn-list .btn-aos {
  width: 2.64rem;
  background: url("../image/btn-aos.png") no-repeat;
  background-size: 100%;
  height:0.78rem;

}
.topic1 .btn-list .btn-hw {
  width: 2.32rem;
  background: url("../image/btn-hw.png") no-repeat;
  background-size: 100%;
  height:0.78rem;

}
.topic1 .btn-list .btn-apk {
  width: 2.46rem;
  background: url("../image/btn-apk.png") no-repeat;
  background-size: 100%;
  height:0.75rem;

}

.topic1 .btn-list .btn-pc {
  width: 2.46rem;
  background: url("../image/btn-pc.png") no-repeat;
  background-size: 100%;
  height:0.75rem;

}

.btn-video{
  width: 0.99rem;
  height: 0.98rem;
  position: absolute;
  top: 3.58rem;
  /* right: 2.2rem; */
  left: 8.9rem;
  /* transform: translateX(-50%); */
  background: url(../image/btn-video.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.logo {
  width: 4.07rem;
  height: 1.53rem;
  position: absolute;
  top: 0.3rem;
  left: 50%;
  margin-left: -2.03rem;
  cursor: default;
}

.topic1 .slogan {
  width: 3.03rem;
  position: absolute;
  top: 1.5rem;
  left: 5.4rem;
}

/*资讯栏*/
.infor {
  width: 100%;
  height: 9.4rem;
  position: relative;
  font-size: 0;
  top: 0.6rem;
  /* top: .3rem; */
}



.infor-title {
  width: 	3.84rem;
  height: .83rem;
  /* margin: 0 auto;*/
  position: absolute;
  top: 0.5rem;
  left: 50%;
  margin-left: -1.95rem;
}

.infor-title::before{
  content: '';
  width: 10rem;
  height: 2.5rem;
  background: url(../image/title-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
  }

.infor .infor-bg {
  position: absolute;
  width: 10.85rem;
  height: 4.99rem;
  background: url("../image/intro-bg.png") no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* .infor .infor-bg::after {
content: '';
width: 2.58rem;
height: 3.11rem;
position: absolute;
background: url(../image/intro-1.png) no-repeat;
background-size: 100%;
top: 3.8rem;
left: -2rem;
}

.infor .infor-bg::before {
content: '';
width: 2.35rem;
height: 2.50rem;
position: absolute;
background: url(../image/intro-2.png) no-repeat;
background-size: 100%;
top: 3.8rem;
right: -1.1rem;
} */

/*.infor:before{*/
/*content: '';*/
/*width: .78rem;*/
/*height: .5rem;*/
/*position: absolute;*/
/*top: -.50rem;*/
/*right: -.40rem;*/
/*background: url("../images/news-butterfly.png") no-repeat;*/
/*background-size: 100%;*/
/*}*/

/*轮播*/
.carousel {
  width: 4.82rem;
  height: 2.72rem;
  right: 4.4rem;
  top: 3.6rem;
  position: absolute;
  display: inline-block;
  z-index: 2;
  /* background-color: blueviolet; */
}

.carousel-swiper-pagination {
  bottom: -0.3rem;
  right: 2.1rem;
}

.carousel-swiper-pagination .swiper-pagination-bullet {
  width: 0.19rem;
  height: 0.19rem;
  margin: 0 0.02rem;
  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: 4.8rem;
  position: absolute;
  top: 3.35rem;
  left: 4.7rem;
  display: inline-block;
  vertical-align: top;
  z-index: 2;
}


.tab_list ul {
  padding-right: 0.08rem;
  height: 2.8rem;
  overflow-y: auto;
  /* direction: rtl; */
}

.tab_list ul::-webkit-scrollbar {
  width: 0.08rem;
  color: #fff;
}

.tab_list ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 4px;
}

.tab_list ul::-webkit-scrollbar-track {
  background-color: #7387C7;
}

.tab_list ul li {
  list-style: none;
  margin-top: 0.3rem;
}

.tab_list ul li:first-child {
  margin-top: 0;
}

.tab_list ul li a {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.20rem;
  color:#bdbdbd;
  border-bottom: 0.01rem dashed #717073;
}

.tab_list ul li a:hover {}

.tab_icon {
  float: left;
  /* margin-right: .10rem; */
  text-align: center;
}

.tab_title {
  float: left;
  width: 2.8rem;
  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: 0.16rem;
}
/*
.pws_tabs_container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.51rem;
} */

.pws_tabs_container ul.pws_tabs_controll {
  list-style: none;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  /* border-bottom: 1px solid #dcdcdc; */
}

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

.pws_tabs_container ul.pws_tabs_controll li a {
  display: block;
  width: 0.98rem;
  line-height: 0.48rem;
  font-size: 0.27rem;
  font-weight: 700;
  color: #373737;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

.pws_tabs_container ul.pws_tabs_controll li a i {
  margin-right: 0.08rem;
}

.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 {
  /* background: url("../images/news-active.png") no-repeat left bottom;
    background-size: 100%; */
  /* color: #faca8c;
  border-bottom: 0.03rem solid #faca8c; */
}

.btn-more {
  width: 0.31rem;
  height: 0.31rem;
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  background: url("../images/news-more.png") no-repeat;
  background-size: 100%;
}

.pws_tabs_list {
  /*height: 2rem;*/
  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;
}

/*footer*/
.footer {
  width: 100%;
  height: 1.20rem;
  background: url('../image/footer.png') no-repeat;
  background-size: 100%;
  /* background: #100506;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.copyright,
.logo-game,
.copyright img,
.copyright p {
  display: inline-block;
  vertical-align: top;
}

.logo-game {
  width: 3.29rem;
  height: 0.66rem;
  position: relative;
  background: url(../image/logo-game.png) no-repeat center;
  background-size: 100%;
  /* margin-top: .24rem; */
}

.company-game {
  /* width:68px;
    height: 68px;
    position: relative;
    background: url(../images/15.png) no-repeat center;
    background-size: 100%; */
}

/* .logo-game:after {
    content:"";
    width: .02rem;
    height: 0.8rem;
    position:absolute;
    top: 0.2rem;
    right: -.2rem;
    background-color:#999999;
} */
.copyright {
  /* margin-left: 0.6rem; */
  position: relative;
  /* display: flex; */
  /* top: .2rem; */
  /* display: flex; */
  align-items: center;
}

.copyright img {
  width: 0.68rem;
}

.copyright p {
  margin-left: 0.3rem;
  line-height: 0.1rem;
  font-size: 0.12rem;
  color: #cccccc;
  text-align: left;
  white-space: pre-line;
  margin-top: 0.08rem;
}

/*侧边栏*/
/* .slidebar {
    height: 5rem;
    width: 1.98rem;
    position: fixed;
    right: .5rem;
    top: 50%;
    margin-top: -2.5rem;
    background: url(../images/slidebar-bg.png) no-repeat 100% 0;
    background-size: .35rem 4.23rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 10;
}
.slidebar nav{
    margin: .4rem .32rem 0 0;
    font-size: 0;
}
.slidebar nav a{
    width: 1.66rem;
    margin-bottom: .10rem;
    display: block;
}
.slidebar nav a.slidebar-erweima{
    width: 1.66rem;
    height: 1.37rem;
    margin-bottom: .2rem;
    background: url("../images/erweima-bg.png") no-repeat;
    background-size: 100%;
    cursor: default;
}
.slidebar nav a.slidebar-erweima img{
    width: 1.16rem;
    margin: .08rem .12rem 0 .38rem;
}
.slidebar nav a.btn-top{
    width: .48rem;
    margin: .24rem 0 0 1.55rem;
} */

/* 登录弹窗 */
.pop-login {
  width: 9.86rem;
  height: 7.79rem;
  background: url("../image/pop/login-pop-bg.png") no-repeat;
  background-size: 100%;
  top: 52% !important;
  left: 45% !important;
}

.dia-close-login {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  background: url(../images/pop-close.png) no-repeat;
  background-size: 100%;
  z-index: 300;
  top: 1.1rem;
  left: 6.3rem;
}

.pop-login .pop-login-btn {
  position: absolute;
  width: 3.34rem;
  height: .77rem;
  top: 3.1rem;
  left: 5.6rem;
}

.pop-login .step-info {
  position: relative;
  top: 1.75rem;
  left: 5.4rem;
  display: flex;
}

.pop-login-bg {
  width: 1.4rem;
  height: 0.5rem;
  margin-right: 0.05rem;
}

.pop-login .step-info .order-select {
  width: 100%;
  height: 100%;
  margin-right: 0.07rem;
  padding-left: 8%;
  display: inline-block;
  background: url(../image/pop/order-select.png) no-repeat 100%;
  background-position-x: 1.1rem;
  font-size: 0.16rem;
  /* font-weight: 700; */
  color: #000000;
  -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{
  color: #223c6d;
}

.pop-login .step-info .order-tel {
  width: 2.53rem;
  height: 0.5rem;
  vertical-align: bottom;
  font-size: 0.18rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  margin-left: 0.03rem;
  background-color: transparent;
  border: 0px;
}

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

.pop-login .step-info .order-tel.activeTrue {
  /* color: #003568; */
  border: none;
}

.pop-login .step-info input::-webkit-input-placeholder {
  color: #454545;
}

.pop-login .step-info input:-moz-placeholder {
  color: #454545;
}

.pop-login .step-info input:-ms-input-placeholder {
  color: #454545;
}

.pop-login .content .step-info {
  position: relative;
  top: 2.14rem;
  left: 2.2rem;
}

.pop-login .step-info input {
  width: 4rem;
  height: 0.69rem;
  /* margin-top: .12rem; */
  margin-left: 0.2rem;
  /* background: #fff; */
  vertical-align: middle;
  border: 0 solid #ffffff;
  /* box-shadow: .03rem .03rem .03rem #babfd5 inset; */
  font-size: 0.24rem;
  font-weight: 700;
  color: #454545;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pop-login .step-info input::-webkit-input-placeholder {
  color: #565868;
}

.pop-login .step-info input:-moz-placeholder {
  color: #565868;
}

.pop-login .step-info input:-ms-input-placeholder {
  color: #565868;
}

.pop-login-checkbox-wrapper input[type="checkbox"] {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: 0.15rem;
  /* height: 0.14rem; */
  outline: none;
  background-color: transparent;
  margin: 0;
}

.pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 2.6rem;
  left: 5.8rem;
  align-items: center;
}

.pop-login-checkbox-wrapper input[type="checkbox"]:checked {
  background: transparent;
}

.pop-login-checkbox-wrapper .pop-login-checkbox {
  display: inline-block;
  width: 0.15rem;
  height: 0.16rem;
  background: url(../image/pop/login-checkbox.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  top: -0.05rem;
}

.pop-login-checkbox-wrapper .pop-login-checkbox:checked::after {
  content: "";
  display: inline-block;
  width: 0.22rem;
  height: 0.19rem;
  background: url(../image/pop/login-checkbox-active.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  /* margin-top: -0.2rem; */
  margin-left: -0.01rem;
  position: absolute;
  top: -0.02rem;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint {
  display: inline-block;
  width: 2.89rem;
  height: 0.2rem;
  margin-left: 0.1rem;
  margin-top: -0.1rem;
}

.pop-login .order-btn {
  text-align: center;
  position: relative;
  top: 3.7rem;
  left: -0.1rem;
}

.pop-login .pop-btn-login {
  width: 6.14rem;
  display: inline-block;
  position: relative;
}


.pop-login .btn-query {
  width: 1.12rem;
  display: inline-block;
  vertical-align: middle;
}

.pop-login .order-hint {
  width: 5.24rem;
  margin: 0.3rem auto;
}

.pop-login .step-fb {
  position: relative;
  left: 5.16rem;
  top: 2.36rem;
}

.pop-login .step-fb a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.pop-login .step-fb a .fb-like {
  margin: 0 0.6rem;
  display: block;
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -ms-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pop-login .step-gift {
  position: absolute;
  top: 5.76rem;
  left: 6.8rem;
}

.pop-login .step-gift .step-gift-btn {
  position: absolute;
  width: 2rem;
  height: 0.71rem;
  background: url("../images/step-gift-btn.png") no-repeat;
  background-size: 100%;
}

.pop-login .step-gift .step-gift-btn.over {
  background-image: url("../images/step-gift-got.png");
}

/* 查询奖励弹窗 */
.pop-query-k {
  width: 4.85rem;
  height: 5.34rem;
  background: url("../image/pop/pop-query.png") no-repeat;
  background-size: 100%;
  /* overflow: hidden; */
  position: relative;
  /* margin-top: 0.2rem; */
}
.query-end.pop-query-k {
  width: 4.96rem;
  height: 5.29rem;
  background: url("../image/pop/pop-query-bg1.png") no-repeat;
  background-size: 100%;
  /* overflow: hidden; */
  position: relative;
  /* margin-top: 0.2rem; */
}
.pop-query-info {
  width: 5.77rem;
  height: 0.8rem;
  background: url("../images/pop-query-info.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.19rem;
}

.pop-query .dia-close {
  top: -0.3rem;
  right: -0.3rem;
  width: .35rem;
  height: .32rem;
  background: url(../image/pop/clear-btn.png) no-repeat;
  background-size: 100%;
}

.pop-query-wai {
  width: 4.8rem;
  overflow-x: hidden;
  position: absolute;
  top: 1.5rem;
  left: 0.03rem;
}

.pop-query-nei {
  width: 100%;
  position: relative;
  overflow-y: scroll;
  height: 3.4rem;
  /* top: 1.7rem; */
  overflow-x: hidden;
}

.pop-query-nei::-webkit-scrollbar {
  width: 0.05rem;
  color: #e9e9e9;
}

.pop-query-nei::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  border-radius: .1rem;
}

.pop-query-nei::-webkit-scrollbar-track {
  background-color: transparent;
}


.query-info {
  position: absolute;
  left: -0.02rem;
}

.award-top {
  width: 100%;
  height: 0.5rem;
  position: relative;
  left: 0.2rem;
  /* top: 2rem; */
}

.award-top .award-name {
  background: url(../images/award-name.png) no-repeat;
  background-size: 100%;
  width: 0.58rem;
  height: 0.29rem;
  margin-left: 1.7rem;
}

.award-top .award-code {
  background: url(../images/award-code.png) no-repeat;
  background-size: 100%;
  width: 1.16rem;
  height: 0.29rem;
  margin-left: 1.62rem;
}

.query-title {
  font-size: 0;
}

.query-title span {
  padding: 0.65rem 0 0.09rem;
  line-height: 0.56rem;
  height: 0.4rem;
  /* font-size: .3rem; */
  font-weight: 700;
  color: #5b628a;
  text-align: center;
  display: inline-block;
}

.query-title .name {
  width: 2.6rem;
}

.query-title .code {
  width: 3.16rem;
}

.query-info li {
  position: relative;
  left: 0.2rem;
  line-height: 0.63rem;
  margin-bottom: 0.15rem;
  /* margin-left: -0.15rem; */
  /* height: 0.63rem; */
  display: flex;
  align-items: center;
}

.query-info li span {
  font-size: 0.15rem;
  /* font-weight: 700; */
  color: #ededed;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.query-info li .name {
  width: 2.23rem;
    height: 0.36rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .14rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.35rem;
    background: url(../image/pop/query-name.png) no-repeat;
    background-size: 100%;
    margin-right: .1rem;

}

.query-info li .code {
  width: 1.16rem;
  height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .11rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.35rem;
  background: url(../image/pop/query-code.png) no-repeat;
  background-size: 100%;
}

.query-info li .btn-copy {
  position: relative;
}

.query-info li .btn-copy a {
  width: .98rem;
  height: 0.36rem;
  margin: auto;
  background: url(../image/pop/pop-query-copy.png) no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 0.05rem;
}

.query-info li .btn-get a {
  width: .98rem;
  height: 0.36rem;
  margin: auto;
  background: url("../image/pop/pop-query-get.png") no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 0.05rem;
}


.query-info li .go-share {
  position: relative;
  margin-left: 0.1rem;
  top: 0.01rem;
}

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

.query-info li .go-lottery {
  position: relative;
  margin-left: 0.1rem;
  top: 0.01rem;
}

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

.pop-line-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

/* 弹窗关闭 */
.dia-close {
  width: 0.35rem;
  height: 0.32rem;
  top: 0.13rem;
  right: 0.42rem;
  position: absolute;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 300;
}

.login .dia-close {
  top: 0.4rem;
  right: -0.2rem;
  background: url(../image/pop/clear-btn.png) no-repeat;
  background-size: 100%;
  width: .35rem;
  height: .32rem;
  opacity: 0.5;
}

.pop-login-btn::after {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.32rem;
  background: url(../image/pop/like-hander.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.53rem;
  right: 0.1rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.pop-login-btn::before {
  content: "";
  display: inline-block;
  width: 0.41rem;
  height: 0.40rem;
  background: url(../image/pop/like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -0.2rem;
  z-index: 1;
  left: 0.2rem;
}

/*侧边栏*/
.slidebar {
  width: 2.19rem;
  height: 5.73rem;
  position: fixed;
  right: 0.3rem;
  top: 50%;
  margin-top: -3rem;
  background: url(../image/nav-bg.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}

.slidebar nav {
  margin: 0.12rem 0.36rem 0 0;
  font-size: 0;
  text-align: center;
  position: relative;
}

.slidebar nav a {
  /* width: 1.81rem;
  height: 0.70rem; */
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: .25rem;
}

/* .slidebar nav .erweima {
  width: 1.06rem;
  height: 1.22rem;
  background: url(../image/erweima.png) no-repeat;
  background-size: 100%;
  cursor: default;
  top: 3.55rem;
  right: 0.12rem;
} */

.slidebar nav .erweima img {
  /* width: 1.21rem; */
}

.slidebar nav a:nth-child(1) {
  width: 1.96rem;
  height: .61rem;
  background-image: url("../image/slidebar-as.png");
  top: 0.4rem;
  left: 0.1rem;
}


.slidebar nav a:nth-child(2) {
  width: 2.09rem;
  height: .61rem;
  background-image: url("../image/slidebar-gp.png");
  top: 1rem;
  left: -0.02rem;
}

.slidebar nav a:nth-child(3) {
  width: 1.87rem;
  height: .64rem;
  background-image: url("../image/slidebar-hw.png");
  top: 1.6rem;
  right: -0.245rem;
}
/* .slidebar nav a:nth-child(5) {
  width:1.18rem;
  height: 0.31rem;
  background-image: url("../image/nav-apk.png");
  top: 1.8rem;
}

.slidebar nav a:nth-child(6) {
  width:1.24rem;
  height: 0.31rem;
  background-image: url("../image/nav-pc.png");
  top: 2.4rem;
} */

.slidebar nav a.btn-reward {
  width: 1.49rem;
  height: .63rem;
  background-image: url(../image/slidebar-query.png);
  top: 2.2rem;
  right: -0.245rem;
}

 .slidebar nav a:nth-child(1):hover {
  width: 1.66rem;
  height: .29rem;
  top: 0.56rem;
  left: 0.25rem;
  transition: all 0.1s;
  background-image: url("../image/slidebar-as-hover.png");
} 
.slidebar nav a:nth-child(2):hover {
  width: 1.78rem;
  height: .29rem;
  left: 0.155rem;
  top: 1.15rem;
  transition: all 0.1s;
  background-image: url("../image/slidebar-gp-hover.png");
} 
.slidebar nav a:nth-child(3):hover {
  width:1.57rem;
  height: .32rem;
  top: 1.76rem;
  right: -0.1rem;
  transition: all 0.1s;
  background-image: url("../image/slidebar-hw-hover.png");
}

/* .slidebar nav a:nth-child(4):hover {
  background-image: url("../image/slidebar-query-hover.png");
} */

/* .slidebar nav a:nth-child(5):hover {
  background-image: url("../image/nav-apk-hover.png");
}

.slidebar nav a:nth-child(6):hover {
  background-image: url("../image/nav-pc-hover.png");
} */

/* .slidebar nav a:nth-child(7):hover {
  background-image: url("../image/slidebar-query-hover.png");
}  */
.slidebar nav a.btn-reward:hover {
  width: 1.18rem;
  height: .31rem;
  background-image: url("../image/slidebar-query-hover.png");
  top: 2.35rem;
  right: -0.1rem;
  transition: all 0.1s;
}
/*
.slidebar nav a:nth-child(2):hover {
  background-image: url("../image/nav-ios-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(3):hover {
  background-image: url("../image/nav-aos-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(4):hover {
  background-image: url("../image/nav-apk-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(5):hover {
  background-image: url("../image/nav-pc-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(6):hover {
  background-image: url("../image/nav-guan-active.png");
  transition: all 0.6s;
}

.slidebar nav a:nth-child(7):hover {
  background-image: url("../image/nav-ba-active.png");
  transition: all 0.6s;
} */

.slidebar nav .btn-top {
  width: 0.61rem;
  height: 0.19rem;
  left: 0.86rem;
  top: 4.3rem;
  background: url("../image/slidebar-btn-top.png") no-repeat;
  background-size: 100%;
}

.hunter .hunter-title-pc {
  width: 6.99rem;
  height: 0.98rem;
  /* margin: 0 auto; */
  background: url(../image/page2-title.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0.8rem;
  left: 50%;
  margin-left: -3.49rem;
}

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

.videos {
  width: 10rem;
  height: 6rem;
  position: absolute;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  margin-top: -3rem;
}

.close {
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  left: 10.2rem;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
  z-index: 101;
}

/* .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/*弹层*/
.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;
}

.pop-line-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.pop-line .dia-close {
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  left: 3.2rem;
  background: url(../images/btn-close.png);
  background-size: 100%;
  cursor: pointer;
  z-index: 101;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dia-close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*二级页面*/
#wrapper {
  width: 100%;
  height: 10.80rem;
  /* background: #fff url("../images/bg_01.jpg") no-repeat center top;
    background-size: 100%; */
  background: url("../image/bg2.png") no-repeat;
  background-size: cover;
}

.content {
  width: 15rem;
  height: 12.42rem;
  margin: 0 auto 2rem;
  position: relative;
  top: 1.5rem;
  background-color: #eee;
  border-radius: 0.3rem;
  box-shadow: 0 0 0.2rem #ccc;
}

.content-header {
  margin: 0 1.56rem;
  padding-top: 0.5rem;
  position: relative;
  /* background: url("../images/news-line.png") no-repeat left bottom;
    background-size: 10.52rem .37rem; */
}

.content-header-title {
  line-height: 0.9rem;
  font-size: 0.42rem;
  color: #faca8c;
  text-indent: 0.3rem;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}

.content-header-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.04rem;
  width: 1.5rem;
  background-color: #faca8c;
}

.goBack {
  position: absolute;
  right: 0.3rem;
  bottom: 0.25rem;
  font-size: 0.24rem;
  font-weight: 700;
  color: #515151;
}

.content-detail {
  width: 10.91rem;
  height: 6.44rem;
  background: url("../image/detail-bg.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.3rem;
  left: 4rem;
  margin: 0 auto;
  transform: translateZ(0);
}

.content-main {
  position: absolute;
  left: 0.6rem;
  width: 9.6rem;
  top: 0.8rem;
  height: 5rem;
  overflow: hidden;
}
.content-main-inner{
  height: 4.8rem;
  overflow: hidden;
}

.back {
  width: 2.91rem;
  height: 0.76rem;
  background: url(../image/btn-back.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 7rem;
  right: 1rem;
}

.content-main-tab {
  width: 7.3rem;
  height: 0.72rem;
  margin: auto;
  /* background: url("../images/news-nav.png") no-repeat;
    background-size: 100%; */
}

.content-main-tab-item {
  width: 2.33rem;
  margin-top: 0.05rem;
  line-height: 0.63rem;
  font-size: 0.36rem;
  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: 0.23rem;
}

.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 0.04rem #ccc;
}

.content-main-tab-item a img {
  width: auto;
  height: 0.31rem;
  margin-right: 0.1rem;
  vertical-align: unset;
}

.content-main-list {
  height: 8.2rem;
  padding-top: 0.25rem;
  clear: both;
}

.content-main-list-item {
  line-height: 0.95rem;
  height: 0.95rem;
  border-bottom: 0.01rem solid #dce1e7;
  overflow: hidden;
}

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

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

.content-main-list-item_icon {
  float: left;
  /* width: .93rem;
    height: .35rem; */
  padding: 0 0.16rem;
  margin: 0.3rem 0.3rem 0 0.6rem;
  background-color: #515151;
  display: inline-block;
  border-radius: 0.2rem;
  line-height: 0.35rem;
  color: #fff;
  text-align: center;
}

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

.content-main-list-item_date {
  float: right;
  margin-right: 0.5rem;
  text-align: right;
}

.content-main-page {
  margin: 0.3rem 1.2rem;
}

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

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

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

.content-main-page-list a {
  /* margin: 0 .15rem; */
  display: inline-block;
  color: #515151;
}

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

#pageNow {
  text-decoration: underline;
}

#prevPageNow,
#nextPage {
  /* font-family: '微软雅黑'; */
}

.content-main-ctn {
  max-height: 3.4rem;
  overflow-y: auto;
}

.content-main-ctn::-webkit-scrollbar {
  margin-left: 0.1rem;
  width: 0.08rem;
  color: #fff;
}

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

.content-main-ctn::-webkit-scrollbar-track {
  background-color: #032240;
}

.content-main-title {
  font-size: 0.31rem;
  color: #bdbdbd;
  text-align: center;
  font-weight: 600;
}

.content-main-time {
  line-height: 0.4rem;
  font-size: 0.30rem;
  text-align: center;
  color: #bdbdbd;
  margin-top: 0.1rem;
}

.content-main-ctn {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  color: #bdbdbd;
  word-break: break-word;
  text-indent: 0.3rem;
}

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

.gift .gift-title {
  width: 11.23rem;
  height: 1.42rem;
  background: url(../image/hunter/title2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.gift .gift-img {
  width: 12.49rem;
  height: 8.21rem;
  background: url(../image/hunter/gift.png) no-repeat;
  background-size: 100%;
  margin: 0.7rem auto 0;
}

.gift .gift-btn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 5rem;
  height: 1.22rem;
  background: url(../image/hunter/btn-gift.png) no-repeat;
  background-size: 100%;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

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

.Stone {
  width: 7rem;
  height: 2rem;
  background: url("../image/section4/Stone.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5.5rem;
  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 .intro-pic {
  position: absolute;
  top: 0.5rem;
}


.gift {
  width: 100%;
  bottom: -0.7rem;
  position: absolute;
}

.gift .gift-title {
  width: 11.23rem;
  height: 1.42rem;
  background: url(../image/hunter/title2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.gift .gift-img {
  width: 12.49rem;
  height: 8.21rem;
  background: url(../image/hunter/gift.png) no-repeat;
  background-size: 100%;
  margin: 0.7rem auto 0;
}

.gift .gift-btn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 5rem;
  height: 1.22rem;
  background: url(../image/hunter/btn-gift.png) no-repeat;
  background-size: 100%;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

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

.Stone {
  width: 7rem;
  height: 2rem;
  background: url("../image/section4/Stone.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5.5rem;
  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;
}

/* 双城世界 */
.worlder {
  width: 100%;
  height: 9.7rem;
  box-sizing: border-box;
  /* padding-top: 1.9rem; */
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 0;
}

.world-title {
  width: 5.25rem;
  height: 1.27rem;
  /* margin: 0 auto; */
  position: absolute;
  left: 50%;
  top: 1.5rem;
  margin-left: -2.595rem;
}

.worlder .swiper-container {
  /* 覆盖swiper插件干扰样式 */
  overflow: visible;
}

.worlder .title {
  width: 7.06rem;
  height: 2.41rem;
  margin: 0 auto;
}

.worlder .title img {
  height: 2.36rem;
}

.intro-info {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  width: 10.03rem;
  height: 5.8rem;
  /* background: url('../image/world-intro-pic.png') no-repeat; */
  background-size: 100%;
  position: relative;
}

.intro-swiper {
  width: 8.26rem;
  height: 4.66rem;
}

/* .intro-swiper .swiper-slide .intro-pic {
  position: absolute;
  left: -0.89rem;
} */

.intro-swiper .swiper-slide .intro-pic .swiper-lazy img {
  width: 8.2rem;
  height: 5.03rem;
}

.intro-swiper .swiper-slide.swiper-slide-active .intro-pic {
  -webkit-animation: fadeIn 0.3s 0.3s;
  -o-animation: fadeIn 0.3s 0.3s;
  animation: fadeIn 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.poker-swiper-button-prev {
  width: 0.87rem;
  height: 0.84rem;
  position: absolute;
  top: 1.6rem;
  left: -1rem;
  background: url("../image/section7/world-btn-prev.png") no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.poker-swiper-button-next {
  width: 0.87rem;
  height: 0.84rem;
  position: absolute;
  top: 1.6rem;
  right: -1rem;
  background: url("../image/section7/world-btn-next.png") no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.intro-swiper-pagination {
  position: absolute;
  bottom: -0.8rem;
  left: 6rem;
  width: 2.6rem;
  display: flex;
  justify-content: space-between;
  margin-left: -2.3rem;
}

.intro-swiper-pagination .swiper-pagination-bullet {
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 0;
  opacity: 1;
  background: url("../image/world-btn-intro.png") no-repeat;
  background-size: 100%;
}

.intro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 0.41rem;
  height: 0.41rem;
  background: url(../image/world-btn-intro-active.png) no-repeat;
  background-size: 100%;
}


/* 兔兔翻卡 */
.poker-wrapper {
  width: 7.5rem;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  margin-top: 0.5rem;
}

.poker-swiper {
  width: 10.5rem;
  height: 5.6rem;
}

.poker-swiper .swiper-wrapper .swiper-slide .poker-front {
  z-index: 2;
  width: 2.66rem;
  height: 5.15rem;
}

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

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

.shitou {
  width: 7rem;
  height: 2rem;
  background: url(../image/section4/Stone.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 7rem;
}
/* .imagew-one{
  width: 11.30rem;
  height:6.92rem;
}
.imagew-two{
  width: 10.61rem;
  height:6.85rem;
}
.imagew-three{
  width: 9.90rem;
  height: 6.81rem;
}
.imagew-four{
  width: 9.90rem;
  height: 6.80rem;
}
.imagew-five{
  width: 11.33rem;
  height: 7.23rem;
} */









.gift {
  width: 100%;
  bottom: -0.7rem;
  position: absolute;
}

.gift .gift-title {
  width: 11.23rem;
  height: 1.42rem;
  background: url(../image/hunter/title2.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

.gift .gift-img {
  width: 12.49rem;
  height: 8.21rem;
  background: url(../image/hunter/gift.png) no-repeat;
  background-size: 100%;
  margin: 0.7rem auto 0;
}

.gift .gift-btn {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 5rem;
  height: 1.22rem;
  background: url(../image/hunter/btn-gift.png) no-repeat;
  background-size: 100%;
  bottom: 1.4rem;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

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

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

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

.Stone {
  width: 7rem;
  height: 2rem;
  background: url("../image/section4/Stone.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 5.5rem;
  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 .intro-pic {
  position: absolute;
  top: 0.5rem;
}



.hunter .btn-xia {
  bottom: 0.7rem;
}






/*  视频边框 */
.hunter-apng {
  width: 3.65rem;
  height: 2.11rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../image/section3/video-bg.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 7.7rem;
  top: 4.5rem;
}
