/**
 * Page AI Templates CSS
 * AI自定义页面模板（Service / Integrations / FAQ / About）
 * 借鉴 ai-nest 未来风AI企业官网模板
 */

/* 主题变量（作用域限定，避免污染全局） */
.ai-page-main {
  --theme-color-white: #ffffff;
  --theme-bg-color1: #080220;
  --theme-primary: #6766FF;
  --title-font: "Rajdhani", "Nunito Sans", -apple-system, "Segoe UI", sans-serif;
  --text-font: "Nunito Sans", -apple-system, "Segoe UI", sans-serif;
  background: var(--theme-bg-color1);
}

/* 容器（scoped） */
.ai-page-main .auto-container {
  position: static;
  max-width: 1350px;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}
.ai-page-main figure {
  margin: 0;
}
.ai-page-main .accordion,
.ai-page-main ul {
  margin: 0;
  padding: 0;
}

/*=======================
  页面标题区（4个页面共用）
=======================*/
.service-page-title,
.integration-page-title,
.accordion-page-title,
.about-page-title {
  background-color: var(--theme-bg-color1);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 202px 0px 110px;
  position: relative;
  margin-top: -102px;
}
.service-page-title .title-content,
.integration-page-title .title-content,
.accordion-page-title .title-content,
.about-page-title .title-content {
  margin-bottom: 52px;
  text-align: center;
}
.service-page-title .title-content .page-sub-title,
.integration-page-title .title-content .page-sub-title,
.accordion-page-title .title-content .page-sub-title,
.about-page-title .title-content .page-sub-title {
  display: inline-block;
  color: var(--theme-color-white);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 18px;
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}
.service-page-title .title-content .page-sub-title::before,
.integration-page-title .title-content .page-sub-title::before,
.accordion-page-title .title-content .page-sub-title::before,
.about-page-title .title-content .page-sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.service-page-title .title-content .page-title,
.integration-page-title .title-content .page-title,
.accordion-page-title .title-content .page-title,
.about-page-title .title-content .page-title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 14px 0 5px;
}
.service-page-title .title-content .page-desc,
.integration-page-title .title-content .page-desc,
.accordion-page-title .title-content .page-desc,
.about-page-title .title-content .page-desc {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  width: 40%;
  margin: 0px auto;
}
@media only screen and (max-width: 1700px) {
  .service-page-title .title-content .page-desc,
  .integration-page-title .title-content .page-desc,
  .accordion-page-title .title-content .page-desc,
  .about-page-title .title-content .page-desc {
    width: 100%;
  }
}

