/* ========== 全局重置 ========== */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger {
  display: none;
}

.center {
  width: 1400px;
}

.f-phone {
  display: none;
}

.mySwiper .app,
.lec-banner .app {
  display: none;
}

/* ========== 头部导航 ========== */
.headerBox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  transition: 0.3s;
}

.headerBox.active {
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
  background-color: #FFFFFF;
}

.headerBox.active .nav .one-li a {
  color: #333333;
}

.headerBox.active .logo img {
  filter: unset;
  transform: unset;
}

.headerInnerBox .logo {
  overflow: hidden;
}

.headerInnerBox .logo img {
  filter: drop-shadow(125px 0px 0px #fff);
  transform: translateX(-124px) translateZ(0);
  height: 80px;
}

.headerInnerBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  height: 100px;
}

.headerInnerBox .right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .nav .one-li {
  height: 100%;
  position: relative;
}

.headerInnerBox .nav .one-li .two-ul {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 160px;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li:hover>.two-ul {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

.headerInnerBox .nav .one-li .two-ul li a {
  display: block;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
  text-align: center;
  padding: 7px 15px;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li .two-ul li:hover>a {
  color: #1F5FFF;
}

.headerInnerBox .nav .one-li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  height: 100%;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li:not(:first-of-type) {
  margin-left: 35px;
}

.headerInnerBox .nav .one-li.active a {
  color: #1F5FFF;
}

.headerInnerBox .nav .one-li:hover>a {
  color: #1F5FFF;
}

/* ========== 轮播图 ========== */
.mySwiper {
  width: 100%;
}

.mySwiper .s-c {
  width: 100%;
  position: relative;
}

.mySwiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  bottom: 50px;
}

.mySwiper .swiper-pagination-bullet {
  width: 25px;
  background: rgba(255, 255, 255, 0.5);
  height: 3px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 2px;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 40px;
  height: 3px;
  background-color: #FFFFFF;
}

/* ========== 公用标题（旧版，保留兼容） ========== */
.public-title .h5-like {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #1a73e8;
  margin-bottom: 12px;
  font-weight: 600;
}
.public-title h1,
.public-title h2,
.public-title h3 {
  margin: 0;
  text-align: center;
}
.public-title h1 {
  font-size: 44px;
  font-weight: bold;
  color: #000920;
  font-family: Source Han Sans CN;
  line-height: 1;
  margin-top: 10px;
}
.public-title .line {
  height: 4px;
  background: #FFC058;
  width: 100px;
  margin: 20px auto 0;
}

/* ===== 新增：用于替换内联样式的工具类 ===== */
/* 用于 public-title 下方的描述文字（原 color:#4a627a; margin-top:12px;） */
.public-title-sub {
  color: #4a627a;
  margin-top: 12px;
}
/* 用于 public-title 下方另一种边距（原 margin-top:16px;） */
.public-title-sub-large {
  color: #4a627a;
  margin-top: 16px;
}
/* 用于 .f-phone 内的 svg 图标（原 margin-right:5px;） */
.f-phone svg {
  margin-right: 5px;
}
/* 用于动态生成的成熟度自评结果区域的内联样式 */
.assessment-result .score {
  color: #1a73e8;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.assessment-result .level {
  font-size: 20px;
  margin: 12px 0;
}
.assessment-result .level span {
  color: #1a73e8;
}
.assessment-result .suggestion {
  /* 保留默认样式，无需额外定义 */
}
/* 确保 .fadein 初始隐藏已在原 CSS 中存在，此处仅做补充声明（原 .tips ul li .fadein 已定义 display:none） */
.tips ul li .fadein {
  display: none;
}
/* ===== 新增工具类结束 ===== */

/* ========== 模块 con3-4 ========== */
.con3-4-Box {
  width: 100%;
  background-color: #F5F7FA;
}

.con3-4-Box .con3-4-InnerBox {
  margin: 0 auto;
  padding: 100px 0 70px 0;
}

.con3-4-InnerBox .top-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.con3-4-InnerBox .top-container .left {
  text-align: center;
}

.con3-4-InnerBox .top-container .left a,
.con3-4-InnerBox .top-container .left li {
  display: inline-block;
  list-style: none;
}

.con3-4-InnerBox .top-container .right {
  width: 750px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .top-container .right .item {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(2n) {
  margin-right: 0px;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
  transform: translateY(50px);
}

.con3-4-InnerBox .top-container .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.con3-4-InnerBox .top-container .right .item:hover>img {
  transform: scale(1.03);
}

.con3-4-InnerBox .container {
  margin-top: 150px;
}

.con3-4-InnerBox .container h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  font-family: Source Han Sans CN;
  text-align: center;
}

.con3-4-InnerBox .container .line {
  height: 4px;
  background: #FFC058;
  width: 100px;
  margin: 29px auto 40px;
}

.con3-4-InnerBox .container ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .container ul li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  background-color: #FFFFFF;
  border-radius: 12px;
  height: 150px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.con3-4-InnerBox .container ul li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: #1F5FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: -1;
}

.con3-4-InnerBox .container ul li:hover::before {
  width: 100%;
  height: 100%;
}

.con3-4-InnerBox .container ul li:nth-of-type(3n) {
  margin-right: 0px;
}

.con3-4-InnerBox .container ul li .content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 85%;
}

.con3-4-InnerBox .container ul li .content .left {
  width: 90px;
  background: #1F5FFF;
  border-radius: 50%;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.con3-4-InnerBox .container ul li .content .left img {
  max-width: 65%;
}

.con3-4-InnerBox .container ul li .content .right {
  width: calc(100% - 90px - 19px);
  margin-left: 19px;
}

.con3-4-InnerBox .container ul li .content .right h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  transition: 0.3s;
}

.con3-4-InnerBox .container ul li .content .right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.3;
  font-family: Montserrat;
  margin-top: 10px;
  transition: 0.3s;
}

