/* 舒享空间 — Figma PC #267:227 / Mob #289:81
 * PC 1920：内容区约 1558，左右约 181（9.43vw） */

.scroll_center{
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.5s;
}
.scroll_center._into{
  transform: translateY(0);
  opacity: 1;
}

.sx_banner{
  width: 100%;
  box-sizing: border-box;
  padding: 1.26rem 9.43vw 1.2rem; /* 126 / 181 */
  background: #F2F2F2;
  color: #000000;
  overflow: hidden;
}

.sx_title{
  width: 100%;
  max-width: 15.58rem;
  margin: 0 auto;
  padding-left: 1.05rem; /* (286-181)/1558 ≈ 6.7% → 用 rem：105px */
  box-sizing: border-box;
  font-size: min(0.36rem, 1.875vw);
  line-height: 1.3;
  font-weight: 400;
  color: #000000;
}

/* —— PC 图文行 —— */
.sx_rows{
  width: 100%;
  max-width: 15.58rem;
  margin: 0.62rem auto 0;
  display: flex !important; /* 覆盖 .pc-pad 的 display:block */
  flex-direction: column;
  gap: 0;
}
.sx_row{
  display: flex;
  align-items: stretch;
  gap: 0.7rem; /* 70 */
  width: 100%;
  min-height: 5.68rem;
  margin: 0;
}
.sx_row + .sx_row{
  margin-top: 1.2rem; /* 行间距 120 */
}
.sx_row--img-right{
  flex-direction: row-reverse;
}
.sx_row_media{
  position: relative;
  width: 68.55%; /* 1068/1558 */
  flex-shrink: 0;
  aspect-ratio: 1068 / 568;
  overflow: hidden;
}
.sx_row_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sx_row_media video.sx_row_img{
  pointer-events: none;
}
.sx_row_copy{
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.5rem;
  padding-bottom: 0.43rem; /* 为底部免责声明留空：568-525≈43 */
  box-sizing: border-box;
}
.sx_row--img-right .sx_row_copy{
  padding-top: 0.5rem;
}
.sx_row_num{
  font-size: min(0.2rem, 1.04vw);
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.02em;
  /*opacity: 0.44;*/
  color: #caad8e;
}
.sx_row_name{
  margin-top: 0.1rem;
  font-size: min(0.34rem, 1.77vw);
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
  background: linear-gradient(90deg, #EDD4B6 0%, #000000 40%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.sx_row--img-right .sx_row_name{
  /*margin-top: 0;*/
}
.sx_row_desc{
  margin-top: 0.32rem;
  font-size: min(0.16rem, 0.833vw);
  line-height: 1.62;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #000000;
  max-width: 4.2rem;
}
.sx_row--img-right .sx_row_desc{
  margin-top: 0.32rem;
}
/* 免责声明：文案列底部，Figma #273:7 等 */
.sx_row_note{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.09rem; /* ≈9，贴近行底 */
  width: 100%;
  max-width: 4.2rem;
  margin: 0;
  font-size: 0.14rem; /* 10px */
  line-height: 0.23rem; /* 17.9px */
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.43);
  pointer-events: none;
  box-sizing: border-box;
}

