@charset "UTF-8";
/* page1 */
.section1 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page1.jpg) 50% 50% /cover no-repeat;
}

.p1_con {
  width: 1100rem;
  margin-left: -550rem;
  left: 50%;
  bottom: 6%;
  text-align: center;
  z-index: 120;
}

.slogan-box {
  width: 1032rem;
  position: relative;
  top: 6%;
  margin: 0 auto;
  z-index: 100;
}

.slogan {
  width: 998rem;
  height:246rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/slogan.png) no-repeat; background-size: 100% 100%;
}

.playbtn {
  width: 128rem;
  height: 128rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/play_btn.png) no-repeat; background-size: 100% 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 100;
}

.playbtn span {
  width: 128rem;
  height: 128rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/play_btn_out.png) no-repeat; background-size: 100% 100%;
  display: block;
  transition: all 1s;
}

.playbtn:hover span {
  transform: rotate(180deg);
}

.section1 .yuyuebtn {
  width: 370rem;
  height: 139rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/index_yuyue_btn.png) no-repeat; background-size: 100% 100%;
  display: block;
  text-align: center;
  margin: 6rem auto 0;
  position: relative;
}

.section1 .yuyuebtn span {
  width: 152rem;
  height: 40rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/index_yy_font.png) no-repeat; background-size: 100% 100%;
  display: inline-block;
  position: absolute;
  top: 35rem;
  transition: all 0.3s;
  left: 50%;
  margin-left: -76rem;
}

.yuyuebtn:hover span {
  transform: translateY(-5rem);
}

.yuyue_success {
  width: 370rem;
  height: 139rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/index_yuyue_success.png) no-repeat; background-size: 100% 100%;
  text-align: center;
  display: none;
  margin: 6rem auto 0;
  cursor: auto;
  z-index: 150;
}

.section1 .zs {
  color: #ebc194;
  font-size: 0;
  text-align: left;
  position: absolute;
  bottom: 55rem;
  left: 64rem;
  width: 623rem;
  height: 13rem;
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/copy-img.png); background-size: 100% 100%;
}

.section1 .zy {
  color: #ffe1ae;
  font-size: 13rem;
  text-align: right;
  position: absolute;
  bottom: 36rem;
  right: 36rem;
}

.btn-age {
  display: block;
  position: absolute;
  width: 53rem;
  height: 67rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-age.png) no-repeat; background-size: 100% 100%;
  top: 100rem;
  right: 50rem;
}

.index_yy_number {
  text-align: center;
  font-size: 30rem;
  color: #fff;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p1_yuyue_tmbg.png);
  background-size: 100% 72rem;
  padding: 0 20rem;
  height: 72rem;
  line-height: 72rem;
  margin: 16rem auto 0;
}

.index_yy_number span {
  color: #ffdc40;
  margin: 0 5rem;
  font-family: 'SairaSemiCondensed';
  font-weight: bold;
  font-size: 50rem;
}

.float-scan {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/kf-scan.png) no-repeat; background-size: 100% 100%;
  width: 113rem;
  height: 146rem;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73rem;
  z-index: 200;
}

.p1_notes {
  font-size: 20rem;
  color: #FFF;
  margin: 0 auto;
  width: 627rem;
  height: 47rem;
  text-align: center;
  line-height: 47rem;
  position: relative;
  z-index: 100;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/login-bd.png) center center no-repeat;
}

.p1_notes a {
  color: #ffd840;
  text-decoration: underline;
  margin: 0 5rem;
}

#bind_tel_after {
  display: none;
}

.question_icon {
  width: 23rem;
  height: 23rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/index_question.png);
  display: inline-block;
  margin-left: 5rem;
  position: absolute;
  top: 12rem;
}

/* .p1_wangdian{width:100%;height:100%;position:absolute;top:0;left:0;display:block;z-index:90;background-image:url('///game.gtimg.cn/images/nishiki/web202310/page1_dian.png');opacity:.65} */
/* .p1_mark{width:100%;height:100%;position:absolute;top:0;left:0;display:block;z-index:80;background-color:rgba(0,0,0,.6)} */
.pagenext_btn {
  cursor: pointer;
  width: 72rem;
  height: 56rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  z-index: 95;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page_next.png)  no-repeat; background-size: 100% 100%;
  margin-left: -36rem;
  animation: undown_ani 2s infinite;
}

@keyframes undown_ani {
  0%, 100% {
    transform: translateY(-10rem);
  }
  50% {
    transform: translateY(0);
  }
}

@media (max-width: 1820rem) {
  .section1 .p1_con {
    bottom: 6%;
  }
}

@media (max-width: 1720rem) {
  .section1 .p1_con {
    bottom: 6%;
  }
}

@media (max-width: 1650rem) {
  .section1 .p1_con {
    bottom: 6%;
  }
}

@media (max-width: 1600rem) {
  .section1 .p1_con {
    bottom: 8%;
  }
}

@media (aspect-ratio: 16 / 9) {
  .slogan-box {
    top: 10%;
  }
  .section1 .p1_con {
    bottom: 9%;
  }
}


@media (max-height: 911rem) and (max-width:1920rem) {
  .p6_con{
    transform: scale(.92);
  }
}

.p1_tips_gift_box {
  position: fixed;
  left: 50%;
  opacity: 0;
  transform: translate3d(-45%, -150%, 0);
  transition: all .5s;
  top: 50%;
  width: 833rem;
  height: 441rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p1_gift_hover.png) no-repeat; background-size: 100% 100%;
  z-index: 100;
}

.section1 .fade-down {
  transform: translate3d(-45%, -55%, 0);
  opacity: 1;
  z-index: 200;
}

.kv_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* position: absolute; */
  /* z-index: 0; */
  left: 0;
  top: 0;
}

/* page2 */
.section2 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page2.jpg) 50% 50% /cover no-repeat;
  background-position: 50% 0;
}

.p2_con {
  width: 1600rem;
  margin-left: -800rem;
  left: 50%;
  height: 844rem;
  top: 50%;
  margin-top: -410rem;
}

.p2_tit {
  width: 694rem;
  height: 162rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p2_tit.png) no-repeat; background-size: 100% 100%;
  margin: 0 auto;
}

.yuyue_number {
  display: flex;
  width: 362rem;
  height: 46rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/yuyue_bg.png) no-repeat; background-size: 100% 100%;
  line-height: 46rem;
  margin: 0 auto;
  font-family: 'fzltth';
}

.yuyue_number strong {
  font-size: 20rem;
  width: 190rem;
  text-align: center;
  color: #FFF;
  display: block;
}

.yuyue_number .number {
  font-size: 30rem;
  font-family: 'SairaSemiCondensed';
  width: 172rem;
  text-align: center;
  color: #ffe869;
  display: inline-block;
}

.jindutiao {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/jindu_bg.png) 0 bottom no-repeat;
  background-size: 100% auto;
  width: 1251rem;
  height: 107rem;
  padding: 0 22rem;
}