.con3-4-InnerBox .container ul li:hover>.content .right h4 {
  color: #FFFFFF;
}

.con3-4-InnerBox .container ul li:hover>.content .right h6 {
  color: #FFFFFF;
  opacity: 0.3;
}

/* ========== 六大实施路径模块 ========== */
.modules-wrapper {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}
.modules-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 40%, rgba(31,95,255,0.02) 0%, transparent 60%);
  pointer-events: none;
}
.modules-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -15px 0 -15px;
}
.module-card {
  width: calc(33.3333% - 30px);
  margin: 0 15px 30px 15px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  border-radius: 28px;
  box-shadow: 0 15px 35px -12px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  overflow: hidden;
  border: 1px solid rgba(31,95,255,0.1);
  box-sizing: border-box;
}
.module-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 25px 45px -12px rgba(31,95,255,0.25);
  border-color: rgba(31,95,255,0.3);
  background: white;
}
.module-header {
  padding: 24px 24px 16px;
  border-bottom: 2px solid rgba(31,95,255,0.1);
  transition: 0.2s;
}
.module-card:hover .module-header {
  border-bottom-color: #1F5FFF;
}
.module-header h3 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a2c3e, #1F5FFF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.module-desc {
  font-size: 14px;
  color: #6c7a8a;
}
.module-content {
  padding: 20px 24px 24px;
}
.module-content ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.module-content li {
  font-size: 14px;
  color: #33475b;
  margin-bottom: 10px;
  position: relative;
}
.module-link {
  display: inline-block;
  background: linear-gradient(120deg, #1F5FFF, #3B86FF);
  padding: 8px 20px;
  border-radius: 40px;
  color: white !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(31,95,255,0.3);
}
.module-link:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 14px rgba(31,95,255,0.4);
  background: linear-gradient(120deg, #0F4FEF, #2F76FF);
}
.badge-new {
  background: linear-gradient(135deg, #FF6B35, #FF8A5C);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-left: 12px;
  display: inline-block;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,107,53,0.4); }
  70% { box-shadow: 0 0 0 6px rgba(255,107,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,53,0); }
}

/* ========== 【新增】墨马伙伴模块样式 ========== */
/* 标题区域 - 替换旧的 .public-title 样式（无金色装饰线） */
.i6-indexBox > .faq-block {
  text-align: center;
  padding: 110px 0 100px 0;  /* 与旧模块内边距保持一致 */
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
/* 英文小标题 */
.faq-block .en {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #1a73e8;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
}
/* 中文主标题 */
.faq-block h2 {
  font-size: 44px;
  font-weight: bold;
  color: #000920;
  font-family: Source Han Sans CN, sans-serif;
  line-height: 1;
  margin: 10px 0 0 0;
}

/* 轮播容器 - 居中限制宽度（与原 .partner-swiper-wrapper 一致） */
.partner-swiper-container {
  width: 75%;
  margin: 0 auto;
  padding-bottom: 100px;   /* 与旧模块底部留白一致 */
}
/* Swiper 本身占满容器 */
.partner-swiper-container .swiper-container {
  width: 100%;
  overflow: hidden;
}
/* 轮播 slide 内的图片样式 - 保证清晰不放大 */
.partner-swiper-container .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  /* 不设固定宽高，保留原始比例，避免放大模糊 */
  border-radius: 12px;    /* 保持与旧模块圆角一致 */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: none;       /* 无hover放大效果，保持清晰 */
}

