html,
body {
  width: 100%;
  overflow: hidden;
  font-family: "微软雅黑", "Microsoft YaHei";
    writing-mode: lr-tb;
    text-indent: 0px;
}

.wp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.page {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #ffffff;
}

.img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.img-wrap img {
  max-width: 100%;
}

/* 箭头 */
@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
  }
}

@keyframes start {
  0%,
  30% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  60% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, -5px);
  }
}

.start {
  position: fixed;
  left: 50%;
  margin-left: -17px;
  top: 95%;
  margin-top: -34px;
  width: 34px;
  height: 34px;
}

.start i {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -9px;
  width: 19px;
  height: 12px;
  background-size: 100% 100%;
  -webkit-animation: start 2s infinite ease-in-out;
  animation: start 2s infinite ease-in-out;
}

@font-face {
  font-family: "iconfont"; /* project id 934283 */
  src: url("../font/font_934283_rjwklbuzkg.eot");
  src: url("../font/font_934283_rjwklbuzkg.eot?#iefix")
      format("embedded-opentype"),
    url("../font/font_934283_rjwklbuzkg.woff") format("woff"),
    url("../font/font_934283_rjwklbuzkg.ttf") format("truetype"),
    url("../font/font_934283_rjwklbuzkg.svg#iconfont") format("svg");
}

#play-btn {
  position: absolute;
  background-color: #ddd6d66b;
  top: 20px;
  right: 10px;
  z-index: 3000;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  line-height: 33px;
  border: 1px solid #f2f2f2;
  text-align: center;
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
  animation-play-state: paused;
  color: #f5f5f5;
  cursor: pointer;
}

.anchorBL {
  display: none !important;
}

.playing {
  -webkit-transition-duration: 1s;
  -webkit-animation: rotate 3s linear infinite;
  animation: rotate 3s linear infinite;
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  pointer-events: none;
}

.hide {
  display: none;
}

#map {
  width: 100%;
  height: calc(100% - 188px);
}

.full-bg,
.photo-box {
  background-size: cover;
  background-position: center;
}

.photo-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.ele-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.radius-box {
  width: 76%;
  height: 26px;
  border-radius: 13px;
  border: 3px solid #fafafc;
  left: 12%;
  line-height: 26px;
  color: #3a3f58;
  font-size: 14px;
  font-weight: 600;
}

.circle-box {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -22px;
  float: right;
  border-radius: 50%;
  border: 3px solid #fafafc;
  left: 50%;
  margin-left: -20px;
  line-height: 44px;
  text-align: center;
  background-color: #ecf1f7;
}

.circle-box img {
  max-width: 70%;
  vertical-align: middle;
}

.page1,
.page2,
.page3,
.page4 {
  color: #2e2e2e;
}

.text-frame {
  z-index: 2;
  width: 84%;
  height: 30%;
  position: absolute;
  top: 8%;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}

.page5 .text-frame {
  background-color: inherit;
  z-index: 20;
}

.page6 .text-frame {
  background-color: inherit;
  z-index: 20;
}

.page7 .text-frame {
  background-color: inherit;
  z-index: 20;
}

.page8 .text-frame {
  background-color: inherit;
  z-index: 20;
}

.page9 .text-frame {
  background-color: inherit;
  z-index: 20;
}

.radius {
  border-radius: 8px;
  overflow: hidden;
}

#loading-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e2ecf5;
  z-index: 99;
}

.loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -150px;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 3px;
  font-size: 30px;
  color: rgba(48, 89, 129, 0.5);
  text-align: center;
}

.loading-box p {
  font-size: 16px;
  margin: 16px 0;
}

.loading:before,
.loading:after,
.loading {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loading 1.8s infinite ease-in-out;
  animation: loading 1.8s infinite ease-in-out;
}

.loading {
  color: currentcolor;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: -1em;
}

.loading:before {
  right: 100%;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading:after {
  left: 100%;
}

.loading:before,
.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: inherit;
  height: inherit;
}

.loading-txt {
  font-size: 30px;
  text-align: center;
}

@-webkit-keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em;
  }

  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}

@keyframes loading {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1em;
  }

  40% {
    box-shadow: 0 1em 0 -0.2em;
  }
}

.load-img {
  visibility: hidden;
}

.radius {
  border-radius: 8px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.p-text {
  color: #333;
  font-size: 15px;
}

.p-button {
  background-color: rgb(164, 34, 34);
  border-radius: 5px;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
}

.white-icon {
  color: #ffffff;
}

.tel-me {
  display: inline-grid;
  grid-template-columns: repeat(2, 2fr);
  grid-column-gap: 30px;
}

.tel-me img {
  object-fit: contain;
  width: 144px;
  margin: 0 auto;
}

.tel-me a,
.tel-me .photo-box {
  text-align: center;
}

.map-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.dh-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
}