.pc {
  display: block !important;
}

.m {
  display: none !important;
}

.agentos-page {
  font-family: 'Poppins', sans-serif;
}


.agentos-page .banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 800px;
  display: flex;
  align-items: center;
}

.agentos-page .container-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.agentos-page .banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
}

.agentos-page .title {
  color: #FFF;
  font-size: 36px;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.747px;
}

.agentos-page .title-desc {
  margin: 12px 0 54px;
  color: #FFF;
  text-align: center;
  font-size: 54px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.747px;
}

.agentos-page .btns {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
}

.agentos-page .btn {
  padding: 12px 48px;
  border-radius: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.747px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.agentos-page .btn:hover {
  transform: scale(1.07);
}

.agentos-page .btn-video {
  display: flex;
  align-items: center;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.70);
  padding: 6px 48px 6px 6px;
}

.agentos-page .btn-video .play-icon {
  width: 48px;
  height: 48px;
  margin-right: 24px;
}

.agentos-page .btn-text {
  background: #FFF;
  color: #821F93;
}

/* 第二部分：AgentOS赋能机器人体验升级 */
.agentos-page .two-introduction {
  background: #F7F7F7;
  padding: 160px 0;
}

.agentos-page .section-title {
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 120px;
}

.agentos-page .cards-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: stretch;
}

.agentos-page .card {
  width: 588px;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  background: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.agentos-page .card-content {
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #FFFFFF;
}

.agentos-page .card-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  width: 524px;
}

.agentos-page .card-highlight {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
}

.agentos-page .card-desc {
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  width: 524px;
}

/* 第三部分：让机器人更智能 */
.agent-section {
  background: #F7F7F7;
  padding-top: 240px;
}

.agent-section .agent-header {
  text-align: center;
  margin-bottom: 90px;
}

.agent-section .section-title {
  font-size: 54px;
  line-height: 1.296;
  text-align: center;
  margin-bottom: 24px;
}

.agent-section .title-normal {
  font-weight: normal;
}

.agent-section .title-bold {
  font-weight: 600;
}

.agent-section .section-subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 20px;
  text-align: center;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 40px;
}

.agent-section .header-decoration {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.agent-features {
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.feature-item {
  width: 100%;
}

.feature-header {
  text-align: center;
  margin: 240px 0 60px;
}

.feature-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 2.5;
  letter-spacing: 20px;
  margin-bottom: 24px;
}

.feature-divider {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 20px;
  background: #3377FF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.split-section {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 600px;
}

.left-section,
.right-section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.left-section {
  flex: 1;
  clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
  background-color: #333;
  margin-right: -9%;
}

.right-section {
  flex: 1;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #555;
  margin-left: -2px;
}

/* 移动端响应式样式 */
@media (max-width: 768px) {
  .split-section {
    flex-direction: column;
    height: 800px;
  }

  .left-section {
    flex: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    margin-right: 0;
    margin-bottom: -20%;
  }

  .right-section {
    flex: 1;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    margin-left: 0;
    margin-top: -19px;
  }
}

.left-section img,
.right-section video,
.right-section .video-container canvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* 鼠标悬停效果 - 画面微放大但梯形尺寸不变 */
.right-section:hover video,
.right-section:hover .video-container canvas {
  transform: scale(1.05);
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.pag-player {
  background-color: transparent;
}

.text-overlay {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  width: 60%;
  color: #F7F7F7;
  bottom: 32px;
  align-items: flex-start;
  text-align: left;
}

.text-overlay h2 {
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
}

.text-overlay p {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.left-section .text-overlay {
  right: 10%;

}

.right-section .text-overlay {
  left: 10%;
}

.play-button-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 3;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 开发效率提升部分 */
.dev-efficiency-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 240px 0;
}

.dev-efficiency-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dev-efficiency-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 90px;
}

.dev-efficiency-title {
  font-size: 54px;
  line-height: 1.2;
}

.dev-efficiency-title span {
  font-weight: 600;
}

.dev-efficiency-subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 2;
  color: rgba(34, 34, 34, 0.7);
}

/* 开发效率提升部分 - 限定作用域 */
.dev-efficiency-section .dev-efficiency-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 开发效率卡片基础样式 */
.dev-efficiency-section .feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
  width: 420px;
  padding: 42px 32px 24px 32px;
}

/* 卡片头部样式 */
.dev-efficiency-section .feature-card .feature-card-header {
  position: absolute;
  top: -10%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dev-efficiency-section .feature-card.bottom {
  margin-top: 120px;
  align-items: flex-start;
}

.dev-efficiency-section .feature-card.bottom .feature-card-header {
  top: -15%;
}

/* 开发效率卡片标题 */
.dev-efficiency-section .feature-card-title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #222222;
  width: 302px;
}

/* 开发效率卡片图标 */
.dev-efficiency-section .feature-card-icon {
  width: 42px;
  height: 42px;
}

/* 开发效率统计数据容器 */
.dev-efficiency-section .card-stats {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
}

/* 开发效率统计项 */
.dev-efficiency-section .stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 开发效率统计数字 */
.dev-efficiency-section .stat-number {
  font-weight: 600;
  font-size: 54px;
  line-height: 1.5;
  color: #3377FF;
}

.dev-efficiency-section .stat-number span {
  color: #37F;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 413%;
}


/* 开发效率统计标签 */
.dev-efficiency-section .stat-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(34, 34, 34, 0.7);
}

/* 开发效率卡片描述 */
.dev-efficiency-section .feature-card-desc {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #3377FF;
}

/* AgentOS介绍模块 */
.agentos-intro {
  display: flex;
  flex-direction: column;
  background: #F3F4F9;
  padding-top: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.agentos-intro__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #222;
  font-family: Poppins;
}

