html,
body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

[v-cloak] {
  display: none !important;
}

a,
a:hover,
a:active,
a:visited {
  color: black;
  text-decoration: none;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* background-image: url("../images/bg.png"); */
  background-size: 100% 100%;
}

#app {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

#app .jz {
  width: 160px;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 0;
  animation: moveleft 3s forwards;
  z-index: 1003;
}

#app .jz2 {
  width: 160px;
  height: 100%;
  z-index: 2;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  animation: moveright 3s forwards;
}
#app .food_title {
  position: absolute;
  left: 120px;
  width: 200px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  animation: unfade 1s forwards;
  animation-delay: 5s;
}

@keyframes moveleft {
  0% {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    opacity: 1;
  }

  100% {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
  }
}

@keyframes moveright {
  0% {
    position: absolute;
    right: 50%;
    top: 0;
    opacity: 1;
  }

  100% {
    position: absolute;
    right: -160px;
    top: 0;
    opacity: 1;
  }
}

@keyframes unfade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.food_container {
  width: 100%;
  height: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.swiper_wxf {
  background: #91d2f0;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */

}

.swiper-slide {
  background-size: contain;
}

.slidepage1 {
  background: url("../images/bg.png");
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  align-items: center;
}

.slidepage_leftover {
  background: url("../images/bg.png");
  background-size: 100% 100%;
  background-position: center center;
  display: flex;
  align-items: center;
}

.banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1003;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}


@keyframes showAndHide {
  0% {
    display: none;
  }

  10% {
    display: block;
  }

  100% {
    display: none;
  }
}

.jz {
  width: 80px;
  height: 100%;
}

.goodfood {
  height: 50%;
  margin-left: 50px;
}

.slidepage1_img {
  animation-delay: 1.5s;
  position: relative;
  top: 100px;
}

.guidetitle {
  animation-delay: 2s;
}

.mouseimg {
  width: 180px;
  margin-top: 40px;
  animation-delay: 2.5s;
}

.guide-bottom {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  z-index: 10;
  bottom: 0;
}

.guide-bottom img {
  width: 130px;
  margin: 0 40px;
}

@keyframes flashmove {
  from {
    opacity: 1;
  }

  to {
    opacity: 0.6;
  }
}


.swiper_wxf a,
.swiper_wxf a:hover,
.swiper_wxf a:active {
  color: black;
  text-decoration: none;
}

@font-face {
  font-family: 'FZXBSJW';
  src: url('../font/方正大标宋简体.ttf');
}


.mainnews_title {
  padding: 20px 0;
  width: 100%;
  color: #d21212;
  font-size: 80px;
  font-family: 'FZXBSJW';
  margin-bottom: 50px;
  text-align: center;
}

.mainnews_name {
  font-size: 50px;
  text-align: right;
}

.mainnews_font {
  font-family: 'FZXBSJW';
}

.mainnews_content {
  color: #383532;
  line-height: 30px;

  font-size: 16px;
}

.mainnews_content a,
.mainnews_content a:hover,
.mainnews_content a:visited,
.mainnews_content a:active {
  color: #383532;
  text-decoration: none;
}

.other_newsitem a,
.other_newsitem a:hover,
.other_newsitem a:visited,
.other_newsitem a:active {
  color: #383532;
  text-decoration: none;
}


.backToHome {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  border-radius: 10px;
  border: 0;
  width: 120px;
  height: 50px;
  z-index: 1004;
}

.good_content,
.heart_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 120px;
  box-sizing: border-box;
}

.heart_content a,
.heart_content a:hover,
a.heart_content a:visited,
.heart_content a:active {
  color: black;
  text-decoration: none;
}

/* .content-img {
  position: relative !important;
} */

.content-jz {
  height: 100%;
  margin-right: 40px;
  position: absolute;
  left: 0;
}

.main_content {
  width: calc(100% - 160px);
  height: 100%;
  /* padding: 0 100px; */
  color: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* overflow: hidden; */
}

.other_news {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.other_newsitem {
  border: 1px solid #c1a884;
  padding: 10px 20px;
  background-color: #f3f4ed;
  font-family: 'FZXBSJW';
  border-radius: 5px;
  color: #555555;
}

.newslist {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 50px;
}

.mobile {
  width: 350px;
  height: 680px;
  background: url("../images/mobilebg.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.mobile img {
  width: 85%;
}

.newslist_content {
  width: 40vw;
  /* height: 650px; */
  background-color: rgb(255, 252, 252);
  position: relative;
  left: -50px;
  z-index: 1;
  border-radius: 10px;
  color: #333333;
}

.newslist_item {
  transition: background-color 2s;
  padding: 30px 10px 30px 50px;
  font-family: 'FZXBSJW';
  font-size: 16px;
  border-bottom: 1px dashed #c69555;
}

#myList li {
  list-style-type: none;
}

.highlighted {
  background-color: #c69555;
  color: white;
}
.hero_content {
  width: 1200px;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1699px) {
  body {
    --slides-per-page: 3;
  }

  #hero-slides #slides .slide {
    font-size: 1vw;
  }
}

