/* node_modules/.pnpm/@meitu+essio-faq-01@1.0.10-alpha.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-faq-01/dist/style.css */
/* node_modules/.pnpm/@meitu+essio-utils@1.0.10_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-utils/dist/style.css */
.pseo__player-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--pes-player-mask-color-bg, rgba(0, 0, 0, .1));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .2s ease-in-out;
}
.pseo__player-mask .pseo__player-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: var(--pes-player-mask-color-button-bg, #fff);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  cursor: pointer;
  transition: transform .2s ease-in-out;
}
.pseo__player-mask .pseo__player-icon:hover {
  transform: scale(1.1);
}
.pseo__player-mask.pseo__hide {
  opacity: 0;
}
.pseo__player-mask:hover {
  opacity: 1;
}

/* node_modules/.pnpm/@meitu+essio-jump-01@1.0.10-alpha.1_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-scene-01@1.0.10-alpha.3_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-endorse-01@1.0.10-alpha.3_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.12-alpha.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-feature-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-home-01@1.0.10-alpha.2_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-step-01@1.0.11-alpha.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-step-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-topic-01@1.0.10-alpha.1_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-case-01@1.0.10-alpha.7_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 ul,
.pseo__case ol {
  list-style: initial;
  padding-left: 1.5em;
}
.pseo__case li {
  list-style: initial;
}
.pseo__case *:first-child {
  margin-top: 0;
}
.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;
  word-break: break-word;
}
@media (max-width: 768px) {
  h2.pseo__case-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    letter-spacing: 0;
  }
}
@container (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;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  word-break: break-word;
}
.pseo__case-list {
  --gap: 30px;
  --column: 3;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
  margin-top: 48px;
  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-media {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 16px;
  object-fit: cover;
}
h3.pseo__case-list-item-title {
  margin-top: 16px;
  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 {
  margin-top: 10px;
  color: var(--pes-case-color-text-subtitle);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
}
@media (max-width: 768px) {
  .pseo__case-container {
    padding: 36px 16px;
  }
  .pseo__case-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .pseo__case-list {
    --column: 1;
    --gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }
  h3.pseo__case-list-item-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
  .pseo__case-list-item-content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}
@container section (max-width: 768px) {
  .pseo__case-container {
    padding: 36px 16px;
  }
  .pseo__case-subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .pseo__case-list {
    --column: 1;
    --gap: 24px;
    flex-direction: column;
    margin-top: 24px;
  }
  h3.pseo__case-list-item-title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }
  .pseo__case-list-item-content {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
}

/* node_modules/.pnpm/@meitu+essio-resource-01@1.0.10-alpha.3_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-cta-01@1.0.10-alpha.1_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-tools-01@1.0.10-alpha.3_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-comment@1.0.11-alpha.1_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.11-alpha.3_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-agent-01@1.0.15-alpha.3_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-xdesign-roboneo@1.0.12-alpha.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-xdesign-roboneo/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-xdesign-hero@1.0.11-alpha.2_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-aggs-01@1.0.10-alpha.4_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.10-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-kumoo-home@1.0.12-alpha.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-kumoo-home/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-comment-02@1.0.11-alpha.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-comment-02/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-xdesign-introd@1.0.17-alpha.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-xdesign-introd/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-rich-01@1.0.10-alpha.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-rich-01/dist/style.css */
.pseo__rich {
  width: 100%;
  background: var(--pes-rich-color-bg);
  overflow-x: hidden;
  container-type: inline-size;
  container-name: section;
}
.pseo__rich * {
  box-sizing: border-box;
}
.pseo__rich h1,
.pseo__rich h2,
.pseo__rich h3,
.pseo__rich h4,
.pseo__rich h5,
.pseo__rich p {
  margin: 0;
}
.pseo__rich a {
  text-decoration: none;
}
.pseo__rich ul,
.pseo__rich ol {
  list-style: initial;
  padding-left: 1.5em;
}
.pseo__rich li {
  list-style: initial;
}
.pseo__rich-container {
  --container-padding: 0 60px;
  --container-max-width: var(--pes-rich-width-container);
  --body-radius: 24px;
  --body-padding: 40px 48px;
  padding: var(--container-padding);
  margin: 0 auto;
  max-width: var(--container-max-width);
}
.pseo__rich-full {
  --container-padding: 0;
  --container-max-width: 100%;
  --body-radius: 0;
  --body-padding: 60px 48px;
}
.pseo__rich-content {
  color: var(--pes-rich-color-text);
  line-height: 1.6;
}
.pseo__rich-content h1,
.pseo__rich-content h2,
.pseo__rich-content h3,
.pseo__rich-content h4,
.pseo__rich-content h5,
.pseo__rich-content h6 {
  font-weight: 600;
  line-height: 1.4;
  margin: 1em 0 .8em;
}
.pseo__rich-content h1 strong,
.pseo__rich-content h2 strong,
.pseo__rich-content h3 strong,
.pseo__rich-content h4 strong,
.pseo__rich-content h5 strong,
.pseo__rich-content h6 strong {
  font-weight: inherit;
}
.pseo__rich-content h1 {
  font-weight: 700;
  font-size: 3em;
}
.pseo__rich-content h2 {
  font-weight: 700;
  font-size: 2.2em;
}
.pseo__rich-content h3 {
  font-size: 1.7em;
}
.pseo__rich-content h4 {
  font-size: 1.25em;
}
.pseo__rich-content h5 {
  font-size: 1.1em;
}
.pseo__rich-content h6 {
  font-size: 1em;
}
.pseo__rich-content p {
  margin: .9em 0;
}
.pseo__rich-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: .9em 0;
}
.pseo__rich-content blockquote {
  border-left: 4px solid var(--pes-rich-color-blockquote-border);
  padding: .7em 1em;
  margin: 1em 0;
  color: #555;
  background: var(--pes-rich-color-blockquote-bg);
  border-radius: 4px;
}
.pseo__rich-content ul,
.pseo__rich-content ol {
  padding-left: 1.5em;
  margin: .8em 0;
}
.pseo__rich-content ul li,
.pseo__rich-content ol li {
  margin: .3em 0;
}
.pseo__rich-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: .95em;
}
.pseo__rich-content table th,
.pseo__rich-content table td {
  border: 1px solid var(--pes-rich-color-table-border);
  padding: .4em;
}
.pseo__rich-content table th {
  background: var(--pes-rich-color-table-head-bg);
  font-weight: 600;
}
.pseo__rich-content pre {
  background: var(--pes-rich-color-pre-bg);
  color: #eee;
  padding: 1em;
  border-radius: 6px;
  overflow: auto;
  font-size: .9em;
}
.pseo__rich-content code {
  background: var(--pes-rich-color-blockquote-bg);
  padding: 2px 4px;
  border-radius: 4px;
  font-family: monospace;
  font-size: .92em;
}
.pseo__rich-content hr {
  border: none;
  border-bottom: 1px solid var(--pes-rich-color-table-border);
  margin: 2em 0;
}
.pseo__rich-content a {
  color: var(--pes-rich-color-link);
  text-decoration: none;
}
.pseo__rich-content a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .pseo__rich-container {
    --container-padding: 36px 16px;
    --body-radius: 16px;
    --body-padding: 24px 16px;
  }
  .pseo__rich-full {
    --container-padding: 0;
  }
  .pseo__rich-content {
    font-size: 14px;
  }
}
@container section (max-width: 768px) {
  .pseo__rich-container {
    --container-padding: 36px 16px;
    --body-radius: 16px;
    --body-padding: 24px 16px;
  }
  .pseo__rich-full {
    --container-padding: 0;
  }
  .pseo__rich-content {
    font-size: 14px;
  }
}

/* node_modules/.pnpm/@meitu+essio-wink-hero@1.0.6-alpha.3_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-wink-hero/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-wink-feature-01@1.0.9-alpha.2_moment@2.30.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-wink-feature-01/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-jump-02@1.0.6-alpha.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-jump-02/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-jump-03@1.0.6-alpha.1_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-jump-03/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-vmake-video-template@1.0.2-alpha.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-vmake-video-template/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-aggregation-02@1.0.8-alpha.3_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-aggregation-02/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-step-02@1.0.5-alpha.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-step-02/dist/style.css */

/* node_modules/.pnpm/@meitu+essio-xdesign-effect@1.0.1-alpha.23_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-xdesign-effect/dist/style.css */

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

/* node_modules/.pnpm/@meitu+essio-vmake-rating@1.0.2-alpha.6_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-vmake-rating/dist/style.css */

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

/* node_modules/.pnpm/@meitu+essio-vmake-business-enhance@1.0.1-alpha.0_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@meitu/essio-vmake-business-enhance/dist/style.css */
