/* 整体 section 样式 */
section[data-cattype="416"] {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

/* 标题样式 */
section[data-cattype="416"] h2 {
  margin-bottom: 30px;
}
section[data-cattype="416"] .owl-carousel .owl-stage {
  display: flex !important;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}

section[data-cattype="416"] .owl-carousel .owl-item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
}
section[data-cattype="416"] .owl-carousel .owl-item {
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
section[data-cattype="416"] .owl-carousel .owl-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
section[data-cattype="416"] .owl-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center;
width: 100% !important;
}
section[data-cattype="416"] .partner-carousel .partner-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section[data-cattype="416"] .owl-stage-outer {
  display: flex !important;
  justify-content: center !important;
}
section[data-cattype="416"] .owl-carousel .owl-stage {
  margin: 0 auto !important;
}
section[data-cattype="416"] .partner-carousel .partner-item img {
  max-height: 100px;
  width: auto;
  display: block;
  object-fit: contain;
  padding: 0 10px;
}

section[data-cattype="416"] .owl-carousel .owl-stage {
  margin: 0 auto !important;
}

/* Carousel item 容器，取消 padding 与 margin，贴合显示 */
section[data-cattype="416"] .partner-carousel .partner-item {
  padding: 0;
  margin: 0;
  text-align: center;
}
section[data-cattype="416"] .owl-carousel .owl-stage-outer {
  display: flex !important;
  justify-content: center !important;
}

section[data-cattype="416"] .owl-carousel .owl-stage {
  display: flex !important;
  justify-content: center !important;
}
section[data-cattype="416"] .owl-stage {
  margin: 0 auto !important;
}

section[data-cattype="416"] .owl-stage-outer {
  text-align: center;
}
/* 图片尺寸压缩 + 居中 */
section[data-cattype="416"] .partner-carousel .partner-item img {
  max-height: 100px;        /* 控制 logo 垂直大小 */
  width: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
  padding: 0 10px;
}

/* 强制取消 owl item 内部间距 */
section[data-cattype="416"] .owl-carousel .owl-item {
  padding: 0 !important;
  margin: 0 !important;
}

/* 让图片们在中间贴合显示 */
section[data-cattype="416"] .owl-stage {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 限制容器 overflow 防止溢出 */
section[data-cattype="416"] .owl-stage-outer {
  overflow: hidden;
}

/* Desktop 不显示 dot */
section[data-cattype="416"] .owl-dots {
  display: none;
}

/* Mobile 才显示 dot */
@media (max-width: 767px) {
  section[data-cattype="416"] .owl-dots {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
}
section[data-cattype="416"] .owl-theme .owl-controls {
  text-align: center;
}
