body,
div,
ul,
li,
h1,
h2,
h3,
form,
input,
textarea,
p,
th,
td {
    margin: 0;
    padding: 0
}

body {
    background-color: #302444;
}

table {
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: '';
}

table {
    border-collapse: collapse;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
    font-size: 100%
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
}

html {
    font-size: 100px;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

img {
    display: block;
    width: 100%;
}

.t {
    text-indent: -9999em;
    display: block;
    overflow: hidden;
}

a {
    transition: filter .3s ease;
}

i {
    font-style: normal;
}

a:hover {
    filter: brightness(1.1);
}
/*animation In&Out*/
.toRight,
.toRightSmall,
.toLeft,
.toLeftSmall,
.toBottom,
.toBottomSmall,
.toTop,
.toTopSmall,
.scaleIn {
    -webkit-transition: all .6s;
    opacity: 0;
}

.toRight {
    -webkit-transform: translate3d(-100%, 0, 0);
}

.toRightSmall {
    -webkit-transform: translate3d(-20%, 0, 0);
}

.toLeft {
    -webkit-transform: translate3d(100%, 0, 0);
}

.toLeftSmall {
    -webkit-transform: translate3d(20%, 0, 0);
}

.toBottom {
    -webkit-transform: translate3d(0, -100%, 0);
}

.toBottomSmall {
    -webkit-transform: translate3d(0, -30%, 0);
}

.toTop {
    -webkit-transform: translate3d(0, 100%, 0);
}

.toTopSmall {
    -webkit-transform: translate3d(0, 10%, 0);
}

.scaleIn {
    -webkit-transform: scale(1.4, 1.4);
}

.part.show .toRight,
.part.show .toRightSmall,
.part.show .toLeft,
.part.show .toLeftSmall,
.part.show .toBottom,
.part.show .toBottomSmall,
.part.show .toTop,
.part.show .toTopSmall {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
}

.part.show .scaleIn {
    -webkit-transform: scale(1, 1);
    opacity: 1;
}

/*transition delay*/
.part.show .delay1 {
    -webkit-transition-delay: .1s;
}

.part.show .delay2 {
    -webkit-transition-delay: .2s;
}

.part.show .delay3 {
    -webkit-transition-delay: .3s;
}

.part.show .delay4 {
    -webkit-transition-delay: .4s;
}

.part.show .delay5 {
    -webkit-transition-delay: .5s;
}

.part.show .delay6 {
    -webkit-transition-delay: .6s;
}

.part.show .delay7 {
    -webkit-transition-delay: .7s;
}

.part.show .delay8 {
    -webkit-transition-delay: .8s;
}

.part.show .delay9 {
    -webkit-transition-delay: .9s;
}

.part.show .delay10 {
    -webkit-transition-delay: 1s;
}.pop {
  display: none;
}

.wrap_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: .62rem;
  font-size: .22rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/topbg.png') no-repeat 100% /100% 100%;
  z-index: 3;
  min-width: 1200px;
}

@font-face {
  font-family: 'f1';
  src: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/font1.OTF');
}

.nav_box {
  width: 17.4rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_box .logo {
  width: 1.1rem;
  height: .43rem;
  margin-right: .4rem;
}

.nav_box .wg {
  width: 1.31rem;
  height: .3rem;
  margin-right: .8rem;
}

.nav_box .nav_list .nav_item.nav_item2 {
  display: flex;
  align-items: center;
}

.nav_box .nav_list .nav_item.nav_item2.nav_act span:nth-child(2) {
  background-position: 0 -2.54rem;
}

.nav_box .nav_list .nav_item.nav_item2 span:nth-child(2) {
  width: .81rem;
  height: .24rem;
  background-position: 0 -2.03rem;
  font-size: .16rem;
  color: #532425;
  margin-left: .1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: .36rem;
}

.nav_box .nav_list {
  flex: 1;
  display: flex;
  font-weight: bold;
}

.nav_box .nav_list .nav_item {
  /* width: 2rem; */
  margin: 0 .2rem;
  height: .62rem;
  text-align: center;
  line-height: .62rem;
  color: #a98e8a;
}

.nav_box .nav_list .nav_act {
  position: relative;
  color: #fff;
  /* border-bottom: 3px solid #b58dff; */
}

.nav_box .nav_list .nav_act::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  height: 3px;
  background-color: #f7d583;
  animation: move4 1s forwards;
}

