@font-face {
  font-family: Fz;
  src: url('/expert/web/static/FZCuJinLJW.woff2');
}
html {
  font-size: calc(100vw / 1920);
}
.home {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home .dash-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 959rem;
  width: 2rem;
  z-index: 2;
  background: url(/expert/web/icon/dashed-v.png) repeat-y;
  background-size: 1rem 10rem;
  background-position: center top;
  animation: lineGrow 4s linear forwards;
}
.home .dash-wrap.with-point::after {
  content: '';
  position: absolute;
  width: 033rem;
  height: 033rem;
  bottom: 0;
  left: -15rem;
  background: url('/expert/web/static/point.png');
  background-size: 100% 100%;
  transition: all 1s;
  z-index: 9;
}
@keyframes lineGrow {
  0% {
    height: 0vh;
  }
  100% {
    height: 100vh;
  }
}
.home .home-min-title {
  position: absolute;
  z-index: 9;
  left: 360rem;
  bottom: 105rem;
  opacity: 0;
  animation: showTitle 1s ease-in-out 2s forwards;
}
@keyframes showTitle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .home-min-title div {
  font-family: Fz;
  font-weight: 0;
  font-size: 024rem;
  color: #9a3312;
  margin-bottom: 008rem;
}
.home .home-min-title p {
  height: 028rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 016rem;
  color: #5e4a23;
}
.home .bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.home .center {
  width: 131rem;
  height: 380rem;
  background-image: url(/expert/web/static/rect-red-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 131rem 0;
  position: absolute;
  top: 350rem;
  left: 895rem;
  z-index: 3;
  animation: centerGrow 1.5s linear 1.2s forwards;
}
.home .center .wrap {
  height: 0%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  animation: growWrap 1.5s linear 1.5s forwards;
  text-align: center;
}
@keyframes growWrap {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}
.home .center .wrap span {
  font-family: FZ;
  font-size: 048rem;
  color: #fffaeb;
  height: 212rem;
  width: 047rem;
  display: inline-block;
  margin-top: 030rem;
}
.home .center .wrap .hook {
  width: 048rem;
  height: 1rem;
  position: absolute;
  top: 250rem;
  left: 041rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .center .wrap .hook img {
  display: block;
  text-align: center;
  position: absolute;
}
.home .center .wrap .hook img:nth-child(1) {
  width: 021rem;
  height: 021rem;
  top: 0;
}
.home .center .wrap .hook img:nth-child(2) {
  width: 001rem;
  height: 050rem;
  top: 021rem;
}
.home .center .wrap .hook img:nth-child(3) {
  width: 048rem;
  position: absolute;
  bottom: 0;
  animation: hookTranslateX 1s ease-in-out 3s 3 forwards;
}
@keyframes hookTranslateX {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -6rem;
  }
  100% {
    bottom: 0;
  }
}
@keyframes centerGrow {
  0% {
    background-size: 131rem 0;
  }
  100% {
    background-size: 131rem 380rem;
  }
}
