body {
  background: url(../images/home/bg.jpg);
  background-repeat: repeat;
}
body,
html {
  scroll-behavior: smooth;
  overflow: scroll;
}
.picture-tips {
  position: fixed;
  left: 0.24rem;
  top: 1.6rem;
  z-index: 3;
}
.picture-tips div.close-up {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.picture-tips > div {
  width: 1.8rem;
  height: 0.64rem;
  border-radius: 0.75rem;
  margin-bottom: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f0e6;
  color: #5e4a23;
}
.picture-tips > div img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.11rem;
  color: #5e4a23;
  font-size: 0.32rem;
  font-family: "FZ";
  text-align: left;
}
.picture-tips > div img.line {
  width: 0.27rem;
  height: 0.21rem;
}
.picture-tips > div .img {
  margin-right: 0.1rem;
  color: #5e4a23;
  font-size: 0.32rem;
  font-family: "FZ";
  text-align: left;
}
.picture-tips > div img.arr {
  width: 0.2rem;
  height: auto;
}
.picture-tips > div span {
  display: inline-block;
  width: 0.96rem;
  opacity: 1;
  font-size: 0.24rem;
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 0.36rem;
}
.action-btn {
  position: fixed;
  right: 0.24rem;
  z-index: 3;
  top: 1.6rem;
}
.action-btn .action-item > div:nth-child(1) {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.58rem;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-btn .action-item > div:nth-child(1) img {
  width: 0.4rem;
}
.action-btn .action-item > div:nth-child(2) {
  height: 0.38rem;
  color: #5e4a23;
  font-size: 0.26rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  line-height: 0.38rem;
  margin-top: 0.06rem;
}
.guide-box {
  position: fixed;
  left: 0;
  top: 1.16rem;
  overflow: scroll;
  height: 100vh;
  width: 100vw;
  display: none;
}
.guide-box ::-webkit-scrollbar {
  display: none;
}
.guide-box .guide-img {
  width: 100%;
}
.guide-box .width-auto {
  width: 200vw;
}
.guide-box .guide-points {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.guide-box .guide-points .point {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  color: #ffffff;
  font-size: 0.28rem;
  font-family: "FZ";
  text-align: center;
  line-height: 0.4rem;
}
.guide-box .guide-points .point .name {
  position: absolute;
  white-space: nowrap;
  font-size: 0.28rem;
  font-family: "FZ";
}
.guide-box .guide-points .point .name.top {
  left: 50%;
  top: -0.6rem;
  transform: translate(-50%, 0);
}
.guide-box .guide-points .point .name.left {
  right: 50%;
  transform: translate(-0.3rem, -0.45rem);
}
.guide-box .guide-points .point .name.right {
  left: 100%;
  transform: translate(0.1rem, -0.45rem);
}
.guide-box .guide-points .build {
  background: url(../images/guide/guide-point-red.png);
  background-size: 100% 100%;
  box-shadow: 0 2px 4px 0 rgba(83, 83, 83, 0.5);
}
.guide-box .guide-points .build.none-point {
  background-image: none;
}
.guide-box .guide-points .build .name {
  background: #f7f0e6;
  border-radius: 0.3rem;
  padding: 0.08rem 0.25rem;
  color: #5e4a23;
}
.guide-box .guide-points .build .name.active {
  background: #9a3312;
  color: #FFFFFF;
}
.guide-box .guide-points .land {
  background: url(../images/guide/guide-point-grey.png);
  background-size: 100% 100%;
  top: 70%;
}
.guide-box .guide-points .land .name {
  height: 0.58rem;
  background: url(../images/guide/land-name-l.png), url(../images/guide/land-name-r.png);
  background-repeat: no-repeat;
  background-position: left top,right top;
  background-size: auto 100%;
  line-height: 0.58rem;
  color: #5e4a23;
}
.guide-box .guide-points .land .name span {
  display: inline-block;
  height: 100%;
  margin: 0 0.25rem;
  background: url(../images/guide/land-name-c.png);
}
.guide-box .guide-points .land .name.active {
  background: url(../images/guide/land-name-active-l.png), url(../images/guide/land-name-active-r.png);
  background-repeat: no-repeat;
  background-position: left top,right top;
  background-size: auto 100%;
  color: #fff;
}
.guide-box .guide-points .land .name.active span {
  background: url(../images/guide/land-name-active-c.png);
}
.guide-box .thumb {
  position: absolute;
  left: 50%;
  bottom: 0.1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  padding: 0.07rem;
  background-color: #fff;
  z-index: 99;
  transform: translate(-50%, -1.1rem);
  display: none;
}
.guide-box .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: relative;
  z-index: 10;
  object-fit: cover;
}
.guide-box .thumb::after {
  z-index: 9;
  content: '';
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  left: 50%;
  bottom: -0.2rem;
  background-color: #fff;
  transform: rotate(45deg) translate(-70%, 0) skew(10deg, 10deg);
}
.guide-box:nth-child(1) {
  display: block;
}
.lines-btns {
  position: fixed;
  bottom: 0.32rem;
  left: 0;
  z-index: 3;
  width: 100vw;
  display: flex;
  flex-shrink: 1;
  white-space: nowrap;
  overflow-x: auto;
}
.lines-btns::-webkit-scrollbar {
  display: none;
}
.lines-btns > div {
  height: 0.64rem;
  border-radius: 0.75rem;
  background: #fffaee;
  line-height: 0.64rem;
  text-align: center;
  color: #9b8a69;
  font-size: 0.28rem;
  font-family: "FZ";
  padding: 0 0.24rem;
  margin: 0 0.16rem;
}
.lines-btns > div.active {
  background: #9a3312;
  color: #fff;
}
.infoListWrap {
  position: fixed;
  width: 100%;
  bottom: 1.3rem;
  left: 0;
  margin-top: -2rem;
  z-index: 9;
}
.infoList {
  overflow: visible;
  position: relative;
  height: 2rem;
  width: 6.8rem;
  margin: auto;
}
.infoList .item {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fefaf3;
  height: 2rem;
  border-radius: 0.16rem;
  box-shadow: 0 3px 12px 0 rgba(83, 83, 83, 0.5);
  box-sizing: border-box;
  padding: 0.3rem;
  transition: transform 0.5s;
  width: 6.7rem;
}
.infoList .item .title {
  height: 0.54rem;
  display: flex;
  justify-content: space-between;
  color: #9a3312;
}
.infoList .item .title a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.42rem;
  color: #9a3312;
  font-family: Fz;
  font-weight: normal;
}
.infoList .item .title a .number-point {
  display: inline-block;
  width: 0.42rem;
  height: 0.42rem;
  background: url(../images/guide/guide-point-red.png);
  background-size: 100% 100%;
  color: #ffffff;
  font-size: 0.28rem;
  font-family: "FZ";
  line-height: 0.42rem;
  text-align: center;
}
.infoList .item .title a::before {
  margin-right: 0.1rem;
}
.infoList .item .title a::after {
  content: ' ';
  margin-left: 0.15rem;
  height: 0.48rem;
  width: 0.15rem;
  background: url(../images/factor/more.png) no-repeat center;
  background-size: 0.15rem auto;
}
.infoList .item .title a span {
  font-size: 0.36rem;
}
.infoList .item .title a.land {
  color: #5E4A23;
}
.infoList .item .title a.land .number-point {
  background: url(../images/guide/guide-point-grey.png);
  background-size: 100% 100%;
}
.infoList .item .title a.land::after {
  filter: grayscale(100%);
}
.infoList .item .title .close {
  width: 0.24rem;
  height: 0.24rem;
  display: block;
}
.infoList .item > p {
  margin-top: 0.08rem;
  color: #9b8a69;
  font-size: 0.28rem;
  line-height: 0.42rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.intro-slider {
  position: fixed;
  left: 0;
  top: 2.3rem;
  z-index: 9999;
  left: 0.55rem;
  width: 6.4rem;
  display: none;
}
.intro-slider .mode {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
}
.intro-slider > .img-box {
  width: 6.4rem;
  height: 6.8rem;
  background: #f7ecd5;
  position: absolute;
  top: 0;
  transition: all 1s;
}
.intro-slider .img-box .close {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  right: 0.24rem;
  top: 0.24rem;
}
.intro-slider .img-box .close img {
  width: 100%;
  height: 100%;
}
.intro-slider .img-box .main {
  padding: 0.48rem 0.32rem 0;
}
.intro-slider .img-box .main .title {
  height: 0.63rem;
  color: #9a3312;
  font-size: 0.42rem;
  font-family: "FZ";
  text-align: left;
  line-height: 0.63rem;
  margin-bottom: 0.24rem;
}
.intro-slider .img-box .main .sub-title {
  height: 0.48rem;
  color: #5e4a23;
  font-size: 0.32rem;
  font-family: "PingFang SC";
  text-align: left;
  font-weight: bold;
  line-height: 0.48rem;
  margin-bottom: 0.32rem;
}
.intro-slider .img-box .main .content {
  color: #5e4a23;
  font-size: 0.28rem;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 0.48rem;
}
.indicator {
  height: 0.28rem;
  padding-bottom: 0.54rem;
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  margin-top: 7rem;
  position: absolute;
  width: 100%;
}
.indicator div {
  width: 0.28rem;
  height: 0.28rem;
  opacity: 0.64;
  border-radius: 100%;
  margin: 0 0.13rem;
  position: relative;
}
.indicator div::after {
  width: 0.1rem;
  height: 0.1rem;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  background: #ffffff;
  border-radius: 100%;
}
.indicator div.active {
  background: url("../images/culture/indicator.png");
  background-size: cover;
  position: relative;
}
.indicator div.active::after {
  background: none;
}
#origin-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10000;
}
#origin-img .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.close-img-btn {
  position: absolute;
  right: 0.32rem;
  top: 0.32rem;
  z-index: 10001;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: none;
}