.nav_box .nav_list .nav_act::before {
  position: absolute;
  bottom: 0;
  right: 50%;
  content: '';
  height: 3px;
  background-color: #f7d583;
  animation: move4 1s forwards;
}

.part1,
.part2,
.part3,
.part6,
.part4,
.part5 {
  position: relative;
  width: 19.2rem;
  height: 100%;
  /* background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg.jpg') no-repeat top center/cover; */
  background: #000;
  overflow: hidden;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part2 {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg1.jpg') no-repeat top center/cover;
}

.part3 {
  box-sizing: border-box;
  padding-top: 1rem;
  padding-left: 2rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg2.jpg') no-repeat top center/cover;
}

.part4 {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg6.jpg') no-repeat top center/cover;
}

.part5 {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg4.jpg') no-repeat top center/cover;
}

.part6 {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg5.jpg') no-repeat top center/cover;
}

.swiper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  /* min-width: 1200px; */
}

.btn {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/btn.png?v1.4') no-repeat 100%/7.5rem 13.34rem;
}

.login,
.gift1 {
  width: 1.55rem;
  height: .52rem;
  background-position: 0 0;
}

.gift1 {
  margin-right: .24rem;
  background-position: -1.81rem 0;
}

@keyframes move4 {
  0% {
      width: 0;
  }

  100% {
      width: .35rem;
  }
}

.home-vid,
.home-vid1 {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: .6rem;
  object-fit: cover;
}

