body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 tahoma, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%
}

em,
b {
  font-style: normal
}

a {
  text-decoration: none
}

ul,
li {
  list-style: none
}

/* a:hover{text-decoration:underline} */
img {
  border: 0
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th,
ul,
ol {
  padding: 0
}

@font-face {
  font-family: "fzshk";
  src: url(../../fonts/FZSHK.ttf);
}

@font-face {
  font-family: "syst";
  src: url(../../fonts/syst.ttf);
}

/* @font-face {
  font-family: "fzshj";
  src: url(../fonts/fzshj.ttf);
} */

/* @font-face {
  font-family: "shscn";
  src: url(../fonts/SourceHanSerifCN-Medium.ttf);
} */
@keyframes fade-top {
  0% {
    transform: translateY(0.7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(-7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(0.5rem);
    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-logo {
  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-topnav {
  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;
  }
}

.pr {
  position: relative
}

.pa {
  position: absolute
}

.ovh {
  overflow: hidden
}

.db {
  display: block
}

.none {
  display: none
}

.ht {
  display: block;
  overflow: hidden;
  text-indent: -999em
}

.tc {
  text-align: center
}

.wp {
  width: 100%;
}

.pvt {
  vertical-align: top;
}

.pvt100 {
  vertical-align: top;
  width: 100%;
}

.hide {
  display: none;
}

html {
  scroll-behavior: smooth;
  /* 启用平滑滚动 */
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 12rem;
  font-family: "fzshk", tahoma, sans-serif;
  overflow: hidden;
}

.part3 .content:after {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 1.83rem;
  height: 1.37rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/arrtips.png) no-repeat 0 0 / 100% 100%;
  transform: translateX(-50%);
}

.loading {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  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/a20250521reserve2/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/a20250521reserve2/pc/ico_loading.png) no-repeat 0 0/100% 100%;
  animation: anim-bg 5s linear infinite;
}

.mf_s_box {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10000px;
  left: -10000px;
  text-indent: -100000px;
  overflow: hidden;
}

@keyframes fade-top {
  0% {
    transform: translateY(0.7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-bottom {
  0% {
    transform: translateY(-7rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(0.7rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(-.7rem);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes anim-logo {
  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-topnav {
  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-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(1rem);
    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% {
    transform: translateY(1rem);
    opacity: 0;
    filter: blur(8px);
  }

  50% {
    filter: blur(8px);
  }

  80% {
    transform: translateY(0);
  }

  99% {
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes anim-fade {
  0% {
    opacity: 0;
    filter: blur(8px);
  }

  50% {
    filter: blur(8px);
  }

  99% {
    filter: blur(0);
  }

  100% {
    opacity: 1;
    filter: initial;
  }
}

@keyframes hide-fade {
  0% {
    opacity: 1;
    filter: initial;
  }

  100% {
    opacity: 0;
    filter: blur(8px);
  }
}

header {
  font-family: fzshk, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  width: 100%;
  height: calc(1.2*2rem);
  display: flex;
  position: fixed;
  top: 0;
  /* background: url(//game.gtimg.cn/images/yrzx2/web202409/index/header_bg.png?v2) center / cover no-repeat; */
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

header .logo {
  width: 3.18rem;
  height: .85rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/logo2.png) center / contain no-repeat;
  font-size: 0;
  margin-left: .6rem;
  margin-top: .42rem;
}

.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;
  /* 过渡效果 5 秒 */
}

.fade-effect.visible {
  opacity: 1;
  /* 渐变层透明度到 70% */
}

.fade-effect.complete {
  opacity: .1;
  /* 完全不透明 */
}


header .rt-wrap {
  display: flex;
  position: absolute;
  right: 0.68rem;
  top: -.15rem;
  transform-origin: center right;
  font-size: .4rem;
  color: #c6e2d1;
  height: 1rem;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
}

header .rt-wrap a {
  font-size: .4rem;
  height: 1rem;
  color: #c6e2d1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

header .rt-wrap a.btn_tohome {
  position: relative;
  width: 2.7rem;
  height: 1rem;
  font-size: .4rem;
  color: #c6e2d1;
  overflow: hidden;
  text-shadow: 0 0 2px rgba(0, 0, 0, 1);
  padding-left: .5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_tohome.png) 0 100% / 100% .66rem no-repeat;
}

.login {
  text-align: right;
  height: 1rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  white-space: nowrap;
  margin-left: .3rem;
  margin-top: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.login a {
  margin-left: calc(.1*2rem);
  height: 100%;
  display: flex;
  align-items: center;
}

.unlogin {
  height: 100%;
}

.unlogin a {
  padding-left: .5rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/ico_login.png) 0 100% / .38rem .66rem no-repeat;
}

.login a:hover {
  text-decoration: underline;
  text-underline-offset: calc(.05*2rem);
}

.login em {
  display: inline-block;
  overflow: hidden;
  font-style: normal;
}

.logined {
  overflow: hidden;
  height: 1rem;
  align-items: flex-end;
  justify-content: flex-start;
}

.logined span {
  display: inline-block;
  white-space: nowrap;
  max-width: 5em;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}

.logined span span.emoji {
  transform: translateY(4px);
}

.logined span img {
  display: inline-block;
  height: 1rem;
  object-fit: contain;
}


.tips12 {
  width: 1.2rem;
  height: 1.54rem;
  background: url(https://game.gtimg.cn/images/yrzx2/m202408/12.png) no-repeat 0 0/cover;
  text-indent: -9999rem;
  position: absolute;
  bottom: 18.7rem;
  right: .68rem;
  display: block;
  z-index: 100;
  opacity: 0;
}

.show header {
  opacity: 1;
  transition: opacity 0.5s;
  pointer-events: auto;
}

.show .tips12 {
  animation: anim-right 0.3s linear both;
}

.show header .logo {
  animation: anim-right 0.3s linear both;
}

.show header .rt-wrap {
  animation: anim-right 0.3s linear both;
}


.wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000;
  position: relative;
  z-index: -1;
}

.main-swiper {
  width: 100%;
  height: 100%;
}

.upbox,
.downbox {
  height: 5rem;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 1);
}

.upbox {
  top: 0;
}

.downbox {
  bottom: 0;
}

.downbox img {
  width: 15.26rem;
  height: 1.21rem;
  display: block;
  opacity: 0;
  transition: opacity 1s ease;
}

.txtimgbox {
  width: 15.26rem;
  height: 1.21rem;
  margin: .75rem auto 0;
  filter: blur(10px);
  /* 初始模糊效果 */
  transition: filter 1s ease;
}

.part {
  position: relative;
  width: 100%;
  height: 100vh;
}

.h2title {
  width: 4.85rem;
  height: 7.5rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/slogan626.png) no-repeat 50% 50%/cover;
  position: absolute;
  left: .62rem;
  top: 1.1rem;
  z-index: 99;
  text-indent: -999em;
  opacity: 0;
  transition: opacity 1s ease;
}

.part0 {
  width: 100%;
  height: 100vh;
  background: #000;
  /* height: 10rem; */
}

.bg_video {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  opacity: 1;
  transition: opacity .1s ease;
  transform: translate(-50%, 0);
  background: #000;
}

.bg_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  opacity: .5;
}

.bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.part0 .main {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 2.6rem;
  background: url(https://game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/bg.jpg) no-repeat 50% 0/cover;
}

.part0 .slogan {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 0;
}

.part0 .slogan::before {
  /* content: " ";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(.6rem);
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/slogan_rp/bg.png) no-repeat 0 0/100% 100%; */
}

.slogan_canvas {
  transform-origin: top left;
  transition: all .2s linear;
  width: 3840px;
  height: 2160px;
  left: 0;
  top: 0;
  z-index: 5;
}

.slogan_canvas_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slogan_in {}

.slogan_rp {
  opacity: 0;
  /* background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/slogan_rp/bg.png) no-repeat 0 0/100% 100%; */
}

.slogan_out {
  opacity: 0;
}

.part0 .stitle {
  width: 100%;
  height: 1.31rem;
  margin-top: 1.8rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/stitle2.png) no-repeat 100% 0/auto 100%;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  margin-right: 5.48rem;
}

.part0 .txt_author {
  opacity: 0;
  width: 9.84rem;
  height: 1.01rem;
  left: .83rem;
  bottom: 2.46rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/txt_author.png) no-repeat 0 0/100% 100%;
  vertical-align: top;
}

.btnsbox .btns {
  width: 100%;
  height: 2.3rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: .4rem;
}

.btnsbox .btns ul {
  width: 12.28rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;

}

.btnsbox .btns ul li {
  width: 2.3rem;
  height: .97rem;
  text-indent: -999em;
  margin-left: .2rem;
  position: relative;
}

.btns ul li.qdbtn1 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_qdwg.png) no-repeat 0 0/100% 100%;
}

.btns ul li.qdbtn2 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_qdtt.png) no-repeat 0 0/100% 100%;
}

.btns ul li.qdbtn3 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_qdhy.png) no-repeat 0 0/100% 100%;
}

.btns ul li.qdbtn4 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_qd4399.png) no-repeat 0 0/100% 100%;
}

