/*************
  名称：异常产蛋解决方案
  创建时间：2025-06-16
  更新时间：2025-06-16
**************/
/* 异常产蛋解决方案 CSS */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  margin: 0 auto;
  width: 100% !important;
  overflow: auto;
}

/********* 内容顶部背景 CSS START*********/
.bg-abnormal-egg {
  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;
}

/* ========== 判定规则 ========== */
.judge .judge-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.judge .judge-con-box {
  background: #fff;
  border-radius: 14px;
  padding: 28px 16px 22px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
  border-top: 4px solid #ccc;
}
.judge .judge-con-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.judge-ok    { border-top-color: #00c896 !important; }
.judge-fail  { border-top-color: #e74c3c !important; }
.judge-warn  { border-top-color: #f39c12 !important; }
.judge-error { border-top-color: #95a5a6 !important; }
.judge .judge-icon {
  font-size: 36px;
  margin-bottom: 8px;
}
.judge .judge-result {
  font-size: 20px;
  font-weight: 700;
  color: #252934;
  margin-bottom: 6px;
}
.judge .judge-desc {
  font-size: 13px;
  color: #e74c3c;
  font-weight: 600;
  margin-bottom: 12px;
}
.judge .judge-conditions {
  background: #f8f9fb;
  border-radius: 8px;
  padding: 12px 8px;
  font-size: 14px;
  color: #5a6170;
  line-height: 1.8;
}
.judge .judge-conditions p {
  margin: 0;
}
.judge .judge-plus {
  color: #8c92a0;
  font-size: 16px;
  font-weight: 300;
}

/* ========== 低产判定 ========== */
.lowprod .lowprod-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.lowprod .lowprod-con-box {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px 24px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
}
.lowprod .lowprod-con-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.lowprod-stop { border-left: 4px solid #f39c12 !important; }
.lowprod-low  { border-left: 4px solid #3498db !important; }
.lowprod-cull { border-left: 4px solid #e74c3c !important; }
.lowprod .lowprod-tag {
  display: inline-block;
  padding: 6px 22px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.lowprod-stop .lowprod-tag { background: #fff5e6; color: #f39c12; }
.lowprod-low  .lowprod-tag { background: #e8f4fd; color: #3498db; }
.lowprod-cull .lowprod-tag { background: #ffeaea; color: #e74c3c; }
.lowprod .lowprod-rule {
  font-size: 16px;
  color: #252934;
  font-weight: 500;
  margin-bottom: 12px;
}
.lowprod .lowprod-action {
  font-size: 14px;
  color: #8c92a0;
}

/* ========== 筛选流程 ========== */
.flow .flow-con-outBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 20px;
  margin-bottom: 80px;
}
.flow .flow-step {
  flex: 0 0 150px;
  text-align: center;
  padding: 16px 6px;
}
.flow .flow-step .step-num {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background: #e8f4fd;
  color: #00a8ff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}
.flow .flow-step:hover .step-num {
  background: #00a8ff;
  color: #fff;
}
.flow .flow-step .step-title {
  font-size: 14px;
  font-weight: 600;
  color: #252934;
  margin-bottom: 6px;
}
.flow .flow-step .step-desc {
  font-size: 12px;
  color: #5a6170;
  line-height: 1.5;
}
.flow .flow-arrow {
  flex: 0 0 28px;
  text-align: center;
  font-size: 20px;
  color: #00a8ff;
}

/* ========== 关键参数 ========== */
.param .param-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.param .param-con-box {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 24px 18px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.param .param-con-box:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.param .param-icon {
  font-size: 32px;
  margin-bottom: 8px;
}
.param .param-label {
  font-size: 13px;
  color: #8c92a0;
  margin-bottom: 6px;
}
.param .param-value {
  font-size: 22px;
  font-weight: 700;
  color: #00a8ff;
}
.param .param-desc {
  font-size: 12px;
  color: #8c92a0;
  margin-top: 4px;
}

/* ========== 故障处理 ========== */
.trouble .trouble-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.trouble .trouble-con-box {
  background: #fff;
  border-radius: 12px;
  padding: 24px 20px;
  height: 100%;
  border: 1px solid #edf2f7;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.trouble .trouble-con-box:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
}
.trouble .trouble-header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #edf2f7;
}
.trouble .trouble-icon {
  font-size: 24px;
  margin-right: 10px;
}
.trouble .trouble-fault {
  font-size: 18px;
  font-weight: 700;
  color: #e74c3c;
}
.trouble .trouble-fix p {
  font-size: 14px;
  color: #5a6170;
  line-height: 1.8;
  margin: 0;
  padding-left: 0;
}

/* ========== 输出报表 ========== */
.report .report-con-outBox {
  margin-top: 20px;
  margin-bottom: 80px;
}
.report .report-con-box {
  background: #f8f9fb;
  border-radius: 12px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.report .report-con-box:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}
.report .report-icon {
  font-size: 32px;
  margin-bottom: 12px;
}
.report .report-title {
  font-size: 18px;
  font-weight: 700;
  color: #252934;
  margin-bottom: 14px;
}
.report .report-fields {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.report .report-fields span {
  background: #e8f4fd;
  color: #00a8ff;
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 500;
}
.report .report-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;
  }
  .flow .flow-step {
    flex: 0 0 120px;
  }
  .flow .flow-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-top h1 {
    font-size: 32px;
    letter-spacing: 4px;
  }
  .flow .flow-step {
    flex: 0 0 100%;
    border-bottom: 2px dashed #e0e0e0;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
