body {
  background-color: #fff0ea;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

/* #region slogan */
.slogan {
  margin-top: 200px;
}

.slogan-title {
  font-size: 118px;
  letter-spacing: -5px;
  font-weight: bold;
  color: #fd5300;
}

.slogan-sub-title {
  font-size: 51px;
  font-weight: bold;
  color: #773325;
}

.slogan-title,
.slogan-sub-title {
  margin-left: 75px;
}

/* #endregion slogan */

/* #region轮播图 */
.slider-container {
  position: relative;
  width: 90%;
  max-width: 1400px;
  overflow: hidden;
  border-radius: 10px;
}

.slider-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.slider-wrapper::-webkit-scrollbar {
  display: none;
}


.slider-btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}

.slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff4f1;
  border-radius: 15px;
  padding: 30px 0;
  margin-bottom: 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  cursor: pointer;
  position: relative;
}

.slider-content .slider-img {
  width: 375px;
  height: 375px;
  object-fit: cover;
  flex-shrink: 0;
}

.slider-content .img-tag {
  position: absolute;
  right: 0;
  bottom: 60px;
}

.slider-content .foot-tag {
  position: absolute;

  bottom: -20px;
  display: flex;
  gap: 10px;

}

.foot-tag-item {
  padding: 5px 10px;
  display: flex;
  color: #fff4f1;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px;
  line-height: 1;
  background-color: #fd5300;
  align-items: center;
}


.slider-content:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.slider-content h2,
.slider-content h3 {
  background-color: #fff;
  background-image: linear-gradient(90deg, #F6B048, #EB6100);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;

  font-size: 37px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -2px;
  line-height: 0.8;
}

.slider-content h3 {
  line-height: 1
}

.slider-content-name {
  color: #eb6100;
  font-size: 39px;
  font-weight: bold;
  letter-spacing: -2px;
}

.slider-content-tag {
  color: #eb6100;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

/* #endregion轮播图 */


.broth {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 75px;
  min-height: 66vw;
  background-image: url("../images/menu/broth-bg.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}

.broth-slogan-title {
  font-size: 93px;
  font-weight: bold;
  color: #fd5300;
}

.broth-slogan-sub-title {
  font-size: 39px;
  font-weight: bold;
  color: #773325;
}

.broth-row {
  display: flex;
  margin-top: 50px;
  justify-content: flex-start;
  margin-left: 105px;
  align-items: center;
}

.broth-row img {
  width: 400px;
}

.broth-title {
  font-size: 48px;
  font-weight: bold;
  color: #773325;
}

.broth-sub-title {
  font-size: 48px;
  font-weight: bold;
  color: #fd5300;
}

.broth-list-item-title {
  margin-top: 30px;
  font-size: 29px;
  letter-spacing: -1px;
  position: relative;
  padding-left: 16px;
  color: #eb6100;
}

.broth-list-item-title::before {
  content: "";
  width: 9px;
  height: 9px;
  background: #eb6100;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 18px;
}

.broth-list-item-content {
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: -1px;

  position: relative;
  padding-left: 16px;
  /* 给圆点留出空间 */
  color: #eb6100;
  width: 900px;
  line-height: 0.9;
  /* font-weight: bold; */
}

.ingredients {
  margin-left: 75px;
  margin-top: 115px;
}

.ingredients-title {
  font-size: 93px;
  color: #eb6100;
  font-weight: bold;
}

.ingredients-sub-title {
  color: #763325;
  font-size: 39px;
  font-weight: bold;
}

.ingredients-name {
  margin-top: 85px;
  color: #eb6100;
  font-weight: bold;
  width: 500px;
  background-color: #fff;
  text-align: center;
  font-size: 34px;
  border-radius: 50px;
  z-index: 100;
}

.ingredients-img {
  border-radius: 20px;
  margin-top: -30px;
  z-index: 99;
}

.ingredients-content-title {
  width: 100%;
  font-size: 30px;
  color: #773325;
  font-weight: bold;
  line-height: 0.9;
  letter-spacing: -1px;
  margin: 15px 0;
}

.ingredients-content-title.ingredients-content-line-height {
  line-height: 70px;
  /* width: 100%;
font-size: 30px;
color: #773325;
height: 70px; */
}

.ingredients-content-sub-title {
  width: 100%;
  font-size: 20px;

  /* color: #773325; */
  color: #000;
  line-height: 1.2;
}

.beyond {
  background-image: url("../images/menu/beyond-bg.png");
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 1125px;
  width: 100%;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.beyond-title {
  margin-top: 225px;
  margin-left: 75px;
  font-size: 110px;
  font-weight: bold;
  color: #eb6100;
}

.beyond-sub-title {
  margin-left: 75px;
  font-weight: bold;
  color: #eb6100;
  font-size: 50px;
}

.beyond-tag {
  font-size: 29px;
  color: #eb6100;
  font-weight: bold;
  text-align: center;
}

.beyond-tag-num {
  font-size: 170px;
  color: #eb6100;
  font-weight: bold;
  text-align: center;
  /* margin-top: 10px; */
}

.digestive {
  padding-top: 95px;
  padding-left: 75px;
  padding-right: 75px;
  background-image: url("../images/background.png");
  background-attachment: scroll;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.digestive-title {
  font-size: 50px;
  color: #eb6100;
  font-weight: bold;
}

.digestive-sub-title {
  font-size: 35px;
  color: #773325;
  font-weight: bold;
}

.digestive-item-container {
  margin-top: 85px;
  display: flex;
  /* width: 100%; */
  /* background-color: #eb6100; */
  background-color: #fff;
  border-radius: 30px;
}

.digestive-item-img {
  margin-top: -95px;
  width: 300px;
  height: 300px;
}

.digestive-item {
  /* background-color: #fff; */
  width: calc((100%) / 3);
  height: 395px;
  /* font-size: 16px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.digestive-item-img {
  transition: transform 0.4s ease;
}

.digestive-item:hover .digestive-item-img {
  transform: scale(1.1);
}

.digestive-item-title {
  font-size: 27px;
  margin-left: 150px;
  width: 100%;
  color: #eb6100;
}

.digestive-item-content {
  margin-top: 10px;
  font-size: 20px;
  margin-left: 150px;
  width: 100%;
  color: #666666;
}

.our-story {
  margin-top: 650px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 40%,
      rgba(255, 255, 255, 1) 100%);
  height: 900px;

  display: flex;

  color: black;
  justify-content: space-between;
  gap: 100px;
}

.our-story-title {
  color: #eb6100;
}