.btns ul li.qdbtn5 {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_qdsq.png) no-repeat 0 0/100% 100%;
}

.btnsbox .btns ul a {
  width: 2.3rem;
  height: .97rem;
  display: block;
}

.dlbox {
  width: 8.72rem;
  height: 2.8rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/sqshow626.png) no-repeat 50% 50% / cover;
  position: absolute;
  right: .7rem;
  bottom: 2.63rem;
  z-index: 31;
  text-indent: -999em;
  transition: height 1s ease;
  overflow: hidden;
  display: flex;
  opacity: 0;
  justify-content: right;
  pointer-events: none;
}

.show .dlbox {
  opacity: 1;
  transition: opacity 0.5s;
  pointer-events: auto;
}

.sqbox {
  width: 7.28rem;
  height: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/sqshow.png) no-repeat 50% 50% / cover;
  position: absolute;
  right: .7rem;
  bottom: 2rem;
  z-index: 31;
  text-indent: -999em;
  transition: height 1s ease;
  overflow: hidden;
  display: flex;
  justify-content: right;
}

.dlbox a {
  width: 2.8rem;
  height: 2.8rem;
  margin-left: .15rem;
}

.btn2 {
  position: absolute;
  top: 9.36rem;
  left: 0.7rem;
  display: flex;
  flex-direction: column;
  height: 2.1rem;
  width: 4.44rem;
  opacity: 0;
  transition: opacity .2s linear;
  z-index: 99;
  text-indent: -999em;
}