/* ========== 横幅 ========== */
.lec-banner {
  width: 100%;
  height: 645px;
  position: relative;
}
.lec-banner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lec-banner .content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.lec-banner .con3-flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
  height: 55px;
}

/* ========== 页脚 ========== */
.footerBox {
  width: 100%;
  background-color: #E1E4EB;
}
.footerBox .footerInnerBox {
  margin: 0 auto;
  padding: 70px 0;
}
.footerInnerBox .top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.footerInnerBox .top h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}
.footerInnerBox .top ul {
  display: flex;
  display: -webkit-flex;
}
.footerInnerBox .top ul li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.footerInnerBox .top ul li:not(:first-of-type) {
  margin-left: 95px;
}
.footerInnerBox .top ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
  margin-top: 25px;
}
.footerInnerBox .top .right {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.footerInnerBox .top .right .contact h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}
.footerInnerBox .top .right .contact .text {
  margin-top: 25px;
}
.footerInnerBox .top .right .contact .text .p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}
.footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
  margin-top: 15px;
}
.footerInnerBox .top .right .qrBox {
  display: flex;
  display: -webkit-flex;
  margin-left: 115px;
}
.footerInnerBox .top .right .qrBox .item img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
.footerInnerBox .top .right .qrBox .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  font-family: Source Han Sans CN;
}
.footerInnerBox .top .right .qrBox .item:not(:first-of-type) {
  margin-left: 40px;
}
.footerInnerBox .bottom {
  margin-top: 70px;
}
.footerInnerBox .bottom .link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 28px 0;
  border-top: 1px solid #D5D6D6;
  border-bottom: 1px solid #D5D6D6;
}
.footerInnerBox .bottom .link p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}
.footerInnerBox .bottom .link ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 24px;
}
.footerInnerBox .bottom .link ul a,
.footerInnerBox .bottom .link ul span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}
.footerInnerBox .bottom .link ul span {
  margin: 0 24px;
}

/* ========== 右侧悬浮工具栏 ========== */
.tips {
  position: fixed;
  right: 8px;
  top: 37%;
  z-index: 999;
  width: 80px;
  display: none;
}
.tips .one-ul {
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}
.tips .one-ul li {
  width: 100%;
  position: relative;
}
.tips .one-ul li a,
.tips .two a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 15px 0;
}
.tips .one-ul li:not(:first-of-type) {
  border-top: 1px solid #F2F2F2;
}
.tips .one-ul li a .icon {
  width: 36px;
  height: 36px;
  background: #1F5FFF;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
}
.tips .one-ul li a .icon i {
  color: #FFFFFF;
  font-size: 20px;
}
.tips .one-ul li a .icon .flow {
  position: absolute;
  left: 50%;
  top: -10px;
  font-size: 10px;
  font-weight: 400;
  color: #FF9401;
  font-family: Source Han Sans CN;
  background: #FFE5C0;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  padding: 3px;
}
.tips .one-ul li a p,
.tips .two p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-top: 5px;
}
.tips ul li .fadein {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}
.tips ul li .fadein::after {
  display: block;
  content: '';
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.tips ul li .tip-phone {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  white-space: nowrap;
}
.tips ul li .fadein img {
  width: 100px;
  height: 100px;
}
.tips ul li .fadein h6 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  text-align: center;
}
.tips .two {
  margin-top: 20px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
  border-radius: 6px;
  background-color: #ffffff;
}

