.upbox,
.downbox {
  height: 5rem;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 21;
  background: rgba(0, 0, 0, 1);
  display: none;
}

.upbox {
  top: 0;
}

.downbox {
  bottom: 0;
}

.downbox img {
  width: 6.87rem;
  height: .55rem;
  display: block;
  margin: .75rem auto 0;
  opacity: 0;
  transition: opacity 1s ease;
}

#animation {
  width: 7.5rem;
  /* 根据需要调整 */
  height: 7.5rem;
  /* 根据需要调整 */
  background-size: cover;
}

.loading {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading::before {
  content: " ";
  display: block;
  width: 7.5rem;
  height: 3.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250313reserve/pc/bg_loading.jpg) no-repeat 0 0/100% 100%;
}

.loading i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.42rem;
  margin-left: -0.42rem;
  width: .84rem;
  height: .84rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250313reserve/pc/ico_loading.png) no-repeat 0 0/100% 100%;
  animation: anim-bg 5s linear infinite;
}

.loading p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 1.6rem;
  color: #fff;
  font-size: .3rem;
}

@keyframes anim-bg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.wrap {
  width: 7.5rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: #000;
}



@keyframes fade-top {
  0% {
    transform: translateY(0.7rem) translateZ(0);
    opacity: 0;
  }

  100% {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(-7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(-2rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes anim-fade {
  0% {
    opacity: 0;
    filter: blur(8px);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes anim-right {
  0% {
    transform: translateX(1rem);
    opacity: 0;
    filter: blur(8px);
  }

  50% {
    filter: blur(8px);
  }

  80% {
    transform: translateX(0);
  }

  99% {
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes anim-left {
  0% {
    transform: translateX(-1rem);
    opacity: 0;
    filter: blur(8px);
  }

  50% {
    filter: blur(8px);
  }

  80% {
    transform: translateX(0);
  }

  99% {
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes anim-bottom {
  0% {
    transform: translateY(.5rem);
    opacity: 0;
    filter: blur(8px);
  }

  50% {
    filter: blur(8px);
  }

  80% {
    transform: translateY(0);
  }

  99% {
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes anim-boxin {
  0% {
    opacity: 0;
    filter: blur(3px);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

/*footer*/
.footer {
  width: 100%;
  height: 1.4rem;
  text-align: center;
  color: #546058;
  font-size: 0.16rem;
  line-height: 1.2;
  background: none !important;
  position: absolute;
  bottom: -1.6rem;
  z-index: 2;
  transform: translate3d(0, 0, 999px);
  -webkit-transform: translate3d(0, 0, 999px);
}

.footer a {
  color: #fff;
  /* opacity: .2; */
}

.footer p {
  color: #546058;
}

.footer a img {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.03rem -0.03rem 0;
}

.footer-logo {
  width: 5.11rem;
  height: 0.28rem;
  margin: 0.2rem auto 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/foot_logo.png) center/contain no-repeat;
  opacity: 1 !important;
}

.part_ani .footer {
  animation: fade-top 0.5s .5s linear both;
  z-index: 3;
}

.tips12 {
  width: 0.55rem;
  height: 0.7rem;
  background: url(https://game.gtimg.cn/images/yrzx2/m202408/12.png) no-repeat 0 0/cover;
  text-indent: -9999rem;
  position: absolute;
  top: 1.2rem;
  right: 0.22rem;
  display: block;
}

.video-player {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  min-height: -webkit-fill-available;
  user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  object-fit: cover;
}

.video-player canvas {
  width: 100%;
  height: auto;
}

.video-player video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide .bg-vid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.content {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  z-index: 2;
}


/* .part1::before, .part2::before, .part3_1::before {
  content: "";
  width: 1.27rem;
  height: 1rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/arr_tips.png) center/cover no-repeat;
  position: absolute;
  left: 50%;
  bottom: 2.4vh;
  transform: translateX(-50%) translateZ(0);
  z-index: 3;
}
.part1::before, .part2::before, .part3_1::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/arr_tips2.png) center/cover no-repeat;
} */

.part .title {
  flex-shrink: 0;
}

.part0 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/newbg.jpg) 50% top/cover no-repeat;
  overflow: hidden;
}

header {
  width: 7.5rem;
  padding: 0.28rem 0.3rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -3.75rem;
}

header h1 {
  text-indent: -9999rem;
  position: absolute;
  width: 1.9rem;
  height: .51rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/logo619.png) center/contain no-repeat;
  top: .4rem;
  right: .2rem;
}

.btn_tohome {
  width: 1.74rem;
  height: .38rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  position: relative;
  padding-left: .4rem;
  margin-right: .15rem;
  font-size: .24rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_tohome.png) no-repeat 0 100%/ 100% 100%;
}

.login {
  width: 1px;
  flex: 1;
  height: .6rem;
  line-height: .6rem;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-shadow: 0 0 0.02rem #000000;
  box-sizing: border-box;
  text-align: left;
}

.unlogin a,
.logined a {
  font-size: 0.24rem;
  color: #f4e592;
  margin-left: 0.1rem;
  display: inline-block;
  overflow: hidden;
}

.login a:hover {
  text-decoration: underline;
}

.login em {
  display: inline-block;
  overflow: hidden;
  font-style: normal;
}

.unlogin,
.logined {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.logined i {
  display: block;
  white-space: nowrap;
  max-width: 6em;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  align-items: flex-start;
}

.logined i span.emoji {
  transform: translateY(4px);
}

.logined i img {
  display: inline-block;
  height: 0.33rem;
  object-fit: contain;
}

.logined span {
  display: inline-block;
  white-space: nowrap;
  max-width: 5em;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

header h1,
.login,
.login,
.footer,
.header .btns,
.tips12 {
  opacity: 0;
}

.show header h1 {
  animation: anim-right linear 0.5s both;
}

.show .login,
.show .tips12,
.show .btn_tohome {
  animation: anim-left 0.5s linear both;
}

.show .nav::after {
  animation: fade-top 0.5s linear both;
}

.show .part0 .btns {
  animation: anim-bottom 0.5s linear both;
}

.show .part0 .main .slogan {
  animation: anim-bottom 0.5s linear both;
}

.show .part0 .main .stitle {
  animation: anim-bottom 0.5s linear both;
}

.part0 .main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 98;
  opacity: 1;
  display: flex;
  box-sizing: border-box;
}

.part0 .main .slogan {
  width: 100%;
  height: 7.09rem;
  opacity: 0;
  position: relative;
}

.part0 .main .slogan::before {
  /* content: " ";
  display: none;
  width: 100%;
  height: 100%;
  transform: translateY(0.2rem);
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/slogan.png) no-repeat 100% 0/auto 100%; */
}

.slogan_canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  position: absolute;
  overflow: hidden;
  background: #000;
  opacity: 1;
  transition: opacity 2s ease;
  /* background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/slogan2.png) no-repeat 0 0 / 100% 100%; */
}

.slogan_rp {
  width: 100%;
  height: 100%;
}

#animationCanvas {
  width: 100%;
  height: 100%;
}

.slogan_canvas_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* .part0 .main .stitle{
  width: 5.3rem;
  height: .75rem;
  text-indent: -9999px;
  opacity: 0;
  margin-right: .9rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/stitle2.png) no-repeat 100% 0/auto 100%;
} */
.h2title {
  width: 2.47rem;
  height: 4.3rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/slogan626.png) no-repeat 50% 50%/cover;
  position: absolute;
  left: .4rem;
  top: 1.44rem;
  z-index: 11;
  text-indent: -999em;
  opacity: 0;
  transition: opacity 1s ease;
}

.btns_qd {
  width: .65rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: absolute;
  bottom: 1.61rem;
  right: .24rem;
  z-index: 11;
  opacity: 0;
  transition: opacity 1s ease;
}

.btns_qd li {
  width: .65rem;
  height: .45rem;
  text-indent: -999em;
  margin-bottom: .1rem;
}

.btns_qd li.qdbtn1 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdwg.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn2 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdtt.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn3 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdhy.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn4 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qd4399.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn5 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdsq1.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn6 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdsq2.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li.qdbtn7 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_qdsq3.png) right top no-repeat;
  background-size: .58rem .43rem;
}

.btns_qd li a {
  display: block;
  width: 100%;
  height: 100%;
}

.btns {
  width: 100%;
  height: 1.3rem;
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
}
.pop_ask .btns {
  width: 100%;
  height: auto;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.btns .btn_item {
  width: 2.34rem;
  height: .83rem;
  position: relative;
}
.pop_ask .btns .btn_item {
  width: auto;
  height: auto;
  position: relative;
}
.btns a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: relative;
  outline: none;
  z-index: 3;
}

.btns a span {
  display: none;
}

.btns_gg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: .2rem;
}

.prz1,
.prz2 {
  position: absolute;
  display: none;
  left: 58%;
  top: -1.5rem;
  transform: translateX(-50%);
  z-index: 6;
}

.prz1 {
  width: 2.55rem;
  height: 1.43rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/prz1.png) no-repeat 0 0/100% 100%;
}

.prz2 {
  width: 3.66rem;
  height: 1.43rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/prz2.png) no-repeat 0 0/100% 100%;
}

.prz1box,
.prz2box {
  width: 1.88rem;
  height: .94rem;
  position: relative;
}

.btns .btn_item::before {
  content: " ";
  display: block;
  width: 2.92rem;
  height: .98rem;
  position: absolute;
  top: -.42rem;
  left: 0;
}
.pop_ask .btns .btn_item::before {
  content: " ";
  display: block;
  width: auto;
  height: auto;
  position: static;
}
.btns .btn_item.btn_reserve:before,
.part1 .btns .btn_item.btn_reserve:before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_newreserve.png) no-repeat 0 0/100% 100%;
  width: 2.34rem;
  height: .83rem;
}