.jindutiao .now_jindu {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/jindu_now_bg.png) no-repeat; background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 43rem;
  position: relative;
  transition: all 1s 0.5s ease-in;
  width: 100%;
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.jindu_right_bo {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/jindu_n_right.png) right 0 no-repeat;
  width: 100%;
  height: 43rem;
  right: -5rem;
  top: 0;
  z-index: 10;
  display: inline-block;
}

.jinglingqiu {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/jinud_now_jinglingqiu.png) 0 0;
  width: 51rem;
  height: 51rem;
  right: 0;
  top: -4rem;
  z-index: 20;
  position: absolute;
  display: none;
}

.jinglingqiu1 {
  left: 138rem;
}

.jinglingqiu2 {
  left: 369rem;
}

.jinglingqiu3 {
  left: 601rem;
}

.jinglingqiu4 {
  left: 832rem;
}

.jinglingqiu5 {
  left: 1064rem;
}

.jindu_quan {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/jindu_four_quan.png) 0 0 no-repeat;
  width: 100%;
  height: 43rem;
  right: 0;
  top: 0;
  z-index: 15;
}

.pikaqiu_run {
  width: 80rem;
  height: 71rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/pkq_ani.png);
  background-repeat: no-repeat;
  animation: lqh steps(8, end) 0.5s infinite;
  right: 0;
  top: -71rem;
}

.lichengbei_box li.now .pikaqiu_run {
  display: block;
}

@keyframes lqh {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -640rem 0;
  }
}

/* pag3 */
.section3 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page3.jpg) 50% 50% /cover;
}

.lottery_con {
  width: 1264rem;
  height: 844rem;
  top: 50%;
  margin-top: -410rem;
  position: absolute;
  left: 50%;
  margin-left: -543rem;
}

.p3_tit {
  width: 804rem;
  height: 162rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_tit.png)  no-repeat;background-size: 100% 100%;
  margin: 0 auto;
  transform: translateX(-90rem);
}

.lottery_main {
  width: 1265rem;
  height: 660rem;
  position: relative;
}

.lottery_main .l_left {
  width: 515rem;
  float: left;
  font-family: 'ZaoZiGongFangYuanHeiTi';
  -webkit-font-smoothing: antialiased;
  font-style: italic;
}

.l_left_tit {
  width: 515rem;
  height: 90rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/l_left_tit.png)  no-repeat;background-size: 100% 100%;
  position: relative;
}

.cj_question {
  position: absolute;
  display: block;
  width: 60rem;
  height: 60rem;
  right: 28rem;
  top: 13rem;
}

.lottery_main .l_left ul {
  width: 491rem;
  height: 359rem;
  margin: 10rem auto 0;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/renwu_list.png)  no-repeat;background-size: 100% 100%;
}

.lottery_main .l_left li {
  width: 479rem;
  height: 75rem;
  margin-bottom: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lottery_main .l_left li strong {
  font-size: 34rem;
  color: #bfaddc;
  font-style: italic;
  font-family: 'SairaSemiCondensed';
  display: inline-block;
  width: 83rem;
  text-align: center;
}

.lottery_main .l_left li div {
  width: 195rem;
}

.lottery_main .l_left li a span {
  font-family: 'fzltth';
  font-weight: 700;
}

.lottery_main .l_left li .yy_btn {
  display: inline-block;
  width: 178rem;
  height: 50rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_yy_btn.png)  no-repeat;background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-size: 20rem;
  line-height: 50rem;
}

.lottery_main .l_left li .btn_invite {
  display: inline-block;
  width: 100rem;
  height: 50rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/cj_jj_btn.png)  no-repeat;background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-size: 20rem;
  line-height: 50rem;
  padding-left: 78rem;
}

.lottery_main .l_left li .btn_invite.yuyue_done_btn {
  padding-left: 0;
}

.lottery_main .l_left li .yuyue_done_btn {
  display: inline-block;
  width: 178rem;
  height: 50rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_yuyue_done_btn.png)  no-repeat;background-size: 100% 100%;
  text-align: center;
  color: #000;
  font-size: 20rem;
  line-height: 50rem;
  text-indent: -9999rem;
  cursor: auto;
}

.lottery_main .l_right {
  width: 718rem;
  float: right;
  height: 697rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_cj_bg.png)  no-repeat;background-size: 100% 100%;
  position: relative;
  z-index: 30;
}

.lottery_main .lottery_box {
  width: 667rem;
  border-radius: 44rem;
  height: 404rem;
  position: relative;
  margin: 30rem auto 0 auto;
  overflow: hidden;
}

.lottery_main .jinglingqiu {
  width: 182rem;
  height: 185rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_tiezhi.png)  no-repeat;background-size: 100% 100%;
  position: absolute;
  right: -95rem;
  top: -97rem;
  display: inline-block;
  z-index: 1;
}

.lottery_main .lottery_box .lottery_net_line {
  width: 678rem;
  height: 415rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/lottery_net_line.png)  no-repeat;background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: .2;
}

.lottery_container {
  position: relative;
  z-index: 10;
}

.lottery_container ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.lottery_container ul li {
  width: 210rem;
  height: 124rem;
  position: relative;
  margin-bottom: 13rem;
}

.lottery_box .lottery_imgs {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/lottery_img.png)  no-repeat;background-size: 100% 100%;
  width: 595rem;
  height: 368rem;
  transform: translate(-53%, -51%);
}

.lottery_container ul li .mask {
  width: 210rem;
  height: 124rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_cj_gift_on.png)  no-repeat;background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
}

.lottery_container ul li.on .mask {
  display: block;
}

.lottery_tart {
  width: 229rem;
  height: 92rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_choujiang_btn.png)  no-repeat;background-size: 100% 100%;
  position: absolute;
  right: 31rem;
  bottom: 72rem;
  transition: all .2s;
}

.lottery_tart:hover {
  transform: translateY(3rem);
}

.nl_icon {
  width: 100rem;
  height: 24rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_nengliang_icon.png)   no-repeat;background-size: 100% 100%;
  padding-left: 30rem;
  color: #8b70d6;
  font-size: 14rem;
  line-height: 24rem;
  background-size: 24rem 24rem;
}

.recod_btn {
  width: 36rem;
  height: 108rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/recod_btn.png)  no-repeat;background-size: 100% 100%;
  position: absolute;
  right: -36rem;
  bottom: 117rem;
}

.shengyu_nl {
  position: absolute;
  right: 40rem;
  bottom: 168rem;
  text-align: center;
  width: 222rem;
  height: 51rem;
}

.nengliang_num {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p3_nengliang_icon.png)  no-repeat;background-size: 100% 100%;
  font-weight: 700;
  color: #FFF;
  text-shadow: 3rem 3rem 0rem #7d93a2, -3rem 3rem 0rem #7d93a2, -3rem -3rem 0rem #7d93a2, 3rem -3rem 0rem #7d93a2;
  font-size: 42rem;
  font-family: 'SairaSemiCondensed';
  padding-left: 50rem;
  height: 44rem;
  line-height: 44rem;
  display: inline-block;
  text-align: left;
  margin: 0 auto;
}

