/* 明科网络官网升级样式 2026 */
:root {
  --mk-red: #e11d2e;
  --mk-red-dark: #c01020;
  --mk-ink: #1a1d24;
  --mk-muted: #6b7280;
  --mk-line: #e8eaef;
  --mk-bg: #f6f7fa;
  --mk-card: #ffffff;
  --mk-shadow: 0 12px 40px rgba(26, 29, 36, 0.08);
  --mk-radius: 14px;
}

body {
  color: var(--mk-ink);
  background: #fff;
}

a:hover { color: var(--mk-red); }

/* 顶栏：滚动后固定 */
.header {
  padding: 12px 0;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}
/* 顶栏滚动固定 */
.header.is-fixed {
  position: fixed;
  background: #fff !important;
  backdrop-filter: none;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  padding: 6px 0;
  z-index: 1000;
}
.header.is-fixed .nav li a,
.header.is-fixed .nav li.active a,
.header.is-fixed .nav li a:hover {
  color: var(--mk-ink);
}
.header.is-fixed .nav li.active a,
.header.is-fixed .nav li a:hover {
  color: var(--mk-red);
}
.header.is-fixed .nav .dropdown-box {
  background-color: #fff;
  box-shadow: var(--mk-shadow);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.header.is-fixed .nav .dropdown-box a {
  color: var(--mk-ink) !important;
  border-bottom: 1px solid var(--mk-line);
}
.header.is-fixed .nav .dropdown-box a:hover {
  background-color: var(--mk-red) !important;
  color: #fff !important;
}
.header .nav li a {
  font-weight: 500;
  letter-spacing: .02em;
}
.header .nav li {
  margin-left: 18px;
}
.header .nav li a {
  font-size: 15px;
}
.header .nav .dropdown-box {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  box-shadow: var(--mk-shadow);
}

/* 区块标题 */
.section-title {
  margin-bottom: 48px;
}
.section-title strong {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .02em;
  color: var(--mk-ink);
}
.section-title span {
  color: var(--mk-red);
  font-weight: 600;
}
.section-title p {
  margin-top: 12px;
  color: var(--mk-muted);
  font-size: 16px;
}
.section-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, var(--mk-red), #ff6b6b);
  border-radius: 3px;
}
.section-title-1::after,
.section-title-2::after { display: none; }

/* 数据条：完整显示，不被下一板块遮挡 */
.banner {
  margin-bottom: 0;
}
.container > .in-total,
ul.in-total {
  margin-top: -70px !important;
  margin-bottom: 50px !important;
  position: relative;
  z-index: 6;
  color: #fff !important;
  border-radius: 14px;
  overflow: visible;
  box-shadow: 0 16px 40px rgba(217, 10, 20, 0.28);
  background: #d90a14 !important;
  background-image: linear-gradient(135deg, #e11d2e 0%, #9b0a18 100%) !important;
}
.in-total li {
  position: relative;
  padding: 42px 10px !important;
  box-sizing: border-box;
}
.in-total li span,
.in-total li strong,
.in-total li p {
  color: #fff !important;
}
.in-total li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background: rgba(255,255,255,.25);
}

/* 全站板块间距：避免连在一起 */
.section {
  padding: 90px 0 !important;
}
.section[style*="padding-top: 0"],
.section[style*="padding-top:0"] {
  padding-top: 60px !important;
}
.section.in-ready,
.in-ready.section {
  padding: 70px 20px !important;
  margin: 30px 0 0;
}
.in-ready h4 {
  margin-bottom: 18px !important;
}
.in-ready .btn {
  margin: 22px auto !important;
}
.in-ready p {
  margin-top: 16px !important;
}
.section .in-partone,
ul.in-partone {
  margin-top: 10px;
}
.in-partone li .wrap {
  border-radius: 14px;
  overflow: hidden;
  padding: 80px 20px !important;
}