.t1 {
  width: 10.66rem;
  height: 2.18rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t1.png?v1.1') no-repeat 100% / 100% 100%;
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.btn_list {
  width: 8.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 66vh;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.subscribe {
  width: 2.76rem;
  height: .94rem;
  background-position: -4.74rem 0;
  font-size: .15rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.subscribe.gray {
  background-position: -4.74rem -2.35rem;

}

.subscribe span {
  position: absolute;
  bottom: .1rem;
  left: 0;
  width: 100%;
}

.download {
  width: 3.59rem;
  height: .76rem;
  background-position: -3.91rem -8.88rem;
  transform: translateX(-.1rem);
}

.gotoCommunity {
  width: 3.59rem;
  height: .76rem;
  background-position: -3.91rem -9.87rem;
  transform: translateX(-.1rem);
}

.subscribeReward {
  width: 1.41rem;
  height: 1.65rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/yy.png?v1.0') no-repeat 100% /100% 100%;
  position: absolute;
  right: .1rem;
  bottom: .2rem;
  z-index: 2;
}

.gotoReward {
  width: 1.38rem;
  height: 1.14rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/tiao.png?v1.0') no-repeat 100% /100% 100%;
  position: absolute;
  right: .1rem;
  bottom: 2rem;
  z-index: 2;
}

.reward1 {
  width: 3.53rem;
  height: 5.41rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jll.png') no-repeat 100% /100% 100%;
  margin-top: .1rem;
}

.reward2 {
  width: 3.79rem;
  height: 5.88rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jlr.png') no-repeat 100% /100% 100%;
}

.part2_left {
  position: relative;
  display: flex;
  width: 9.54rem;
  justify-content: space-between;
  margin: 1rem 0 0 1.9rem;
}

.lotter {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.9rem;
  background-position: 0 -.78rem;
  width: 2.76rem;
  height: .99rem;
  font-size: .16rem;
  color: #fff;
  text-align: center;
}

.lotter span {
  position: absolute;
  bottom: .06rem;
  left: 0;
  width: 100%;
}

.part2_right {
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-47%);
}

.t2 {
  width: 5.61rem;
  height: 1.06rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t2.png') no-repeat 100% /100% 100%;
}

.wen {
  width: .21rem;
  height: .21rem;
  background-position: 0 -9.88rem;
  position: absolute;
  right: -.15rem;
  top: .05rem;
}

.part2_box {
  width: 5.45rem;
  height: 6.4rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bg.png') no-repeat 100% /100% 100%;
  display: flex;
  flex-direction: column;
  padding-top: .25rem;
  padding-left: .4rem;
  box-sizing: border-box;
  margin-top: .1rem;
}

.part2_box li {
  display: flex;
  justify-content: space-between;
  height: .9rem;
  width: 4.66rem;
  align-items: center;
  font-size: .18rem;
  position: relative;
}

.part2_box li div {
  display: flex;
  flex-direction: column;
}

.part2_box li span:nth-child(1) {
  color: #1b1814;
}

.part2_box li span:nth-child(2) {
  color: #604108;
  font-size: .16rem;
}

.part2_box li span:nth-child(2) span {
  color: #604108;
}

.subscribe1 {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -2.89rem;
}

.subscribe1.gray {
  background-position: -1.95rem -2.89rem;
}

.invite {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -3.6rem;
}

.invite.gray {
  background-position: -1.95rem -3.6rem;
}

.add {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -4.97rem;
}

.add.gray {
  background-position: -1.95rem -4.97rem;
}

.part2_box li::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4.66rem;
  height: .09rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/line.png') no-repeat 100% /100% 100%;
}

.part2_box li:nth-child(6)::after {
  content: '';
  background: inherit;
}

.part2_box li:nth-child(6) {
  margin-top: .15rem;
}

.myPrize {
  background-position: 0 -5.65rem;
  width: 2.19rem;
  height: .77rem;
}

.lotteryRecords {
  background-position: 0 -6.67rem;
  width: 2.19rem;
  height: .77rem;
}

.part {
  width: 100%;
}

.part6 .part {
  width: auto;
  margin: .9rem auto 0;
  transform: scale(.95);
}

.line {
  width: 5.01rem;
  height: .68rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/part2_line.png') no-repeat 100% /100% 100%;
  margin-top: .2rem;
  margin-left: .22rem;
}

.t3 {
  width: 4.42rem;
  height: 1.06rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t3.png') no-repeat 100% /100% 100%;
  margin-bottom: .25rem;
}

.t4 {
  width: 3.35rem;
  height: 1.06rem;
  position: absolute;
  left: 13.3rem;
  top: 1.1rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t4.png') no-repeat 100% /100% 100%;
}

.t5 {
  width: 3.54rem;
  height: 1.02rem;
  position: absolute;
  top: .7rem;
  left: 3.5rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t5.png') no-repeat 100% /100% 100%;
}

.t8 {
  position: relative;
  width: 5.9rem;
  height: 1.06rem;
  margin-left: .1rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t8.png') no-repeat 100% /100% 100%;
}

.t8 .wen {
  right: .1rem;
}

.part3_des {
  width: 5.17rem;
  height: 1.2rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/part3_des.png') no-repeat 100% /100% 100%;
  margin-bottom: .5rem;
}

.part3_cut {
  width: 4.13rem;
  height: 1.05rem;
  margin-top: .6rem;
  margin-left: 1.2rem;
}

.part3_list {
  display: flex;
  margin-bottom: .3rem;
}

.part3_list li {
  width: 1.38rem;
  height: 1.51rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/part3_box.png') no-repeat 100% /100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: .3rem;
}

.part3_list li img {
  width: 1.22rem;
  height: 1.13rem;
}

.part3_list li span {
  text-align: center;
  font-size: .2rem;
  color: #3d3d3d;
  margin-top: .06rem;
}

.part3_des1 {
  width: 6.56rem;
  height: .72rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bindList.png') no-repeat 100% / 100% 100%;
  position: relative;
}

.lookMore {
  position: absolute;
  top: .35rem;
  right: .5rem;
  width: 1rem;
  height: .2rem;
}

.part3_des2 {
  width: 3.73rem;
  height: 1.22rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/des.png') no-repeat 100% /100% 100%;
  position: absolute;
  left: 7.55rem;
  top: 3rem;
}

.switch {
  display: flex;
}

.sw_t1 {
  font-family: 'f1';
  font-size: .61rem;
  color: #010101;
  line-height: 1;
}

.sw_cv {
  display: flex;
  align-items: center;
}

.sw_cv a {
  width: .3rem;
  height: .18rem;
  margin-right: .1rem;
  /* background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/play.png') no-repeat 100% /100% 100%; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sw_cv a span {
  width: .03rem;
  height: 100%;
  background-color: #000;
  border-radius: .2rem;
}

.sw_cv.pause a span {
  animation-play-state: paused !important;
}

.sw_cv.pause a span:nth-child(3) {
  height: 100% !important;
}

.sw_cv.pause a span:nth-child(1),
.sw_cv.pause a span:nth-child(5) {
  height: 50% !important;
}

.sw_cv.pause a span:nth-child(2),
.sw_cv.pause a span:nth-child(4) {
  height: 75% !important;
}

.sw_cv a span:nth-child(3) {
  animation: s1 .6s infinite linear;
}

.sw_cv a span:nth-child(1),
.sw_cv a span:nth-child(5) {
  height: 50%;
  animation: s3 .6s infinite linear;
}

.sw_cv a span:nth-child(2),
.sw_cv a span:nth-child(4) {
  height: 75%;
  animation: s2 .6s infinite linear;
}

@keyframes s1 {
  0% {
      height: 100%;
  }

  50% {
      height: 50%;
  }

  100% {
      height: 100%;
  }
}

@keyframes s2 {
  0% {
      height: 75%;
  }

  25% {
      height: 50%;
  }

  50% {
      height: 75%;
  }

  75% {
      height: 100%;
  }

  100% {
      height: 75%;
  }
}

@keyframes s3 {
  0% {
      height: 50%;
  }

  25% {
      height: 100%;
  }

  100% {
      height: 50%;
  }
}

.sw_cv {
  height: .36rem;
  padding: 0 .15rem;
  border-radius: .18rem;
  border: 1px solid #010101;
  color: #000000;
  font-size: .21rem;
  margin-top: .15rem;
}

.star {
  width: 1.52rem;
  height: .44rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/star.png') no-repeat 100% /100% 100%;
}

.star1 {
  width: 1.21rem;
  height: .44rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/star1.png') no-repeat 100% /100% 100%;
}

.introduce {
  width: 4.56rem;
  margin-top: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.swiper1 {
  width: 16.8rem;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.swiper1 .renwu {
  height: 9rem;
  width: 9rem;
}

.swiper1 .renwu img {
  height: 9rem;
  width: 9rem;
  object-fit: cover;
}

.lp {
  width: .67rem;
  height: .5rem;
  margin-right: .1rem;
}

.sw_lp {
  display: flex;
  align-items: center;
  margin: .2rem 0 .1rem 0;
}

.sw_lp span {
  font-size: .24rem;
  line-height: 1;
}

.sw_des {
  height: 1.1rem;
  margin: .2rem 0;
  font-size: .19rem;
}

.sw_video {
  width: 4.58rem;
  height: 2.61rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/border.png') no-repeat 100% /100% 100%;
}

.sw_video video {
  width: 4.48rem;
  height: 2.51rem;
}

#pagination {
  position: absolute;
  right: 1.5rem;
  top: 2.2rem;
  left: auto;
  width: 1.48rem;
  display: flex;
  flex-direction: column;
  align-items: end;
}

#pagination .swiper-pagination-bullet {
  border-radius: inherit;
  margin-top: .1rem;
  opacity: 1;
}

#pagination .swiper-pagination-bullet:nth-child(1) {
  width: 1.13rem;
  height: 1.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/icon4.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
  width: 1.48rem;
  height: 1.45rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/act4.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(2) {
  width: 1.13rem;
  height: 1.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/icon2.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
  width: 1.48rem;
  height: 1.45rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/act2.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(3) {
  width: 1.13rem;
  height: 1.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/icon3.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
  width: 1.48rem;
  height: 1.45rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/act3.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(4) {
  width: 1.13rem;
  height: 1.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/icon5.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
  width: 1.48rem;
  height: 1.45rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/act5.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(5) {
  width: 1.13rem;
  height: 1.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/icon1.png') no-repeat 100% /100% 100%;
}

#pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
  width: 1.48rem;
  height: 1.45rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/act1.png') no-repeat 100% /100% 100%;
}

.img_box {
  width: 12.14rem;
  height: 6.92rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/bgbox.png') no-repeat 100% /100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img_box img {
  width: 11.9rem;
  height: 6.69rem;
}

.swiper2 {
  width: 12.14rem;
  height: 6.92rem;
  margin-top: 1.4rem;
}

#pagination1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
}

#pagination1 .swiper-pagination-bullet {
  width: 1.02rem;
  height: 2px;
  background-color: #7a7a7a;
  opacity: 1;
}

#pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1.02rem;
  height: 2px;
  background-color: #c1a051;
  opacity: 1;
}

#next.swiper-button-disabled {
  pointer-events: auto;
  opacity: 1;
  cursor: pointer;
}

#next {
  width: .74rem;
  height: .87rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/btn.png') no-repeat 0 -8.75rem/7.5rem 13.34rem;
  right: -1rem;
}

#prev {
  width: .74rem;
  height: .87rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/btn.png') no-repeat 0 -7.8rem/7.5rem 13.34rem;
  left: -1rem;
}

#prev:hover,
#next:hover {
  filter: brightness(1.1);
}

.top_r {
  position: absolute;
  top: 0;
  right: .52rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: .6rem;
}

.logout_ct {
  font-size: .18rem;
  color: #fff;
  text-align: center;
  line-height: .24rem;
  white-space: nowrap;
}

.user_pic {
  width: .38rem;
  height: .38rem;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .1rem;
}

.logout_ct a {
  display: inline-block;
  color: #fff;
}

.logout_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.user_pic img {
  display: block;
  width: .38rem;
  height: .38rem;
  border-radius: 50%;
  object-fit: cover;
}

.pop1_con,
.pop2_con {
  width: 12.55rem;
  height: 7.15rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/pop1.png') no-repeat 100% /100% 100%;
  box-sizing: border-box;
  padding-top: .8rem;
  padding-left: 1.2rem;
}

.pop2_con {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/pop2.png') no-repeat 100% /100% 100%;
}

.t6,
.t7 {
  width: 3.87rem;
  height: .89rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t6.png') no-repeat 100% /100% 100%;
}

.t7 {
  width: 3.87rem;
  height: .89rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t7.png') no-repeat 100% /100% 100%;
}

.t9 {
  width: 3.87rem;
  height: .89rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/t9.png') no-repeat 100% /100% 100%;
}

.rule_text {
  width: 11rem;
  height: 4.35rem;
  overflow: hidden;
  overflow-y: auto;
  font-size: .18rem;
  color: #252525;
  margin-top: .2rem;
  box-sizing: border-box;
  padding-right: .2rem;
  line-height: 1.5;
}

.rule_text::-webkit-scrollbar {
  width: 6px;
  /* 滚动条宽度 */
}

/* 滚动轨道的样式 */
.rule_text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
  /* 轨道背景颜色 */
}

