@import "../products/assets/css/index.css";
@import "../libs/common.css";
.sectionTitle {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}
#srm-painpoints .main-content .title h2,
#srm-comparison .main-content .title h2,
#srm-industries .main-content .title h2,
#srm-faq .main-content .title h2,
#srm-deploy .main-content .title h2,
#srm-select .main-content .title h2,
#srm-history .main-content .title h2 {
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
#home-banner {
  height: auto !important;
}
#home-banner .banner-img {
  display: none;
}
.container #product-title {
  position: relative;
  top: 0;
  height: auto;
  background: linear-gradient(135deg, #0053FD 0%, #0040CC 100%);
  padding: 110px 0 90px;
}
.container #product-title .main-content .title {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  line-height: 58px;
  padding-top: 0;
  margin: 0;
  max-width: none;
}
.container #product-title .main-content .detail {
  color: #fff;
  margin-bottom: 40px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.container #product-title .main-content .detail p {
  width: auto;
  max-width: none;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.container #product-title .main-content .appointment {
  background: #fff;
  color: #0046DC;
  font-weight: 400;
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
}
.container #product-title .main-content .appointment p {
  color: #0046DC;
  font-weight: 400;
  font-size: 20px;
  line-height: 48px;
}
.container #product-title .main-content .appointment:hover {
  background: #F0F4FF;
}
.container #product-title .main-content .appointment:hover p {
  color: #0046DC;
}
.container #product-title .main-content .getWhitePaperBtn {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 20px;
}
.container #product-title .main-content .getWhitePaperBtn .icon-font {
  color: #fff;
  font-size: 16px;
}
.container #product-title .main-content .getWhitePaperBtn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.container #product-title .main-content .getWhitePaperBtn:hover .icon-font {
  color: #fff;
}
#srm-trust {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
  padding: 38px 0;
}
#srm-trust .trust-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
#srm-trust .trust-item {
  text-align: center;
}
#srm-trust .trust-num {
  font-size: 30px;
  font-weight: 700;
  color: #0053FD;
  line-height: 42px;
}
#srm-trust .trust-label {
  font-size: 14px;
  color: #787E8F;
  margin-top: 4px;
}
#product-structure {
  padding: 80px 0 60px;
}
.container #product-structure .title {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  margin: 0 auto 44px;
  width: 1200px;
}
#product-structure .def-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
#product-structure .def-text {
  flex: 1;
}
#product-structure .def-text p {
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  margin-bottom: 16px;
}
#product-structure .def-highlight {
  background: #EEF2FF;
  border-left: 3px solid #0053FD;
  padding: 20px 24px;
  margin-top: 24px;
  border-radius: 0 8px 8px 0;
}
#product-structure .def-highlight p {
  font-size: 15px;
  color: #333435;
  line-height: 26px;
  margin-bottom: 0;
}
#product-structure .def-diagram {
  flex: 0 0 360px;
  background: #F7F8FA;
  border-radius: 12px;
  padding: 28px 24px;
}
#product-structure .diagram-title {
  font-size: 16px;
  font-weight: 600;
  color: #333435;
  text-align: center;
  margin-bottom: 20px;
}
#product-structure .diagram-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
#product-structure .diagram-node {
  flex: 1;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #505356;
  background: #E8EDF5;
}
#product-structure .node-srm {
  background: linear-gradient(135deg, #0053FD, #3C8CFF);
  color: #fff;
  flex: 2;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
}
#product-structure .diagram-arrow {
  text-align: center;
  color: #A0A8B8;
  font-size: 12px;
  margin-bottom: 8px;
}
#srm-painpoints {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
#srm-painpoints .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-painpoints .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-painpoints .pain-intro {
  width: 100%;
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  margin-bottom: 36px;
}
#srm-painpoints .pain-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}
#srm-painpoints .pain-table th {
  background: #0053FD;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 24px;
  text-align: left;
}
#srm-painpoints .pain-table td {
  padding: 14px 24px;
  font-size: 14px;
  color: #505356;
  line-height: 24px;
  border-bottom: 1px solid #E5E7EB;
  background: #fff;
}
#srm-painpoints .pain-table tr:last-child td {
  border-bottom: none;
}
#srm-painpoints .pain-table .col-icon {
  width: 56px;
  text-align: center;
  font-size: 20px;
  color: #A0A8B8;
}
#srm-painpoints .pain-table td.col-old {
  color: #C74B4B;
}
#srm-painpoints .pain-table td.col-new {
  color: #1A7A4C;
}
#srm-painpoints .conclusion-box {
  background: #EEF2FF;
  border-radius: 12px;
  padding: 24px 32px;
  margin-top: 28px;
  text-align: center;
}
#srm-painpoints .conclusion-box p {
  font-size: 16px;
  color: #333435;
  font-weight: 500;
  line-height: 28px;
}
#srm-painpoints .conclusion-box strong {
  color: #0053FD;
}
#function {
  background: #fff !important;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .solution-item {
  height: 250px;
  padding: 16px 22px 20px;
  border: 1px solid #E5E7EB;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .solution-item .feature-icon {
  padding-top: 10px;
  padding-bottom: 8px;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .solution-item .feature-icon img {
  width: auto;
  height: 40px;
  display: block;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .solution-item .feature-content h3 {
  padding-bottom: 4px;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .solution-item .feature-content p {
  height: auto;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .srm-feature-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  color: #0053FD;
  font-weight: 500;
  text-decoration: none;
}
#function .main-content .solution-content .solution-list.srm-feature-grid .srm-feature-link:hover {
  text-decoration: underline;
}
#srm-deploy {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
#srm-deploy .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-deploy .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-deploy .deploy-grid {
  display: flex;
  gap: 20px;
}
#srm-deploy .deploy-card {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 36px 28px;
  border: 1px solid #E5E7EB;
  transition: all 0.3s;
}
#srm-deploy .deploy-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
#srm-deploy .deploy-card h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#srm-deploy .deploy-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#srm-deploy .deploy-icon .icon-font {
  font-size: 28px;
  color: #0053FD;
}
#srm-deploy .deploy-subtitle {
  font-size: 13px;
  color: #0053FD;
  margin-bottom: 16px;
  font-weight: 500;
}
#srm-deploy .deploy-desc {
  font-size: 14px;
  color: #505356;
  line-height: 24px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #F0F1F5;
}
#srm-deploy .deploy-desc p {
  margin-bottom: 0;
}
#srm-deploy .deploy-details p {
  font-size: 13px;
  color: #505356;
  line-height: 22px;
  margin-bottom: 8px;
}
#srm-deploy .deploy-details .deploy-label {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  margin-top: 6px;
}
#srm-comparison {
  padding: 80px 0;
  background: #fff;
  width: 100%;
  min-width: 1200px;
}
#srm-comparison .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-comparison .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-comparison .comp-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
#srm-comparison .comp-table thead th {
  background: #F7F8FA;
  font-size: 15px;
  font-weight: 600;
  color: #505356;
  padding: 16px 24px;
  text-align: left;
  border-bottom: 2px solid #E5E7EB;
}
#srm-comparison .comp-table thead th:first-child {
  width: 160px;
}
#srm-comparison .comp-table thead th.col-highlight {
  color: #0053FD;
}
#srm-comparison .comp-table tbody td {
  padding: 14px 24px;
  font-size: 14px;
  color: #505356;
  line-height: 22px;
  border-bottom: 1px solid #F0F1F5;
  background: #fff;
}
#srm-comparison .comp-table tbody td:first-child {
  font-weight: 600;
  color: #333435;
  background: #FAFBFC;
}
#srm-comparison .comp-table tbody td.col-highlight {
  color: #0053FD;
  font-weight: 500;
}
#srm-comparison .comp-table tbody tr:last-child td {
  border-bottom: none;
}
#srm-comparison .comp-table .tag-new {
  display: inline-block;
  background: #0053FD;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  font-weight: 400;
}
#srm-industries {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
}
#srm-industries .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-industries .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-industries .industry-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
#srm-industries .industry-card {
  width: 227px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 24px 14px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
}
#srm-industries .industry-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  border-color: #BDD4FF;
}
#srm-industries .industry-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #EEF2FF;
  display: flex;
  align-items: center;
  justify-content: center;
}
#srm-industries .industry-icon .icon-font {
  font-size: 32px;
  color: #0053FD;
}
#srm-industries .industry-name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
#srm-industries .industry-desc {
  font-size: 13px;
  color: #788297;
  line-height: 20px;
}
#srm-select {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
#srm-select .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-select .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-select .select-grid {
  display: flex;
  gap: 20px;
}
#srm-select .select-card {
  flex: 1;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  padding: 28px 20px 24px;
  transition: all 0.3s;
}
#srm-select .select-card:hover {
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}
#srm-select .select-card h3 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
#srm-select .select-card p {
  font-size: 13px;
  color: #505356;
  line-height: 22px;
}
#srm-select .select-num {
  font-size: 28px;
  font-weight: 700;
  color: #0053FD;
  margin-bottom: 12px;
  line-height: 36px;
}
#srm-faq {
  padding: 80px 0;
  width: 100%;
  min-width: 1200px;
}
#srm-faq .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-faq .main-content .title {
  padding-top: 0;
  margin-bottom: 48px;
}
#srm-faq .faq-list {
  max-width: 900px;
  margin: 0 auto;
}
#srm-faq .faq-item {
  background: #fff;
  border-bottom: 1px solid #E5E7EB;
}
#srm-faq .faq-item:first-child {
  border-top: 1px solid #E5E7EB;
}
#srm-faq .faq-q {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
}
#srm-faq .faq-q-text {
  color: #333;
  line-height: 26px;
}
#srm-faq .faq-toggle {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
  font-family: Arial, sans-serif;
}
#srm-faq .faq-a {
  display: none;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #505356;
  line-height: 24px;
}
#srm-faq .faq-item.active .faq-a {
  display: block;
}
#srm-faq .faq-item.active .faq-toggle {
  transform: none;
}
#srm-bottom-cta {
  background: linear-gradient(135deg, #0053FD 0%, #0033A0 100%);
  padding: 60px 0;
  text-align: center;
}
#srm-bottom-cta .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-bottom-cta .cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 44px;
  margin-bottom: 16px;
}
#srm-bottom-cta .cta-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