/* CTA 与双卡片之间强制留白 */
.section.in-ready {
  background: linear-gradient(120deg, #1a1d24, #2d3340) !important;
  color: #fff !important;
}
.section.in-ready .btn a {
  border-left-color: #1a1d24 !important;
  border-right-color: #1a1d24 !important;
}
.section-partone,
.section.in-ready + .section {
  padding-top: 60px !important;
  padding-bottom: 80px !important;
}

/* 服务区顶部与数据条间距 */
.banner + .container + .section {
  padding-top: 40px !important;
}
.in-server {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.in-server li {
  float: none;
  width: 25%;
  box-sizing: border-box;
  padding: 12px;
}
.in-server li a {
  margin: 0;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  background: var(--mk-card);
  overflow: hidden;
  height: 100%;
  box-shadow: none !important;
}
.in-server li a:hover {
  transform: translateY(-4px);
  box-shadow: none !important;
  border-color: #d0d5dd;
}
.in-server li h4 {
  font-weight: 600;
  font-size: 20px;
}
.in-server li span {
  background: #fafbfc;
}
.in-server li a:hover span {
  background: var(--mk-red);
}

/* 首页业务矩阵 */
.biz-matrix {
  background: var(--mk-bg);
}
.biz-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.biz-grid .biz-item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
.biz-item .inner {
  background: #fff;
  border-radius: var(--mk-radius);
  padding: 28px 24px;
  height: 100%;
  border: 1px solid var(--mk-line);
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
}
.biz-item .inner:hover {
  transform: translateY(-4px);
  box-shadow: none;
  border-color: #d0d5dd;
}
.biz-item .num {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 42px;
  font-weight: 800;
  color: rgba(225, 29, 46, .08);
  line-height: 1;
}
.biz-item h4 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}
.biz-item p {
  margin: 0;
  color: var(--mk-muted);
  line-height: 1.7;
  font-size: 14px;
  min-height: 48px;
}
.biz-item ul {
  margin: 16px 0 0;
  padding: 0;
}
.biz-item ul li {
  list-style: none;
  font-size: 13px;
  color: #4b5563;
  padding: 6px 0 6px 14px;
  position: relative;
  border-top: 1px dashed #eef0f4;
}
.biz-item ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mk-red);
}
.biz-item .more {
  display: inline-block;
  margin-top: 18px;
  color: var(--mk-red);
  font-size: 14px;
  font-weight: 600;
}
.biz-item .more:after {
  content: " →";
}

