/* ============================================
   讯灵AI - 统一响应式样式（移动优先）
   断点：0-768px(手机) | 769-1000px(平板) | 1001px+(桌面)
   ============================================ */

/* ===== Reset & Base ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* ===== Container ===== */
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.conters {
  padding: 0 17px;
}

/* ===== Typography Base ===== */
.page-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 10px;
}

.geo-detail {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}
.geo-detail p {
  margin-bottom: 15px;
}

.img-container {
  margin: 20px 0;
}
.img-container img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

/* ===== 市场趋势 Section ===== */
.shichang {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-top: 120px; */
}

.shichang1 {
  /* margin-top: 60px; */
}

.ziti1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 1.2;
}

.ziti2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: center;
}

.ziti3 {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  text-align: justifyLeft;
  font-style: normal;
  text-transform: none;
  margin-top: 19px;
}

/* 卡片容器 - 移动端横向滚动 */
.cardbody {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  gap: 8px;
  margin-top: 30px;
  padding: 0 12px 10px 12px;
}

.block_2 {
  flex-shrink: 0;
  width: 280px;
  height: 220px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 14px;
  box-sizing: border-box;
}

.image-wrapper_1 {
  background-color: rgba(217, 220, 235, 0.55);
  border-radius: 14px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label_1 {
  width: 25px;
  height: 25px;
}

.text_3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 4px;
}

.text_4 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
}

/* ===== AI搜索平台 ===== */
.group_6 {
  width: 119px;
  height: 154px;
  margin: 10px 0 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f2f7;
  border-radius: 10px;
}

.image_4 {
  width: 45px;
  height: 45px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.text_22 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.text_23 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 12px;
  color: #432fdd;
  text-align: center;
  margin-top: 3px;
}

.sousuocard {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* ===== AI搜索平台背景区 ===== */
.search-platform-bg {
  position: relative;
  width: 100%;
  min-height: 450px;
}

/* 顶部渐变遮罩 - 与上方白色区域融合 */
.search-platform-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 2;
  pointer-events: none;
}

.search-platform-bg-img {
  display: block;
  width: 100vw;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 0;
  -webkit-mask-image:
    linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%),
    linear-gradient(to bottom, transparent 0%, black 25%, black 100%);
  mask-composite: intersect;
}

.search-platform-orbit-clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.search-platform-xiantiao {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  pointer-events: none;
  z-index: 1;
}

.search-platform-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: 2;
}

/* ===== 轨道图标 ===== */
.search-platform-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 3;
  transform: scale(0.45);
}

.search-platform-icon {
  position: absolute;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
    translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0);
  transition: opacity 0.5s ease;
}

.search-platform-icon.visible {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
    translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(1);
  animation: icon-breathe 4s ease-in-out infinite;
  animation-delay: var(--breathe-delay, 0s);
}
.search-platform-icon {
  width: 100px;
  height: 100px;
}

.search-platform-icon img {
  width: 100px;
  height: 100px;
}
.search-platform-icon.entrance {
  animation: icon-entrance 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes icon-entrance {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(calc(var(--angle, 0deg) - 60deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0);
  }
  60% {
    opacity: 0.9;
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(1.08);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(1);
  }
}

@keyframes icon-breathe {
  0% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(1);
    opacity: 1;
  }
  30% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0.85);
    opacity: 0.5;
  }
  55% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0);
    opacity: 0;
  }
  70% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0);
    opacity: 0;
  }
  85% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(0.85);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) rotate(var(--angle, 0deg))
      translateY(calc(var(--radius, 200px) * var(--rm, 0.65))) scale(1);
    opacity: 1;
  }
}

.search-platform-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  transform: rotate(calc(var(--angle, 0deg) * -1));
}

.search-platform-orb {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: linear-gradient(180deg, #b65eff 0%, #8860f7 45%, #79adff 100%);
  background-size: 100% 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 40px rgba(152, 84, 255, 0.5),
    0 0 80px rgba(124, 156, 252, 0.25);
  animation:
    orb-glow 3s ease-in-out infinite,
    orb-shift 5s ease-in-out infinite;
}

/* 旋转光环 */
.search-platform-orb::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(182, 94, 255, 0.3);
  animation: orb-ring 4s linear infinite;
  pointer-events: none;
}

/* 内圈光晕 */
.search-platform-orb::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  right: 14px;
  bottom: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  animation: orb-inner 5s linear infinite reverse;
  pointer-events: none;
}

