/** mixins **/

@font-face {
  font-family: 'fzltzhjt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltzhunhjt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltth';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltdh';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltdh.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzltzhjt';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzltzhjt.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fzlth';
  src: url('https://nie.res.netease.com/comm/js/nie/ref/fonts/fzlth.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.g-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 7.5rem;
  height: 1.8rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.51) 0%, rgba(0, 0, 0, 0) 100%);
  font-family: 'fzltdh', sans-serif;
}

.g-nav a {
  text-decoration: none;
}

.g-nav #leihuo-top {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0.34rem;
  top: 0.31rem;
}

.g-nav #leihuo-top #leihuo_top_content {
  display: none;
}

.g-nav #leihuo-top .hasLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav #leihuo-top .hasLogo img {
  width: 1.12rem;
  height: 1.13rem;
}

.g-nav .nav-collapse {
  border: none;
  position: absolute;
  right: 0;
  top: 0.54rem;
  z-index: 10;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -0 -2rem;
  width: 1.17rem;
  height: 0.68rem;
}

.g-nav.open {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
}

.g-nav.open #leihuo-top {
  z-index: 5;
  left: 0.98rem;
  -webkit-animation: z_opacity_bezier_anim 0.567s 0s both;
  animation: z_opacity_bezier_anim 0.567s 0s both;
}

.g-nav.open .nav-collapse {
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -1.21rem -2rem;
  width: 1.17rem;
  height: 0.68rem;
}

.g-nav.open .g-nav-mask {
  display: block;
}

.g-nav .g-nav-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #04000cdb;
}

.g-nav .g-nav-open {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 6.86rem;
  height: 100%;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/bg_67bcbbdd.jpg) no-repeat;
  -webkit-animation: z_bg_hecheng_1_000_transform_bezier_anim 0.567s 0s both, z_opacity_bezier_anim 0.567s 0s both;
  animation: z_bg_hecheng_1_000_transform_bezier_anim 0.567s 0s both, z_opacity_bezier_anim 0.567s 0s both;
  background-size: 100% 100%;
}

.g-nav .nav-wrapper {
  position: absolute;
  z-index: 2;
  top: 2.12rem;
  width: 100%;
  height: calc(100vh - 2.1rem);
  overflow: auto;
}

.g-nav .nav-content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.g-nav .list-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.24rem;
  font-family: "fzltdh", sans-serif;
}

.g-nav .list-wrap a {
  color: #fce400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.48rem;
  letter-spacing: 0.04rem;
  opacity: 0;
  -webkit-animation: z_yuhecheng_1_000_transform_bezier_anim 0.467s 0.1s both, z_yuhecheng_1_000_opacity_bezier_anim 0.467s 0.1s both;
  animation: z_yuhecheng_1_000_transform_bezier_anim 0.467s 0.1s both, z_yuhecheng_1_000_opacity_bezier_anim 0.467s 0.1s both;
}

.g-nav .list-wrap a::after {
  content: "";
  margin: 0.32rem auto;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -0 -3.48rem;
  width: 5.58rem;
  height: 0.03rem;
}

.g-nav .list-wrap a:last-child::after {
  background: none;
}

.g-nav .list-wrap a span {
  -webkit-transform: skewX(-6deg);
  transform: skewX(-6deg);
}

.g-nav .list-wrap .yellow {
  color: #fce400;
}

.g-nav .list-wrap .green {
  color: #00d78d;
}

.g-nav .login-box {
  margin-top: 0;
  opacity: 0;
  -webkit-animation: z__denglu_ae2_000_transform_bezier_anim 0.317s 0.25s both, z__denglu_ae2_000_opacity_bezier_anim 0.317s 0.25s both;
  animation: z__denglu_ae2_000_transform_bezier_anim 0.317s 0.25s both, z__denglu_ae2_000_opacity_bezier_anim 0.317s 0.25s both;
}

.g-nav .login-box .btn-login {
  font-family: "fzltdh", sans-serif;
  cursor: pointer;
  color: #382464;
  border: none;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -0 -0;
  width: 5.68rem;
  height: 0.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.32rem;
  padding-top: 0.02rem;
}

.g-nav .login-box .user-info {
  display: none;
  cursor: pointer;
  font-size: 0.32rem;
  color: #fff;
  line-height: 0.36rem;
}

.g-nav .login-box .user-info .login-icon {
  margin: 0 0.08rem 0.02rem 0;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -2.88rem -2rem;
  width: 0.28rem;
  height: 0.32rem;
}

.g-nav .login-box .user-info .btn-logout {
  font-size: 0.32rem;
  color: #fce400;
  cursor: pointer;
}

.g-nav .login-box.login .btn-login {
  display: none;
}

