/* 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 */
/* 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 */
.pseo__endorse {
  container-type: inline-size;
  container-name: section;
  width: 100%;
  overflow-x: hidden;
  background: var(--pes-endorse-color-bg);
}
.pseo__endorse * {
  box-sizing: border-box;
}
.pseo__endorse h1,
.pseo__endorse h2,
.pseo__endorse h3,
.pseo__endorse h4,
.pseo__endorse h5,
.pseo__endorse p {
  margin: 0;
}
.pseo__endorse a {
  text-decoration: none;
}
.pseo__endorse-container {
  margin: auto;
  padding: 60px;
  max-width: var(--es-width-content, 1320px);
}
h2.pseo__endorse-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-endorse-color-text);
}
@media (max-width: 768px) {
  h2.pseo__endorse-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container section (max-width: 768px) {
  h2.pseo__endorse-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.pseo__endorse-list {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.pseo__endorse-list-item {
  width: calc(33.33% - 40px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
}
.pseo__endorse-list-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 16px;
}
.pseo__endorse-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
h3.pseo__endorse-list-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 12px;
  color: var(--pes-endorse-color-text);
}
.pseo__endorse-list-item-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-style: normal;
  text-align: center;
  color: var(--pes-endorse-color-text-subtitle);
}
@media (max-width: 768px) {
  .pseo__endorse-container {
    padding: 36px 16px;
  }
  h2.pseo__endorse-title {
    margin-bottom: 16px;
  }
  .pseo__endorse-list {
    flex-direction: column;
    gap: 24px;
  }
  .pseo__endorse-list-item {
    width: 100%;
    gap: 10px;
    align-items: center;
    max-width: unset;
  }
  .pseo__endorse-list-item-image {
    width: 48px;
    height: 48px;
    margin-bottom: unset;
  }
  .pseo__endorse-list-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: unset;
  }
  .pseo__endorse-list-item-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
  }
}
@container section (max-width: 768px) {
  .pseo__endorse-container {
    padding: 36px 16px;
  }
  h2.pseo__endorse-title {
    margin-bottom: 16px;
  }
  .pseo__endorse-list {
    flex-direction: column;
    gap: 24px;
  }
  .pseo__endorse-list-item {
    width: 100%;
    gap: 10px;
    align-items: center;
    max-width: unset;
  }
  .pseo__endorse-list-item-image {
    width: 48px;
    height: 48px;
    margin-bottom: unset;
  }
  .pseo__endorse-list-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: unset;
  }
  .pseo__endorse-list-item-content {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: center;
  }
}