/* AgentOS主标题 */
.agentos-intro__title {
  font-weight: 700;
  font-size: 80px;
  line-height: 1.5;
}

/* AgentOS副标题 */
.agentos-intro__subtitle {
  font-weight: 700;
  font-size: 54px;
  line-height: 1.5;
}

/* AgentOS特性描述 */
.agentos-intro__features {
  font-family: Poppins;
  font-weight: 400;
  font-size: 28px;
  line-height: 2.5;
  letter-spacing: 15px;
}

/* AgentOS装饰线 */
.agentos-intro__decoration {
  height: 234px;
  width: 100%;
  background-image: url('https://www.orionstar.com/res/orics/down/ow001_20250715_88bf555f89b30d5a2decdef1951405f1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 案例展示模块 */
.case-studies {
  background: #FFFFFF;
}

.case-studies__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 240px;
  padding: 160px 0;
}

/* 单个案例 */
.case-study {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  width: 100%;
}

/* 案例内容区域 */
.case-study__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

/* 案例文本部分 */
.case-study__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}

.case-study__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  color: #222222;
}

.case-study__description {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.7);
  text-align: justify;
}

.case-study__description span {
  font-weight: bold;
}

/* 统计数据卡片 */
.case-study__stats {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.stat-card {
  background: #F7F7F7;
  border-radius: 12px;
  padding: 60px 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  min-width: 200px;
}

.stat-card__number {
  font-weight: 500;
  font-size: 42px;
  line-height: 1;
  color: #3377FF;
  text-transform: uppercase;
}

.stat-card__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(34, 34, 34, 0.7);
  text-align: center;
  text-transform: uppercase;
}

/* 客户声音部分 */
.case-study__testimonial {
  width: 768px;
  margin: 0 auto;
}

.testimonial__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 12px;
}

.testimonial__content {
  display: flex;
  gap: 10px;
  background: #333333;
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.testimonial__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;
}

.testimonial__avatar {
  position: absolute;
  top: -6px;
  left: 16px;
  width: 25px;
  height: 23px;
}

.testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* 案例研究媒体容器样式 */
.case-study__media {
  position: relative;
  /* width: 100%;
  height: 100%; */
  overflow: hidden;

}

.media-container {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-container__image {
  width: 960px;
  height: 540px;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 8px;
}

.media-container__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.media-container.playing .media-container__image,
.media-container.playing .play-button {
  display: none;
}

.media-container.playing .media-container__video {
  display: block;
}


/* faq-section */
.faq-section {
  padding: 120px 0;
  background: #f7f7f7;
}

.faq-section .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-section .title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 70px;
}

/* FAQ左右布局样式 */
.faq-section .faq-container {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

/* 左侧导航区域 */
.faq-section .faq-nav {
  flex: 0 0 380px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-section .faq-nav-item {
  padding: 24px 32px;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.faq-section .faq-nav-item:hover {
  border-color: #3377FF;
  background: #F8FAFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(51, 119, 255, 0.1);
}

.faq-section .faq-nav-item.active {
  border-color: #3377FF;
  background: #3377FF;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(51, 119, 255, 0.2);
}

.faq-section .faq-nav-item.active .nav-title {
  color: #FFF;
}

.faq-section .nav-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
  transition: color 0.3s ease;
}



/* 右侧内容区域 */
.faq-section .faq-content-area {
  flex: 1;
  position: relative;
}

.faq-section .faq-category-content {
  display: none;
  flex-direction: column;
  gap: 24px;
}

.faq-section .faq-category-content.active {
  display: flex;
}

.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-section .faq-item {
  padding: 34px 25px 34px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 145, 255, 0.06);
  cursor: pointer;
  transition: all 0.6s ease;
  overflow: hidden;
}

.faq-section .faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-section .faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #1a1a1a;
  margin: 0;
  width: 95%;
}

.faq-section .faq-icon {
  transform: rotate(90deg);
  transition: transform 0.6s ease;
}

.faq-section .faq-item:hover .faq-icon {
  transform: rotate(-90deg);
}

.faq-section .faq-content {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  transition: all 0.6s ease;
  overflow: hidden;
}

.faq-section .faq-item:hover .faq-content {
  margin-top: 16px;
  max-height: fit-content;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .faq-section .content-wrapper {
    max-width: 992px;
  }
}

@media screen and (max-width: 750px) {
  .faq-section {
    padding: 22.13vw 5.333vw;
  }

  .faq-section .title {
    color: #000;
    font-family: Poppins;
    line-height: 100%;
    margin-bottom: 10.67vw;
    font-size: 6.4vw;
  }

  .faq-section .faq-container {
    gap: 8vw;
    flex-direction: column;
  }

  .faq-section .faq-nav {
    flex: none;
    width: 100%;
    gap: 4vw;
  }

  .faq-section .faq-nav-item {
    padding: 4vw 5vw;
  }

  .faq-section .nav-title {
    font-size: 3.73vw;
  }



  .faq-section .faq-content-area {
    width: 100%;
  }

  .faq-section .faq-category-content {
    gap: 24px;
  }

  .faq-section .faq-list {
    width: 100%;
  }

  .faq-section .faq-item {
    padding: 4vw 4.67vw;
    border-radius: 2.67vw;
  }

  .faq-section .faq-title {
    color: #000;
    font-size: 3.73vw;
    line-height: 150%;
  }

  .faq-section .faq-icon {
    width: 1.33vw;
    height: 2.13vw;
  }

  .faq-section .faq-content {
    color: #000;
    margin-top: 1.87vw;
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-weight: 400;
  }
}

/* 卡片点击样式 */
.card[onclick] {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card[onclick]:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* 卡片点击样式 */
.card[onclick] {
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card[onclick]:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}


.modal-video-container .modal-video-body .modal-video {
  max-height: 90vh;
}