/* sec-title 标题（scoped，页面内通用） */
.service-page-title .sec-title,
.accordion-page-title .sec-title,
.about-page-title .sec-title,
.call-to-action-inner .sec-title {
  margin-bottom: 30px;
}
.service-page-title .sec-title .section-sub-title .sub-title,
.accordion-page-title .sec-title .section-sub-title .sub-title,
.about-page-title .sec-title .section-sub-title .sub-title,
.call-to-action-inner .sec-title .section-sub-title .sub-title {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color-white);
  padding: 8px 30px;
  border-radius: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.0509803922);
  margin: 0;
}
.service-page-title .sec-title .section-sub-title .sub-title::before,
.accordion-page-title .sec-title .section-sub-title .sub-title::before,
.about-page-title .sec-title .section-sub-title .sub-title::before,
.call-to-action-inner .sec-title .section-sub-title .sub-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 1.5px solid transparent;
  background: linear-gradient(91.06deg, #6766FF 6.82%, rgba(103, 102, 255, 0.2) 37.09%, rgba(103, 102, 255, 0.2) 67.36%, #6766FF 96.43%) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.service-page-title .sec-title .section-title .title,
.accordion-page-title .sec-title .section-title .title,
.about-page-title .sec-title .section-title .title,
.call-to-action-inner .sec-title .section-title .title {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin: 0;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .service-page-title .sec-title .section-title .title,
  .accordion-page-title .sec-title .section-title .title,
  .about-page-title .sec-title .section-title .title,
  .call-to-action-inner .sec-title .section-title .title {
    font-size: 45px;
    line-height: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-page-title .sec-title .section-title .title,
  .accordion-page-title .sec-title .section-title .title,
  .about-page-title .sec-title .section-title .title,
  .call-to-action-inner .sec-title .section-title .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page-title .sec-title .section-title .title,
  .accordion-page-title .sec-title .section-title .title,
  .about-page-title .sec-title .section-title .title,
  .call-to-action-inner .sec-title .section-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.service-page-title .sec-title .section-desc p,
.about-page-title .sec-title .section-desc p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

/*=======================
  Service 页面
=======================*/
.service-page-title {
  padding: 202px 0px 120px;
}
.service-page-title .service-section-inner {
  position: relative;
  z-index: 1;
}
.service-page-title .service-section-inner .service-wrapper {
  position: sticky;
  top: 100px;
}
.service-page-title .service-section-inner .sec-title {
  margin-bottom: 35px;
}
.service-page-title .service-section-inner .service-btn {
  margin-bottom: 30px;
}
.service-page-title .service-section-inner .service-btn a {
  display: inline-block;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  color: var(--theme-color-white);
  background: var(--theme-primary);
  padding: 13px 40px;
  border-radius: 40px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  text-decoration: none;
}
.service-page-title .service-section-inner .service-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-page-title .service-section-inner .service-btn a i {
  display: inline-block;
  margin-left: 10px;
}
.service-page-title .service-section-inner .service-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.service-page-title .service-section-inner .service-btn a:hover {
  color: var(--theme-primary);
}
.service-page-title .service-section-inner .service-thumb {
  position: relative;
}
.service-page-title .service-section-inner .service-thumb figure img {
  max-width: 100%;
  height: auto;
}
.service-page-title .service-section-inner .service-thumb .service-thumb-shape {
  position: absolute;
  top: -150px;
  left: -150px;
  pointer-events: none;
}
.service-page-title .service-section-inner .single-service-box {
  background: #0F0927;
  border-radius: 30px;
  padding: 42px 40px 40px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  overflow: hidden;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .service-page-title .service-section-inner .single-service-box {
    padding: 42px 15px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page-title .service-section-inner .single-service-box {
    padding: 30px 15px 30px;
  }
}
.service-page-title .service-section-inner .single-service-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.service-page-title .service-section-inner .single-service-box .service-inner {
  position: relative;
  z-index: 1;
  transition: 0.5s;
  display: flex;
  gap: 30px;
}
.service-page-title .service-section-inner .single-service-box .service-inner::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background-image: url(../img/ai/service-box-eff1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: -40px;
  left: -40px;
  transition: 0.5s;
}
.service-page-title .service-section-inner .single-service-box .service-inner::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  background-image: url(../img/ai/service-box-eff2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -40px;
  right: -40px;
  transition: 0.5s;
}
.service-page-title .service-section-inner .single-service-box .service-icon,
.service-page-title .service-section-inner .single-service-box .service-icon-active {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.0509803922);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  transition: 0.5s;
  overflow: hidden;
}
.service-page-title .service-section-inner .single-service-box .service-icon img,
.service-page-title .service-section-inner .single-service-box .service-icon-active img {
  transition: 0.5s;
}
.service-page-title .service-section-inner .single-service-box .service-icon::before,
.service-page-title .service-section-inner .single-service-box .service-icon-active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1.5px solid transparent;
  background: linear-gradient(136.7deg, rgba(255, 255, 255, 0.3) 6.8%, rgba(103, 102, 255, 0.2) 23.17%, rgba(103, 102, 255, 0.2) 80.03%, rgba(255, 255, 255, 0.3) 92.96%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.service-page-title .service-section-inner .single-service-box .service-icon::after,
.service-page-title .service-section-inner .single-service-box .service-icon-active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-primary);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-page-title .service-section-inner .single-service-box .service-content h3 {
  color: var(--theme-color-white);
  font-weight: 600;
  font-size: 32px;
}
.service-page-title .service-section-inner .single-service-box .service-content p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 25px;
  width: 90%;
}
.service-page-title .service-section-inner .single-service-box .service-content a {
  display: inline-block;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
  font-size: 20px;
  transition: 0.5s;
  text-decoration: none;
}
.service-page-title .service-section-inner .single-service-box .service-content a i {
  display: inline-block;
  margin-left: 10px;
}
.service-page-title .service-section-inner .single-service-box:hover .service-icon::after,
.service-page-title .service-section-inner .single-service-box:hover .service-icon-active::after {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.service-page-title .service-section-inner .single-service-box:hover .service-icon-active img {
  filter: brightness(0) invert(1);
}
.service-page-title .service-section-inner .single-service-box:hover .service-content a {
  color: var(--theme-primary);
}
.service-page-title .service-section-inner .single-service-box:hover .service-inner::before {
  background-image: url(../img/ai/service-boxhover2.png);
  left: -40px;
  top: -40px;
}
.service-page-title .service-section-inner .single-service-box:hover .service-inner::after {
  background-image: url(../img/ai/service-boxhover1.png);
  right: -40px;
  bottom: -40px;
}
.service-page-title .service-section-inner .single-service-box:hover {
  border: 1px solid var(--theme-primary);
}

/*=======================
  Integrations 页面
=======================*/
.integration-page-title {
  padding: 202px 0px 110px;
}
.integration-page-title .single-integration .integration-thumb figure {
  margin: 0;
}
.integration-page-title .single-integration .integration-thumb figure img {
  max-width: 100%;
  height: auto;
}

/* marquee 滚动条 */
.marquee-inner-section {
  background: var(--theme-primary);
  padding: 30px 0px;
}
.marquee-inner-section .inner-container {
  max-width: 1820px;
  margin: 0px auto;
}
.marquee-inner-section .inner-container .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 0px;
}
.marquee-inner-section .inner-container .marquee .marquee-block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px;
  min-height: 100%;
  animation: ai-scroll 30s linear infinite;
}
.marquee-inner-section .inner-container .marquee .marquee-block h3 {
  color: var(--theme-color-white);
  font-weight: 700;
  font-size: 38px;
  line-height: 44px;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .marquee-inner-section .inner-container .marquee .marquee-block h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .marquee-inner-section .inner-container .marquee .marquee-block h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.marquee-inner-section .inner-container .marquee .marquee-block h3 img {
  margin: 0px 15px 0px 10px;
  animation: ai-rotateme 12s linear infinite;
}

@keyframes ai-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes ai-rotateme {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ai-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ai-down-up {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes ai-bounceleft {
  0% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(-15px);
  }
  100% {
    transform: translateX(-50px);
  }
}

/*=======================
  FAQ 页面手风琴（浅色半透明卡片）
=======================*/
.accordion-page-title {
  padding: 202px 0px 110px;
}
.accordion-page-title .tab_container {
  overflow: hidden;
  position: relative;
}
.accordion-page-title .tab_container .accordion li {
  list-style: none;
  padding: 0px 0px 20px;
}
.accordion-page-title .tab_container .accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  padding: 26px 40px 25px 40px;
  z-index: 1;
  font-size: 22px;
  color: var(--theme-color-white);
  font-weight: 600;
  font-family: var(--title-font);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(92, 91, 229, 0.3);
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-page-title .tab_container .accordion li a {
    padding: 26px 15px 25px 15px;
    font-size: 20px;
  }
}
.accordion-page-title .tab_container .accordion li a::before {
  width: 2px;
  height: 12px;
  background: var(--theme-color-white);
  position: absolute;
  right: 53px;
  content: " ";
  top: 34px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-page-title .tab_container .accordion li a::before {
    right: 20px;
    top: 35px;
  }
}
.accordion-page-title .tab_container .accordion li a::after {
  width: 12px;
  height: 2px;
  background: var(--theme-color-white);
  position: absolute;
  right: 48px;
  content: " ";
  top: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-page-title .tab_container .accordion li a::after {
    right: 15px;
  }
}
.accordion-page-title .tab_container .accordion li a.active::after {
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  background: var(--theme-color-white);
}
.accordion-page-title .tab_container .accordion li a.active::before {
  display: none;
}
.accordion-page-title .tab_container .accordion li a.active {
  border-radius: 20px 20px 0px 0px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(103, 102, 255, 0.5);
  border-bottom: transparent;
  padding: 26px 40px 20px 40px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-page-title .tab_container .accordion li a.active {
    padding: 26px 15px 25px 15px;
  }
}
.accordion-page-title .tab_container .accordion li a.active span {
  color: var(--theme-color-white);
}
.accordion-page-title .tab_container .accordion li a.active span::before {
  background: var(--theme-primary);
}
.accordion-page-title .tab_container .accordion li a span {
  position: relative;
  z-index: 1;
}
.accordion-page-title .tab_container .accordion li a span::before {
  position: absolute;
  content: "";
  top: -6px;
  right: -575px;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 80%);
  border: 1px solid rgba(103, 102, 255, 0.5);
}
@media (max-width: 1700px) {
  .accordion-page-title .tab_container .accordion li a span::before {
    display: none;
  }
}
.accordion-page-title .tab_container .accordion li p {
  display: none;
  padding: 0px 30px 30px 32px;
  margin: 0;
  overflow: hidden;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-family: var(--text-font);
  border-radius: 0px 0px 20px 20px;
  background: rgba(255, 255, 255, 0.0509803922);
  border: 1px solid rgba(103, 102, 255, 0.5);
  border-top: transparent;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .accordion-page-title .tab_container .accordion li p {
    padding: 0px 15px 30px 15px;
  }
}

/*=======================
  CTA 区块（FAQ页面底部）
=======================*/
.call-to-action-inner {
  background: var(--theme-bg-color1);
  padding: 10px 202px 120px;
}
@media only screen and (max-width: 1700px) {
  .call-to-action-inner {
    padding: 10px 50px 120px;
  }
}
.call-to-action-inner .sec-title {
  margin-bottom: 40px;
}
.call-to-action-inner .call-container {
  background: linear-gradient(180deg, #0B0523 0%, #211B39 100%);
  border-radius: 30px;
  position: relative;
  z-index: 1;
  padding: 100px 70px 100px 95px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .call-to-action-inner .call-container {
    padding: 100px 30px 100px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .call-to-action-inner .call-container {
    padding: 100px 50px 100px 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .call-to-action-inner .call-container {
    padding: 50px 40px 50px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .call-to-action-inner .call-container {
    padding: 30px 20px 30px 20px;
  }
}
.call-to-action-inner .call-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  border: 1.5px solid transparent;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15) 0%, rgba(103, 102, 255, 0.35) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content {
  position: relative;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-to-btn a {
  display: inline-block;
  color: var(--theme-color-white);
  background: var(--theme-primary);
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 20px;
  border-radius: 40px;
  padding: 12px 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  text-decoration: none;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-to-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-to-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-to-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-to-btn a:hover {
  color: var(--theme-primary);
}
.call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-arrow {
  position: absolute;
  bottom: 20px;
  left: 260px;
  animation: ai-bounceleft 6s linear infinite;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .call-to-action-inner .call-container .call-to-wrapper .call-to-content .call-arrow {
    display: none;
  }
}
.call-to-action-inner .call-container .call-thumb-wrapper {
  position: relative;
}
@media (max-width: 1199.98px) {
  .call-to-action-inner .call-container .call-thumb-wrapper {
    display: none;
  }
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-thumb {
  position: absolute;
  top: 20px;
  left: 150px;
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-thumb figure img {
  max-width: 100%;
  height: auto;
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-shape1 {
  position: absolute;
  top: -30px;
  left: 100px;
  animation: ai-down-up 5s ease-in-out infinite;
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-shape2 {
  position: absolute;
  top: -30px;
  right: 55px;
  animation: ai-bounceleft 6s linear infinite;
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-shape3 {
  position: absolute;
  top: 275px;
  right: 55px;
  animation: ai-spin 8s linear infinite;
}
.call-to-action-inner .call-container .call-thumb-wrapper .call-shape4 {
  position: absolute;
  top: 275px;
  left: 75px;
  animation: ai-spin 10s linear infinite;
}
@media only screen and (max-width: 1700px) {
  .call-to-action-inner .call-container .call-thumb-wrapper .call-shape1,
  .call-to-action-inner .call-container .call-thumb-wrapper .call-shape2,
  .call-to-action-inner .call-container .call-thumb-wrapper .call-shape3,
  .call-to-action-inner .call-container .call-thumb-wrapper .call-shape4 {
    display: none;
  }
}
.call-to-action-inner .call-container .call-to-effient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

/*=======================
  About 页面
=======================*/
.about-page-title {
  padding: 202px 0px 110px;
}
.about-page-title .single-dashbord .dashbord-thumb figure {
  margin: 0;
}
@media (max-width: 991.98px) {
  .about-page-title .single-dashbord .dashbord-thumb figure,
  .about-page-title .single-dashbord .dashbord-thumb figure img {
    width: 100%;
  }
}
.about-page-title .single-dashbord .dashbord-thumb figure img {
  max-width: 100%;
  height: auto;
}

.about-section-two {
  background: var(--theme-bg-color1);
  padding: 110px 0px 120px;
  position: relative;
}
.about-section-two .section-desc p {
  width: 75%;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .about-section-two .section-desc p {
    width: 60%;
  }
}
.about-section-two .auto-container {
  position: relative;
  z-index: 1;
}
.about-section-two .about-thumb-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .about-section-two .about-thumb-wrapper {
    margin-top: 50px;
  }
  .about-section-two .about-thumb-wrapper .about-thumb {
    margin-bottom: 60px;
  }
  .about-section-two .about-thumb-wrapper .about-thumb figure,
  .about-section-two .about-thumb-wrapper .about-thumb figure img {
    width: 100%;
  }
}
.about-section-two .about-thumb-wrapper .about-thumb {
  position: relative;
}
.about-section-two .about-thumb-wrapper .about-thumb figure img {
  max-width: 100%;
  height: auto;
}
.about-section-two .about-thumb-wrapper .about-thu-effiect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
  pointer-events: none;
}
.about-section-two .sec-title {
  margin-bottom: 30px;
}
.about-section-two .about-btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color-white);
  background: var(--theme-primary);
  border-radius: 40px;
  padding: 12px 40px;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.about-section-two .about-btn a i {
  display: inline-block;
  margin-left: 10px;
  transition: 0.5s;
}
.about-section-two .about-btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15%;
  right: 0;
  width: 0;
  height: 106%;
  background: var(--theme-color-white);
  transform: skew(45deg);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-section-two .about-btn a:hover {
  color: var(--theme-primary);
}
.about-section-two .about-btn a:hover::before {
  width: 100%;
  transform: skew(0deg);
  left: 0;
}
.about-section-two .about-item-list {
  margin-bottom: 40px;
}
.about-section-two .about-item-list ul li {
  color: var(--theme-color-white);
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 13px;
  list-style: none;
}
.about-section-two .about-item-list ul li img {
  margin-right: 8px;
}

/* 响应式（sticky 服务列在平板/手机下取消固定） */
@media (max-width: 991.98px) {
  .service-page-title .service-section-inner .service-wrapper {
    position: static;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .service-page-title {
    padding: 130px 0px 80px;
  }
  .integration-page-title,
  .accordion-page-title,
  .about-page-title {
    padding: 130px 0px 60px;
  }
  .service-page-title .title-content .page-title,
  .integration-page-title .title-content .page-title,
  .accordion-page-title .title-content .page-title,
  .about-page-title .title-content .page-title {
    font-size: 34px;
    line-height: 42px;
  }
  .call-to-action-inner {
    padding: 10px 15px 80px;
  }
}