/* 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 */
.pseo__case {
  width: 100%;
  background: var(--pes-case-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__case * {
  box-sizing: border-box;
}
.pseo__case h1,
.pseo__case h2,
.pseo__case h3,
.pseo__case h4,
.pseo__case h5,
.pseo__case p {
  margin: 0;
}
.pseo__case a {
  text-decoration: none;
}
.pseo__case-container {
  padding: 60px;
  margin: 0 auto;
  max-width: var(--es-width-content, 1320px);
}
h2.pseo__case-title {
  color: var(--pes-case-color-text);
  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;
}
@media (max-width: 768px) {
  h2.pseo__case-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container section (max-width: 768px) {
  h2.pseo__case-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.pseo__case-subtitle {
  color: var(--pes-case-color-text-subtitle);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
}
.pseo__case-list {
  --gap: 30px;
  --column: 3;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  margin-top: 60px;
  width: 100%;
  justify-content: space-between;
}
.pseo__case-list-item {
  display: flex;
  flex-direction: column;
  width: calc(100% / var(--column) - var(--gap) * (var(--column) - 1) / var(--column));
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease;
}
.pseo__case-list-item:hover {
  transform: translateY(-2px);
}
.pseo__case-list-item img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  object-fit: cover;
}
h3.pseo__case-list-item-title {
  margin: 16px 0 10px;
  color: var(--pes-case-color-text);
  font-size: 18px;
  font-weight: 550;
  line-height: 24px;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.pseo__case-list-item-content {
  color: var(--pes-case-color-text-subtitle);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .pseo__case-container {
    padding: 36px 16px;
  }
  .pseo__case-list {
    --column: 1;
    --gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }
  h3.pseo__case-list-item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pseo__case-list-item-content {
    font-size: 12px;
    line-height: 18px;
  }
}
@container section (max-width: 768px) {
  .pseo__case-container {
    padding: 36px 16px;
  }
  .pseo__case-list {
    --column: 1;
    --gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }
  h3.pseo__case-list-item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .pseo__case-list-item-content {
    font-size: 12px;
    line-height: 18px;
  }
}

/* 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 */
.pseo__agent {
  width: 100%;
  background: var(--pes-agent-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__agent * {
  box-sizing: border-box;
}
.pseo__agent h1,
.pseo__agent h2,
.pseo__agent h3,
.pseo__agent h4,
.pseo__agent h5,
.pseo__agent p {
  margin: 0;
}
.pseo__agent a {
  text-decoration: none;
}
.pseo__agent-container {
  padding: 60px;
  margin: 0 auto;
  max-width: var(--es-width-content, 1320px);
}
h1.pseo__agent-title {
  color: var(--pes-agent-color-text);
  max-width: 960px;
  font-size: 44px;
  font-weight: 700;
  line-height: 58px;
  margin: 0 auto 12px;
  text-align: center;
  letter-spacing: -.5px;
  container-type: inline-size;
  container-name: section;
}
@media (max-width: 768px) {
  h1.pseo__agent-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
@container section (max-width: 768px) {
  h1.pseo__agent-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
}
h2.pseo__agent-title {
  color: var(--pes-agent-color-text);
  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;
}
@media (max-width: 768px) {
  h2.pseo__agent-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container section (max-width: 768px) {
  h2.pseo__agent-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
.pseo__agent-subtitle {
  color: var(--pes-agent-color-text-subtitle);
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pseo__agent-btn-wrapper {
  margin-top: 48px;
  margin-bottom: 54px;
  text-align: center;
}
.pseo__agent-btn-wrapper .pseo__agent-btn {
  display: flex;
  margin: 0 auto;
  width: 250px;
  padding: 18px 20px;
  line-height: 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  transition: opacity .2s ease;
  background: var(--pes-agent-color-primary-btn-bg);
  color: var(--pes-agent-color-primary-btn-text);
  transition: transform .3s cubic-bezier(.25, .8, .25, 1);
}
.pseo__agent-btn-wrapper .pseo__agent-btn:hover {
  transform: scale(1.1);
}
.pseo__agent-image {
  display: block;
  max-width: 960px;
  width: 100%;
  max-height: 540px;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background: var(--pes-agent-color-image-bg);
  margin: 0 auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pseo__agent-container {
    padding: 36px 16px;
  }
  h1.pseo__agent-title {
    font-size: 24px;
    line-height: 32px;
  }
  h2.pseo__agent-title {
    font-size: 22px;
    line-height: 28px;
  }
  .pseo__agent-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .pseo__agent-btn-wrapper {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .pseo__agent-btn-wrapper .pseo__agent-btn {
    width: max-content;
    min-width: 200px;
    max-width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
  }
}
@container section (max-width: 768px) {
  .pseo__agent-container {
    padding: 36px 16px;
  }
  h1.pseo__agent-title {
    font-size: 24px;
    line-height: 32px;
  }
  h2.pseo__agent-title {
    font-size: 22px;
    line-height: 28px;
  }
  .pseo__agent-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .pseo__agent-btn-wrapper {
    margin-top: 32px;
    margin-bottom: 40px;
  }
  .pseo__agent-btn-wrapper .pseo__agent-btn {
    width: max-content;
    min-width: 200px;
    max-width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 20px;
    font-size: 14px;
  }
}

/* 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 */

/* 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 */
