/* ============================================================
   豹小秘 Pro - 基础样式
   ============================================================ */

/* 响应式工具类 */
.media-pc {
  display: block;
}
.media-m {
  display: none;
}

/* ============================================================
   全局容器
   ============================================================ */
.bxmpro {
  width: 100%;
  overflow: hidden;
}

.bxmpro-main-container {
  width: 1200px;
  margin: 0 auto;
}

/* ============================================================
   Banner - PC
   ============================================================ */
.bxmpro-banner-pc {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20250902_8c49e4504f8048fe130ebfc035d4bfdf.webp') no-repeat center;
  background-size: cover;
}

.bxmpro-banner-pc .bxmpro-banner-container {
  height: 800px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.bxmpro-banner-pc .bxmpro-banner-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.bxmpro-banner-pc .bxmpro-banner-title-img {
  width: 420px;
  height: auto;
  margin-bottom: 40px;
  display: block;
  margin-left: 156px;
}

.bxmpro-banner-pc .bxmpro-banner-title {
  color: #222222;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.747px;
  margin: 0 0 24px 0;
}

.bxmpro-banner-pc .bxmpro-banner-desc {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.bxmpro-banner-pc .bxmpro-banner-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 56px;
}

/* 按钮基础 */
.bxmpro-banner-pc .bxmpro-banner-btn {
  height: 60px;
  min-width: 200px;
  border: 1px solid #222222;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  padding: 0 32px;
  transition: all 0.25s ease;
}

.bxmpro-banner-pc .bxmpro-banner-btn:hover {
  border-color: #222222;
  background: rgba(0, 0, 0, 0.06);
}

/* 深色主按钮 */
.bxmpro-banner-pc .bxmpro-banner-btn-dark {
  background: #222222;
  border-color: #222222;
}

.bxmpro-banner-pc .bxmpro-banner-btn-dark:hover {
  background: #444444;
}

.bxmpro-banner-pc .bxmpro-banner-btn-dark .bxmpro-banner-btn-text {
  color: #ffffff;
}

.bxmpro-banner-pc .bxmpro-banner-btn-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  filter: invert(1);
}

.bxmpro-banner-pc .bxmpro-banner-btn-text {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.bxmpro-banner-l{
  max-width: 720px;
  width: 100%;
  text-align: center;
}
/* ============================================================
   Banner - 移动端
   ============================================================ */
.bxmpro-banner-m {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20250903_e5e22f8e9f0f16e492408e18dc48c562.webp') no-repeat center;
  background-size: cover;
  position: relative;
}

.bxmpro-banner-m .bxmpro-banner-container {
  height: 177.86666667vw;
  position: relative;
}

.bxmpro-banner-m .bxmpro-banner-text-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 177.86666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.bxmpro-banner-m .bxmpro-banner-title-img {
  width: 56vw;
  height: auto;
  margin: 8vw 0 3.2vw 0;
  display: block;
}

.bxmpro-banner-m .bxmpro-banner-title {
  color: #222222;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1vw;
  text-align: center;
  margin: 0;
}

.bxmpro-banner-m .bxmpro-banner-desc {
  color: #222222;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 2.4vw;
}

.bxmpro-banner-m .bxmpro-banner-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4vw;
  margin-top: 5.33333333vw;
}

.bxmpro-banner-m .bxmpro-banner-btn {
  height: 10.66666667vw;
  min-width: 34.8vw;
  border: 1px solid #222222;
  border-radius: 5.33333333vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1.33333333vw;
  cursor: pointer;
  padding: 0 4.8vw;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.bxmpro-banner-m .bxmpro-banner-btn-dark {
  background: #222222;
  border-color: #222222;
}

.bxmpro-banner-m .bxmpro-banner-btn-dark .bxmpro-banner-btn-text {
  color: #ffffff;
}

.bxmpro-banner-m .bxmpro-banner-btn-icon {
  width: 9.06666667vw;
  height: 9.06666667vw;
  flex-shrink: 0;
  filter: invert(1);
}

.bxmpro-banner-m .bxmpro-banner-btn-text {
  color: #222222;
  font-size: 3.73333333vw;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

/* ============================================================
   第二屏：产品展示（参照 autodoor-zh）
   ============================================================ */
.bxmpro-product {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #F6F8F9;
}

.bxmpro-product-contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-right: 100px;
}

/* 旋转图 */
.bxmpro-product-360 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bxmpro-product-box .robot_3D {
  position: relative;
  margin-right: 60px;
}

.bxmpro-product-box .robot_3D img {
  height: 600px;
  object-fit: cover;
  flex-shrink: 0;
  position: absolute;
}

/* spritespin & 旋转按钮 —— 复用全局样式，此处仅补充 */
.bxmpro-product-box .spritespin {
  width: 600px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
  background-size: cover;
}

.bxmpro-product-box .sprites_btns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.20);
  width: 190px;
  padding: 6px 8px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  margin-top: -34px;
}

