/*************
  名称：禽类智慧称重
  创建时间：2025-06-16
**************/
/* 禽类智慧称重 CSS */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0 auto;
  width: 100% !important;
  overflow: auto;
}

/********* 内容顶部背景 CSS START*********/
.bg-poultry-weighing {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 580px;
  background-image: url(../images/home/bg-blog-solution.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-overlay {
  background-color: rgba(37, 41, 52, 0.7);
  z-index: 3;
}
.index-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
  font-weight: 700;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}
.index-top h1 {
  font-size: 80px;
  letter-spacing: 16px;
}
.index-top h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-top: 24px;
}

/********* 内容主题 CSS START*********/
.main-content {
  padding: 80px 0;
  background-color: #fff;
}
.comment-title {
  text-align: center;
  margin-bottom: 50px;
}
.comment-title .main-title {
  font-size: 36px;
  font-weight: 700;
  color: #252934;
  margin-bottom: 10px;
}
.comment-title .tale-title {
  font-size: 16px;
  font-weight: 400;
  color: #8c92a0;
  text-transform: uppercase;
}

/* 行业痛点 */
.pain .pain-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.pain .pain-con-box {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.pain .pain-con-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.pain .pain-con-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.pain .pain-con-title img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.pain .pain-con-title p {
  font-size: 20px;
  font-weight: 600;
  color: #252934;
}
.pain .pain-con-tex {
  font-size: 15px;
  color: #5a6170;
  line-height: 1.8;
}

/* 方案架构 */
.framework .fram-con-outBox {
  background: #f8f9fb;
  border-radius: 16px;
  padding: 40px;
  margin-bottom: 80px;
}
.framework .fram-con-box {
  padding: 20px;
}
.framework .fram-con-title {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.framework .fram-con-title img {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}
.framework .fram-con-title p {
  font-size: 18px;
  font-weight: 600;
  color: #252934;
}
.framework .fram-con {
  font-size: 14px;
  color: #5a6170;
  line-height: 1.8;
  text-align: left;
}

/* 核心功能 */
.feature .feat-con-outBox {
  margin-top: 40px;
  margin-bottom: 80px;
}
.feature .feat-con-box {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 24px;
  border-left: 4px solid #00c896;
}
.feature .feat-con-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.feature .feat-con-title {
  font-size: 20px;
  font-weight: 600;
  color: #252934;
  margin-bottom: 14px;
}
.feature .feat-con-tex {
  font-size: 15px;
  color: #5a6170;
  line-height: 1.8;
}

/* 数据价值 */
.value .value-con-outBox {
  margin-top: 20px;
}
.value .value-con-box {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 30px 24px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}
.value .value-con-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.value .value-icon {
  width: 72px;
  height: 72px;
  line-height: 72px;
  border-radius: 50%;
  background: #e6faf3;
  color: #00c896;
  font-size: 32px;
  font-weight: 700;
  margin: 0 auto 18px;
  transition: all 0.3s ease;
}
.value .value-con-box:hover .value-icon {
  background: #00c896;
  color: #fff;
}
.value .value-title {
  font-size: 18px;
  font-weight: 600;
  color: #252934;
  margin-bottom: 12px;
}
.value .value-desc {
  font-size: 14px;
  color: #5a6170;
  line-height: 1.7;
}

/* 响应式 */
@media (max-width: 991px) {
  .index-top h1 {
    font-size: 48px;
    letter-spacing: 8px;
  }
  .index-top h2 {
    font-size: 18px;
  }
  .comment-title .main-title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-top h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