.btn_wqzm,
.btn_hqzg,
.btn_zgcx {
  width: 4.44rem;
  height: .95rem;
}

.btn_wqzm {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_wjzm.png) no-repeat 0 0/100% 100%;
}

.btn_zgcx {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_zgcx.png) no-repeat 0 0/100% 100%;
}

.btnsbox .btns .btn_item {
  width: 4.4rem;
  height: 100%;
  box-sizing: border-box;
  margin: 0 0 0 0.3rem;
  position: relative;
  outline: none;
}

.btnsbox .btns a {
  width: 4.4rem;
  height: 100%;
  display: block;
  text-indent: -9999px;
  position: relative;
  outline: none;
  z-index: 3;
}

.btnsbox .btns .btn_item::before {
  content: " ";
  display: block;
  width: 4.88rem;
  height: 1.4rem;
  top: .25rem;
  left: 0.07rem;
  position: absolute;
}

.btnsbox .btns .btn_item.btn_reserve::before,
.part3 .btns .btn_item.btn_reserve::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_reserve.png) no-repeat 0 0/100% 100%;
}

.btnsbox .btns .btn_item.btn_reserved::before,
.part3 .btns .btn_item.btn_reserved::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_reserved.png) no-repeat 0 0/100% 100%;
}

.btnsbox .btns .btn_item.btn_bind::before,
.part3 .btns .btn_item.btn_bind::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_bind.png) no-repeat 0 0/100% 100%;
}

.btnsbox .btns .btn_item.btn_binded::before,
.part3 .btns .btn_item.btn_binded::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_binded.png) no-repeat 0 0/100% 100%;
}

.btnsbox {
  width: 100%;
  height: 0;
  background-color: rgba(12, 12, 12, 0.5);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: height 0.5s ease;
  overflow: hidden;
}

.btnsbox::before {
  content: "";
  position: absolute;
  top: -1.55rem;
  left: 50%;
  width: 1.83rem;
  height: 1.37rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/arrtips.png) no-repeat 0 0/100% 100%;
  transform: translateX(-50%);
  z-index: 1;
}

.btnsbox.expanded {
  height: 2.3rem;
  overflow: visible;
}

.btnsbox .prz1,
.btnsbox .prz2 {
  position: absolute;
  display: none;
  opacity: 0;
  left: 50%;
  top: -3rem;
  transition: opacity 0.5s ease;
  transform: translateX(-50%);
}