.bxmpro-product-box .rotate-middle,
.bxmpro-product-box .rotate-loading {
  margin: 0px 24px;
}

.bxmpro-product-box .rotate-left,
.bxmpro-product-box .rotate-right,
.bxmpro-product-box .rotate-middle,
.bxmpro-product-box .rotate-loading {
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.3;
  user-select: none;
}

.bxmpro-product-box .rotate-middle {
  display: none;
}

.bxmpro-product-box .rotate-left {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_8656f3d1ed116f115491f5f431d076cc.png') center no-repeat;
  background-size: contain;
}

.bxmpro-product-box .rotate-middle {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240430_dc5353e13eac841e55401c266797a886.png') center no-repeat;
  background-size: contain;
}

.bxmpro-product-box .rotate-loading {
  background: url('https://r.cmcm.com/r/9570092031f911ef9b66553e354eb148.gif') center no-repeat;
  background-size: contain;
}

.bxmpro-product-box .rotate-right {
  background: url('https://www.orionstar.com/res/orics/down/ow001_20240428_967434711902b8385b6da937ee38d17d.png') center no-repeat;
  background-size: contain;
}

/* 右侧描述区 */
.bxmpro-product-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

/* header 顶部标题区 */
.bxmpro-product-header {
  text-align: center;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bxmpro-product-title {
  text-align: center;
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(90deg, #0047D6 0%, #002570 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bxmpro-product-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #555555;
  margin-bottom: 0;
  text-align: center;
}

.bxmpro-product-list-title {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  margin-bottom: 48px;
}

/* 以下两个类保留供移动端媒体查询使用 */
.bxmpro-product-title-m { display: none; }
.bxmpro-product-text-m { display: none; }
.bxmpro-product-title-pc { display: block; }
.bxmpro-product-text-pc { display: block; }

/* icon 网格：4列两行 */
.bxmpro-product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

.bxmpro-product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bxmpro-product-item-img {
  width: 68.8px;
  height: 68.8px;
  flex-shrink: 0;
  margin-bottom: 21px;
}

.bxmpro-product-item-desc {
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}

/* ============================================================
   第三屏：PRODUCT FEATURES
   ============================================================ */
.bxmpro-features {
  padding: 160px 0;
  background: #f0f4f8;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bxmpro-features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bxmpro-features-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  background: linear-gradient(90deg, #0047D6 0%, #002570 100%);
  margin: 0 0 64px 0;
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bxmpro-features-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.bxmpro-features-row {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
}

/* 第一行：左大右小 */
.bxmpro-features-row:nth-child(1) .bxmpro-features-item:nth-child(1) { flex: 8; }
.bxmpro-features-row:nth-child(1) .bxmpro-features-item:nth-child(2) { flex: 4; }

/* 第二行：左小右大 */
.bxmpro-features-row:nth-child(2) .bxmpro-features-item:nth-child(1) { flex: 4; }
.bxmpro-features-row:nth-child(2) .bxmpro-features-item:nth-child(2) { flex: 8; }

.bxmpro-features-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px;
  border-radius: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.bxmpro-features-item:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* 4张卡片各自背景图+颜色兜底 */
.bxmpro-features-item:nth-child(1) { background: #8FADD4 url('https://www.orionstar.com/res/orics/down/ow001_20221206_ec76945ff8627abb104f0c3b4545a6c0.png') center/cover no-repeat; }
.bxmpro-features-item:nth-child(2) { background: #D4A98A url('https://www.orionstar.com/res/orics/down/ow001_20221206_ec76945ff8627abb104f0c3b4545a6c0.png') center/cover no-repeat; }
.bxmpro-features-item:nth-child(3) { background: #9DAD8A url('https://www.orionstar.com/res/orics/down/ow001_20221206_ec76945ff8627abb104f0c3b4545a6c0.png') center/cover no-repeat; }
.bxmpro-features-item:nth-child(4) { background: #A98AB4 url('https://www.orionstar.com/res/orics/down/ow001_20221206_ec76945ff8627abb104f0c3b4545a6c0.png') center/cover no-repeat; }

.bxmpro-features-item-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bxmpro-features-item-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  color: #ffffff;
}

.bxmpro-features-item-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}

.bao-product section{
  background-color: #F6F8F9;
}
.bxmpro-features-item-arrow {
  flex-shrink: 0;
  margin-left: 32px;
  display: flex;
  align-items: center;
}

/* why 布局（完全参照 lucki-pro 样式） */
.bxmpro-features .why-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bxmpro-features .why-item {
  height: 220px;
  margin-top: 21px;
  margin-bottom: 21px;
  position: relative;
  border-radius: 32px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.bxmpro-features .why-item:hover {
  transform: translateY(-3px);
}

/* .bxmpro-features .why-list .large  { width: 980px; } */
.bxmpro-features .why-list .medium { width: 700px; }
.bxmpro-features .why-list .small  { width: 468px; }
.bxmpro-features .why-list .why-item-1{
  height: 234px;
}
.bxmpro-features .why-item-title {
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}

.bxmpro-features .why-item-desc {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  color: rgba(255, 255, 255, 0.9);
}

.bxmpro-features .why-item-icon {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background-image: url(/static/demo/img/icon_arrow_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.bxmpro-features .why-item:hover .why-item-icon {
  background-image: url(/static/demo/img/icon_arrow_right.webp);
}

/* ============================================================
   Agent 屏
   ============================================================ */
.bxmpro-agent {
  background: #fff;
  padding: 80px 0 120px;
}

.bxmpro-agent-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 顶部标题 */
.bxmpro-agent-header {
  text-align: center;
  max-width: 1200px;
  margin-bottom: 80px;
}

.bxmpro-agent-main-title {
  font-size: 54px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin: 0 0 24px 0;
}

.bxmpro-agent-main-desc {
  font-size: 24px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
  margin: 0;
}

/* 视频区域 */
.bxmpro-agent-video-wrap {
  width: 100%;
  max-width: 860px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #000;
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

.bxmpro-agent-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.bxmpro-agent-video.active {
  opacity: 1;
}

/* 卡片列表 */
.bxmpro-agent-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  max-width: 1200px;
}

.bxmpro-agent-card {
  border-radius: 16px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 24px;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bxmpro-agent-card.active {
  border-color: #3377FF;
  border-width: 2px;
  text-align: left;
}

.bxmpro-agent-card-back {
  display: none;
}

/* hover：背景渐变，隐藏front显示back */
.bxmpro-agent-card:hover {
  background: linear-gradient(90deg, #0047D6 0%, #002570 100%);
  border-color: transparent;
}

.bxmpro-agent-card:hover .bxmpro-agent-card-front {
  display: none;
}

.bxmpro-agent-card:hover .bxmpro-agent-card-back {
  display: flex;
  align-items: center;
  height: 100%;
}

.bxmpro-agent-card-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #0047D6;
  margin-bottom: 8px;
}

.bxmpro-agent-card-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.4;
}

.bxmpro-agent-card-desc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.7;
}

/* ============================================================
   落地场景屏
   ============================================================ */
.bxmpro-scenes {
  padding: 120px 0 160px;
  background: #ffffff;
}

.bxmpro-scenes-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bxmpro-scenes-title {
  font-size: 54px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 90px 0;
}

.bxmpro-scenes-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 12px;
  width: 100%;
}

.bxmpro-scenes-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}

.bxmpro-scenes-item-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.bxmpro-scenes-item-name {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  line-height: 1.4;
}

/* ============================================================
   更有温度的智能交互屏
   ============================================================ */
.bxmpro-interact {
  background: #F6F8F9;
  padding: 0 0 120px;
}

#feature-interaction {
  background: #F6F8F9;
}

#feature-evolve {
  background: #F6F8F9;
}

.bxmpro-evolve.bxmpro-interact {
  background: #fff;
  padding: 0 0 120px;
}

/* evolve header 描述 */
.bxmpro-evolve-header-desc {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 80px;
}

/* 3列卡片 */
.bxmpro-evolve-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}

.bxmpro-evolve-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bxmpro-evolve-card-img {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.bxmpro-evolve-card-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.bxmpro-evolve-card-title {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
  margin-bottom: 12px;
}

.bxmpro-evolve-card-desc {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 10px;
  min-height: 60px;
}

.bxmpro-evolve-card-note {
  font-size: 14px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.5;
  text-align: right;
  margin-top: 56px;
  width: 100%;
}

.bxmpro-interact-container {
  display: flex;
  flex-direction: column;
}

.bxmpro-interact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
}

.bxmpro-interact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}

/* 2列网格无需 reverse */
.bxmpro-interact-item-reverse {
  flex-direction: column;
}

.bxmpro-interact-item-img {
  width: 100%;
}

.bxmpro-interact-item-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}