.btns .btn_item.btn_reserved:before,
.part1 .btns .btn_item.btn_reserved:before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_reserved.png) no-repeat 0 0/100% 100%;
  width: 2.92rem;
  height: .98rem;
  top: -.55rem;
}

.btns .btn_item.btn_bind:before,
.part1 .btns .btn_item.btn_bind:before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_bind.png) no-repeat 0 0/100% 100%;
  width: 2.34rem;
  height: .83rem;
}

.btns_fix {
  position: absolute;
  bottom: 1.6rem;
  left: 0;
  z-index: -1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.btn_tocheck {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .94rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/gg1.jpg) no-repeat 0 0 / 100% 100%;
  display: block;
}

.btn_download {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .94rem;
  margin-left: .17rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/gg2.jpg) no-repeat 0 0 / 100% 100%;
  display: block;
}

.btn_zhaomu {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .58rem;
  margin: 0 0 .28rem .2rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/newbtn1.png) no-repeat 0 0 / 100% 100%;
}

.btn_zige {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .58rem;
  margin-left: .2rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/newbtn2.png) no-repeat 0 0 / 100% 100%;
}
.btn_zgcx {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .58rem;
  margin-left: .2rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_zgcx.png) no-repeat 0 0 / 100% 100%;
}
.btn_xzyx {
  text-indent: -9999px;
  overflow: hidden;
  width: 1.88rem;
  height: .58rem;
  margin-left: .2rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part0/btn_dl.png) no-repeat 0 0 / 100% 100%;
  margin-bottom: .09rem;
}
/* .show .part0 .main {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-boxin .5s .5s linear both;
} */
.show .part0 .btns_fix {
  z-index: 99;
  opacity: 1;
  pointer-events: auto;
  animation: anim-boxin .5s .5s linear both;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  transition: opacity 2s ease;
}