@media (min-width: 1700px) {
  body {
    --slide-per-age: 4;
  }

  #hero-slides #slides .slide {
    font-size: 0.75vw;
  }
}

#nextbutton,
#prebutton {
  width: 5vw;
  height: var(--button-height);
  background: #c1a884;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
}

#nextbutton {
  position: absolute;
  bottom: 10%;
  left: 50%;
}

#prebutton {
  position: absolute;
  bottom: 10%;
  left: 40%;
}


.aicontent {
  width: 100%;
  height: 100%;
  overflow-x: auto;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}

.ai_item {
  width: 300px;
  height: 600px;
  background-size: 100% 100%;
  display: inline-block;
  margin: 0 30px;
}

.ai_scroll {
  width: 3000px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

::-webkit-scrollbar {
  /* 隐藏Webkit浏览器的滚动条 */
  display: none;
}

.city_container{
  opacity: 0;
  width: calc(100% - 160px);
  height:calc(100% - 80px);
  background-image: url("../images/bg.png");
  background-size: 100% 100%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 160px;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
}
.mainpage {
  animation: show-ani 5s forwards;
  animation-delay: 3s;
}
.mainpagetitle{
  width: 91px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1004;
  opacity: 0;
  animation: fadein 2s forwards;
  animation-delay: 3s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show-ani {
  from {
    opacity: 1;
    position: absolute;
    left: -100%;
  }

  to {
    opacity: 1;
    position: absolute;
    left: 0;
  }
}


.leftLoop {
  width: 100%;
  position: relative;
}

.leftLoop .hd {}

.leftLoop .hd .prev,
.leftLoop .hd .next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  overflow: hidden;
  cursor: pointer;
  background: url("../images/left.png") no-repeat;
  background-size: 100% 100%;
  z-index: 99
}

.leftLoop .hd .prev {
  left: -50px;
}

.leftLoop .hd .next {
  right: -50px;
  background: url("../images/right.png") no-repeat;
  background-size: 100% 100%;
}

.leftLoop .bd {
  /* padding: 0 0 0 21px; */
}

.leftLoop .bd.xsj_content {
  width: 1220px;
  max-width: calc(100vw - 60px);
  margin: 0 auto;
}

.leftLoop .bd ul {
  overflow: hidden;
  zoom: 1;
}

.leftLoop .bd ul li {
  margin: 0 10px;
  float: left;
  width: 285px;
  height: 546px;
  position: relative;

}

.xsj_content .bd ul li {
  margin: 0 10px !important;
  position: relative;
   overflow: visible;    
}

.xsj_title {
  width: 100%;
  height: 34px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.xsj_title a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.xsj_title_img {
  display: block;
  height: 30px;
  width: auto;
  max-width: 260px;
}

.leftLoop .bd ul li > img {
  display: block;
  width: 285px;
  height: 504px;
}

/* Border overlay that tightly follows each xsj_content image area */
.leftLoop .bd.xsj_content ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 504px;
  background: url("../images/border.png") no-repeat center;
  background-size: 100% 100%;
  pointer-events: none;
  z-index: 2;
}

.custom-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
}

.custom-page::before,
.custom-page::after {
  content: "";
  width: 130px;
  height: 10px;
  background-size: 100% 100%;
  flex: 0 0 auto;
}

.custom-page::before {
  background-image: url("../images/line_left.png");
}

.custom-page::after {
  background-image: url("../images/line_right.png");
}

.custom-page ul {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.custom-page ul li {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
transition: all 0.3s ease;
  text-indent: -9999px;   /* 隐藏数字 */
  overflow: hidden;

  background: url("../images/06.png") no-repeat center;
  background-size: contain;
}

.custom-page ul li.on {
  background: url("../images/05.png") no-repeat center;
  background-size: contain;
}

@media (min-width: 1700px) {
  .leftLoop .bd.xsj_content {
    width: 1525px;
  }
}

    .wx_list {
      position: absolute;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      z-index: 1004;
    }

    .wx_list_link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
    }

    .wx_list_seq {
      opacity: 0;
      animation-duration: 0.45s;
      animation-fill-mode: both;
    }

    .wx_list_item {
      height: 160px;
      object-fit: contain;
      display: block;
    }