.bxmpro-interact-item-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bxmpro-interact-item-title {
  font-size: 36px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}

.bxmpro-interact-item-desc {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.8;
}

/* ============================================================
   深度业务定制架构屏
   ============================================================ */
.bxmpro-custom {
  padding: 120px 0 160px;
  background: #F6F8F9;
}

.bxmpro-custom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bxmpro-custom-title {
  font-size: 54px;
  font-weight: 700;
  color: #222222;
  text-align: center;
  line-height: 1.3;
  margin: 0 0 60px 0;
}

/* 主体：左图右列表 */
.bxmpro-custom-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.bxmpro-custom-img {
  flex: 1;
  min-width: 0;
}

.bxmpro-custom-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.bxmpro-custom-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.bxmpro-custom-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}

.bxmpro-custom-item-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: contain;
  align-self: center;
}

.bxmpro-custom-item-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bxmpro-custom-item-title {
  font-size: 32px;
  font-weight: 700;
  color: #222222;
  line-height: 1.3;
}

.bxmpro-custom-item-desc {
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  line-height: 1.7;
}

/* ============================================================
   第四屏 header：更高端的品牌形象呈现
   ============================================================ */
.bxmpro-brand-header {
  padding: 160px 0 12px;
  background: #fff;
  text-align: center;
}