@keyframes orb-glow {
  0%,
  100% {
    box-shadow:
      0 0 40px rgba(152, 84, 255, 0.5),
      0 0 80px rgba(124, 156, 252, 0.25);
  }
  50% {
    box-shadow:
      0 0 70px rgba(182, 94, 255, 0.7),
      0 0 140px rgba(121, 173, 255, 0.4),
      0 0 200px rgba(136, 96, 247, 0.15);
  }
}

@keyframes orb-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes orb-inner {
  0% {
    transform: rotate(0deg);
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-360deg);
    opacity: 0.5;
  }
}

@keyframes orb-shift {
  0%,
  100% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
}

.search-platform-orb-text {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

/* ===== AI工具流量入口 ===== */
.block_8 {
  position: relative;
  padding-bottom: 60px;
  /* margin-top: 60px; */
}

.text_28 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  white-space: normal;
  line-height: 1.4;
  margin: 0px 0 10px 0;
  text-align: center;
}

.text_29 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  margin-top: 19px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  white-space: normal;
  text-align: center;
}

.group_9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.group_10 {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #d9dce7;
}

.image-text_1 {
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
  gap: 12px;
}

.image_7 {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.text-group_7 {
  flex: 1;
  min-width: 0;
}

.text_30 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  white-space: normal;
  line-height: 1.4;
}

.text_31 {
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  font-family: MicrosoftYaHei;
  font-weight: normal;
  white-space: normal;
  line-height: 1.4;
  margin-top: 4px;
}

.mobilebgcolor {
  display: none !important;
}

.mobilepctext {
  display: none !important;
}

/* ===== 产品介绍 ===== */
.jeishao {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 0px 0px 120px 0;
}

.jeishaobg {
  width: 110%;
  height: 100%;
  z-index: -1;
  left: -5%;
  top: 0;
  position: absolute;
  background: #f1f2f7;
}

.jeishaobgs {
  width: 100vw;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #f1f2f7;
}

