/* ========== 全局重置 ========== */
* {
  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 {
  font-size: 30px;
  font-weight: 400;
  color: #CBCBCD;
  font-family: Montserrat;
  line-height: 1;
  text-align: center;
}

.public-title h3 {
  font-size: 44px;
  font-weight: bold;
  color: #000920;
  font-family: Source Han Sans CN;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

/* ========== 模块 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;
}

/* ========== 合作伙伴模块 ========== */
.i6-indexBox {
  width: 100%;
}

.i6-indexBox .i6-indexInnerBox {
  margin: 0 auto;
  padding: 110px 0 100px 0;
}

.i6-indexInnerBox .my-td-swiper {
  margin-top: 50px;
}

.i6-indexInnerBox .container {
  position: relative;
}

.i6-indexInnerBox .container .prev {
  position: absolute;
  top: 50%;
  left: -68px;
  transform: translateY(-50%);
}

.i6-indexInnerBox .container .next {
  position: absolute;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
}

.i6-indexInnerBox .container .public {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #999999;
  border-radius: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: pointer;
}

.i6-indexInnerBox .container .public:hover {
  border-color: #1F5FFF;
}

.i6-indexInnerBox .container .public:hover>img:last-of-type {
  display: block;
}

.i6-indexInnerBox .container .public:hover>img:first-of-type {
  display: none;
}

.i6-indexInnerBox .container .public i {
  color: #999999;
  font-size: 18px;
  transition: 0.3s;
}

.i6-indexInnerBox .my-td-swiper .s-c {
  height: 470px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.i6-indexInnerBox .my-td-swiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i6-indexInnerBox .my-td-swiper .s-c .title {
  position: absolute;
  left: 40px;
  top: 50px;
}

.i6-indexInnerBox .my-td-swiper .s-c .title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .title h6 {
  font-size: 24px;
  font-weight: 400;
  color: #C2AA82;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content {
  position: absolute;
  bottom: -100%;
  left: 0px;
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(0deg, #1F5FFF 0%, #3B86FF 100%);
  transition: 0.3s;
  opacity: 0;
}

.i6-indexInnerBox .my-td-swiper .s-c:hover>.flow-content {
  bottom: 0px;
  opacity: 1;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content {
  width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 {
  height: 106px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-top: 28px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a i {
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 10px;
}

/* ========== 横幅 ========== */
.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 {
    font-size: 20px;
  }

  .public-title h3 {
    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;
  }
}

/* ========== 安全技术支持链接按钮样式 ========== */
.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;
}

/* PC 版宽度 */
@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;
}

/* 手机版样式（合并所有手机媒体查询） */
@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 手机版响应式（针对事故案例页，同时适用于全局） */
  .swiper-container {
    width: 100% !important;
  }
  .partner-swiper-wrapper {
    width: 90% !important;
  }

  /* 标题手机版字号 */
  .con3-4-InnerBox .top-container .left h1 {
    font-size: 36px !important;
    padding-bottom: 15px !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 {
  width: 75%;
  margin: 0 auto;
}
.partner-swiper-wrapper .swiper-container {
  width: 100%;
}
.footerInnerBox .qrBox .item {
  text-align: center;
}
.footerInnerBox .qrBox .item img {
  width: 83px;
  height: auto;
}

/* ========== 事故事件管理卡片 & 深度解读板块样式 ========== */

.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;
  gap: 30px;
  margin-top: 40px;
}
.module-card {
  flex: 1;
  min-width: 280px;
  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);
}
.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, .module-header h2 {
  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); }
}

/* 深度解读板块 */
.regulation-full-wrap {
  background: linear-gradient(145deg, #f5f7fc 0%, #ffffff 100%);
  padding: 60px 0 80px;
  position: relative;
  overflow: hidden;
}
.regulation-full-wrap::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(31,95,255,0.03) 0%, transparent 70%);
  animation: slowRotate 30s linear infinite;
  pointer-events: none;
}
@keyframes slowRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.regulation-card {
  max-width: 1400px;
  margin: 0 auto;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(2px);
  border-radius: 56px;
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(31,95,255,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s;
  position: relative;
  z-index: 2;
}
.regulation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 40px 70px -20px rgba(31,95,255,0.3), 0 0 0 1px rgba(31,95,255,0.2);
}
.law-section {
  background: linear-gradient(125deg, #0B2B5E 0%, #1F5FFF 100%);
  padding: 52px 56px;
  color: white;
  position: relative;
  overflow: hidden;
}
.law-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle, rgba(255,255,255,0.15) 0%, transparent 70%);
  animation: shine 8s infinite linear;
  pointer-events: none;
}
@keyframes shine {
  0% { transform: translateX(-30%) translateY(-30%) rotate(0deg); opacity: 0.3; }
  50% { transform: translateX(10%) translateY(10%) rotate(15deg); opacity: 0.6; }
  100% { transform: translateX(-30%) translateY(-30%) rotate(0deg); opacity: 0.3; }
}
.law-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 192, 88, 0.95);
  backdrop-filter: blur(4px);
  padding: 8px 28px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 700;
  color: #1E2F4B;
  margin-bottom: 28px;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.law-section h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 28px;
  letter-spacing: -1px;
  text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.law-fulltext {
  font-size: 22px;
  line-height: 1.55;
  font-weight: 500;
  border-left: 6px solid #FFC058;
  padding-left: 32px;
  background: rgba(255,255,255,0.08);
  border-radius: 0 24px 24px 0;
  display: inline-block;
  width: auto;
  max-width: 90%;
  backdrop-filter: blur(2px);
}
.interpret-full {
  padding: 56px 56px 52px;
  background: #ffffff;
}
.interpret-full p {
  font-size: 16px;
  line-height: 1.85;
  color: #2c3e4f;
  margin-bottom: 28px;
  text-align: justify;
}
.interpret-full strong {
  color: #1F5FFF;
  font-weight: 700;
}
.insight-box {
  background: linear-gradient(105deg, #F0F7FF 0%, #FFFFFF 100%);
  border-radius: 32px;
  padding: 28px 36px;
  margin: 40px 0;
  border-left: 8px solid #FFC058;
  box-shadow: 0 12px 28px rgba(31,95,255,0.08);
  transition: 0.2s;
}
.insight-box:hover {
  transform: scale(1.01);
  box-shadow: 0 18px 36px rgba(31,95,255,0.12);
}
.insight-box p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 17px;
}
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 36px 0 30px;
}
.tag-cloud span {
  background: linear-gradient(135deg, #EFF3FC, #ffffff);
  padding: 8px 22px;
  border-radius: 60px;
  font-size: 13px;
  font-weight: 600;
  color: #1F5FFF;
  transition: all 0.25s ease;
  cursor: default;
  border: 1px solid rgba(31,95,255,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.tag-cloud span:hover {
  background: #1F5FFF;
  color: white;
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 6px 12px rgba(31,95,255,0.25);
}
.nav-dual {
  display: flex;
  gap: 32px;
  margin-top: 56px;
  flex-wrap: wrap;
}
.nav-prev, .nav-next {
  flex: 1;
  background: #ffffff;
  border-radius: 40px;
  padding: 28px 36px;
  border: 1px solid rgba(31,95,255,0.2);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.02);
}
.nav-prev.disabled {
  background: #F9FCFE;
  opacity: 0.7;
  cursor: default;
  border-color: #e2e8f0;
}
.nav-prev:not(.disabled):hover, .nav-next:not(.disabled):hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 40px -12px rgba(31, 95, 255, 0.25);
  border-color: rgba(31, 95, 255, 0.5);
  background: #ffffff;
}
.nav-label {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #1F5FFF;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.nav-prev.disabled .nav-label {
  color: #b9c4d4;
}
.nav-label i {
  font-size: 20px;
  transition: transform 0.2s;
}
.nav-next:not(.disabled):hover .nav-label i {
  transform: translateX(6px);
}
.nav-title {
  font-size: 24px;
  font-weight: 700;
  color: #1C2F48;
  margin-bottom: 16px;
  line-height: 1.3;
}
.nav-prev.disabled .nav-title {
  color: #B2C1D4;
}
.next-link a {
  text-decoration: none;
}
.next-link .nav-title {
  background: linear-gradient(120deg, #1F5FFF, #3B86FF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.next-link:hover .nav-title {
  background: linear-gradient(120deg, #0F4FEF, #2F76FF);
  background-clip: text;
  -webkit-background-clip: text;
}
.preview-desc {
  font-size: 14px;
  color: #5C6F87;
  line-height: 1.55;
  margin-top: 18px;
  border-top: 1px solid #EFF3F8;
  padding-top: 18px;
}
/* 手机端适配 */
@media (max-width: 768px) {
  .modules-wrapper {
    padding: 40px 0;
  }
  .law-section {
    padding: 32px 24px;
  }
  .law-section h2 {
    font-size: 32px;
  }
  .law-fulltext {
    font-size: 16px;
    padding-left: 20px;
    max-width: 100%;
  }
  .interpret-full {
    padding: 32px 24px;
  }
  .insight-box {
    padding: 20px 24px;
  }
  .tag-cloud span {
    padding: 5px 16px;
    font-size: 12px;
  }
  .nav-dual {
    flex-direction: column;
    gap: 20px;
  }
  .nav-prev, .nav-next {
    padding: 20px 24px;
  }
  .nav-title {
    font-size: 20px;
  }
  .law-tag {
    font-size: 12px;
    padding: 6px 20px;
  }
}
@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端：右侧单张大图样式（不干扰原有四张小图） ========== */
/* 仅在 PC 宽屏下生效，不写手机媒体查询 */
.con3-4-InnerBox .top-container .right .item.single-big-image {
  width: 100% !important;           /* 占满 .right 整个宽度（750px） */
  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);
}






  .modules-grid .module-desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }




/* 四个实战指南卡片两列布局 */
.guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .guide-grid {
    grid-template-columns: 1fr;
  }
}






    /* 仅为 H1 渐变色（左侧更深） */
    .h1-gradient {
      text-align: center;
      font-size: 44px;
      font-weight: bold;
      font-family: 'Source Han Sans CN', sans-serif;
      line-height: 1.2;
      margin: 60px auto 10px;
      padding: 0 20px;
      background: linear-gradient(135deg, #001F6B 0%, #0F4FEF 50%, #3B86FF 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
    }
    /* H1 英文副标题 */
    .h1-sub {
      text-align: center;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      color: #4a627a;
      letter-spacing: 1px;
      margin-bottom: 30px;
    }
    @media only screen and (max-width: 1560px) {
      .h1-gradient { font-size: 34px; margin-top: 40px; }
      .h1-sub { font-size: 16px; }
    }
    @media (max-width: 768px) {
      .h1-gradient { font-size: 24px; margin-top: 30px; }
      .h1-sub { font-size: 12px; margin-bottom: 20px; }
    }
    
    /* 统一公共标题样式（主标题大而醒目，英文副标题缩小） */
    .public-title h2, .public-title h3 {
      font-size: 44px;
      font-weight: bold;
      color: #000920;
      font-family: 'Source Han Sans CN', sans-serif;
      line-height: 1;
      margin-top: 10px;
      text-align: center;
    }
    .public-title .public-h5 {
      font-size: 18px;          /* 原30px过大，缩小为18px */
      font-weight: 400;
      color: #CBCBCD;
      font-family: Montserrat;
      line-height: 1;
      text-align: center;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }
    @media only screen and (max-width: 1560px) {
      .public-title h2, .public-title h3 { font-size: 34px; }
      .public-title .public-h5 { font-size: 16px; }
    }
    @media (max-width: 768px) {
      .public-title h2, .public-title h3 { font-size: 24px; }
      .public-title .public-h5 { font-size: 14px; }
    }

    /* 九大维度优势 - 完整版（包含蓝色圆形背景，英文副标题增大一号） */
    .dimension-module {
        max-width: 1400px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    .dimension-module .blue-title {
        color: #1F5FFF;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .dimension-module .sub-title {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        color: #333;
        margin: 20px 0 15px;
    }
    .dimension-module .text-center {
        text-align: center;
        font-size: 18px;
        color: #555;
        margin: 20px auto;
    }
    .dimension-module .line {
        width: 100px;
        height: 4px;
        background: #FFC058;
        margin: 20px auto 40px;
        border: none;
    }
    .dimension-module ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .dimension-module ul li {
        width: 33.333%;
        margin-bottom: 30px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .dimension-module .content {
        display: flex;
        align-items: center;
        gap: 16px;
        background: #f8faff;
        border-radius: 16px;
        padding: 18px 15px;
    }
    /* 蓝色圆形背景 */
    .dimension-module .left {
        width: 56px;
        height: 56px;
        background: #1F5FFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    /* 图片保持原始比例，大小控制在圆形内 */
    .dimension-module .left img {
        max-width: 70%;
        max-height: 70%;
        width: auto;
        height: auto;
        display: block;
    }
    .dimension-module .right {
        flex: 1;
    }
    .dimension-module .right h3 {
        font-size: 20px;
        font-weight: 700;
        color: #13294b;
        margin-bottom: 6px;
    }
    /* PC端英文副标题增大至16px */
    .dimension-module .dimension-sub {
        font-size: 16px;
        color: #6c7a91;
    }
    @media (max-width: 1024px) and (min-width: 769px) {
        .dimension-module ul li {
            width: 50%;
        }
        .dimension-module .right h3 {
            font-size: 18px;
        }
    }
    @media (max-width: 768px) {
        .dimension-module {
            padding: 30px 15px;
        }
        .dimension-module ul li {
            width: 100%;
            padding: 0;
        }
        .dimension-module .left {
            width: 48px;
            height: 48px;
        }
        .dimension-module .right h3 {
            font-size: 18px;
        }
        /* 手机端英文副标题增大至14px */
        .dimension-module .dimension-sub {
            font-size: 18px;
        }
    }

    /* 全局辅助样式（原内联样式迁移） */
    .modules-wrapper-custom {
      margin-top: 40px;
    }
    .guide-desc {
      color: #4a627a;
      margin-top: 5px;
      text-align: center;
    }
    .tips {
      display: none;
    }
    .fadein.tip-phone,
    .fadein.tip-img {
      display: none;
    }
    .f-phone svg {
      margin-right: 5px;
    }
    .tip-phone svg {
      margin-right: 8px;
    }

    /* H1 渐变色 + 英文副标题 */
    .h1-gradient {
      text-align: center;
      font-size: 44px;
      font-weight: bold;
      font-family: 'Source Han Sans CN', sans-serif;
      line-height: 1.2;
      margin: 60px auto 10px;
      padding: 0 20px;
      background: linear-gradient(135deg, #001F6B 0%, #0F4FEF 50%, #3B86FF 100%);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
    }
    .h1-sub {
      text-align: center;
      font-size: 18px;
      font-family: 'Montserrat', sans-serif;
      color: #4a627a;
      letter-spacing: 1px;
      margin-bottom: 30px;
    }
    @media only screen and (max-width: 1560px) {
      .h1-gradient { font-size: 34px; margin-top: 40px; }
      .h1-sub { font-size: 16px; }
    }
    @media (max-width: 768px) {
      .h1-gradient { font-size: 24px; margin-top: 30px; }
      .h1-sub { font-size: 12px; margin-bottom: 20px; }
    }

    /* 统一 H2 风格 */
    .public-title h2, .public-title h3 {
      font-size: 44px;
      font-weight: bold;
      color: #000920;
      font-family: 'Source Han Sans CN', sans-serif;
      line-height: 1;
      margin-top: 10px;
      text-align: center;
    }
    .public-title .public-h5 {
      font-size: 18px;
      font-weight: 400;
      color: #CBCBCD;
      font-family: Montserrat;
      line-height: 1;
      text-align: center;
      letter-spacing: 2px;
      margin-bottom: 10px;
    }
    @media only screen and (max-width: 1560px) {
      .public-title h2, .public-title h3 { font-size: 34px; }
      .public-title .public-h5 { font-size: 16px; }
    }
    @media (max-width: 768px) {
      .public-title h2, .public-title h3 { font-size: 24px; }
      .public-title .public-h5 { font-size: 14px; }
    }

    /* 九大维度优势 - 等高 + 上下居中优化版 */
    .dimension-module {
        max-width: 1400px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    .dimension-module .blue-title {
        color: #1F5FFF;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }
    .dimension-module .sub-title {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        color: #333;
        margin: 20px 0 15px;
    }
    .dimension-module .text-center {
        text-align: center;
        font-size: 18px;
        color: #555;
        margin: 20px auto;
    }
    .dimension-module .line {
        width: 100px;
        height: 4px;
        background: #FFC058;
        margin: 20px auto 40px;
        border: none;
    }
    /* 改用 Grid 布局，实现自动等高 */
    .dimension-module ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .dimension-module ul li {
        margin: 0;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .dimension-module .content {
        display: flex;
        align-items: center;         /* 上下居中 */
        justify-content: flex-start;
        gap: 16px;
        background: #f8faff;
        border-radius: 16px;
        padding: 18px 15px;
        height: 100%;                /* 拉伸至整行最高 */
        box-sizing: border-box;
    }
    .dimension-module .left {
        width: 56px;
        height: 56px;
        background: #1F5FFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }
    .dimension-module .left img {
        max-width: 70%;
        max-height: 70%;
        width: auto;
        height: auto;
        display: block;
    }
    .dimension-module .right {
        flex: 1;
    }
    .dimension-module .right h3 {
        font-size: 20px;
        font-weight: 700;
        color: #13294b;
        margin-bottom: 6px;
    }
    .dimension-module .right .dimension-sub {
        font-size: 16px;
        color: #6c7a91;
        line-height: 1.4;
    }
    /* 响应式：平板两列 */
    @media (max-width: 1024px) and (min-width: 769px) {
        .dimension-module ul {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    /* 手机一列 */
    @media (max-width: 768px) {
        .dimension-module {
            padding: 30px 15px;
        }
        .dimension-module ul {
            grid-template-columns: 1fr;
            gap: 20px;
        }
        .dimension-module .left {
            width: 48px;
            height: 48px;
        }
        .dimension-module .right h3 {
            font-size: 18px;
        }
        .dimension-module .right .dimension-sub {
            font-size: 14px;
        }
    }

    /* 页面内容专用样式（不影响全局） */
    .content-page {
      max-width: 1280px;
      margin: 0 auto;
      padding: 40px 24px 80px;
    }
    .content-page h1 {
      font-size: 36px;
      color: #003366;
      border-left: 6px solid #1F5FFF;
      padding-left: 20px;
      margin-bottom: 24px;
      font-weight: 700;
    }
    .content-page h2 {
      font-size: 28px;
      color: #1F5FFF;
      margin-top: 40px;
      margin-bottom: 16px;
      padding-bottom: 8px;
      border-bottom: 2px solid #e6edf4;
    }
    .content-page h3 {
      font-size: 22px;
      color: #2c3e50;
      margin-top: 28px;
      margin-bottom: 12px;
      font-weight: 600;
    }
    .content-page p {
      line-height: 1.65;
      margin-bottom: 16px;
      font-size: 16px;
    }
    .content-page table {
      width: 100%;
      border-collapse: collapse;
      margin: 24px 0;
      background: #f9fafc;
      font-size: 14px;
    }
    .content-page th, .content-page td {
      border: 1px solid #ccd7e6;
      padding: 10px 12px;
      vertical-align: top;
    }
    .content-page th {
      background: #eef2f7;
      font-weight: 600;
    }
    .content-page ul, .content-page ol {
      margin: 12px 0 20px 24px;
    }
    .content-page li {
      margin-bottom: 8px;
    }
    .note {
      background: #fef5e7;
      border-left: 4px solid #f0ad4e;
      padding: 12px 16px;
      margin: 24px 0;
      font-size: 14px;
    }
    .back-link {
      display: inline-block;
      margin-top: 40px;
      color: #1F5FFF;
      text-decoration: none;
      font-weight: 500;
    }
    .back-link:hover {
      text-decoration: underline;
    }
    @media (max-width: 768px) {
      .content-page {
        padding: 20px 16px;
      }
      .content-page h1 { font-size: 28px; }
      .content-page h2 { font-size: 22px; }
      .content-page h3 { font-size: 18px; }
    }

    /* 子页面链接组样式（无标签，2x2 网格居中） */
    .sub-links {
      margin-top: 16px;
      padding-top: 12px;
      border-top: 1px solid #eef2f7;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      justify-items: center;
      align-items: center;
    }
    .sub-link {
      background: #f0f4fa;
      padding: 6px 12px;
      border-radius: 30px;
      font-size: 13px;
      color: #1F5FFF;
      text-decoration: none;
      text-align: center;
      transition: 0.2s;
      width: 90%;
      max-width: 140px;
      white-space: nowrap;
    }
    .sub-link:hover {
      background: #1F5FFF;
      color: white;
    }
    @media (max-width: 768px) {
      .sub-links {
        gap: 8px;
      }
      .sub-link {
        font-size: 12px;
        padding: 5px 8px;
        white-space: normal;
        max-width: none;
      }
    }






/* 全局辅助样式（原内联样式迁移） */
.modules-wrapper-custom {
  margin-top: 40px;
}
.guide-desc {
  color: #4a627a;
  margin-top: 5px;
  text-align: center;
}
.tips {
  display: none;
}
.fadein.tip-phone,
.fadein.tip-img {
  display: none;
}
.f-phone svg {
  margin-right: 5px;
}
.tip-phone svg {
  margin-right: 8px;
}

/* H1 渐变色 + 英文副标题 */
.h1-gradient {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  font-family: 'Source Han Sans CN', sans-serif;
  line-height: 1.2;
  margin: 60px auto 10px;
  padding: 0 20px;
  background: linear-gradient(135deg, #001F6B 0%, #0F4FEF 50%, #3B86FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.h1-sub {
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #4a627a;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1560px) {
  .h1-gradient { font-size: 34px; margin-top: 40px; }
  .h1-sub { font-size: 16px; }
}
@media (max-width: 768px) {
  .h1-gradient { font-size: 24px; margin-top: 30px; }
  .h1-sub { font-size: 12px; margin-bottom: 20px; }
}

/* 统一 H2 风格（中文主标题大，英文副标题小） */
.public-title h2, .public-title h3 {
  font-size: 44px;
  font-weight: bold;
  color: #000920;
  font-family: 'Source Han Sans CN', sans-serif;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.public-title .public-h5 {
  font-size: 18px;
  font-weight: 400;
  color: #CBCBCD;
  font-family: Montserrat;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1560px) {
  .public-title h2, .public-title h3 { font-size: 34px; }
  .public-title .public-h5 { font-size: 16px; }
}
@media (max-width: 768px) {
  .public-title h2, .public-title h3 { font-size: 24px; }
  .public-title .public-h5 { font-size: 14px; }
}




    /* 页面内通用样式（含翻页导航） */
    .page-nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 40px;
      padding-top: 20px;
      border-top: 1px solid #eef2f7;
    }
    .prev-link, .next-link {
      display: inline-block;
      background: #f0f4fa;
      padding: 8px 20px;
      border-radius: 40px;
      color: #1F5FFF;
      text-decoration: none;
      transition: 0.2s;
    }
    .prev-link:hover, .next-link:hover {
      background: #1F5FFF;
      color: white;
    }
    .back-link {
      color: #6c7a91;
      text-decoration: none;
      font-weight: 500;
    }
    .back-link:hover {
      text-decoration: underline;
    }