.backgroundcover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition: background 1s;
}

.fade-out {
  background: rgba(0, 0, 0, 0);
}

.fade-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70%);
  opacity: 1;
  transition: opacity 1s ease;
}

.fade-effect.visible {
  opacity: 1;
}

.fade-effect.complete {
  opacity: .1;
}

.btnsbox {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(12, 12, 12, 0.5);
  backdrop-filter: blur(10px);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: height 0.5s ease;
}
.btnsbox::before {
  content: "";
  position: absolute;
  top: -1.13rem;
  left: 50%;
  width: 1.31rem;
  height: .98rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/arrtips.png) no-repeat 0 0 / 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.btnsbox.expanded {
  height: 1.3rem;
  overflow: visible;
}

.part1 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/newp1bg.jpg) 50% 40%/cover no-repeat;
  overflow: hidden;
}

.part2 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/newp2bg.jpg) 50% 40%/cover no-repeat;
  overflow: hidden;
}

.part1 .slogan {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 5.5rem;
  height: 4.64rem;
  left: 0;
  top: -4.8rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/newslogan2.png) no-repeat 0 0/100% 100%;
}
.part3::after{
  content: "";
  position: absolute;
  bottom: .5rem;
  left: 50%;
  width: 1.31rem;
  height: .98rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/arrtips.png) no-repeat 0 0 / 100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}
