@font-face {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: normal;
  src: url("https://decopy.ai/assets/common/fonts/trebuc.woff") format("woff");
  font-display: swap;
}

:root {
  --wide-width: 1190px;
  --narrow-width: 1000px;
}

html,
body {
  /* font-family: "Almarai", Sans-serif; */
  font-family: "haboro-soft", Sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

.decopy-container,
.decopy-container-middle {
  line-height: 30px;
  margin-top: 60px;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
}

h1 {
  line-height: 40px;
}

h2 {
  color: #0b163e;
  /* font-family: "Almarai", Sans-serif; */
  font-family: "haboro-soft", Sans-serif;

  font-size: 30px;
  font-weight: 800;
  line-height: 44px;
  text-align: center;
  margin: 0 !important;
}

h3 {
  color: #0b163e;
  /* font-family: "Almarai", Sans-serif; */
  font-family: "haboro-soft", Sans-serif;

  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

svg {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 15px;
  text-align: left;
}
.operate-container {
  display: flex;
  height: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 100px;
  height: calc(100% - 60px);
  padding-top: 60px !important;
}
.operate-box {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}

.operate-title {
  width: 80%;
  position: relative;
  color: #101010;
  margin: 0 0 20px;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
  line-height: 51px;
  /* font-family: "Almarai", Sans-serif; */
  font-family: "haboro-soft", Sans-serif;

  margin-left: auto;
  margin-right: auto;
}

.operate-description {
  display: flex;
  justify-content: center;
  position: relative;
  color: #3d3d3d;
  font-weight: normal;
  font-size: 21px;
  margin: 10px auto;
  /* font-family: "Almarai", Sans-serif; */
  font-family: "haboro-soft", Sans-serif;
}

.operate-description p {
  width: 60%;
}

@media (max-width: 650px) {
  .operate-qa-container {
    width: 90%;
  }
  .operate-box {
    padding-bottom: 200px;
    padding-top: 120px !important;
  }

  .operate-title {
    position: relative;
    font-size: 36px;
    font-weight: 500;
    line-height: 40px;
    color: #101010;
    padding-top: 20px;
  }

  .operate-description p {
    position: relative;
    width: 80%;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
  }
}

.decopy-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-family: Arial, Helvetica, sans-serif; */
  font-family: "haboro-soft", Sans-serif;
}

.decopy-font-white {
  color: #fff !important;
}

.decopy-container-main {
  color: #fff;
  padding: 50px 0;
  background: linear-gradient(to right, #077fed 0%, #0640e2 100%);
}

.decopy-container-main-center {
  width: 1192px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.decopy-container-main-banner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-size: 34px;
  font-weight: 800;
  color: #545454;
  align-items: center;
  padding: 80px 150px;
  background-color: rgb(230, 241, 255);
}

.decopy-container-main-banner .arrow {
  width: 50px;
  height: 0;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center center;
}

.decopy-container-main-video {
  width: 600px;
  float: right;
}

.decopy-container-main-video img {
  max-width: 600px;
  max-height: 600px;
}

.decopy-container-main-center video {
  width: 600px;
}

.decopy-container-main-text {
  padding-right: 30px;
}

.decopy-container-feature .decopy-container-feature-queue {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container-queue-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 32%;
  padding: 10px;
  box-shadow: 0px 0px 8px 4px rgba(44, 34, 66, 0.08);
  box-sizing: border-box;
  border-radius: 16px;
  margin-top: 30px;
}
.container-queue-item h3 {
  margin: 20px 0px;
}
.container-queue-item img {
  width: 100%;
  margin-bottom: 20px;
}
.decopy-container-feature-text-left {
  padding-right: 30px;
  width: calc(100% - 660px);
}

.decopy-container-feature-text-right {
  padding-left: 30px;
}

.decopy-container-main-button {
  background-color: #ffffff;
  padding: 10px 50px 10px 50px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #262b33;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
}
.decopy-container-features-list {
  display: flex;
  justify-content: space-between;
}

.decopy-container-features-item {
  min-width: 114px;
  width: auto;
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #0657ed;
  border-radius: 8px;
  padding: 5px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
}

.decopy-container-features-icon {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decopy-container-features-item:hover {
  background-color: rgb(210, 230, 250);
}

.decopy-container-features-item:nth-child(4) {
  margin-right: 20px;
}

.decopy-container-main-features {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
  color: #3d3d3d !important;
}

.decopy-container-main-features h2 {
  text-align: left;
}

.decopy-container-main-features h3 {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 0px;
  color: #3d3d3d;
  line-height: 20px;
  margin-top: 7px;
}
.decopy-container-feature-button {
  background: linear-gradient(to right, #077fed 0%, #0640e2 100%);
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}

.decopy-container-feature-center-button {
  background-color: #409eff;
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
}

.decopy-container-feature-center {
  width: var(--wide-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}

.decopy-container-feature-video-right,
.decopy-container-feature-video-left {
  width: 540px;
}

.decopy-container-feature-center video,
.decopy-container-feature-center img {
  /*max-height: 300px;*/
  width: auto;
  max-width: 100%;
}

.decopy-container-feature-center:nth-child(2n)
  .decopy-container-feature-text-left {
  order: 2;
  width: 45%;
  margin-bottom: 8px;
  padding: 0px;
}

.decopy-container-feature-center h2 {
  text-align: left;
}

.decopy-container-people {
  padding-top: 20px;
  color: #fff;
  position: relative;
}
.decopy-container-people h2 {
  color: #fff;
  margin: 80px 0 !important;
}

.decopy-container-people-background {
  background-image: url(https://cfcdn.decopy.ai/features/ai-paraphraser/background.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  z-index: -1;
}

.decopy-container-cta {
  padding: 20px 0;
}

.decopy-container-cta-panel {
  width: var(--wide-width);
  margin: 0 auto;
  text-align: center;
}

.decopy-container-cta-p {
  margin-bottom: 30px;
  text-align: center;
  color: #606266;
}

.decopy-container-cta-center-button {
  background-color: #409eff;
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
}

.decopy-container-introduce {
  padding: 20px 0;
}

.decopy-container-introduce-panel {
  width: 1190px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.decopy-container-introduce-panel h2 {
  text-align: center;
  margin: 40px 0;
}

.decopy-container-introduce-panel p {
  text-align: center;
  padding: 0 50px;
}

.decopy-container-introduce-left {
  width: calc(100% - 660px);
}

.decopy-container-introduce-left h2 {
  text-align: left;
}

.decopy-container-introduce-left p {
  text-align: left;
  padding: 0;
}

.decopy-container-introduce-right {
  width: 600px;
}

.decopy-container-introduce-right img {
  width: auto;
  max-width: 100%;
}

.decopy-container-introduce-p {
  text-align: center;
  color: #606266;
}

.decopy-container-introduce-button {
  background-color: #409eff;
  padding: 10px 50px 10px 50px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 auto;
}

.decopy-container-people-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 255, 0.5);
  pointer-events: none;
}

.decopy-container-other-tools {
  text-align: center;
}

.decopy-container-why-center,
.decopy-container-people-center,
.decopy-container-other-tools-center {
  width: 1190px;
  margin: 0 auto;
}

.decopy-container-other-tools-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.decopy-container-other-tools-center h3 {
  color: #fff;
}

.decopy-container-people-star-car {
  position: relative;
  right: 5px;
}
.borderRadius30 {
  border-radius: 30px;
}
.decopy-container-isSummarize {
  width: var(--wide-width);
  margin: 0 auto;
}
/* .decopy-container-isSummarize div{
      background-color: #f8f8f8;
      border-radius: 25px;
      padding: 20px;
      box-sizing: border-box;
  } */
.decopy-container-isSummarize-center {
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  margin-bottom: 150px;
}
.decopy-container-isSummarize-center img {
  width: 450px;
}
.decopy-container-define-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.decopy-container-define-btn {
  display: block;
  width: fit-content;
  background-color: #409eff;
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
}
.decopy-container-define {
  width: var(--wide-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.decopy-container-define-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decopy-container-define-center p {
  width: 50%;
  font-size: 18px;
}
.decopy-container-define-center img {
  width: 540px;
}
.decopy-container-define-model {
  width: 22%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f6f6f7;
  border-radius: 120px 120px 10px 10px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 60px;
}
.decopy-container-define-model h3 {
  text-align: center;
}
.decopy-container-define-model p {
  width: 100%;
  text-align: center;
  font-size: 16px !important;
}
.decopy-container-define-model img {
  width: 100%;
}
.decopy-container-define-right,
.decopy-container-define-left {
  width: 50%;
}
.decopy-container-define-right p {
  width: 100%;
  margin: 0px;
}
.decopy-container-define-left {
  order: 1;
}
.decopy-container-define-left p {
  width: 100%;
}
.decopy-container-define-two {
  width: 22%;
  min-height: 320px;
  border: 1px solid #dcdfe4;
  border-radius: 16px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.decopy-container-define-two p {
  width: 100%;
  font-size: 16px !important;
}
.decopy-container-define-two h3 {
  text-align: center;
}
.decopy-container-define-two img {
  width: 90px;
}
.decopy-container-include {
  width: var(--wide-width);
  margin: 0 auto;
}
.decopy-container-include-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.decopy-container-include-center img {
  width: 450px;
  height: 400px;
}
.decopy-container-include-right {
  width: 50%;
}
.decopy-container-include-item {
  display: flex;
}
.decopy-container-include-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 25%;
  padding: 5px;
}
.decopy-container-mode {
  width: var(--wide-width);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.decopy-container-mode-center {
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  background: #f8f8f8;
  box-sizing: border-box;
  border-radius: 25px;
  margin-bottom: 50px;
  padding: 30px 0px;
}
.decopy-container-mode-center:first-child .container-mode-center div {
  order: 1;
}
.container-mode-center {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 85%;
  justify-content: space-around;
  padding: 10px;
  box-sizing: border-box;
}
.container-mode-center div {
  width: 400px;
}
.container-mode-center img {
  width: 400px;
  height: 200px;
  border-radius: 30px;
}
.decopy-container-mode .decopy-container-mode-p {
  text-align: center;
  width: 85%;
}
.decopy-container-mode1-content,
.decopy-container-mode2-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 12px;
}
.decopy-container-mode2-content {
  flex-wrap: wrap;
}
.decopy-container-mode1-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 47%;
}
.decopy-container-mode1-center img {
  width: 100%;
  border-radius: 25px;
}
.decopy-container-mode2-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 20px;
}
.decopy-container-mode2-center img {
  width: 100%;
  border-radius: 25px;
}
.container-mode1-center {
  margin-top: 20px;
}

/* Mode compare (cards) */
.decopy-container-mode-compare {
  width: 100%;
}

.decopy-container-mode-compare-center {
  width: var(--wide-width);
  margin: 0 auto;
}

.decopy-container-mode-compare-desc {
  margin-bottom: 30px;
  text-align: center;
}

.decopy-container-mode-compare-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 18px;
}

.decopy-container-mode-compare-card {
  flex: 1 1 40%;
  max-width: 40%;
  min-width: 240px;
  border-radius: 18px;
  padding: 14px 14px 18px;
  color: #fff;
  box-shadow: 0px 8px 24px rgba(44, 34, 66, 0.12);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}

.decopy-container-mode-compare-card-media {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 14px;
  background: rgba(255, 255, 255, 0.18);
}

.decopy-container-mode-compare-card-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.decopy-container-mode-compare-card h3 {
  color: inherit;
  margin: 0 0 6px 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
}

.decopy-container-mode-compare-card p {
  margin: 0;
  color: inherit;
  opacity: 0.92;
  font-size: 14px;
  line-height: 20px;
}

.decopy-container-mode-compare-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0 0 0;
}

.decopy-container-mode-compare-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 12px 0;
}

.decopy-container-mode-compare-bullet {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.decopy-container-mode-compare-bullet svg,
.decopy-container-mode-compare-bullet img {
  width: 24px;
  height: 24px;
}

.decopy-container-mode-compare-text {
  color: inherit;
  font-size: 18px;
}

.decopy-container-mode-compare-card-footer {
  margin-top: 16px;
}

.decopy-container-mode-compare-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(15, 23, 42, 0.92);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.decopy-container-mode-compare-card-btn:hover {
  background: #fff;
}

/* 少量卡片时的更优排布 */
.decopy-container-mode-compare-grid
  > .decopy-container-mode-compare-card:only-child {
  flex-basis: min(560px, 100%);
  max-width: min(560px, 100%);
}

.decopy-container-mode-compare-grid
  > .decopy-container-mode-compare-card:first-child:nth-last-child(2),
.decopy-container-mode-compare-grid
  > .decopy-container-mode-compare-card:first-child:nth-last-child(2)
  ~ .decopy-container-mode-compare-card {
  flex-basis: min(460px, calc((100% - 18px) / 2));
  max-width: min(460px, calc((100% - 18px) / 2));
}

.decopy-container-mode-compare-grid
  > .decopy-container-mode-compare-card:first-child:nth-last-child(3),
.decopy-container-mode-compare-grid
  > .decopy-container-mode-compare-card:first-child:nth-last-child(3)
  ~ .decopy-container-mode-compare-card {
  flex-basis: min(360px, calc((100% - 36px) / 3));
  max-width: min(360px, calc((100% - 36px) / 3));
}

@media screen and (max-width: 1050px) {
  .decopy-container-mode-compare-center {
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .decopy-container-mode-compare-grid {
    gap: 14px;
  }

  .decopy-container-mode-compare-card {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
    min-width: 0;
  }
}

@media screen and (max-width: 700px) {
  .decopy-container-mode-compare-grid {
    gap: 12px;
  }

  .decopy-container-mode-compare-card {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.decopy-container-language {
  width: var(--wide-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.decopy-container-language img {
  width: 400px;
  height: 400px;
}
.decopy-container-language-center {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.decopy-container-language-center-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.decopy-container-language-center-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 10px 10px;
  border: 1px solid #0657ed;
  background-image: linear-gradient(to top, #fff 0%, #a1c4fd 100%);
}
.decopy-container-language-center-list a:hover {
  background: linear-gradient(270deg, #1954e9 0%, #5984ef 100%);
  color: #fff;
}
.decopy-container-language-center-button img {
  width: 30px;
  height: 15px;
  margin-right: 10px;
}
.decopy-container-language-center-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.decopy-container-work {
  width: var(--wide-width);
  margin: 0 auto;
}
.decopy-container-work-p {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  text-align: center;
}
.decopy-container-work-center .decopy-container-work-img {
  width: auto !important;
  max-width: 100%;
  max-height: 300px;
}
.decopy-container-work-left {
  width: 65%;
  padding: 10px;
  box-sizing: border-box;
}
.decopy-container-work-text-left {
  padding-right: 30px;
  width: calc(100% - 660px);
}

.decopy-container-work-text-right {
  padding-left: 30px;
}

.decopy-container-work-button {
  background-color: #409eff;
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
  font-weight: 600;
}

.decopy-container-work-center-button {
  background-color: #409eff;
  padding: 12px 25px 12px 25px;
  border-radius: 55px 55px 55px 55px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 20px;
}

.decopy-container-work-center {
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.decopy-container-work-content {
  width: 50%;
}

.decopy-container-work-video-right,
.decopy-container-work-video-left {
  width: 540px;
}

.decopy-container-work-center video,
.decopy-container-work-center img {
  /*max-height: 300px;*/
  width: auto;
  max-width: 100%;
}
.decopy-container-work-center .decopy-container-work-img {
  width: 450px;
  height: 400px;
}

.decopy-container-work-center:nth-child(2n) .decopy-container-work-text-left {
  order: 2;
}

.decopy-container-work-center h2 {
  text-align: left;
}
.decopy-container-why-item {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 30px;
}

.decopy-container-why-img {
  background: #161619;
  color: #fff;
}

.decopy-container-why-icon-img img {
  width: 100%;
  border-radius: 20px;
}

.decopy-container-why-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  margin: 0 auto;
}
.decopy-container-why-icon svg {
  width: 100%;
  height: 100%;
}

.decopy-container-why-icon-img {
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  margin: 0 auto;
}

.decopy-container-step,
.decopy-container-effects,
.decopy-container-faq {
  width: 1190px;
  margin: 0 auto;
}
.decopy-container-faq h2 {
  margin: 80px 0 !important;
}

.decopy-container-effects {
  text-align: center;
}

.decopy-container-step-item {
  padding: 20px;
  display: flex;
  align-items: center;
}

.decopy-container-step-item > span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  text-align: center;
  margin-right: 10px;
  color: #fff;
  font-weight: 600;
  font-style: italic;
}

.decopy-container-step-item > span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 48px;
  bottom: -10rem;
  margin-left: -1px;
  border-left: 2px dashed #eaeff4;
}

.decopy-container-step-item:last-child > span::before {
  bottom: 0;
}

.decopy-container-step-item > div {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 5px;
  vertical-align: middle;
}

.decopy-container-step-img {
  width: 600px;
  float: right;
}

.decopy-container-step-center > div {
  display: inline-block;
  width: 394px;
}

.decopy-container-step-center {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.decopy-container-faq-panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  font-size: 14px;
}

.decopy-container-faq-accordion {
  background-color: #f9fafb;
  color: #0b163e;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-size: 16px;
}

.decopy-container-people-item {
  display: inline-block;
  width: 30%;
  padding: 38px 32px 38px 32px;
  margin: 10px 15px 15px 15px;
  border-radius: 20px 20px 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
}

.decopy-container-people-message {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #303030;
  margin: 17px 0 12px 0;
  min-height: 130px;
}

.decopy-container-people-name {
  font-size: 16px;
  font-weight: 700;
  color: #121933;
  margin-top: 15px;
}

.decopy-container-people-title {
  font-size: 14px;
  color: #353535;
}

.decopy-container-other-tools-item {
  display: inline-block;
  width: 300px;
  border-radius: 20px 20px 20px 20px;
  margin: 10px 15px 15px 15px;
  border-radius: 20px 20px 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px 0px rgb(168 156 156);
  text-align: center;
  position: relative;
}

.decopy-container-other-tools-bottom-rounded {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer;
}

.decopy-container-other-tools-item video,
.decopy-container-other-tools-item img {
  width: 100%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  display: block;
  margin: 0 auto;
}

.decopy-container-other-tools-item video {
  height: 226px;
}

.decopy-container-other-tools-bottom {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  background: #308ef2;
  backdrop-filter: blur(10px);
  color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0px 10px;
  line-height: 9px;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
  text-decoration: none;
}

#decopy-back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  font-size: 24px;
  background: #0640e2;
}

.decopy-sli-two-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.decopy-sli-two-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.decopy-sli-two-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.decopy-sli-two-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #fff;
  cursor: ew-resize;
  z-index: 2;
}

.decopy-sli-two-image1 {
  clip-path: inset(0 0 0 0);
  /* 默认展示整张图片1 */
  /* transition: clip-path 0.3s ease; */
}

/* 禁止文本选中样式 */
.decopy-sli-two-no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.decopy-sli-two-slider-div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.decopy-sli-two-slider-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -12px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.decopy-container-effects-center {
  -webkit-flex: 1 1 33.3333333333%;
  flex: 1 1 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 16px;
  padding-left: 16px;
  margin-bottom: 30px;
}
.decopy-container-effects-new {
  max-width: 25%;
}

.decopy-container-effects-p {
  margin-bottom: 30px;
  text-align: center;
  color: #606266;
}

.decopy-container-effects-center-functional {
  width: 100%;
}

.decopy-container-effects-center-main {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 4px rgba(44, 34, 66, 0.08);
}

.decopy-container-effects-center-main-noborder {
  border: none;
}

.decopy-container-effects-center-main-mes {
  text-align: left;
  padding: 10px;
}

.decopy-container-effects-center-main-mes div {
  color: #606266;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 16px !important;
}

.decopy-container-effects-box {
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.decopy-container-effects-center img {
  /*Object-fit: cover;*/
  /* width: 100%;
      height: 150px; */
  object-fit: cover;
  max-width: 100%;
  max-height: 225px;
  text-align: center;
}

.decopy-container-effects-new img {
  width: 100%;
  height: 150px;
}

.decopy-container-functional-img {
  width: 50%;
  margin: 0 auto;
  margin-top: 20px;
}

.decopy-container-functional-img-div {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

.decopy-container-functional-img-item {
  width: 23%;
  margin: 0 10px;
  margin-top: 20px;
}

.decopy-container-feature-tab {
  cursor: pointer;
  font-weight: 500;
  padding: 10px;
}

.decopy-container-effects-center-main-functional {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.decopy-container-feature-tab-active {
  background: #409eff;
  color: #fff;
  border-radius: 16px;
}

.decopy-container-effects-center-main-step {
  text-align: center;
  height: 100%;
}

.decopy-carousel {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 15px #8f8790;
  border-radius: 15px;
}

.decopy-carousel-slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  padding-bottom: 40px;
}

.decopy-carousel-slide {
  min-width: 100%;
  box-sizing: border-box;
}

.decopy-carousel img {
  width: 100%;
  display: block;
}

.decopy-carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.decopy-carousel-indicators-car {
  bottom: 20px;
}

.decopy-carousel-indicator {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.decopy-carousel-indicator.active {
  background-color: white;
}

.decopy-carousel-in-active {
  background-color: #409eff;
}

img.decopy-container-people-rounded {
  width: 200px;
  border-radius: 50%;
  margin-right: 20px;
}

.decopy-container-effects-center-main-name {
  color: #101010;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.decopy-container-people-center-main-mes {
  width: calc(100% - 220px);
  display: inline-block;
  text-align: left;
}

.decopy-carousel-slide-people {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
}

.decopy-container-people-car {
  padding-bottom: 50px;
}

.decopy-container-other-tools-bottom-img {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  width: 100%;
  background: rgba(43, 43, 43, 0.8);
  border-radius: initial;
  padding: 10px 0;
  margin: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.decopy-container-tabsList {
  width: 100%;
}
/* tab切换展示 */
.decopy-container-tabsList-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  padding-left: 0;
  list-style: none;
  justify-content: space-between;
}
.decopy-container-tabsList-center p {
  text-align: center;
  margin-bottom: 40px;
}
.decopy-container-tabsList-center ::-webkit-scrollbar {
  display: none;
}
.decopy-container-tabsList-center .tabs-nav {
  position: relative;
  /* 为进度条定位提供参考 */
  display: flex;
  gap: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
  border-bottom: 2px solid #eee;
}
.decopy-container-tabsList-center .nav-progress {
  position: absolute;
  bottom: -2px;
  height: 3px;
  background: #007bff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, width;
}
.decopy-container-tabsList-center .tab-item {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  cursor: pointer;
  list-style-type: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  flex: 1;
  text-align: center;
  margin: 0 2px;
}
.decopy-container-tabsList-center .tab-item::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.3);
  border-radius: 50%;
  /* 关键修改点 */
  transform: translate(-50%, -50%) scale(0);
  /* 始终居中 */
  transform-origin: center;
  /* 强制从中心缩放 */
  opacity: 0;
  animation-duration: 0.3s;
  pointer-events: none;
}
.decopy-container-tabsList-center .tab-item.active {
  color: #007bff;
  /* border-bottom: 3px solid #007bff; */
  margin-bottom: -2px;
}
.decopy-container-tabsList-center .tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #007bff;
}
.decopy-container-tabsList-center .tab-item.animate::before {
  animation: ripple 0.6s ease-out;
}
/* 新增箭头样式 */
.decopy-container-tabsList .tabs-nav-container {
  position: relative;
}

.decopy-container-tabsList .tabs-scroll-controls {
  position: absolute;
  top: 18px;
  transform: translateY(-50%);
  width: 90%;
  display: none; /* 默认隐藏，只在移动端显示 */
  pointer-events: none; /* 防止按钮阻挡点击 */
  z-index: 99;
}

.decopy-container-tabsList .scroll-btn {
  pointer-events: auto;
  position: absolute;
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.decopy-container-tabsList .scroll-btn:hover {
  opacity: 1;
}

.decopy-container-tabsList .scroll-btn.left {
  left: -28px;
}

.decopy-container-tabsList .scroll-btn.right {
  right: -24px;
}

.decopy-container-tabsList .scroll-btn.hidden {
  display: none;
}

@keyframes ripple {
  from {
    transform: scale(0.5);
    opacity: 0.6;
  }

  to {
    transform: scale(3);
    opacity: 0;
  }
}
.decopy-container-tabsList-center .tab-item {
  position: relative;
  overflow: hidden;
}
.decopy-container-tabsList-center .tab-item::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 5%;
  width: 100%;
  height: 100%;
  background: rgba(0, 123, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform-origin: center;
  opacity: 0;
  animation-duration: 0.3s;
  pointer-events: none;
}
.decopy-container-tabsList-center .tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #007bff;
}
.decopy-container-tabsList-center .tab-item.animate::before {
  animation: ripple 0.6s ease-out;
}
.decopy-container-tabsList-center .tabs-content {
  position: relative;
  min-height: 400px;
}
.decopy-container-tabsList-center .content-item {
  display: none;
  gap: 40px;
  align-items: center;
  padding: 30px;
  border-radius: 6px;
}
.decopy-container-tabsList-center .content-item.active {
  display: flex;
}
.decopy-container-tabsList-center .text-content {
  flex: 1;
}
.text-content h3 {
  text-align: center;
}
.decopy-container-tabsList-center .content-img {
  width: 600px;
  object-fit: cover;
  border-radius: 4px;
}
.scrolling-banner {
  width: 100%;
  height: 0;
  padding-top: 10%; /* 基于图片宽高比计算 (图片高度/图片宽度)*100% */
  position: relative;
  overflow: hidden;
  background-repeat: repeat-x;
  background-image: url("https://cfcdn.decopy.ai/home/thoughts.png");
  background-size: 100%; /* 高度撑满容器 */
  background-position: 0 50%;
  /* 间距控制 */
  margin: 250px 0 20px;
  z-index: 1000;
}
.decopy-container-slideList {
  width: 1190px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.decopy-container-slideList p {
  text-align: center;
}
.decopy-container-slideList-center {
  width: 100%;
  margin-top: 30px;
}

.decopy-container-slideList .slide-wrapper {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.decopy-container-slideList .decopy-container-slideList-item {
  flex: 0 0 376.666px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s;
  margin: 10px;
  background-color: rgb(233, 242, 255);
  border-radius: 4px;
}
.decopy-container-slideList-item p,
.decopy-container-slideList-item h3 {
  text-align: center;
}

.decopy-container-slideList .decopy-container-slideList-item img {
  width: 350px;
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.decopy-container-slideList .slider-controls {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}

.decopy-container-slideList .arrow {
  cursor: pointer;
  font-size: 32px;
  color: #000;
  transition: color 0.3s;
}

.decopy-container-slideList .arrow svg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
}

.decopy-container-slideList .arrow:hover {
  color: red;
}

.decopy-container-slideList .dots-container {
  display: flex;
  gap: 12px;
}

.decopy-container-slideList .dot {
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.decopy-container-slideList .dot.active {
  width: 24px;
  opacity: 1;
  background: #4a90e2;
}
.decopy-internal-link {
  color: #0657ed;
}

@media screen and (max-width: 1050px) {
  .decopy-container-main-button {
    margin-bottom: 20px;
  }

  body,
  html {
    width: 100%;
  }
  .scrolling-banner {
    padding-top: 15%; /* 移动端增加高度比例 */
  }
  .rounded-new {
    width: 350px !important;
    height: 250px !important;
  }

  .decopy-container-main-video {
    display: block;
    float: none;
  }

  .decopy-container-main-video img {
    width: 100%;
  }

  .decopy-container-main-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    line-height: 100px;
    font-size: 35px;
    font-weight: 900;
    padding: 80px 0px;
  }
  .decopy-container-main-banner .arrow {
    /* display: none; */
    transform: rotate(90deg);
  }
  .decopy-container-main-center {
    display: block;
    width: 100%;
  }

  .decopy-container-main-center video {
    width: 100%;
  }

  .decopy-container-main-video {
    width: 96%;
    margin: 0 auto;
  }

  .decopy-container-main-text {
    padding-right: 0;
    padding: 0 10px;
    text-align: center;
  }
  /* 首页功能移动端样式 */
  .decopy-container-main-features {
    width: 100%;
  }

  .decopy-container-main-features h2 {
    text-align: center;
  }

  .decopy-container-feature .decopy-container-feature-queue {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .container-queue-item {
    width: 100%;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
  }
  .container-queue-item img {
    width: 100%;
    margin-bottom: 20px;
  }
  .container-queue-item p {
    text-align: center;
  }

  .decopy-container-features-list {
    padding: 0px 50px;
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .decopy-container-features-item {
    min-width: 130px;
    width: auto;
    height: 80px;
    margin-top: 16px;
  }

  .decopy-container-features-item:nth-child(4) {
    margin-right: 0px;
  }

  .decopy-container-feature {
    /* margin-top: 0px; */
    padding: 0 10px;
  }

  .decopy-container-functional-img-item {
    width: 43%;
  }

  .decopy-container-feature-text-left {
    width: 100%;
  }

  .decopy-sli-two-container {
    height: 200px;
  }

  .decopy-container-feature-center video,
  .decopy-container-feature-center img {
    height: auto;
    margin-top: 10px;
  }

  .decopy-sli-two-image-wrapper {
    height: 200px;
  }

  .decopy-container-feature-center {
    margin-bottom: 0;
    display: block;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
  }

  .decopy-container-feature-button,
  .decopy-container-feature-center-button {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .decopy-container-feature-text-left {
    padding-right: 0;
  }

  .decopy-container-feature-text-right {
    padding-left: 0;
  }

  .decopy-container-feature-center:nth-child(2n)
    .decopy-container-feature-text-left {
    order: 0;
    width: 100%;
  }

  /* .decopy-container-feature-center video,
      .decopy-container-feature-center img {
          width: 100%;
      } */

  .decopy-container-feature-video-right,
  .decopy-container-feature-video-left {
    width: auto;
  }

  .decopy-container-effects {
    width: 100%;
  }

  .decopy-container-step-center {
    display: block;
  }

  .decopy-container-effects-box {
    display: block;
  }

  .decopy-container-step-center {
    width: 90%;
    display: block;
  }

  .decopy-container-effects-center {
    width: 90%;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .decopy-container-other-tools {
    margin-top: 0px;
  }
  .decopy-container-faq {
    margin-top: 0px;
  }

  .decopy-container-why-center,
  .decopy-container-people-center,
  .decopy-container-other-tools-center,
  .decopy-container-step-center,
  .decopy-container-faq,
  .decopy-container-step {
    width: 100% !important;
  }
  .decopy-container-why-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .decopy-container-other-tools-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .decopy-container-other-tools-center h3 {
    color: #fff;
  }
  .decopy-container-mode,
  .decopy-container-work,
  .decopy-container-include,
  .decopy-container-define {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .decopy-container-include-center,
  .decopy-container-define-center,
  .decopy-container-work-center {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .decopy-container-define-center p {
    margin-right: 0px;
    width: 100%;
  }
  .decopy-container-define-center img {
    width: 100%;
  }
  .decopy-container-include-center img {
    width: 100%;
    height: auto;
  }
  .decopy-container-define-left,
  .decopy-container-define-right {
    width: 100%;
  }
  .decopy-container-include-item {
    flex-direction: column;
    align-items: center;
  }
  .decopy-container-include-item img {
    width: 50px;
    height: 50px;
  }
  .decopy-container-mode {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }
  .decopy-container-define-center,
  .decopy-container-include-center {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .decopy-container-define-two {
    width: 100%;
    margin-bottom: 15px;
  }
  .decopy-container-define-two img {
    width: 30%;
  }
  .decopy-container-include-right {
    box-sizing: border-box;
    width: 100%;
  }
  .container-mode-center {
    flex-direction: column;
    padding: 10px 0px;
    margin: 0px;
    width: 100%;
  }
  .container-mode-center div {
    width: 100%;
  }
  .decopy-container-mode-center {
    padding: 10px;
    box-sizing: border-box;
  }
  .container-mode-center img {
    margin-top: 20px;
  }
  .decopy-container-mode-center:first-child .container-mode-center div {
    order: 0;
  }
  .decopy-container-mode1-content {
    margin-top: 20px;
  }
  .decopy-container-mode1-content,
  .decopy-container-mode2-content {
    flex-direction: column;
  }
  .decopy-container-mode1-center,
  .decopy-container-mode2-center {
    width: 100%;
    margin-top: 30px;
  }
  .decopy-container-language {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .decopy-container-language-center {
    width: 100%;
  }
  .decopy-container-language img {
    width: 30%;
    height: 30%;
    margin-bottom: 20px;
  }
  .decopy-container-language-center-list img {
    width: 30px;
    height: 15px;
    margin-bottom: 0px;
  }
  .decopy-container-define-model {
    width: 100%;
  }
  .decopy-container-work-center .decopy-container-work-img {
    height: auto !important;
  }
  .decopy-container-work-video-right,
  .decopy-container-work-video-left,
  .decopy-container-work-left,
  .decopy-container-work-content {
    width: 100%;
  }

  .decopy-container-people-item,
  .decopy-container-other-tools-item {
    width: auto;
  }

  .decopy-container-why-item {
    width: auto !important;
  }

  .decopy-container-faq > div {
    width: 96%;
    margin: 0 auto;
  }

  .decopy-container-step-img {
    float: none;
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  .decopy-container-other-tools-item {
    height: auto;
    width: 94%;
    margin: 20px auto;
    display: block;
  }

  .decopy-container-feature-video-left {
    margin-bottom: 10px;
  }

  .decopy-carousel {
    max-width: 90%;
  }

  .decopy-carousel-slide-people {
    display: block;
  }

  .decopy-container-people-center-main-mes {
    width: 100%;
  }

  .decopy-container-introduce-panel,
  .decopy-container-introduce-left,
  .decopy-container-introduce-right {
    width: 100%;
  }

  .decopy-container-introduce-panel {
    flex-direction: column;
  }

  .decopy-container-introduce-left h2 {
    text-align: center;
  }

  .decopy-container-introduce-panel p {
    padding: 0 30px;
  }

  .decopy-container-introduce-button {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .decopy-container-tabsList-center {
    padding: 10px;
  }
  .decopy-container-tabsList-center .tabs-module {
    width: 100%;
    border-radius: 20px 20px 20px 20px;
    background-color: #ffffff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    padding-top: 10px;
    position: relative;
  }
  .decopy-container-tabsList-center .tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
  }

  .decopy-container-tabsList-center .tab-item {
    flex: 0 0 auto;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
    /* background: #f0f0f0; */
    border-bottom: none;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .decopy-container-tabsList-center .tab-item .active {
    background: #007bff;
    border-bottom: 5px solid #007bff;
    color: white;
  }

  .decopy-container-tabsList-center .content-item {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }

  .decopy-container-tabsList-center .text-content {
    order: 1;
    width: 100%;
  }

  .decopy-container-tabsList-center .content-img {
    width: 100%;
    order: 2;
  }
  .decopy-container-tabsList .tabs-scroll-controls {
    display: block;
  }

  .decopy-container-tabsList .decopy-container-tabsList-center .tabs-nav {
    scroll-behavior: smooth; /* 启用平滑滚动 */
  }
  .decopy-container-slideList {
    width: 100% !important;
  }
  .decopy-container-slideList p {
    width: 85%;
  }

  .decopy-container-slideList .decopy-container-slideList-item {
    margin: 0px;
    align-items: center;
    opacity: 1;
    padding: 20px;
  }

  .decopy-container-slideList .decopy-container-slideList-item p {
    width: 90%;
    text-align: left;
  }
  .decopy-container-slideList .slider-controls {
    justify-content: center;
  }

  .decopy-related-capabilities-center {
    width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .decopy-related-capabilities-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/*
  临时兼容
   */
.decopy-container-footer {
  background-color: #fafafa;
  margin-top: 100px;
}

.decopy-container-footer > div {
  margin-left: auto;
  margin-right: auto;
}

.decopy-container-footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1190px;
  padding: 20px 0;
}

.decopy-container-footer-logo,
.decopy-container-footer-url {
  display: inline-block;
  vertical-align: top;
}

.decopy-container-footer-logo {
  width: 150px;
  padding-left: 0;
}

.decopy-container-footer-url {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: calc(100% - 300px);
  padding: 0 120px;
}

.decopy-container-footer-url > div {
  display: inline-block;
  width: calc(50% - 10px);
  line-height: 30px;
  vertical-align: top;
}

.decopy-container-footer-knowus {
  width: 150px;
}

.decopy-container-footer-knowus > h3 {
  line-height: 30px;
}

.decopy-container-footer-knowus > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.decopy-container-footer-knowus a {
  width: 25px;
  height: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.decopy-container-footer-knowus svg {
  width: 25px;
}

.decopy-container-footer-nav-link {
  display: block;
  color: #888;
}

.decopy-container-footer-copyright {
  font-size: 13px;
  padding: 5px;
  color: rgba(8, 8, 8, 0.5);
  text-align: center;
  border-top: 1px solid rgba(117, 117, 117, 0.09);
  max-width: 100%;
}

@media screen and (max-width: 1050px) {
  /*
      由main.css迁移
       */

  .decopy-container-footer-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .decopy-container-footer-logo {
    width: 80%;
    display: block;
  }

  .decopy-container-footer-url {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: unset;
  }

  .decopy-container-footer-url > div {
    width: auto;
  }

  .decopy-container-footer-knowus {
    width: 80%;
  }
}
@media screen and (max-width: 1190px) {
  .decopy-container-course {
    width: 100% !important;
    padding: 0 10px;
  }
  .decopy-container-course-card-item {
    flex: 1 1 90% !important;
    max-width: 90% !important;
    margin: 32px 0px !important;
  }

  .decopy-container-process {
    width: 100% !important;
    padding: 0 10px;
  }
  .decopy-container-process-step-item {
    flex: 1 1 90% !important;
    max-width: 90% !important;
  }
}

.decopy-container-course {
  width: 1190px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.decopy-container-course-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.decopy-container-course-card-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* flex: 1 1 calc((1190px - 96px) / 3); */
  flex: 1 1 30%;
  /* max-width: calc((1190px - 96px) / 3); */
  max-width: 30%;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 24px rgba(44, 34, 66, 0.08);
  padding: 32px 24px 24px 24px;
  margin: 32px 16px;
}
.decopy-container-course-card-img {
  width: 100%;
  height: 160px;
  border-radius: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.decopy-container-course-card-img img {
  height: 160px;
  border-radius: 16px;
}

.decopy-container-course-step {
  color: #409eff;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.decopy-container-course-btn {
  width: 25%;
  min-width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.decopy-container-course-btn:hover {
  background: #4a90e2;
}

.decopy-container-process {
  max-width: 1190px;
  margin: 40px auto;
}
.decopy-container-process-steps {
  display: flex;
  flex-wrap: wrap;
  /* gap: 24px; */
  /* margin-bottom: 32px; */
}
.decopy-container-process-step-item {
  /* flex: 1 1 calc((1190px - 96px) / 3);
    max-width: calc((1190px - 96px) / 3); */
  flex: 1 1 30%;
  max-width: 30%;
  margin: 32px 16px;
  /* background: #e5eef5; */
  border-radius: 18px;
  padding: 32px 20px 24px 20px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); */
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 350px;
  position: relative;
  /* box-shadow: 0px 4px 32px 0px rgba(154, 202, 208, 0.38); */
}
/* 悬浮高亮 */
/* .decopy-container-process-step-item:nth-child(4n+1) {
    background: #fff9e5;
    box-shadow: 0px 4px 32px 0px rgba(216, 218, 158, 0.38);
  
  }
  .decopy-container-process-step-item:nth-child(4n+2) {
    background: #e5eee5;
    box-shadow: 0px 4px 32px 0px rgba(158, 218, 207, 0.38);
  }
  
  .decopy-container-process-step-item:nth-child(4n+3) {
      background: #efddf7;
      box-shadow: 0px 4px 32px 0px rgba(241, 222, 249, 0.38);
    } */

.decopy-container-process-step-number {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  opacity: 0.8;
}
.decopy-container-process-step-image {
  width: 90%;
  height: 180px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #94a3b8;
  font-size: 1.1rem;
}
.decopy-container-process-step-image img {
  height: 100%;
}
.decopy-container-process-step-desc {
  text-align: center;
}

.decopy-container-process-cta-btn {
  width: 25%;
  min-width: fit-content;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.decopy-container-process-cta-btn:hover {
  background: #4a90e2;
}
.decopy-container-introduce-panel p,
.decopy-container-introduce-left p,
.decopy-container-mode,
.decopy-container-work-center,
.decopy-container-define-left,
.decopy-container-define-right,
.decopy-container-work-p,
.decopy-container-feature,
.decopy-container-slideList p,
.decopy-container-step-item p,
.decopy-container-effects-center-main-mes div,
.tabs-module .tabs-content p,
.decopy-container-effects-p,
.decopy-container-why-item p,
.decopy-container-language-center p,
.decopy-container-define-model p,
.decopy-container-define-two p,
.decopy-container-faq-panel p,
.decopy-container-people-message,
.decopy-container-course-desc,
.decopy-container-process-step-desc,
.decopy-container-instruction p,
.decopy-container-mode-compare p,
.decopy-container-skill p,
.decopy-container-course p {
  color: #606266;
  font-family: "haboro-soft", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.decopy-container-feature h2,
.decopy-container-main-features h2,
.decopy-container-mode h2,
.decopy-container-work h2,
.decopy-container-why h2,
.decopy-container-effects h2,
.decopy-container-tabsList-center h2,
.decopy-container-slideList h2,
.decopy-container-course h2,
.decopy-container-other-tools h2,
.decopy-container-define h2,
.decopy-container-instruction h2,
.decopy-container-mode-compare h2,
.decopy-container-skill h2 {
  margin: 40px 0 !important;
}

.decopy-container-main-banner,
.decopy-container-feature,
.decopy-container-people,
.decopy-container-faq,
.decopy-container-cta,
.decopy-container-introduce,
.decopy-container-other-tools,
.decopy-container-isSummarize,
.decopy-container-define,
.decopy-container-include,
.decopy-container-mode,
.decopy-container-language,
.decopy-container-work,
.decopy-container-why,
.decopy-container-step,
.decopy-container-effects,
.decopy-container-slideList,
.scrolling-banner,
.decopy-container-course,
.decopy-container-process,
.decopy-container-tabsList-center,
.decopy-container-instruction,
.decopy-related-capabilities,
.decopy-container-mode-compare,
.decopy-container-skill{
  margin-top: 250px;
}
@media screen and (max-width: 1050px) {
  .decopy-container-main-banner,
  .decopy-container-feature,
  .decopy-container-people,
  .decopy-container-faq,
  .decopy-container-cta,
  .decopy-container-introduce,
  .decopy-container-other-tools,
  .decopy-container-isSummarize,
  .decopy-container-define,
  .decopy-container-include,
  .decopy-container-mode,
  .decopy-container-language,
  .decopy-container-work,
  .decopy-container-why,
  .decopy-container-step,
  .decopy-container-effects,
  .decopy-container-slideList,
  .scrolling-banner,
  .decopy-container-course,
  .decopy-container-process,
  .decopy-container-tabsList-center,
  .decopy-container-instruction,
  .decopy-related-capabilities,
  .decopy-container-mode-compare,
  .decopy-container-skill {
    margin-top: 120px;
  }
}
.decopy-container-feature-center,
.decopy-container-work-center {
  margin-bottom: 80px;
}
.decopy-container-people-item {
  color: #606266;
}

.decopy-container-instruction-tabs {
  width: 1190px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  margin: 0 auto;
  margin-top: 32px;
  border: 1px solid #ebeef5;
  border-radius: 16px;
}
.decopy-container-instruction-tabs__arrow {
  margin: 16px 0;
}

.decopy-container-instruction-tabs__header {
  border-bottom: 1px solid #ebeef5;
  background: #fff;
  position: relative;
}
.decopy-container-instruction-tabs__nav {
  display: flex;
  position: relative;
}
.decopy-container-instruction-tabs__item {
  padding: 16px 24px;
  cursor: pointer;
  color: #303133;
  font-size: 16px;
  transition: color 0.3s;
  position: relative;
  text-align: center;
  /* white-space: nowrap; */
}
.decopy-container-instruction-tabs__item.is-active {
  color: #409eff;
  font-weight: 500;
}
.decopy-container-instruction-tabs__item:hover {
  color: #409eff;
}
.decopy-container-instruction-tabs__active-bar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  background: #409eff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
}
.decopy-container-instruction-tabs__content {
  /* padding: 24px 16px; */
  min-height: 120px;
  background: #fff;
  position: relative;
}
.decopy-container-instruction-tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.decopy-container-instruction-tab-pane.is-active {
  display: flex;
  align-items: center;
  opacity: 1;
  position: relative;
}
/* 新增：导航包裹和箭头样式 */
.decopy-container-instruction-tabs__header {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
}
.decopy-container-instruction-tabs__nav-wrap {
  overflow: hidden;
  flex: 1;
  position: relative;
}
.decopy-container-instruction-tabs__nav {
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.decopy-container-instruction-tabs__arrow {
  background: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #909399;
  transition: color 0.2s;
  user-select: none;
}
.decopy-container-instruction-tabs__arrow:disabled {
  color: #dcdfe6;
  cursor: not-allowed;
}
/* 纵向样式 */
.decopy-container-instruction-tabs[data-direction="vertical"] {
  display: flex;
  flex-direction: row;
  min-height: 400px;
  box-shadow: 0 4px 24px rgba(44, 34, 66, 0.08);
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__header {
  flex-direction: column;
  width: 160px;
  min-width: 100px;
  height: auto;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  border-bottom: none;
  border-right: 1px solid #ebeef5;
  align-items: stretch;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__nav-wrap {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__nav {
  flex-direction: column;
  overflow-x: hidden;
  height: 400px;
  white-space: normal;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__arrow {
  width: 100%;
  height: 32px;
  font-size: 18px;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__arrow--prev {
  order: 0;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__nav-wrap {
  order: 1;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__arrow--next {
  order: 2;
}
.decopy-container-instruction-tabs[data-direction="vertical"]
  .decopy-container-instruction-tabs__content {
  flex: 1;
  min-width: 0;
  min-height: 120px;
  position: relative;
  /* padding: 24px 16px; */
  display: block;
}
.decopy-container-instruction-tab-pane-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.decopy-container-instruction-tab-pane-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  width: 100%;
}
.decopy-container-instruction-tab-pane-item-img {
  width: 500px;
  border-radius: 16px;
  margin-left: 32px;
}

.decopy-container-instruction-tab-pane-item number {
  font-size: 16px;
  color: #000;
}

.decopy-container-instruction-tab-pane-item img {
  margin: 0 8px;
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.decopy-container-instruction-tabs__content {
  max-height: 700px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.decopy-container-instruction-tab-pane-box {
  max-height: 500px;
  overflow: scroll;
  scrollbar-width: none;
  box-sizing: border-box;
  padding: 0 32px;
}

.decopy-related-capabilities {
  width: 100%;
}

.decopy-related-capabilities-center {
  width: var(--wide-width);
  margin: 0 auto;
  padding: 0 0;
}

.decopy-related-capabilities-desc {
  margin-bottom: 30px;
  text-align: center;
}

.decopy-related-capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.decopy-related-capabilities-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 4px rgba(44, 34, 66, 0.08);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.decopy-related-capabilities-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 30px rgba(44, 34, 66, 0.12);
}

.decopy-related-capabilities-card-media {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #f3f6fb;
  border-radius: 16px;
  overflow: hidden;
}

.decopy-related-capabilities-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* border-radius: 16px; */
}

.decopy-related-capabilities-card-body {
  flex-grow: 1;
}

.decopy-related-capabilities-card-body h3 {
  margin: 8px 0 8px 0;
}

.decopy-related-capabilities-card-body p {
  margin: 0 0 14px 0;
}

.decopy-related-capabilities-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #409eff;
}

.decopy-related-capabilities-card-link:hover {
  color: #2c7bd6;
}

.decopy-related-capabilities-card-link-arrow {
  transition: transform 0.2s ease;
}

.decopy-related-capabilities-card-link:hover
  .decopy-related-capabilities-card-link-arrow {
  transform: translateX(2px);
}
/* 移动端适配 */
@media (max-width: 600px) {
  .decopy-container-instruction-tabs {
    padding: 0;
  }
  .decopy-container-instruction-tabs__item {
    padding: 12px 10px;
    font-size: 14px;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"] {
    flex-direction: column;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__header {
    width: 100%;
    min-width: 0;
    border-right: none;
    border-bottom: 1px solid #ebeef5;
    flex-direction: row;
    align-items: center;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__nav-wrap {
    height: auto;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__nav {
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    height: auto !important;
    white-space: nowrap;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__arrow {
    width: 32px;
    height: 32px;
    margin: 0 16px;
  }
  .decopy-container-instruction-tab-pane-box {
    margin-top: 32px;
  }
  .decopy-container-instruction-tab-pane-item-img {
    width: 90%;
  }
}
@media screen and (max-width: 1190px) {
  .decopy-container-instruction-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 90%;
  }
  .decopy-container-instruction-tab-pane-item-img {
    margin-top: 32px;
    margin-left: 0;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__nav {
    height: 500px;
  }
  .decopy-container-instruction-tabs[data-direction="vertical"]
    .decopy-container-instruction-tabs__content {
    max-height: 800px;
  }
  .decopy-container-instruction-tab-pane-box {
    max-height: 400px;
    margin-top: 16px;
  }

  .active {
    border-bottom: 2px solid white;
  }

  .decopy-container-instruction-tab-pane.is-active {
    flex-direction: column;
  }
}
