@charset "UTF-8";

/* ==============================================
   centerControl - CenterControl 产品页面样式
   基准宽度：PC 1920px / 移动端 375px
   ============================================== */

.centerControl-container {
  margin-top: 4.375vw !important;
  overflow-x: hidden;
}

/* Module 1: Banner
   ============================================== */
.centerControl-banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.centerControl-banner-img {
  width: 100%;
  height: 33.8542vw;
  object-fit: cover;
  display: block;
}

/* Module 2: Smart Control
   ============================================== */
.centerControl-smart {
  width: 100%;
  background: #000;
  padding: 4.1667vw 13.5417vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5208vw;
  box-sizing: border-box;
}

.centerControl-smart-inner {
  display: flex;
  align-items: flex-start;
  gap: 4.1667vw;
  width: 100%;
}

.centerControl-smart-video {
  width: 42.7083vw;
  height: 24.0104vw;
  background: #1a1a1a;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
}

.centerControl-smart-video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.centerControl-smart-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3.3333vw;
  height: 3.3333vw;
  cursor: pointer;
  z-index: 2;
}

.centerControl-smart-video-play img {
  width: 100%;
  height: 100%;
  display: block;
}

.centerControl-smart-video-play.hide {
  display: none;
}

.centerControl-smart-info {
  width: 26.0417vw;
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}

.centerControl-smart-title {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 26.0417vw;
  margin: 0;
}

.centerControl-smart-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25vw;
}

.centerControl-smart-item {
  display: flex;
  width: 13.0208vw;
  min-width: 0;
  align-items: center;
  gap: 0.4167vw;
}

.centerControl-smart-item-icon {
  width: 5.2083vw;
  height: 5.2083vw;
  position: relative;
  flex-shrink: 0;
}

.centerControl-smart-item-icon-bg {
  width: 100%;
  height: 100%;
  display: block;
}

