[v-cloak] {
  display: none;
}
.clearFixed::before {
  content: " ";
  display: table;
}
.clearFixed::after {
  clear: both;
  display: table;
  content: " ";
}
.pos {
  position: relative;
  overflow: hidden;
}
#root {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.page {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0.55rem;
  color: #161616;
  transition: 0.3s all;
}
.page::before {
  content: " ";
  display: table;
}
.page::after {
  clear: both;
  display: table;
  content: " ";
}
.page .title-bg {
  width: 100%;
  position: absolute;
  top: 0;
}
.page .cn-btn {
  width: 50%;
  box-sizing: border-box;
}
.page .cn-btn p {
  color: #BF945E;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 0.7rem 0 0.61rem 0;
  text-align: center;
}
.page .icon-back {
  background-image: url('../images/icon_back.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.93866667rem;
  height: 1.49333333rem;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 100;
}
.page .go-back-bt {
  width: 1.536rem;
  height: 1.36533333rem;
  position: absolute;
  top: 2%;
  left: 4%;
  z-index: 10;
}
.page01 .title-them {
  position: relative;
  width: 68%;
  margin: 5% auto 2% auto;
  animation: opticyShow 1s linear both;
}
.page01 .them-content {
  width: 92%;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 0.65rem;
  border-radius: 0.25rem;
  font-size: 0.6rem;
  line-height: 1.6;
  text-align: justify;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 20;
}
.page01 .them-content.animate-active {
  transition: 0.5s all 0.2s;
  opacity: 0;
}
.page01 .them-content .text {
  font-weight: 600;
}
.page01 .them-content .text.frist-animate {
  opacity: 0;
  animation: opticyShow 1s linear forwards;
}
.page01 .them-content .text.frist-animate:nth-child(1) {
  animation-delay: 0.5s;
}
.page01 .them-content .text.frist-animate:nth-child(2) {
  animation-delay: 0.8s;
}
.page01 .them-content .text.frist-animate:nth-child(3) {
  animation-delay: 1.5s;
}
.page01 .them-content .text.frist-animate:nth-child(4) {
  animation-delay: 2.2s;
}
.page01 .them-content .text.frist-animate:nth-child(5) {
  animation-delay: 3s;
}
.page01 .them-content .text.frist-animate:nth-child(6) {
  animation-delay: 3.5s;
}
.page01 .them-content .cn-bold {
  font-weight: 800;
  color: #A7941A;
}
.page01 .tree-big {
  width: 100%;
  position: absolute;
  bottom: 20.2%;
  z-index: 5;
}
.page01 .door {
  width: 100%;
  position: absolute;
  bottom: 6%;
  z-index: 10;
  transition: 0.2s all;
}
.page01 .door.animate-active {
  animation: doorAnimate 1.3s linear 0.3s both;
}
.page01 .tree-small {
  width: 47%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.5s all 0.2s;
}
.page01 .tree-small.animate-active {
  opacity: 0;
}
.page01 .floor {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.page01 .go-btn {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -20%);
  box-sizing: border-box;
  z-index: 10;
  transition: 0.5s all;
  animation: hoomIns 0.6s linear infinite 3.3s alternate;
}
.page01 .go-btn.animate-active {
  opacity: 0;
}
.page01 .go-btn p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page02 {
  overflow-y: scroll;
  background-image: url('../images/sign_bg1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page02 .model {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translate3d(0, 0, 0) !important;
  z-index: 10;
}
.page02 .title-content {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1rem 0.8rem;
  z-index: 5;
}
.page02 .title-content .title-p {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 2rem;
}
.page02 .title-content .title-p p {
  color: #968b6f;
  font-weight: 800;
  font-size: 0.76rem;
  margin: 0 0.35rem;
}
.page02 .title-content .title-p .icon-arrow {
  width: 0.46933333rem;
  height: 0.68266667rem;
  transition: 0.1s all;
}
.page02 .title-content .title-p .arrow-left {
  animation: arrowLeft 0.6s linear infinite alternate;
}
.page02 .title-content .title-p .arrow-right {
  animation: arrowRight 0.6s linear infinite alternate;
}
.page02 .swiper-container01 {
  width: 16rem;
  height: 14rem;
  margin: 0.5rem auto;
  transform: translate3d(0, 0, 0) !important;
  overflow: hidden !important;
}
.page02 .swiper-container01 .swiper-slide {
  width: 10rem;
  height: 14rem;
  border-radius: 0.5rem;
  transform: translate3d(0, 0, 0) !important;
  overflow: hidden !important;
}
.page02 .swiper-container01 .swiper-slide.animate-model {
  transform: translate3d(0, 0, 0) !important;
  overflow: hidden !important;
}
.page02 .swiper-container01 .swiper-slide.animate-model::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
  height: 14rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transform: translate3d(0, 0, 0) !important;
}
.page02 .swiper-container01 .swiper-slide .cn-imgs {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.page02 .swiper-container01 .swiper-slide-prev,
.page02 .swiper-container01 .swiper-slide-next {
  margin-top: 0.55rem;
  height: 13rem !important;
}
.page02 .swiper-container01 .swiper-slide-prev img,
.page02 .swiper-container01 .swiper-slide-next img {
  height: 13rem !important;
}
.page02 .swiper-container01 .swiper-slide-active {
  width: 10rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.page02 .swiper-container02 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 2rem;
  border-top: 0.02rem solid #ddbc76;
  padding-top: 0.23rem;
  box-sizing: border-box;
}
.page02 .swiper-container02 .swiper-slide {
  position: relative;
  width: 1.2rem;
  height: 4.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0) scale(0.8) !important;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.66rem;
  text-align: center;
  margin-right: 0;
}
.page02 .swiper-container02 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0.03rem;
  right: 0.03rem;
  top: 0.03rem;
  bottom: 0.03rem;
  border: 1px solid #fff;
  border-radius: 1rem;
  display: block;
}
.page02 .swiper-container02 .swiper-slide.show-active {
  background-color: #DDBE7C;
}
.page02 .swiper-container02 .swiper-slide.hidden-active {
  background: #aeaaa3;
}
.page02 .swiper-container02 .swiper-slide-active {
  transform: translate3d(0, 0, 0) scale(1) !important;
}
.page02 .swiper-container02 .swiper-slide-active.show-active {
  position: relative;
}
.page02 .swiper-container02 .swiper-slide-active.show-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1rem;
  margin-left: -0.46rem;
  width: 1rem;
  height: 0.63rem;
  transform: scale(1.6);
  background-image: url('../images/sign_tag2.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page02 .swiper-container02 .swiper-slide-active.hidden-active {
  position: relative;
  z-index: 10;
}
.page02 .swiper-container02 .swiper-slide-active.hidden-active::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1rem;
  margin-left: -0.46rem;
  width: 1rem;
  height: 0.63rem;
  transform: scale(1.6);
  background-image: url('../images/sign_tag1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page02 .btn-detail {
  width: 45%;
  background-image: url('../images/icon_btn.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 0.6rem;
  transition: 0.1s all;
  animation: zoomIns 0.6s linear infinite alternate;
}
.page02 .btn-detail p {
  font-size: 0.72rem;
  padding: 0.45rem 0;
}
.page02 .detail-content {
  height: 100%;
  position: absolute;
  top: 0;
  transition: 0.2s all;
}
.page02 .detail-content .model {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  transition: 0.2s all;
  animation: opticyShow 0.6s linear both;
}
.page02 .detail-content .model.animate-active {
  animation: opticyHidden 0.4s linear both;
}
.page02 .detail-content .cn-img {
  width: 100%;
  transform: scale(0.8);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
  border-radius: 0.8rem;
  transition: 0.2s all;
  animation: pageShow 0.6s linear both;
}
.page02 .detail-content .cn-img img {
  border-radius: 0.8rem;
}
.page02 .detail-content .cn-img.animate-active {
  animation: pageHidden 0.6s linear both;
}
.page02 .detail-content .btn-backx {
  width: 45%;
  background-image: url('../images/icon_btn.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 0.2rem;
  opacity: 1;
  transition: 0.2s all;
  margin-top: 0.8rem;
  z-index: 50;
}
.page02 .detail-content .btn-backx.animate-active {
  opacity: 0;
}
.page02 .detail-content .btn-backx p {
  font-size: 0.72rem;
  padding: 0.45rem 0;
}
.page03 {
  background-image: url('../images/sign_bg1.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.page03 .v-point {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 18%;
  margin: 0 auto;
}
.page03 .v-point .point-img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.page03 .v-point .c-card {
  position: relative;
  width: 74%;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(90, 89, 89, 0.4);
}
.page03 .v-point .c-bot {
  padding: 0.6rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fcfcfc;
}
.page03 .v-point .bot-header {
  width: 1.49333333rem;
  height: 1.49333333rem;
  border-radius: 50%;
  border: 1px dashed #e5a213;
  overflow: hidden;
}
.page03 .v-point .bot-text {
  width: 60%;
  font-size: 0.55rem;
  line-height: 1.5;
  text-align: justify;
  padding-right: 0.3rem;
  box-sizing: border-box;
  border-right: 1px dashed #e5a213;
}
.page03 .v-point .bot-text span {
  font-weight: 800;
  color: #e5a213;
}
.page03 .v-point .bot-text .text-time {
  color: #9e9d9c;
  text-align: right;
  font-size: 0.35rem;
  margin-top: 0.2rem;
}
.page03 .v-point .bot-hint {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.page03 .v-point .bot-hint .hint-img {
  width: 1.10933333rem;
  height: 1.10933333rem;
}
.page03 .v-point .bot-hint .hint-txt {
  font-size: 0.45rem;
  text-align: center;
  margin-top: 0.2rem;
}
.page03 .a-poster {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: -3%;
  overflow-y: hidden;
  box-sizing: border-box;
}
.page03 .a-poster .point-img {
  width: 100%;
  position: relative;
  transform: scale(0.8);
  border-radius: 0.5rem;
}
.scroll-down-arrow {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-down-arrow.bg-black {
  background-color: rgba(0, 0, 0, 0.6);
}
.scroll-down-arrow.bg-blue {
  background-color: rgba(4, 72, 129, 0.62);
}
.scroll-down-arrow.active {
  animation: opticyShow 0.5s linear both;
}
.tTem_tips {
  width: 8rem;
  height: 8rem;
  border-radius: 0.42666667rem;
  padding: 0.32rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0.9);
}
.tTem_tips .tTem_finger-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.tTem_tips .tTem_hand {
  position: absolute;
  left: 50%;
  top: 3rem;
  width: 1.92rem;
  animation: temAnimateHand 2s infinite;
  margin-left: -0.64rem;
  z-index: 2001;
}
.tTem_tips .tTem_img-wrap {
  width: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.tTem_tips .tTem_img-wrap img {
  width: 100%;
}
.tTem_tips .tTem_notice {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 2.5;
  font-size: 0.72533333rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.foot-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer {
  width: 100%;
  padding: 0.5rem 0.1rem 0.5rem 0.5rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  z-index: 999;
}
.footer .tips {
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: -1.2rem;
  margin-left: -0.75rem;
}
.footer .tips .common-img {
  width: 1.04533333rem;
  height: 1.024rem;
  background-image: url('https://video-oss.shundecity.com/t/gfblh2023/images/home_elf.png?v=1.3');
  background-size: 11.92533333rem 21.84533333rem;
  background-position: -0.08533333rem -10.41066667rem;
  animation: updown 1s linear infinite alternate;
}
.footer .top-info {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.footer .left {
  width: 65%;
  overflow: hidden;
}
.footer .left .floor-name {
  max-width: 100%;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-size: 0.76rem;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: none;
  color: #093EB6;
}
.footer .left .info {
  line-height: 1;
  font-size: 14px;
  max-width: 100%;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
}
.footer .left .size {
  width: 45%;
  margin-bottom: 8px;
}
.footer .left .size span {
  color: #000;
  user-select: none;
}
.footer .left .size em {
  font-style: normal;
  user-select: none;
}
.footer .left .purpose {
  width: 55%;
  display: flex;
  user-select: none;
}
.footer .left .purpose span {
  color: #000;
}
.footer .left .purpose em {
  font-style: normal;
}
.footer .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .right .go-map-btn {
  width: 3.968rem;
  height: 1.49333333rem;
  background-image: url('../images/map_go_btn.png?v=1.0');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .right .go-tel-btn {
  width: 3.968rem;
  height: 1.49333333rem;
  background-image: url('../images/map_tel_btn.png?v=1.0');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .right .go-tel-btn .tel-a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer .bottom-info {
  width: 100%;
  padding-top: 0.4rem;
  box-sizing: border-box;
}
.footer .bottom-info .btn-knife {
  width: 2.96533333rem;
  height: 1.10933333rem;
  animation: shake 0.8s linear infinite both;
}
.boom-enter-active {
  animation: opticyShow 1s;
}
@keyframes pageShow {
  0% {
    opacity: 0;
    transform: translateX(0) scale(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(0.8);
  }
}
@keyframes pageHidden {
  0% {
    opacity: 1;
    transform: translateX(0) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translateX(0) scale(0);
  }
}
@keyframes opticyShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opticyHidden {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes temAnimateHand {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3rem);
  }
  51% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3rem);
  }
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 20px);
  }
}
@keyframes shake {
  0%,
  30%,
  70% {
    transform: rotate(0);
  }
  25%,
  50% {
    transform: rotate(3deg);
  }
  40% {
    transform: rotate(-3deg);
  }
  60% {
    transform: scale(0.99);
  }
}
@keyframes arrowLeft {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(-0.2rem) scale(1.2);
  }
}
@keyframes arrowRight {
  0% {
    transform: translateX(0) scale(1);
  }
  100% {
    transform: translateX(0.2rem) scale(1.2);
  }
}
@keyframes zoomIns {
  0% {
    transform: scale(0.92);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hoomIns {
  0% {
    transform: translate(-50%, -20%) scale(0.92);
  }
  100% {
    transform: translate(-50%, -20%) scale(1);
  }
}
@keyframes doorAnimate {
  0% {
    transform: perspective(800px) translateY(0px) translateZ(0px);
  }
  100% {
    transform: perspective(800px) translateY(-120px) translateZ(500px) scale(2);
  }
}
@keyframes floorAnimate {
  0% {
    transform: perspective(600px) translateZ(0px);
  }
  100% {
    transform: perspective(600px) translateZ(200px);
  }
}