/* pag4 锟芥法锟斤拷锟斤拷*/
.section4 span.jiao {
  display: block;
  position: absolute;
  z-index: 50;
}

.p4_left_top {
  width: 111rem;
  height: 111rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_left_top.png)  no-repeat;background-size: 100% 100%;
  left: 40rem;
  top: 108rem;
}

.p4_left_bottom {
  width: 185rem;
  height: 111rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_left_bottom.png)  no-repeat;background-size: 100% 100%;
  left: 40rem;
  bottom: 40rem;
}

.p4_right_top {
  width: 111rem;
  height: 111rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_right_top.png)  no-repeat;background-size: 100% 100%;
  right: 40rem;
  top: 108rem;
}

.p4_right_bottom {
  width: 111rem;
  height: 111rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_right_bottom.png)  no-repeat;background-size: 100% 100%;
  right: 40rem;
  bottom: 40rem;
}

.wanfa_big_Swiper {
  width: 100%;
  height: 100%;
}

.wanfa_big_Swiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.wanfa_big_Swiper .swiper-slide .info {
  position: absolute;
  right: 180rem;
  top: 200rem;
  width: 730rem;
  height: 147rem;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

.wanfa_big_Swiper .info1 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item1.png);
}

.wanfa_big_Swiper .info2 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item2.png);
}

.wanfa_big_Swiper .info3 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item3.png);
}

.wanfa_big_Swiper .info4 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item4.png);
}

.wanfa_big_Swiper .info5 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item5.png);
}

.wanfa_big_Swiper .info6 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_item6.png);
}

.small_next_prev_box {
  position: absolute;
  bottom: 80rem;
  width: 1100rem;
  left: 50%;
  transform: translateX(-50%);
  height: 175rem;
  z-index: 30;
}

.small_next_prev_box .p4_next, .small_next_prev_box .p4_prev {
  width: 80rem;
  height: 80rem;
  position: absolute;
  top: 50%;
  margin-top: -40rem;
  z-index: 30;
  cursor: pointer;
}

.small_next_prev_box .p4_next {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_next_btn.png);
  right: -95rem;
}

.small_next_prev_box .p4_prev {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p4_prve_btn.png);
  left: -95rem;
}

.wanfa_big_Swiper .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  background-size: cover;
}

.wanfa_big_Swiper .b_slider1 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/page4_1.jpg);
}

.wanfa_big_Swiper .b_slider2 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/page4_2.jpg);
}

.wanfa_big_Swiper .b_slider3 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/page4_3.jpg);
}

.wanfa_big_Swiper .b_slider4 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/page4_4.jpg);
}

.wanfa_big_Swiper .b_slider5 {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/page4_5.jpg);
}

.wanfa_small_sipwer_box {
  position: absolute;
  bottom: 40rem;
  width: 1100rem;
  left: 50%;
  transform: translateX(-50%);
  height: 215rem;
  z-index: 40;
  overflow: hidden;
}

.wanfa_small_Swiper {
  width: 1250rem;
  overflow: hidden;
  position: relative;
  /* -webkit-mask: linear-gradient(270deg,transparent 1%, white 9%); */
}

.wanfa_small_sipwer_box {
  -webkit-mask: linear-gradient(270deg, transparent 0%, white 7%);
}

.wanfa_small_Swiper .swiper-slide {
  text-align: center;
  padding-top: 20rem;
  color: #fff;
  font-size: 18rem;
  cursor: pointer;
}

.wanfa_small_Swiper .swiper-slide img {
  border: 8rem solid #FFF;
  border-radius: 27rem;
  width: calc(100% - 16rem);
}

.wanfa_small_Swiper .swiper-slide.swiper-slide-thumb-active {
  color: #ffe653;
}

.wanfa_small_Swiper .swiper-slide.swiper-slide-thumb-active img {
  border: 8rem solid #ffe653;
}

.wanfa_small_Swiper .swiper-slide p {
  padding-top: 13rem;
}

/* page5 */
.p5_con {
  width: 100%;
  height: 700rem;
  margin: 0 auto;
  z-index: 12;
  top: 50%;
  margin-top: -350rem;
}

.p5_data_bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
}
.p5_data_bg img{
  position: absolute;
  left: 0;top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: .5s linear all;
}
.p5_data_bg img.active{
  opacity: 1;
}
.bkm_info {
  position: absolute;
  width: 686rem;
  height: 236rem;
  left: 54rem;
  top: 180rem;
  background-repeat: no-repeat;
  z-index: 11;
}
.bkm_info .name img{
  display: block;
  height: 173rem;
}
.bkm_info .gj {
  font-size: 26rem;
  font-family: 'ZaoZiGongFangYuanHeiTi';
  color: #fff;
  margin-top: 14rem;
  text-align: left;
}

.section5 .btn-chekc-detail {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-check-detail.png) no-repeat; background-size: 100% 100%;
  width: 174rem;
  height: 50rem;
  display: block;
  position: absolute;
  top: 435rem;
  left: 50rem;
  z-index: 13;
}

.btn-more-bkm {
  display: block;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-more-bkm.png) no-repeat; background-size: 100% 100%;
  width: 219rem;
  height: 59rem;
  position: absolute;
  right: 44rem;
  bottom: 60rem;
  z-index: 19;
}

.ziliao_Swiper .swiper-wrapper {
  display: flex;
  align-items: baseline;
}
.ziliao_Swiper .swiper-wrapper .swiper-slide{pointer-events: none;}
.ziliao_Swiper .slider1 div {
  background-repeat: no-repeat;
  background-size: cover;
}

.ziliao_Swiper .small_pic {
  width: 240rem;
  height: 240rem;
  position: relative;
  z-index: 100;
  left: 30rem;
  pointer-events: all;
  cursor: pointer;
}

.ziliao_Swiper .small_pic img {
  width: 300rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.ziliao_Swiper .big_pic {
  background-repeat: no-repeat;
  transition: all 0.2s;
  position: relative;
  transform-origin: bottom;
}

.ziliao_Swiper .swiper-slide-active {
  width: 568rem !important;
}

.ziliao_Swiper .swiper-slide[data-swiper-slide-index="1"] .img-box img:nth-child(2), .ziliao_Swiper .swiper-slide[data-swiper-slide-index="1"] .img-box img:nth-child(3) {
  transform: translateX(-61%);
}

.ziliao_Swiper .swiper-slide[data-swiper-slide-index="1"] .img-box img:nth-child(0), .ziliao_Swiper .swiper-slide[data-swiper-slide-index="1"] .img-box img:nth-child(1), .ziliao_Swiper .swiper-slide[data-swiper-slide-index="1"] .img-box img:nth-child(3) {
  transform: translateX(-60%);
}

.ziliao_Swiper .big_pic {
  width: 1200rem;
  height: 700rem;
  display: none;
  left: 50%;
  transform: translateX(-50%) scale(0.9);
  top: -48rem;
}

.ziliao_Swiper .img-box {
  position: relative;
  width: 100%;
  height: 100%;
}

.ziliao_Swiper .img-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 16rem;
  left: 50%;
  transform: translateX(-56%);
  transition: all 0.2s;
  display:none;
}