.part3 .content {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  /* padding-bottom: 2.35rem; */
  padding-bottom: 14vh;
}

.part1 .p1slogan {
  width: 2.26rem;
  height: 5.21rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/newp2slg.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: -2rem;
  bottom: 3.09rem;
  pointer-events: none;
}

.part2 .p2slogan {
  width: 1.79rem;
  height: 6.37rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/newp2slg.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: -5rem;
  bottom: 3.46rem;
  pointer-events: none;
}

.p1txt {
  color: #809387;
  font-size: .2rem;
  line-height: .4rem;
  position: absolute;
  left: -2rem;
  bottom: 2.15rem;
}

.p1txt span {
  color: #c0dfcc;
  font-size: .3rem;
  line-height: .4rem;
  margin-left: .15rem;
}

.p1txt_detail {
  width: 1.78rem;
  height: .45rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/newp1btn.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: .5rem;
  bottom: 1.65rem;
  text-indent: -999em;
  opacity: 0;
}

.p2txt {
  color: #809387;
  font-size: .2rem;
  line-height: .4rem;
  position: absolute;
  left: .5rem;
  bottom: 2.76rem;
}
.p2txt p{
  position: relative;
  left: -5rem;
}
.p2big {
  color: #c0dfcc;
  font-size: .3rem;
  line-height: .4rem;
  font-weight: bold;
}

.part3 .main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
}

.part3 .btns {
  width: 100%;
  height: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  margin-top: .2rem;
}

.part3 .btns .btn_item {
  width: 2.1rem;
  height: .56rem;
  position: relative;
}

.part3 .btns a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: relative;
  outline: none;
  z-index: 3;
}

.part3 .btns a span {
  display: none;
}

.part3 .btns .btn_item::before {
  content: " ";
  display: block;
  width: 2.92rem;
  height: .98rem;
  position: absolute;
  top: -.32rem;
  left: .4rem;
}

.part3 .process {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  color: #000000;
  /* z-index: -1;
  opacity: 0;
  pointer-events: none; */
}

.part3 .process ul {
  width: 100%;
  height: .95rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}

.part3 .process ul li {
  width: 1.52rem;
  height: 100%;
  position: relative;
  font-size: .15rem;
  text-align: center;
  box-sizing: border-box;
  font-family: "syst";
  display: flex;
  flex-direction: column;
}

.part3 .process ul li::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: .3rem;
  width: .9rem;
  height: .03rem;
  background: #000000;
}

.part3 .process ul li .line {
  position: absolute;
  left: 0;
  top: .3rem;
  width: .9rem;
  height: .03rem;
  z-index: 2;
  overflow: hidden;
}

.part3 .process ul li .line i {
  width: 0;
  height: 100%;
  background: #efe8bf;
  display: block;
}

