.banner {
  position: relative;
  min-height: 2rem;
}
.banner .pic {
  width: 100%;
  height: 7.2rem;
}
.banner .title {
  background-color: rgba(154, 51, 18, 0.9);
  font-size: 0.5rem;
  text-align: center;
  color: #fff;
  line-height: 0.56rem;
  letter-spacing: 0.77px;
  padding: 0.15rem 0.3rem;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  transform: translate(-50%, 0);
  max-width: 80vw;
}
.home-card {
  width: 6.99rem;
  padding-bottom: 0.26rem;
  background: #fefaf3;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-card .title {
  height: 0.61rem;
  color: #9a3312;
  font-size: 0.56rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  padding-top: 0.32rem;
  padding-bottom: 0.12rem;
}
.home-card .content {
  color: #5e4a23;
  font-size: 0.32rem;
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 0.5rem;
  margin: 0 0.21rem;
  transition: all 1s;
  max-height: 999rem;
}
.home-card .content.less {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 2.5rem;
}
.home-card .toggle-down,
.home-card .toggle-up {
  height: 0.5rem;
  color: #5e4a23;
  font-size: 0.28rem;
  font-weight: 400;
  font-family: "PingFang SC";
  position: absolute;
  bottom: 0.26rem;
  right: 0.21rem;
  text-align: right;
  background-color: #fefaf3;
  padding-left: 0.5rem;
}
.home-card .toggle-down span,
.home-card .toggle-up span {
  opacity: 0.5;
}
.home-card .toggle-up {
  display: none;
}
.page-title {
  color: #9a3312;
  font-size: 0.56rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  margin-top: 0.86rem;
  margin-bottom: 0.49rem;
}
.paragraph-item {
  margin: 0.12rem 0.27rem;
}
.paragraph-item .header-box {
  height: 2.3rem;
  background: url(../images/topic/pargraph-item-1.png);
  background-size: 100% 100%;
  display: flex;
}
.paragraph-item .header-box .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.24rem;
  flex: 1;
}
.paragraph-item .header-box .inner .left {
  height: 0.53rem;
  color: #ffffff;
  font-size: 0.48rem;
  font-weight: normal;
  font-family: "FZ";
  text-align: left;
}
.paragraph-item .header-box .inner .icon {
  width: 0.36rem;
  height: 0.2rem;
  opacity: 1;
  transition: all 1s;
  transform: rotate(180deg);
}
.paragraph-item p {
  color: #5e4a23;
  font-size: 0.32rem;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 0.5rem;
  padding: 0.41rem;
  background: #fff;
  display: none;
}
.paragraph-item:nth-child(1) .header-box {
  background: url(../images/topic/pargraph-item-1.png);
  background-size: 100% 100%;
}
.paragraph-item:nth-child(2) .header-box {
  background: url(../images/topic/pargraph-item-2.png);
  background-size: 100% 100%;
}
.paragraph-item:nth-child(3) .header-box {
  background: url(../images/topic/pargraph-item-3.png);
  background-size: 100% 100%;
}
.paragraph-item:nth-child(4) .header-box {
  background: url(../images/topic/pargraph-item-4.png);
  background-size: 100% 100%;
}
.ticket {
  margin: 0.3rem 0.3rem 0;
  height: 2.58rem;
  background: url(../images/topic/ticket-web-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ticket .ticket-title {
  height: 0.34rem;
  color: #5e4a23;
  font-size: 0.32rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  padding: 0.32rem 0 0.4rem;
}
.ticket .ticket-concat {
  display: flex;
  justify-content: flex-start;
  padding: 0 0.24rem;
}
.ticket .ticket-concat .web {
  width: 2.24rem;
  color: #4a3918;
  font-size: 0.26rem;
  font-family: "PingFang SC";
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ticket .ticket-concat .web img {
  max-width: 2.24rem;
  max-height: 0.84rem;
  margin-bottom: 0.07rem;
}
.ticket .ticket-concat .wechat,
.ticket .ticket-concat .weibo {
  width: 0.8rem;
  color: #4a3918;
  font-size: 0.26rem;
  font-family: "PingFang SC";
  text-align: center;
  margin-left: 0.54rem;
}
.ticket .ticket-concat .wechat img,
.ticket .ticket-concat .weibo img {
  width: 0.84rem;
  height: 0.84rem;
  margin-bottom: 0.07rem;
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}
.nav-bar div {
  height: 0.4rem;
  color: #9b8a69;
  font-size: 0.36rem;
  font-weight: 400;
  font-family: "FZ";
  margin: 0 0.35rem;
}
.nav-bar div.active {
  color: #9a3312;
  position: relative;
}
.nav-bar div.active::after {
  content: '';
  width: 100%;
  height: 0.02rem;
  background-color: #9A3312;
  position: absolute;
  left: 0;
  bottom: -0.03rem;
}
.ticket-content .scroll-wrap {
  margin: 0 0.3rem 0;
  background: #fefaf3;
  padding: 0.2rem;
}
.ticket-content .brief-scroll-area {
  height: 8.8rem;
}
.ticket-content > div {
  display: none;
}
.build-carousel {
  display: flex;
  position: relative;
  left: 0;
  height: 5.04rem;
  z-index: 2;
}
.build-carousel .card-item {
  width: 3.72rem;
  height: 5.04rem;
  position: absolute;
  transition: all 1s;
}
.build-carousel .card-item img {
  width: 3.72rem;
  height: 5.04rem;
  object-fit: cover;
  position: absolute;
  z-index: 0;
}
.build-carousel .card-item .mode {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
.build-carousel .card-item .name {
  position: absolute;
  z-index: 2;
  bottom: 1.23rem;
  left: 0.37rem;
  height: 0.5rem;
  color: #ffffff;
  font-size: 0.36rem;
  font-weight: normal;
  font-family: "FZ";
  text-align: left;
}
.build-carousel .card-item p {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  bottom: 0.4rem;
  left: 0.37rem;
  right: 0.37rem;
  height: 0.68rem;
  color: #ffffff;
  font-size: 0.24rem;
  font-family: "PingFang SC";
  text-align: left;
}
.relic {
  height: 5.86rem;
}
.relic .card-item img {
  position: static;
  height: 4.83rem;
}
.relic .card-item .name {
  position: static;
  height: 0.38rem;
  color: #5e4a23;
  font-size: 0.36rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: left;
  margin-top: 0.18rem;
}
.relic .card-item p {
  position: static;
  height: 0.39rem;
  color: #9b8a69;
  font-size: 0.28rem;
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: left;
  margin-top: 0.07rem;
}
.carousel-dot {
  height: 0.28rem;
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot div {
  width: 0.28rem;
  height: 0.28rem;
  opacity: 0.64;
  border-radius: 100%;
  margin: 0 0.13rem;
  position: relative;
  background: url("../images/dot-normal.png") no-repeat;
  background-size: 0.14rem;
  background-position: center;
}
.carousel-dot div.active {
  background: url("../images/dot-active.png") no-repeat;
  position: relative;
  background-position: center;
  background-size: 0.28rem;
}
.land-bar {
  margin: 0 0.3rem;
  overflow-x: scroll;
  height: 2.58rem;
  background: url(../images/topic/ticket-web-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
}
.land-bar .btn {
  background: url(../images/topic/btn-top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 0.24rem;
  writing-mode: vertical-rl;
  color: #fff;
  min-height: 1.8rem;
  width: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 0.52rem;
}
.land-bar .btn.active {
  background-image: url(../images/topic/btn-top-active.png);
}
.trafficContent > div {
  display: none;
}
.landmark .paragraph-item .header-box .inner .icon {
  transform: rotate(90deg);
}
.landmark .banner .title h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landmark .content {
  padding-top: 0.3rem;
}
.landmark .content.less {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 1.5rem;
}
.landmark .mask {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.landmark .mask .carousel-modal {
  position: fixed;
  left: 0.55rem;
  top: 2.42rem;
  width: 6.4rem;
  height: 8.64rem;
}
.landmark .mask .carousel-modal .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 999;
}
.landmark .mask .carousel-modal .close-btn > img {
  position: relative;
  width: 0.3rem;
  height: 0.3rem;
  left: 0.24rem;
  top: 0.24rem;
}
.landmark .mask .carousel-modal .carousel-wrap {
  display: flex;
  width: 400vw;
  transition: 0.5s;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item {
  width: 100vw;
  background: url(../images/culture/modal_bg.png) no-repeat;
  background-size: 6.4rem 8.64rem;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item .title {
  margin: 0.36rem 0.36rem 0 0.36rem;
  width: 5.7rem;
  height: 0.47rem;
  font-size: 0.42rem;
  color: #5E4A23;
  text-align: center;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item > img {
  width: 5.7rem;
  height: 3.64rem;
  margin: 0.36rem;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item .main {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.28rem;
  color: #5E4A23;
  line-height: 0.48rem;
  width: 5.7rem;
  margin: 0 0.36rem 0.36rem 0.36rem;
  height: 3.18rem;
  overflow: scroll;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item .main::-webkit-scrollbar {
  display: none;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item .main.none-img {
  margin-top: 0.36rem;
  height: 7rem;
}
.landmark .mask .carousel-modal .carousel-wrap .carousel-item .remark {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 0.26rem;
  color: #9B8A69;
  line-height: 0.4rem;
  margin-left: 0.36rem;
  margin-top: 0.2rem;
}
.landmark .mask .carousel-modal .indicator {
  height: 0.28rem;
  padding-bottom: 0.54rem;
  margin-top: 0.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landmark .mask .carousel-modal .indicator div {
  width: 0.28rem;
  height: 0.28rem;
  opacity: 0.64;
  border-radius: 100%;
  margin: 0 0.13rem;
  position: relative;
}
.landmark .mask .carousel-modal .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%;
}
.landmark .mask .carousel-modal .indicator div.active {
  background: url("../images/culture/indicator.png");
  background-size: cover;
  position: relative;
}
.landmark .mask .carousel-modal .indicator div.active::after {
  background: none;
}
.build .describe {
  margin: 0.49rem 0.3rem 0;
  background: #fefaf3;
  text-align: center;
  padding-bottom: 0.86rem;
}
.build .describe .icon {
  margin-top: 0.86rem;
  width: 1rem;
  height: 0.89rem;
}
.build .describe .name {
  height: 0.4rem;
  color: #615a4e;
  font-size: 0.36rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: center;
  margin: 0.77rem 0 0.35rem;
}
.build .describe p {
  color: #5e4a23;
  font-size: 0.32rem;
  font-weight: 400;
  font-family: "PingFang SC";
  text-align: left;
  line-height: 0.5rem;
  margin: 0 0.37rem;
}
.build .brif {
  height: 0.35rem;
  color: #9a3312;
  font-size: 0.32rem;
  font-weight: 400;
  font-family: "FZ";
  padding: 0.3rem 0.21rem 0.05rem;
}
.build .brif span {
  color: #5e4a23;
}
.build .content.less {
  -webkit-line-clamp: 3;
  height: 1.5rem;
}
.build .model-loading {
  width: 1.94rem;
  height: 1.94rem;
  background-color: red;
  border-radius: 50%;
}
.build .model-btns {
  width: 1.84rem;
  height: 0.62rem;
  border-radius: 0.62rem;
  background-color: #FEF5E8;
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  z-index: 99;
  position: absolute;
  left: 50%;
  bottom: 1.62rem;
  transform: translate(-50%, 0);
}
.build .model-btns div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9A3312;
}
.build .model-btns .active {
  background-color: #9A3312;
  border-radius: 0.62rem;
  height: 100%;
  color: #FDF2E6;
}
.map {
  position: relative;
}
.map .map-btn {
  width: 3.2rem;
  height: 0.82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 1.6rem);
  bottom: 0.3rem;
  z-index: 9;
  background-image: url(../images/topic/map-btn.png);
  background-size: 100% 100%;
  color: #9a3312ff;
  font-size: 0.32rem;
  font-family: "FZ";
}
.map .map-btn img {
  width: 0.1rem;
  height: 0.2rem;
  margin-left: 0.15rem;
  margin-bottom: 0.03rem;
}
.map .header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 0.37rem;
  margin-bottom: 0.25rem;
}
.map .header-bar .tab {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.32rem 0.31rem;
  height: 0.23rem;
  width: 1.88rem;
  height: 0.4rem;
  color: #675d4a;
  font-size: 0.36rem;
  font-weight: 400;
  font-family: "FZ";
  text-align: right;
  margin: 0 0.8rem;
}
.map .header-bar .tab.active {
  color: #9a3312;
  position: relative;
}
.map .header-bar .tab.active::after {
  position: absolute;
  content: '';
  width: 100%;
  background-color: #732106;
  height: 0.02rem;
  left: 0;
  bottom: -0.05rem;
}
.map .header-bar .tab.active img:nth-child(1) {
  display: block;
}
.map .header-bar .tab:nth-child(1) {
  background-image: url(../images/topic/map-header-scence.png);
}
.map .header-bar .tab:nth-child(1).active {
  background-image: url(../images/topic/map-header-scence-active.png);
}
.map .header-bar .tab:nth-child(2) {
  background-image: url(../images/topic/map-header-food.png);
}
.map .header-bar .tab:nth-child(2).active {
  background-image: url(../images/topic/map-header-food-active.png);
}
.map .mode {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 8;
}
.map #mapContainer {
  height: 3.91rem;
  width: 100vw;
  z-index: 2;
}
.map #mapContainer .tmap-zoom-control,
.map #mapContainer .rotate-circle {
  display: none;
}
.map .content-destence,
.map .content-foods {
  display: none;
  height: 3.88rem;
  overflow: scroll;
  scrollbar-width: none;
  padding: 0.61rem 0.3rem;
  background: url(../images/topic/land-build-map-list-bg.png);
  background-size: 100% 100%;
}
.map .content-destence::-webkit-scrollbar,
.map .content-foods::-webkit-scrollbar {
  display: none;
  width: 0.07rem;
  height: 100%;
}
.map .content-destence::-webkit-scrollbar-thumb,
.map .content-foods::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background: #ac8f52;
}
.map .content-destence .list,
.map .content-foods .list {
  color: #4a3918;
  font-size: 0.32rem;
  font-family: "PingFang SC";
  line-height: 0.38rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 0.01rem #9D8965;
  margin-top: 0.28rem;
}
.map .content-destence .list > div,
.map .content-foods .list > div {
  margin-bottom: 0.15rem;
}
.map .content-destence .list::after,
.map .content-foods .list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.map .content-destence .list:nth-child(1),
.map .content-foods .list:nth-child(1) {
  margin-top: 0;
}
.map .content-destence {
  display: block;
}
.gif-loading {
  width: 1.94rem;
  height: 1.94rem;
  position: absolute;
  z-index: 9;
  left: calc(50% - 0.87rem);
  top: calc(50% - 0.87rem);
}
.gif-loading img {
  width: 100%;
  height: 100%;
}