/* 参数卡 2×2 — Figma 191×110 @1920 */
.sx_units{
  margin-top: min(0.54rem, 2.81vw);
  display: grid;
  grid-template-columns: repeat(2, min(1.91rem, 9.95vw));
  gap: min(0.16rem, 0.833vw) min(0.16rem, 0.833vw);
}
.sx_unit{
  width: min(1.91rem, 9.95vw);
  height: min(1.1rem, 5.73vw);
  border-radius: min(0.13rem, 0.677vw);
  background: #DFDFDE;
  box-sizing: border-box;
  padding: min(0.14rem, 0.729vw) min(0.27rem, 1.406vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sx_unit_label{
  font-size: min(0.153rem, 0.8vw);
  line-height: 1.74;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #625959;
}
.sx_unit_val{
  font-size: min(0.28rem, 1.46vw);
  line-height: 0.93;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #444;
}
.sx_unit_val .u{
  font-size: 0.55em;
  font-weight: 400;
  margin-left: 0.04em;
}

/* —— 场景 Tab —— */
.sx_scene{
  width: 100%;
  max-width: 15.61rem;
  margin: 1.14rem auto 0;
  display: flex;
  flex-direction: row-reverse; /* PC：图右文左 */
  gap: 0.73rem;
  align-items: stretch;
  min-height: 5.68rem;
}
.sx_scene_media{
  position: relative;
  width: 68.42%; /* 1068/1561 */
  flex-shrink: 0;
  aspect-ratio: 1068 / 568;
  overflow: hidden;
}
.sx_scene_layer{
  position: absolute;
  inset: 0;
}
.sx_scene_img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.55s ease;
  z-index: 0;
}
.sx_scene_img.is-show{
  opacity: 1;
  z-index: 1;
}
.sx_scene_note{
  position: absolute;
  left: 0.35rem;
  bottom: 0.15rem;
  right: 0.35rem;
  z-index: 2;
  font-size: min(0.1rem, 0.52vw);
  line-height: 1.79;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.77);
  pointer-events: none;
}
.sx_scene_side{
  flex: 1;
  min-width: 0;
  padding-top: 0; /* 顶部分隔线与图顶对齐 — Figma #266:186 */
  position: relative;
}
.sx_scene_list{
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(4.4rem, 22.92vw); /* 分隔线宽 440 — Figma #267:250 */
}
.sx_scene_item{
  max-width: none;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
  /* 横线：白 20%，每项上方一条（共 3 条） */
  border-top: 1px solid rgba(0, 0,0, 0.08);
  padding: min(0.42rem, 2.19vw) 0 min(0.42rem, 2.19vw) min(0.12rem, 0.625vw); /* 文案相对线内缩 12 */
}
.sx_scene_item:first-child{
  padding-top: min(0.47rem, 2.45vw);
}
.sx_scene_item:last-child{
  padding-bottom: 0;
}
.sx_scene_item .sx_si_name{
  position: relative;
  display: block;
  font-size: min(0.26rem, 1.35vw); /* 26 */
  line-height: 1;
  letter-spacing: 0.02em;
}
.sx_scene_item .sx_si_plain{
  display: block;
  font-weight: 400; /* 未选中 Regular */
  color: rgba(0,0,0, 0.4);
  transition: color 0.4s ease, opacity 0.4s ease;
}
.sx_scene_item .sx_si_grad{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-weight: 600; /* 选中 DemiBold + 渐变 */
  background: linear-gradient(90deg, #DABE9C 0%, #000000 40%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.sx_scene_item.is-active .sx_si_plain{
  color: rgba(255, 255, 255, 0);
  opacity: 0;
}
.sx_scene_item.is-active .sx_si_grad{
  opacity: 1;
}
.sx_scene_item .sx_si_desc{
  margin-top: min(0.12rem, 0.625vw); /* 标题→描述 38-26 */
  font-size: min(0.16rem, 0.833vw); /* 16 */
  line-height: 1.62; /* 25.9/16 */
  font-weight: 300;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.4s ease;
}
.sx_scene_item.is-active .sx_si_desc{
  color: rgba(0, 0, 0, 1);
}

  /* 移动端轮播默认隐藏 */
.sx_sw_wrap{ display: none; }

/* —— 移动端 1280 — Figma Mob #289:81 起 —— */
@media (max-width: 767px){
  .mb-only{ display: block !important; }
  .pc-pad{ display: none !important; }

  .sx_banner{
    padding: 16.09vw 0 10.8vw; /* 206 / 138 */
    overflow: visible;
  }

  /* 标题 #289:81：x110 font86 */
  .sx_title{
    max-width: none;
    margin: 0;
    padding: 0 8.59vw; /* 110/1280 */
    font-size: 6.72vw; /* 86 */
    line-height: 1.31;
    font-weight: 400;
  }

  .sx_rows{ display: none !important; }

  /* 轮播区：图 1163×743，左右 59 */
  .sx_sw_wrap{
    display: block;
    margin: 8.36vw 4.61vw 0; /* 标题底→图顶约 107 */
  }
  .sx_sw{
    width: 100%;
    overflow: hidden;
  }
  .sx_sw .swiper-slide{
    width: 100%;
  }
  .sx_slide_media{
    width: 100%;
    aspect-ratio: 1163 / 743;
    overflow: hidden;
  }
  .sx_slide_media img,
  .sx_slide_media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .sx_slide_media video{
    pointer-events: none;
  }
  /* 免责 #289:93：图底 11677 → 注顶 11721，间距 44；在图与文案之间 */
  .sx_sw_note{
    margin-top: 3.44vw; /* 44 */
    padding: 0;
    font-size: 2.5vw; /* 32 */
    line-height: 1.56; /* 49.9/32 */
    font-weight: 300;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.4);
  }
  /* 文案组 #289:88：注底 11820 → 文顶 11930，间距 110 */
  .sx_slide_copy{
    margin-top: 8.59vw; /* 110 */
    padding: 0 0.47vw;
  }
  .sx_slide_num{
    font-size: 3.22vw; /* 41.24 */
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.02em;
    /*opacity: 0.44;*/
    color: #caad8e;
  }
  .sx_slide_name{
    margin-top: 0.3rem; /* ≈10：63.92-54 */
    font-size: 5.48vw; /* 70.1 */
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    background: linear-gradient(90deg, #DABE9C 0%, #000 40%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }
  .sx_slide_desc{
    margin-top: 5.16vw; /* 184-(63.92+54)≈66 */
    font-size: 2.66vw; /* 34 */
    line-height: 1.57; /* 53.4/34 */
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #000000;
  }
  /* 参数卡：按 PC 191×110 等比放大到内容宽 */
  .sx_slide_units{
    margin-top: 5.5vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5vw 2.5vw;
  }
  .sx_slide_units .sx_unit{
    width: 100%;
    height: auto;
    min-height: 17.2vw; /* ≈110/640 */
    padding: 2.2vw 4.2vw;
    border-radius: 2.03vw; /* 13 */
    background: #DFDFDE;
    justify-content: space-between;
  }
  .sx_slide_units .sx_unit_label{
    font-size: 2.4vw; /* ≈15.3 放大 */
    line-height: 1.74;
    font-weight: 300;
  }
  .sx_slide_units .sx_unit_val{
    font-size: 4.4vw; /* ≈28 放大 */
    line-height: 0.93;
    font-weight: 500;
    margin-top: 1.2vw;
  }
  .sx_slide_units .sx_unit_val .u{
    font-size: 0.69em;
    font-weight: 400;
  }

  .sx_segs{
    display: flex;
    width: 25.63vw; /* 328 */
    height: 0.39vw; /* 5 */
    min-height: 2px;
    margin: 5.5vw 0 0 0.47vw;
    gap: 1.56vw;
  }
  .sx_segs .sx_seg{
    flex: 1;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
  }
  .sx_segs .sx_seg.active{
    background: #EFD7BB;
  }

  /* 场景：图 #289:124 → 注 #289:163 → Tab #289:140 */
  .sx_scene{
    max-width: none;
    padding: 8vw 4.61vw 0;
    flex-direction: column;
    gap: 0;
    min-height: 0;
    align-items: stretch;
  }
  .sx_scene_media{
    width: 100%;
    aspect-ratio: auto;
    overflow: visible;
  }
  .sx_scene_layer{
    position: relative;
    width: 100%;
    aspect-ratio: 1163 / 743;
    overflow: hidden;
  }
  .sx_scene_layer .sx_scene_img{
    position: absolute;
    inset: 0;
  }
  /* 移动端免责在图下方，非叠字 */
  .sx_scene_note{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: auto;
    margin-top: 3.28vw; /* 42 */
    padding: 0 2.5vw; /* x91 vs 图 x59 → 约 32 */
    font-size: 2.5vw; /* 32 */
    line-height: 1.56;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.43);
  }
  .sx_scene_side{
    margin-top: 7.42vw; /* 注→Tab 约 95 */
    padding: 0 2.5vw; /* 32 */
  }
  .sx_scene_list{
    gap: 0;
    width: 100%;
  }
  .sx_scene_item{
    max-width: none;
    padding: 8.6vw 0; /* 分隔线间约 110 */
    padding-left: 0;
    border: none;
    border-top: 0.21vw solid rgba(0, 0,0, 0.08); /* #289:135 白 20% */
  }
  .sx_scene_item:first-child{
    padding-top: 0;
    border-top: none; /* 移动端顶项无顶线 */
  }
  .sx_scene_item:last-child{
    padding-bottom: 8.6vw;
  }
  .sx_scene_item .sx_si_name{
    font-size: 5.37vw; /* 68.72 */
    line-height: 1;
  }
  .sx_scene_item .sx_si_desc{
    margin-top: 2.46vw; /* 100.44-69 */
    font-size: 3.3vw; /* 42.29 */
    line-height: 1.62; /* 68.46/42.29 */
    font-weight: 300;
  }
}
