div {
  font-size: 40px;
  font-weight: 500;
}

#firstContent {
  height: 450px;
  width: 100%;
}

#secondContent {
  height: 400px;
  width: 100%;
}

#thirdContent {
  border-top: 20px solid #eeeeee;
  height: 300px;
}

#fourthContent {
  border-top: 20px solid #eeeeee;
  height: 450px;
}

#fifthContent {
  border-top: 20px solid #eeeeee;
  height: 280px;
}

.swiper-container {
  width: 600px;
  height: 300px;
}

.layui-elem-quote {
  border-left: 0px solid #2d96e6;
  color: #2d96e6;
  font-weight: bold;
  margin: 20px;
}

.layui-elem-quote span {
  font-size: 50px;
}

.m-swiper-img {
  width: 100%;
  height: 100%;
}

.menu_name {
  height: 90px;
  /* line-height: 90px; */
}

.contentDiv {
  display: flex;
  width: 100%;
  text-align: center;
}

.contentDiv .fifthContentDivImg {
  width: 33.33%;
  height: 100%;
}

.fifthContentDivImg img {
  width: 280px;
  height: 150px;
}

.height70 {
  height: 70%;
}

.height50 {
  height: 50%;
}

.width50 {
  width: 50%;
}

.width70 {
  width: 70%;
}

.width30 {
  width: 30%;
}

.overlay {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 116px;
  width: 100%;
  background-color: rgb(255 253 253 / 30%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.overlay img {
  max-width: 100%;
  max-height: 100%;
}

.swiper-container {
  position: relative;
}

/* 角标样式 */
.badge {
  position: absolute; /* 绝对定位 */
  top: -10px; /* 向上微调 */
  right: 50px; /* 向右微调 */

  background: red; /* 背景色 */
  color: white; /* 文字颜色 */
  border-radius: 50%; /* 圆形效果 */
  padding: 8px 12px; /* 内边距 */
  font-family: Arial;
  font-weight: bold;
  font-size: 28px;

  /* 可选：阴影增强视觉效果 */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