/* ========== 响应式：宽度 ≤1560px ========== */
@media only screen and (max-width: 1560px) {
  .center {
    width: 1000px;
  }
  .headerInnerBox .nav .one-li a {
    font-size: 16px;
  }
  .headerInnerBox .nav .one-li:not(:first-of-type) {
    margin-left: 15px;
  }
  .headerInnerBox .right #search {
    font-size: 18px;
  }
  .public-title .h5-like {
    font-size: 0.8rem;
  }
  .public-title h1 {
    font-size: 34px;
  }
  .lec-banner .con3-flow {
    bottom: 68px;
    transform: translateX(calc(-50% - 35px));
  }
  .con3-4-Box .con3-4-InnerBox {
    padding: 60px 0;
  }
  .con3-4-InnerBox .top-container .left {
    width: 350px;
  }
  .con3-4-InnerBox .top-container .right {
    width: 550px;
  }
  .con3-4-InnerBox .top-container .left a {
    width: 120px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }
  .con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
    transform: translateY(30px);
  }
  .con3-4-InnerBox .container {
    margin-top: 100px;
  }
  .con3-4-InnerBox .container h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .con3-4-InnerBox .container .line {
    width: 70px;
  }
  .con3-4-InnerBox .container ul li {
    width: calc((100% - 40px) / 3);
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
  }
  .con3-4-InnerBox .container ul li .content .right h4 {
    font-size: 16px;
  }
  .con3-4-InnerBox .container ul li .content .right h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .con3-4-InnerBox .container ul li .content .left {
    width: 70px;
    height: 70px;
  }
  .con3-4-InnerBox .container ul li .content .right {
    width: calc(100% - 70px - 19px);
  }
  .footerInnerBox .top ul li:not(:first-of-type) {
    margin-left: 55px;
  }
  .footerInnerBox .top .right .qrBox {
    margin-left: 65px;
  }
  .footerInnerBox .top .right .qrBox .item img {
    width: 80px;
    height: 80px;
  }
  .footerInnerBox .top .right .qrBox .item p {
    font-size: 14px;
    margin-top: 10px;
  }
  .footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
    margin-top: 10px;
  }
  .footerInnerBox .top .right .contact .text {
    margin-top: 20px;
  }
  .footerInnerBox .top .right .contact .text .p {
    font-size: 14px;
  }
  .footerInnerBox .top .right .contact h3 {
    font-size: 18px;
  }
  .footerInnerBox .bottom {
    margin-top: 50px;
  }
  .footerInnerBox .bottom .link {
    padding: 20px 0;
  }
  .footerInnerBox .bottom .link p {
    font-size: 14px;
    line-height: 1;
  }
  .footerInnerBox .bottom .link ul a,
  .footerInnerBox .bottom .link ul span {
    font-size: 12px;
    line-height: 1;
  }
  .footerInnerBox .bottom .link ul span {
    margin: 0 15px;
  }
  .footerBox .footerInnerBox {
    padding: 50px 0;
  }
  .tips {
    width: 65px;
  }
  .tips .one-ul li a .icon {
    width: 30px;
    height: 30px;
  }
  .tips .one-ul li a .icon i {
    font-size: 16px;
  }
  .tips ul li .fadein img {
    width: 80px;
    height: 80px;
  }
  .tips .one-ul li a,
  .tips .two a {
    padding: 10px 0;
  }

  /* 墨马伙伴模块在 1560px 以下的调整 */
  .faq-block h2 {
    font-size: 34px;
  }
  .partner-swiper-container {
    width: 80%;
  }
}