.jieshaoleft {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.jieshaoright {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.jieshaptop {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.jieshapcenter {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  text-align: justifyLeft;
  font-style: normal;
  text-transform: none;
}

.jieshapbottom {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.jieshaospan {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 11px;
  color: #432fdd;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 10px;
  white-space: nowrap;
}

/* ===== 产品优势 ===== */
.shichangswiperbox {
  display: flex;
  gap: 10px;
  height: auto;
  background: #fff;
}

.chanpinyoushihahah {
  display: none;
}

.shichangboxlist,
.shichangboxlist1 {
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  padding: 30px;
  transition: all 0.5s ease;
  color: #fff;
}

/* 桌面端显示卡片 */
.shichangboxlist {
  width: 100%;
  height: 360px;
}

.shichangboxlist1 {
  width: 100%;
  height: 360px;
}

.shichangboxtext1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4;
  padding-top: 180px;
}

.shichangboxtext2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

.shichangboxtext11 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-top: 240px;
}

.shichangboxtext22 {
  display: none;
}

/* ===== 轮播（移动端） ===== */
.carousel-wrapper {
  width: 95%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.carousel {
  display: flex;
  transition: transform 0.4s ease-out;
  will-change: transform;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
  aspect-ratio: 4 / 3;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  color: white;
  padding: 0 20px 20px 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
}

.slide-caption1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
}

.carousel-indicators {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: linear-gradient(135deg, #9b59b6, #7d3c98);
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.indicator.active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(125, 60, 152, 0.3);
}

/* ===== 会员套餐 ===== */
.huiyuancardlist {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 15px;
}

.huiyuancard {
  flex-shrink: 0;
  width: 280px;
  max-width: 350px;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  background: #ffffff;
  border-radius: 20px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.huiyuancard:hover {
  cursor: pointer;
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.huiyuancardtop {
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  width: 100%;
}

.huiyuancardtoptext {
  position: absolute;
  left: 20px;
  top: 25px;
}

.huiyuancardtext {
  width: 85%;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 30px;
  margin: 20px 0;
  white-space: pre-line;
  flex: 1;
}

.goumai {
  background: linear-gradient(140deg, #36cc7e 0%, #79dfb0 100%);
  border-radius: 10px;
  color: #fff;
  width: 85%;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
}

/* ===== 案例展示 ===== */
.anlizhanshi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.anlizhanshicard {
  width: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
  position: relative;
  cursor: pointer;
}

.anlizhanshicardimg {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 20px;
}

.anlizhanshicardtext {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  color: #1a1a1a;
}

.anlimoban {
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  opacity: 0.6;
  display: none;
}

.anlimobans {
  position: absolute;
  background: #000000;
  top: 0;
  left: 0;
  right: 0;
  aspect-ratio: 16 / 10;
  border-radius: 20px;
  opacity: 0.6;
  display: block;
}

.tansuoxiangqing {
  background: #432fdd;
  height: 50px;
  width: 200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: -25px auto 0;
  text-align: center;
  line-height: 50px;
  border-radius: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

/* ===== 搜索代理区域 ===== */
.sell_bg {
  display: none;
  margin-bottom: 30px;
  background-color: #050524;
  padding: 30px 0;
}

.sell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.sell .sell_left {
  text-align: center;
}

.sell .sell_left .network {
  width: 47px;
  height: 40px;
  margin: 0 auto 15px;
}

.sell .sell_left .network img {
  width: 100%;
}

.sell .sell_left .sell_dot {
  font-size: 20px;
  color: #ffffff;
}

.sell .search_btn {
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sell .search_btn #apd_sear {
  position: relative;
  width: 100%;
}

.search {
  display: flex;
  height: 50px;
}

.search input {
  width: 80%;
  height: 100%;
  padding: 0 15px;
  font-size: 16px;
  color: #888888;
  border-radius: 4px 0 0 4px;
  border: none;
}

.search button {
  height: 100%;
  flex: 1;
  background: #4470d5;
  border-radius: 0 4px 4px 0;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

#searEnter {
  font-size: 16px;
}

.hezuobtn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #d70c19;
  border-radius: 4px;
}

.hezuobtn a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

#apd {
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 100%;
  display: none;
  background-color: #f5f5f5;
  border-radius: 0 0 4px 4px;
  z-index: 10;
}

/* ===== Footer ===== */
.fotter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #f1f2f7;
  border-radius: 20px;
  padding: 40px 20px;
  gap: 30px;
}

.fotterleft {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #787878;
  flex-shrink: 0;
}

.fotterleft img {
  max-width: 207px;
  margin-bottom: 20px;
}

.rexian {
  margin-top: 20px;
}

.dianhua {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #432fdd;
  margin: 10px 0 20px 0;
}

.fottercenter {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-shrink: 0;
}

.boximg {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.boximg img {
  width: 150px;
  height: auto;
}
.boximg text {
  font-size: 14px;
  color: #787878;
  margin-top: 5px;
}

.fottercenterimg {
  width: 100px;
  height: 100px;
}
/* ===== Modal ===== */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  padding: 24px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal {
  transform: translateY(0);
}

.modal-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
}

.modal-form .form-group {
  margin-bottom: 16px;
}

.modal-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #666;
}

.modal-form input {
  width: 100%;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
}

.modal-form input:focus {
  outline: none;
  border-color: #4e5fe3;
}

.modal-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.modal-btn {
  flex: 1;
  height: 44px;
  border-radius: 6px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.modal-btn.cancel {
  background-color: #f5f5f5;
  color: #666;
}

.modal-btn.confirm {
  background-color: #4e5fe3;
  color: white;
}
.ziti3 {
  font-size: 14px;
}
.shichang {
  /* margin-top: 119px; */
}

/* =============================================
   平板断点 769px+
   ============================================= */
@media (min-width: 769px) {
  .conters {
    /* padding: 0 4%; */
  }

  .ziti1 {
    font-size: 30px;
  }

  .ziti2 {
    font-size: 20px;
  }

  .ziti3 {
    font-size: 22px;
  }

  .cardbody {
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible;
    gap: 15px;
  }

  .block_2 {
    width: 260px;
    height: 300px;
    flex-shrink: 0;
  }

  .image-wrapper_1 {
    width: 65px;
    height: 65px;
    border-radius: 18px;
  }

  .label_1 {
    width: 30px;
    height: 30px;
  }

  .text_3 {
    font-size: 16px;
    margin-top: 30px;
  }

  .text_4 {
    font-size: 13px;
    line-height: 24px;
  }

  .group_6 {
    width: 180px;
    height: 200px;
    margin: 15px 10px;
  }

  .image_4 {
    width: 55px;
    height: 55px;
  }

  .text_22 {
    font-size: 16px;
  }

  .text_23 {
    font-size: 14px;
  }

  .text_28 {
    font-size: 18px;
    margin: 0 0 12px 0;
  }

  .text_29 {
    font-size: 18px;
  }

  .group_10 {
    width: 100%;
    margin: 5px 0;
  }

  .image_7 {
    width: 50px;
    height: 50px;
  }

  .text_30 {
    font-size: 17px;
  }

  .text_31 {
    font-size: 14px;
  }

  .jieshaoleft {
    padding: 50px 30px;
  }

  .jieshaptop {
    font-size: 32px;
  }

  .jieshapcenter {
    font-size: 16px;
    line-height: 30px;
    max-width: 90%;
  }

  .shichangboxlist,
  .shichangboxlist1 {
    height: 380px;
  }

  .anlizhanshicard {
    width: calc(50% - 20px);
    margin: 0 10px 30px 10px;
  }

  .sell_bg {
    display: block;
  }

  .sell {
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
  }

  .sell .sell_left {
    flex-shrink: 0;
    width: 180px;
  }

  .sell .search_btn {
    flex: 1;
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }

  .sell .search_btn #apd_sear {
    flex: 1;
  }

  .hezuobtn {
    width: 160px;
    flex-shrink: 0;
  }

  .fotter {
    flex-direction: row;
    padding: 60px 40px;
  }
  .ziti3 {
    font-size: 14px;
  }

  /* .shichang {
    margin-top: 119px;
  } */
}
@media (max-width: 1000px) {
  .shichang {
    margin-top: 0px;
    padding-bottom: 0;
  }
  .block_8 {
    padding-bottom: 0;
  }
  .jieshaptop {
    font-size: 20px;
  }
  .jeishao {
    padding: 0px;
  }
  .ziti1 {
    padding-top: 60px;
    margin-bottom: 0 !important;
  }
  .ziti3 {
    margin-top: 0;
  }
  .text_29 {
    margin-top: 0;
  }
  .cpyszi{
    padding-bottom: 30px;
  }
  .jieshaoleft{
    padding-top: 30px;
  }
  .group_9 {
    padding-bottom: 30px;
  }
  .jieshaptop{
    margin-bottom: 10px;
  }
}
/* =============================================
   桌面断点 1001px+
   ============================================= */
@media (min-width: 1001px) {
  .conters {
    margin: 0 auto;
  }

  .ziti1 {
    font-size: 40px;
    line-height: 1.3;
    padding-top: 60px;
    margin-bottom: 30px;
  }

  .ziti2 {
    font-size: 24px;
  }

  .ziti3 {
    font-size: 28px;
  }

  .shichang1 {
    margin-top: 0;
  }

  .search-platform-center {
    transform: translate(-50%, -50%) scale(1);
  }

  .search-platform-icons {
    transform: scale(1);
  }

  .search-platform-xiantiao {
    display: block;
  }

  .search-platform-bg {
    min-height: 900px;
  }

  .search-platform-bg::before {
    height: 180px;
  }

  .search-platform-bg-img {
    -webkit-mask-image:
      linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    -webkit-mask-composite: source-in;
    mask-image:
      linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%),
      linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
    mask-composite: intersect;
  }

  .search-platform-orb {
    width: 370px;
    height: 370px;
  }

  .search-platform-orb-text {
    font-size: 38px;
  }

  .search-platform-icon {
    --rm: 1;
    width: 64px;
    height: 64px;
  }

  .search-platform-icon img {
    width: 64px;
    height: 64px;
  }

  .cardbody {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0;
    margin-top: 48px;
  }

  .block_2 {
    width: 280px;
    height: 380px;
    padding: 30px;
    margin-right: 8px;
  }

  .image-wrapper_1 {
    border-radius: 20px;
    width: 88px;
    height: 88px;
    margin: 30px 0 60px 0;
  }

  .label_1 {
    width: 44px;
    height: 44px;
  }

  .text_3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 13px;
    line-height: 36px;
  }

  .text_4 {
    font-size: 14px;
    line-height: 28px;
  }

  .group_6 {
    width: 250px;
    height: 250px;
    margin: 20px 0 0 10px;
    border-radius: 20px;
  }

  .image_4 {
    width: 60px;
    height: 60px;
    margin: 57px 95px 30px 95px;
  }

  .text_22 {
    font-size: 20px;
  }

  .text_23 {
    font-size: 16px;
    margin-top: 5px;
  }

  .block_8 {
    position: relative;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    /* margin-top: 69px; */
    padding-bottom: 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobilebgcolor {
    display: block !important;
    width: 100% !important;
    left: 0 !important;
    top: 0 !important;
    transform: none !important;
    position: absolute !important;
    z-index: -1 !important;
    height: 100% !important;
  }

  .text_28 {
    font-size: 28px;
    white-space: nowrap;
    line-height: 36px;
    margin: 0px 0 0px 0;
  }

  .text_29 {
    font-size: 28px;
    white-space: nowrap;
  }

  .group_9 {
    margin-top: 60px;
    margin-bottom: 60px;
    gap: 30px;
  }

  .group_10 {
    flex: 0 0 620px;
    width: 620px;
    padding: 23px 0;
    margin: 0;
    border-radius: 10px;
  }

  .image-text_1 {
    margin: 0 0 0 36px;
    gap: 19px;
  }

  .image_7 {
    width: 72px;
    height: 72px;
  }

  .text_30 {
    font-size: 24px;
    white-space: nowrap;
    line-height: 36px;
  }

  .text_31 {
    font-size: 15px;
    /* white-space: nowrap; */
    line-height: 30px;
    padding-right: 17px;
    /* margin-top: 17px; */
  }

  /* 产品介绍 - 左右布局 */
  .jeishao {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }

  .jeishaobg {
    height: 100%;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .jieshaoleft {
    flex: 0 1 50%;
    max-width: 600px;
    align-items: flex-start;
    padding: 0;
  }

  .jieshaoright {
    flex: 0 1 50%;
    max-width: 700px;
    height: 450px;
    margin-top: 80px;
    margin-left: 60px;
  }

  .jieshaptop {
    font-size: 40px;
    margin-bottom: 58px;
    margin-top: 119px;
  }

  .jieshapbottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
  }

  .jieshapcenter {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 89px;
    max-width: none;
  }

  .jieshaospan {
    font-size: 15px;
    color: #523fe0;
    padding: 5px 25px;
    background: #e7e5ff;
    border-radius: 16px 16px 16px 16px;
  }

  /* 产品优势 - 显示卡片组，隐藏轮播 */
  .chanpinyoushihahah {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
  }

  .carousel-container {
    display: none;
  }

  .carousel-wrapper {
    display: none;
  }

  .shichangboxlist {
    flex: 0 0 35%;
    min-width: 300px;
    height: 444px;
    margin-right: 0;
  }

  .shichangboxlist1 {
    flex: 0 0 14%;
    min-width: 150px;
    height: 444px;
    margin-right: 0;
  }

  .shichangboxtext1 {
    font-size: 24px;
    padding-top: 220px;
  }

  .shichangboxtext2 {
    display: block;
  }

  .shichangboxtext11 {
    font-size: 20px;
    padding-top: 280px;
  }

  .shichangboxtext22 {
    display: none;
  }

  /* 会员套餐 - 四个一排等宽等高 */
  .huiyuancardlist {
    flex-wrap: wrap;
    overflow-x: visible;
    padding: 20px 0;
    gap: 20px;
    align-items: stretch;
  }

  .huiyuancard {
    flex: 1 1 0;
    flex-shrink: 1;
    width: auto;
    max-width: none;
    justify-content: space-between;
  }

  .huiyuancardtext {
    flex: 1;
  }

  /* 案例卡片 - 三列 */
  .anlizhanshicard {
    width: calc(33.333% - 30px);
    margin: 0 15px 40px 15px;
  }

  .anlizhanshicardimg {
    height: 270px;
    aspect-ratio: auto;
  }

  .anlimoban,
  .anlimobans {
    height: 250px;
    aspect-ratio: auto;
  }

  .anlizhanshicardtext {
    font-size: 20px;
  }

  /* Footer */
  .fotter {
    flex-direction: row;
    padding: 80px 110px;
    gap: 0;
  }

  .fotterleft {
    font-size: 18px;
  }

  .dianhua {
    font-size: 36px;
    margin: 20px 0 39px 0;
  }

  .fottercenterimg {
    width: 150px;
    height: 150px;
  }

  .mobilepctext {
    display: flex !important;
  }
  .shichang1 {
    margin-top: 30px;
  }
}

/* =============================================
   大屏 1400px+
   ============================================= */
@media (min-width: 1401px) {
  .conters {
    max-width: 1400px;
  }
  .block_2 {
    width: 280px;
    height: 400px;
  }

  .group_9 {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }

  .group_10 {
    width: 600px;
  }
}
@media (min-width: 1600px) {
  .shichang {
    margin-top: 30px;
  }
  .shichang1 {
    margin-top: 0;
  }
}