.bxmpro-brand-header-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.gaoduan,.gaoduan1{
  margin-bottom: 80px;
}
.bxmpro-brand-header-small {
  font-size: 54px;
  font-weight: 600;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 8px;
}

.bxmpro-brand-header-large {
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(90deg, #0047D6 0%, #002570 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ============================================================
   第五、六屏：场景模块（背景图 + 文字内容）
   ============================================================ */
.bxmpro-scene {
  padding: 160px 0;
  background: #1a1a2e;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.bxmpro-scene-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* 第五屏：内容左对齐 */
.bxmpro-scene-left .bxmpro-scene-container {
  justify-content: flex-start;
}

.bxmpro-scene-left .bxmpro-scene-content {
  max-width: 600px;
}

/* 第六屏：内容右对齐 */
.bxmpro-scene-right .bxmpro-scene-container {
  justify-content: flex-end;
}

.bxmpro-scene-right .bxmpro-scene-content {
  max-width: 600px;
}

.bxmpro-scene-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

.bxmpro-scene-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bxmpro-scene-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.bxmpro-scene-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  object-fit: contain;
}

.bxmpro-scene-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 8px;
}

.bxmpro-scene-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.4;
}

.bxmpro-scene-item-desc {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

/* ============================================================
   产品参数模块
   ============================================================ */
.bxmpro .parameter-pc {
  line-height: 1.5;
  color: #fff;
  background: #28292e;
}

.bxmpro .parameter-pc .parameter-main {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
}

.bxmpro .parameter-pc .title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}