.btnsbox .prz1 {
  width: 5.08rem;
  height: 2.85rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/prz1.png) no-repeat 0 0/100% 100%;
}

.btnsbox .prz2 {
  width: 7.3rem;
  height: 2.86rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/prz2.png) no-repeat 0 0/100% 100%;
  left: calc(50% + 0.5rem);
}

.prz1box,
.prz2box {
  width: 4.81rem;
  height: 1.7rem;
  position: relative;
}

.prz1box:hover .prz1,
.prz2box:hover .prz2 {
  display: block;
  opacity: 1;
}

.clearfilter {
  filter: blur(0);
  /* 清晰效果 */
}

.btnsbox .btns_fix {
  opacity: 0;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: .7rem;
}

.btnsbox .btn_tocheck {
  text-indent: -9999px;
  overflow: hidden;
  width: 4.81rem;
  height: 1.7rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/gg1.jpg) no-repeat 0 0 / 100% 100%;
  display: block;
}

.btnsbox .btn_download {
  text-indent: -9999px;
  overflow: hidden;
  width: 4.81rem;
  height: 1.7rem;
  margin-left: .4rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/gg2.jpg) no-repeat 0 0 / 100% 100%;
  display: block;
}

.show .btnsbox .btns {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s linear both;
}

.show .part0 .stitle {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s linear both;
}

.show .part0 .slogan {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s linear both;
}

.show .part0 .txt_author {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s linear both;
}

.show .btnsbox .btns_fix {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s linear both;
}

.tohome_hide .tips12 {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide header .logo {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide header .rt-wrap {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide .part0 .btns {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide .part0 .stitle {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide .part0 .slogan {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide .part0 .txt_author {
  animation: hide-fade .5s 1.5s linear both;
}

.tohome_hide .part0 .btns_fix {
  animation: hide-fade .5s 1.5s linear both;
}





.part3 {
  width: 100%;
  height: 100vh;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/bg2.jpg) no-repeat 50% 50%/cover;
}

.part3 .slogan {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 10.74rem;
  height: 8.71rem;
  right: 5.48rem;
  top: 3.03rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/newslogan.png) no-repeat 100% 0/auto 100%;
}

.part3 .number {
  width: 1px;
  height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  box-sizing: border-box;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/title_reserve2.png) no-repeat 100% 0/3.9rem .9rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  padding-top: 1.25rem;
}

.process_number {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}

.part3 .process {
  width: 18rem;
  bottom: 2.3rem;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.number_run_box {
  width: 100%;
  height: 2.25rem;
  line-height: 2.25rem;
  font-size: 1.7rem;
  color: #f9f6ef;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  /* font-family: "SSMOFANGTI" !important;
  font-variant-numeric: tabular-nums;
  font-feature-settings: 'tnum'; */
}

.mt-number-animate {
  height: 2.5rem;
  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.7rem;
  height: 2.5rem;
  float: left;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.8rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/process/num_dot.png) 50% 50% / contain no-repeat;
}

.mt-number-animate .mt-number-animate-dom {
  width: 1.4rem;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 1.4rem;
  height: 2.5rem;
  float: left;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span[data-num="0"] {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/process/num_0.png) 50% 50% / contain 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/pc/process/num_1.png) 50% 50% / contain 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/pc/process/num_2.png) 50% 50% / contain 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/pc/process/num_3.png) 50% 50% / contain 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/pc/process/num_4.png) 50% 50% / contain 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/pc/process/num_5.png) 50% 50% / contain 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/pc/process/num_6.png) 50% 50% / contain 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/pc/process/num_7.png) 50% 50% / contain 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/pc/process/num_8.png) 50% 50% / contain 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/pc/process/num_9.png) 50% 50% / contain no-repeat;
}

.part3 .process {
  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: 1.7rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 5;
}

.part3 .process ul li {
  width: 3rem;
  height: 100%;
  position: relative;
  font-size: .4rem;
  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: .49rem;
  width: 1.96rem;
  height: .08rem;
  background: #000000;
  /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 1) 100%); */
}

.part3 .process ul li .line {
  position: absolute;
  left: 0;
  top: .49rem;
  width: 1.96rem;
  height: .08rem;
  z-index: 2;
  overflow: hidden;
}

.part3 .process ul li.process_1 {
  width: 1.4rem;
}

.part3 .process ul li.process_1::before {
  width: 0.37rem;
  /* background-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 100%); */
}

