@font-face {
  font-family: Fz;
  src: url('/build/static/FZCuJinLJW.woff2');
}
html {
  font-size: calc(100vw / 1920);
}
* {
  padding: 0;
  margin: 0;
}
.web-footer .footer-main {
  background-color: #f4eacd !important;
}
.rich-area {
  height: 558rem;
  overflow: scroll;
  scrollbar-width: none;
}
.rich-area::-webkit-scrollbar {
  width: 5rem;
  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 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url(/build/static/build_banner.png) repeat-x center top;
  background-size: 100% 100%;
}
.landmark-details .center {
  height: 190rem;
  min-width: 380rem;
  background-color: rgba(154, 51, 18, 0.9);
  position: absolute;
  bottom: -95rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
}
.landmark-details .center .wrap {
  height: 190rem;
  min-width: 380rem;
  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: 0rem;
  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: 021rem;
  height: 021rem;
  top: 0;
}
.landmark-details .center .wrap .hook img:nth-child(2) {
  width: 001rem;
  height: 050rem;
  top: 021rem;
}
.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: 024rem;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 1.6;
  margin: 0 auto;
  margin-bottom: 87rem;
}
.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: 080rem;
}
.landmark-details .describe {
  width: 1550rem;
  background: url(/build/static/build_desc_bg.png) repeat-x center bottom;
  border-radius: 10rem;
  background-size: 100% auto;
  margin: auto;
  margin-top: 38rem;
  margin-bottom: 166rem;
  padding-top: 158rem;
  padding-bottom: 128rem;
}
.landmark-details .describe .title {
  margin-bottom: 100rem;
  font-size: 32rem;
  line-height: 35rem;
  color: #4f4f4f;
  text-align: center;
}
.landmark-details .describe .title .red {
  margin-top: 24rem;
  font-size: 24rem;
  color: #9a3312;
}
.landmark-details .describe .content {
  display: flex;
  width: 1150rem;
  margin: auto;
  text-align: center;
  justify-content: space-between;
}
.landmark-details .describe .content .item {
  color: #1d1d1d;
  font-size: 16rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  line-height: 30rem;
  min-width: 325rem;
  max-width: 450rem;
}
.landmark-details .describe .content .item:nth-child(2) {
  margin: 0 85rem;
}
.landmark-details .describe .content .item:last-child {
  margin-right: 0;
}
.landmark-details .describe .content .item img {
  width: 100rem;
  display: block;
  margin: auto;
}
.landmark-details .describe .content .item h3 {
  color: #5e4a23;
  font-size: 32rem;
  margin: 35rem 0 50rem 0;
}
.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: 1200rem;
  height: 758rem;
  position: relative;
  margin: 0 auto 272rem;
  margin-bottom: 166rem;
}
.landmark-details .server .content {
  width: 100vw;
  height: 100%;
  float: left;
  background: url(/build/static/landmark/landmark-detail-box-bg2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.landmark-details .server .content .tab-box {
  float: left;
  margin-left: 071rem;
}
.landmark-details .server .content .tab-box .tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 84rem;
}
.landmark-details .server .content .tab-box .tab div {
  height: 035rem;
  opacity: 1;
  color: #9b8a69;
  font-size: 032rem;
  font-weight: 400;
  font-family: 'FZ';
  text-align: left;
  cursor: pointer;
}
.landmark-details .server .content .tab-box .tab div:hover {
  opacity: 0.7;
}
.landmark-details .server .content .tab-box .tab div.active {
  color: #9a3312;
  position: relative;
}
.landmark-details .server .content .tab-box .tab div.active::after {
  content: '';
  position: absolute;
  border-top: 3rem solid #9a3312;
  width: 100%;
  left: 0;
  bottom: -11rem;
}
.landmark-details .server .content .text-box {
  width: 665rem;
  opacity: 1;
  color: #1d1d1d;
  font-size: 016rem;
  font-weight: 400;
  font-family: 'PingFang SC';
  text-align: left;
  line-height: 1.6;
  margin-top: 061rem;
}
.landmark-details .server .content .text-box > div {
  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;
  width: 1225rem;
}
.landmark-details .server .content .text-box div.info .img-box {
  width: 400rem;
  height: 509rem;
  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: 1rem;
  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: 1rem;
  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 .rich-area {
  margin-left: 61rem;
  margin-top: 35rem;
  padding-right: 104rem;
  width: 650rem;
}
.landmark-details .server .content .text-box div.notice .rich-area {
  width: 1100rem;
  margin-top: 35rem;
  padding-right: 104rem;
  text-align: left;
  overflow-y: scroll;
}
.landmark-details .server .content .text-box div.notice .rich-area .title {
  font-size: 024rem;
}
.landmark-details .server .content .text-box div.traffic > div {
  display: flex;
  flex-direction: row;
  width: 1240rem;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap {
  width: 340rem;
  height: 509rem;
  background: #d6b88b;
}
.landmark-details .server .content .text-box div.traffic .tab-wrap .btn {
  width: 161rem;
  height: 053rem;
  margin: 0 auto;
  text-align: center;
  line-height: 053rem;
  margin-top: 055rem;
  background-image: url(/build/static/landmark/local-bg-nomal.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  color: #5e4a23;
  font-size: 024rem;
  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/local-bg-active.png);
  color: #fffaeb;
}
.landmark-details .server .content .text-box div.traffic .rich-area {
  margin-left: 061rem;
  margin-top: 35rem;
  padding-right: 104rem;
  display: none;
  width: 530rem;
  height: 432rem;
}
.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 #mapContainer .tmap-zoom-control {
  display: none;
}
.landmark-details .map .mode {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 8;
}
.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: 048rem;
  margin-left: 045rem;
  margin-bottom: 010rem;
}
.landmark-details .map .header-bar .tab {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 026rem 023rem;
  height: 023rem;
  width: 50%;
  text-align: left;
  line-height: 026rem;
  opacity: 1;
  font-size: 024rem;
  font-weight: 400;
  font-family: 'FZ';
  color: #675d4a;
  cursor: pointer;
  padding-left: 034rem;
}
.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: 010rem 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: 007rem;
  height: 100%;
}
.landmark-details .map .content-destence::-webkit-scrollbar-thumb,
.landmark-details .map .content-foods::-webkit-scrollbar-thumb {
  border-radius: 005rem;
  background: #ac8f52;
}
.landmark-details .map .content-destence .list:first-child,
.landmark-details .map .content-foods .list:first-child {
  margin-top: 020rem;
}
.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: center;
  justify-content: space-between;
  height: 071rem;
  color: #4a3918;
  font-size: 020rem;
  font-weight: normal;
  position: relative;
  margin-top: 005rem;
}
.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;
}
.right-btns {
  width: 70rem;
  min-height: 140rem;
  position: absolute;
  z-index: 9;
  top: 135rem;
  right: 35rem;
}
.right-btns .picture {
  width: 70rem;
  height: 70rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: url(/build/static/build-detail/view-picture.png);
  background-size: 100%;
}
.right-btns .picture.active {
  background-image: url(/build/static/build-detail/view-picture-active.png);
  background-size: 100%;
}
.right-btns .model-gif {
  display: block;
  width: 100%;
  background-image: url(/build/static/build-detail/view-3D.png);
  background-size: 100%;
  width: 70rem;
  height: 70rem;
  margin-top: 30rem;
  cursor: pointer;
}
.right-btns .model-gif.active {
  background-size: 100%;
  background-image: url(/build/static/build-detail/view-3D-active.png);
}
.view-3D-btn {
  width: 223rem;
  height: 62rem;
  display: block;
  z-index: 9;
  position: absolute;
  right: 35rem;
  bottom: 110rem;
  cursor: pointer;
  background: url("../../build/static/build-detail/view-3D-btn.png");
  background-size: 100% ;
}
.view-3D-btn:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}
.loading {
  display: none;
  width: 194rem;
  height: 194rem;
  z-index: 9;
  position: absolute;
  left: calc(50% - 92rem);
  top: calc(50% - 92rem);
  cursor: pointer;
}
.loading img {
  width: 100%;
  height: 100%;
}