/* ====== SRM系统发展历史（新增板块，时间轴） ====== */
#srm-history {
  padding: 80px 0 60px;
  width: 100%;
  min-width: 1200px;
  background: #fff;
}
#srm-history .main-content {
  width: 1200px;
  margin: 0 auto;
}
#srm-history .main-content .title {
  margin-bottom: 48px;
}
#srm-history .history-intro {
  font-size: 16px;
  color: #505356;
  line-height: 28px;
  text-align: center;
  max-width: 880px;
  margin: 0 auto 48px;
}
#srm-history .history-timeline {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}
#srm-history .history-item {
  position: relative;
  padding-left: 140px;
  padding-bottom: 36px;
}
#srm-history .history-item:last-child {
  padding-bottom: 0;
}
#srm-history .history-year {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  padding-right: 24px;
  box-sizing: border-box;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #0053FD;
  line-height: 30px;
}
#srm-history .history-item::before {
  content: '';
  position: absolute;
  left: 122px;
  top: 8px;
  bottom: -8px;
  width: 2px;
  background: #D8E0F0;
}
#srm-history .history-item:last-child::before {
  display: none;
}
#srm-history .history-item::after {
  content: '';
  position: absolute;
  left: 116px;
  top: 8px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0053FD;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px #0053FD;
}
#srm-history .history-title {
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  margin-bottom: 8px;
  line-height: 28px;
}
#srm-history .history-desc {
  font-size: 14px;
  color: #505356;
  line-height: 24px;
}
@media (max-width: 768px) {
  #srm-history {
    padding: 48px 0 32px;
    min-width: 0;
  }
  #srm-history .main-content {
    width: auto;
    padding: 0 16px;
  }
  #srm-history .history-intro {
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto 28px;
    padding: 0 8px;
  }
  #srm-history .history-timeline {
    max-width: 100%;
  }
  #srm-history .history-item {
    padding-left: 0;
    padding-bottom: 28px;
  }
  #srm-history .history-year {
    position: static;
    width: auto;
    text-align: left;
    padding-right: 0;
    margin-bottom: 6px;
  }
  #srm-history .history-item::before,
  #srm-history .history-item::after {
    display: none;
  }
}
