@font-face {
  font-family: Fz;
  src: url('/expert/web/static/FZCuJinLJW.woff2');
}
.horizontal {
  height: 740rem;
  overflow: hidden;
  background: url(/expert/web/static/horizontal-rock.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 320rem;
  background-color: #e6d8ba;
  position: relative;
  user-select: none;
  transition: all 0s linear 1s;
  -webkit-user-drag: none;
}
.horizontal .prev,
.horizontal .next {
  position: absolute;
  top: calc(50% - 60rem);
  z-index: 9;
  height: 60rem;
  width: 60rem;
  cursor: pointer;
}
.horizontal .prev {
  left: calc((100vw - 1400rem) / 2);
  margin-left: -90rem;
}
.horizontal .next {
  right: calc((100vw - 1400rem) / 2);
  margin-right: -90rem;
}
.horizontal .container {
  width: 200vw;
  height: 100%;
  display: flex;
  position: relative;
  left: 0;
  transition: all 1s;
}
.horizontal .container .item {
  width: 100vw;
  height: 100%;
  position: relative;
}
.horizontal .container .item .content {
  width: 1400rem;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 700rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.horizontal .container .item .describtion {
  background: url(/expert/web/static/description-bg.png);
  background-size: 100%;
  overflow: hidden;
  text-align: left;
  min-height: 337rem;
  z-index: 2;
  width: 584rem;
  padding: 64rem;
  position: absolute;
  left: 0;
}
.horizontal .container .item .describtion .title {
  font-family: FZ;
  font-size: 24rem;
  color: #5E4A23;
  margin-bottom: 22rem;
}
.horizontal .container .item .describtion p {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5E4A23;
  line-height: 28rem;
  margin-bottom: 24rem;
}
.horizontal .container .item .img-box {
  z-index: 1;
  text-align: right;
  position: absolute;
  right: 0;
}
.horizontal .container .item .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.horizontal .container .item .img-box .icon-title {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 14rem;
  color: #9B8A69;
  text-align: center;
  margin-top: 16rem;
}
.horizontal .container .item .img-box .icon-title img {
  height: 30rem;
  vertical-align: middle;
}
.horizontal .container .item .img-box .icon-title img.top {
  transform: rotate(90deg);
  width: 16rem;
  height: auto;
  vertical-align: middle;
  margin-bottom: 2rem;
  margin-right: 8rem;
}
.horizontal .container .item .img-box .icon-title p {
  line-height: 1.5;
}
.royal-garden {
  margin-bottom: 106rem;
}
.royal-garden .current .layout {
  display: flex;
}
.royal-garden .current .dash-point {
  animation: growDashPoint 1.5s linear 0.5s forwards;
}
.royal-garden .current .dash-point::after {
  animation: showPoint 1.5s linear 2s forwards;
}
.royal-garden .current .mount {
  transition: all 1s linear 1s;
}
.royal-garden .current .title {
  transition: all 1s linear 2s;
}
.royal-garden .current .desc {
  transition: all 1s linear 3s;
}
.royal-garden .current .house {
  transition: all 1s linear 4s;
}
@keyframes opacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.royal-garden .layout {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: repeat;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  display: none;
}
.royal-garden .layout .dash-point {
  width: 1rem;
  position: absolute;
  left: calc(50%);
  top: 0;
  height: 0;
  background: url(/expert/web/static/royal-garden/dash.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.royal-garden .layout .dash-point::after {
  content: "";
  position: absolute;
  bottom: -33rem;
  left: -16rem;
  width: 33rem;
  height: 33rem;
  background: url(/expert/web/static/point.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}
@keyframes growDashPoint {
  0% {
    height: 0;
  }
  100% {
    height: 40vh;
  }
}
@keyframes showPoint {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.royal-garden .layout .middle {
  max-width: 1200rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5E4A23;
  text-align: center;
  line-height: 28rem;
  margin-top: 97rem;
}
.royal-garden .layout .middle .title {
  font-family: Fz;
  font-size: 48rem;
  color: #9A3312;
  margin-bottom: 32rem;
  opacity: 0;
  animation: opacityShow 1s ease 2.4s forwards;
}
.royal-garden .layout .mount {
  width: 900rem;
  height: 206rem;
  overflow: hidden;
  position: relative;
  opacity: 0;
  margin-top: 36rem;
  animation: opacityShow 1s ease-in-out 2s forwards;
}
.royal-garden .layout .mount img {
  height: 100%;
}
.royal-garden .layout .mount .mount-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.royal-garden .layout .mount .mount-line img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.royal-garden .layout .mount .mount-line img:nth-child(1) {
  animation: opacityShow 1s ease-in-out 1.5s forwards;
}
.royal-garden .layout .mount .mount-line img:nth-child(2) {
  animation: opacityShow 1s ease-in-out 1.9s forwards;
}
.royal-garden .layout .mount .mount-line img:nth-child(3) {
  animation: opacityShow 1s ease-in-out 2.3s forwards;
}
.royal-garden .layout .mount .booth {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  margin-left: -2rem;
}
.royal-garden .layout .mount .booth img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
}
.royal-garden .layout .mount .booth img:nth-child(1) {
  animation: opacityShow 1s ease-in-out 1.5s forwards;
}
.royal-garden .layout .mount .booth img:nth-child(2) {
  animation: opacityShow 1s ease-in-out 1.7s forwards;
}
.royal-garden .layout .mount .booth img:nth-child(3) {
  animation: opacityShow 1s ease-in-out 1.5s forwards;
}
.royal-garden .layout .mount .booth img:nth-child(4) {
  animation: opacityShow 1s ease-in-out 2s forwards;
}
.royal-garden .layout .mount .booth img:nth-child(5) {
  animation: opacityShow 1s ease-in-out 2.5s forwards;
}
.royal-garden .layout .house {
  width: 1200rem;
  max-width: 100%;
  opacity: 0;
  animation: opacityShow 1s ease 2.7s forwards;
  margin-top: 48rem;
  margin-bottom: 24rem;
}
.royal-garden .layout .desc {
  height: 84rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16rem;
  color: #5E4A23;
  text-align: center;
  line-height: 28rem;
  opacity: 0;
  animation: opacityShow 1s ease 3s forwards;
}
.royal-garden .manners {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.royal-garden .manners > .title {
  height: 35rem;
  font-family: Fz;
  font-weight: 0;
  font-size: 48rem;
  color: #9A3312;
  margin-top: 100rem;
  margin-bottom: 40rem;
}
.royal-garden .tradition {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.royal-garden .tradition > .title {
  height: 35rem;
  font-family: Fz;
  font-weight: 0;
  font-size: 48rem;
  color: #9A3312;
  margin-top: 100rem;
  margin-bottom: 40rem;
}
.royal-garden .tradition .horizontal {
  height: 82vh;
  overflow: hidden;
  background: url(/expert/web/static/horizontal-rock.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 320rem;
  background-color: #e6d8ba;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
}
.royal-garden .tradition .header-desc,
.royal-garden .manners .header-desc,
.royal-garden .tradition > .title,
.royal-garden .manners > .title {
  opacity: 0;
  transition: all 0s linear 1.5s;
}
.royal-garden .horizontal {
  transition: all 0s linear 1.5s;
  transform: translate(0, 100%);
}
.royal-garden .horizontal .description:nth-child(1) {
  transition: all 0s linear 1.5s;
  transform: translate(-200%, 0);
}
.royal-garden .horizontal .bg-imgs img:nth-child(1) {
  transition: all 0s linear 1.5s;
  transform: translate(200%, 0);
}
.royal-garden .current .manners .header-desc,
.royal-garden .current .tradition .header-desc,
.royal-garden .current .manners > .title,
.royal-garden .current .tradition > .title {
  opacity: 1;
  transition: all 1s linear;
}
.royal-garden .current .manners .horizontal,
.royal-garden .current .tradition .horizontal {
  transition: all 1s linear 1s;
  transform: translate(0, 0);
}
.royal-garden .current .horizontal .description:nth-child(1),
.royal-garden .current .horizontal .bg-imgs img:nth-child(1) {
  transition: all 1s linear 2s;
  transform: translate(0, 0);
}
#horizontal1 .box1 > img {
  width: 600rem;
  height: 600rem;
}
#horizontal1 .box1 .icon-title {
  position: absolute;
  width: 221rem;
  text-align: left;
  left: 500rem;
  right: 0;
  bottom: 94rem;
}
#horizontal1 .box2 > img {
  width: 769rem;
  height: 500rem;
}
#horizontal1 .box2 .icon-title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -86rem;
}
#horizontal2 .box1 > img {
  width: 800rem;
  height: 500rem;
}
#horizontal2 .box1 .icon-title {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 100rem;
}
#horizontal2 .box2 > img {
  width: 769rem;
  height: 500rem;
}