.bxmpro .parameter-pc .tips {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.5);
}

.bxmpro .parameter-pc .parameter-table {
  font-size: 14px;
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th {
  border-bottom: 1px solid #3a3b40;
  padding: 0 40px 27px 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 42px;
  text-align: left;
  line-height: 1.5;
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th .parameter-table-title {
  width: 260px;
  font-weight: 600;
  font-size: 16px;
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th .parameter-table-items {
  flex: 1;
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item {
  display: flex;
  margin-bottom: 14px;
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item .item-left {
  flex: 1;
  color: rgba(255, 255, 255, 0.6);
}

.bxmpro .parameter-pc .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item .item-right {
  flex: 2;
}

/* 移动端参数 */
.bxmpro .parameter-m {
  line-height: 1.5;
  color: #fff;
  background: #28292e;
}

.bxmpro .parameter-m .parameter-main {
  width: 100%;
  margin: 0 auto;
  padding: 16vw 0 8vw;
}

.bxmpro .parameter-m .title {
  font-weight: 600;
  font-size: 7.2vw;
  text-align: center;
  margin-bottom: 2vw;
}

.bxmpro .parameter-m .tips {
  font-size: 2.8vw;
  text-align: center;
  margin-bottom: 7vw;
  color: rgba(255, 255, 255, 0.5);
}

.bxmpro .parameter-m .parameter-table {
  font-size: 2.93333vw;
}

.bxmpro .parameter-m .parameter-table .parameter-table-th {
  border-bottom: 1px solid #3a3b40;
  padding: 0 5.33333vw 3.73333vw 5.33333vw;
  display: flex;
  margin-bottom: 5.33333vw;
}

.bxmpro .parameter-m .parameter-table .parameter-table-th .parameter-table-title {
  flex: 0 0 22vw;
  font-weight: 600;
  font-size: 3.5vw;
}

.bxmpro .parameter-m .parameter-table .parameter-table-th .parameter-table-items {
  flex: 1;
}

.bxmpro .parameter-m .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item {
  display: flex;
  margin-bottom: 2.5vw;
}

.bxmpro .parameter-m .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item .item-left {
  flex: 0 0 26vw;
  color: rgba(255, 255, 255, 0.6);
}

.bxmpro .parameter-m .parameter-table .parameter-table-th .parameter-table-items .parameter-table-item .item-right {
  flex: 1;
}

/* ============================================================
   移动端媒体查询
   ============================================================ */
@media (max-width: 1024px) {
  .media-pc {
    display: none;
  }
  .media-m {
    display: block;
  }

  /* 第二屏移动端 */
  .bxmpro-product {
    padding-top: 32vw;
    padding-bottom: 10vw;
  }

  /* 覆盖 1200px 固定宽度 */
  .bxmpro-product .bxmpro-main-container,
  .bxmpro-features .bxmpro-main-container {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .bxmpro-product-contents {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    height: auto;
    width: 100%;
  }

  .bxmpro-product-header .bxmpro-main-container,
  .bxmpro-product .bxmpro-product-header {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .bxmpro-product-title {
    font-size: 14vw;
    -webkit-text-fill-color: transparent;
  }

  .bxmpro-product-text {
    font-size: 4vw;
    margin-bottom: 0;
  }

  .bxmpro-product-list-title {
    font-size: 5.5vw;
    margin-bottom: 5vw;
  }

  .bxmpro-product-360 {
    width: 100%;
  }

  .bxmpro-product-box .robot_3D {
    margin-right: 0;
  }

  .bxmpro-product-box .robot_3D img {
    height: 100vw;
  }

  .bxmpro-product-box .spritespin {
    width: 100vw;
    height: 100vw;
  }

  .bxmpro-product-box .sprites_btns {
    margin-top: -3.2vw;
    width: 160px;
  }

  .bxmpro-product-box .rotate-left,
  .bxmpro-product-box .rotate-right,
  .bxmpro-product-box .rotate-middle,
  .bxmpro-product-box .rotate-loading {
    width: 28px;
    height: 28px;
  }

  .bxmpro-product-desc {
    width: 100%;
    margin: 6vw 0 5vw;
    align-items: center;
  }

  .bxmpro-product-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2vw;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }

  .bxmpro-product-item {
    min-width: 0;
    overflow: hidden;
  }

  .bxmpro-product-item-img {
    width: 9vw;
    height: 9vw;
    margin-bottom: 2vw;
  }

  .bxmpro-product-item-desc {
    font-size: 2.9vw;
    white-space: normal;
    word-break: break-word;
    min-height: 12vw;
  }

  /* 第三屏移动端 */
  .bxmpro-evolve-header-desc {
    font-size: 3.5vw;
    margin-bottom: 6vw;
  }

  .bxmpro-evolve-cards {
    grid-template-columns: 1fr;
    gap: 8vw;
  }

  .bxmpro-evolve-card-img {
    margin-bottom: 4vw;
  }

  .bxmpro-evolve-card-title {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .bxmpro-evolve-card-desc {
    font-size: 3.4vw;
    min-height: 0;
  }

  .bxmpro-evolve-card-note {
    font-size: 3vw;
    margin-top: 7.467vw;
    text-align: center;
  }

  /* 第三屏移动端 why */
  .bxmpro-features {
    padding: 12vw 0;
  }

  .bxmpro-features-title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }

  /* why列表移动端 */
  .bxmpro-features .why-list {
    width: 100%;
    min-width: unset;
    margin-top: 6vw;
  }

  .bxmpro-features .why-item {
    height: 31vw;
    margin-top: 3vw;
    margin-bottom: 0;
    padding: 5vw 5vw 5vw 4vw;
    border-radius: 3vw;
  }

  .bxmpro-features .why-list .why-item-1 { height: 28vw; }
  .bxmpro-features .why-list .large  { width: 100%; }
  .bxmpro-features .why-list .medium { width: 100%; }
  .bxmpro-features .why-list .small  { width: 100%; }

  /* 移动端背景图替换 */
  .bxmpro-features .why-item-0 { background-image: url('https://www.orionstar.com/res/orics/down/ow001_20260323_4e91b4b7301109cadab5cba28945c6c9.png') !important; }
  .bxmpro-features .why-item-1 { background-image: url('https://www.orionstar.com/res/orics/down/ow001_20260325_859633be410977889c56a9c4b6d7e864.png') !important; }
  .bxmpro-features .why-item-2 { background-image: url('https://www.orionstar.com/res/orics/down/ow001_20260323_73cfb4b25193e21417fe4ddc3c6ae863.png') !important; }
  .bxmpro-features .why-item-3 { background-image: url('https://www.orionstar.com/res/orics/down/ow001_20260325_78f22b18fbd4a94907814dcb82b72a36.png') !important; }

  .bxmpro-features .why-item-title {
    font-size: 4.5vw;
  }

  .bxmpro-features .why-item-desc {
    font-size: 3.2vw;
  }

  .bxmpro-features .why-item-icon {
    width: 6vw;
    height: 6vw;
    right: 3vw;
    bottom: 3vw;
  }

  .bxmpro-features-item-arrow img {
    width: 7vw;
    height: 7vw;
  }

  .bxmpro-features-item-arrow svg {
    width: 8vw;
    height: 8vw;
  }

  /* 落地场景屏移动端 */
  .bxmpro-scenes {
    padding: 12vw 0 16vw;
  }

  .bxmpro-scenes .bxmpro-main-container {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .bxmpro-scenes-title {
    font-size: 7vw;
    margin-bottom: 8vw;
  }

  .bxmpro-scenes-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
  }

  .bxmpro-scenes-item {
    gap: 3vw;
  }

  .bxmpro-scenes-item-name {
    font-size: 4vw;
  }

  /* 更有温度的智能交互屏移动端 */
  .bxmpro-interact {
    padding: 0 0 12vw;
  }

  .bxmpro-interact .bxmpro-main-container {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .bxmpro-interact-list {
    grid-template-columns: 1fr;
    gap: 10vw;
  }

  .bxmpro-interact-item,
  .bxmpro-interact-item-reverse {
    flex-direction: column;
    gap: 4vw;
  }

  .bxmpro-interact-item-title {
    font-size: 5.5vw;
  }

  .bxmpro-interact-item-desc {
    font-size: 3.5vw;
  }

  /* 深度业务定制架构屏移动端 */
  .bxmpro-custom {
    padding: 12vw 0 16vw;
  }

  .bxmpro-custom .bxmpro-main-container {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .bxmpro-custom-title {
    font-size: 7vw;
    margin-bottom: 8vw;
  }

  .bxmpro-custom-body {
    flex-direction: column;
    gap: 8vw;
  }

  .bxmpro-custom-list {
    gap: 6vw;
  }

  .bxmpro-custom-item {
    gap: 4vw;
  }

  .bxmpro-custom-item-icon {
    width: 14vw;
    height: 14vw;
    align-self: center;
  }

  .bxmpro-custom-item-title {
    font-size: 5vw;
  }

  .bxmpro-custom-item-desc {
    font-size: 3.5vw;
  }

  .bxmpro-custom-item-title {
    font-size: 5.5vw;
  }

  .bxmpro-custom-item-desc {
    font-size: 3.8vw;
  }

  .bxmpro-custom-item-img img {
    max-width: 100%;
  }

  /* Agent 屏移动端 */
  .bxmpro-agent {
    padding: 0 0 16vw;
  }

  .bxmpro-agent .bxmpro-main-container {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .bxmpro-agent-main-title {
    font-size: 6.5vw;
    margin-bottom: 4vw;
  }

  .bxmpro-agent-main-desc {
    font-size: 3.5vw;
  }

  .bxmpro-agent-header {
    margin-bottom: 8vw;
  }

  .bxmpro-agent-video-wrap {
    border-radius: 3vw;
    margin-bottom: 6vw;
  }

  .bxmpro-agent-cards {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .bxmpro-agent-card {
    padding: 5vw 5vw;
    min-height: auto;
  }

  .bxmpro-agent-card-title {
    font-size: 5.5vw;
  }

  .bxmpro-agent-card-subtitle {
    font-size: 4vw;
  }

  .bxmpro-agent-card-desc {
    font-size: 3.5vw;
  }

  /* 第四屏 header 移动端 */
  .bxmpro-brand-header {
    padding: 16vw 5vw;
  }

  .bxmpro-brand-header .bxmpro-main-container {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .gaoduan{
    margin-bottom: 10.667vw;
  }
  .gaoduan1{
    margin-bottom: 0;
  }
  .bxmpro-brand-header-small {
    font-size: 8vw;
  }

  .bxmpro-brand-header-large {
    font-size: 13vw;
  }

  /* 第五六屏移动端 */
  .bxmpro-scene {
    padding: 0;
    display: flex;
    align-items: flex-start;
    background-size: cover;
    background-position: center top;
  }

  .bxmpro-scene-left {
    min-height: 100vh;
  }

  .bxmpro-scene-right {
    min-height: 70vh;
  }

  .bxmpro-scene .bxmpro-main-container {
    width: 100%;
    padding: 12vw 5vw 16vw;
    box-sizing: border-box;
  }

  .bxmpro-scene-left .bxmpro-scene-content,
  .bxmpro-scene-right .bxmpro-scene-content {
    max-width: 100%;
    width: 100%;
  }

  .bxmpro-scene-left .bxmpro-scene-container,
  .bxmpro-scene-right .bxmpro-scene-container {
    justify-content: flex-start;
    width: 100%;
  }

  .bxmpro-scene-main-title {
    font-size: 6.4vw;
    margin-bottom: 6vw;
    text-align: center;
    line-height: 1.5;
    white-space: normal;
  }

  .bxmpro-scene-list {
    gap: 5vw;
  }

  .bxmpro-scene-item {
    align-items: center;
  }

  .bxmpro-scene-icon {
    width: 12vw;
    height: 12vw;
    flex-shrink: 0;
  }

  .bxmpro-scene-item-title {
    font-size: 4.5vw;
  }

  .bxmpro-scene-item-desc {
    font-size: 3.5vw;
  }
  .bxmpro-custom-item-text {
    gap:3.2vw;
  }
}
