@font-face {
  font-family: Fz;
  src: url('/build/static/FZCuJinLJW.TTF');
}
html {
  font-size: calc(100vw / 1920);
}
* {
  padding: 0;
  margin: 0;
}
.web-footer .footer-main {
  background-color: #f4eacd !important;
}
.hide {
  display: none;
}
.rich-area {
  height: 558rem;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #ac8f52 #edcaa6;
}
.rich-area:active {
  scrollbar-width: thin;
  scrollbar-color: #ac8f52;
}
.rich-area:hover {
  scrollbar-width: thin;
  scrollbar-color: #ac8f52;
}
.rich-area::-webkit-scrollbar {
  width: 7rem;
  height: 100%;
}
.rich-area::-webkit-scrollbar-thumb {
  border-radius: 5rem;
  background: #ac8f52;
}
.landmark-details {
  background: url(/build/static/history/background_v.jpg) repeat-y center top;
  background-size: 100% auto;
  max-width: 100vw;
  overflow: hidden;
  padding-bottom: 56rem;
}
.landmark-details .banner {
  position: relative;
  padding-top: 70rem;
}
.landmark-details .banner-img {
  width: 100%;
  height: calc(100vh - 70rem);
  object-fit: cover;
}
.landmark-details .center {
  height: 190rem;
  background-color: rgba(154, 51, 18, 0.9);
  position: absolute;
  bottom: -120rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  margin-bottom: 20rem;
  padding: 10rem 66rem 10rem;
}
.landmark-details .center .wrap {
  height: 190rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}