.ziliao_Swiper .img-box img.on {
  display:block
}

.ziliao_Swiper .info-box {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/skin_name-bg.png) no-repeat; background-size: 100% 100%;
  width: 500rem;
  height: 140rem;
  position: absolute;
  bottom: -128rem;
  left: 50%;
  margin-left: -352rem;
}

.ziliao_Swiper .info-txt {
  opacity: 0;
  transition: all .3s;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.ziliao_Swiper .info-txt.on {
  opacity: 1;
}

.ziliao_Swiper .info-txt .name {
  width: 270rem;
  height: 140rem;
  position: absolute;
  right: 84rem;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32rem;
  color: #2c2b43;
  font-size: 30rem;
  font-family: 'ZaoZiGongFangYuanHeiTi';
}

.ziliao_Swiper .info-txt .show_video {
  display: none;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/skin_icon-play.png) no-repeat; background-size: 100% 100%;
  width: 54rem;
  height: 51rem;
  position: absolute;
  right: 24rem;
  top: 47rem;
}

/* ziliao slider1 */
.swiper-skin .swiper-slide {
  position: relative;
  width: 123rem;
  height: 123rem;
  transform-origin: center;
  margin: 0;
}

.swiper-skin .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 91rem;
  height: 91rem;
  display: none;
}

.swiper-skin .swiper-slide .small-icon {
  display: block;
}

.swiper-skin .swiper-slide.cur img {
  width: 123rem;
  height: 123rem;
}

.swiper-skin .swiper-slide.cur .small-icon {
  display: none;
}

.swiper-skin .swiper-slide.cur .big-icon {
  display: block;
}

.skin_box {
  width: 369rem;
  height: 123rem;
  position: absolute;
  right: 126rem;
  top: 105rem;
  z-index: 20;
}

.skin_box .swiper-wrapper {
  align-items: center;
}

.skin_box .skin_next {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_next_btn.png)  no-repeat; background-size: 100% 100%;
  right: -60rem;
}

.skin_box .skin_prev {
  left: -60rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_prve_btn.png)  no-repeat; background-size: 100% 100%;
}

.skin_box .skin_next, .skin_box .skin_prev {
  width: 55rem;
  height: 55rem;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -27.5rem;
  z-index: 30;
  cursor: pointer;
}

.ziliao_Swiper .swiper-slide-active .small_pic {
  display: none;
}

.ziliao_Swiper .swiper-slide-active .big_pic {
  display: block;
}

/* 
.swiper-slide-prev .small_pic{margin-left:-70rem}
.swiper-slide-next .small_pic{margin-right:-70rem} */
.zliao_prev_page .small_pic {
  margin-left: -120rem;
}

.zliao_next_page .small_pic {
  margin-left: 25rem;
}

.zliao_next_page + .swiper-slide .small_pic {
  margin-left: -100rem;
}

/* pag6 */
.section6 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/page6.jpg) 50% 50% /cover no-repeat;
}

.news_roll {
  width: 744rem;
}

/* pic */
.pic_swiper {
  width: 744rem;
  height: 410rem;
}

.pic_swiper_pagination {
  width: 192rem;
  height: 26rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/pic_swiper_pagination.png) no-repeat; background-size: 100% 100%;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.pic_swiper_pagination .swiper-pagination-bullet {
  width: 18rem;
  height: 18rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/pic_swiper_pagination_off.png) no-repeat; background-size: 100% 100%;
  transition: all 0.3s;
  margin-top: 6rem !important;
}

.pic_swiper .swiper-slide img {
  width: 724rem;
  height: 390rem;
  object-fit: cover;
  border-radius: 32rem;
  border: 10rem solid #FFF;
}

.pic_swiper_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/pic_swiper_pagination_on.png) no-repeat; background-size: 100% 100%;
}

.pic_next, .pic_prev {
  width: 86rem;
  height: 86rem;
  position: absolute;
  top: 50%;
  margin-top: -43rem;
  z-index: 30;
  cursor: pointer;
}

.pic_next {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_next_btn.png) no-repeat; background-size: 100% 100%;
  right: -40rem;
}

.pic_prev {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_prve_btn.png) no-repeat; background-size: 100% 100%;
  left: -40rem;
}

/* news */
.news_box {
  margin-top: 28rem;
}

.news_tab {
  height: 42rem;
  margin-bottom: 30rem;
  margin-left: -7rem;
  display: flex;
}

.news_tab li {
  flex: 1;
  float: left;
  position: relative;
  font-size: 22rem;
  letter-spacing: 2rem;
  /* width: 170rem; */
  font-style: italic;
  height: 42rem;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-family: 'mfyh';
  line-height: 42rem;
  padding: 0 7rem;
  transition: all 0.2s;
}

.news_tab li a {
  color: #000;
  display: block;
  width: 100%;
  height: 42rem;
  line-height: 42rem;
}

.news_tab li.cur {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_tab_on.png) no-repeat  center center;
  background-size: 168rem 42rem;
  text-indent: 20rem;
}

.news_tab li span {
  width: 1rem;
  height: 22rem;
  position: absolute;
  right: 0;
  top: 10rem;
  background-color: #000;
}

.news_box .newslist li {
  width: 100%;
  height: 42rem;
  padding: 0 12rem;
  line-height: 42rem;
  background-color: #FFF;
  border-radius: 21rem;
  margin-bottom: 17rem;
  clear: both;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.news_box .newslist li .type {
  width: 62rem;
  height: 24rem;
  background-repeat: no-repeat;
  line-height: 24rem;
  text-align: center;
  color: #fff;
  margin-right: 0rem;
  display: inline-block;
  font-size: 14rem;
}

.news_box .newslist li a {
  font-size: 20rem;
  color: #000;
  transition: all 0.3s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 520rem;
  display: inline-block;
}

.news_box .newslist li a:hover {
  transform: translateX(10rem);
  text-decoration: underline;
}

.news_box .newslist li .time {
  color: #b5b5b5;
  font-size: 14rem;
  float: right;
}

.news_box .newslist li .type.type131549 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_n_icon.png) no-repeat;background-size: 100% 100%;
}

.news_box .newslist li .type.type131550 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_a_icon.png) no-repeat;background-size: 100% 100%;
}

.news_box .newslist li .type.type131552 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/news_g_icon.png) no-repeat;background-size: 100% 100%;
}

/* pag7 */
.section7 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page7.jpg) 50% 50% /cover no-repeat;}

.p7_con {
  width: 1400rem;
  margin-left: -700rem;
  left: 50%;
  height: 844rem;
  top: 50%;
  margin-top: -410rem;
}