.centerControl-smart-item-icon-svg {
  width: 2.9167vw;
  height: 2.9167vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centerControl-smart-item-name {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Module 3: Minimal Design
   ============================================== */
.centerControl-design {
  position: relative;
  width: 100%;
  aspect-ratio: 63 / 76;
}

.centerControl-design-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.centerControl-design-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.centerControl-design-title {
  position: absolute;
  top: 8.3333vw;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
  white-space: nowrap;
}

.centerControl-design-feature {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}

.centerControl-design-feature-1 {
  left: 59.8438vw;
  top: 27.1354vw;
  text-align: center;
}

.centerControl-design-feature-2 {
  top: 52.0833vw;
  right: 52.8646vw;
  text-align: center;
}

.centerControl-design-feature-title {
  color: #fff;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.875vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.centerControl-design-feature-desc {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.centerControl-design-grid {
  position: absolute;
  bottom: 8.3333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 72.9167vw;
  display: flex;
  flex-wrap: wrap;
}

.centerControl-design-grid-item {
  width: 36.4583vw;
  height: 19.7917vw;
  overflow: hidden;
}

.centerControl-design-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.centerControl-design-grid-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.25vw;
  background: #000;
}

.centerControl-design-grid-title {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.875vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.centerControl-design-grid-desc {
  color: #efefef;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Module 4: Hardware Interaction
   ============================================== */
.centerControl-hardware {
  display: flex;
  width: 100%;
  padding: 8.3333vw 0 4.1667vw;
  flex-direction: column;
  align-items: center;
  gap: 3.3333vw;
  background: #101826;
  box-sizing: border-box;
}

.centerControl-hardware-title {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.centerControl-hardware-subtitle {
  display: flex;
  width: 72.9167vw;
  align-items: center;
  gap: 2.0833vw;
}

.centerControl-hardware-line {
  height: 0.1042vw;
  flex: 1 0 0;
  background: #8f8d8d;
}

.centerControl-hardware-subtitle-text {
  color: #5ab7ff;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.5vw;
  font-style: normal;
  line-height: normal;
  white-space: nowrap;
}

.centerControl-hardware-video {
  position: relative;
  width: 72.9167vw;
}

.centerControl-hardware-video-el {
  width: 100%;
  height: 40.625vw;
  display: block;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.centerControl-hardware-btns {
  position: absolute;
  top: 0;
  left: -6.25vw;
  right: -6.25vw;
  bottom: 0;
  padding: 3.3333vw 0.8333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.centerControl-hardware-btn-group {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.centerControl-hardware-btn-group-right {
  align-items: flex-end;
}

.centerControl-hardware-btn-row {
  display: flex;
}

.centerControl-hardware-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8333vw;
  width: 10.4167vw;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.centerControl-hardware-btn-icon {
  position: relative;
  width: 6.25vw;
  height: 6.25vw;
  background: url('https://materialfile.dahuasecurity.com/new_uploads/image/20260824/icon-bg.png')
    no-repeat center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerControl-hardware-btn-icon .iconfont {
  font-size: 4.6875vw;
  color: #fff;
}

.centerControl-hardware-btn:hover .centerControl-hardware-btn-icon .iconfont {
  color: #5ab7ff;
}

.centerControl-hardware-btn.active .centerControl-hardware-btn-icon {
  background-image: url('https://materialfile.dahuasecurity.com/new_uploads/image/20260824/iconbg-click.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.centerControl-hardware-btn.active .centerControl-hardware-btn-icon .iconfont {
  color: #fff;
}

.centerControl-hardware-btn-name {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  opacity: 0.7;
}

.centerControl-hardware-part2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centerControl-hardware-part2-img {
  position: relative;
  width: 72.9167vw;
  height: 36.9792vw;
}

.centerControl-hardware-part2-img img {
  width: 100%;
  height: auto;
  display: block;
}

.centerControl-hardware-part2-label {
  position: absolute;
  width: 11.4583vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.centerControl-hardware-part2-label-1 {
  left: 3.9063vw;
  bottom: 26.9792vw;
}

.centerControl-hardware-part2-label-2 {
  left: 16.8229vw;
  bottom: 26.9792vw;
}

.centerControl-hardware-part2-label-3 {
  left: 29.7917vw;
  bottom: 26.9792vw;
}

.centerControl-hardware-part2-label-4 {
  left: 42.9688vw;
  bottom: 26.9792vw;
}

.centerControl-hardware-part2-label-5 {
  left: 55.9896vw;
  bottom: 26.9792vw;
}

.centerControl-hardware-part2-label-6 {
  left: 10.5729vw;
  bottom: 13.9583vw;
}

.centerControl-hardware-part2-label-7 {
  left: 23.6458vw;
  bottom: 13.9583vw;
}

.centerControl-hardware-part2-label-8 {
  left: 36.7708vw;
  bottom: 13.9583vw;
}

.centerControl-hardware-part2-label-9 {
  left: 49.7917vw;
  bottom: 13.9583vw;
}

.centerControl-software {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.centerControl-software-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2083vw;
  margin-top: 4.1667vw;
}

.centerControl-software-tab {
  display: flex;
  width: 20.8333vw;
  height: 4.1667vw;
  padding: 0.8333vw 0.5208vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 1.0417vw 1.0417vw 0 0;
  background: linear-gradient(180deg, #383838 42.26%, #2a2a2a 100%);
  color: #909399;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.3542vw;
  font-style: normal;
  line-height: normal;
  box-sizing: border-box;
  cursor: pointer;
}

.centerControl-software-tab.active {
  background: linear-gradient(90deg, #3761ed 0%, #593cce 48.08%, #4b25ac 100%);
  box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25),
    inset 0 0.3125vw 0.625vw -0.1042vw rgba(255, 255, 255, 0.75);
  color: #fff;
}

.centerControl-software-content {
  display: flex;
  width: 72.9167vw;
  height: 48.0208vw;
  justify-content: center;
  align-items: center;
  margin-top: 1.25vw;
}

.centerControl-software-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Module 5: Integrated Security Service */
.centerControl-integrated {
  position: relative;
  width: 100vw;
  height: 62.8125vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 图片加载前的占位背景色，与各 tab 背景图主色调相近，避免切换时灰白闪烁 */
  background-color: #2E2E32;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}


.centerControl-integrated > * {
  position: relative;
  z-index: 1;
}

.centerControl-integrated-title {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 4.1667vw 0 0;
}

.centerControl-integrated-tabs {
  display: flex;
  width: 72.9167vw;
  align-items: center;
  gap: 0.2083vw;
  margin-top: 3.4375vw;
}

.centerControl-integrated-tab {
  display: flex;
  height: 4.1667vw;
  padding: 0.8333vw 0.5208vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  flex: 1 0 0;
  border-radius: 1.0417vw 1.0417vw 0 0;
  background: linear-gradient(180deg, #383838 42.26%, #2A2A2A 100%);
  color: #909399;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.3542vw;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
}

.centerControl-integrated-tab.active {
  background: linear-gradient(90deg, #3761ed 0%, #593cce 48.08%, #4b25ac 100%);
  box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25),
    inset 0 0.3125vw 0.625vw -0.1042vw rgba(255, 255, 255, 0.75);
  color: #FFF;
}

.centerControl-integrated-content {
  width: 72.9167vw;
  margin-top: 2.0833vw;
}

.centerControl-integrated-panel {
  display: none;
}

.centerControl-integrated-panel.active {
  display: block;
}

.centerControl-integrated-panel-img {
  position: relative;
  width: 72.9167vw;
}

.centerControl-integrated-panel-img img {
  width: 100%;
  height: 40.9375vw;
  display: block;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.centerControl-integrated-panel-img video {
  height: 40.9375vw;
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.centerControl-integrated-feature {
  position: absolute;
  width: 16.6667vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.3542vw;
  font-style: normal;
  line-height: normal;
}

.centerControl-cctv-feature-left-1 { left: 0; bottom: 27.6042vw; }
.centerControl-cctv-feature-left-2 { left: 0; bottom: 14.5833vw; }
.centerControl-cctv-feature-left-3 { left: 0; bottom: 1.5625vw; }
.centerControl-cctv-feature-right-1 { right: 0; bottom: 27.6042vw; }
.centerControl-cctv-feature-right-2 { right: 0; bottom: 14.5833vw; }
.centerControl-cctv-feature-right-3 { right: 0; bottom: 1.5625vw; }

.centerControl-intercom-title {
  position: absolute;
  bottom: 28.2292vw;
  left: 36.5104vw;
  width: 35vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Bold';
  font-size: 2.6042vw;
  font-style: normal;
  line-height: 150%;
}

.centerControl-intercom-subtitle {
  position: absolute;
  top: 13.2292vw;
  left: 36.5104vw;
  width: 35vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
}

.centerControl-alarm-title {
  position: absolute;
  top: 2.8646vw;
  left: 1.3021vw;
  width: 17.3958vw;
  color: #FFF;
  font-family: 'Montserrat-Bold';
  font-size: 2.0833vw;
  font-style: normal;
  line-height: 150%;
}

.centerControl-alarm-subtitle {
  position: absolute;
  top: 10.4167vw;
  left: 1.3021vw;
  width: 17.9688vw;
  color: #FFF;
  font-family: 'Montserrat-Medium';
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
}

.centerControl-alarm-tag {
  position: absolute;
  width: 22.5vw;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 2.0833vw;
  font-style: normal;
  line-height: 150%;
}

.centerControl-alarm-tag1 { bottom: 1.4583vw; left: 10.4167vw; }
.centerControl-alarm-tag2 { top: 2.1354vw; right: 12.1354vw; }
.centerControl-alarm-tag3 { right: 3.2292vw; bottom: 1.4583vw; }

/* Module 6: Redefine Your Intelligent Living Hub */
.centerControl-livingHub {
  display: flex;
  width: 100vw;
  padding: 8.3333vw 0 4.1667vw 0;
  flex-direction: column;
  align-items: center;
  gap: 4.1667vw;
  background: #101826;
}

.centerControl-livingHub-title {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 3.125vw;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.centerControl-livingHub-subtitle {
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 2.0833vw;
  font-style: normal;
  line-height: normal;
  margin-top: -3.3333vw;
}

.centerControl-livingHub-tabs {
  display: flex;
  justify-content: center;
  gap: 0.2083vw;
}

.centerControl-livingHub-tab {
  display: flex;
  width: 20.8333vw;
  height: 4.1667vw;
  padding: 0.8333vw 0.5208vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  flex-shrink: 0;
  border-radius: 1.0417vw 1.0417vw 0 0;
  background: linear-gradient(180deg, #383838 42.26%, #2A2A2A 100%);
  color: #909399;
  text-align: center;
  font-family: 'Montserrat-SemiBold';
  font-size: 1.3542vw;
  font-style: normal;
  line-height: normal;
  cursor: pointer;
}

.centerControl-livingHub-tab.active {
  background: linear-gradient(90deg, #3761ed 0%, #593cce 48.08%, #4b25ac 100%);
  box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25),
    inset 0 0.3125vw 0.625vw -0.1042vw rgba(255, 255, 255, 0.75);
  color: #FFF;
}

.centerControl-livingHub-content {
  width: 100%;
  margin-top: -2.9167vw;
}

.centerControl-livingHub-swiper {
  width: 100%;
  overflow: hidden;
}

.centerControl-livingHub-swiper .swiper-slide {
  width: 72.9167vw;
}

.centerControl-livingHub-swiper .swiper-slide img,
.centerControl-livingHub-swiper .swiper-slide video {
  width: 100%;
  height: auto;
  display: block;
}

.centerControl-livingHub-swiper .swiper-slide video {
  border-radius: 1.0417vw;
}

.centerControl-livingHub-swiper .swiper-slide-prev img,
.centerControl-livingHub-swiper .swiper-slide-next img,
.centerControl-livingHub-swiper .swiper-slide-prev video,
.centerControl-livingHub-swiper .swiper-slide-next video {
  transform: scale(1);
}

/* 面包屑（本页独立样式）
   ============================================== */
.centerControl-crumbs {
  width: 100%;
  background: #000;
}

/* 版心 1440px（1920 设计稿下 75vw） */
.centerControl-crumbs .crumbs {
  max-width: 75vw !important;
  padding-bottom: 1.25vw;
}

/* Large1-R-16 */
.centerControl-crumbs .crumbs {
  font-family: 'Montserrat';
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
}

.centerControl-crumbs .crumbs,
.centerControl-crumbs .crumbs a,
.centerControl-crumbs .crumbs .iconfont,
.centerControl-crumbs .crumbs p {
  color: #909399;
}

/* 面包屑最后一项（当前页） */
.centerControl-crumbs .crumbs p {
  color: #fff;
}

.centerControl-crumbs .crumbs .crumbs-item:last-of-type .crumbs-link,
.centerControl-crumbs .crumbs .crumbs-item:last-of-type .crumbs-link .select-icon {
  color: #fff;
}

.centerControl-crumbs .crumbs a:hover,
.centerControl-crumbs .crumbs .crumbs-item:hover .crumbs-link,
.centerControl-crumbs .crumbs .crumbs-item:hover .crumbs-link .select-icon {
  color: #fff;
}

@media (max-width: 768px) {
    .header-pc , .footer-box{
        display: none !important;
    }
  .container .mob-quick-btn {
    display: none;
  }
  .centerControl-container {
    margin-top: 12.8vw !important;
    overflow-x: hidden;
  }

  .centerControl-banner {
    height: 47.4667vw;
  }

  .centerControl-banner-img {
    height: 100%;
  }

  /* 对齐公共组件移动端样式，仅保留本页黑底与字色 */
  .centerControl-crumbs .crumbs {
    max-width: 100% !important;
    font-size: 2.667vw;
    line-height: 150%;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }

  .centerControl-crumbs .crumbs .iconfont {
    font-size: 3.2vw;
    line-height: 1;
    padding: 0 1.0667vw;
  }

  .centerControl-smart {
    padding: 4.2667vw 4.2667vw 10.6667vw;
    gap: 2.6667vw;
  }

  .centerControl-smart-inner {
    flex-direction: column;
    gap: 6.4vw;
  }

  .centerControl-smart-video {
    width: 100%;
    height: auto;
    aspect-ratio: 820 / 461;
  }

  .centerControl-smart-video-play {
    width: 8vw;
    height: 8vw;
  }

  .centerControl-smart-info {
    width: 100%;
    gap: 4.2667vw;
  }

  .centerControl-smart-title {
    width: 100%;
    font-size: 4.2667vw;
  }

  .centerControl-smart-items {
    row-gap: 5.3333vw;
  }

  .centerControl-smart-item {
    width: 50%;
    gap: 2.1333vw;
  }

  .centerControl-smart-item-icon {
    width: 20vw;
    height: 20vw;
  }

  .centerControl-smart-item-icon-svg {
    width: 11.2vw;
    height: 11.2vw;
  }

  .centerControl-smart-item-name {
    font-size: 3.7333vw;
  }

  .centerControl-design-title {
    font-size: 3.7333vw;
  }

  .centerControl-design-feature {
    gap: 1.0667vw;
  }

  .centerControl-design-feature-title {
    font-size: 2.6667vw;
  }

  .centerControl-design-feature-desc {
    font-size: 2.1333vw;
  }

  .centerControl-design-grid-title {
    font-size: 2.4vw;
  }

  .centerControl-design-grid-desc {
    font-size: 2.1333vw;
  }

  .centerControl-hardware {
    padding: 12.8vw 0 8vw;
    gap: 6.4vw;
  }

  .centerControl-hardware-title {
    font-size: 6.4vw;
  }

  .centerControl-hardware-subtitle {
    width: 100%;
    padding: 0 4.2667vw;
    gap: 2.1333vw;
    box-sizing: border-box;
  }

  .centerControl-hardware-subtitle-text {
    font-size: 4.2667vw;
    white-space: normal;
  }

  .centerControl-hardware-video {
    width: 100%;
    padding: 0 4.2667vw;
    box-sizing: border-box;
  }

  .centerControl-hardware-video-el {
    height: auto;
    aspect-ratio: 1400 / 780;
    border-radius: 4.2667vw;
  }

  .centerControl-hardware-btns {
    position: static;
    padding: 0;
    margin-top: 8.5333vw;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.3333vw;
  }

  .centerControl-hardware-btn-group {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.6vw;
  }

  .centerControl-hardware-btn-group-left {
    align-self: center;
  }

  .centerControl-hardware-btn-group-right {
    align-items: flex-start;
    flex-wrap: nowrap;
  }

  .centerControl-hardware-btn-row {
    display: contents;
  }

  .centerControl-hardware-btn {
    width: 21.3333vw;
    gap: 1.3333vw;
  }

  .centerControl-hardware-btn-icon {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .centerControl-hardware-btn-icon .iconfont {
    font-size: 10.6667vw;
  }

  .centerControl-hardware-btn-name {
    width: auto;
    font-size: 2.6667vw;
  }

  .centerControl-hardware-part2 {
    width: 100%;
  }

  .centerControl-hardware-part2-img {
    width: 100%;
    height: auto;
  }

  .centerControl-hardware-part2-label {
    font-size: 1.3333vw;
  }

  .centerControl-hardware-part2-label-1 {
    left: 5.3571%;
    bottom: 72.9577%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-2 {
    left: 23.0714%;
    bottom: 72.9577%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-3 {
    left: 40.8571%;
    bottom: 72.9577%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-4 {
    left: 58.9286%;
    bottom: 72.9577%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-5 {
    left: 76.7857%;
    bottom: 72.9577%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-6 {
    left: 14.5%;
    bottom: 37.7465%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-7 {
    left: 32.4286%;
    bottom: 37.7465%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-8 {
    left: 50.4286%;
    bottom: 37.7465%;
    width: 15.7143%;
  }

  .centerControl-hardware-part2-label-9 {
    left: 68.2857%;
    bottom: 37.7465%;
    width: 15.7143%;
  }

  .centerControl-software-tabs {
    width: 100%;
    padding: 0 4.2667vw;
    box-sizing: border-box;
    gap: 0.5333vw;
    margin-top: 4.2667vw;
    align-items: stretch;
  }

  .centerControl-software-tab {
    flex: 0 0 auto;
    width: 45.3333vw;
    height: auto;
    padding: 2.6667vw 2.6667vw;
    gap: 2.6667vw;
    border-radius: 4.2667vw 4.2667vw 0 0;
    font-size: 4.2667vw;
    white-space: normal;
  }

  .centerControl-software-content {
    width: 100%;
    height: auto;
    aspect-ratio: 1400 / 922;
    padding: 0 4.2667vw;
    margin-top: 3.2vw;
    box-sizing: border-box;
  }

  .centerControl-integrated {
    width: 100%;
    height: auto;
    padding: 10.6667vw 4.2667vw 13.3333vw;
  }

  .centerControl-integrated::before {
    background: rgba(0, 0, 0, 0.3);
  }

  .centerControl-integrated-title {
    font-size: 6.4vw;
    margin: 0;
  }

  .centerControl-integrated-tabs {
    width: 100%;
    gap: 0.5333vw;
    margin-top: 8vw;
    align-items: stretch;
  }

  .centerControl-integrated-tab {
    height: auto;
    padding: 2.6667vw 1.3333vw;
    gap: 0.5333vw;
    border-radius: 2.6667vw 2.6667vw 0 0;
    font-size: 3.2vw;
  }

  .centerControl-integrated-tab.active {
    box-shadow: 0 0.2083vw 0.2083vw 0 rgba(0, 0, 0, 0.25),
      inset 0 0.3125vw 0.625vw -0.1042vw rgba(255, 255, 255, 0.75);
  }

  .centerControl-integrated-content {
    width: 100%;
    margin-top: 5.3333vw;
  }

  .centerControl-integrated-panel-img {
    width: 100%;
  }

  .centerControl-integrated-panel-img img {
    height: auto;
    border-radius: 4.2667vw;
  }

  .centerControl-integrated-panel-img video {
    height: auto;
    max-width: 100%;
  }

  .centerControl-integrated-feature {
    width: auto;
    min-width: 23%;
    font-size: 2.1333vw;
  }

  .centerControl-cctv-feature-left-1 { left: 0; bottom: 67.43%; }
  .centerControl-cctv-feature-left-2 { left: 0; bottom: 35.6234%; }
  .centerControl-cctv-feature-left-3 { left: 0; bottom: 3.8168%; }
  .centerControl-cctv-feature-right-1 { right: 0; bottom: 67.43%; }
  .centerControl-cctv-feature-right-2 { right: 0; bottom: 35.6234%; }
  .centerControl-cctv-feature-right-3 { right: 0; bottom: 3.8168%; }

  .centerControl-intercom-title {
    top: auto;
    bottom: 38.6667vw;
    left: auto;
    right: 0.5333vw;
    width: 48vw;
    text-align: center;
    font-size: 3.2vw;
  }

  .centerControl-intercom-subtitle {
    top: 14.4vw;
    left: auto;
    right: 0.5333vw;
    width: 48vw;
    text-align: center;
    font-size: 2.1333vw;
  }

  .centerControl-alarm-title {
    top: 2.6667vw;
    left: 1.6vw;
    width: 42.6667vw;
    font-size: 3.2vw;
  }

  .centerControl-alarm-subtitle {
    top: 13.3333vw;
    left: 1.6vw;
    width: 42.6667vw;
    font-size: 2.1333vw;
  }

  .centerControl-alarm-tag {
    width: 40.1142%;
    font-size: 3.2vw;
  }

  .centerControl-alarm-tag1 { bottom: 3.5623%; left: 12.1428%; }
  .centerControl-alarm-tag2 { top: 5.2163%; right: 14.1465%; }
  .centerControl-alarm-tag3 { right: 3.7643%; bottom: 3.5623%; }

  .centerControl-livingHub {
    width: 100%;
    padding: 13.3333vw 4.2667vw 10.6667vw;
    gap: 0;
    margin-bottom: 6.4vw;
  }

  .centerControl-livingHub-title {
    font-size: 6.4vw;
  }

  .centerControl-livingHub-subtitle {
    font-size: 4.2667vw;
    font-weight: 400;
    margin: 4.2667vw 0 8vw;
  }

  .centerControl-livingHub-tabs {
    width: 100%;
    gap: 0.5333vw;
  }

  .centerControl-livingHub-tab {
    width: auto;
    flex: 1;
    height: auto;
    padding: 2.6667vw 1.3333vw;
    border-radius: 2.6667vw 2.6667vw 0 0;
    font-size: 3.4667vw;
  }

  .centerControl-livingHub-content {
    width: 100%;
    margin-top: 6.4vw;
  }

  .centerControl-livingHub-swiper .swiper-slide {
    width: 90.6667vw;
  }

  .centerControl-livingHub-swiper .swiper-slide video {
    border-radius: 5.3333vw;
  }

  .centerControl-livingHub-swiper .swiper-slide-prev video,
  .centerControl-livingHub-swiper .swiper-slide-next video {
    transform: none;
  }
}
