body { font-family: 'pingfang sc',microsoft yahei; font-size: 16px; padding: 0px; margin: 0px; color: #323232; background: #fff !important; }


/*清除样式*/
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea, button, input { -webkit-appearance: none; outline: none; font-family: 'pingfang sc',microsoft yahei; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 100px white inset; }
@font-face { font-family: DINOffcPro; src:url('../images/font/DINOffcPro.woff'), url('../images/font/DINOffcPro.ttf'), url('../images/font/DINOffcPro.eot'), url('../images/font/DINOffcPro.svg'), url('../images/font/DINOffcPro.otf'); }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
}

.geo_floor_wrapper { width: 1200px; margin: auto; }

.geo_banner { width: 100%; }
.header_box { display: none; }

body {
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

/* 通用主副标题样式（你后续全局写一次即可，这里仅为完整还原保留） */
.geo-main-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;

  background: linear-gradient(90deg, #3370ff 0%, #00d5bb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Microsoft YaHei";
}
.geo-sub-title {
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin: 0 0 30px;
}

.blue-text {
  background: linear-gradient(90deg, #3370ff 0%, #00d5bb 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

/* 中间三色竖线 */
.geo-divider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 40px;
}
.geo-divider-dots span {
  width: 5px;
  height: 16px;
  background-color: #3370ff;
}
.geo-divider-dots span:nth-child(2) {
  background: linear-gradient(90deg, #1d9be1, #17a7d9);
}
.geo-divider-dots span:nth-child(3) {
  background: linear-gradient(90deg, #03cebf, #00d5bb);
}

/* 楼层专属样式 - 1:1严格还原 */
.geo_floor_01 {
  background-color: #ffffff;
  padding: 60px 0;
}
/* 主卡片容器 */
.geo_floor_01 .main-card {
    position: relative;
}
.geo_floor_01 .geo-card-wrapper {
  background-color: #ffffff;
  border-radius: 0 50px 0 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}
/* 右上角蓝色小角 */
.geo_floor_01 .geo-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #3370ff;
  z-index: 1;
}
/* 图片占位区 */
.geo_floor_01 .card-image {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
.geo_floor_01 .card-image img {
    position: absolute;
    top: 0px;
    left: 75px;
    width: 79%
}
/* 文字内容区 */
.geo_floor_01 .card-content {
  width: 100%;
  padding: 50px 45px 50px 45%;
  box-sizing: border-box;
}
.geo_floor_01 .card-title {
  font-size: 32px;
  font-weight: bold;
  color: #111111;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Microsoft YaHei";
}
.geo_floor_01 .card-text {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin: 0;
}
/* 底部总结栏 */
.geo_floor_01 .summary-bar {
  background: linear-gradient(90deg, #fff, #3370ff 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px 20px 20px 45%;
  margin-top: 0;
  position: relative;
  z-index: 1;
}


/* 楼层专属样式 - 1:1 还原 */
.geo_floor_02 {
  background-color: #f3f3ff;
  padding: 60px 0;

  margin-top: 60px;
}
/* 主卡片容器 */
.geo_floor_02 .main-card {
  display: flex;
  border-radius: 12px 12px 0 12px;
  position: relative;
}
/* 文字内容区 */
.geo_floor_02 .card-content {
    width: 75%;
    padding: 50px 100px 50px 45px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.geo_floor_02 .card-title {
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Microsoft YaHei";
}
.geo_floor_02 .card-text {
  font-size: 16px;
  line-height: 2;
  color: #333333;
  margin: 0;
}
.geo_floor_02 .card-text strong.blue-text {
  color: #3b82f6;
  font-weight: 500;
}
.geo_floor_02 .card-text strong.teal-text {
  color: #14b8a6;
  font-weight: 500;
}
/* 图片占位区 */
.geo_floor_02 .card-image {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.geo_floor_02 .card-image img { width: 375px; margin-left: -100px; }
.geo_floor_02 .main-card:after {
    content: "";
    width: 1200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0), #fff);
    position: absolute;
    top: 0px;
    left: -50%;
    padding-right: 320px;
    border-radius: 0 50px 0 0;
}

/* 楼层专属样式 - 1:1 还原 */
.geo_floor_03 {
  background-color: #ffffff;
  padding: 60px 0;
}
/* 主卡片容器 */
.geo_floor_03 .main-card {
  display: flex;
  border-radius: 20px 20px 0 20px;
  position: relative;
}
/* 图片占位区 */
.geo_floor_03 .card-image {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
/* 文字内容区 */
.geo_floor_03 .card-content {
  width: 65%;
  padding: 50px 45px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.geo_floor_03 .card-title {
  font-size: 32px;
  font-weight: 700;
  color: #111111;
  margin: 0 0 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e7eb;
  font-family: "Microsoft YaHei";
}
.geo_floor_03 .card-text {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
  margin: 0;
}

.geo_floor_03 .card-image img { width: 275px; margin-right: -100px; }
.geo_floor_03 .main-card:after {
    content: "";
    width: 1200px;
    height: 100%;
    background: linear-gradient(90deg, #f3f3ff, rgba(255,255,255,0));
    position: absolute;
    top: 0px;
    right: -50%;
    padding-right: 320px;
    border-radius: 50px 0 0 0;
}


/* 楼层专属样式 - 1:1 还原 */
.geo_floor_04 {
  background-color: #f3f3ff;
  padding: 60px 0;
}
/* 特性卡片容器 */
.geo_floor_04 .features-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
}
.geo_floor_04 .feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 10px;
  text-align: center;
  border: 1px solid #e5e7eb;
}
.geo_floor_04 .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}
.geo_floor_04 .feature-icon img {
    width: 100%;
}
.geo_floor_04 .feature-title {
  font-size: 19px;
  font-weight: 700;
  color: #111;
  margin: 0 0 10px;
}
.geo_floor_04 .feature-desc {
  font-size: 15px;
  line-height: 1.9;
  color: #666;
  margin: 0;
}


/* 楼层专属样式 - 1:1 精准还原 */
.geo_floor_05 {
  padding: 70px 0;
  background-color: #ffffff;
}

/* 主容器：左图 + 右内容 */
.geo_floor_05 .main-layout {
  position: relative;
}

/* 左侧图片占位 */
.geo_floor_05 .img-placeholder {
  width: 38%;
}

/* 右侧内容列表 */
.geo_floor_05 .content-wrap {
  width: 335px;
}

/* 单个条目容器 */
.geo_floor_05 .feature-item {
  position: relative;
  display: flex;
  align-items: center;
}

/* 左侧连接线 */
.geo_floor_05 .connector-line {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 120px;
  height: 2px;
  background-color: #4080ff;
}
.geo_floor_05 .connector-line::before {
  content: '';
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #4080ff;
}

/* 右侧渐变卡片 */
.geo_floor_05 .feature-card {
  position: relative;
  width: 100%;
  padding: 20px 20px 20px 79px;
  border-radius: 16px;
  background: linear-gradient(90deg, #4080ff, #00d8c0);
  color: #ffffff;
}

/* 序号标签（橙黄色圆角矩形） */
.geo_floor_05 .num-badge {
  position: absolute;
  left: 0;
  top: 20px;
  width: 65px;
  height: 32px;
  border-radius: 0 25px 25px 0;
  background-color: #ffaa22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

/* 卡片标题 */
.geo_floor_05 .card-title {
  font-size: 25px;
  font-weight: 600;
  margin: 0 0 10px;
}

/* 卡片描述 */
.geo_floor_05 .card-desc {
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
    opacity: 0.95;
    margin-left: -55px;
}
.geo_floor_05 .img-placeholder img {
    margin-left: -50%;
}

.geo_floor_05 .feature-item { width: 335px; }
.geo_floor_05 .feature-item:first-child { position: absolute; top: 106px; right: 0px; }
.geo_floor_05 .feature-item:first-child .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(2) { position: absolute; top: 320px; right: 50px; }
.geo_floor_05 .feature-item:nth-child(2) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(3) { position: absolute; top: 520px; right: 0px; }
.geo_floor_05 .feature-item:nth-child(3) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(4) { position: absolute; top: 736px; right: 50px; }
.geo_floor_05 .feature-item:nth-child(4) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(5) { position: absolute; top: 950px; right: 0px; }
.geo_floor_05 .feature-item:nth-child(5) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(6) { position: absolute; top: 1175px; right: 50px; }
.geo_floor_05 .feature-item:nth-child(6) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(7) { position: absolute; top: 1400px; right: 0px; }
.geo_floor_05 .feature-item:nth-child(7) .connector-line { width: 320px; left: -320px; }

.geo_floor_05 .feature-item:nth-child(8) { position: absolute; top: 1632px; right: 50px; }
.geo_floor_05 .feature-item:nth-child(8) .connector-line { width: 320px; left: -320px; }

/* 楼层专属样式 - geo_floor_06 */
.geo_floor_06 {
  background: linear-gradient(to bottom, #f3f3ff 35%, #ffffff 65%);
  padding: 60px 0;
}
/* 顶部标题区 */
.geo_floor_06 .title-wrap {
  text-align: center;
  margin-bottom: 40px;
}
/* 中间设备展示区 */
.geo_floor_06 .device-show {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  margin-left: 100px;
}
.geo_floor_06 .device-item {
  display: flex;
  align-items: flex-end;
}
/* 四网合一标签 */
.geo_floor_06 .label-tag {
  display: flex;
  justify-content: center;
  margin-top: -50px;
  margin-bottom: 30px;
}
.geo_floor_06 .label-tag span {
  background: linear-gradient(90deg, #3370ff 0%, #00d5bb 100%);
  color: #fff;
  font-size: 20px;
  padding: 12px 40px;
  border-radius: 30px;
}
/* 底部双卡片区 */
.geo_floor_06 .bottom-cards {
  display: flex;
  gap: 20px;
}
.geo_floor_06 .demo-card {
  width: 590px;
  height: 200px;
  flex: 1;
  background: url(../images/geo_icon_13.jpg) no-repeat;
  background-size: 100% 100%;
  border-radius: 16px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ebebeb;
}
.geo_floor_06 .demo-card.orange {
  background: url(../images/geo_icon_15.jpg) no-repeat;
  background-size: 100% 100%;
}
.geo_floor_06 .demo-btn {
  background: linear-gradient(90deg, #3370ff 0%, #00d5bb 100%);
  color: #fff;
  border: none;
  border-radius: 25px 25px 25px 0;
  padding: 12px 25px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}
.geo_floor_06 .demo-btn .demo-btn-flex { display: flex; align-items: center; }
.geo_floor_06 .demo-btn span { background: #fff; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-left: 10px; }
.geo_floor_06 .demo-btn.orange {
  background: linear-gradient(90deg, #ff7b00, #ffbb00);
}
.geo_floor_06 .demo-url {
width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  color: #333;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  padding: 10px 320px 10px 20px;
  border-radius: 0 0 0 25px;
}
.geo_floor_06 .demo-info { text-decoration: none; }
.geo_floor_06 .demo-url img {
    width: 20px;
    display: block;
}
.geo_floor_06 .demo-url span {
    font-size: 16px;
    font-weight: bold;
}
.geo_floor_06 .qr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.geo_floor_06 .qr-box {
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.geo_floor_06 .qr-tip {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 9px;
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  padding: 10px 32px 10px 20px;
  border-radius: 0 0 0 25px;
}
.geo_floor_06 .qr-tip img { width: 20px; display: block; }

/* 楼层专属样式 - geo_floor_07 */
.geo_floor_07 {
  background-color: #ffffff;
  padding: 60px 0;
}
/* FAQ 卡片容器 */
.geo_floor_07 .faq-card {
  background-size: 100%;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  padding: 40px 50px;
  border: 1px solid #ebebeb;
}
/* 顶部渐变线 */
.geo_floor_07 .faq-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #3370ff, #00d5bb);
}

.geo_floor_07 .faq-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background: #ebebeb;
  transform: translate(-50%,-50%);
}
/* FAQ 网格布局 */
.geo_floor_07 .faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}
/* FAQ 条目 */
.geo_floor_07 .faq-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.geo_floor_07 .faq-item:nth-last-of-type(-n+2){
    border-bottom: 0px;
}
.geo_floor_07 .faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 10px;
}
.geo_floor_07 .faq-answer {
  font-size: 15px;
  line-height: 1.7;
  color: #555555;
  margin: 0;
}

/* 楼层专属样式 - geo_floor_08 */
.geo_floor_08 {
  background-color: #f0f0ff;
  padding: 60px 0;
}
/* 案例Logo网格 */
.geo_floor_08 .logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.geo_floor_08 .logo-item {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}


/* 楼层专属样式 - geo_floor_09 */
.geo_floor_09 {
  background: #ffffff;
  padding: 50px 0 70px;
}
.geo_floor_09 .process-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.geo_floor_09 .step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
/* 统一标准渐变 */
.geo_floor_09 .step-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(90deg, #3370ff, #00d5bb);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.geo_floor_09 .step-text {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.geo_floor_09 .arrow {
  font-size: 20px;
  color: #3370ff;

  font-weight: bold;
  flex-shrink: 0;
  margin-top: -55px;
}

.geo_floor_10 {
    width: 100%;
    background-color: #f8f9fb;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    padding: 50px 0;
}

.geo_floor_10 .main-title {
    font-size: 36px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 16px;
}

.geo_floor_10 .title-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.geo_floor_10 .title-line:before {
    content: '';
    width: 40px;
    height: 5px;
    background: linear-gradient(90deg, #3370ff, #00d5bb);
    margin-right: 5px;
    position: relative;
    border-radius: 50px;
}

.geo_floor_10 .title-line::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #8F00FF;
    border-radius: 5px;
}

.geo_floor_10 .content-wrapper {
    display: flex;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
}

.geo_floor_10 .intro-text {
    font-size: 20px;
    color: #454545;
    line-height: 2;
    text-align: left;
    padding: 25px 20px 0;
    text-indent: 2em;
}

.geo_floor_10 .intro-text strong {
    background: linear-gradient(90deg, #3370ff, #00d5bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold;
    line-height: 1.6;
}

.geo_floor_10 .logo-placeholder {
    border: 1px solid #e0e0e0;
    font-size: 0px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
    width: 429px;
}

.geo_floor_10 .stats-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 25px;
    text-align: center;
}

.geo_floor_10 .stat-item {
    text-align: center;
    padding: 0 10px;
}

.geo_floor_10 .stat-number {
    font-size: 32px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 5px;
    font-family: "Microsoft YaHei";
}

.geo_floor_10 .stat-number span {
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

.geo_floor_10 .stat-label {
    font-size: 18px;
    color: #555555;
    line-height: 1.5;
}

.geo_floor_10 .geo-divider-dots { margin-top: 25px; }

.geo_floor_15 {
    width: 100%;
    background: url(../images/geo_icon_35.jpg) no-repeat center center;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    text-align: center;
    padding: 32px 0;
    background-size: cover;
}

.geo_floor_15 .main-title {
    font-size: 32px;
    font-weight: bold;
    color: #1b1b1b;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-family: "Microsoft YaHei";
}

.geo_floor_15 .subtitle {
    font-size: 16px;
    color: #454545;
    margin-bottom: 25px;
    line-height: 1.6;
}

.geo_floor_15 .form-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.geo_floor_15 .form-input {
    width: 280px;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    outline: none;
    box-sizing: border-box;
}

@keyframes movebtn { 0% { transform: scale(1.05); } 50% { transform: scale(1); } 100% { transform: scale(1.05); } }

.geo_floor_15 .form-input::placeholder {
    color: #9ca3af;
    font-size: 18px;
}

.geo_floor_15 .submit-btn {
    width: 280px;
    height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #3370ff, #00d5bb);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s;
    animation: movebtn 1s ease 0.5s infinite;
}

.geo_floor_15 .submit-btn:hover {
    opacity: 0.95;
}

.geo_floor15_content img { width: 150px; display: block; margin: auto; }
.geo_floor15_content span { color: #fff; background: linear-gradient(90deg, #3370ff, #00d5bb); display: inline-block; border-radius: 50px; padding: 10px 15px; margin-top: 10px; }

/* 修复右侧空白 - 核心适配 */
.geo_floor_wrapper {
  width: 100%;
  max-width: 1200px; /* 保留原最大宽度，保证内容不拉伸 */
  padding: 0 20px; /* 防止内容贴边 */
  position: relative; /* 让子元素绝对定位基于此 */
}
/* 针对有伪元素/绝对定位的楼层，新增全屏背景容器 */
.geo_floor_02, .geo_floor_03, .geo_floor_05 {
  position: relative;
  overflow: hidden; /* 防止绝对定位元素溢出滚动 */
}
/* 重写伪元素宽度，适配全屏 */
.geo_floor_02 .main-card:after {
  width: 100vw; /* 改为视口宽度，覆盖全屏 */
  left: 0; /* 重置偏移，从左侧开始 */
  transform: translateX(-59%); /* 居中对齐 */
}


.geo_floor_03 .main-card:after {
  width: 100vw; /* 改为视口宽度，覆盖全屏 */
  left: auto; /* 重置偏移，从左侧开始 */
  right: 0px;
  transform: translateX(59%); /* 居中对齐 */
}
/* 修复geo_floor_05绝对定位元素偏移 */
.geo_floor_05 .feature-item {
  right: 20px; /* 从固定0改为相对内边距，适配100%宽度容器 */
}
.geo_floor_05 .feature-item:nth-child(2),
.geo_floor_05 .feature-item:nth-child(4),
.geo_floor_05 .feature-item:nth-child(6),
.geo_floor_05 .feature-item:nth-child(8) {
  right: calc(20px + 50px); /* 保留原偏移逻辑，基于内边距 */
}
/* 修复geo_floor_05连接线长度 */
.geo_floor_05 .connector-line {
  width: calc(100% - 335px - 40px); /* 动态计算，适配容器宽度 */
  left: auto;
  right: 100%; /* 从右侧向左延伸，不再写死像素 */
}
/* 修复设备展示区偏移 */
.geo_floor_06 .device-show {
  margin-left: 100px; /* 移除固定左偏移，居中展示 */
  justify-content: center;
}

.cjmd_top{
    background: #fff;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 6px 59px rgba(0,0,0,10%);
    z-index: 9;
}
.cjmd_top .cjmd_top_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.cjmd_top .cjmd_top_box .logo{
    font-size: 0;
    flex-shrink: 0;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav{
    display: flex;
    align-items: center;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li{
    font-size: 16px;
    padding: 0 25px;
    color:#333;
    transition: all .3s ease;
    text-decoration: none;
}
.cjmd_top .cjmd_top_box .cjmd_top_nav .top_nav_li:hover{
    background: linear-gradient(90deg, #3370ff, #00d5bb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
/* banner */
.cjmd_banner img{
    width: 100%;
    height: 680px;
    object-fit: cover;
    box-sizing: border-box;
}
/* title */
.cjmd_title{
    text-align: center;
    line-height: 1;
}
.cjmd_title h1{
    color: #333333;
    font-size: 32px;
}
.cjmd_title p{
    text-transform:uppercase;
    font-size: 14px;
    color:#666666;
    margin-top: 15px;
}
.cjmd_title .cjmd_title_br{
    width: 45px;
    height: 2px;
    background: linear-gradient(to right,#FF5800,#FF9D00);
    margin: 20px auto 0;
}
.geo_btn { color: #fff; text-decoration: none; width: 127px; height: 45px; line-height: 45px; background: linear-gradient(90deg, #3370ff, #00d5bb); font-weight: bold; text-align: center; border-radius: 50px; }

@media screen and (max-width: 1024px) {
    .cjmd_top .cjmd_top_box {
        width: 100%;
        padding: 0 16px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .cjmd_top .cjmd_top_nav {
        display: none;
    }
    .cjmd_top {
        height: auto;
        padding: 10px 0;
    }
    div[style="height: 75px;"] {
        height: 70px !important;
    }
}

/* 媒体查询 - 平板设备 (1024px 及以下) */
@media screen and (max-width: 1024px) {
  /* 全局样式调整 */
  body {
    font-size: 16px !important;
  }

  .geo_banner img { width: 100%; }
  
  /* 通用标题样式适配 */
  .geo-main-title {
    font-size: 28px !important;
    margin: 0 0 8px !important;
  }
  .geo-sub-title {
    font-size: 16px !important;
    margin: 0 0 20px !important;
    padding: 0 10px !important;
    line-height: 1.5 !important;
  }
  
  /* 楼层容器适配 */
  .geo_floor_wrapper {
    padding: 0 15px !important;
  }
  
  /* 楼层通用间距调整 */
  .geo_floor_01, .geo_floor_02, .geo_floor_03, .geo_floor_04, .geo_floor_05, .geo_floor_06, .geo_floor_07, .geo_floor_08, .geo_floor_09, .geo_floor_10 {
    padding: 30px 0 !important;
  }
  
  /* 01楼层适配 */
  .geo_floor_01 .card-content {
    padding: 30px 20px 30px 0 !important;
  }
  .geo_floor_01 .main-card {
    margin-top: 50px;
  }
  .geo_floor_01 .card-title {
    font-size: 24px !important;
    margin: 0 0 15px !important;
  }
  .geo_floor_01 .card-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  .geo_floor_01 .summary-bar {
    font-size: 16px !important;
    padding: 15px 20px !important;
    background: #3370ff;
  }
  .geo_floor_01 .card-image {
    width: 40% !important;
  }
  .geo_floor_01 .card-image img {
    left: 20px !important;
    width: 90% !important;
  }
  
  /* 02楼层适配 */
  .geo_floor_02 { margin-top: 15px; }
  .geo_floor_02 .main-card {
    flex-direction: column !important;
  }
  .geo_floor_02 .card-content {
    width: 100% !important;
    padding: 30px 0 !important;
  }
  .geo_floor_02 .card-title {
    font-size: 24px !important;
  }
  .geo_floor_02 .card-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }
  .geo_floor_02 .card-image {
    width: 100% !important;
    margin-top: 20px !important;
    display: none;
  }
  .geo_floor_02 .card-image img {
    width: 80% !important;
    margin-left: 0 !important;
  }
  .geo_floor_02 .main-card:after {
    display: none !important;
  }
  
  /* 03楼层适配 */
  .geo_floor_03 .main-card {
    flex-direction: column-reverse !important;
  }
  .geo_floor_03 .card-content {
    width: 100% !important;
    padding: 30px 0px !important;
  }
  .geo_floor_03 .card-title {
    font-size: 24px !important;
  }
  .geo_floor_03 .card-text {
    font-size: 16px !important;
  }
  .geo_floor_03 .card-image {
    width: 100% !important;
    margin-top: 20px !important;
    display: none;
  }
  .geo_floor_03 .card-image img {
    width: 80% !important;
    margin-right: 0 !important;
  }
  .geo_floor_03 .main-card:after {
    display: none !important;
  }
  
  /* 04楼层适配 */
  .geo_floor_04 .features-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
  }
  .geo_floor_04 .feature-card {
    padding: 20px 10px !important;
  }
  .geo_floor_04 .feature-title {
    font-size: 16px !important;
  }
  .geo_floor_04 .feature-desc {
    font-size: 13px !important;
  }
  .geo_floor_04 .feature-icon {
    width: 50px !important;
    height: 50px !important;
    margin: 0 auto 15px !important;
  }
  
  /* 05楼层适配 */
  .geo_floor_05 .img-placeholder {
    display: none !important;
  }
  .geo_floor_05 .content-wrap {
    width: 100% !important;
  }
  .geo_floor_05 .feature-item {
    position: static !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .geo_floor_05 .feature-item:nth-child(n) {
    right: 0 !important;
    top: 0 !important;
  }
  .geo_floor_05 .connector-line {
    display: none !important;
  }
  .geo_floor_05 .feature-card {
    padding: 15px 15px 15px 70px !important;
  }
  .geo_floor_05 .num-badge {
    width: 55px !important;
    height: 28px !important;
    font-size: 18px !important;
  }
  .geo_floor_05 .card-title {
    font-size: 20px !important;
  }
  .geo_floor_05 .card-desc {
    font-size: 16px !important;
    margin-left: 0 !important;
    line-height: 1.6 !important;
  }
  
  /* 06楼层适配 */
  .geo_floor_06 .device-show {
    flex-wrap: wrap !important;
    margin-left: 0 !important;
  }
  .geo_floor_06 .device-show img {
    width: 100%;
  }
  .geo_floor_06 .bottom-cards {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .geo_floor_06 .demo-card {
    width: 100% !important;
    height: auto !important;
    padding: 30px 20px !important;
    background-size: cover !important;
  }
  .geo_floor_06 .demo-btn {
    font-size: 18px !important;
    padding: 10px 20px !important;
  }
  .geo_floor_06 .label-tag span {
    font-size: 18px !important;
    padding: 10px 30px !important;
  }
  
  /* 07楼层适配 */
  .geo_floor_07 .faq-card {
    padding: 30px 20px !important;
  }
  .geo_floor_07 .faq-grid {
    grid-template-columns: 1fr !important;
    gap: 15px !important;
  }
  .geo_floor_07 .faq-card::after {
    display: none !important;
  }
  .geo_floor_07 .faq-question {
    font-size: 16px !important;
  }
  .geo_floor_07 .faq-answer {
    font-size: 16px !important;
  }
  
  /* 08楼层适配 */
  .geo_floor_08 .logo-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  /* 09楼层适配 */
  .geo_floor_09 .process-layout {
    display: flex;
    flex-wrap: wrap !important;
    gap: 0px !important;
  }
  .geo_floor_09 .step-box {
    width: 33% !important;
    margin-bottom: 20px;
  }
  .geo_floor_09 .arrow {
    display: none !important;
  }
  
  /* 10楼层适配 */
  .geo_floor_10 .main-title {
    font-size: 28px !important;
  }
  
    .geo_floor_10 .content-wrapper { flex-direction: column-reverse !important; }
  .geo_floor_10 .logo-placeholder {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .geo_floor_10 .intro-text {
    font-size: 20px !important;
    padding: 0 !important;
  }
  .geo_floor_13 .stats-bar { display: flex; align-items: center; }
  .geo_floor_10 .stats-bar {
    grid-template-columns: repeat(2, 1fr);
        gap: 20px;
  }
  .geo_floor_10 .stat-number {
    font-size: 32px !important;
  }
  .geo_floor_10 .stat-label {
    font-size: 20px !important;
  }
  
  /* 15楼层适配 */
  .geo_floor_15 .form-row {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .geo_floor_15 .form-input {
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
  }
  .geo_floor_15 .submit-btn {
    width: 100% !important;
    height: 50px !important;
    font-size: 18px !important;
  }
  .geo_floor_15 .main-title {
    font-size: 24px !important;
  }



  .cjmd_box { display: none; }
    .header_box { display: block; }

    .header {width: 100%; height: 65px; background-color: transparent; position: fixed; top: 0; z-index: 29; }
    .header.fixed {background: #fff; box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); }
    .header .header-logo {height: 60%; position: absolute; top: 50%; transform: translateY(-50%); left: 15px; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; }
    .header .public-menu {width: 26px; height: 22px; display: flex; flex-direction: column; justify-content: space-around; margin-left: 0.85333333rem; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; }

    .header .public-menu i {width: 26px; height: 2px; background-color: rgb(0, 0, 0); }
    

    .header .head_ul {width: 45%; position: absolute; right: 0px; top: 65px; background: white; border-radius: 0 0 10px 10px; z-index: 32; display: none; }
    .head_ul.on {display: block !important; }
    .header .head_ul li {margin-left: 10px; margin-right: 10px; list-style-type: none; }
    
    .header .head_ul li a {width: 100%; display: block; font-size: 15px; height: 43px; border-bottom: 1px solid #E0E0E0; line-height: 45px; color: #333; text-decoration: none; text-align: center; }
    .header .head_ul li a .home-nav-icon {width: 16px; height: 21px; display: block; float: left; background-size: 100%; margin-top: 12px; margin-right: 10px; margin-left: 5px; }
    
    .fix-box {width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); position: fixed; left: 0; top: 0; transition: all .5s ease; z-index: 19; display: none; }
    .fix-box.on {display: block !important; }

    .geo_floor_05 .ai-preview { width: 100%; margin-left: 0px; }
    .geo_floor_05 .content-card { padding: 20px 10px 10px; }
    .geo_floor_03 { padding-bottom: 32px; }
}

/* 媒体查询 - 手机设备 (768px 及以下) */
@media screen and (max-width: 768px) {
  /* 全局样式进一步调整 */
  body {
    font-size: 13px !important;
  }
  
  /* 通用标题 */
  .geo-main-title {
    font-size: 24px !important;
  }
  .geo-sub-title {
    font-size: 13px !important;
  }
  
  /* 01楼层 */
  .geo_floor_01 .geo-floor-flex {
    flex-direction: column !important;
    padding-bottom: 25px;
  }
  .geo_floor_01 .card-image {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 20px !important;
  }
  .geo_floor_01 .card-image img {
    position: static !important;
    width: 80% !important;
  }
  .geo_floor_01 .card-content {
    padding: 0 10px !important;
  }
  
  /* 04楼层 */
  .geo_floor_04 .features-grid {
    grid-template-columns: 1fr !important;
  }
  
  /* 09楼层 */
  /* .geo_floor_09 .step-box {
    width: 100% !important;
  } */
  
  /* 10楼层 */
  /*.geo_floor_10 .stats-bar {
    grid-template-columns: 1fr !important;
  }*/
  
  /* banner适配 */
  .cjmd_banner img {
    height: auto !important;
    min-height: 200px !important;
  }
  
  /* 顶部导航 */
  .cjmd_top {
    height: auto !important;
    padding: 10px 0 !important;
  }
  .geo_btn {
    width: 100% !important;
    margin-top: 10px !important;
  }
  
  /* 分隔线小点 */
  .geo-divider-dots {
    margin-bottom: 20px !important;
  }
  .geo-divider-dots span {
    width: 4px !important;
    height: 12px !important;
  }
}

/* 媒体查询 - 小屏手机 (500px 及以下) */
@media screen and (max-width: 500px) {
  .geo_floor_01 .card-title,
  .geo_floor_02 .card-title,
  .geo_floor_03 .card-title {
    font-size: 20px !important;
  }
  
  .geo_floor_05 .feature-card {
    padding: 15px 10px 15px 60px !important;
  }
  .geo_floor_05 .num-badge {
    width: 45px !important;
    height: 24px !important;
    font-size: 16px !important;
  }
  
  .geo_floor_06 .demo-url,
  .geo_floor_06 .qr-tip {
    padding-right: 20px !important;
  }
}