/* node_modules/.pnpm/@meitu+essio-scene-01@1.0.1-alpha.50_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-scene-01/dist/style.css */
/* node_modules/.pnpm/@meitu+essio-jump-01@1.0.1-alpha.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-jump-01/dist/style.css */
.pseo__jump {
  background: var(--pes-jump-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__jump * {
  box-sizing: border-box;
}
.pseo__jump h1,
.pseo__jump h2,
.pseo__jump h3,
.pseo__jump h4,
.pseo__jump h5,
.pseo__jump p {
  margin: 0;
}
.pseo__jump a {
  text-decoration: none;
}
.pseo__jump-container {
  padding: 60px;
  text-align: center;
  margin: 0 auto;
  max-width: var(--es-width-content, 1320px);
}
h2.pseo__jump-title {
  max-width: 960px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 auto 48px;
  text-align: center;
  letter-spacing: -.25px;
  container-type: inline-size;
  container-name: section;
  color: var(--pes-jump-color-text);
}
@media (max-width: 768px) {
  h2.pseo__jump-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container section (max-width: 768px) {
  h2.pseo__jump-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.pseo__jump-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.pseo__jump-list-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  border-radius: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 66px;
  padding: 0 20px 0 24px;
  gap: 8px;
  background: var(--pes-jump-color-primary-btn-bg);
  color: var(--pes-jump-color-primary-btn-text);
  text-decoration: none;
  transition: unset;
}
.pseo__jump-list-item:hover {
  background: var(--pes-jump-color-primary-btn-bg-hover);
  color: var(--pes-jump-color-primary-btn-text-hover);
}
.pseo__jump-list-item .pseo__jump-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pes-jump-color-icon-bg);
  color: var(--pes-jump-color-text);
}
@media (max-width: 768px) {
  .pseo__jump-container {
    padding: 36px 16px;
  }
  h2.pseo__jump-title {
    margin-bottom: 16px;
  }
  .pseo__jump-list-item {
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    border-radius: 48px;
    gap: 6px;
    padding: 0 14px 0 20px;
  }
}
@container section (max-width: 768px) {
  .pseo__jump-container {
    padding: 36px 16px;
  }
  h2.pseo__jump-title {
    margin-bottom: 16px;
  }
  .pseo__jump-list-item {
    font-size: 14px;
    line-height: 16px;
    height: 48px;
    border-radius: 48px;
    gap: 6px;
    padding: 0 14px 0 20px;
  }
}

/* node_modules/.pnpm/@meitu+essio-faq-01@1.0.1-alpha.30_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-faq-01/dist/style.css */
.pseo__faq {
  container-type: inline-size;
  container-name: section;
  overflow-x: hidden;
  width: 100%;
  background: var(--pes-faq-color-bg);
}
.pseo__faq * {
  box-sizing: border-box;
}
.pseo__faq h1,
.pseo__faq h2,
.pseo__faq h3,
.pseo__faq h4,
.pseo__faq h5,
.pseo__faq p {
  margin: 0;
}
.pseo__faq a {
  text-decoration: none;
}
.pseo__faq-container {
  max-width: var(--es-width-content, 1320px);
  padding: 60px;
  margin: 0 auto;
  display: flex;
  gap: 48px;
}
.pseo__faq-container .pseo__faq-title {
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.25px;
  flex-basis: 260px;
  color: var(--pes-faq-color-text);
}
.pseo__faq-container .pseo__faq-list {
  flex: 1;
  border-top: 1px solid var(--pes-faq-color-border);
}
.pseo__faq-container .pseo__faq-list-item {
  padding: 24px 0;
  border-bottom: 1px solid var(--pes-faq-color-border);
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-question {
  width: 100%;
  border: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  color: var(--pes-faq-color-text);
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-question:hover {
  color: var(--pes-faq-color-text);
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-question-content {
  flex: 1;
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-question .pseo__faq-icon {
  transition: transform .3s ease;
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-question .pseo__faq-icon.pseo__open {
  transform: rotate(180deg);
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-answer {
  font-size: 16px;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows .4s cubic-bezier(.4, 0, .2, 1);
  color: var(--pes-faq-color-text-subtitle);
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-answer.pseo__faq-expanded {
  grid-template-rows: 1fr;
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-answer.pseo__faq-expanded .pseo__faq-answer-content {
  padding-top: 12px;
  opacity: 1;
  transform: translateY(0);
  line-height: 24px;
}
.pseo__faq-container .pseo__faq-list-item .pseo__faq-answer-content {
  min-height: 0;
  padding-top: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition:
    opacity .3s cubic-bezier(.4, 0, .2, 1) .15s,
    transform .3s cubic-bezier(.4, 0, .2, 1) .15s,
    padding-top .4s cubic-bezier(.4, 0, .2, 1);
}
@media (max-width: 768px) {
  .pseo__faq-container {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
  }
  .pseo__faq-container .pseo__faq-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    flex-basis: 0;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item {
    padding: 16px 0;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item .pseo__faq-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item .pseo__faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
}
@container section (max-width: 768px) {
  .pseo__faq-container {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
  }
  .pseo__faq-container .pseo__faq-title {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0;
    flex-basis: 0;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item {
    padding: 16px 0;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item .pseo__faq-question {
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
    letter-spacing: 0px;
  }
  .pseo__faq-container .pseo__faq-list .pseo__faq-item .pseo__faq-answer {
    font-size: 14px;
    line-height: 20px;
  }
}

/* node_modules/.pnpm/@meitu+essio-step-01@1.0.1-alpha.45_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-step-01/dist/style.css */
.pseo__step {
  width: 100%;
  background: var(--pes-step-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__step * {
  box-sizing: border-box;
}
.pseo__step h1,
.pseo__step h2,
.pseo__step h3,
.pseo__step h4,
.pseo__step h5,
.pseo__step p {
  margin: 0;
}
.pseo__step a {
  text-decoration: none;
}
.pseo__step-container {
  margin: auto;
  padding: 60px;
  max-width: var(--es-width-content, 1320px);
}
h2.pseo__step-title {
  max-width: 960px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin: 0 auto 16px;
  text-align: center;
  letter-spacing: -.25px;
  container-type: inline-size;
  container-name: section;
  color: var(--pes-step-color-text);
}
@media (max-width: 768px) {
  h2.pseo__step-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container section (max-width: 768px) {
  h2.pseo__step-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.pseo__step-subtitle {
  color: var(--pes-step-color-text-subtitle);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.pseo__step-list {
  margin-top: 48px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 60px;
}
.pseo__step-list-item {
  display: flex;
  max-width: 33.33%;
  flex-direction: column;
  align-items: center;
  flex: 1;
  gap: 12px;
  overflow: hidden;
}
.pseo__step-list-item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: var(--pes-step-color-text);
}
.pseo__step-list-item-title-index {
  font-size: 14px;
  font-weight: 550;
  line-height: 16px;
  letter-spacing: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
  background: var(--pes-step-color-bg-index);
  width: 66px;
  height: 28px;
  color: var(--pes-step-color-text-index);
  text-align: center;
}
.pseo__step-list-item-title-text {
  font-size: 18px;
  font-weight: 550;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--pes-step-color-text);
  text-align: center;
}
.pseo__step-list-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--pes-step-color-text-subtitle);
}
@media (max-width: 768px) {
  .pseo__step-container {
    padding: 36px 16px;
  }
  .pseo__step-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .pseo__step-list-item {
    max-width: 100%;
    gap: 8px;
    align-items: start;
  }
  .pseo__step-list-item-title {
    flex-direction: row;
    gap: 10px;
  }
  .pseo__step-list-item-title-text {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .pseo__step-list-item-content {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
@container section (max-width: 768px) {
  .pseo__step-container {
    padding: 36px 16px;
  }
  .pseo__step-list {
    flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
  .pseo__step-list-item {
    max-width: 100%;
    gap: 8px;
    align-items: start;
  }
  .pseo__step-list-item-title {
    flex-direction: row;
    gap: 10px;
  }
  .pseo__step-list-item-title-text {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .pseo__step-list-item-content {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

/* node_modules/.pnpm/@meitu+essio-topic-01@1.0.1-alpha.44_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-topic-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-endorse-01@1.0.1-alpha.46_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-endorse-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-feature-01@1.0.1-alpha.46_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-feature-01/dist/style.css */
.pseo__feature {
  width: 100%;
  background: var(--pes-feature-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__feature * {
  box-sizing: border-box;
}
.pseo__feature h1,
.pseo__feature h2,
.pseo__feature h3,
.pseo__feature h4,
.pseo__feature h5,
.pseo__feature p {
  margin: 0;
}
.pseo__feature a {
  text-decoration: none;
}
.pseo__feature-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--es-width-content, 1320px);
}
.pseo__feature-list {
  display: flex;
  flex-direction: column;
}
.pseo__feature-list > div:nth-child(2n) {
  flex-direction: row-reverse;
}
.pseo__feature-list .pseo__feature-item {
  display: flex;
  gap: 80px;
  justify-content: center;
  padding: 60px;
}
.pseo__feature-list .pseo__feature-item-media-container {
  max-width: 600px;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pseo__feature-list .pseo__feature-item-media-container-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 24px;
}
.pseo__feature-list .pseo__feature-item-media-container-inner .pseo__feature-media {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(0, 21, 64, .06);
}
.pseo__feature-list .pseo__feature-item-text-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pseo__feature-list .pseo__feature-item-text-container .pseo__feature-title {
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -.25px;
  color: var(--pes-feature-color-text);
}
.pseo__feature-list .pseo__feature-item-text-container .pseo__feature-article {
  text-align: left;
  margin: 16px 0 28px;
  color: var(--pes-feature-color-text-subtitle);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.pseo__feature-list .pseo__feature-item-text-container .pseo__feature-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  width: 136px;
  height: 40px;
  border-radius: 10px;
  background: var(--pes-feature-color-primary-btn-bg);
  border: unset;
  color: var(--pes-feature-color-primary-btn-text);
  text-align: center;
  font-size: 14px;
  font-weight: 550;
  line-height: 16px;
  letter-spacing: 0px;
  cursor: pointer;
  text-decoration: none;
}
.pseo__feature-list .pseo__feature-item-text-container .pseo__feature-btn:hover {
  opacity: .85;
}
@media (max-width: 768px) {
  .pseo__feature-list > div:nth-child(2n) {
    flex-direction: column;
  }
  .pseo__feature-list .pseo__feature-item {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }
  .pseo__feature-list .pseo__feature-item-media-container {
    width: 100%;
    max-width: unset;
  }
  .pseo__feature-list .pseo__feature-item-media-container .pseo__img-wrap,
  .pseo__feature-list .pseo__feature-item-media-container .pseo__img-wrap .pseo__img {
    border-radius: 16px;
  }
  .pseo__feature-list .pseo__feature-item-text-container {
    align-items: center;
    justify-content: center;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-title {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-article {
    text-align: center;
    margin: 12px 0 20px;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
  }
}
@container section (max-width: 768px) {
  .pseo__feature-list > div:nth-child(2n) {
    flex-direction: column;
  }
  .pseo__feature-list .pseo__feature-item {
    flex-direction: column;
    gap: 20px;
    padding: 40px 20px;
  }
  .pseo__feature-list .pseo__feature-item-media-container {
    width: 100%;
    max-width: unset;
  }
  .pseo__feature-list .pseo__feature-item-media-container .pseo__img-wrap,
  .pseo__feature-list .pseo__feature-item-media-container .pseo__img-wrap .pseo__img {
    border-radius: 16px;
  }
  .pseo__feature-list .pseo__feature-item-text-container {
    align-items: center;
    justify-content: center;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-title {
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-article {
    text-align: center;
    margin: 12px 0 20px;
  }
  .pseo__feature-list .pseo__feature-item-text-container .pseo__feature-btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
  }
}

/* node_modules/.pnpm/@meitu+essio-home-01@1.0.1-alpha.58_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-home-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-resource-01@1.0.1-alpha.32_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-resource-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-tools-01@1.0.1-alpha.35_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-tools-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-case-01@1.0.1-alpha.34_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-case-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-cta-01@1.0.1-alpha.29_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-cta-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-agent-01@1.0.2-alpha.30_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-agent-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-comment@1.0.1-alpha.26_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-comment/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-aggregation-01@1.0.1-alpha.30_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-aggregation-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-aggs-01@1.0.1-alpha.12_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-aggs-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-introd-01@1.0.1-alpha.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-introd-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-xdesign-hero@1.0.0-alpha.56_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-xdesign-hero/dist/style.css */
.pseo__hero {
  position: relative;
  width: 100%;
  background: var(--pes-hero-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__hero * {
  box-sizing: border-box;
}
.pseo__hero h1,
.pseo__hero h2,
.pseo__hero h3,
.pseo__hero h4,
.pseo__hero h5,
.pseo__hero p {
  margin: 0;
}
.pseo__hero a {
  text-decoration: none;
}
.pseo__hero-container {
  display: flex;
  flex-direction: column;
  padding: 60px;
  max-width: var(--es-width-content, 1320px);
  margin: 0 auto;
}
.pseo__hero-top {
  text-align: center;
  max-width: 1160px;
  margin: 0 auto 48px;
}
h1.pseo__hero-top-title {
  font-family: Montserrat;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -.5px;
  margin: 0 0 12px;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: var(--pes-hero-color-text);
}
.pseo__hero-top-subtitle {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  color: var(--pes-hero-color-text-subtitle);
}
.pseo__hero-main {
  display: flex;
  gap: 40px;
  margin-bottom: 36px;
}
.pseo__hero-main-left {
  width: 420px;
  height: 420px;
  max-width: 50%;
  aspect-ratio: 1/1;
}
.pseo__hero-main-left-content {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.pseo__hero-main-left-content .pseo__seo-media {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pseo__hero-main-left-content .pseo__seo-media img,
.pseo__hero-main-left-content .pseo__seo-media video {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}
.pseo__hero-main-right {
  flex: 1;
  overflow: hidden;
}
.pseo__hero-main-right-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pseo__hero-main-right-content .pseo__upload-area {
  flex: 1;
  border: 1px dashed var(--pes-hero-color-border);
  border-radius: 16px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  min-height: 300px;
}
.pseo__hero-main-right-content .pseo__upload-area:hover {
  border-color: var(--pes-hero-color-border-hover);
  background: var(--pes-hero-color-bg-hover);
}
.pseo__hero-main-right-content .pseo__upload-area-btn {
  gap: 8px;
  position: relative;
  width: 240px;
  height: 52px;
  border-radius: 12px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--pes-hero-color-primary-btn-text);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pes-hero-color-primary-btn-bg);
  border: 1px solid var(--pes-hero-color-primary-btn-border);
  margin-bottom: 14px;
  overflow: hidden;
  cursor: pointer;
}
.pseo__hero-main-right-content .pseo__upload-area-btn.pseo__batch-btn {
  color: var(--pes-hero-color-secondary-btn-text);
  border: 1px solid var(--pes-hero-color-secondary-btn-border);
  background: var(--pes-hero-color-secondary-btn-bg);
}
.pseo__hero-main-right-content .pseo__upload-area-tip {
  color: var(--pes-hero-color-tip);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pseo__hero-main-right-content .pseo__upload-area-demo {
  margin-top: 52px;
}
.pseo__hero-main-right-content .pseo__upload-area-demo-tip {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  margin: 0 0 8px;
  text-align: center;
  color: var(--pes-hero-color-text-subtitle);
}
.pseo__hero-main-right-content .pseo__upload-area-demo-list {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.pseo__hero-main-right-content .pseo__upload-area-demo-item {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease;
  border: 1px solid var(--pes-hero-color-border);
}
.pseo__hero-main-right-content .pseo__upload-area-demo-item:hover {
  transform: scale(1.05);
}
.pseo__hero-main-right-content .pseo__upload-area-demo-item-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pseo__hero-container {
    padding: 0;
  }
  .pseo__hero-top {
    text-align: center;
    margin: 54% auto 0;
    position: relative;
    z-index: 101;
    padding: 0 20px;
  }
  h1.pseo__hero-top-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.5px;
  }
  .pseo__hero-top-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 24px;
  }
  .pseo__hero-main-left {
    width: 46%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translate(-50%);
  }
  .pseo__hero-main-left:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .pseo__hero-main-left-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
  }
  .pseo__hero-main-right {
    width: 100%;
  }
  .pseo__hero-main-right .pseo__upload-area {
    padding: 0 20px 16px;
    border: unset;
    min-height: unset;
    cursor: none;
  }
  .pseo__hero-main-right .pseo__upload-area:hover {
    border-color: transparent;
    background: transparent;
  }
  .pseo__hero-main-right .pseo__upload-area-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .pseo__hero-main-right .pseo__upload-area-btn.pseo__batch-btn,
  .pseo__hero-main-right .pseo__upload-area-tip {
    display: none;
  }
  .pseo__hero-main-right .pseo__upload-area-demo {
    margin-top: 0;
  }
  .pseo__hero-main-right .pseo__upload-area-demo-list {
    gap: 8px;
  }
  .pseo__hero-main-right .pseo__upload-area-demo-item {
    width: 40px;
    height: 40px;
  }
}
@container section (max-width: 768px) {
  .pseo__hero-container {
    padding: 0;
  }
  .pseo__hero-top {
    text-align: center;
    margin: 54% auto 0;
    position: relative;
    z-index: 101;
    padding: 0 20px;
  }
  h1.pseo__hero-top-title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -.5px;
  }
  .pseo__hero-top-subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 24px;
  }
  .pseo__hero-main-left {
    width: 46%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 16px;
    transform: translate(-50%);
  }
  .pseo__hero-main-left:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .pseo__hero-main-left-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
  }
  .pseo__hero-main-right {
    width: 100%;
  }
  .pseo__hero-main-right .pseo__upload-area {
    padding: 0 20px 16px;
    border: unset;
    min-height: unset;
    cursor: none;
  }
  .pseo__hero-main-right .pseo__upload-area:hover {
    border-color: transparent;
    background: transparent;
  }
  .pseo__hero-main-right .pseo__upload-area-btn {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    letter-spacing: 0;
  }
  .pseo__hero-main-right .pseo__upload-area-btn.pseo__batch-btn,
  .pseo__hero-main-right .pseo__upload-area-tip {
    display: none;
  }
  .pseo__hero-main-right .pseo__upload-area-demo {
    margin-top: 0;
  }
  .pseo__hero-main-right .pseo__upload-area-demo-list {
    gap: 8px;
  }
  .pseo__hero-main-right .pseo__upload-area-demo-item {
    width: 40px;
    height: 40px;
  }
}

/* node_modules/.pnpm/@meitu+essio-xdesign-roboneo@1.0.0-alpha.22_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-xdesign-roboneo/dist/style.css */
