body {
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  /* 加载背景图 */
  background-image: url("/images/bg2.png");
  /* 背景图垂直、水平均居中 */
  background-position: center center;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  /* 让背景图基于容器大小伸缩 */
  background-size: cover;
  /* 设置背景颜色，背景图加载过程中会显示背景色 */
  /* background-color: #464646; */
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #65433d;
}

.bg {
  display: block;
  margin: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  /* 加载背景图 */
  background-image: url("/images/1.png");
  /* 背景图垂直、水平均居中 */
  background-position: center center;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  /* 让背景图基于容器大小伸缩 */
  background-size: 100vw auto;
}

#menu-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(/images/bg.png);
}

#menu-txt {
  display: block;
  height: auto;
  width: 240px;
  position: fixed;
  top: 8%;
  left: calc(50% - 120px);
}

.menu {
  overflow: hidden;
  width: 100vw;
  /* height: 100vh; */
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.menu > a {
  display: flex;
  height: 10vh;
  margin: 3vh 0;
  justify-content: center;
}

.menu-item {
  height: 10vh;
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
  /* margin: 5vh; */
  background-image: url("/images/2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #65433d;
}

/* 竖屏 */
@media (orientation: portrait) {
  .menu-item {
    width: 100vw;
    height: 5vh;
  }

  #menu-txt {
    width: 120px;
    left: calc(50% - 60px);
  }

  .menu > a {
    display: block;
    height: 3vh;
    margin: 3vh 0;
  }

  .line {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .shuyu-content {
    gap: 20px;
    overflow-y: scroll;
  }

  .header>span {
    font-weight: bold;
    color: #65433d;
    letter-spacing: 4px;
    font-size: 20px !important;
    display: block;
    padding: 0 5% !important;
  }

  .txt-wrapper {
    padding: 0 !important;
  }

  .swiper-wrapper-outter {
    background-color: #ffffff;
    box-shadow: none;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
  }

  .swiper-slide a {
    display: flex;
    width: 100vw !important;
    height: 160vw !important;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }
  .swiper-slide img {
    display: flex;
    width: 100vw !important;
    height: auto !important;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
  }

  .mySwiper {
    display: none !important;
  }

  .swiper-wrapper-outter {
    background-color: #ffffff;
    box-shadow: none !important;
    padding-left: 16px;
  }

  .swiper-wrapper-outter-mobile {
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
  }

  .modal-content {
    padding: 16px !important;
    width: 80vw !important;
    height: 80vh !important;
  }

  .inner-h1 {
    margin-bottom: 16px !important;
  }

  .inner-div {
    display: flex !important;
    height: 100%;
    overflow: auto !important;
    flex-direction: column-reverse;
  }

  .inner-left {
    height: auto !important;
    width: auto !important;
    padding-right: 0px !important;
    line-height: 1.75;
    overflow: unset !important;
  }
  .inner-right {
    height: auto !important;
    width: auto !important;
    display: block !important;
    flex-direction: column;
    justify-content: center;
  }

}

@media screen and (min-width: 880px) {
  .menu-item>span {
    font-size: 30px;
    font-weight: bold;
  }

  .header>span {
    font-size: 30px;
    font-weight: bold;
    color: #65433d;
    letter-spacing: 4px;
  }

  .shuyu-item {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 8px;
  }
}

.menu-item>img {
  height: 100%;
}

.header {
  /* height: 15vh; */
  padding-top: 60px;
  margin-bottom: 30px;
  display: flex;
  align-items: end;
  /* position: fixed; */
  width: 100vw;
}

.header>img {
  height: 75%;
  margin: 0 2vw;
}

.header>span {
  font-weight: bold;
  color: #65433d;
  letter-spacing: 4px;
  font-size: 40px;
  display: block;
  padding-left: 17.5%;
}

.shuyu-content {
  margin-top: 0px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 5vw 5vw 7.5vw 5vw;
  overflow-y: auto;
}

.line {
  /* flex: 1; */
  height: 20vh;
  display: flex;
  /* justify-content: center; */
  /* flex-direction: column; */
}

.shuyu-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/images/4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 10vh;
  cursor: pointer;
  letter-spacing: 4px;
  font-weight: bold;
}

.shuyu-item>a {
  color: white;
  width: 13em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  margin: 20px 0;
}

.shuyu-item:hover {
  background-image: url("/images/3.png");
}

.modal {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: rgb(198, 198, 198, 0.5);
  display: none;
}

.modal-content-wrapper {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content{
  background-color: #ffffff;
  width: 50vw;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  /* align-items: center;
  font-size: 20px;
  font-weight: bold; */
}

.tea-header {
  text-align: center;
}

.tea-txt {
  padding: 0 2em;
  /* font-family: "宋体";
  font-weight: 900; */
  text-indent: 2em;
  line-height: 2;
  font-size: 1.25em;
}

.txt-wrapper {
  padding: 50px 160px;
  overflow: auto !important; 
  
  /* flex: 1; */
}

.inner-h1 {
   text-align: center;
   font-size: 20px;
   margin-top: 0;
   margin-bottom: 60px;
}

.inner-div {
  display: flex;
  height: 100%;
  overflow: hidden;
}

.inner-p {
  text-indent: 2em;
}

.inner-left {
  height: 100%;
  width: 60%;
  padding-right: 50px;
  line-height: 1.75;
  overflow: auto;
}
.inner-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.inner-right > img {
  width: 100%;
}

.text-p {
  line-height: 1.75;
  text-indent: 2em;
}

.inner-h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

.swiper-wrapper-outter {
  background-color: #ffffff;
  box-shadow: 2px 2px 12px 4px rgba(0,0,0,0.5);
  padding-left: 16px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: auto;
  margin-top: 40px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide a {
  display: flex;
  width: 200px;
  height: 200px;
  object-fit: cover;
  justify-content: center;
  margin: 16px 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.swiper-wrapper-outter-mobile {
  display: none;
}

.swiper-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  user-select: none;
}

.swiper-box span {
  height: 10%;
  text-align: center;
}

.swiper-box img {
  max-height: 75%;
  width: 100%;
  object-fit: contain;
}

.swiper-box p {
  height: 15%;
  text-align: center;
}

.arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 999;
}

.arrow-right {
  /* background-color: red; */
  background-image: url("/images/right.png");
  cursor: pointer;
  right: 2px;
}

.arrow-left {
  /* background-color: green; */
  background-image: url("/images/left.png");
  cursor: pointer;
  left: 0;
}

.arrow-right:hover {
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.25);
}

.arrow-left:hover {
  box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.25);
}