.p7_tit {
  width: 594rem;
  height: 138rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_tit.png) no-repeat;background-size: 100% 100%;
  margin: 0 auto;
}

.tese_big_Swiper {
  width: 100%;
  height: 548rem;
  margin: 0 auto;
  overflow: hidden;
}

.tese_big_Swiper .swiper-slide {
  opacity: 0;
  width: 926rem;
  height: 548rem;
}

.tese_big_Swiper .tese_img {
  width: 926rem;
  height: 548rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.tese_big_Swiper .b_slider1 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider1.png);
}

.tese_big_Swiper .b_slider2 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider2.png);
}

.tese_big_Swiper .b_slider3 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider3.png);
}

.tese_big_Swiper .b_slider4 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider4.png);
}

.tese_big_Swiper .b_slider5 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider5.png);
}

.tese_big_Swiper .b_slider6 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider6.png);
}

.tese_big_Swiper .b_slider7 .tese_img {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_b_slider7.png);
}

.tese_big_Swiper .swiper-slide-prev, .tese_big_Swiper .swiper-slide-active, .tese_big_Swiper .swiper-slide-next {
  opacity: 1 !important;
}

.tese_small_sipwer_box {
  width: 500rem;
  height: 95rem;
  z-index: 40;
  margin: 0 auto;
  position: relative;
}

.tese_small_Swiper {
  overflow: hidden;
  height: 95rem;
}

.tese_small_Swiper .swiper-slide {
  width: 150rem;
  height: 85rem;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

/* .tese_small_Swiper .swiper-slide.s_slide1{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider1.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide1.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider1_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide2{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider2.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide2.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider2_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide3{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider3.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide3.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider3_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide4{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider4.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide4.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider4_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide5{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider5.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide5.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider5_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide6{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider6.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide6.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider6_on.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide7{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider7.png)} */
/* .tese_small_Swiper .swiper-slide.s_slide7.swiper-slide-thumb-active{background-image:url(//game.gtimg.cn/images/nishiki/web202310/p7_s_slider7_on.png)} */
.tese_small_Swiper .swiper-slide img {
  border: 5rem solid #fff;
  border-radius: 10rem;
  display: block;
}

.tese_small_Swiper .swiper-slide.swiper-slide-thumb-active img {
  border: 5rem solid #ffe653;
}

.p7_next, .p7_prev {
  width: 66rem;
  height: 66rem;
  position: absolute;
  top: 50%;
  margin-top: -33rem;
  z-index: 30;
  cursor: pointer;
}

.p7_next {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_next_btn.png);
  right: -74rem;
}

.p7_prev {
  background-image: url(../../../game.gtimg.cn/images/nishiki/web202310/p7_prve_btn.png);
  left: -74rem;
}

/* page8 */
.section8 {
  height: auto !important;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/page8.jpg) 50% 50% /cover no-repeat;
}

.tips_font {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_bg.png) no-repeat;background-size: 100% 100%;
  width: 571rem;
  height: 52rem;
  line-height: 52rem;
  text-align: center;
  color: #FFF;
  font-size: 22rem;
  bottom: -65rem;
  left: 50%;
  margin-left: -285.5rem;
  display: none;
}

/* 预约锟缴癸拷 */
.tips_succ_box {
  width: 758rem;
  height: 435rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/booking-suc.png) no-repeat;background-size: 100% 100%;
}

.tips_yy_succ_con .queding {
  display: inline-block;
  width: 199rem;
  height: 53rem;
  margin-top: 174rem;
  margin-left: 279rem;
}

/* 预约锟缴癸拷锟斤拷锟街伙拷锟斤拷 */
.tips_yy_bing_succ_box {
  width: 758rem;
  height: 736rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_succ_bg.png) no-repeat;background-size: 100% 100%;
}

.tips_yy_bing_succ_box .sm {
  color: #000;
  font-size: 24rem;
  text-align: left;
  height: 60rem;
  padding-left: 88rem;
  font-weight: 700;
}

.tips_succ_con {
  width: 515rem;
  margin: 0 auto;
  padding-top: 134rem;
  color: #747474;
}

.tips_succ_con li {
  height: 60rem;
  margin-bottom: 10rem;
  text-align: center;
}

.tips_succ_con li .tel_text, .tips_succ_con li .yzm_text {
  height: 58rem;
  border: 1rem solid #747474;
  border-radius: 29rem;
  text-align: center;
  font-size: 18rem;
  color: #747474;
}

.tips_succ_con li .ft {
  color: #353535;
}

.tips_succ_con li .tel_text {
  width: 390rem;
}

.tips_succ_con li .yzm_text {
  width: 220rem;
}

.tips_succ_con img {
  display: block;
  margin: 0 auto;
}

.tips_succ_con .succ_note {
  font-size: 16rem;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.yzm_btn {
  width: 150rem;
  height: 60rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_yzm_bg.png) no-repeat;background-size: 100% 100%;
  color: #fff;
  font-size: 20rem;
  text-align: center;
  line-height: 60rem;
  display: inline-block;
  margin-left: 26rem;
  cursor: pointer;
}

.tips_succ_con .bangding {
  width: 330rem;
  height: 65rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_bd_btn.png) no-repeat;background-size: 100% 100%;
  display: block;
  margin: 0 auto 30rem auto;
}

.tips_succ_con .codeimgs {
  display: flex;
  justify-content: space-evenly;
  width: 435rem;
}

.tips_succ_con .codeimgs img {
  width: 91rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/community_box.png) no-repeat center/cover;
  padding: 5rem;
}

.tips_succ_con .item.download_yuxiazai img {
  background: none;
  width: 101rem;
  padding: 0;
  height: 101rem;
}

.tips_succ_con .item {
  text-align: center;
  font-size: 16rem;
  margin-top: 5rem;
}

.tips_yy_bing_succ_box .closebtn {
  right: 14rem;
}

.tips_succ_con .code_ft {
  text-align: center;
  font-size: 16rem;
  margin-top: 5rem;
}

/* 锟斤拷锟斤拷锟斤拷蚩锟教�*/
.tips_yaoqing_box {
  width: 631rem;
  height: 534rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_yaoqing.png) no-repeat;background-size: 100% 100%;
}

.tips_yaoqing_con {
  padding-top: 85rem;
  text-align: center;
}

.tips_yaoqing_con ul {
  width: 550rem;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  padding: 40rem 0 20rem 0;
}

.tips_yaoqing_con .vote {
  color: #6b6b6b;
  font-size: 14rem;
  text-align: center;
  padding-right: 24rem;
}

.tips_yaoqing_con .p1 {
  color: #6b4fd3;
  font-weight: 700;
}

.tips_yaoqing_con .p1 strong {
  font-size: 36rem;
  font-weight: 700;
  display: block;
  height: 47rem;
  overflow: hidden;
  margin-bottom: 10rem;
}

.tips_yaoqing_con ul p {
  padding-top: 10rem;
  font-size: 16rem;
  color: #000;
}

