/* ==========================================================================
   1. 原头部 <style> 中的全局与组件样式
   ========================================================================== */

/* 全局字体设置为宋体 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
div,
nav,
.c-menu,
.c-page_title,
.webfont1 {
  /*font-family:
    "SimSun", "宋体", "Songti SC", "Noto Serif CJK SC",
    "Source Han Serif SC", serif !important;*/
}

/* 监控指示灯闪烁动画 */
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}

/* ===== Swiper 版心内满宽样式修正 ===== */
#bk80598725 .column,
#bk80598725 .c-none {
  width: 100% !important;
  display: block !important;
}

.swiper-container-custom {
  width: 100% !important;
  /*height: 768px;*/
  overflow: hidden;
  position: relative;
}

.swiper-container-custom .swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* ===== 二级菜单基础样式支持 ===== */
.c-menu li {
  position: relative;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  z-index: 999;
  min-width: 120px;
  text-align: center;
  border-radius: 4px;
}
.dropdown-menu li {
  width: 100%;
}
.dropdown-menu li a {
  display: block;
  padding: 8px 16px !important;
  color: #333333 !important;
  font-size: 14px;
  text-decoration: none;
  transition:
    background-color 0.2s,
    color 0.2s;
}
.dropdown-menu li a:hover {
  background-color: #ebf2e6;
  color: #4a6b32 !important;
}
.c-menu li:hover .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .swiper-container-custom {
    height: auto;
    aspect-ratio: 1200 / 768;
  }
  .dropdown-menu {
    position: static;
    transform: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.03);
    padding: 5px 0;
    margin-top: 5px;
  }
}

/* =========================================
   新主体布局样式（图片100%通栏，文字带缩进空隙）
   ========================================= */
.main-content-area {
  width: 100%;
  background-color: #ffffff;
  /* padding-top: 60px; */
  box-sizing: border-box;
}

/* 核心有空隙的文字版心容器（对应原本网站的 site_frame 缩进） */
.text-content-frame {
  box-sizing: border-box;
}

/* 头部非笼养文字排版 */
.cage-free-header {
  position: relative;
  margin-bottom: 40px;
  text-align: left;
}
.big-badge {
  font-size: 32px;
  font-weight: 900;
  color: #4a6b32;
  line-height: 1.2;
  margin-bottom: 5px;
}
.egg-icon {
  display: inline-block;
  width: 30px;
  height: 38px;
  background-color: #f4c430;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  margin-left: 10px;
  vertical-align: middle;
}
.header-title-text {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 10px;
}

/* 左右双栏文字混排 */
.intro-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
.intro-left {
  flex: 1;
  font-size: 14px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.intro-right-vertical {
  font-size: 15px;
  color: #555555;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  line-height: 1.8;
  padding-top: 5px;
}

/* 小鸡插画区域 */
.chicken-illustration-box {
  text-align: right;
  margin-bottom: 30px;
  padding-right: 10px;
}
.mock-chicken {
  display: inline-block;
  width: 70px;
  height: 60px;
  background-color: #fcf8e3;
  border: 1px dashed #d6af57;
  border-radius: 50% 50% 20% 20%;
  text-align: center;
  line-height: 60px;
  font-size: 12px;
  color: #b78d32;
}

/* 统一满宽占位图基础样式（左右无缝贴边） */
.full-width-placeholder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 16px;
  box-sizing: border-box;
  margin-bottom: 40px;
  border-top: 1px dashed #cccccc;
  border-bottom: 1px dashed #cccccc;
}

/* 🔴 红色框 1 满宽填满 */
.box-eco-full {
  background-color: #d9be9b;
  height: 480px;
}

/* 🔴 红色框 2 满宽填满 */
.box-base-full {
  background-color: #f5f4f0;
  height: 650px;
}

/* 荣誉上方的艺术字分隔线（局中对齐） */
.honor-sep-title {
  text-align: center;
  font-size: 18px;
  color: #666666;
  margin: 50px 0 35px 0;
  letter-spacing: 4px;
}

/* 🔴 红色框 3 满宽填满 */
.box-honor-full {
  background-color: #f7edd3;
  height: 420px;
  margin-bottom: 50px;
}

/* 底部 Logo 标志区域 */
.bottom-logo-area {
  text-align: center;
  padding: 20px 0 40px 0;
}
.mock-bottom-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  color: #4a6b32;
  font-weight: bold;
}
.mock-logo-icon {
  width: 24px;
  height: 24px;
  background-color: #4a6b32;
  border-radius: 50%;
}

/* ===== 响应式自适应高度适配 ===== */
@media (max-width: 767px) {
  .text-content-frame {
    padding: 0 20px;
  }
  .intro-flex {
    flex-direction: column;
    gap: 20px;
  }
  .intro-right-vertical {
    writing-mode: horizontal-tb;
    padding-top: 0;
    border-left: 3px solid #4a6b32;
    padding-left: 10px;
  }
  .box-eco-full {
    height: 260px;
  }
  .box-base-full {
    height: 380px;
  }
  .box-honor-full {
    height: 220px;
  }
}


/* ==========================================================================
   2. 原 HTML 中行内 style 提取出来的样式
   ========================================================================== */

/* 满宽渐变背景容器 */
.full-width-gradient-container {
  width: 100%;
  background: linear-gradient(135deg, #fcd373 0%, #f7eebe 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 满宽容器内的铺满图片 */
.full-width-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 居中对齐容器 */
.center-align-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 50px 0 50px; /* 保持与原标题一致的上下间距 */
}

/* 响应式缩放图片 */
.responsive-scaled-img {
  width: 50%;        /* 宽度占比缩小 */
  max-width: 500px;  /* 限制最大宽度，防止在电脑大屏上显得太大 */
  min-width: 180px;  /* 限制最小宽度，防止在手机超小屏上缩得太小 */
  height: auto;      /* 高度自适应 */
  display: block;
}
