@charset "utf-8";
     /* ===== 所有样式以 jm- 为前缀 ===== */
        .jm-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .jm-section {
            padding: 30px 0 5px;
        }

        .jm-section-title {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
            color: #0a7e7c;
            margin-bottom: 12px;
            letter-spacing: 1px;
        }
		
		.jm-section-titlex {
            font-size: 25px;
            font-weight: 700;
            text-align:left;
            color: #0a7e7c;
            margin-bottom: 12px;
            letter-spacing: 1px;
        }
        .jm-section-sub {
            text-align: center;
            color: #4b6b67;
            font-size: 16px;
            margin-bottom: 20px;
			margin-top:-20px;
        }
        .jm-section-title .jm-highlight {
            color: #0d9488;
        }

        .jm-divider {
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, #0d9488, #14b8a6);
            margin: 0 auto 30px;
            border-radius: 3px;
        }

        /* ===== 顶部横幅 + 扫光动画 ===== */
        .jm-hero {
            background: linear-gradient(135deg, #0a5c5a 0%, #0d7b7a 40%, #0d9488 100%);
            padding: 120px 20px 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .jm-hero::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
            pointer-events: none;
        }

        .jm-hero-title {
            font-size: 38px;
            font-weight: 700;
            color: #fff;
            letter-spacing: 2px;
            margin-bottom: 18px;
            position: relative;
            z-index: 1;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        }
        .jm-hero-title small {
            font-size: 22px;
            font-weight: 400;
            opacity: 0.9;
            display: block;
            margin-top: 6px;
			
			
			
        }
		.jm-hero-title small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight:400;
  color: #fff;
  gap: 20px; /* 控制装饰与文字的间距 */
}

.jm-hero-title small::before,
.jm-hero-title small::after {
  content: "——";
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
}