.tips_yaoqing_box .yuyuebtn {
  position: absolute;
  left: 50%;
  top: 436rem;
  display: block;
  width: 310rem;
  height: 60rem;
  margin-left: -155rem;
}

.tips_yaoqing_box .closebtn {
  right: 25rem;
  top: 16rem;
}

/* 锟襟定成癸拷 */
.tips_unbind_succ_box {
  width: 778rem;
  height: 430rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_bind_succ.png) no-repeat;background-size: 100% 100%;
}

.tips_unbind_succ_box .bdok {
  display: inline-block;
  width: 476rem;
  height: 53rem;
  margin-top: 174rem;
  margin-left: 140rem;
}

.tips_unbind_box .tips_succ_con {
  padding-top: 180rem;
}

/* 锟斤拷锟斤拷只锟斤拷虐锟�*/
.tips_unbind_box {
  width: 634rem;
  height: 548rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_unbind.png) no-repeat;background-size: 100% 100%;
}

.unbing_btn {
  width: 330rem;
  height: 65rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/unbing_btn.png) no-repeat;background-size: 100% 100%;
  display: block;
  margin: 0 auto 35rem auto;
}

/* 锟斤拷锟津弹达拷 */
.tips_rule_box {
  width: 634rem;
  height: 460rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_rule.png) no-repeat;background-size: 100% 100%;
}

.rule_con {
  width: 512rem;
  margin: 0 auto;
  padding-top: 155rem;
}

.gz_list {
  height: 270rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20rem;
}

.gz_list li {
  font-size: 18rem;
  color: #1f1f1e;
  margin-bottom: 20rem;
  line-height: 28rem;
}

.gz_list li p {
  margin-bottom: 8rem;
}

.gz_list li p span.red {
  color: #f00;
}

.gz_list li strong {
  font-size: 22rem;
  font-weight: 700;
  padding-bottom: 10rem;
}

.guize_table th, .guize_table td {
  border: 1rem solid #000;
  padding: 2rem 5rem;
}

.gz_list::-webkit-scrollbar {
  width: 5rem;
  height: 1rem;
  background-color: #e2e2e2;
}

.gz_list::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #8346e5;
}

.tips_rule_box .closebtn {
  top: 63rem;
}

/* 锟斤拷锟斤拷扫锟斤拷 */
#tips_friend .tips_public2_con div {
  height: 85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b4fd3;
  font-size: 24rem;
  text-align: left;
  font-weight: 700;
}

#tips_friend .tips_public2_con img {
  display: block;
  margin: 0 auto;
}

/* 锟叫斤拷锟斤拷示 */
.tips_get_gift_box {
  width: 778rem;
  height: 468rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_get_gift.png) no-repeat;background-size: 100% 100%;
}

.get_gift_con {
  text-align: center;
  padding-top: 145rem;
  color: #000;
  font-size: 16rem;
  height: 113rem;
  padding-bottom: 18rem;
}

.get_gift_con img {
  height: 90rem;
  width: auto;
  margin-right: 7rem;
}

.get_gift_con p {
  padding-top: 5rem;
  font-size: 16rem;
}

.tips_get_gift_box .closebtn {
  right: 0;
}

.tips_get_gift_box .queding {
  display: inline-block;
  width: 199rem;
  height: 53rem;
  margin-left: 279rem;
}

.tips_get_gift_box .vote {
  color: #6b6b6b;
  font-size: 14rem;
  text-align: center;
  padding-right: 24rem;
  padding-top: 4rem;
}

.tips_get_gift_box .vote_address {
  font-size: 14rem;
  text-align: center;
  padding-right: 24rem;
  padding-top: 40rem;
}

.tips_get_gift_box .vote_address a {
  color: #fff;
  text-decoration: underline;
}

/* 锟秸伙拷锟斤拷址 */
.tips_address_box {
  width: 631rem;
  height: 474rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_address.png) no-repeat;background-size: 100% 100%;
}

.tips_address_con {
  width: 536rem;
  margin: 0 auto;
  padding-top: 90rem;
}

.tips_address_con ul {
  height: 285rem;
}

.tips_address_con li {
  margin-bottom: 8rem;
}

.tips_address_con span {
  float: left;
  width: 120rem;
  text-align: left;
  color: #6b4fd3;
  display: block;
}

.tips_address_con input {
  height: 45rem;
  border: 1rem solid #747474;
  border-radius: 29rem;
  text-align: center;
  font-size: 18rem;
  color: #747474;
  width: 410rem;
}

.tips_address_con .liA {
  height: 47rem;
  line-height: 47rem;
}

.tips_address_con select {
  width: 132rem;
  border: 1rem solid #747474;
  height: 45rem;
  border-radius: 29rem;
  text-align: center;
  font-size: 12rem;
  color: #747474;
}

.tips_address_con select option {
  background-color: none;
  border-radius: 5rem;
  font-size: 12rem;
}

.tips_address_con select:nth-child(3) {
  margin: 0 9rem;
}

.tips_address_con .liB textarea {
  height: 67rem;
  width: 380rem;
  border: 1rem solid #747474;
  color: #747474;
  border-radius: 20rem;
  padding: 10rem 15rem;
}

.tips_address_con .closebtn {
  right: 25rem;
  top: 16rem;
}

.tips_address_con .queding_btn {
  width: 190rem;
  height: 65rem;
  display: block;
  margin: 0 auto;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/queding_btn.png) no-repeat;background-size: 100% 100%;
  text-indent: -9999rem;
}

/* 锟介奖锟斤拷录 */
.tips_recod_box {
  width: 631rem;
  height: 474rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_recod.png) no-repeat;background-size: 100% 100%;
}

.tips_recod_box ul li {
  background-color: #e8e8e8;
  margin-bottom: 5rem;
  height: 68rem;
  display: flex;
  justify-content: center;
  border-radius: 10rem;
}

.tips_recod_box ul li span {
  width: 50%;
  text-align: center;
  color: #919191;
  display: grid;
  align-items: center;
}

.tips_recod_box .closebtn {
  right: 25rem;
  top: 16rem;
}

.tips_recod_box ul li span a {
  color: #3f6dff;
  text-decoration: underline;
}

.recod_scroll {
  height: 270rem;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 20rem;
  margin: 157rem auto 0 auto;
  width: 560rem;
}

.recod_scroll::-webkit-scrollbar {
  width: 5rem;
  height: 1rem;
  background-color: #e2e2e2;
}

.recod_scroll::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background-color: #8346e5;
}

/* 锟斤拷锟结方式 */
.tips_jijie_box {
  width: 650rem;
  height: 391rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_jijie.png) no-repeat;background-size: 100% 100%;
}

.tips_jijie_con img {
  display: block;
  margin: 102rem auto 0;
}

.copy_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 580rem;
  margin: 63rem auto 0;
}