.part3 .process ul li.process_1 .line {
  width: 0.37rem;
}

.part3 .process ul li.process_6 {
  width: 5.56rem;
}

.part3 .process ul li.process_6::before {
  width: 5.56rem;
}

.part3 .process ul li.process_6 .line {
  width: 5.56rem;
}

.part3 .process ul li .line i {
  width: 0;
  height: 100%;
  background: #efe8bf;
  display: block;
  /* background-image: linear-gradient(90deg, rgba(239, 232, 191, 1) 100%, rgba(239, 232, 191, 1) 100%, rgba(239, 232, 191, 1) 100%); */
}

/* .part3 .process ul li.process_1 .line i{
  background-image: linear-gradient(90deg, transparent 0%, rgba(239, 232, 191, 1) 100%, rgba(239, 232, 191, 1) 100%);
} */
.part3 .process ul li .info {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.03rem;
  height: 100%;
  z-index: 3;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/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: 1.03rem;
  height: 1.03rem;
  z-index: 3;
  opacity: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/ico_process_active.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .gift_item {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.03rem;
  height: 1.03rem;
  z-index: 3;
  overflow: hidden;
}

.part3 .process ul li .info .gift_item::before {
  content: " ";
  display: block;
  width: 5.84rem;
  height: 2.68rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -2.75rem);
  opacity: 0;
  transition: all .3s linear;
  z-index: 2;
}

.part3 .process ul li .info .gift_1::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_1.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .gift_2::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_2.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .gift_3::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_3.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .gift_4::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_4.png) no-repeat 0 0/100% auto;
}

.part3 .process ul li .info .gift_5::before {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_5.png) no-repeat 0 0/100% auto;
}

/* .part3 .process ul li.active .info .gift_1::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_1.png) no-repeat 0 0/100% auto;
}
.part3 .process ul li.active .info .gift_2::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_2.png) no-repeat 0 0/100% auto;
}
.part3 .process ul li.active .info .gift_3::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_3.png) no-repeat 0 0/100% auto;
}
.part3 .process ul li.active .info .gift_4::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_4.png) no-repeat 0 0/100% auto;
}
.part3 .process ul li.active .info .gift_5::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/get2/gift_5.png) no-repeat 0 0/100% auto;
} */

.part3 .process ul li .info .gift_item:hover {
  overflow: visible;
}

.part3 .process ul li .info .gift_item:hover::before {
  opacity: 1;
}


.part3 .process ul li .info span {
  position: absolute;
  width: 2.2rem;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

.part3 .process ul li .info span.on {
  color: #efe8bf;
}

.part3 .main {
  /* position: absolute;
  right: 5.57rem;
  bottom: 2.6rem; */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 5.57rem 2.6rem 0;
}

.part3 .main .box {
  width: 100%;
  height: 3.75rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: .4rem;
}

.part3 .gift {
  width: 4.21rem;
  height: 3.25rem;
  margin-left: 1.7rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  flex-shrink: 0;
}

.part3 .gift::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -.47rem;
  right: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/newgift3.png) no-repeat 0 0/100% 100%;
}

.part3 .btns {
  width: 4.4rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  margin-top: .6rem;
}

.part3 .btns .btn_item {
  width: 4.4rem;
  height: 100%;
}

.part3 .btns a {
  width: 4.4rem;
  height: 100%;
  box-sizing: border-box;
  font-family: "fzshk";
  display: block;
  text-indent: -9999px;
  position: relative;
  outline: none;
  z-index: 3;
}

.part3 .btns .btn_item::before {
  content: " ";
  display: block;
  width: 5.23rem;
  height: 1.49rem;
  top: -.45rem;
  left: 0.07rem;
  position: absolute;
}

/* .part3 .btns  .btn_item.btn_reserve::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_reserve.png) no-repeat 0 0/100% 100%;
}
.part3 .btns  .btn_item.btn_reserved::before{
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part0/btn_reserved.png) no-repeat 0 0/100% 100%;
} */



.part3.part_ani .number {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-fade 0.5s .5s linear both;
}

.part3.part_ani .gift {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s .5s linear both;
}

.part3.part_ani .btns {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s .5s linear both;
}

.part3.part_ani .slogan {
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right 0.5s .5s linear both;
}

.part0 .scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: .45rem;
}

.part1 {
  width: 100%;
  min-height: 100vh;
  display: none;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/p1bg.jpg) no-repeat 50% 50%/cover;
}