/* 如果想做成线条风格，可以改成这样： */
.jm-hero-title small::before,
.jm-hero-title small::after {
  content: "";
  flex: 1;
  height: 2px;
  background:  #fff;
  max-width: 50px;
}


        /* —— 扫光动画标语 —— */
        .jm-scan-wrapper {
            position: relative;
            z-index: 1;
            display: inline-block;
            padding: 6px 0;
			 margin-top:15px;
        }
        .jm-scan-text {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            letter-spacing: 1px;
            background: linear-gradient(
                120deg,
                #fff 0%,
                #fff 30%,
                #ffd866 48%,
                #ffe69e 52%,
                #fff 70%,
                #fff 100%
            );
            background-size: 300% 100%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: jm-scanMove 8s ease-in-out infinite;
            display: inline-block;
            padding: 4px 0;
        }
        @keyframes jm-scanMove {
            0% {
                background-position: 300% 0;
            }
            100% {
                background-position: -300% 0;
            }
        }

        .jm-hero-sub {
            color: rgba(255, 255, 255, 0.85);
            font-size: 14px;
            margin-top: 18px;
            letter-spacing: 2px;
            position: relative;
            z-index: 1;
        }
		
		.hero-features {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 28px;
            margin-bottom: 30px;
        }
        .hero-features span {
            display: flex;
            align-items: center;
            gap: 8px;
            font-weight: 500;
            font-size:22px;
			
        }
        .hero-features i {
            color: #fcd34d;
        }
		

        /* ===== 痛点（整合为整段文字） ===== */
        .jm-pain-block {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(13, 148, 136, 0.08);
            padding: 40px 44px 2px;
            margin-top: -30px;
            position: relative;
            z-index: 2;
            border: 1px solid rgba(13, 148, 136, 0.10);
        }
        .jm-pain-block p {
            color: #2d4a46;
            font-size: 16px;
            margin-bottom: 14px;
            line-height: 1.8;
        }
        .jm-pain-block .jm-highlight-text {
            font-weight: 600;
            color: #0a5c5a;
        }
        .jm-pain-block .jm-tag {
            display: inline-block;
            background: #ccfbf1;
            color: #0a7e7c;
            padding: 2px 14px;
            border-radius: 20px;
            font-size: 13px;
            font-weight: 600;
            margin-right: 6px;
        }

        /* ===== 品牌介绍 ===== */
        .jm-brand {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px 44px;
            box-shadow: 0 4px 20px rgba(13, 148, 136, 0.06);
            border: 1px solid rgba(13, 148, 136, 0.08);
        }
        .jm-brand-inner {
            display: flex;
            gap: 40px;
            align-items: center;
            flex-wrap: wrap;
        }
        .jm-brand-text {
            flex: 1 1 55%;
        }
        .jm-brand-text h3 {
            font-size: 24px;
            color: #0a5c5a;
            margin-bottom: 12px;
        }
        .jm-brand-text p {
            color: #3d5a56;
            font-size: 15px;
            margin-bottom: 10px;
        }
        .jm-brand-img {
          
          
          
            min-height: 180px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0a7e7c;
            font-size: 15px;
            font-weight: 500;
         
            padding: 0px;
            text-align: center;
        }

        /* ===== 四大核心优势 ===== */
        .jm-advantages {
            display: grid;
            /*grid-template-columns: 1fr 1fr;*/
            gap: 18px;
        }
        .jm-adv-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 30px 30px 26px;
            box-shadow: 0 4px 16px rgba(13, 148, 136, 0.06);
            border: 1px solid rgba(13, 148, 136, 0.08);
            transition: transform 0.2s, box-shadow 0.2s;
        }
        .jm-adv-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 30px rgba(13, 148, 136, 0.12);
        }
        .jm-adv-num {
            font-size: 20px;
            font-weight: 700;
            color: #0a7e7c;
            background: #ecf4ff;
            display: inline-block;
            padding: 5px 26px;
            border-radius: 20px;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }
        .jm-adv-card h4 {
            font-size: 20px;
            color: #0a5c5a;
            margin-bottom: 10px;
        }
        .jm-adv-card p {
            color: #3d5a56;
            font-size: 16px;
			line-height:30px;
            margin-bottom: 6px;
        }
        .jm-adv-card ul {
            padding-left: 32px;
            color: #3d5a56;
           
        }
        .jm-adv-card ul li {
            font-size: 16px;line-height:30px;
        }
		 .jm-adv-card ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

        /* 03 特殊布局：左文右图 */
        .jm-adv-03 {
            display: flex;
            gap: 28px;
            align-items: stretch;
            flex-wrap: wrap; 
        }
        .jm-adv-03 .jm-adv-left {
            flex: 1 1 50%;margin-top:50px
        }
        .jm-adv-03 .jm-adv-right {
            flex: 0 0 38%;
            background: #e6f7f5;
            border-radius: 10px;
            border: 1px dashed #14b8a6;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 15px 15px;
            min-height: 160px;
            color: #0a7e7c;
            text-align: center;
        }
		.jm-adv-03 .jm-adv-right img{ width:100%;
        }
		
        .jm-adv-03 .jm-adv-right .jm-img-label {
            font-weight: 600;
            font-size: 15px;
        }
        .jm-adv-03 .jm-adv-right .jm-img-sub {
            font-size: 14px;
            margin-top: 6px;
            color: #3d5a56;
          
        }

        /* ===== 四大合作模式 ===== */
        .jm-modes {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
        }
        .jm-mode-card {
            background: #ffffff;
            border-radius: 16px;
            padding: 28px 28px 24px;
            box-shadow: 0 4px 16px rgba(13, 148, 136, 0.06);
            border: 1px solid rgba(13, 148, 136, 0.08);
            border-top: 4px solid #0d9488;
        }
       .jm-mode-card .jm-mode-icon {
    margin-right: 8px;
    width: 40px;
    height: 40px;
    display: inline-flex;          /* 改为flex布局，使子元素居中 */
    align-items: center;            /* 垂直居中 */
    justify-content: center;        /* 水平居中 */
    background: #e6f7f5;
    border-radius: 50%;             /* 圆形背景 */
    font-size: 18px;
    color: #0a7e7c;
    flex-shrink: 0;                /* 防止被压缩变形 */
}
        .jm-mode-card h4 {
			 display: inline-block;
            font-size: 19px;
			font-weight:600;
            color: #0a5c5a;
            margin-bottom: 6px;
			margin-right:10px;
        }
        .jm-mode-card .jm-mode-badge {
            display: inline-block;
            background: #ecf4ff;
            color: #0a7e7c;
            font-size: 14px;
            font-weight: 500;
            padding: 3px 14px;
            border-radius: 30px;
            margin-bottom: 8px;
        }
        .jm-mode-card p {
            color: #3d5a56;
            font-size: 15px;
			line-height:28px;
			 margin-top:10px
        }

        /* ===== 八大扶持 ===== */
        .jm-supports {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 20px;
        }
        .jm-supp-card {
            background: #ffffff;
            border-radius: 14px;
            padding: 22px 18px 18px;
            box-shadow: 0 4px 12px rgba(13, 148, 136, 0.05);
            border: 1px solid rgba(13, 148, 136, 0.07);
            text-align: center;
            transition: transform 0.2s;
        }
        .jm-supp-card:hover {
            transform: translateY(-3px);
        }
        .jm-supp-card .jm-supp-icon {
            font-size: 30px;
            display: block;
            margin-bottom: 8px;
        }
        .jm-supp-card h5 {
            font-size: 18px;
			font-weight:600;
            color: #075e5a;
            margin-bottom: 14px;
        }
        .jm-supp-card p {
            font-size: 15px;
			line-height:28px;
            color: #4b6b67;
        }

        /* ===== 加盟核心优势（左右布局） ===== */
        .jm-join-advantage {
            display: flex;
            gap:10px;
            flex-wrap: wrap;
            background: #ffffff;
            border-radius: 16px;
            padding: 40px 35px;
            box-shadow: 0 4px 20px rgba(13, 148, 136, 0.06);
            border: 1px solid rgba(13, 148, 136, 0.08);
        }
        .jm-join-left {
            flex: 0 0 58%;
        }
		.jm-join-left .join-message {
    margin-top: auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
}