.part3 .process ul li .info {
  position: absolute;
  right: 0;
  top: 0;
  width: .62rem;
  height: 100%;
  z-index: 3;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250313reserve/pc/part1/ico_process.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .ico_active {
  position: absolute;
  right: 0;
  top: 0;
  width: .62rem;
  height: .62rem;
  z-index: 3;
  opacity: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250313reserve/pc/part1/ico_process_active.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info span {
  position: absolute;
  width: 1rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.part3 .process ul li .info span.on {
  color: #efe8bf;
}

.part3 .process ul li.process_1 {
  width: 1.02rem;
}

.part3 .process ul li.process_1::before {
  width: .4rem;
}

.part3 .process ul li.process_1 .line {
  width: .4rem;
}

.part3 .process ul li.process_6 {
  width: .4rem;
}

.part3 .process ul li.process_6::before {
  width: .4rem;
}

.part3 .process ul li.process_6 .line {
  width: .4rem;
}


.box_m {
  width: 100%;
  height: 1.45rem;
  display: flex;
  margin-top: .3rem;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  flex-direction: column;
}

.part3 .number {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 7rem;
  margin: 0 0 0 .4rem;
  z-index: 2;
  opacity: 0;
  position: relative;
}

.part3 .number_title {
  width: 1.69rem;
  height: .38rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/txt_reserve.png) no-repeat 0 0/100% 100%;
  margin: 0 0 0 .4rem;
}

.number_run_box {
  width: 100%;
  height: .95rem;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* margin-top: .1rem; */
  overflow: hidden;
  /* font-family: "SSMOFANGTI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum'; */
}

.mt-number-animate {
  height: 1rem;
  overflow: hidden;
  display: inline-block;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.mt-number-animate .mt-number-animate-dot {
  width: 0.26rem;
  height: 1rem;
  float: left;
  text-align: left;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_dot.png?v=1) 50% -.05rem / cover no-repeat;
  overflow: hidden;
}

.mt-number-animate .mt-number-animate-dom {
  width: .52rem;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

.mt-number-animate .mt-number-animate-dom[data-num="1"] {
  width: .52rem;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: .54rem;
  height: 1rem;
  float: left;
  overflow: hidden;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="0"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_0.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="1"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_1.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="2"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_2.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="3"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_3.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="4"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_4.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="5"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_5.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="6"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_6.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="7"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_7.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="8"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_8.png?v=1) 50% top / cover no-repeat;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="9"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/process2/num_9.png?v=1) 50% top / cover no-repeat;
}

/* .part3 .gift{
  width: 1.76rem;
  height: 1.52rem;
  opacity: 0;
  position: absolute;
  right: .4rem;
  top: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/gift2.png) top left / 100% 100% no-repeat;
} */
.part3 .gift {
  width: 1.72rem;
  height: 1.28rem;
  opacity: 0;
  position: absolute;
  right: .4rem;
  top: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/newgift1.png) top left / 100% 100% no-repeat;
}

/* .part3 .gift::before{
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part1/gift2.png) top left / 100% 100% no-repeat;
} */

.part3.part_ani .slogan {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-fade 0.5s .5s linear both;
}

.part3.part_ani .number {
  animation: anim-left linear 0.5s .5s both;
}

.part3.part_ani .gift {
  animation: anim-right linear 0.5s .5s both;
}

.part3.part_ani .btns {
  width: 100%;
  z-index: 3;
  pointer-events: auto;
  animation: anim-right linear 0.5s .5s both;
  justify-content: left;
}

.part2 .content,.part4 .content {
  width: 100%;
  height: 100%;
  position: relative;
}

.pv_swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pv_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.pv_1{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_7.jpg) 50% 0 / cover no-repeat;  
}
.pv_2{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_6.jpg) 50% 0 / cover no-repeat;  
}
.pv_3{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_1.jpg) 50% 0 / cover no-repeat;  
}
.pv_4{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_2.jpg) 50% 0 / cover no-repeat;  
}
.pv_5{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_3.jpg) 50% 0 / cover no-repeat;  
}
.pv_6{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_4.jpg) 50% 0 / cover no-repeat;  
}
.pv_7{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/pv_5.jpg) 50% 0 / cover no-repeat;  
}