.tips_jijie_con .copybtn {
  width: 150rem;
  height: 60rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/tips_yzm_bg.png) no-repeat;background-size: 100% 100%;
  color: #fff;
  font-size: 20rem;
  text-align: center;
  line-height: 60rem;
  display: inline-block;
  margin-left: 26rem;
  cursor: pointer;
}

.url_text {
  width: 403rem;
  height: 46rem;
  text-indent: 15rem;
  background-color: #dfe0ec;
  line-height: 46rem;
  font-size: 20rem;
  color: #44485c;
  border-radius: 5rem;
  border: none;
}

.tips_jijie_box .closebtn {
  right: 25rem;
  top: 16rem;
}

#qrcodeId {
  height: 155rem;
}

/* 锟斤拷注锟斤拷锟节号碉拷锟斤拷 */
#tips_gongzhonghao .tips_public2_con {
  padding-top: 90rem;
}

#tips_gongzhonghao .tips_public2_con p {
  font-weight: 700;
  height: 22rem;
  padding-top: 15rem;
}

#tips_gongzhonghao img {
  margin: 0 auto;
  width: 176rem;
  height: 176rem;
  display: block;
}

/* 锟斤拷频锟斤拷锟斤拷 */
.tips_video {
  width: 1000rem;
  height: 560rem;
  position: relative;
}

.tips_qc_box .closebtn {
  top: -44rem;
}

/* 2023-11-14 add */
#tips_download_gzh img {
  margin: 0 auto;
  width: 176rem;
  height: 176rem;
  display: block;
}

#tips_download_gzh .tips_public2_con {
  padding-top: 80rem;
}

#tips_download_gzh .tips_public2_con p {
  height: 62rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #6b4fd3;
  font-size: 20rem;
  text-align: center;
  font-weight: 700;
}

.p6_con {
  display: flex;
  width: 1400rem;
  margin-left: -700rem;
  left: 50%;
  height: 810rem;
  top: 50%;
  margin-top: -365rem;
  justify-content: space-between;
}

.p6_con .p6_left-bar {
  width: 655rem;
}

.p6_con .p6_left-bar img {
  width: 650rem;
  margin: -10rem 0 0 -70rem;
}

.p6_con .p6_right-bar {
  width: 744rem;
}

.download-box {
  width: 746rem;
  height: 222rem;
  position: absolute;
  bottom: 90rem;
  left: 64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transform: translateX(-50%); */
  /* padding:20rem 0 0; */
  box-sizing: border-box;
  text-align: center;
  font-size: 0;
  background:url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/gulp-box-bg.png) no-repeat;background-size: 100% 100%;
}

.download-box > a, .download-box div {
  display: inline-block;
  vertical-align: bottom;
}

.btn-load_gulp {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/load_gulp.png) no-repeat;background-size: 100% 100%;
  width: 229rem;
  height: 183rem;
  position: absolute;
  bottom: 330rem;
  left: 64rem;
}

.download-box .scan-box {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/scan_load.png) no-repeat;background-size: 100% 100%;
  width: 225rem;
  height: 172rem;
}

.download-box .btn-groups1 {
  margin: 0 20rem;
}

.download-box .btn-groups1 a {
  display: block;
}

.download-box .btn-groups1 .btn-ios {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-ios.png) no-repeat;background-size: 100% 100%;
  width: 240rem;
  height: 65rem;
}

.download-box .btn-groups1 .btn-android {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-android.png) no-repeat;background-size: 100% 100%;
  width: 240rem;
  height: 64rem;
  margin-top: 25rem;
}

.download-box .btn-groups2 a {
  display: block;
  width: 186rem;
  height: 43rem;
}

.download-box .btn-groups2 a + a {
  margin-top: 15rem;
}

.download-box .btn-groups2 .btn-tap {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-tap.png) no-repeat;background-size: 100% 100%;
}

.download-box .btn-groups2 .btn-hy {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-hykb.png) no-repeat;background-size: 100% 100%;
}

.download-box .btn-groups2 .btn-4399 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-4399.png) no-repeat;background-size: 100% 100%;
}

.tips_lq_box {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/load_box_bg.png)  no-repeat;background-size: 100% 100%;
  width: 634rem;
  height: 600rem;
  position: relative;
  padding: 154rem 56rem 0;
  box-sizing: border-box;
}

.tips_lq_box .reward_img {
  display: block;
  margin: 0 auto 15rem;
  width: 475rem;
}

.tips_lq_box p {
  text-align: left;
  color: #1f1f1e;
  font-size: 18rem;
}

.tips_lq_box p + p {
  margin-top: 5rem;
}

.tips_lq_box p.bold {
  font-size: 20rem;
  font-weight: bold;
}

.tips_lq_box .scan_img {
  position: absolute;
  right: -200rem;
  top: 170rem;
  width: 190rem;
}

.tips_lq_box .closebtn {
  right: -50rem;
  top: 46rem;
}

.section_video {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/video_bg.jpg) no-repeat;background-size: 100% 100%;
  position: relative;
}

.section_video .fp-tableCell{
  position: relative;
}
.section_video .video-box{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  
}

.section_video .mask {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/video-mask-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
}

.section_video .zs-video {
  width: 111rem;
  height: 111rem;
  z-index: 2;
  position: absolute;
  pointer-events: none;
}

.section_video .zs-video1 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/zs-video1.png)  no-repeat;background-size: 100% 100%;
  top: 140rem;
  left: 90rem;
}

.section_video .zs-video2 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/zs-video2.png)  no-repeat;background-size: 100% 100%;
  top: 140rem;
  right: 90rem;
}

.section_video .zs-video3 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/zs-video3.png)  no-repeat;background-size: 100% 100%;
  bottom: 70rem;
  left: 90rem;
  width: 185rem;
}

.section_video .zs-video4 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/zs-video4.png)  no-repeat;background-size: 100% 100%;
  bottom: 70rem;
  right: 90rem;
}

.section_video .slogan-box2 {
  width: 989rem;
  position: absolute;
  z-index: 10;
  bottom: 170rem;
  left: 90rem;
}

.section_video .slogan-box2 .slogan2 {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/slogan2.png) no-repeat;background-size: 100% 100%;
  width: 989rem;
  height: 139rem;
}
.section_video .test{
  font-size: 16rem;
  text-align: left;
  font-family: 'fzlthjt';
  position: absolute;
  bottom:28rem;
  left:30rem;
  color:rgba(255, 255, 255, 0.8);
  z-index: 10;
}

.section_video .slogan-box2 .bold {
  font-family: 'fzltzhjt';
}

.section_video .slogan-box2 p {
  color: #ffffff;
  font-size: 20rem;
  text-align: left;
  margin-left: 72rem;
  margin-top: 20rem;
  font-family: 'fzlthjt';
  line-height: 1.5;
}

.section_player {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/section_play_bg.jpg) 50% 50% /cover no-repeat;
}

.section_player .section_player_con {
  width: 1400rem;
  height: 765rem;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -330rem 0 0 -700rem;
}