/* GEO / 推广卡片优化 */
.in-seo {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.in-seo li {
  float: none;
  width: 33.333%;
  padding: 8px;
  box-sizing: border-box;
}
.in-seo li a {
  border-radius: 12px;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px 24px;
  transition: transform .3s ease, box-shadow .3s ease;
  background: linear-gradient(145deg, #e11d2e, #9f1220) !important;
}
.in-seo li:nth-child(even) a {
  background: linear-gradient(145deg, #2b303b, #1a1d24) !important;
  color: #fff !important;
}
.in-seo li a:hover {
  transform: translateY(-4px);
  box-shadow: none;
}
.in-seo li p {
  white-space: normal;
  line-height: 1.5;
  margin-top: 12px;
  font-size: 15px;
}
.geo-box .in-seo li a {
  background: linear-gradient(145deg, #0f4c81, #083258) !important;
}
.geo-box .in-seo li:nth-child(even) a {
  background: linear-gradient(145deg, #155e9b, #0d3d6b) !important;
}

/* 优势区 */
.adv-list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.adv-list li {
  width: 33.333%;
  padding: 12px;
  box-sizing: border-box;
}
.adv-list .card {
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  padding: 28px 24px 28px 78px;
  position: relative;
  height: 100%;
  transition: all .3s ease;
}
.adv-list .card:hover {
  box-shadow: none;
  border-color: #d0d5dd;
}
.adv-list .ico {
  position: absolute;
  left: 22px;
  top: 28px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(225,29,46,.1);
  color: var(--mk-red);
  font-size: 18px;
  font-weight: 800;
  line-height: 42px;
  text-align: center;
}
.adv-list h4 {
  margin: 0 0 8px;
  font-size: 18px;
}
.adv-list p {
  margin: 0;
  color: var(--mk-muted);
  line-height: 1.7;
  font-size: 14px;
}

/* 能做什么 */
.cando {
  background: linear-gradient(180deg, #fff 0%, var(--mk-bg) 100%);
}
.cando-text {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  color: #4b5563;
  font-size: 16px;
  line-height: 1.9;
}
.cando-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}
.cando-tags span {
  display: inline-block;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: 999px;
  font-size: 13px;
  color: #374151;
}

/* 流程 */
.in-process li a {
  padding: 10px;
}
.in-process li h4 {
  font-weight: 600;
}
.in-process li p {
  color: var(--mk-muted);
  font-size: 13px;
}

/* CTA */
.in-ready {
  background: linear-gradient(120deg, #1a1d24, #2d3340);
  color: #fff;
  border-radius: 0;
}
.in-ready h4 {
  color: #fff;
}
.in-ready .btn a {
  background: var(--mk-red);
  border-radius: 999px;
  padding: 0 36px;
  transition: background .25s;
}
.in-ready .btn a:hover {
  background: var(--mk-red-dark);
  color: #fff;
}
.in-partone li .wrap {
  border-radius: var(--mk-radius);
  overflow: hidden;
}

/* 页脚 */
.footer-top {
  background: linear-gradient(90deg, #e11d2e, #c01020);
}
.footer {
  background: #151820;
}
.footer a:hover { color: #fff; }

/* 页脚导航列宽适配（去掉右侧大联系块后） */
.footer .container > dl {
  width: 20%;
  box-sizing: border-box;
  padding-right: 12px;
}
.footer .lx { display: none !important; }

/* 联系方式：整行一排，不换行 */
.footer-contact {
  clear: both;
  margin-top: 36px;
  padding: 22px 0;
  border-top: 1px solid #363636;
}
.footer-contact-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  white-space: nowrap;
  overflow: hidden;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.4;
}
.footer-contact-row span {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer-contact-row .tel {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  flex: 0 0 auto;
}
.footer-copy {
  margin-top: 0 !important;
}
/* 覆盖原模板服务卡片悬停阴影 */
.in-server li a:hover {
  box-shadow: none !important;
}

/* 内页横幅与正文间距 */
.banner-sub {
  margin-bottom: 0;
}
.position {
  padding: 18px 0 !important;
  margin-bottom: 10px;
}

/* 列表/案例区不要贴太紧 */
.list-1 {
  margin-top: 20px;
}
.in-menu {
  margin-bottom: 28px !important;
}

/* mloun 板块与上下内容间距 */
.ml-section:first-of-type {
  margin-top: 10px;
}
.ml-cta {
  margin-top: 10px;
}
/* 内页横幅：禁止全屏黑遮罩 */
.banner-sub {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-sub::before,
.banner-sub::after {
  content: none !important;
  display: none !important;
  background: none !important;
}
.banner-sub .container {
  position: relative;
  z-index: 1;
}

/* 服务详情页 */
.service-hero-desc {
  max-width: 860px;
  margin: 0 auto 40px;
  text-align: center;
  color: var(--mk-muted);
  line-height: 1.8;
  font-size: 15px;
}
.service-cards {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.service-cards .item {
  width: 25%;
  padding: 12px;
  box-sizing: border-box;
}
.service-cards .item a,
.service-cards .item .box {
  display: block;
  background: #fff;
  border: 1px solid var(--mk-line);
  border-radius: var(--mk-radius);
  padding: 30px 22px;
  height: 100%;
  transition: border-color .3s ease;
  text-align: center;
  box-shadow: none !important;
  filter: none !important;
}
.service-cards .item a:hover,
.service-cards .item .box:hover {
  transform: none;
  box-shadow: none !important;
  border-color: #d0d5dd;
}
.service-cards .item .tag {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 14px;
  background: rgba(225,29,46,.1);
  color: var(--mk-red);
  font-weight: 800;
  margin-bottom: 14px;
  box-shadow: none !important;
}
.service-cards .item h4 {
  margin: 0 0 10px;
  font-size: 18px;
}
.service-cards .item p {
  margin: 0;
  color: var(--mk-muted);
  font-size: 13px;
  line-height: 1.7;
}
.service-content {
  margin-top: 40px;
  line-height: 1.9;
  color: #374151;
  font-size: 15px;
}
.service-content h3 {
  font-size: 22px;
  margin: 28px 0 12px;
}
.service-cta {
  margin-top: 50px;
  text-align: center;
  padding: 40px;
  background: var(--mk-bg);
  border-radius: var(--mk-radius);
}
.service-cta a {
  display: inline-block;
  margin: 8px;
  padding: 12px 28px;
  border-radius: 999px;
  background: var(--mk-red);
  color: #fff !important;
  font-weight: 600;
}
.service-cta a.ghost {
  background: #fff;
  color: var(--mk-ink) !important;
  border: 1px solid var(--mk-line);
}

/* 案例列表卡片 */
.list-1 li a {
  border-radius: 10px;
  overflow: hidden;
}

/* 响应式 */
@media (max-width: 1200px) {
  .biz-grid .biz-item,
  .service-cards .item { width: 50%; }
  .in-server li { width: 33.333%; }
}
@media (max-width: 768px) {
  body { min-width: 0; }
  .biz-grid .biz-item,
  .service-cards .item,
  .adv-list li,
  .in-seo li,
  .in-server li { width: 100%; }
  .section-title strong { font-size: 26px; }
  .container > .in-total,
  ul.in-total {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 10px;
  }
  .in-total li { width: 50%; padding: 22px 8px !important; }
  .in-total li:nth-child(2)::after { display: none; }
  .section { padding: 48px 0 !important; }
  .section.in-ready, .in-ready.section { padding: 40px 16px !important; }
  .footer-contact { display: block !important; margin-top: 10px; padding: 16px 0; }
  .footer-contact-row {
    font-size: 12px;
    gap: 10px;
    overflow-x: auto;
  }
  .footer-contact-row .tel { font-size: 14px; }
}
/* ========== 首页解决方案：高端大气 ========== */
.mk-solve {
  position: relative;
  padding: 110px 0 120px;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(225,29,46,.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(225,29,46,.08), transparent 50%),
    linear-gradient(165deg, #14181f 0%, #1c222c 45%, #161a21 100%);
  color: #fff;
  overflow: hidden;
}
.mk-solve::before {
  content: "SOLUTIONS";
  position: absolute;
  left: 50%;
  top: 42px;
  transform: translateX(-50%);
  font-size: 110px;
  font-weight: 800;
  letter-spacing: .2em;
  color: rgba(255,255,255,.035);
  white-space: nowrap;
  pointer-events: none;
  line-height: 1;
}
.mk-why::before { content: "WHY US"; }
.mk-wp::before { content: "WORDPRESS"; letter-spacing: .12em; }

.mk-solve-grid--4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.mk-solve-grid--4 .mk-solve-card {
  min-height: 210px;
  padding: 28px 24px 26px;
}
.mk-solve-grid--4 .mk-solve-top h3 {
  font-size: 17px;
}
.mk-solve-link {
  text-decoration: none;
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.mk-solve-link:hover {
  color: #fff !important;
  background: rgba(225,29,46,.35);
  border-color: rgba(225,29,46,.55);
}
.mk-solve-head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
.mk-solve-head .mk-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  color: #e11d2e;
  margin-bottom: 18px;
}
.mk-solve-head h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: .08em;
  color: #fff;
}
.mk-solve-head p {
  margin: 20px auto 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,.62);
}
.mk-solve-head .mk-line {
  display: block;
  width: 56px;
  height: 3px;
  margin: 28px auto 0;
  background: linear-gradient(90deg, #e11d2e, #ff6b6b);
  border-radius: 2px;
}
.mk-solve-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
}
.mk-solve-card {
  position: relative;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 36px 32px 32px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  transition: border-color .35s ease, background .35s ease, transform .35s ease;
  box-shadow: none !important;
  overflow: hidden;
}
.mk-solve-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 0;
  background: #e11d2e;
  transition: height .35s ease;
}
.mk-solve-card:hover {
  background: rgba(255,255,255,.07);
  border-color: rgba(225,29,46,.45);
  transform: translateY(-6px);
}
.mk-solve-card:hover::after {
  height: 100%;
}
.mk-solve-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.mk-solve-top em {
  flex: 0 0 auto;
  font-style: normal;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #e11d2e;
  letter-spacing: .02em;
  font-family: Georgia, "Times New Roman", serif;
}
.mk-solve-top h3 {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: .02em;
}
.mk-solve-card > p {
  margin: 0 0 22px;
  flex: 1;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255,255,255,.58);
}
.mk-solve-tag {
  display: inline-block;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #ffb4b4;
  background: rgba(225,29,46,.15);
  border: 1px solid rgba(225,29,46,.28);
}
@media (max-width: 1100px) {
  .mk-solve-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
  .mk-solve-grid--4 { grid-template-columns: repeat(2, 1fr); }
  .mk-solve-head h2 { font-size: 34px; }
  .mk-solve::before { font-size: 72px; }
}
@media (max-width: 768px) {
  .mk-solve { padding: 70px 0 80px; }
  .mk-solve-grid,
  .mk-solve-grid--4 { grid-template-columns: 1fr; gap: 18px; }
  .mk-solve-head { margin-bottom: 40px; }
  .mk-solve-head h2 { font-size: 28px; }
  .mk-solve-card { min-height: 0; padding: 28px 22px; }
  .mk-solve::before { display: none; }
}

/* ========== 深色板块共用色调（布局与解决方案明显不同） ========== */
.mk-dark {
  position: relative;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
}
.mk-dark .mk-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  color: #e11d2e;
  margin-bottom: 16px;
}
.mk-dark h2 {
  margin: 0;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: .04em;
  color: #fff;
  line-height: 1.25;
}

/* WHY US：左右分栏 + 清单 */
.mk-partner {
  background:
    radial-gradient(ellipse 55% 70% at 0% 50%, rgba(225,29,46,.14), transparent 60%),
    linear-gradient(180deg, #12161d 0%, #1a2029 100%);
  border-top: 1px solid rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.mk-partner-wrap {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) 1.35fr;
  gap: 56px 72px;
  align-items: start;
}
.mk-partner-intro {
  position: sticky;
  top: 100px;
  padding-right: 12px;
}
.mk-partner-lead {
  margin: 18px 0 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  color: rgba(255,255,255,.92);
}
.mk-partner-intro > p:not(.mk-partner-lead) {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255,255,255,.55);
}
.mk-partner-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mk-partner-stats strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: #e11d2e;
  line-height: 1.1;
}
.mk-partner-stats span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255,255,255,.5);
}
.mk-partner-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.mk-partner-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 8px 20px;
  padding: 22px 8px 22px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background .3s ease, padding-left .3s ease;
}
.mk-partner-list li:hover {
  background: rgba(225,29,46,.06);
  padding-left: 12px;
}
.mk-partner-list i {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  color: rgba(225,29,46,.85);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.4;
}
.mk-partner-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.mk-partner-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(255,255,255,.55);
}

/* WordPress 维护：横向服务条 */
.mk-maintain {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(225,29,46,.1), transparent 55%),
    linear-gradient(165deg, #0f1319 0%, #181e27 55%, #12161d 100%);
}
.mk-maintain-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mk-maintain-head p {
  margin: 0;
  max-width: 420px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255,255,255,.55);
  text-align: right;
}
.mk-maintain-rows {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mk-maintain-row {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 26px 28px;
  border-radius: 4px 16px 16px 4px;
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid rgba(225,29,46,.45);
  background: rgba(255,255,255,.03);
  text-decoration: none !important;
  color: inherit;
  transition: background .3s ease, border-color .3s ease, transform .3s ease;
}
.mk-maintain-row:hover {
  background: rgba(225,29,46,.1);
  border-color: rgba(225,29,46,.35);
  border-left-color: #e11d2e;
  transform: translateX(6px);
}
.mk-maintain-no {
  font-size: 26px;
  font-weight: 800;
  color: rgba(255,255,255,.18);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: .04em;
  transition: color .3s ease;
}
.mk-maintain-row:hover .mk-maintain-no { color: #e11d2e; }
.mk-maintain-body h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
}
.mk-maintain-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,.52);
}
.mk-maintain-go {
  flex-shrink: 0;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .06em;
  color: #ffb4b4;
  border: 1px solid rgba(225,29,46,.3);
  background: rgba(225,29,46,.12);
  transition: background .3s ease, color .3s ease, border-color .3s ease;
}
.mk-maintain-row:hover .mk-maintain-go {
  background: #e11d2e;
  color: #fff;
  border-color: #e11d2e;
}