/* ========== 响应式：宽度 ≤768px（手机） ========== */
@media (max-width: 768px) {
  .con3-4-InnerBox .top-container .left .long-link-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f5f7fa !important;
    border: 1px solid #1F5FFF !important;
    border-radius: 30px !important;
    padding: 6px 20px !important;
    margin: 10px auto !important;
    width: auto !important;
    max-width: 90% !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .con3-4-InnerBox .top-container .left .long-link-item a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    color: #1F5FFF !important;
    text-decoration: none !important;
    pointer-events: none;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }
  .con3-4-InnerBox .top-container .left .long-link-item:active {
    background-color: #1F5FFF !important;
  }
  .con3-4-InnerBox .top-container .left .long-link-item:active a {
    color: #ffffff !important;
  }
  .footerInnerBox .top {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footerInnerBox .top .left {
    width: 100% !important;
    text-align: center !important;
  }
  .footerInnerBox .top .left ul {
    justify-content: center !important;
  }
  .footerInnerBox .top .right {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footerInnerBox .top .right .qrBox {
    margin-left: 0 !important;
    margin-top: 20px !important;
    justify-content: center !important;
  }
  .footerInnerBox .top .right .qrBox .item {
    text-align: center !important;
  }
  .footerInnerBox .top .right .qrBox .item img {
    margin: 0 auto !important;
    display: block !important;
  }
  .footerInnerBox .top .right .qrBox .item p {
    text-align: center !important;
  }
  .footerInnerBox .top .right .contact {
    text-align: center !important;
  }
  .footerInnerBox .top .right .contact .text .p {
    text-align: center !important;
  }
  .swiper-container {
    width: 100% !important;
  }
  /* 原有手机样式中的 .partner-swiper-wrapper 已被新容器替代，这里更新为 .partner-swiper-container */
  .partner-swiper-container {
    width: 90% !important;
  }
  .con3-4-InnerBox .top-container .left h1 {
    font-size: 36px !important;
    padding-bottom: 15px !important;
  }
  .modules-wrapper {
    padding: 40px 0;
  }
  .module-card {
    width: calc(100% - 30px);
  }

  /* 墨马伙伴模块手机版标题字体缩小 */
  .faq-block h2 {
    font-size: 28px;
  }
  .faq-block .en {
    font-size: 0.8rem;
  }
  .i6-indexBox > .faq-block {
    padding: 60px 0 50px;
  }
  .partner-swiper-container {
    padding-bottom: 60px;
  }
}

/* ========== 安全技术支持链接按钮样式 ========== */
.con3-4-InnerBox .top-container .left {
  text-align: center;
}
.long-link-item {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #f5f7fa !important;
  border: 1px solid #1F5FFF !important;
  border-radius: 30px !important;
  padding: 4px 24px !important;
  box-sizing: border-box !important;
  transition: all 0.3s;
}
.long-link-item a {
  color: #1F5FFF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  white-space: normal !important;
  word-break: break-word !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}
@media (min-width: 769px) {
  .long-link-item {
    min-width: 280px !important;
    width: auto !important;
    margin: 10px 0 !important;
  }
}
.long-link-item:hover {
  background-color: #1F5FFF !important;
}
.long-link-item:hover a {
  color: #ffffff !important;
}

/* 手机版样式中的安全链接（已包含在上方媒体查询中，此处不再重复） */

/* ========== PC 版标题 h1 样式 ========== */
.con3-4-InnerBox .top-container .left h1 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: none;
  font-family: 'Source Han Sans CN', sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.con3-4-InnerBox .top-container .left h1::before {
  display: none !important;
}

/* ========== 事故案例下载页面专用覆盖 ========== */
.page-accident .con3-1-Box .left {
  background: linear-gradient(135deg, #1a5fd8 0%, #0d3a8c 100%) !important;
  color: white !important;
}
.page-accident .con3-1-Box .left h3 span span {
  color: #ffde59 !important;
}
.page-accident .con3-1-Box .left h6 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.page-accident .lec-banner {
  height: 200px !important;
  position: relative;
  overflow: hidden;
}
.page-accident .lec-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-accident .con3-flow.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 2;
}
.page-accident .headerInnerBox .nav .one-li > a {
  font-size: 20px !important;
  font-weight: 500;
}
.page-accident .headerInnerBox .nav .two-ul li a {
  font-size: 16px !important;
}

/* ========== 额外辅助类 ========== */
.public-title {
  text-align: center;
}
.con3-4-InnerBox .container .title-blue {
  color: blue;
}
.con3-4-InnerBox .container h2,
.con3-4-InnerBox .container h4 {
  text-align: center;
}
.mySwiper .s-c img.pc,
.mySwiper .s-c img.app {
  width: 100%;
  height: auto;
}
/* 注意：旧 .partner-swiper-wrapper 样式已移除，由新的 .partner-swiper-container 替代 */
.footerInnerBox .qrBox .item {
  text-align: center;
}
.footerInnerBox .qrBox .item img {
  width: 83px;
  height: auto;
}

/* 浮动动画（仅用于模块卡片） */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-4px); }
  100% { transform: translateY(0px); }
}
.module-card, .regulation-card {
  animation: float 5s ease-in-out infinite;
  animation-play-state: paused;
}
.module-card:hover, .regulation-card:hover {
  animation-play-state: running;
}

/* ========== PC端：右侧单张大图样式 ========== */
.con3-4-InnerBox .top-container .right .item.single-big-image {
  width: 100% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  transform: none !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.con3-4-InnerBox .top-container .right .item.single-big-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}
.con3-4-InnerBox .top-container .right .item.single-big-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}
.con3-4-InnerBox .top-container .right .item.single-big-image:hover img {
  transform: scale(1.02);
}

/* ===== 从内联样式移出：六大实施路径模块全宽容器 ===== */
#doublePreventionWrapper {
  width: 100%;
  background: #f8fafc;
}
#doublePreventionWrapper .center {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* ===== 从内联样式移出：替换 h5 样式的类 ===== */
.public-title .h5-like {
  font-size: 0.9rem;
  letter-spacing: 2px;
  color: #1a73e8;
  margin-bottom: 12px;
  font-weight: 600;
}
.public-title h1,
.public-title h2 {
  margin: 0;
}

/* ===== 移动端适配（原内联中的 @media 部分） ===== */
@media (max-width: 768px) {
  #doublePreventionWrapper .center {
    padding: 0 16px;
  }
}