.section_player .section_player_con .right {
  display: inline-block;
  vertical-align: top;
  float: right;
}
.section_player .right{
  position: absolute;
  right: 0;
  bottom: 0;
}
.section_player .right img{
  display: block;
  width: 680rem;
  height: auto;
}
.section_player .section_player_con .right img {
  margin: -65rem -260rem 0 0;
  display: block;
  height: 965rem;
}

.section_player .section_player_con .left {
  width: 830rem;
  display: inline-block;
  vertical-align: top;
  transform: scale(.95);
}

.section_player .section_player_con .left .title {
  height: 76rem;
  padding: 0 92rem 0 80rem;
  box-sizing: border-box;
  position: relative;
  font-family: 'ZaoZiGongFangYuanHeiTi';
  color: #ffffff;
  font-size: 40rem;
  background: #782dd0;
  border-radius: 38rem;
  box-sizing: border-box;
  line-height: 76rem;
  display: inline-block;
}

.section_player .section_player_con .left .title > span {
  display: inline-block;
  position: relative;
}

.section_player .section_player_con .left .title > span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2rem;
  right: 0;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/icon_title-after.png) no-repeat;background-size: 100% 100%;
  width: 51rem;
  height: 7rem;
}

.section_player .section_player_con .left .title > span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 11rem;
  left: 0;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/icon_title_border.png) no-repeat;background-size: 100% 100%;
  background-size: 100% 4rem;
  width: 100%;
  height: 4rem;
}

.section_player .section_player_con .left .title::before {
  content: '';
  display: block;
  position: absolute;
  top: 4rem;
  left: 4rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/icon_title.png) no-repeat;background-size: 100% 100%;
  width: 68rem;
  height: 68rem;
}

.section_player .section_player_con .left .title::after {
  content: '';
  display: block;
  position: absolute;
  top: 14rem;
  right: 20rem;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/title_after_bg.png) no-repeat;background-size: 100% 100%;
  width: 54rem;
  height: 54rem;
}

.section_player .section_player_con .left .title a {
  color: #ffffff;
}

.section_player .section_player_con .left .info_prop {
  color: #000000;
  font-size: 20rem;
  text-align: left;
  font-family: 'fzlthjt';
  margin-top: 12rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  overflow: hidden;
  /* 锟斤拷锟截筹拷锟斤拷锟斤拷锟斤拷 */
  display: -webkit-box;
  /* 锟斤拷锟斤拷锟斤拷 WebKit */
  -webkit-box-orient: vertical;
  /* 锟斤拷直锟斤拷锟斤拷锟斤拷锟斤拷 */
  -webkit-line-clamp: 2;
  /* 锟斤拷锟斤拷为锟斤拷锟斤拷 */
  text-overflow: ellipsis;
  /* 省锟皆猴拷效锟斤拷 */
  text-shadow: 1rem 1rem 0 white, -2rem -2rem 0 white, 2rem -2rem 0 white, -2rem 2rem 0 white, 0 0 4rem gray;
  /* 锟斤拷锟斤拷幕锟缴拷锟接�*/
}

.section_player .section_player_con .left .video-box {
  width: 828rem;
  height: 474rem;
  border-radius: 20rem;
  overflow: hidden;
  position: relative;
  margin: 12rem 0 0;
}

.section_player .section_player_con .left .video-box.hide .btn-icon-play, .section_player .section_player_con .left .video-box.hide .video-poster {
  display: none;
}

.section_player .section_player_con .left .video-box #video-game {
  width: 100%;
  height: 100%;
  padding: 6rem;
  box-sizing: border-box;
}

.section_player .section_player_con .left .video-box #video-game p{
  font-size: 14rem;
  text-align: left;
  font-family: 'fzlthjt';
  position: absolute;
  bottom:25rem;
  left:25rem;
  color:rgba(255, 255, 255, 1);
  z-index: 10;
}

.section_player .section_player_con .left .video-box #video-game video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_player .section_player_con .left .video-box .txp_poster_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_player .section_player_con .left .video-box .btn-icon-play {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/icno_play.png) no-repeat;background-size: 100% 100%;
  width: 64rem;
  height: 60rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section_player .section_player_con .left .video-box #video-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_player .section_player_con .left .video-box .video-poster {
  width: 100%;
  height: 100%;
  position: relative;
}

.section_player .section_player_con .left .video-box .video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.section_player .section_player_con .left .video-box .video-poster .mask {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_player .section_player_con .left .video-box .video-border {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/game_video_border.png) no-repeat;background-size: 100% 100%;
  width: 829rem;
  height: 476rem;
  z-index: 3;
  pointer-events: none;
  position: absolute;
  top: -1rem;
  left: -1rem;
}

.section_player .section_player_con .left .video-btn {
  margin: 14rem 0 0;
  font-size: 0;
  text-align: left;
}

.section_player .section_player_con .left .video-btn .s-video-box, .section_player .section_player_con .left .video-btn > a {
  display: inline-block;
  vertical-align: top;
  width: 192rem;
  height: 108rem;
}

.section_player .section_player_con .left .video-btn > a {
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-more-zts.png) no-repeat;background-size: 100% 100%;
}

.section_player .section_player_con .left .video-btn .s-video-box {
  padding: 4rem;
  border-radius: 10rem;
  box-sizing: border-box;
  background: #fff;
  margin-right: 20rem;
}

.section_player .section_player_con .left .video-btn .s-video-box .img-box {
  border-radius: 10rem;
  overflow: hidden;
  position: relative;
  width: 184rem;
  height: 100rem;
}

.section_player .section_player_con .left .video-btn .s-video-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_player .section_player_con .left .video-btn .s-video-box .img-box .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.section_player .section_player_con .left .video-btn .s-video-box .img-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/btn-icon-play-s.png) no-repeat;background-size: 100% 100%;
  width: 61rem;
  height: 57rem;
}

.section_player .section_player_con .left .video-btn .s-video-box.on {
  background: #ffdc40;
}

.section_player .section_player_con .left .video-btn .s-video-box.on .mask {
  display: none;
}

.section_player .section_player_con .left .video-btn .s-video-box.on .img-box a {
  display: none;
}


.tips_age_con{
  background:url(../../../game.gtimg.cn/images/nishiki/web202310/add_img/dia-tips-bg.png) no-repeat;
  width: 834rem;
  height: 600rem;
  padding:150rem 45rem 0;
  box-sizing: border-box;
  background-size: 100% 100%;
}

.tips_age_con p{
  color:#1f1f1e;
  font-size: 18rem;
  text-align: left;
  padding:0 0 0 17rem;
  box-sizing: border-box;
  position: relative;
  font-family: 'fzlthjt';
}
.tips_age_con p span{
  position: absolute;
  top:0;
  left:0;
}
.tips_age_con p + p{
  margin-top: 18rem;
}
.tips_age_con .closebtn{
  top:44rem;
  right:-57rem;
}
.float_scan{
  display: none;
  transform: translateX(134rem);
}
#fullpage{height: 100%;}
.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
    height: auto !important;
}