/* 滚动滑块的样式 */
.rule_text::-webkit-scrollbar-thumb {
  background: #461314;
  border-radius: 3px;
  /* 滑块背景颜色 */
}

.close {
  width: .35rem;
  height: .35rem;
  position: absolute;
  right: .42rem;
  top: .25rem;
}

.progressBar {
  width: 10rem;
  height: .42rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: .2rem;
}

.progressBg {
  width: 10rem;
  height: .08rem;
  background-color: #931910;
  box-sizing: border-box;
  border: 1px solid #9f3327;
  border-radius: .04rem;
}

.progress {
  width: 0;
  /* width: 5rem; */
  height: .08rem;
  background: linear-gradient(to right, #fbd864, #fdf6dc);
  box-sizing: border-box;
  border: 1px solid #e7b861;
  border-radius: .04rem;
  transform: translateY(-1px);
  /* transition: width 2s linear; */
}

.starItem {
  width: .2rem;
  height: .2rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/star3.png) no-repeat 100% /100% 100%;
}

.starItem.act {
  width: .33rem;
  height: .42rem;
  background: url(//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/star2.png) no-repeat 100% /100% 100%;
}

.starList {
  position: absolute;
  left: 0;
  top: 0;
  height: .42rem;
  width: 10rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.jlList {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 10rem;
  margin-top: .2rem;
}

.jlList li {
  filter: brightness(.6);
}

.jlList li.act {
  filter: brightness(1);
}

.jlList li.act .dc {
  display: block;
}

.jlList li .dc {
  display: none;
}

.jlList li .wdc {
  display: block;
}

.jlList li.act .wdc {
  display: none;
}

.jlList li img {
  width: .89rem;
  height: .38rem;
  position: absolute;
  bottom: .2rem;
  left: 50%;
  transform: translateX(-50%);
}

.jlItem1 {
  width: 2.17rem;
  height: 3.66rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jl1.png') no-repeat 100% / 100% 100%;
}

.jlItem2 {
  width: 2.17rem;
  height: 3.66rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jl2.png') no-repeat 100% / 100% 100%;
}

.jlItem3 {
  width: 2.17rem;
  height: 3.66rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jl3.png') no-repeat 100% / 100% 100%;
}

.jlItem4 {
  width: 2.17rem;
  height: 3.66rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jl4.png') no-repeat 100% / 100% 100%;
}

.popup {
  display: none;
  position: relative;
  width: 100vw;
  height: 100vh;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  background-color: #00000088;
  z-index: 1;
}

table {
  border: 1px solid #252525;
  border-collapse: collapse;
  width: 100%;
  margin-top: .1rem;
  color: #252525;
}

th {
  font-weight: bold;
}

th,
td {
  border: 1px solid #252525;
  height: .37rem;
  text-align: center;
  width: 50%;
}

.list_box {
  margin-top: .2rem;
  display: flex;
}

.list_box ul {
  width: 7.4rem;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  height: 7.11rem;

}

.list_box ul li {
  width: 2.4rem;
  height: 3.51rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/qd_box.png') no-repeat 100% /100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.qd7 {
  width: 2.97rem;
  height: 7.79rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/qd_box2.png') no-repeat 100% /100% 100%;
  transform: translateY(-.67rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 4rem;
}

.qd8 {
  position: relative;
  width: 4.78rem;
  height: 7.05rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/qd_box3.png?v1.0') no-repeat 100% /100% 100%;
  padding-top: 6rem;
  box-sizing: border-box;
}

.progressBar1 {
  width: .09rem;
  height: 7.11rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/jindutiao.png') no-repeat 100% /100% 100%;
  position: relative;
  transform: translateY(-.1rem);
  margin: 0 .1rem 0 .06rem;
}

.progress1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  /* height: 99%; */
  width: 50%;
  transform: translateX(-50%);
  background-color: #c6a350;
}

.accumulated {
  height: .48rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .24rem;
  font-weight: bold;
  line-height: 1;
}

.accumulated .fw {
  color: #ff6b12;
}

.accumulated .fw span {
  font-size: .28rem;
}

.quan,
.quan1 {
  width: 1.9rem;
  height: 1.9rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/quan.png') no-repeat 100% /100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .1rem 0 .05rem 0;
}

.quan img {
  width: 1.7rem;
  height: 1.7rem;
}

.quan1 img {
  width: 2.06rem;
  height: 2.06rem;
}

.quan1 {
  width: 2.26rem;
  height: 2.26rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/quan1.png') no-repeat 100% /100% 100%;
  margin: 0;
  margin-top: .05rem;
}

.qdBtn {
  width: 1.47rem;
  height: .46rem;
  background-position: -6.03rem -3.38rem;
}

.qdBtn.gray {
  background-position: -6.03rem -3.99rem;
}

.qdBtn1 {
  width: 2.12rem;
  height: .67rem;
  background-position: -5.38rem -4.6rem;
}

.qdBtn1.gray {
  background-position: -5.38rem -5.42rem;
}

.gift_name {
  font-size: .24rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: .1rem;
}

.day_list {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/day.png') no-repeat 100% /1.43rem 2rem;
}

.list_box ul li .day {
  width: 1.43rem;
  height: .24rem;
  background-position: 0 0;
}

.list_box ul li:nth-child(2) .day {
  background-position: 0 -.33rem;
}

.list_box ul li:nth-child(3) .day {
  background-position: 0 -.63rem;
}

.list_box ul li:nth-child(4) .day {
  background-position: 0 -.91rem;
}

.list_box ul li:nth-child(5) .day {
  background-position: 0 -1.18rem;
}

.list_box ul li:nth-child(6) .day {
  background-position: 0 -1.44rem;
}

.list_box .qd7 .day {
  width: 1.43rem;
  height: .24rem;
  background-position: 0 -1.73rem;
}

.rob {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2.05rem;
  left: 50%;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/qiang.png') no-repeat 100% / 100% 100%;
  transform: translateX(-50%) rotate(-5deg);
}

.rob.gray {
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/qianggray.png') no-repeat 100% / 100% 100%;
}

.start {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -10.33rem;
}

.start.gray {
  background-position: -1.95rem -10.33rem;
}

.share {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -11.17rem;
}

.share.gray {
  background-position: -1.95rem -11.17rem;
}

.qiandao {
  width: 1.62rem;
  height: .6rem;
  background-position: 0 -11.92rem;
}

.qiandao.gray {
  background-position: -1.95rem -11.92rem;
}

.qd8 .gift_name {
  position: absolute;
  top: 1.15rem;
  left: 0;
  width: 100%;
}

.fontw {
  font-size: .2rem;
  font-weight: bold;
  color: #ff6b12;
}

.size {
  font-size: .24rem;
  text-align: center;
  margin: .1rem 0;
}

.sjReward {
  width: 12.41rem;
  height: 2.13rem;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/sjjl.png?v1.1') no-repeat 100% /100% 100%;
  position: absolute;
  bottom: -.1rem;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
  padding-top: .6rem;
}

.rewList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 4.26rem;
}

.rewItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.1rem;
  align-items: center;
  font-size: .14rem;
  color: #403d3d;
  font-weight: bold;
}

.rewbg {
  width: .95rem;
  height: .95rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('//wegame.gtimg.com/tgp_act/release/wegame/wjmh20241107/images/sjjlbg.png') no-repeat 100% / 100% 100%;
}

.rewbg img {
  width: .6rem;
  height: .6rem;
}
.rewItem:nth-child(4) .rewbg img {
  width: .75rem;
  height: .75rem;
}

[v-cloak] {
  visibility: hidden;
}
.gray {
  pointer-events: none;
}
.btn-cancel {
  background: #ddd;
}