@media (max-width: 1100px) {
  .mk-partner-wrap { grid-template-columns: 1fr; gap: 40px; }
  .mk-partner-intro { position: static; }
  .mk-maintain-head { flex-direction: column; align-items: flex-start; }
  .mk-maintain-head p { text-align: left; max-width: none; }
  .mk-dark h2 { font-size: 32px; }
}
@media (max-width: 768px) {
  .mk-dark { padding: 64px 0; }
  .mk-partner-stats { gap: 10px; }
  .mk-partner-stats strong { font-size: 22px; }
  .mk-partner-list li { grid-template-columns: 48px 1fr; }
  .mk-maintain-row {
    grid-template-columns: 48px 1fr;
    gap: 12px 16px;
    padding: 20px 18px;
  }
  .mk-maintain-go { grid-column: 2; justify-self: start; }
  .mk-dark h2 { font-size: 26px; }
}

/* 同步拉开首页其它业务卡片间距 */
.ml-types {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.ml-types .item {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
.ml-types .card {
  box-shadow: none !important;
  min-height: 340px;
}
.ml-adv {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ml-adv .item {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
.ml-svc-grid {
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ml-svc-grid .item {
  width: auto !important;
  float: none !important;
  padding: 0 !important;
}
@media (max-width: 1100px) {
  .ml-types,
  .ml-svc-grid { grid-template-columns: 1fr 1fr !important; }
  .ml-adv { grid-template-columns: 1fr 1fr !important; }
}
@media (max-width: 768px) {
  .ml-types,
  .ml-adv,
  .ml-svc-grid { grid-template-columns: 1fr !important; gap: 16px; }
}

/* ========== 关于我们：左右图文 ========== */
.about-intro-section {
  padding: 56px 0 40px !important;
  background: #fff;
}
.about-intro {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px 56px;
  align-items: center;
}
.about-intro-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  color: #e11d2e;
}
.about-intro-title {
  margin: 0 0 22px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.3;
  color: #1a1d24;
  letter-spacing: .02em;
}
.about-intro-body {
  font-size: 15px;
  line-height: 1.95;
  color: #4b5563;
  text-align: left !important;
}
.about-intro-body p {
  margin: 0 0 16px !important;
}
.about-intro-body p:last-child {
  margin-bottom: 0 !important;
}
.about-intro-body ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.about-intro-body ul li {
  position: relative;
  margin: 0 0 12px;
  padding: 12px 16px 12px 40px;
  background: #f7f8fb;
  border-radius: 10px;
  border-left: 3px solid #e11d2e;
  font-size: 14px;
  color: #374151;
  line-height: 1.6;
}
.about-intro-body ul li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #e11d2e;
}
.about-intro-body strong {
  color: #1a1d24;
}
.about-intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
.about-intro-tags span {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: #e11d2e;
  background: rgba(225,29,46,.08);
  border: 1px solid rgba(225,29,46,.18);
}
.about-intro-media {
  position: relative;
}
.about-intro-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(17, 24, 39, .18);
  background: #0f1319;
}
.about-intro-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
  z-index: 2;
}
.about-intro-frame img {
  display: block;
  width: 100%;
  height: 420px;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .5s ease;
}
.about-intro-frame:hover img {
  transform: scale(1.06);
}
.about-intro-badge {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 3;
  padding: 14px 18px;
  border-radius: 14px;
  background: rgba(225,29,46,.92);
  color: #fff;
  box-shadow: 0 10px 28px rgba(225,29,46,.35);
}
.about-intro-badge strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .04em;
}
.about-intro-badge em {
  display: block;
  margin-top: 6px;
  font-style: normal;
  font-size: 12px;
  opacity: .9;
  letter-spacing: .08em;
}
.about-intro-caption {
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  text-align: center;
}
@media (max-width: 1100px) {
  .about-intro {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-intro-title { font-size: 28px; }
  .about-intro-frame img { height: 340px; }
}
@media (max-width: 768px) {
  .about-intro-section { padding: 36px 0 24px !important; }
  .about-intro-title { font-size: 24px; }
  .about-intro-frame img { height: 240px; }
  .about-intro-badge { left: 14px; bottom: 14px; padding: 10px 14px; }
  .about-intro-badge strong { font-size: 22px; }
}