.jm-join-left .arrow {
    /* 箭头样式 */
    font-size: 20px;
    color: #e74c3c; /* 或者品牌色 */
}
        .jm-join-left h3 {
            font-size: 18px;
            color: #0a5c5a;
            margin-bottom: 16px;
        }
        .jm-join-left ul {
            list-style: none;
            padding: 0;
            display: grid;
          
            gap: 10px 28px;
        }
        .jm-join-left ul li {
            font-size: 16px;
			line-height:28px;
            color: #2d4a46;
            padding-left:18px;
            position: relative;
        }
        .jm-join-left ul li::before {
            content: '◆';
            color: #0d9488;
            position: absolute;
            left: 0;
            top: 0;
            font-size: 13px;
        }
      
        .jm-join-right {
            flex: 1 1 25%;

            min-width: 180px;
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 2px 10px -12px rgba(0, 20, 40, 0.18);
            padding:8px;
            transition: all 0.2s ease;
			 margin-right:2%;
        }

        /* ===== 双栏网格 ===== */
        .jm-two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            align-items: stretch; /* 让两栏高度自动对齐 */
        }

        /* ===== 左栏 · 图片 (9:16) ===== */
        .jm-image-place {
            border-radius: 10px;
			padding:0px;
            overflow: hidden;
            background: #e8edf4;
            position: relative;
            aspect-ratio: 2.5 / 4;          /* 核心：9:16 竖屏比例 */
            max-height: 40vh;              /* 桌面端限制最大高度，避免过高 */
            display: flex;
            align-items: center;
            justify-content: center;
			 border:1px #f9f9f9 solid
        }

        .jm-image-place img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;             /* 图片裁剪填充，保持比例 */
            transition: transform 0.3s ease;
        }

       

        /* 图片占位 (无图时显示) */
        .jm-image-place .placeholder {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #7a8a9e;
            font-size: 14px;
            gap: 8px;
            padding: 6px;
            text-align: center;
        }

      

        /* ===== 右栏 · 视频框 (9:16) ===== */
        .jm-video-place {
            border-radius: 10px;
            background: linear-gradient(145deg, #b2bdc8, #b2bdc8);
            padding: 0px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            aspect-ratio: 3 / 4;          /* 核心：9:16 竖屏比例 */
            max-height: 40vh;              /* 与左侧保持一致 */
            transition: background 0.25s ease;
            border: 1px solid rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
            overflow: hidden;              /* 防止内容溢出破坏比例 */
        }
 .jm-video-place img{ width:100%;              /* 防止内容溢出破坏比例 */
        }
      

         .jm-two-col p {
            font-size: 14px;
            font-weight: 450;
            line-height: 1.6;
            color: #1a2b3e;
            max-width: 260px;
            letter-spacing: 0em;
            margin: 0;
            word-break: break-word;
        }

      

        /* ===== 响应式：小屏变单栏 ===== */
        @media (max-width: 700px) {
            .jm-two-col {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            /* 移动端取消最大高度限制，让 9:16 完全展现 */
            .jm-image-place,
            .jm-video-place {
                max-height: none;
                aspect-ratio: 3 / 4;      /* 保持 9:16 */
            }

            .jm-vid-icon {
                font-size: 40px;
               
            }

            .jm-video-place p {
                font-size: 15px;
                max-width: 100%;
            }

            .jm-join-right {
                padding: 16px;
            }
        }

        @media (max-width: 420px) {
            .jm-video-place p {
                font-size: 14px;
            }
            .jm-vid-icon {
                font-size: 34px;
               
            }
            .jm-video-place {
                padding:0px;
            }
			 .jm-adv-num {
            font-size: 16px;
         
            letter-spacing: 0.15px;
        }
		
        }

        /* ===== 招募合作对象（整合为整段） ===== */
        .jm-audience-block {
            background: #ffffff;
            border-radius: 12px;
            padding: 16px 44px;
            box-shadow: 0 4px 20px rgba(13, 148, 136, 0.06);
            border: 1px solid rgba(13, 148, 136, 0.08);
            text-align: center;
        }
        .jm-audience-block p {
            font-size: 16px;
            color: #2d4a46;
            letter-spacing: 0px;
            line-height: 1.8;
			 text-align:left
        }
        .jm-audience-block .jm-strong {
            font-weight: 600;
            color: #0a5c5a;
        }

        /* ===== 合作愿景 ===== */
        .jm-vision {
               background: #ffffff;
    border-radius: 12px;
    padding: 16px 44px;
    box-shadow: 0 4px 20px rgba(13, 148, 136, 0.06);
    border: 1px solid rgba(13, 148, 136, 0.08);
    text-align: center;
        }
        .jm-vision p {
            font-size: 16px;
			line-height:28px;
            color: #1a3a36;
            text-align:left;
          
            margin: 0 auto 20px;
        }

        /* ===== 底部合作咨询（整合为整块，图标前置） ===== */
        .jm-footer {
            background: linear-gradient(135deg, #0a5c5a 0%, #0d7b7a 100%);
            color: #fff;
            border-radius: 16px 16px 0 0;
            padding: 44px 44px 36px;
            margin-top: 20px;
        }
        .jm-footer-inner {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 30px;
        }
        .jm-footer-left {
            flex: 1 1 60%;
        }
        .jm-footer-left h3 {
            font-size: 22px;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
       .jm-footer-left .jm-contact-item {
            font-size: 16px;
            margin-bottom: 6px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .jm-contact-item .jm-icon {
            font-size: 20px;
            width: 28px;
            text-align: center;
        }
        .jm-contact-item a {
            color: #ffd866;
            text-decoration: none;
            font-weight: 500;
        }
        .jm-contact-item a:hover {
            text-decoration: underline;
        }
        .jm-phone {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #ffd866;
        }
        .jm-footer-right {
            text-align: right;
            font-size: 15px;
            opacity: 0.9;
            flex: 0 0 auto;
        }
        .jm-footer-right .jm-web-icon {
            font-size: 20px;
            margin-right: 6px;
        }
        .jm-footer-right a {
            color: #ffd866;
            text-decoration: none;
            font-weight: 500;
        }
        .jm-footer-right a:hover {
            text-decoration: underline;
        }
        .jm-footer .jm-copy {
            text-align: center;
            margin-top: 24px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            font-size: 13px;
            opacity: 0.7;
        }

        /* ===== 居中展示图片（通用） ===== */
        .jm-center-img {
            background: #e6f7f5;
            border-radius: 12px;
            border: 1px dashed #14b8a6;
            padding: 20px 20px 0 20px;;
            text-align: center;
            color: #0a7e7c;
            font-weight: 500;
            margin: 12px 0 6px;
            min-height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }
        .jm-center-img img{ max-width:100%; border-radius:12px;
        }
        .jm-center-img p {
            font-size: 16px; line-height:40px;
        }

        /* ===== 辅助间距 ===== */
        .jm-mt-20 {
            margin-top: 20px;
        }
        .jm-mb-20 {
            margin-bottom: 20px;
        }
        .jm-mt-30 {
            margin-top: 30px;
        }
        .jm-mb-30 {
            margin-bottom: 30px;
        }

 /* =================== 八大扶持网格 =================== */
        .jm-support-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 15px;
            padding: 10px 0 20px;
        }

        .jm-support-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 32px 24px 28px;
            box-shadow: 0 2px 12px rgba(10, 42, 68, 0.06);
            transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            border: 1px solid rgba(10, 42, 68, 0.04);
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .jm-support-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #d4af37, #e8c84a);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .jm-support-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 16px 48px rgba(10, 42, 68, 0.12);
            border-color: rgba(212, 175, 55, 0.15);
        }

        .jm-support-card:hover::before {
            opacity: 1;
        }

        .jm-support-card .jm-card-icon {
            width: 60px;
            height: 60px;
            border-radius: 14px;
            display: flex;
            align-items: center;

            justify-content: center;
            font-size: 28px;
            color: #ffffff;
            margin-bottom: 18px;
            flex-shrink: 0;
        }

        /* 图标颜色主题（使用 nth-child，因为类名已加前缀，选择器不变） */
        .jm-support-card:nth-child(1) .jm-card-icon {
            background: linear-gradient(135deg, #1a6b8a, #0e4b66);
        }
        .jm-support-card:nth-child(2) .jm-card-icon {
            background: linear-gradient(135deg, #2d7a6e, #1a5a4e);
        }
        .jm-support-card:nth-child(3) .jm-card-icon {
            background: linear-gradient(135deg, #4a6fa5, #2a4f7a);
        }
        .jm-support-card:nth-child(4) .jm-card-icon {
            background: linear-gradient(135deg, #b8863a, #a0702a);
        }
        .jm-support-card:nth-child(5) .jm-card-icon {
            background: linear-gradient(135deg, #6b4f8a, #4a2f6a);
        }
        .jm-support-card:nth-child(6) .jm-card-icon {
            background: linear-gradient(135deg, #c0395a, #8e2a44);
        }
        .jm-support-card:nth-child(7) .jm-card-icon {
            background: linear-gradient(135deg, #2a7a5a, #1a5a3e);
        }
        .jm-support-card:nth-child(8) .jm-card-icon {
            background: linear-gradient(135deg, #8a6a3a, #6a4a2a);
        }

        .jm-support-card .jm-card-number {
            position: absolute;
            top: 16px;
            right: 20px;
            font-size: 48px;
            font-weight: 900;
            color: rgba(10, 42, 68, 0.04);
            line-height: 1;
            pointer-events: none;
            transition: color 0.3s ease;
        }

        .jm-support-card:hover .jm-card-number {
            color: rgba(212, 175, 55, 0.08);
        }

        .jm-support-card .jm-card-title {
            font-size: 19px;
            font-weight: 700;
            color: #0a2a44;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        .jm-support-card .jm-card-title .jm-tag {
            display: inline-block;
            font-size: 11px;
            font-weight: 600;
            color: #d4af37;
            background: rgba(212, 175, 55, 0.1);
            padding: 0 10px;
            border-radius: 12px;
            margin-left: 6px;
            vertical-align: middle;
        }

        .jm-support-card .jm-card-desc {
            font-size: 15px;
            color: #4a6080;
            line-height: 1.7;
            flex: 1;
        }

        .jm-support-card .jm-card-desc strong {
            color: #0a2a44;
            font-weight: 600;
        }
		
		@media (max-width: 1440px) {
		 .jm-join-left {
            flex: 0 0 68%;
        }
		}
        /* ===== 响应式 ===== */
        @media (max-width: 992px) {
            .jm-advantages {
                grid-template-columns: 1fr;
            }
            .jm-modes {
                grid-template-columns: 1fr;
            }
            .jm-supports {
                grid-template-columns: 1fr 1fr;
            }
            .jm-join-left {
                flex: 0 0 100%;
            }
            .jm-join-right {
                flex: 0 0 100%;
            }
            .jm-join-left ul {
                grid-template-columns: 1fr;
            }
            .jm-adv-03 {
                flex-direction: column;
            }
            .jm-adv-03 .jm-adv-right {
                flex: 0 0 auto;
            }
            .jm-hero-title {
                font-size: 28px;
            }
            .jm-scan-text {
                font-size: 17px;
            }
            .jm-footer-inner {
                flex-direction: column;
                text-align: center;
            }
            .jm-footer-right {
                text-align: center;
            }
            .jm-brand-inner {
                flex-direction: column;
            }
            .jm-brand-img {
                flex: 0 0 auto;
                width: 100%;
                min-height: 120px;
            }
            .jm-pain-block {
                padding: 28px 24px;
            }
            .jm-audience-block {
                padding: 28px 24px;
            }
        }

        @media (max-width: 600px) {
            .jm-section {
                padding: 6px 0 5px;
            }
            .jm-section-title {
                font-size: 18px;
            }
            .jm-hero {
                padding: 30px 16px 28px; margin-top:80px;
            }
            .jm-hero-title {
                font-size: 18px; margin-bottom:5px;
            }
            .jm-hero-title small {
                font-size: 16px;
            }
			.jm-hero-title small::before,
.jm-hero-title small::after {
 
  max-width: 30px;
}
            .jm-scan-text {
                font-size: 14px;
            }
            .jm-pain-block {
                padding: 20px 18px;
            }
            .jm-brand {
                padding: 24px 18px;
            }
            .jm-adv-card {
                padding: 20px 18px;
            }
            .jm-mode-card {
                padding: 20px 18px;
            }
            .jm-supports {
                grid-template-columns: 1fr 1fr;
                gap: 12px;
            }
            .jm-supp-card {
                padding: 16px 12px;
            }
            .jm-join-advantage {
                padding: 24px 18px;
            }
            .jm-audience-block {
                padding: 20px 18px;
            }
            .jm-vision {
                padding: 24px 18px;
            }
            .jm-footer {
                padding: 28px 18px 24px;
            }
            .jm-center-img {
                min-height: 80px;
                padding: 18px 12px;
            }
            .jm-footer-left .jm-phone {
                font-size: 17px;
            }
			  .jm-adv-03 .jm-adv-left {
            margin-top:0px
        }
		
		.jm-support-grid {
           
            grid-template-columns: repeat(2, 1fr);
           
        }
		 .jm-center-img p {
            font-size: 15px; line-height:25px; margin-top:5px
        }
		.jm-mt-30 {
            margin-top: 10px;
        }
		
        }

  .jmx-contact-card {
         
            width: 100%;
            transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            box-sizing: border-box;
        }

       

        /* ========== 定义列表容器 ========== */
        .jmx-contact-dl {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        /* ========== 每条信息行（dd标签） ========== */
        .jmx-contact-dl dd {
            margin: 0;
            padding: 0;
        }

        .jmx-contact-item {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            padding: 16px 18px;
        
            transition:
                background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: default;
        }

        .jmx-contact-item+.jmx-contact-item {
            margin-top: 12px;
        }

      

        /* ========== 图标容器 ========== */
        .jmx-contact-icon-wrap {
            flex-shrink: 0;
            width:35px;
            height:35px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size:18px;
            color: #ffffff;
            transition:
                transform 0.28s cubic-bezier(0.4, 0, 0.2, 1),
                box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        /* 图标背景渐变 - 不同行使用不同配色 */
        .jmx-contact-icon-wrap.jmx-icon-org {
            background: linear-gradient(135deg, #4a90c4, #1a5f8a);
        }

        .jmx-contact-icon-wrap.jmx-icon-phone {
            background: linear-gradient(135deg, #f0a04b, #d4782a);
        }

        .jmx-contact-icon-wrap.jmx-icon-addr {
            background: linear-gradient(135deg, #5ba88c, #2e7d5f);
        }

        .jmx-contact-icon-wrap.jmx-icon-web {
            background: linear-gradient(135deg, #7b8cde, #4a5cc8);
        }

        .jmx-contact-item:hover .jmx-contact-icon-wrap {
            transform: scale(1.08);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
        }

        /* 图标内部光晕装饰 */
        .jmx-contact-icon-wrap::after {
            content: '';
            position: absolute;
            width: 18px;
            height: 18px;
            background: rgba(255, 255, 255, 0.25);
            border-radius: 50%;
            top: 6px;
            right: 6px;
            pointer-events: none;
        }

        /* ========== 文字内容区 ========== */
        .jmx-contact-text {
            flex: 1;
            min-width: 0;
            display: flex;
    
            gap: 4px;
            line-height: 1.6;
        }

        .jmx-contact-label {
            font-size:16px;
			line-height:35px;
            font-weight: 600;
            color: #5a6c7d;
            letter-spacing:0px;
          
            margin: 0;
        }
		.jmx-contact-label a{
           
            color: #5a6c7d;
           
        }

        .jmx-contact-value {
           font-size:16px;
            font-weight: 500;
            color: #2c3e50;
            margin: 0;
            word-break: break-all;
           
        }

        /* ========== 链接样式 ========== */
        .jmx-contact-link {
            color: #1a5f8a;
            text-decoration: none;
            font-weight: 600;
            transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            word-break: break-all;
            display: inline-flex;
            align-items: center;
            gap: 4px;
        }

        .jmx-contact-link:hover {
            color: #2980b9;
            text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-thickness: 1.5px;
        }

        .jmx-contact-link .jmx-link-arrow {
            display: inline-block;
            font-size: 0.8rem;
            transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .jmx-contact-link:hover .jmx-link-arrow {
            transform: translateX(3px);
        }

        /* 电话链接 */
        .jmx-contact-phone {
            color: #2c3e50;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
            word-break: break-all;
        }

        .jmx-contact-phone:hover {
            color: #d4782a;
            text-decoration: underline;
            text-underline-offset: 4px;
            text-decoration-thickness: 1.5px;
        }

        /* ========== 底部提示条 ========== */
        .jmx-contact-footer {
            margin-top: 28px;
            padding-top: 16px;
            border-top: 1px dashed #e8ecf1;
            text-align: center;
            font-size: 0.82rem;
            color: #a0aab4;
            letter-spacing: 0.03em;
        }

        .jmx-contact-footer .jmx-footer-dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #e8a735;
            margin: 0 6px;
            vertical-align: middle;
            animation: jmx-pulse 2s ease-in-out infinite;
        }

        @keyframes jmx-pulse {
            0%,
            100% {
                opacity: 0.4;
                transform: scale(1);
            }
            50% {
                opacity: 1;
                transform: scale(1.6);
            }
        }

        /* ========== 响应式适配 ========== */
        @media (max-width: 640px) {
            .jmx-contact-section {
                padding: 24px 12px;
            }

            .jmx-contact-card {
                padding: 4px 0px 4px;
                border-radius: 8px;
            }

            .jmx-contact-title {
                font-size: 1.25rem;
            }

            .jmx-contact-item {
                padding: 14px 14px;
                gap: 12px;
            }

            .jmx-contact-icon-wrap {
                width:35px;
                height:35px;
                font-size:16px;
            }

            .jmx-contact-icon-wrap::after {
                width: 12px;
                height: 12px;
                top: 4px;
                right: 4px;
            }

            .jmx-contact-value {
                font-size: 0.92rem;
            }

            .jmx-contact-label {
                font-size:15px;
				line-height:25px;
				text-align:left;
            }
        }

        @media (max-width: 380px) {
            .jmx-contact-item {
               
                align-items: flex-start;
                gap: 10px;
                padding: 14px 12px;
            }

            .jmx-contact-icon-wrap {
                width:35px;
                height:35px;
                font-size:16px
            }

            .jmx-contact-icon-wrap::after {
                width: 10px;
                height: 10px;
                top: 3px;
                right: 3px;
            }
        }