.landmark-details .center .wrap span {
  font-family: FZ;
  font-size: 48rem;
  color: #fffaeb;
  margin-bottom: 15rem;
  line-height: 68rem;
}
.landmark-details .center .wrap .hook {
  height: 100rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.landmark-details .center .wrap .hook img {
  display: block;
  text-align: center;
  position: absolute;
}
.landmark-details .center .wrap .hook img:nth-child(1) {
  width: 21rem;
  height: 21rem;
  top: 0;
}
.landmark-details .center .wrap .hook img:nth-child(2) {
  width: 1rem;
  height: 50rem;
  top: 21rem;
}
.landmark-details .center .wrap .hook img:nth-child(3) {
  width: 048rem;
  position: absolute;
  bottom: 0;
  animation: hookTranslateX 1s ease-in-out 3s 3 forwards;
}
@keyframes hookTranslateX {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -6rem;
  }
  100% {
    bottom: 0;
  }
}
.landmark-details .summary {
  max-width: 1187rem;
  opacity: 1;
  color: #4f4f4f;
  font-size: 24rem;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 179rem;
  margin-bottom: 100rem;
}
.landmark-details > .title {
  text-align: center;
  height: 049rem;
  opacity: 1;
  color: #9a3312;
  font-size: 048rem;
  font-weight: 400;
  font-family: 'FZ';
  letter-spacing: 1rem;
  margin-bottom: 80rem;
}
.landmark-details .describe {
  width: 1270rem;
  position: relative;
  margin: 0 auto 166rem;
}
.landmark-details .describe .tab-box .tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 80rem;
}
.landmark-details .describe .tab-box .tab div {
  width: 268rem;
  height: 82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 032rem;
  font-weight: 400;
  font-family: 'FZ';
  text-align: left;
  margin: 0 10rem;
  cursor: pointer;
  background: url(/build/static/landmark/tab-btn-bg.png) center no-repeat;
  background-size: 100% 100%;
  color: #9D8B6B;
}
.landmark-details .describe .tab-box .tab div:hover {
  background: url(/build/static/landmark/tab-btn-hover.png) center no-repeat;
  background-size: 100% 100%;
  color: #9a3312;
}
.landmark-details .describe .tab-box .tab div:first-child {
  margin-left: 0;
}
.landmark-details .describe .tab-box .tab div.active {
  position: relative;
  background: url(/build/static/landmark/tab-btn-active.png) center no-repeat;
  background-size: 100% 100%;
  color: #996523;
}
.landmark-details .describe .content {
  min-height: 440rem;
  background: url(/build/static/landmark/landmark-detail-box-bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-top: 40rem;
  padding: 51rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.landmark-details .describe .content .text-box {
  opacity: 1;
  color: #1d1d1d;
  font-size: 016rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 1.6;
}
.landmark-details .describe .content .text-box div {
  display: none;
}
.landmark-details .describe .content .text-box div .data-area {
  display: flex !important;
}
.landmark-details .describe .content .text-box div .data-area img {
  width: 605rem;
  height: 338rem;
  margin-left: 51rem;
}
.landmark-details .describe .content .text-box div:nth-child(1) {
  display: block;
}
.landmark-details .describe .content .img-box {
  margin-top: -100rem;
}
.landmark-details .describe .content .img-box .rectImgs {
  width: 605rem;
  height: 360rem;
  display: none;
  object-fit: cover;
}
.landmark-details .building {
  max-width: 1200rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 166rem;
}
.landmark-details .building .icon-left,
.landmark-details .building .icon-right {
  position: absolute;
  width: 55rem;
  height: 55rem;
  top: 165rem;
  cursor: pointer;
}
.landmark-details .building .icon-left:hover,
.landmark-details .building .icon-right:hover {
  transform: scale(1.01);
}
.landmark-details .building .icon-left {
  left: -101rem;
}
.landmark-details .building .icon-right {
  right: -101rem;
}
.landmark-details .building .container {
  overflow: hidden;
  height: 386rem;
  width: 1200rem;
  position: relative;
}
.landmark-details .building .container .inner-box {
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s;
  width: 999vw;
}
.landmark-details .building .container .item {
  float: left;
  position: relative;
  width: 285rem;
  height: 386rem;
  overflow: hidden;
  margin-right: 20rem;
  cursor: pointer;
}
.landmark-details .building .container .item.double-item {
  width: 595rem;
}
.landmark-details .building .container .item:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.landmark-details .building .container .item:hover div p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.landmark-details .building .container .item img {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landmark-details .building .container .item > div {
  position: absolute;
  width: 100%;
  color: #ffffff;
  letter-spacing: 1rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  text-align: center;
  opacity: 1;
  background: linear-gradient(180deg, rgba(146, 146, 146, 0.1) 0%, #464646 86%);
}
.landmark-details .building .container .item > div .name {
  font-size: 26rem;
  font-weight: 400;
  font-family: 'FZ';
  text-align: center;
  margin-bottom: 8rem;
  display: block;
}
.landmark-details .building .container .item > div p {
  font-size: 16rem;
  font-family: 'PingFang SC';
  line-height: 1.6;
  margin-bottom: 12rem;
  display: none;
  padding-bottom: 0;
  height: 52rem;
  padding: 0 26rem 0;
  max-width: 285rem;
  margin: 0 auto 20rem;
  overflow: hidden;
}
.landmark-details .server {
  width: 1270rem;
  height: 758rem;
  position: relative;
  margin: 0 auto 166rem;
}
.landmark-details .server .tab-box .tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 84rem;
}
.landmark-details .server .tab-box .tab div {
  width: 268rem;
  height: 82rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  font-size: 032rem;
  font-weight: 400;
  font-family: 'FZ';
  text-align: left;
  margin: 0 10rem;
  cursor: pointer;
  background: url(/build/static/landmark/tab-btn-bg.png) center no-repeat;
  background-size: 100% 100%;
  color: #9D8B6B;
}
.landmark-details .server .tab-box .tab div:hover {
  background: url(/build/static/landmark/tab-btn-hover.png) center no-repeat;
  background-size: 100% 100%;
  color: #9a3312;
}
.landmark-details .server .tab-box .tab div:first-child {
  margin-left: 0;
}
.landmark-details .server .tab-box .tab div.active {
  position: relative;
  background: url(/build/static/landmark/tab-btn-active.png) center no-repeat;
  background-size: 100% 100%;
}
.landmark-details .server .content {
  margin-top: 49rem;
  background: url(/build/static/landmark/landmark-detail-box-bg2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.landmark-details .server .content .text-box {
  opacity: 1;
  color: #1d1d1d;
  font-size: 16rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 1.6;
  height: 626rem;
}
.landmark-details .server .content .text-box > div {
  height: 100%;
  display: none;
}
.landmark-details .server .content .text-box div:nth-child(1) {
  display: block;
}
.landmark-details .server .content .text-box div.info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.landmark-details .server .content .text-box div.info .img-box {
  width: 400rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: url(/build/static/landmark/ticket-bg.png);
  background-size: 100% 100%;
}
.landmark-details .server .content .text-box div.info .img-box .img-box-name {
  opacity: 1;
  color: #211d16;
  font-size: 24rem;
  font-weight: 400;
  font-family: 'FZ';
  text-align: center;
  letter-spacing: 1px;
  margin-top: 68rem;
}
.landmark-details .server .content .text-box div.info .img-box .to-web {
  opacity: 1;
  color: #4a3918;
  font-size: 16rem;
  font-weight: normal;
  font-family: 'PingFang SC';
  letter-spacing: 1px;
  text-decoration: none;
}
.landmark-details .server .content .text-box div.info .img-box .to-web span {
  position: relative;
  display: inline-block;
}
.landmark-details .server .content .text-box div.info .img-box .to-web span::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: -4rem;
  border-bottom: solid 1rem #4c3a1a;
}
.landmark-details .server .content .text-box div.info .img-box .to-web img {
  opacity: 1;
  height: 14rem;
}
.landmark-details .server .content .text-box div.info .img-box .office-img {
  width: 225rem;
  height: 75rem;
  margin-top: 4rem;
}
.landmark-details .server .content .text-box div.info .img-box .concat-item {
  margin-top: 20rem;
  width: 84rem;
  color: #4a3918;
  font-size: 16rem;
  font-family: 'PingFang SC';
  text-align: center;
}
.landmark-details .server .content .text-box div.info .img-box .concat-item img {
  width: 84rem;
  height: 84rem;
}
.landmark-details .server .content .text-box div.info .img-box .img-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  flex: 1;
}
.landmark-details .server .content .text-box div.info .img-box .start {
  justify-content: flex-start;
}
.landmark-details .server .content .text-box div.info .rich-area {
  padding-left: 61rem;
  margin-top: 35rem;
  padding-right: 104rem;
  width: 650rem;
}
.landmark-details .server .content .text-box div.notice {
  overflow: hidden;
}
.landmark-details .server .content .text-box div.notice .rich-area {
  height: 520rem;
  margin: 64rem;
  padding-right: 64rem;
  text-align: left;
  overflow-y: scroll;
  max-height: 100%;
}
.landmark-details .server .content .text-box div.notice .rich-area .title {
  font-size: 42rem;
}
.landmark-details .server .content .text-box div.traffic > .flex-box {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap {
  width: 340rem;
  height: 100%;
  background: url(/build/static/landmark/ticket-bg.png);
  background-size: 100% 100%;
  overflow: scroll;
  scrollbar-width: none;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap::-webkit-scrollbar {
  display: none;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap .btn:last-child {
  margin-bottom: 20rem;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap .btn {
  width: 200rem;
  height: 60rem;
  margin: 0 auto;
  text-align: center;
  line-height: 60rem;
  margin-top: 55rem;
  background-image: url(/build/static/landmark/btn-left.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #ffffffff;
  font-size: 24rem;
  font-weight: 400;
  font-family: 'FZ';
  user-select: none;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap .btn.active {
  background-image: url(/build/static/landmark/btn-left-active.png);
  color: #ffffffff;
}
.landmark-details .server .content .text-box div.traffic .trafficContent {
  flex: 1;
}
.landmark-details .server .content .text-box div.traffic .rich-area {
  margin-left: 61rem;
  margin-top: 35rem;
  padding-right: 104rem;
  height: 550rem;
  display: none;
  flex: 1;
}
.landmark-details .server .content .text-box div.traffic .rich-area:nth-child(1) {
  display: block;
}
.landmark-details .map {
  width: 100vw;
  height: 739rem;
  overflow: hidden;
  position: relative;
}
.landmark-details .map #mapContainer {
  height: 100%;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.landmark-details .map .map-btn {
  width: 280rem;
  height: 72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% - 140rem);
  top: 3rem;
  z-index: 9;
  background: url(/build/static/landmark/map-btn.png) center;
  background-size: 100% 100%;
  color: #9a3312ff;
  font-size: 20rem;
  font-family: "FZ";
  cursor: pointer;
}
.landmark-details .map .map-btn img {
  width: 9rem;
  height: 17rem;
  margin-left: 15rem;
  margin-bottom: 3rem;
}
.landmark-details .map .toast {
  width: 486rem;
  height: 499rem;
  position: absolute;
  left: 20vw;
  top: 120rem;
  background-image: url(/build/static/landmark/map-toast-bg.png);
  background-size: 100% 100%;
  z-index: 9;
}
.landmark-details .map .toast:hover {
  box-shadow: 2rem 2rem 20rem #ccc;
}
.landmark-details .map .header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-top: 48rem;
  margin-left: 45rem;
  margin-bottom: 10rem;
}
.landmark-details .map .header-bar .tab {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 26rem 23rem;
  height: 023rem;
  width: 50%;
  text-align: left;
  line-height: 26rem;
  opacity: 1;
  font-size: 24rem;
  font-weight: 400;
  font-family: 'FZ';
  color: #675d4a;
  cursor: pointer;
  padding-left: 34rem;
}
.landmark-details .map .header-bar .tab.active {
  color: #9a3312;
  position: relative;
}
.landmark-details .map .header-bar .tab.active::after {
  position: absolute;
  content: '';
  width: 132rem;
  opacity: 1;
  border-top: 2rem solid #732106;
  left: 0;
  bottom: -10rem;
}
.landmark-details .map .header-bar .tab.active img:nth-child(1) {
  display: block;
}
.landmark-details .map .header-bar .tab:nth-child(1) {
  background-image: url(/build/static/landmark/map-header-scence.png);
}
.landmark-details .map .header-bar .tab:nth-child(1).active {
  background-image: url(/build/static/landmark/map-header-scence-active.png);
}
.landmark-details .map .header-bar .tab:nth-child(2) {
  background-image: url(/build/static/landmark/map-header-food.png);
}
.landmark-details .map .header-bar .tab:nth-child(2).active {
  background-image: url(/build/static/landmark/map-header-food-active.png);
}
.landmark-details .map .content-destence,
.landmark-details .map .content-foods {
  display: none;
  width: 423rem;
  margin: 10rem auto 0;
  height: 415rem;
  overflow: scroll;
  scrollbar-width: none;
}
.landmark-details .map .content-destence::-webkit-scrollbar,
.landmark-details .map .content-foods::-webkit-scrollbar {
  display: none;
  width: 07rem;
  height: 100%;
}
.landmark-details .map .content-destence::-webkit-scrollbar-thumb,
.landmark-details .map .content-foods::-webkit-scrollbar-thumb {
  border-radius: 05rem;
  background: #ac8f52;
}
.landmark-details .map .content-destence .list:first-child,
.landmark-details .map .content-foods .list:first-child {
  margin-top: 20rem;
}
.landmark-details .map .content-destence .list:last-child::after,
.landmark-details .map .content-foods .list:last-child::after {
  width: 0;
}
.landmark-details .map .content-destence .list,
.landmark-details .map .content-foods .list {
  opacity: 1;
  font-family: 'PingFang SC';
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  height: 71rem;
  color: #4a3918;
  font-size: 20rem;
  font-weight: normal;
  position: relative;
  margin-top: 05rem;
}
.landmark-details .map .content-destence .list > div,
.landmark-details .map .content-foods .list > div {
  margin-bottom: 12rem;
}
.landmark-details .map .content-destence .list::after,
.landmark-details .map .content-foods .list::after {
  content: '';
  position: absolute;
  border-top: solid 1rem #a08966;
  bottom: 0;
  left: 0;
  width: 100%;
}
.landmark-details .map .content-destence {
  display: block;
}
.landmark-details .map .mode {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 8;
}
.full-map .map {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  transition: all 0.1s;
}