.p1slogan {
  width: 4.46rem;
  height: 9.42rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/slg2.png) no-repeat 100% 0/4.46rem 9.42rem;
  position: absolute;
  left: -5rem;
  bottom: 4.75rem
}

.p1txt1 {
  width: 8.36rem;
  height: .55rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/p1txt1.png) no-repeat 100% 0/8.36rem .55rem;
  position: absolute;
  left: -5rem;
  bottom: 4.75rem;
  text-indent: -999em;
}

.p1txt2 {
  width: 10.84rem;
  height: .38rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/p1txt2.png) no-repeat 100% 0/10.84rem .38rem;
  position: absolute;
  left: -5rem;
  bottom: 4.05rem;
  text-indent: -999em;
}

.p2slogan {
  width: 4.42rem;
  height: 12.1rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/slg2.png) no-repeat 100% 0/4.42rem 12.1rem;
  position: absolute;
  left: -5rem;
  bottom: 3.7rem;
}

.p1txt_detail {
  width: 3.27rem;
  height: .79rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part1/btn_rule.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: 14.38rem;
  bottom: 4.03rem;
  text-indent: -999em;
  opacity: 0;
}

.part2 {
  width: 100%;
  min-height: 100vh;
  display: none;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/p2bg.jpg) no-repeat 50% 50%/cover;
}

.part3 .scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: .45rem;
}

.part3 .content {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  display: flex;
}

.p2txt {
  width: 18.95rem;
  height: .55rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/txt2.png) no-repeat 0 0/100% 100%;
  position: absolute;
  left: -20rem;
  bottom: 4.1rem;
  text-indent: -999em;
}

.part1 .scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: .45rem;
}

.part1 .content {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.part1 .main {
  width: 15.9rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7.9rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.part4 {
  width: 100%;
  height: 100vh;
  display: none;
}

.part4 .scroll-wrapper:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/pv_cover.png) no-repeat 0 100%/100% auto;
  transform: translateZ(100px)
}

.part4 {
  width: 100%;
  height: 24.5rem;
  min-height: 100vh;
  /* height: 13rem; */
}

.part4 .scroll-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: .45rem;
}

.part4 .scroll-wrapper:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250313reserve/pc/part2/pv_cover.png) no-repeat 0 100%/100% auto;
  transform: translateZ(100px)
}

.part4 .content {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.pv_bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pv_bg_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part4 .main {
  width: 15.9rem;
  height: 5rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -7.9rem;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.part4 .tabs {
  width: 15.6rem;
  height: 1.23rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250213reserve/bg_pv_tab.png) 0 0/auto 100% no-repeat;
  border-bottom: 1px solid #c7cbca;
}

.part4 .tabs li {
  color: #fff;
  font-size: .5rem;
  text-shadow: 0 0 1px #000;
  font-family: "fzshk";
  margin-right: 1.2rem;
  cursor: pointer;
}

.part4 .tabs li.active {
  color: #ede099;
}

.part4 .list_wrap {
  width: 100%;
  height: 3.6rem;
  position: relative;
}

.part4 .list_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.6rem;
  opacity: 0;
  z-index: -1;
  transition: all .3 linear;
}

.part4 .list_box .list_pagination {
  width: 100%;
  height: .2rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: .25rem;
  left: 0;
  z-index: 2;
}

.part4 .list_box .list_pagination span {
  width: .15rem;
  height: .15rem;
  background: #1a2d2b;
  display: block;
  margin: 0 .15rem;
  border-radius: 100%;
}

.part4 .list_box .list_pagination span.active {
  background: #fff;
}

.btn_pv_next,
.btn_pv_prev {
  width: .64rem;
  height: .54rem;
  position: absolute;
  top: 1.1rem;
  z-index: 10;
  cursor: pointer;
}

.btn_pv_next {
  right: -.9rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/btn_next.png) no-repeat 0 0/100% 100%;
}

.btn_pv_prev {
  left: -.9rem;
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/btn_prev.png) no-repeat 0 0/100% 100%;
}

.btn_pv_next.swiper-button-disabled {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/btn_next_disable.png) no-repeat 0 0/100% 100%;
}