.pv_info {
  width: 100%;
  height: 1.45rem;
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.part4 .pv_main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  box-sizing: border-box;
  padding-bottom: 10vh;
}
.info_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: .35rem;
}

.info_item h3 {
  width: 7.15rem;
  height: 1.45rem;
  filter: blur(3px);
  opacity: 0;
  transition: all .3s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.info_item h3.pv_title_0{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_7.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_1{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_6.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_2{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_1.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_3{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_2.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_4{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_3.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_5{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_4.png) no-repeat 0 100%/100% auto;  
}
.info_item h3.pv_title_6{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/title_5.png) no-repeat 0 100%/100% auto;  
}

.info_item.active h3 {
  filter: blur(0px);
  opacity: 1;
}

.btn_pv_player {
  z-index: 10;
  width: 0.79rem;
  height: .6rem;
  position: absolute;
  right: .35rem;
  bottom: .2rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/btn_pv_player.png) top left / 100% 100% no-repeat;
}

.pv_swiper_thumb {
  padding-top: 5vh;
  width: 100%;
  box-sizing: border-box;
  padding-left: .3rem;
  padding-top: .2rem;
}

.pv_swiper_thumb_box {
  width: 100%;
  height: 2.7rem;
  overflow-x: scroll;
  padding-bottom: .14rem;
}

.pv_swiper_thumb_box ul {
  width: 12rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pv_swiper_thumb_box ul li {
  width: 16.66666667%;
  height: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}

.pv_swiper_thumb_box ul li p {
  width: 1.92rem;
  height: 2.66rem;
  box-sizing: border-box;
  position: relative;
  opacity: 0.8;
}

.pv_swiper_thumb_box ul li p img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.pv_swiper_thumb_box ul li.active p {
  opacity: 1;
}

.pv_swiper_thumb_box ul li.active p img {
  opacity: 1;
}

.pv_swiper_thumb_box ul li.active p::after {
  content: " ";
  display: block;
  width: 2.02rem;
  height: 2.76rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part2/ico_active.png) top left / 100% 100% no-repeat;
}

.part3 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part3/bg2.jpg) 50% 0 / cover no-repeat;
}

.part3 .part3_main {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -58%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.btn_to_bilibili {
  width: 2.1rem;
  height: .6rem;
  margin: 70vh auto 0;
  position: relative;
  display: block;
}

.btn_to_bilibili span {
  display: none;
}

.btn_to_bilibili::before {
  content: " ";
  display: block;
  width: 2.92rem;
  height: .98rem;
  position: absolute;
  top: -.3rem;
  left: -.04rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/m/part3/btn_topage.png) 0 0 / 100% 100% no-repeat;
}

.part_ani .part3_main .pic::before {
  /* animation: fade-top 0.5s .5s linear both; */
  animation: anim-left linear 0.5s .5s both;
  z-index: 3;
}

.part_ani .btn_to_bilibili {
  animation: anim-right linear 0.5s .5s both;
  z-index: 3;
}

@media only screen and (max-height: 670px) {

  .upbox,
  .downbox {
    height: 3.5rem;
  }
}

/* @media all and (orientation : portrait ) and (min-aspect-ratio: 750/1359){ 
  .part0::before, .part3::before, .part2::before, .part3_1::before {
    bottom: 0.2rem;
  }
} */
@media all and (max-width: 700px) and (orientation : portrait) and (min-aspect-ratio: 750/1250) {

  .part0::before,
  .part1::before,
  .part2::before,
  .part3_1::before {
    bottom: 1.4vh;
  }

  .part0 .main {
    bottom: 0;
  }

  .part3 .content {
    padding-bottom: 10vh;
  }

}