.g-nav .login-box.login .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-nav .btn-steam {
  font-family: "fzltdh", sans-serif;
  margin-top: 0.36rem;
  color: #fff;
  border: none;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -0 -1rem;
  width: 5.68rem;
  height: 0.96rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.32rem;
  opacity: 0;
  -webkit-animation: z__xinyuanchanbtn_ae3_000_transform_bezier_anim 0.267s 0.3s both, z__xinyuanchanbtn_ae3_000_opacity_bezier_anim 0.267s 0.3s both;
  animation: z__xinyuanchanbtn_ae3_000_transform_bezier_anim 0.267s 0.3s both, z__xinyuanchanbtn_ae3_000_opacity_bezier_anim 0.267s 0.3s both;
}

.g-nav .btn-steam::before {
  content: "";
  margin: 0 0.28rem 0 -0.24rem;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -2.42rem -2rem;
  width: 0.42rem;
  height: 0.42rem;
}

.g-nav .follow-wrap {
  font-family: "fzltdh", sans-serif;
  position: relative;
  cursor: pointer;
  color: #fff;
  border: none;
  width: 6.14rem;
  height: 5.78rem;
  background: #0000003b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.32rem;
  margin: 0.32rem 0 1rem;
  opacity: 0;
  -webkit-animation: z_guanzhu_hecheng_1_000_opacity_bezier_anim 0.25s 0.317s both;
  animation: z_guanzhu_hecheng_1_000_opacity_bezier_anim 0.25s 0.317s both;
}

.g-nav .follow-wrap .follow-title {
  margin-top: 0.78rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav .follow-wrap .follow-title::before {
  content: "";
  margin-right: 0.2rem;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -3.2rem -2.05rem;
  width: 1.34rem;
  height: 0.01rem;
}

.g-nav .follow-wrap .follow-title::after {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0.2rem;
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -3.2rem -2.05rem;
  width: 1.34rem;
  height: 0.01rem;
}

.g-nav .follow-wrap .qrcode-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.g-nav .follow-wrap .qrcode {
  margin: 0.5rem 0.16rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.24rem;
  font-family: "fzltzhjt", sans-serif;
}

.g-nav .follow-wrap .qrcode img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.1rem;
}

.g-nav .follow-wrap .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.34rem;
}

.g-nav .follow-wrap .link-list .link {
  margin: 0 0.19rem;
}

.g-nav .follow-wrap .link-list .link.blbl {
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -1.94rem -2.72rem;
  width: 0.72rem;
  height: 0.72rem;
}

.g-nav .follow-wrap .link-list .link.dy {
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -2.7rem -2.72rem;
  width: 0.72rem;
  height: 0.72rem;
}

.g-nav .follow-wrap .link-list .link.ds {
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -1.06rem -2.72rem;
  width: 0.84rem;
  height: 0.72rem;
}

.g-nav .follow-wrap .link-list .link.kook {
  background: url(https://wildgate.res.netease.com/pc/zt/20250214180510/assets/sprite-0fbd2e_0fbd2ea9.png);
  background-size: 5.72rem 3.55rem;
  background-position: -0 -2.72rem;
  width: 1.02rem;
  height: 0.72rem;
}

#mpay-sdk-container .age-tips-logo {
  display: none;
}

@-webkit-keyframes z_bg_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  38.24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@keyframes z_bg_hecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(2rem, 0);
    transform: translate(2rem, 0);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  38.24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@-webkit-keyframes z_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  38.24% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  38.24% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_guanzhu_hecheng_1_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  86.67% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_guanzhu_hecheng_1_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  86.67% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z__xinyuanchanbtn_ae3_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.73rem);
    transform: translate(0, 0.73rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  81.25% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@keyframes z__xinyuanchanbtn_ae3_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.73rem);
    transform: translate(0, 0.73rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  81.25% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@-webkit-keyframes z__xinyuanchanbtn_ae3_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  81.25% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z__xinyuanchanbtn_ae3_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  81.25% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z__denglu_ae2_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.73rem);
    transform: translate(0, 0.73rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  68.42% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@keyframes z__denglu_ae2_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.73rem);
    transform: translate(0, 0.73rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  68.42% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@-webkit-keyframes z__denglu_ae2_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  68.42% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z__denglu_ae2_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  68.42% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes z_yuhecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.77rem);
    transform: translate(0, 0.77rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  53.57% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@keyframes z_yuhecheng_1_000_transform_bezier_anim {
  0% {
    -webkit-transform: translate(0, 0.77rem);
    transform: translate(0, 0.77rem);
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  53.57% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

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

@-webkit-keyframes z_yuhecheng_1_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  53.57% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes z_yuhecheng_1_000_opacity_bezier_anim {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
    animation-timing-function: cubic-bezier(0.33, 0, 0.67, 1);
  }

  53.57% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 1, 1);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }

  100% {
    opacity: 1;
  }
}
