
/* 父容器：控制图片与文字容器的排列 */
.kitchen-item {
  display: flex;          /* 开启 Flex 布局，子元素并排 */
  align-items: center;    /* 垂直方向居中对齐（让文字与图片中心对齐） */
  gap: 1px;              /* 图片与文字容器的间距（可按需调整） */
  margin-bottom: 1px;    /* 模块之间的间距（可选） */
}

/* 父容器：控制图片与文字容器的排列 */
.kitchen-item {
  display: flex;          /* 开启 Flex 布局 */
  align-items: center;    /* 垂直方向居中对齐 */
  margin-bottom: 1px;    /* 模块之间的间距 */
  background-color: rgb(224 229 239);
}

/* 图片容器：固定占50%宽度 */
.item-image {
  flex-basis: 50%;        /* 占父容器宽度的50% */
  height: 246px;
 
}

/* 图片样式：确保图片适应容器 */
.item-image img {
  width: 100%;            /* 图片宽度占满容器 */ 
  height: 246px;
  display: block;         /* 消除图片底部间隙 */
}

/* 文字容器：固定占50%宽度 */
.、 {
  flex-basis: 50%;        /* 占父容器宽度的50% */
  padding-left: 1px;     /* 与图片之间的间距（可选） */
  text-align: center;     /* 文字水平居中 */
  font-size: 24px;
}

/* 文字容器：固定占50%宽度 */
.item-desc-leng {       /* 占父容器宽度的50% */
  padding-left: 1px;     /* 与图片之间的间距（可选） */
  text-align: center;     /* 文字水平居中 */
  font-size: 24px;
  gap: 32px;
}


/* 文字段落样式 */
.item-desc p {
  margin: 0;              /* 清除默认边距 */
  line-height: 1.6;       /* 优化行高 */
}
/* 背景容器 */
.bg-container {
       position: relative;
    width: 100%;
    /* height: 791px; */
  

}

/* 背景图片 */
.bg-image {
     /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    /* height: 957px;
}

.bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 保持图片比例并覆盖容器 */
}

/* 遮盖方块通用样式 */
.overlay-box {
  position: absolute; 
  height: 50%;
  width: 33.3%;
  background-color: rgba(255, 255, 255, 0.9); /* 半透明白色背景 */
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* 遮盖方块通用样式 */
.overlay-box-ps {
  position: absolute; 
  height: 260px;
  width: 372px;
  background-color: rgba(254, 250, 244, 1); /* 半透明白色背景 */
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 

/* 方块文字样式 */
.box-text {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* 左上角方块位置 */
.top-left {
  top: 0px;
  left: 0px;
}

/* 右上角方块位置 */
.top-right {
  top: 0px;
  right: 0px;
}

/* 下中方块位置 */
.bottom-center {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center; /* 文字居中 */
}



/*配送下中方块位置 */
.bottom-center-ps-left1 {
  bottom: 0px;
  left: 12%;
  transform: translateX(-50%);
  text-align: center; /* 文字居中 */
}


/* 配送下中方块位置 */
.bottom-center-ps-left2 {
  bottom: 0px;
  left: 37%;
  transform: translateX(-50%);
  text-align: center; /* 文字居中 */
}

/* 配送下中方块位置 */
.bottom-center-ps-left3 {
  bottom: 0px;
  left: 62%;
  transform: translateX(-50%);
  text-align: center; /* 文字居中 */
}
@media (max-width: 1024px) {
  .overlay-box {
    position: static;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 16px;
    flex-direction: column !important;
    align-items: center !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
	.bottom-center{
		transform:none;	
}
  .overlay-box img {
    margin: 10px auto 8px auto;
    display: block;
		width:50px  !important;
	height:50px  !important;
  }
  .item-desc-leng {
    font-size: 16px;
    padding: 8px 0;
  }
}

/* 配送下中方块位置 */
.bottom-center-ps-left4 {
  bottom: 0px;
  left: 87%;
  transform: translateX(-50%);
  text-align: center; /* 文字居中 */
}
.c-item{
	display:none;
}
 
 @media (max-width: 767px) {
  .ulbox, .ulbox * {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
.kitchen-item{
	margin:20px 0 0 0;
	text-align:center;
	
}
.model{
	display:none !important;;
}
		.c-item {

			display: flex;
			flex-direction: column;
			position: static;
      display:block;
			bottom: auto;
			grid-template-columns: none;
			gap: 12px;
			margin:0 auto;
        margin-bottom:10px;

		}
		.item-desc{
			text-align:center;
			
		}
	.c-item div{
        margin-right: 0 !important;
        display: flex;
        flex-direction: column;
        position: static;
        bottom: auto;
        grid-template-columns: none;
        gap: 12px;
        margin-bottom: 10px;
		}
    .bottom div{
      display:bock !important;
    }
	.bg-container{
		position: relative;
    width: 100%;
    height: auto !important;
    overflow:visible
    }
       .bg-image {
        position: relative;
        width: 100%;
      
        min-height: 120px;
        
        max-height: 220px;
        overflow: hidden;
    }
  .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .kitchen-list {

    /* 可选：加padding或margin适配手机视觉 */
  }
	.item-desc{
		 font-size: 14px !important;
    line-height: 1.4 !important;
	}
  .kitchen-item {

    flex-direction: column !important;
    align-items: stretch;
  }
  .item-image, .item-desc {
    flex-basis: auto;
    width: 100%;
    height: auto;
    padding: 10px;
box-sizing: border-box;
    text-align: center;
  }
  .item-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
 
.paragraph_5 {
  width: 301px;
  height: 78px;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 28px;
  font-family: Helvetica, "Microsoft YaHei", Arial, sans-serif;
  font-weight: NaN;
  text-align: justify;
  line-height: 39px;
  margin-top: 41px;
}