.btn_pv_prev.swiper-button-disabled {
  background: url(//game.gtimg.cn/images/yrzx2/act/a20250521reserve2/pc/part2/btn_prev_disable.png) no-repeat 0 0/100% 100%;
}

.part4 .list_box.active {
  z-index: 6;
  opacity: 1;
}

.video_list {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.video_list {
  width: 15.9rem;
  height: 3rem;
  padding: .45rem .15rem 0;
  box-sizing: border-box;
}

.part4 .list_box li {
  width: 3.85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  cursor: pointer;
}

.part4 .list_box li a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

.part4 .list_box li .pic {
  width: 100%;
  height: 1.9rem;
  display: block;
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0);
}

.part4 .list_box li .pic img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  object-fit: cover;
}

.part4 .list_box li .txt {
  width: 100%;
  height: .6rem;
  position: relative;
}

.part4 .list_box li .txt span {
  width: 200%;
  height: 1.2rem;
  font-size: .56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "fzshk";
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.5);
  transform-origin: 0 0;
}

.part4 .list_0 li {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

.part4.part_ani .main {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .5s .7s linear both;
}

.part4.part_ani .list_0 li:nth-child(1) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .5s 1s linear both;
}

.part4.part_ani .list_0 li:nth-child(2) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .4s 1.1s linear both;
}

.part4.part_ani .list_0 li:nth-child(3) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .3s 1.2s linear both;
}

.part4.part_ani .list_0 li:nth-child(4) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .2s 1.3s linear both;
}

.part4.part_ani .list_0 li:nth-child(5) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .1s 1.4s linear both;
}

.part4.part_ani .list_0 li:nth-child(6) {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  animation: anim-right .1s 1.4s linear both;
}

.part4 .list_box li.active .pic {
  box-shadow: 0 0 .2rem rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 1);
}

.video_content {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s linear;
}

.video_content.active {
  opacity: 1;
  z-index: 3;
}

.video_content .video-desc {
  display: none;
}

.video_content .video-bg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.video-play-bg {
  width: 100%;
  height: 100%;
}

.video-bg-item .video-play-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-bg-item .video-play-bg video {
  object-fit: cover !important;
}

.video_content .video-bg-item.active {
  opacity: 1;
  z-index: 6;
}

.footer {
  font-family: fzshk, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
  width: 100%;
  text-align: center;
  color: #9aada0;
  font-size: 0.24rem;
  line-height: 1.5;
  z-index: 20;
  position: absolute;
  transform: translateZ(100px)
}

.footer_box {
  padding: .4rem 0;
}

.footer a {
  color: #9aada0;
}

.footer a:hover {
  color: #a2561d;
}

.footer a img {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0 0.06rem -0.06rem 0;
}

.footer .footer-logo {
  width: 11.48rem;
  height: 0.44rem;
  margin: 0.4rem auto 0;
  background: url(https://game.gtimg.cn/images/yrzx2/web202409/index/foot_logo.png) no-repeat 0 0 / contain;
}

.footer .f_line {
  opacity: .5;
}

.footer .foot_cpright {
  padding: 0;
}

.footer .foot {
  color: #9aada0;
  background: transparent;
  font-size: .24rem;
  min-width: initial;
  font-size: .24rem;
  font-family: inherit;
}

.footer .foot_links .link_map {
  font-size: .24rem;
}

.footer .foot_links .link_map span,
.footer .foot_links .link_map a {
  font-size: .24rem;
  color: #9aada0;
}

.footer .foot_lefts {
  float: none;
}

.footer .foot_links {
  display: inline;
  text-align: center;
  float: none;
  width: 100%;
  list-style: none;
}

.footer .foot_links .copyright_txt {
  font-size: .24rem;
  line-height: 1.5;
  color: #9aada0;
}

.footer .foot_bottom p {
  text-align: center;
  font-size: .24rem;
  line-height: 1.5;
  color: #9aada0;
}

.footer .foot .copyright_private {
  font-size: .24rem;
  line-height: 1.5;
  color: #9aada0;
}

.btn_video_player {
  position: absolute;
  width: 1.38rem;
  height: 1.38rem;
  top: 40%;
  left: 50%;
  margin-top: -.69rem;
  margin-left: -.69rem;
  z-index: 30;
  background: url(//game.gtimg.cn/images/yrzx2/web202409/inner/play2.png) no-repeat center / contain, url(//game.gtimg.cn/images/yrzx2/web202409/inner/play2-hover.png) no-repeat 0 0 / 0;
}

.part0,
.part1,
.part1,
.part1 {}

@keyframes anim-bg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}