.ai-product-content-box {
  width: 100%;
  overflow: hidden;
  min-height: 400px;
}

.content-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-title img:hover {
  cursor: pointer;
}

.content-title img {
  height: 40px;
  margin-left: 15px;
}

.content-title-span {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  color: #3a6af6;
  margin-left: 15px;
}

.content-tab-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 40px;
}

.tab-active {
  color: white !important;
  background-color: black;
  font-weight: bold;
}

.tab-active:hover {
  cursor: pointer;
  background-color: black !important;
}

.tab-item1,
.tab-item2,
.tab-item4,
.tab-item5,
.tab-item6 {
  padding: 0px 30px;
  border-radius: 48px;
  font-size: 20px;
  height: 48px;
  color: rgb(121, 124, 127);
  line-height: 48px;
}

.tab-item1:hover,
.tab-item2:hover,
.tab-item4:hover,
.tab-item5:hover,
.tab-item6:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, .1);
}

.content-img-list-box1,
.content-img-list-box3,
.content-img-list-box4,
.content-img-list-box5,
.content-img-list-box6 {
  width: 1196px;
  height: 592px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50px;
  margin-bottom: 40px;
  user-select: none;
}

.left-img {
  clip: rect(auto, auto, auto, 600px);
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.right-img {
  clip: rect(auto, 600px, auto, auto);
  display: block;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.slideBox:hover {
  cursor: e-resize;
}

.slideBox {
  position: absolute;
  z-index: 1;
  left: 580px;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* transition: left 0.2s; */
}

.baixian {
  height: 100%;
  width: 2px;
  background-color: white;
}

.yuan {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
}

.yuan img {
  width: 100%;
  height: 100%;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-select: none;
}

.disPlayNone {
  display: none !important;
}

.ai-image-box {
  display: none;
}

.title-section {
  font-family: 'SimHei', 'Microsoft YaHei', sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 32px 24px;
  border-bottom: 1px solid #eeeeee;
}

.tab-header {
  display: flex;
  border-bottom: 1px solid #eeeeee;
  margin: 0 24px;
}

.tab-button.active {
  color: #333333;
  font-weight: 500;
}

.tab-button {
  padding: 16px 32px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  color: #666666;
}

.tab-button.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333333;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.content-video-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  margin-bottom: 15px;
}

.content-video-list-box video {
  max-width: 1200px;
  width: auto;
  height: auto;
}

/* 只隐藏“全屏”按钮 */
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}

/* 隐藏“画中画”按钮 */
video::-webkit-media-controls-picture-in-picture-button {
  display: none !important;
}

/* 隐藏“下载”按钮（如果存在） */
video::-webkit-media-controls-download-button {
  display: none !important;
}

video::-webkit-media-controls-overlay-play-button,
video::-webkit-media-controls-overflow-menu-button {
  display: none !important;
}

/* 可选：隐藏音量滑块（保留静音按钮） */
video::-webkit-media-controls-volume-slider {
  display: none !important;
}
