{"id":25606,"date":"2026-05-18T20:00:39","date_gmt":"2026-05-18T12:00:39","guid":{"rendered":"https:\/\/www.iweaver.ai\/?page_id=25606"},"modified":"2026-05-18T20:00:41","modified_gmt":"2026-05-18T12:00:41","slug":"ai-document-workflow","status":"publish","type":"page","link":"https:\/\/www.iweaver.ai\/zh\/solutions\/ai-document-workflow\/","title":{"rendered":"\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b"},"content":{"rendered":"<style>\n.iw-page {\n  font-family: inherit;\n  color: #162033;\n  background: #fff;\n}\n\n.iw-container {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 20px;\n}\n\n.iw-hero {\n  padding: 72px 0;\n  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);\n}\n\n.iw-hero-grid {\n  display: grid;\n  grid-template-columns: 1.05fr 0.95fr;\n  gap: 48px;\n  align-items: center;\n}\n\n.iw-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  padding: 6px 12px;\n  border-radius: 999px;\n  background: #eaf3ff;\n  color: #2563eb;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 18px;\n}\n\n.iw-hero h1 {\n  font-size: 52px;\n  line-height: 1.08;\n  letter-spacing: -0.04em;\n  margin: 0 0 20px;\n  color: #0f172a;\n}\n\n.iw-hero p {\n  font-size: 18px;\n  line-height: 1.7;\n  color: #526174;\n  margin: 0 0 28px;\n}\n\n.iw-btn-row {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.iw-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 46px;\n  padding: 0 22px;\n  border-radius: 12px;\n  font-size: 15px;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all .2s ease;\n  cursor: pointer;\n  border: 1px solid transparent;\n}\n\n.iw-btn-primary {\n  background: #2563eb;\n  color: #fff !important;\n}\n\n.iw-btn-primary:hover {\n  background: #1d4ed8;\n  transform: translateY(-2px);\n}\n\n.iw-btn-secondary {\n  background: #fff;\n  color: #2563eb !important;\n  border-color: #cfe0ff;\n}\n\n.iw-btn-secondary:hover {\n  border-color: #2563eb;\n  transform: translateY(-2px);\n}\n\n.iw-section {\n  padding: 72px 0;\n}\n\n.iw-section-soft {\n  background: #f7faff;\n}\n\n.iw-section-head {\n  text-align: center;\n  max-width: 780px;\n  margin: 0 auto 42px;\n}\n\n.iw-section-head h2 {\n  font-size: 38px;\n  line-height: 1.18;\n  letter-spacing: -0.03em;\n  margin: 0 0 14px;\n  color: #0f172a;\n}\n\n.iw-section-head p {\n  font-size: 17px;\n  color: #5b687a;\n  line-height: 1.7;\n  margin: 0;\n}\n\n.iw-card-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 20px;\n}\n\n.iw-card {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  padding: 24px;\n  transition: all .2s ease;\n  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);\n}\n\n.iw-card:hover {\n  transform: translateY(-4px);\n  border-color: #9ec5ff;\n  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.1);\n}\n\n.iw-card-icon {\n  width: 42px;\n  height: 42px;\n  border-radius: 12px;\n  background: #eef5ff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 14px;\n  font-size: 22px;\n}\n\n.iw-card h3 {\n  font-size: 18px;\n  margin: 0 0 8px;\n  color: #0f172a;\n}\n\n.iw-card p {\n  font-size: 15px;\n  line-height: 1.6;\n  color: #64748b;\n  margin: 0 0 16px;\n}\n\n.iw-card a {\n  font-weight: 700;\n  color: #2563eb;\n  text-decoration: none;\n}\n\n.iw-tool-box {\n  background: #fff;\n  border: 1px solid #dbe8fb;\n  border-radius: 24px;\n  padding: 22px;\n  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);\n}\n\n.iw-tabs {\n  display: flex;\n  gap: 8px;\n  background: #f2f6fb;\n  padding: 6px;\n  border-radius: 14px;\n  margin-bottom: 18px;\n}\n\n.iw-tab {\n  flex: 1;\n  border: 0;\n  background: transparent;\n  padding: 11px 12px;\n  border-radius: 10px;\n  color: #64748b;\n  font-weight: 700;\n  cursor: pointer;\n}\n\n.iw-tab.active {\n  background: #fff;\n  color: #2563eb;\n  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);\n}\n\n.iw-tab-panel {\n  display: none;\n}\n\n.iw-tab-panel.active {\n  display: block;\n  animation: iwFade .2s ease;\n}\n\n@keyframes iwFade {\n  from { opacity: 0; transform: translateY(4px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.iw-dropzone {\n  border: 1.5px dashed #b8cdf0;\n  background: #f8fbff;\n  border-radius: 18px;\n  padding: 34px 20px;\n  text-align: center;\n  color: #526174;\n  margin-bottom: 14px;\n}\n\n.iw-dropzone strong {\n  display: block;\n  color: #0f172a;\n  font-size: 17px;\n  margin-bottom: 6px;\n}\n\n.iw-input,\n.iw-textarea {\n  width: 100%;\n  border: 1px solid #dbe5f3;\n  border-radius: 14px;\n  padding: 14px 16px;\n  font-size: 15px;\n  outline: none;\n  box-sizing: border-box;\n}\n\n.iw-textarea {\n  min-height: 156px;\n  resize: vertical;\n}\n\n.iw-input:focus,\n.iw-textarea:focus {\n  border-color: #2563eb;\n  box-shadow: 0 0 0 3px rgba(37, 99, 235, .12);\n}\n\n.iw-full-btn {\n  width: 100%;\n  margin-top: 14px;\n}\n\n.iw-muted {\n  font-size: 13px;\n  color: #8090a4;\n  margin-top: 10px;\n}\n\n.iw-format-layout,\n.iw-before-after,\n.iw-role-layout {\n  display: grid;\n  grid-template-columns: 0.9fr 1.1fr;\n  gap: 28px;\n  align-items: stretch;\n}\n\n.iw-format-list,\n.iw-role-list {\n  display: grid;\n  gap: 12px;\n}\n\n.iw-format-btn,\n.iw-role-btn {\n  text-align: left;\n  border: 1px solid #e5edf8;\n  background: #fff;\n  border-radius: 14px;\n  padding: 16px 18px;\n  cursor: pointer;\n  font-weight: 700;\n  color: #334155;\n  transition: all .2s ease;\n}\n\n.iw-format-btn.active,\n.iw-role-btn.active {\n  border-color: #2563eb;\n  background: #eef5ff;\n  color: #2563eb;\n}\n\n.iw-preview {\n  background: #0f172a;\n  color: #e5edff;\n  border-radius: 22px;\n  padding: 28px;\n  min-height: 280px;\n}\n\n.iw-preview h3 {\n  color: #fff;\n  margin: 0 0 16px;\n}\n\n.iw-preview ul {\n  margin: 0;\n  padding-left: 20px;\n}\n\n.iw-preview li {\n  margin-bottom: 10px;\n  line-height: 1.6;\n}\n\n.iw-process {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.iw-step {\n  position: relative;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  padding: 26px;\n}\n\n.iw-step-num {\n  width: 34px;\n  height: 34px;\n  background: #2563eb;\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 800;\n  margin-bottom: 16px;\n}\n\n.iw-scenario-tabs,\n.iw-filter-tabs {\n  display: flex;\n  gap: 10px;\n  justify-content: center;\n  flex-wrap: wrap;\n  margin-bottom: 28px;\n}\n\n.iw-chip {\n  border: 1px solid #dbe5f3;\n  background: #fff;\n  color: #526174;\n  padding: 10px 15px;\n  border-radius: 999px;\n  cursor: pointer;\n  font-weight: 700;\n}\n\n.iw-chip.active {\n  background: #2563eb;\n  color: #fff;\n  border-color: #2563eb;\n}\n\n.iw-scenario-box {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 22px;\n  padding: 30px;\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.iw-table-wrap {\n  overflow-x: auto;\n}\n\n.iw-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 18px;\n  overflow: hidden;\n}\n\n.iw-table th,\n.iw-table td {\n  padding: 16px;\n  border-bottom: 1px solid #edf2f7;\n  text-align: left;\n  font-size: 15px;\n}\n\n.iw-table th {\n  background: #f4f8ff;\n  color: #0f172a;\n}\n\n.iw-table tr:hover td {\n  background: #f8fbff;\n}\n\n.iw-highlight-col {\n  color: #2563eb;\n  font-weight: 800;\n}\n\n.iw-faq {\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.iw-faq-item {\n  border: 1px solid #e5edf8;\n  border-radius: 16px;\n  background: #fff;\n  margin-bottom: 12px;\n  overflow: hidden;\n}\n\n.iw-faq-q {\n  width: 100%;\n  text-align: left;\n  border: 0;\n  background: #fff;\n  padding: 18px 20px;\n  font-weight: 800;\n  color: #0f172a;\n  cursor: pointer;\n  display: flex;\n  justify-content: space-between;\n  gap: 20px;\n}\n\n.iw-faq-a {\n  display: none;\n  padding: 0 20px 20px;\n  color: #64748b;\n  line-height: 1.7;\n}\n\n.iw-faq-item.active .iw-faq-a {\n  display: block;\n}\n\n.iw-workflow-visual {\n  background: #fff;\n  border: 1px solid #dbe8fb;\n  border-radius: 24px;\n  padding: 24px;\n  box-shadow: 0 24px 60px rgba(37, 99, 235, 0.12);\n}\n\n.iw-flow-node {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  padding: 14px 16px;\n  background: #f8fbff;\n  border: 1px solid #e2ecfb;\n  border-radius: 16px;\n  margin-bottom: 12px;\n  transition: all .2s ease;\n  cursor: pointer;\n}\n\n.iw-flow-node:hover,\n.iw-flow-node.active {\n  background: #eef5ff;\n  border-color: #2563eb;\n  transform: translateX(4px);\n}\n\n.iw-flow-dot {\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: #2563eb;\n  color: #fff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.iw-template-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.iw-template-card {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 20px;\n  padding: 24px;\n  transition: all .2s ease;\n}\n\n.iw-template-card:hover {\n  transform: translateY(-4px);\n  border-color: #2563eb;\n  box-shadow: 0 16px 36px rgba(37,99,235,.1);\n}\n\n.iw-template-meta {\n  display: grid;\n  gap: 10px;\n  margin: 16px 0;\n  color: #64748b;\n  font-size: 14px;\n}\n\n.iw-flow-line {\n  display: grid;\n  grid-template-columns: repeat(6, 1fr);\n  gap: 12px;\n}\n\n.iw-flow-step {\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 16px;\n  padding: 18px 12px;\n  text-align: center;\n  cursor: pointer;\n  font-weight: 800;\n}\n\n.iw-flow-step.active {\n  background: #2563eb;\n  color: #fff;\n  border-color: #2563eb;\n}\n\n.iw-flow-detail {\n  margin-top: 22px;\n  background: #fff;\n  border: 1px solid #e5edf8;\n  border-radius: 20px;\n  padding: 26px;\n}\n\n@media (max-width: 980px) {\n  .iw-hero-grid,\n  .iw-format-layout,\n  .iw-before-after,\n  .iw-role-layout {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-card-grid,\n  .iw-template-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .iw-process {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-flow-line {\n    grid-template-columns: 1fr 1fr;\n  }\n\n  .iw-hero h1 {\n    font-size: 40px;\n  }\n}\n\n@media (max-width: 640px) {\n  .iw-hero {\n    padding: 48px 0;\n  }\n\n  .iw-section {\n    padding: 52px 0;\n  }\n\n  .iw-card-grid,\n  .iw-template-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-flow-line {\n    grid-template-columns: 1fr;\n  }\n\n  .iw-section-head h2 {\n    font-size: 30px;\n  }\n\n  .iw-hero h1 {\n    font-size: 34px;\n  }\n}\n<\/style>\n\n<style>\n\/* WP HTML Block Fix *\/\n.iw-page,\n.iw-page * {\n  box-sizing: border-box;\n}\n\n.iw-page {\n  width: 100%;\n  overflow-x: hidden;\n  font-size: 16px;\n  line-height: 1.5;\n}\n\n.iw-page h1,\n.iw-page h2,\n.iw-page h3,\n.iw-page p,\n.iw-page ul,\n.iw-page li {\n  padding: 0;\n}\n\n.iw-page p {\n  font-size: 16px !important;\n  line-height: 1.65 !important;\n  margin: 0 0 14px !important;\n  color: #526174;\n}\n\n.iw-page a {\n  text-decoration: none !important;\n}\n\n.iw-page button,\n.iw-page a {\n  font-family: inherit !important;\n}\n\n\/* Hero *\/\n.iw-hero h1 {\n  font-size: clamp(34px, 5vw, 52px) !important;\n  line-height: 1.12 !important;\n  letter-spacing: 0 !important;\n}\n\n.iw-hero p {\n  font-size: 18px !important;\n  max-width: 620px;\n}\n\n\/* Section title *\/\n.iw-section-head h2 {\n  font-size: clamp(30px, 4vw, 38px) !important;\n  line-height: 1.22 !important;\n  letter-spacing: 0 !important;\n}\n\n.iw-section-head p {\n  font-size: 17px !important;\n}\n\n\/* Buttons *\/\n.iw-btn {\n  min-height: 46px !important;\n  height: auto !important;\n  padding: 12px 22px !important;\n  font-size: 15px !important;\n  line-height: 1.2 !important;\n}\n\n\/* Role section fix *\/\n.iw-role-layout {\n  align-items: start !important;\n}\n\n.iw-role-list {\n  align-content: start;\n}\n\n.iw-role-btn {\n  width: 100%;\n  min-height: 54px !important;\n  height: auto !important;\n  padding: 15px 18px !important;\n  font-size: 16px !important;\n  line-height: 1.25 !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: flex-start !important;\n  appearance: none;\n  -webkit-appearance: none;\n}\n\n\/* Preview card text fix *\/\n.iw-preview {\n  min-height: auto !important;\n  padding: 30px !important;\n}\n\n.iw-preview h3 {\n  font-size: 28px !important;\n  line-height: 1.25 !important;\n  margin: 0 0 20px !important;\n}\n\n.iw-preview p {\n  font-size: 16px !important;\n  line-height: 1.7 !important;\n  color: #dbeafe !important;\n  margin: 0 0 14px !important;\n}\n\n.iw-preview strong {\n  font-size: inherit !important;\n  line-height: inherit !important;\n  color: #ffffff !important;\n}\n\n.iw-preview .iw-btn {\n  margin-top: 10px;\n}\n\n\/* Cards *\/\n.iw-card h3,\n.iw-template-card h3,\n.iw-flow-detail h3,\n.iw-scenario-box h3 {\n  font-size: 20px !important;\n  line-height: 1.3 !important;\n  margin: 0 0 10px !important;\n}\n\n.iw-card p,\n.iw-template-card p,\n.iw-flow-detail p,\n.iw-scenario-box p {\n  font-size: 15px !important;\n  line-height: 1.65 !important;\n}\n\n\/* FAQ *\/\n.iw-faq-q {\n  min-height: auto !important;\n  font-size: 16px !important;\n  line-height: 1.45 !important;\n}\n\n.iw-faq-a {\n  font-size: 15px !important;\n}\n\n\/* Mobile *\/\n@media (max-width: 980px) {\n  .iw-role-layout {\n    gap: 22px;\n  }\n\n  .iw-preview {\n    padding: 24px !important;\n  }\n}\n\n@media (max-width: 640px) {\n  .iw-container {\n    padding: 0 16px;\n  }\n\n  .iw-hero,\n  .iw-section {\n    padding: 46px 0;\n  }\n\n  .iw-role-btn {\n    min-height: 48px !important;\n    font-size: 15px !important;\n  }\n\n  .iw-preview h3 {\n    font-size: 24px !important;\n  }\n\n  .iw-preview p {\n    font-size: 15px !important;\n  }\n}\n<\/style>\n\n\n\n<section class=\"iw-doc-hero\">\n  <div class=\"iw-doc-hero__glow\"><\/div>\n\n  <div class=\"iw-doc-hero__inner\">\n\n    <div class=\"iw-doc-hero__badge\">\n      \u26a1\ufe0f\u4e0b\u4e00\u4ee3\u4eba\u5de5\u667a\u80fd\u6587\u6863\u5f15\u64ce\n    <\/div>\n\n    <h2 class=\"iw-doc-hero__title\">\n      \u6bcf\u4e2a\u6587\u6863\u4efb\u52a1\u5bf9\u5e94\u4e00\u4e2a\u5de5\u4f5c\u6d41\u7a0b\n    <\/h2>\n\n    <div class=\"iw-doc-hero__content\">\n\n      <p class=\"iw-doc-hero__lead\">\n        \u624b\u52a8\u9605\u8bfb\u6587\u6863\u5f88\u8d39\u65f6\u95f4\u2014\u2014\u5c24\u5176\u5f53\u4fe1\u606f\u5206\u6563\u5728 PDF\u3001\u5e7b\u706f\u7247\u3001\u62a5\u544a\u3001\u5408\u540c\u3001\u4f1a\u8bae\u8bb0\u5f55\u548c\u5c4f\u5e55\u622a\u56fe\u4e2d\u65f6\u3002\n      <\/p>\n\n      <p class=\"iw-doc-hero__text\">\n        <strong>iWeaver<\/strong> \u5e2e\u52a9\u5c06\u5206\u6563\u7684\u6587\u4ef6\u8f6c\u5316\u4e3a\u7ed3\u6784\u5316\u77e5\u8bc6\u3002\u53ea\u9700\u4e0a\u4f20\u4e00\u6b21\u6587\u6863\uff0c\u5373\u53ef\u6c47\u603b\u5185\u5bb9\u3001\u63d0\u53d6\u5173\u952e\u7ec6\u8282\u3001\u63d0\u51fa\u95ee\u9898\u3001\u751f\u6210\u62a5\u544a\u3001\u521b\u5efa\u601d\u7ef4\u5bfc\u56fe\uff0c\u5e76\u5c06\u6240\u6709\u5185\u5bb9\u6574\u7406\u6210\u53ef\u641c\u7d22\u7684\u77e5\u8bc6\u5e93\u3002\n      <\/p>\n\n    <\/div>\n\n    <div class=\"iw-doc-hero__cta\">\n\n      <a\n        href=\"https:\/\/www.iweaver.ai\/app\/chat\/0\/\"\n        target=\"_blank\"\n        rel=\"noopener noreferrer\"\n        class=\"iw-doc-hero__button\"\n      >\n        \u514d\u8d39\u5f00\u59cb\n      <\/a>\n\n      <span class=\"iw-doc-hero__tip\">\n        \u7acb\u5373\u51cf\u5c11\u91cd\u590d\u6027\u7684\u6587\u6863\u5de5\u4f5c\u3002\n      <\/span>\n\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<style>\n.iw-doc-hero,\n.iw-doc-hero * {\n  box-sizing: border-box;\n}\n\n.iw-doc-hero {\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n  padding: 96px 24px;\n  background: #f8fafc;\n  text-align: center;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n}\n\n.iw-doc-hero__glow {\n  position: absolute;\n  top: -260px;\n  left: 50%;\n  transform: translateX(-50%);\n  width: 620px;\n  height: 620px;\n  background: radial-gradient(\n    circle,\n    rgba(99,102,241,0.12) 0%,\n    rgba(248,250,252,0) 68%\n  );\n  pointer-events: none;\n}\n\n.iw-doc-hero__inner {\n  position: relative;\n  z-index: 2;\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.iw-doc-hero__badge {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  margin-bottom: 26px;\n  padding: 7px 16px;\n\n  border-radius: 999px;\n\n  background: rgba(79,70,229,0.06);\n  border: 1px solid rgba(79,70,229,0.16);\n\n  color: #4f46e5;\n  font-size: 14px;\n  font-weight: 600;\n  line-height: 1.4;\n}\n\n.iw-doc-hero__title {\n  display: block !important;\n\n  width: 100% !important;\n  max-width: 800px !important;\n\n  margin: 0 auto 28px !important;\n  padding: 0 !important;\n\n  font-size: 52px !important;\n  font-weight: 800 !important;\n  line-height: 1.12 !important;\n  letter-spacing: -0.04em !important;\n\n  text-align: center !important;\n\n  color: #0f172a !important;\n\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif !important;\n\n  background: linear-gradient(\n    135deg,\n    #2563eb 15%,\n    #7c3aed 90%\n  );\n\n  -webkit-background-clip: text;\n  background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n\n.iw-doc-hero__content {\n  max-width: 740px;\n  margin: 0 auto 40px;\n}\n\n.iw-doc-hero__content p {\n  margin-top: 0;\n}\n\n.iw-doc-hero__lead {\n  margin-bottom: 18px;\n\n  color: #334155;\n  font-size: 18px;\n  font-weight: 500;\n  line-height: 1.75;\n}\n\n.iw-doc-hero__text {\n  margin-bottom: 0;\n\n  color: #475569;\n  font-size: 16px;\n  line-height: 1.8;\n}\n\n.iw-doc-hero__cta {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 12px;\n}\n\n.iw-doc-hero__button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n\n  min-width: 180px;\n\n  padding: 14px 42px;\n\n  border-radius: 10px;\n\n  background: linear-gradient(\n    135deg,\n    #2563eb 0%,\n    #6366f1 100%\n  );\n\n  color: #ffffff !important;\n\n  text-decoration: none !important;\n\n  font-size: 17px;\n  font-weight: 700;\n  line-height: 1.3;\n\n  box-shadow:\n    0 14px 28px rgba(37,99,235,0.22);\n\n  transition:\n    transform 0.25s ease,\n    box-shadow 0.25s ease,\n    background 0.25s ease;\n}\n\n.iw-doc-hero__button:hover {\n  color: #ffffff !important;\n\n  background: linear-gradient(\n    135deg,\n    #1d4ed8 0%,\n    #4f46e5 100%\n  );\n\n  box-shadow:\n    0 18px 34px rgba(37,99,235,0.28);\n\n  transform: translateY(-2px);\n}\n\n.iw-doc-hero__tip {\n  color: #64748b;\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n\n  .iw-doc-hero {\n    padding: 64px 18px;\n  }\n\n  .iw-doc-hero__title {\n    font-size: 34px !important;\n    line-height: 1.2 !important;\n  }\n\n  .iw-doc-hero__lead {\n    font-size: 16px;\n  }\n\n  .iw-doc-hero__text {\n    font-size: 15px;\n  }\n\n  .iw-doc-hero__button {\n    width: 100%;\n    max-width: 320px;\n  }\n\n}\n\n@media (max-width: 480px) {\n\n  .iw-doc-hero {\n    padding: 56px 16px;\n  }\n\n  .iw-doc-hero__title {\n    font-size: 30px !important;\n  }\n\n  .iw-doc-hero__badge {\n    font-size: 13px;\n  }\n\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">        \n        <h2 class=\"iw-workflow-title\">\u4ec0\u4e48\u662fAI\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\uff1f<\/h2>\n        \n        <div class=\"iw-workflow-intro\">\n            <p class=\"lead\">AI\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\u5c06\u591a\u4e2a\u6587\u6863\u4efb\u52a1\u8fde\u63a5\u6210\u4e00\u4e2a\u8fde\u7eed\u7684\u8fc7\u7a0b\u3002<\/p>\n            <p class=\"main-text\">\u65e0\u9700\u5728\u4e0d\u540c\u7684\u603b\u7ed3\u3001\u63d0\u53d6\u3001\u7b14\u8bb0\u548c\u62a5\u544a\u5de5\u5177\u4e4b\u95f4\u5207\u6362\uff0c <strong>iWeaver<\/strong> \u5141\u8bb8\u7528\u6237\u5728\u4e00\u4e2a\u5730\u65b9\u5904\u7406\u6574\u4e2a\u5de5\u4f5c\u6d41\u7a0b\u3002<\/p>\n        <\/div>\n\n        <div class=\"iw-workflow-features\">\n            <p class=\"iw-features-label\">\u5178\u578b\u7684\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\u5305\u62ec\uff1a<\/p>\n            <ul class=\"iw-features-list\">\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u9605\u8bfb\u7bc7\u5e45\u8f83\u957f\u7684PDF\u6587\u4ef6<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u5feb\u901f\u627e\u5230\u5173\u952e\u4fe1\u606f<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u63d0\u53d6\u8868\u683c\u3001\u5b50\u53e5\u3001\u65e5\u671f\u548c\u64cd\u4f5c\u9879<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u8be2\u95ee\u6709\u5173\u6587\u4ef6\u7684\u95ee\u9898<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u5c06\u6587\u4ef6\u8f6c\u6362\u4e3a\u62a5\u544a\u6216\u53ef\u89c6\u5316\u6458\u8981<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M20 6L9 17l-5-5\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u5c06\u8f93\u51fa\u7ed3\u679c\u4fdd\u5b58\u5230\u53ef\u91cd\u7528\u7684\u77e5\u8bc6\u5e93\u4e2d<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"iw-workflow-footer\">\n            <p>iWeaver \u652f\u6301\u5728\u4e00\u4e2a\u4e92\u8054\u7684\u5de5\u4f5c\u6d41\u7a0b\u4e2d\u5904\u7406\u6587\u6863\u3001\u5e7b\u706f\u7247\u3001\u7b14\u8bb0\u3001\u56fe\u50cf\u3001\u6587\u5b57\u8bb0\u5f55\u548c\u7f51\u9875\u5185\u5bb9\u3002<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-badge {\n    display: inline-block;\n    padding: 4px 12px;\n    background: rgba(37, 99, 235, 0.05);\n    border: 1px solid rgba(37, 99, 235, 0.1);\n    color: #2563eb;\n    font-size: 12px;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    border-radius: 6px;\n    margin-bottom: 16px;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 24px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-intro {\n    margin-bottom: 32px;\n    text-align: center;\n}\n.iw-workflow-intro p {\n    line-height: 1.7;\n    margin: 0 0 16px 0;\n}\n.iw-workflow-intro .lead {\n    color: #1e293b;\n    font-size: 20px;\n    font-weight: 500;\n}\n.iw-workflow-intro .main-text {\n    color: #475569;\n    font-size: 16px;\n}\n.iw-features-label {\n    font-size: 16px;\n    font-weight: 600;\n    color: #0f172a;\n    margin-bottom: 16px;\n}\n.iw-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 14px;\n}\n.iw-features-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n}\n.iw-icon-wrapper {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    background: rgba(99, 102, 241, 0.1);\n    color: #6366f1;\n    flex-shrink: 0;\n    margin-top: 2px;\n}\n.iw-feature-text {\n    color: #334155;\n    font-size: 16px;\n    line-height: 1.5;\n}\n.iw-workflow-footer {\n    padding: 20px 24px;\n    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(124, 58, 237, 0.03) 100%);\n    border-left: 4px solid #6366f1;\n    border-radius: 0 8px 8px 0;\n}\n.iw-workflow-footer p {\n    margin: 0;\n    color: #1e293b;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.6;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-intro .lead { font-size: 18px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s1\">\n    <div class=\"iw-grid-main-s1\">\n        <div class=\"iw-content-left-s1\">\n            <div class=\"iw-num-badge-s1\">01<\/div>\n            <h3 class=\"iw-main-title-s1\">\u4e0a\u4f20\u6587\u4ef6<\/h3>\n            <p class=\"iw-text-intro-s1\">\u4ece\u60a8\u7684\u8ba1\u7b97\u673a\u6216\u5de5\u4f5c\u533a\u65e0\u7f1d\u4e0a\u4f20\u6587\u4ef6\u3002<\/p>\n            <p class=\"iw-text-desc-s1\">\u7528\u6237\u53ef\u4ee5\u4e0a\u4f20\u5355\u4e2a\u6587\u4ef6\u6216\u5408\u5e76\u591a\u4e2a\u6587\u6863\u8fdb\u884c\u8de8\u6587\u6863\u5206\u6790\uff0c\u53ea\u9700\u51e0\u79d2\u949f\u5373\u53ef\u5b8c\u6210\u3002<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s1\">\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">\u652f\u6301\u7684\u683c\u5f0f<\/div>\n                <div class=\"iw-tag-flex-container-s1\">\n                    <span class=\"iw-tag-item-s1\">PDF<\/span>\n                    <span class=\"iw-tag-item-s1\">DOCX<\/span>\n                    <span class=\"iw-tag-item-s1\">PPTX<\/span>\n                    <span class=\"iw-tag-item-s1\">TXT<\/span>\n                    <span class=\"iw-tag-item-s1\">\u56fe\u7247<\/span>\n                    <span class=\"iw-tag-item-s1\">\u4f1a\u8bae\u8bb0\u5f55<\/span>\n                    <span class=\"iw-tag-item-s1\">\u7814\u7a76\u6750\u6599<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">\u5e38\u89c1\u4e0a\u4f20\u573a\u666f<\/div>\n                <ul class=\"iw-bullet-list-s1\">\n                    <li>\u5408\u540c\u548c\u6cd5\u5f8b\u6587\u4ef6<\/li>\n                    <li>\u7814\u7a76\u8bba\u6587<\/li>\n                    <li>\u5546\u4e1a\u62a5\u544a<\/li>\n                    <li>\u9500\u552e\u6f14\u793a<\/li>\n                    <li>\u57f9\u8bad\u6750\u6599<\/li>\n                    <li>\u4f1a\u8bae\u8bb0\u5f55<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s1, .iw-wp-wrapper-s1 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s1 ul, .iw-wp-wrapper-s1 li, .iw-wp-wrapper-s1 span, .iw-wp-wrapper-s1 h3, .iw-wp-wrapper-s1 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper\n\n\n\n<section class=\"iw-wp-wrapper-s1\">\n    <div class=\"iw-grid-main-s1\">\n        <div class=\"iw-content-left-s1\">\n            <div class=\"iw-num-badge-s1\">01<\/div>\n            <h3 class=\"iw-main-title-s1\">Upload Documents<\/h3>\n            <p class=\"iw-text-intro-s1\">Upload files from your computer or workspace seamlessly.<\/p>\n            <p class=\"iw-text-desc-s1\">Users can upload one file or combine multiple documents for cross-document analysis in seconds.<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s1\">\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">Supported formats<\/div>\n                <div class=\"iw-tag-flex-container-s1\">\n                    <span class=\"iw-tag-item-s1\">PDF<\/span>\n                    <span class=\"iw-tag-item-s1\">DOCX<\/span>\n                    <span class=\"iw-tag-item-s1\">PPTX<\/span>\n                    <span class=\"iw-tag-item-s1\">TXT<\/span>\n                    <span class=\"iw-tag-item-s1\">Images<\/span>\n                    <span class=\"iw-tag-item-s1\">Meeting notes<\/span>\n                    <span class=\"iw-tag-item-s1\">Research materials<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s1\">\n                <div class=\"iw-panel-hd-s1\">Common Upload Scenarios<\/div>\n                <ul class=\"iw-bullet-list-s1\">\n                    <li>Contracts and legal documents<\/li>\n                    <li>Research papers<\/li>\n                    <li>Business reports<\/li>\n                    <li>Sales presentations<\/li>\n                    <li>Training materials<\/li>\n                    <li>Meeting transcripts<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s1, .iw-wp-wrapper-s1 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s1 ul, .iw-wp-wrapper-s1 li, .iw-wp-wrapper-s1 span, .iw-wp-wrapper-s1 h3, .iw-wp-wrapper-s1 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s1 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s1 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s1 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s1 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s1 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s1 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s1 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s1 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02) !important;\n}\n.iw-panel-hd-s1 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-tag-flex-container-s1 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s1 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #2563eb !important;\n    background: #f0f6ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1 !important;\n    white-space: nowrap !important;\n}\n.iw-bullet-list-s1 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s1 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s1 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s1 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s2\">\n    <div class=\"iw-grid-main-s2\">\n        <div class=\"iw-content-left-s2\">\n            <div class=\"iw-num-badge-s2\">02<\/div>\n            <h3 class=\"iw-main-title-s2\">\u603b\u7ed3\u8981\u70b9<\/h3>\n            <p class=\"iw-text-intro-s2\">iWeaver \u4f1a\u81ea\u52a8\u8bc6\u522b\u4e0a\u4f20\u6587\u6863\u4e2d\u6700\u5173\u952e\u7684\u4fe1\u606f\u3002<\/p>\n            <p class=\"iw-text-desc-s2\">\u65e0\u9700\u624b\u52a8\u9605\u8bfb\u6570\u767e\u9875\uff0c\u5373\u53ef\u76f4\u63a5\u83b7\u53d6\u6838\u5fc3\u5185\u5bb9\uff0c\u800c\u4e0d\u4f1a\u4e22\u5931\u4e0a\u4e0b\u6587\u3002<\/p>\n            \n            <div class=\"iw-agent-box-s2\">\n                <span class=\"iw-agent-lbl-s2\">\u63a8\u8350\u7ecf\u7eaa\u4eba\uff1a<\/span>\n                <div class=\"iw-agent-lnks-s2\">\n                    <a href=\"https:\/\/www.iweaver.ai\/zh\/agents\/ai-pdf-summarizer\/\">AI PDF \u6458\u8981\u751f\u6210\u5668 \u2192<\/a>\n                    <a href=\"https:\/\/www.iweaver.ai\/zh\/agents\/ai-document-summarizer\/\">AI\u6587\u6863\u6458\u8981\u5668 \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s2\">\n            <div class=\"iw-panel-card-s2\">\n                <div class=\"iw-panel-hd-s2\">\u6838\u5fc3\u6d1e\u5bdf<\/div>\n                <ul class=\"iw-bullet-list-s2\">\n                    <li>\u4e3b\u8981\u89c2\u70b9<\/li>\n                    <li>\u6267\u884c\u6458\u8981<\/li>\n                    <li>\u4e3b\u8981\u53d1\u73b0<\/li>\n                    <li>\u51b3\u7b56<\/li>\n                    <li>\u98ce\u9669<\/li>\n                    <li>\u884c\u52a8\u9879\u76ee<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"iw-panel-card-s2\">\n                <div class=\"iw-panel-hd-s2\">\u5178\u578b\u8f93\u51fa<\/div>\n                <ul class=\"iw-bullet-list-s2\">\n                    <li>\u8981\u70b9\u603b\u7ed3<\/li>\n                    <li>\u9010\u8282\u5206\u89e3<\/li>\n                    <li>\u4f1a\u8bae\u7eaa\u8981<\/li>\n                    <li>\u5b66\u4e60\u7b14\u8bb0<\/li>\n                    <li>\u6267\u884c\u6982\u89c8<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s2, .iw-wp-wrapper-s2 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s2 ul, .iw-wp-wrapper-s2 li, .iw-wp-wrapper-s2 span, .iw-wp-wrapper-s2 h3, .iw-wp-wrapper-s2 p, .iw-wp-wrapper-s2 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s2 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n    border-bottom: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s2 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s2 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s2 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s2 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s2 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s2 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s2 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s2 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s2 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s2 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s2 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s2 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s2 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-bullet-list-s2 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s2 li:last-child {\n    margin-bottom: 0 !important;\n}\n.iw-bullet-list-s2 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 8px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s2 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s2 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s3\">\n    <div class=\"iw-grid-main-s3\">\n        <div class=\"iw-content-left-s3\">\n            <div class=\"iw-num-badge-s3\">03<\/div>\n            <h3 class=\"iw-main-title-s3\">\u63d0\u53d6\u6570\u636e\u548c\u6761\u6b3e<\/h3>\n            <p class=\"iw-text-intro-s3\">\u5728\u6587\u6863\u4e2d\u67e5\u627e\u91cd\u8981\u7ec6\u8282\u53ef\u80fd\u65e2\u7f13\u6162\u53c8\u91cd\u590d\u3002<\/p>\n            <p class=\"iw-text-desc-s3\">iWeaver \u53ef\u4ee5\u5e2e\u52a9\u5373\u65f6\u6784\u5efa\u975e\u7ed3\u6784\u5316\u6570\u636e\uff0c\u4f7f\u624b\u52a8\u89e3\u6790\u6210\u4e3a\u8fc7\u53bb\u5f0f\u3002<\/p>\n            \n            <div class=\"iw-agent-box-s3\">\n                <span class=\"iw-agent-lbl-s3\">\u63a8\u8350\u7ecf\u7eaa\u4eba\uff1a<\/span>\n                <div class=\"iw-agent-lnks-s3\">\n                    <a href=\"https:\/\/www.iweaver.ai\/zh\/agents\/data-extraction\/\">PDF \u6570\u636e\u63d0\u53d6\u5668 \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s3\">\n            <div class=\"iw-panel-card-s3\">\n                <div class=\"iw-panel-hd-s3\">\u63d0\u53d6\u7684\u4fe1\u606f<\/div>\n                <div class=\"iw-tag-flex-container-s3\">\n                    <span class=\"iw-tag-item-s3\">\u65e5\u671f<\/span>\n                    <span class=\"iw-tag-item-s3\">\u540d\u5b57<\/span>\n                    <span class=\"iw-tag-item-s3\">\u6761\u6b3e<\/span>\n                    <span class=\"iw-tag-item-s3\">\u5b9a\u4ef7\u6761\u6b3e<\/span>\n                    <span class=\"iw-tag-item-s3\">\u8868\u683c<\/span>\n                    <span class=\"iw-tag-item-s3\">\u98ce\u9669<\/span>\n                    <span class=\"iw-tag-item-s3\">\u5173\u952e\u6307\u6807<\/span>\n                    <span class=\"iw-tag-item-s3\">\u8054\u7cfb\u65b9\u5f0f<\/span>\n                <\/div>\n            <\/div>\n            <div class=\"iw-panel-card-s3\">\n                <div class=\"iw-panel-hd-s3\">\u5e38\u89c1\u7528\u4f8b<\/div>\n                <ul class=\"iw-bullet-list-s3\">\n                    <li>\u5408\u540c\u5ba1\u67e5<\/li>\n                    <li>\u53d1\u7968\u63d0\u53d6<\/li>\n                    <li>\u8d22\u52a1\u6587\u4ef6\u5206\u6790<\/li>\n                    <li>\u5408\u89c4\u6027\u68c0\u67e5<\/li>\n                    <li>\u7814\u7a76\u6570\u636e\u6536\u96c6<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s3, .iw-wp-wrapper-s3 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s3 ul, .iw-wp-wrapper-s3 li, .iw-wp-wrapper-s3 span, .iw-wp-wrapper-s3 h3, .iw-wp-wrapper-s3 p, .iw-wp-wrapper-s3 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s3 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s3 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s3 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s3 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s3 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s3 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s3 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s3 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s3 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s3 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s3 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s3 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s3 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s3 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-tag-flex-container-s3 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s3 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #7c3aed !important;\n    background: #f5f3ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1.5 !important;\n    white-space: nowrap !important;\n}\n.iw-bullet-list-s3 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s3 li:last-child {\n    margin-bottom: 0 !important;\n}\n.iw-bullet-list-s3 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 8px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s3 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s3 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s4\">\n    <div class=\"iw-grid-main-s4\">\n        <div class=\"iw-content-left-s4\">\n            <div class=\"iw-num-badge-s4\">04<\/div>\n            <h3 class=\"iw-main-title-s4\">AI\u6587\u6863\u95ee\u7b54<\/h3>\n            <p class=\"iw-text-intro-s4\">\u7528\u6237\u65e0\u9700\u624b\u52a8\u641c\u7d22\u5197\u957f\u7684\u6587\u4ef6\uff0c\u5373\u53ef\u76f4\u63a5\u63d0\u95ee\uff0c\u5e76\u6839\u636e\u4e0a\u4f20\u7684\u5185\u5bb9\u83b7\u5f97\u7b54\u6848\u3002<\/p>\n            <p class=\"iw-text-desc-s4\">\u4e0e\u6587\u6863\u8bed\u6599\u5e93\u8fdb\u884c\u81ea\u7136\u4ea4\u4e92\uff0c\u5373\u53ef\u7acb\u5373\u63d0\u53d6\u7cbe\u786e\u7684\u4e8b\u5b9e\u3001\u53c2\u8003\u6587\u732e\u548c\u9690\u85cf\u7684\u4e0a\u4e0b\u6587\u3002<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s4\">\n            <div class=\"iw-panel-card-s4\">\n                <div class=\"iw-panel-hd-s4\">\u793a\u4f8b\u95ee\u9898<\/div>\n                <ul class=\"iw-bullet-list-s4\">\n                    <li>\u4ed8\u6b3e\u6761\u4ef6\u662f\u4ec0\u4e48\uff1f<\/li>\n                    <li>\u201c\u603b\u7ed3\u672c\u62a5\u544a\u4e2d\u63d0\u5230\u7684\u98ce\u9669\u3002\u201d<\/li>\n                    <li>\u201c\u4e3b\u8981\u7ed3\u8bba\u662f\u4ec0\u4e48\uff1f\u201d<\/li>\n                    <li>\u201c\u8bf7\u5bf9\u6bd4\u8fd9\u4e24\u4efd\u6587\u4ef6\u3002\u201d<\/li>\n                    <li>\u201c\u54ea\u4e00\u90e8\u5206\u8ba8\u8bba\u4e86\u5b9a\u4ef7\uff1f\u201d<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"iw-panel-card-s4\">\n                <div class=\"iw-panel-hd-s4\">\u9002\u7528\u4e8e<\/div>\n                <ul class=\"iw-bullet-list-s4\">\n                    <li>\u7814\u7a76<\/li>\n                    <li>\u6cd5\u5f8b\u5ba1\u67e5<\/li>\n                    <li>\u5185\u90e8\u77e5\u8bc6\u7ba1\u7406<\/li>\n                    <li>\u4e1a\u52a1\u5206\u6790<\/li>\n                    <li>\u5b66\u4e60<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s4, .iw-wp-wrapper-s4 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s4 ul, .iw-wp-wrapper-s4 li, .iw-wp-wrapper-s4 span, .iw-wp-wrapper-s4 h3, .iw-wp-wrapper-s4 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s4 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n    border-bottom: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s4 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s4 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s4 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s4 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s4 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s4 {\n    display: grid !important;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n}\n.iw-panel-card-s4 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s4 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-bullet-list-s4 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s4 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s4 { grid-template-columns: 1fr; gap: 40px; }\n}\n@media (max-width: 640px) {\n    .iw-cards-right-s4 { grid-template-columns: 1fr; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s5\">\n    <div class=\"iw-grid-main-s5\">\n        <div class=\"iw-content-left-s5\">\n            <div class=\"iw-num-badge-s5\">05<\/div>\n            <h3 class=\"iw-main-title-s5\">\u751f\u6210\u62a5\u544a\u548c\u601d\u7ef4\u5bfc\u56fe<\/h3>\n            <p class=\"iw-text-intro-s5\">\u5206\u6790\u6587\u6863\u540e\uff0c\u7528\u6237\u53ef\u4ee5\u7acb\u5373\u5c06\u4fe1\u606f\u8f6c\u6362\u4e3a\u7ed3\u6784\u5316\u8f93\u51fa\u3002<\/p>\n            <p class=\"iw-text-desc-s5\">\u8fd9\u6709\u52a9\u4e8e\u5c06\u539f\u59cb\u6587\u6863\u8f6c\u5316\u4e3a\u53ef\u4f9b\u56e2\u961f\u3001\u9879\u76ee\u548c\u4e2a\u4eba\u5b66\u4e60\u91cd\u590d\u4f7f\u7528\u7684\u89c1\u89e3\u3002<\/p>\n            \n            <div class=\"iw-agent-box-s5\">\n                <span class=\"iw-agent-lbl-s5\">\u63a8\u8350\u7ecf\u7eaa\u4eba\uff1a<\/span>\n                <div class=\"iw-agent-lnks-s5\">\n                    <a href=\"https:\/\/www.iweaver.ai\/zh\/agents\/ai-mind-map-generator\/\">AI\u601d\u7ef4\u5bfc\u56fe\u751f\u6210\u5668 \u2192<\/a>\n                    <a href=\"https:\/\/www.iweaver.ai\/zh\/agents\/ai-report-generator\/\">AI\u62a5\u544a\u7f16\u5199\u5668 \u2192<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n        <div class=\"iw-cards-right-s5\">\n            <div class=\"iw-panel-card-s5\">\n                <div class=\"iw-panel-hd-s5\">\u751f\u6210\u7ed3\u6784\u5316\u8d44\u4ea7<\/div>\n                <div class=\"iw-tag-flex-container-s5\">\n                    <span class=\"iw-tag-item-s5\">\u62a5\u544a<\/span>\n                    <span class=\"iw-tag-item-s5\">\u5927\u7eb2<\/span>\n                    <span class=\"iw-tag-item-s5\">\u6267\u884c\u6458\u8981<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\u5b66\u4e60\u7b14\u8bb0<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\u601d\u7ef4\u5bfc\u56fe<\/span>\n                    <span class=\"iw-tag-item-s5 iw-purple-tag-s5\">\u77e5\u8bc6\u6982\u8981<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s5, .iw-wp-wrapper-s5 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s5 ul, .iw-wp-wrapper-s5 li, .iw-wp-wrapper-s5 span, .iw-wp-wrapper-s5 h3, .iw-wp-wrapper-s5 p, .iw-wp-wrapper-s5 a {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n}\n.iw-wp-wrapper-s5 {\n    padding: 80px 24px !important;\n    background-color: #ffffff !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n}\n.iw-grid-main-s5 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: flex-start;\n}\n.iw-num-badge-s5 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-main-title-s5 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.3 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s5 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.5 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s5 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-box-s5 {\n    margin-top: 32px !important;\n    padding-top: 24px !important;\n    border-top: 1px dashed #e2e8f0 !important;\n}\n.iw-agent-lbl-s5 {\n    font-size: 14px !important;\n    font-weight: 600 !important;\n    color: #64748b !important;\n    display: block !important;\n    margin-bottom: 12px !important;\n    line-height: 1.5 !important;\n}\n.iw-agent-lnks-s5 {\n    display: flex !important;\n    flex-direction: column !important;\n    gap: 12px !important;\n}\n.iw-agent-lnks-s5 a {\n    font-size: 15px !important;\n    font-weight: 600 !important;\n    color: #2563eb !important;\n    text-decoration: none !important;\n    display: inline-block !important;\n    line-height: 1.5 !important;\n    transition: color 0.2s ease !important;\n}\n.iw-agent-lnks-s5 a:hover {\n    color: #7c3aed !important;\n}\n.iw-cards-right-s5 {\n    display: grid !important;\n    grid-template-columns: 1fr;\n}\n.iw-panel-card-s5 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s5 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1.5 !important;\n}\n.iw-tag-flex-container-s5 {\n    display: flex !important;\n    flex-wrap: wrap !important;\n    gap: 8px 10px !important;\n}\n.iw-tag-item-s5 {\n    font-size: 14px !important;\n    font-weight: 500 !important;\n    color: #2563eb !important;\n    background: #f0f6ff !important;\n    padding: 6px 14px !important;\n    border-radius: 6px !important;\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    line-height: 1.5 !important;\n    white-space: nowrap !important;\n}\n.iw-tag-item-s5.iw-purple-tag-s5 {\n    color: #7c3aed !important;\n    background: #f5f3ff !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s5 { grid-template-columns: 1fr; gap: 40px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-wp-wrapper-s6\">\n    <div class=\"iw-grid-main-s6\">\n        <div class=\"iw-content-left-s6\">\n            <div class=\"iw-num-badge-s6\">06<\/div>\n            <h3 class=\"iw-main-title-s6\">\u4fdd\u5b58\u5230\u77e5\u8bc6\u5e93<\/h3>\n            <p class=\"iw-text-intro-s6\">\u5f53\u4fe1\u606f\u53ef\u4ee5\u88ab\u641c\u7d22\u548c\u65e5\u540e\u91cd\u590d\u4f7f\u7528\u65f6\uff0c\u6587\u6863\u5c31\u53d8\u5f97\u66f4\u6709\u4ef7\u503c\u4e86\u3002<\/p>\n            <p class=\"iw-text-desc-s6\">\u968f\u7740\u65f6\u95f4\u7684\u63a8\u79fb\uff0c\u7528\u6237\u53ef\u4ee5\u521b\u5efa\u4e00\u4e2a\u96c6\u4e2d\u5f0f\u77e5\u8bc6\u7cfb\u7edf\uff0c\u800c\u4e0d\u662f\u53cd\u590d\u5728\u6587\u4ef6\u4e2d\u641c\u7d22\u3002<\/p>\n        <\/div>\n        <div class=\"iw-cards-right-s6\">\n            <div class=\"iw-panel-card-s6\">\n                <div class=\"iw-panel-hd-s6\">\u4f60\u53ef\u4ee5\u505a\u4ec0\u4e48<\/div>\n                <ul class=\"iw-bullet-list-s6\">\n                    <li>\u4fdd\u5b58\u6458\u8981<\/li>\n                    <li>\u5b58\u50a8\u63d0\u53d6\u7684\u4fe1\u606f<\/li>\n                    <li>\u6574\u7406\u62a5\u544a<\/li>\n                    <li>\u6784\u5efa\u53ef\u641c\u7d22\u7684\u77e5\u8bc6\u5e93<\/li>\n                    <li>\u91cd\u7528\u4ee5\u5f80\u6587\u6863\u4e2d\u7684\u6d1e\u89c1<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-wp-wrapper-s6, .iw-wp-wrapper-s6 * {\n    box-sizing: border-box !important;\n}\n.iw-wp-wrapper-s6 ul, .iw-wp-wrapper-s6 li, .iw-wp-wrapper-s6 span, .iw-wp-wrapper-s6 h3, .iw-wp-wrapper-s6 p {\n    margin: 0 !important;\n    padding: 0 !important;\n    list-style: none !important;\n    border: none !important;\n    background: none !important;\n    min-height: unset !important;\n    height: unset !important;\n}\n.iw-wp-wrapper-s6 {\n    padding: 80px 24px !important;\n    background-color: #fafafa !important;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif !important;\n    border-top: 1px solid #f1f5f9 !important;\n}\n.iw-grid-main-s6 {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    display: grid !important;\n    grid-template-columns: 400px 1fr;\n    gap: 64px;\n    align-items: stretch;\n}\n.iw-num-badge-s6 {\n    font-size: 16px !important;\n    font-weight: 800 !important;\n    color: #2563eb !important;\n    margin-bottom: 12px !important;\n    line-height: 1 !important;\n}\n.iw-main-title-s6 {\n    font-size: 32px !important;\n    font-weight: 800 !important;\n    color: #0f172a !important;\n    line-height: 1.2 !important;\n    margin-bottom: 20px !important;\n    letter-spacing: -0.5px !important;\n}\n.iw-text-intro-s6 {\n    font-size: 18px !important;\n    font-weight: 500 !important;\n    color: #334155 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n}\n.iw-text-desc-s6 {\n    font-size: 15px !important;\n    color: #64748b !important;\n    line-height: 1.6 !important;\n}\n.iw-cards-right-s6 {\n    display: grid !important;\n    grid-template-columns: 1fr;\n}\n.iw-panel-card-s6 {\n    background: #ffffff !important;\n    border: 1px solid #e2e8f0 !important;\n    border-radius: 16px !important;\n    padding: 36px 32px !important;\n}\n.iw-panel-hd-s6 {\n    font-size: 14px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    margin-bottom: 28px !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.5px !important;\n    line-height: 1 !important;\n}\n.iw-bullet-list-s6 li {\n    font-size: 15px !important;\n    color: #475569 !important;\n    line-height: 1.6 !important;\n    margin-bottom: 16px !important;\n    position: relative !important;\n    padding-left: 20px !important;\n}\n.iw-bullet-list-s6 li::before {\n    content: \"\" !important;\n    position: absolute !important;\n    left: 0 !important;\n    top: 10px !important;\n    width: 6px !important;\n    height: 6px !important;\n    background-color: #cbd5e1 !important;\n    border-radius: 50% !important;\n}\n@media (max-width: 1024px) {\n    .iw-grid-main-s6 { grid-template-columns: 1fr; gap: 40px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">\u5e38\u89c1\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\u6311\u6218<\/h2>\n        \n        <div class=\"iw-workflow-intro\">\n            <h3 class=\"iw-workflow-subtitle\">\u4e3a\u4ec0\u4e48\u4f20\u7edf\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\u4f1a\u62d6\u6162\u56e2\u961f\u901f\u5ea6<\/h3>\n            <p class=\"main-text\">\u8bb8\u591a\u56e2\u961f\u4ecd\u7136\u4f7f\u7528\u591a\u4e2a\u4e92\u4e0d\u5173\u8054\u7684\u5de5\u5177\u624b\u52a8\u7ba1\u7406\u6587\u6863\u3002\u5e38\u89c1\u7684\u74f6\u9888\u5305\u62ec\uff1a<\/p>\n        <\/div>\n\n        <div class=\"iw-workflow-features\">\n            <ul class=\"iw-features-list\">\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u8bfb\u53d6\u5927\u578b\u6587\u4ef6\u8017\u65f6\u8fc7\u957f<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u91cd\u8981\u7ec6\u8282\u96be\u4ee5\u67e5\u627e<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u4fe1\u606f\u4f1a\u5728\u6587\u4ef6\u5939\u548c\u804a\u5929\u8bb0\u5f55\u4e2d\u4e22\u5931\u3002<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u91cd\u590d\u6027\u7684\u590d\u5236\u7c98\u8d34\u5de5\u4f5c<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u5728\u6458\u8981\u5de5\u5177\u3001\u7b14\u8bb0\u5e94\u7528\u548c\u7535\u5b50\u8868\u683c\u4e4b\u95f4\u5207\u6362<\/span>\n                <\/li>\n                <li>\n                    <span class=\"iw-icon-wrapper iw-icon-alert\">\n                        <svg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\/><line x1=\"12\" y1=\"16\" x2=\"12.01\" y2=\"16\"\/><\/svg>\n                    <\/span>\n                    <span class=\"iw-feature-text\">\u6ca1\u6709\u96c6\u4e2d\u5f0f\u77e5\u8bc6\u7ec4\u7ec7<\/span>\n                <\/li>\n            <\/ul>\n        <\/div>\n\n        <div class=\"iw-workflow-footer\">\n            <p>iWeaver \u6709\u52a9\u4e8e\u5c06\u8fd9\u4e9b\u5de5\u4f5c\u6d41\u7a0b\u7b80\u5316\u4e3a\u4e00\u4e2a\u7edf\u4e00\u7684\u4f53\u9a8c\u3002<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 16px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-subtitle {\n    font-size: 22px;\n    font-weight: 600;\n    color: #1e293b;\n    line-height: 1.4;\n    margin: 0 0 16px 0;\n}\n.iw-workflow-intro {\n    margin-bottom: 40px;\n    text-align: center;\n}\n.iw-workflow-intro .main-text {\n    color: #475569;\n    font-size: 16px;\n    line-height: 1.7;\n    margin: 0;\n}\n.iw-features-list {\n    list-style: none;\n    padding: 0;\n    margin: 0 0 40px 0;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 16px;\n}\n.iw-features-list li {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n}\n.iw-icon-wrapper {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 24px;\n    height: 24px;\n    border-radius: 50%;\n    flex-shrink: 0;\n    margin-top: 2px;\n}\n.iw-icon-alert {\n    background: rgba(239, 68, 68, 0.1);\n    color: #ef4444;\n}\n.iw-feature-text {\n    color: #334155;\n    font-size: 16px;\n    line-height: 1.5;\n}\n.iw-workflow-footer {\n    padding: 20px 24px;\n    background: linear-gradient(135deg, rgba(37, 99, 235, 0.03) 0%, rgba(124, 58, 237, 0.03) 100%);\n    border-left: 4px solid #6366f1;\n    border-radius: 0 8px 8px 0;\n}\n.iw-workflow-footer p {\n    margin: 0;\n    color: #1e293b;\n    font-size: 15px;\n    font-weight: 500;\n    line-height: 1.6;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-subtitle { font-size: 18px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">\u8c01\u5728\u4f7f\u7528\u4eba\u5de5\u667a\u80fd\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\uff1f<\/h2>\n        \n        <div class=\"iw-cards-grid\">\n            <!-- Card 1 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\u77e5\u8bc6\u5de5\u4f5c\u8005<\/h3>\n                <p class=\"iw-card-text\">\u66f4\u5feb\u5730\u5ba1\u9605\u62a5\u544a\u3001\u603b\u7ed3\u8d44\u6599\u548c\u6574\u7406\u4fe1\u606f\u3002<\/p>\n            <\/div>\n\n            <!-- Card 2 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"\/><path d=\"M6 12v5c0 2 2 3 6 3s6-1 6-3v-5\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\u7814\u7a76\u4eba\u5458\u548c\u5b66\u751f<\/h3>\n                <p class=\"iw-card-text\">\u7406\u89e3\u590d\u6742\u6750\u6599\uff0c\u751f\u6210\u5b66\u4e60\u7b14\u8bb0\uff0c\u5e76\u6784\u5efa\u7ed3\u6784\u5316\u7684\u77e5\u8bc6\u5e93\u3002<\/p>\n            <\/div>\n\n            <!-- Card 3 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"\/><polyline points=\"14 2 14 8 20 8\"\/><line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"\/><line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"\/><polyline points=\"10 9 9 9 8 9\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\u6cd5\u5f8b\u4e0e\u5408\u89c4\u56e2\u961f<\/h3>\n                <p class=\"iw-card-text\">\u66f4\u9ad8\u6548\u5730\u63d0\u53d6\u6761\u6b3e\u3001\u8bc6\u522b\u98ce\u9669\u548c\u5ba1\u67e5\u5408\u540c\u3002<\/p>\n            <\/div>\n\n            <!-- Card 4 -->\n            <div class=\"iw-card\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg>\n                <\/div>\n                <h3 class=\"iw-card-title\">\u987e\u95ee\u548c\u5206\u6790\u5e08<\/h3>\n                <p class=\"iw-card-text\">\u5feb\u901f\u5206\u6790\u591a\u4e2a\u6587\u6863\u5e76\u751f\u6210\u53ef\u4f9b\u5ba2\u6237\u4f7f\u7528\u7684\u62a5\u544a\u3002<\/p>\n            <\/div>\n\n            <!-- Card 5 -->\n            <div class=\"iw-card iw-card-fullwidth\">\n                <div class=\"iw-card-icon\">\n                    <svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\" ry=\"2\"\/><line x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\/><line x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\/><\/svg>\n                <\/div>\n                <div class=\"iw-card-content\">\n                    <h3 class=\"iw-card-title\">\u8fd0\u8425\u56e2\u961f<\/h3>\n                    <p class=\"iw-card-text\">\u5927\u89c4\u6a21\u5904\u7406\u53d1\u7968\u3001\u6807\u51c6\u64cd\u4f5c\u7a0b\u5e8f\u3001\u5185\u90e8\u6587\u6863\u548c\u9879\u76ee\u6587\u4ef6\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 48px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-cards-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n}\n.iw-card {\n    background: #ffffff;\n    border: 1px solid #e2e8f0;\n    border-radius: 12px;\n    padding: 24px;\n    transition: all 0.3s ease;\n}\n.iw-card:hover {\n    border-color: #6366f1;\n    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.06);\n    transform: translateY(-2px);\n}\n.iw-card-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 44px;\n    height: 44px;\n    border-radius: 8px;\n    background: rgba(99, 102, 241, 0.08);\n    color: #6366f1;\n    margin-bottom: 16px;\n}\n.iw-card-title {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0f172a;\n    margin: 0 0 8px 0;\n}\n.iw-card-text {\n    color: #475569;\n    font-size: 14px;\n    line-height: 1.6;\n    margin: 0;\n}\n.iw-card-fullwidth {\n    grid-column: span 2;\n    display: flex;\n    gap: 20px;\n    align-items: center;\n}\n.iw-card-fullwidth .iw-card-icon {\n    margin-bottom: 0;\n    flex-shrink: 0;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; margin-bottom: 32px; }\n    .iw-cards-grid { grid-template-columns: 1fr; }\n    .iw-card-fullwidth { grid-column: span 1; flex-direction: column; align-items: flex-start; gap: 0; }\n    .iw-card-fullwidth .iw-card-icon { margin-bottom: 16px; }\n}\n<\/style>\n\n\n\n<section class=\"iw-section-workflow\">\n    <div class=\"iw-workflow-container\">\n        <h2 class=\"iw-workflow-title\">\u56e2\u961f\u4e3a\u4f55\u4f7f\u7528 iWeaver<\/h2>\n        <h3 class=\"iw-workflow-subtitle\">\u4e92\u8054\u5de5\u4f5c\u6d41\u7a0b\u800c\u975e\u72ec\u7acb\u5de5\u5177<\/h3>\n        \n        <div class=\"iw-split-layout\">\n            <div class=\"iw-split-left\">\n                <div class=\"iw-list-wrapper\">\n                    <p class=\"iw-list-intro\">\u5927\u591a\u6570\u6587\u6863\u5de5\u5177\u53ea\u80fd\u89e3\u51b3\u4e00\u4e2a\u95ee\u9898\u3002iWeaver \u5219\u96c6\u4ee5\u4e0b\u529f\u80fd\u4e8e\u4e00\u8eab\uff1a<\/p>\n                    <ul class=\"iw-combined-list\">\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u6587\u4ef6\u9605\u8bfb<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u603b\u7ed3<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u6570\u636e\u63d0\u53d6<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">AI\u95ee\u7b54<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u62a5\u544a\u751f\u6210<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u601d\u7ef4\u5bfc\u56fe<\/span>\n                        <\/li>\n                        <li>\n                            <span class=\"iw-dot-indicator\"><\/span>\n                            <span class=\"iw-list-text\">\u77e5\u8bc6\u7ec4\u7ec7<\/span>\n                        <\/li>\n                    <\/ul>\n                    <p class=\"iw-list-outro\">\u5728\u540c\u4e00\u5de5\u4f5c\u6d41\u7a0b\u4e2d\u3002<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"iw-split-right\">\n                <div class=\"iw-value-box\">\n                    <div class=\"iw-value-icon\">\n                        <svg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                    <\/div>\n                    <p class=\"iw-value-text\">\u8fd9\u51cf\u5c11\u4e86\u4e0a\u4e0b\u6587\u5207\u6362\uff0c\u5e76\u5e2e\u52a9\u56e2\u961f\u66f4\u9ad8\u6548\u5730\u4ece\u539f\u59cb\u6587\u4ef6\u8f6c\u6362\u4e3a\u7ed3\u6784\u5316\u8f93\u51fa\u3002<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<style>\n.iw-section-workflow {\n    background-color: #ffffff;\n    padding: 80px 24px;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n}\n.iw-workflow-container {\n    max-width: 800px;\n    margin: 0 auto;\n}\n.iw-workflow-title {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    line-height: 1.2;\n    margin: 0 0 12px 0;\n    letter-spacing: -0.5px;\n    text-align: center;\n}\n.iw-workflow-subtitle {\n    font-size: 20px;\n    font-weight: 600;\n    color: #475569;\n    line-height: 1.4;\n    margin: 0 0 48px 0;\n    text-align: center;\n}\n.iw-split-layout {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr;\n    gap: 40px;\n    align-items: center;\n}\n.iw-list-wrapper {\n    display: flex;\n    flex-direction: column;\n    margin: 0;\n    padding: 0;\n}\n.iw-list-wrapper .iw-list-intro {\n    font-size: 16px;\n    color: #334155;\n    font-weight: 500;\n    margin: 0 0 14px 0 !important;\n    padding: 0;\n    line-height: 1.5;\n}\n.iw-list-wrapper .iw-list-outro {\n    font-size: 16px;\n    color: #0f172a;\n    font-weight: 600;\n    margin: 14px 0 0 0 !important;\n    padding: 0;\n    line-height: 1.5;\n}\n.iw-combined-list {\n    list-style: none !important;\n    padding: 0 !important;\n    margin: 0 !important;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n.iw-combined-list li {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n.iw-dot-indicator {\n    width: 6px;\n    height: 6px;\n    background-color: #6366f1;\n    border-radius: 50%;\n    flex-shrink: 0;\n}\n.iw-list-text {\n    color: #475569;\n    font-size: 16px;\n    line-height: 1.4;\n}\n.iw-split-right {\n    height: 100%;\n    display: flex;\n    align-items: center;\n}\n.iw-value-box {\n    background: linear-gradient(135deg, rgba(99, 102, 241, 0.02) 0%, rgba(37, 99, 235, 0.02) 100%);\n    border: 1px solid rgba(99, 102, 241, 0.12);\n    border-radius: 16px;\n    padding: 32px;\n    position: relative;\n}\n.iw-value-icon {\n    color: #6366f1;\n    margin-bottom: 16px;\n}\n.iw-value-text {\n    color: #1e293b;\n    font-size: 16px;\n    line-height: 1.7;\n    font-weight: 500;\n    margin: 0;\n}\n@media (max-width: 768px) {\n    .iw-section-workflow { padding: 60px 20px; }\n    .iw-workflow-title { font-size: 28px; }\n    .iw-workflow-subtitle { font-size: 18px; margin-bottom: 32px; }\n    .iw-split-layout { grid-template-columns: 1fr; gap: 32px; }\n    .iw-value-box { padding: 24px; }\n}\n<\/style>\n\n\n\n<style>\n    .iweaver-faq-container {\n        max-width: 900px;\n        margin: 40px auto;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        padding: 0 20px;\n    }\n    .iweaver-faq-title {\n        text-align: center;\n        font-size: 2.5rem;\n        font-weight: 800;\n        color: #1e293b;\n        margin-bottom: 40px;\n    }\n    .faq-item {\n        background: #ffffff;\n        border: 1px solid #e2e8f0;\n        border-radius: 12px;\n        margin-bottom: 16px;\n        transition: all 0.3s ease;\n        overflow: hidden;\n    }\n    .faq-item.active {\n        border-color: #3b82f6;\n        box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);\n    }\n    .faq-header {\n        padding: 24px 30px;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        cursor: pointer;\n        user-select: none;\n    }\n    .faq-header h3 {\n        margin: 0;\n        font-size: 1.25rem;\n        font-weight: 600;\n        color: #1e293b;\n        flex: 1;\n    }\n    .faq-icon {\n        width: 24px;\n        height: 24px;\n        background: #f1f5f9;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #3b82f6;\n        font-weight: bold;\n        font-size: 18px;\n        transition: transform 0.3s ease;\n        margin-left: 15px;\n    }\n    .faq-content {\n        max-height: 0;\n        overflow: hidden;\n        transition: max-height 0.3s ease-out, padding 0.3s ease;\n        padding: 0 30px;\n        color: #64748b;\n        font-size: 1.1rem;\n        line-height: 1.7;\n    }\n    .faq-item.active .faq-content {\n        max-height: 500px;\n        padding-bottom: 24px;\n    }\n<\/style>\n\n<div class=\"iweaver-faq-container\">\n    <h2 class=\"iweaver-faq-title\">\u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\u5e38\u89c1\u95ee\u9898\u89e3\u7b54<\/h2>\n\n    <div class=\"faq-item active\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver \u652f\u6301\u54ea\u4e9b\u6587\u4ef6\u683c\u5f0f\uff1f<\/h3>\n            <div class=\"faq-icon\">\u2212<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            iWeaver \u652f\u6301 PDF\u3001DOCX\u3001PPTX\u3001TXT \u6587\u4ef6\u3001\u56fe\u50cf\u3001\u7b14\u8bb0\u4ee5\u53ca\u65e5\u5e38\u5de5\u4f5c\u4e2d\u5e38\u7528\u7684\u5176\u4ed6\u6587\u6863\u683c\u5f0f\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\u6211\u53ef\u4ee5\u4e00\u6b21\u4e0a\u4f20\u591a\u4e2a\u6587\u4ef6\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002\u7528\u6237\u53ef\u4ee5\u540c\u65f6\u5206\u6790\u591a\u4e2a\u6587\u4ef6\uff0c\u5e76\u6bd4\u8f83\u4e0d\u540c\u6587\u6863\u4e2d\u7684\u4fe1\u606f\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver \u80fd\u5bf9\u7bc7\u5e45\u8f83\u957f\u7684 PDF \u6587\u4ef6\u8fdb\u884c\u6458\u8981\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002iWeaver\u53ef\u4ee5\u4e3a\u957f\u7bc7\u62a5\u544a\u3001\u7814\u7a76\u8bba\u6587\u3001\u5408\u540c\u548c\u6f14\u793a\u6587\u7a3f\u751f\u6210\u7b80\u6d01\u7684\u6458\u8981\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\u6211\u53ef\u4ee5\u8be2\u95ee\u6709\u5173\u4e0a\u4f20\u6587\u4ef6\u7684\u95ee\u9898\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002\u7528\u6237\u53ef\u4ee5\u4e0e\u4e0a\u4f20\u7684\u6587\u6863\u8fdb\u884c\u804a\u5929\uff0c\u5e76\u6839\u636e\u6587\u4ef6\u5185\u5bb9\u63d0\u51fa\u5177\u4f53\u95ee\u9898\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>iWeaver\u80fd\u5426\u4ece\u6587\u6863\u4e2d\u63d0\u53d6\u7ed3\u6784\u5316\u6570\u636e\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002iWeaver \u53ef\u4ee5\u4ece\u6587\u6863\u4e2d\u8bc6\u522b\u548c\u63d0\u53d6\u65e5\u671f\u3001\u6761\u6b3e\u3001\u8868\u683c\u3001\u540d\u79f0\u548c\u5176\u4ed6\u5173\u952e\u4fe1\u606f\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\u6211\u53ef\u4ee5\u5229\u7528\u6587\u6863\u521b\u5efa\u601d\u7ef4\u5bfc\u56fe\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002\u7528\u6237\u53ef\u4ee5\u76f4\u63a5\u4ece\u4e0a\u4f20\u7684\u5185\u5bb9\u751f\u6210\u53ef\u89c6\u5316\u601d\u7ef4\u5bfc\u56fe\u548c\u7ed3\u6784\u5316\u5927\u7eb2\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\u8fd9\u5bf9\u56e2\u961f\u6709\u7528\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002\u56e2\u961f\u4f7f\u7528 iWeaver \u8fdb\u884c\u6587\u6863\u5ba1\u9605\u3001\u7814\u7a76\u5de5\u4f5c\u6d41\u7a0b\u3001\u5408\u89c4\u6027\u68c0\u67e5\u3001\u62a5\u544a\u751f\u6210\u548c\u77e5\u8bc6\u7ba1\u7406\u3002\n        <\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n        <div class=\"faq-header\" onclick=\"toggleFaq(this)\">\n            <h3>\u6211\u53ef\u4ee5\u4fdd\u5b58\u8f93\u51fa\u7ed3\u679c\u4ee5\u4f9b\u5c06\u6765\u4f7f\u7528\u5417\uff1f<\/h3>\n            <div class=\"faq-icon\">+<\/div>\n        <\/div>\n        <div class=\"faq-content\">\n            \u662f\u7684\u3002\u6458\u8981\u3001\u62a5\u544a\u548c\u63d0\u53d6\u7684\u89c1\u89e3\u90fd\u53ef\u4ee5\u5b58\u50a8\u5728\u53ef\u91cd\u7528\u7684\u77e5\u8bc6\u5e93\u4e2d\u3002\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\nfunction toggleFaq(header) {\n    const item = header.parentElement;\n    const icon = header.querySelector('.faq-icon');\n    item.classList.toggle('active');\n    icon.textContent = item.classList.contains('active') ? '\u2212' : '+';\n}\n<\/script>\n\n\n\n<div class=\"iw-root\" data-iw-root=\"true\" data-block-key=\"cta\">\n<section class=\"mb-10 lg:mb-[160px] px-4\" data-xd-module=\"cta\">\n    <div class=\"iw-container mx-auto max-w-[1152px]\">\n        <div class=\"relative px-[24px] rounded-[48px] overflow-hidden bg-gradient-to-b from-[#dfe9fc] via-[#f1f5fe] to-[#dfe9fc] h-[auto] min-h-[488px] py-[60px] flex flex-col items-center justify-center text-center shadow-[0px_1px_3px_0px_rgba(0,0,0,0.1),0px_1px_2px_-1px_rgba(0,0,0,0.1)]\">\n            <div class=\"absolute top-[61px] left-[144px] w-[864px] h-[366px] bg-[rgba(194,122,255,0.1)] blur-[120px] rounded-[33554400px] pointer-events-none\"><\/div>\n            <div class=\"relative z-10 w-full mx-auto flex flex-col items-center\">\n                <h2 class=\"text-[30px] md:text-[48px] font-bold text-[#1a1a1a] mb-[24px] leading-[38px] md:leading-[56px]\" id=\"iw-editable-53\">\n                    <span data-wp-key=\"cta.titleLine1\" id=\"iw-editable-54\">\u5c06\u6587\u6863\u8f6c\u5316\u4e3a\u53ef\u641c\u7d22\u7684\u77e5\u8bc6<\/span>\n                <\/h2>\n                <div class=\"md:text-[18px] text-[16px] text-[#4a5565] mb-[40px] max-w-[720px] mx-auto font-medium leading-[28px]\">\n                    <p class=\"mb-[12px]\" data-wp-key=\"cta.description\" id=\"iw-editable-56\">\n                        \u4e0d\u8981\u5728\u6458\u8981\u5de5\u5177\u3001\u7b14\u8bb0\u5e94\u7528\u3001\u7535\u5b50\u8868\u683c\u548c\u6587\u4ef6\u5939\u4e4b\u95f4\u6765\u56de\u5207\u6362\u3002\n                    <\/p>\n                    <p>\n                        \u4f7f\u7528 iWeaver\uff0c\u53ea\u9700\u4e0a\u4f20\u4e00\u6b21\u6587\u4ef6\uff0c\u5373\u53ef\u5728\u4e00\u4e2a\u8fde\u63a5\u7684\u5de5\u4f5c\u6d41\u7a0b\u4e2d\u6c47\u603b\u3001\u63d0\u53d6\u3001\u5206\u6790\u3001\u7ec4\u7ec7\u548c\u91cd\u7528\u4fe1\u606f\u3002\n                    <\/p>\n                <\/div>\n                <a href=\"https:\/\/www.iweaver.ai\/app\/chat\/0\/\" class=\"inline-flex items-center justify-center rounded-full px-[40px] min-w-[246px] w-fit h-[56px] text-[18px] font-medium bg-[#6841ea] hover:bg-[#5b36d0] text-white shadow-[0px_10px_15px_0px_rgba(0,0,0,0.1),0px_4px_6px_0px_rgba(0,0,0,0.1)] transition-all border-none cursor-pointer no-underline mb-[16px]\" data-wp-key=\"cta.buttonText\" id=\"iw-editable-57\">\n                    \u5c1d\u8bd5 AI \u6587\u6863\u5de5\u4f5c\u6d41\u7a0b\n                <\/a>\n                <p class=\"text-[14px] text-[#718096] max-w-[540px] mx-auto leading-[20px]\">\n                    \u65e0\u9700\u8bbe\u7f6e\u3002\u652f\u6301PDF\u3001DOCX\u3001PPTX\u3001\u56fe\u50cf\u3001\u62a5\u544a\u548c\u7814\u7a76\u6587\u4ef6\u3002\n                <\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<\/div>\n\n\n\n<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@graph\": [\n        {\n            \"@type\": \"SoftwareApplication\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#software\",\n            \"name\": \"iWeaver AI Workflow Assistant\",\n            \"applicationCategory\": \"ProductivityApplication\",\n            \"operatingSystem\": \"Web\",\n            \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\",\n            \"description\": \"iWeaver AI Workflow Assistant helps knowledge workers connect document summarization, data extraction, source-based Q&A, analysis, writing, visualization, and knowledge organization in one workspace.\",\n            \"brand\": {\n                \"@type\": \"Brand\",\n                \"name\": \"iWeaver\"\n            },\n            \"offers\": {\n                \"@type\": \"Offer\",\n                \"price\": \"0\",\n                \"priceCurrency\": \"USD\"\n            },\n            \"featureList\": [\n                \"Document workflow automation\",\n                \"AI document summarization\",\n                \"Data extraction\",\n                \"Meeting workflow\",\n                \"Research workflow\",\n                \"Report workflow\",\n                \"Legal document workflow\",\n                \"Marketing workflow\",\n                \"Mind map generation\",\n                \"Knowledge base organization\",\n                \"Source-based Q&A\"\n            ]\n        },\n        {\n            \"@type\": \"WebPage\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#webpage\",\n            \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\",\n            \"name\": \"AI Workflow Assistant for Knowledge Workers\",\n            \"description\": \"Build AI workflows for summarizing documents, extracting data, analyzing reports, creating mind maps, writing content, and organizing knowledge in one workspace.\",\n            \"isPartOf\": {\n                \"@type\": \"WebSite\",\n                \"name\": \"iWeaver\",\n                \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/\"\n            },\n            \"about\": {\n                \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#software\"\n            },\n            \"primaryImageOfPage\": {\n                \"@type\": \"ImageObject\",\n                \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/logo.png\"\n            }\n        },\n        {\n            \"@type\": \"ItemList\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#workflow-templates\",\n            \"name\": \"Popular AI Workflow Templates\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Document Review Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-document-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Meeting Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-meeting-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 3,\n                    \"name\": \"Research Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-research-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 4,\n                    \"name\": \"Report Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-report-workflow\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 5,\n                    \"name\": \"Legal Document Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/agents\\\/contract-data-extraction\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 6,\n                    \"name\": \"Marketing Workflow\",\n                    \"url\": \"https:\\\/\\\/www.iweaver.ai\\\/agents\\\/content-idea-generator\\\/\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"HowTo\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#howto\",\n            \"name\": \"How to build an AI workflow with iWeaver\",\n            \"description\": \"Use iWeaver to build workflows that summarize, extract, analyze, create, and organize information.\",\n            \"step\": [\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Upload your source material\",\n                    \"text\": \"Add documents, notes, web pages, transcripts, reports, images, or research files.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Summarize and extract key information\",\n                    \"text\": \"Use iWeaver to summarize content and extract facts, metrics, clauses, tasks, and key details.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Analyze and ask follow-up questions\",\n                    \"text\": \"Compare information, identify patterns, and ask questions based on your uploaded sources.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Create structured outputs\",\n                    \"text\": \"Generate reports, emails, outlines, mind maps, briefing notes, and other work-ready outputs.\"\n                },\n                {\n                    \"@type\": \"HowToStep\",\n                    \"name\": \"Organize the result\",\n                    \"text\": \"Save summaries and outputs into a reusable knowledge workspace for future search and Q&A.\"\n                }\n            ]\n        },\n        {\n            \"@type\": \"FAQPage\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#faq\",\n            \"mainEntity\": [\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"What is an AI workflow?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"An AI workflow is a connected process where AI helps complete multiple steps in a task, such as reading, summarizing, extracting, analyzing, creating, and organizing information.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"How can AI improve office workflows?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"AI can reduce repetitive reading, manual note-taking, data extraction, report drafting, and information organization.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"Is iWeaver a workflow automation tool?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"iWeaver helps knowledge workers build AI workflows around documents, research, meetings, reports, and knowledge management.\"\n                    }\n                },\n                {\n                    \"@type\": \"Question\",\n                    \"name\": \"Can iWeaver replace multiple single-purpose tools?\",\n                    \"acceptedAnswer\": {\n                        \"@type\": \"Answer\",\n                        \"text\": \"For document-heavy work, iWeaver combines summarization, extraction, Q&A, writing, visualization, and knowledge organization in one workspace.\"\n                    }\n                }\n            ]\n        },\n        {\n            \"@type\": \"BreadcrumbList\",\n            \"@id\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/#breadcrumb\",\n            \"itemListElement\": [\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 1,\n                    \"name\": \"Home\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 2,\n                    \"name\": \"Solutions\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/\"\n                },\n                {\n                    \"@type\": \"ListItem\",\n                    \"position\": 3,\n                    \"name\": \"AI Workflow\",\n                    \"item\": \"https:\\\/\\\/www.iweaver.ai\\\/solutions\\\/ai-workflow\\\/\"\n                }\n            ]\n        }\n    ]\n}<\/script>","protected":false},"excerpt":{"rendered":"<p>\u26a1\ufe0f Next-Gen AI Document Engine One Workflow for Every Document Task Reading documents manually takes time \u2014 especially when information is spread across PDFs, slides, reports, contracts, meeting notes, and screenshots. iWeaver helps turn scattered files into structured knowledge. Upload documents once, then summarize content, extract key details, ask questions, generate reports, create mind maps, [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":14289,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"rank_math_title":"AI Document Workflow: Summarize, Extract and Analyze Files | iWeaver","rank_math_description":"Upload PDFs, DOCX, PPTX, images, and notes into one AI document workflow. Summarize files, extract key data, ask questions, generate reports, and organize knowledge faster with iWeaver.","rank_math_focus_keyword":"","project_source":"","footnotes":""},"categories":[],"tags":[],"class_list":["post-25606","page","type-page","status-publish","hentry"],"acf":[],"rankMath":{"parentDomain":"www.iweaver.ai","noFollowDomains":[],"noFollowExcludeDomains":[],"noFollowExternalLinks":true,"featuredImageNotice":"The featured image should be at least 200 by 200 pixels to be picked up by Facebook and other social media sites.","pluginReviewed":false,"postSettings":{"linkSuggestions":true,"useFocusKeyword":false},"frontEndScore":false,"postName":"ai-document-workflow","permalinkFormat":"https:\/\/www.iweaver.ai\/zh\/%pagename%\/","showLockModifiedDate":true,"assessor":{"focusKeywordLink":"https:\/\/www.iweaver.ai\/wp-admin\/edit.php?focus_keyword=%focus_keyword%&post_type=%post_type%","hasTOCPlugin":true,"primaryTaxonomy":{"title":"\u5206\u7c7b\u76ee\u5f55","name":"category","singularLabel":"\u5206\u7c7b\u76ee\u5f55","restBase":"categories"},"serpData":{"title":"AI Document Workflow: Summarize, Extract and Analyze Files | iWeaver","description":"Upload PDFs, DOCX, PPTX, images, and notes into one AI document workflow. Summarize files, extract key data, ask questions, generate reports, and organize knowledge faster with iWeaver.","focusKeywords":"","pillarContent":false,"canonicalUrl":"","breadcrumbTitle":"","advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":"","facebookHasOverlay":false,"facebookImageOverlay":"","facebookAuthor":"","twitterCardType":"","twitterUseFacebook":true,"twitterTitle":"","twitterDescription":"","twitterImage":"","twitterImageID":"","twitterHasOverlay":false,"twitterImageOverlay":"","twitterPlayerUrl":"","twitterPlayerSize":"","twitterPlayerStream":"","twitterPlayerStreamCtype":"","twitterAppDescription":"","twitterAppIphoneName":"","twitterAppIphoneID":"","twitterAppIphoneUrl":"","twitterAppIpadName":"","twitterAppIpadID":"","twitterAppIpadUrl":"","twitterAppGoogleplayName":"","twitterAppGoogleplayID":"","twitterAppGoogleplayUrl":"","twitterAppCountry":"","robots":{"index":true},"twitterAuthor":"username","primaryTerm":0,"authorName":"iWeaver","titleTemplate":"%title% %page% %sep% %sitename%","descriptionTemplate":"%excerpt%","showScoreFrontend":true,"lockModifiedDate":false},"powerWords":[],"diacritics":{"A":"[\\u0041\\u24B6\\uFF21\\u00C0\\u00C1\\u00C2\\u1EA6\\u1EA4\\u1EAA\\u1EA8\\u00C3\\u0100\\u0102\\u1EB0\\u1EAE\\u1EB4\\u1EB2\\u0226\\u01E0\\u00C4\\u01DE\\u1EA2\\u00C5\\u01FA\\u01CD\\u0200\\u0202\\u1EA0\\u1EAC\\u1EB6\\u1E00\\u0104\\u023A\\u2C6F]","AA":"[\\uA732]","AE":"[\\u00C6\\u01FC\\u01E2]","AO":"[\\uA734]","AU":"[\\uA736]","AV":"[\\uA738\\uA73A]","AY":"[\\uA73C]","B":"[\\u0042\\u24B7\\uFF22\\u1E02\\u1E04\\u1E06\\u0243\\u0182\\u0181]","C":"[\\u0043\\u24B8\\uFF23\\u0106\\u0108\\u010A\\u010C\\u00C7\\u1E08\\u0187\\u023B\\uA73E]","D":"[\\u0044\\u24B9\\uFF24\\u1E0A\\u010E\\u1E0C\\u1E10\\u1E12\\u1E0E\\u0110\\u018B\\u018A\\u0189\\uA779]","DZ":"[\\u01F1\\u01C4]","Dz":"[\\u01F2\\u01C5]","E":"[\\u0045\\u24BA\\uFF25\\u00C8\\u00C9\\u00CA\\u1EC0\\u1EBE\\u1EC4\\u1EC2\\u1EBC\\u0112\\u1E14\\u1E16\\u0114\\u0116\\u00CB\\u1EBA\\u011A\\u0204\\u0206\\u1EB8\\u1EC6\\u0228\\u1E1C\\u0118\\u1E18\\u1E1A\\u0190\\u018E]","F":"[\\u0046\\u24BB\\uFF26\\u1E1E\\u0191\\uA77B]","G":"[\\u0047\\u24BC\\uFF27\\u01F4\\u011C\\u1E20\\u011E\\u0120\\u01E6\\u0122\\u01E4\\u0193\\uA7A0\\uA77D\\uA77E]","H":"[\\u0048\\u24BD\\uFF28\\u0124\\u1E22\\u1E26\\u021E\\u1E24\\u1E28\\u1E2A\\u0126\\u2C67\\u2C75\\uA78D]","I":"[\\u0049\\u24BE\\uFF29\\u00CC\\u00CD\\u00CE\\u0128\\u012A\\u012C\\u0130\\u00CF\\u1E2E\\u1EC8\\u01CF\\u0208\\u020A\\u1ECA\\u012E\\u1E2C\\u0197]","J":"[\\u004A\\u24BF\\uFF2A\\u0134\\u0248]","K":"[\\u004B\\u24C0\\uFF2B\\u1E30\\u01E8\\u1E32\\u0136\\u1E34\\u0198\\u2C69\\uA740\\uA742\\uA744\\uA7A2]","L":"[\\u004C\\u24C1\\uFF2C\\u013F\\u0139\\u013D\\u1E36\\u1E38\\u013B\\u1E3C\\u1E3A\\u0141\\u023D\\u2C62\\u2C60\\uA748\\uA746\\uA780]","LJ":"[\\u01C7]","Lj":"[\\u01C8]","M":"[\\u004D\\u24C2\\uFF2D\\u1E3E\\u1E40\\u1E42\\u2C6E\\u019C]","N":"[\\u004E\\u24C3\\uFF2E\\u01F8\\u0143\\u00D1\\u1E44\\u0147\\u1E46\\u0145\\u1E4A\\u1E48\\u0220\\u019D\\uA790\\uA7A4]","NJ":"[\\u01CA]","Nj":"[\\u01CB]","O":"[\\u004F\\u24C4\\uFF2F\\u00D2\\u00D3\\u00D4\\u1ED2\\u1ED0\\u1ED6\\u1ED4\\u00D5\\u1E4C\\u022C\\u1E4E\\u014C\\u1E50\\u1E52\\u014E\\u022E\\u0230\\u00D6\\u022A\\u1ECE\\u0150\\u01D1\\u020C\\u020E\\u01A0\\u1EDC\\u1EDA\\u1EE0\\u1EDE\\u1EE2\\u1ECC\\u1ED8\\u01EA\\u01EC\\u00D8\\u01FE\\u0186\\u019F\\uA74A\\uA74C]","OI":"[\\u01A2]","OO":"[\\uA74E]","OU":"[\\u0222]","P":"[\\u0050\\u24C5\\uFF30\\u1E54\\u1E56\\u01A4\\u2C63\\uA750\\uA752\\uA754]","Q":"[\\u0051\\u24C6\\uFF31\\uA756\\uA758\\u024A]","R":"[\\u0052\\u24C7\\uFF32\\u0154\\u1E58\\u0158\\u0210\\u0212\\u1E5A\\u1E5C\\u0156\\u1E5E\\u024C\\u2C64\\uA75A\\uA7A6\\uA782]","S":"[\\u0053\\u24C8\\uFF33\\u1E9E\\u015A\\u1E64\\u015C\\u1E60\\u0160\\u1E66\\u1E62\\u1E68\\u0218\\u015E\\u2C7E\\uA7A8\\uA784]","T":"[\\u0054\\u24C9\\uFF34\\u1E6A\\u0164\\u1E6C\\u021A\\u0162\\u1E70\\u1E6E\\u0166\\u01AC\\u01AE\\u023E\\uA786]","TZ":"[\\uA728]","U":"[\\u0055\\u24CA\\uFF35\\u00D9\\u00DA\\u00DB\\u0168\\u1E78\\u016A\\u1E7A\\u016C\\u00DC\\u01DB\\u01D7\\u01D5\\u01D9\\u1EE6\\u016E\\u0170\\u01D3\\u0214\\u0216\\u01AF\\u1EEA\\u1EE8\\u1EEE\\u1EEC\\u1EF0\\u1EE4\\u1E72\\u0172\\u1E76\\u1E74\\u0244]","V":"[\\u0056\\u24CB\\uFF36\\u1E7C\\u1E7E\\u01B2\\uA75E\\u0245]","VY":"[\\uA760]","W":"[\\u0057\\u24CC\\uFF37\\u1E80\\u1E82\\u0174\\u1E86\\u1E84\\u1E88\\u2C72]","X":"[\\u0058\\u24CD\\uFF38\\u1E8A\\u1E8C]","Y":"[\\u0059\\u24CE\\uFF39\\u1EF2\\u00DD\\u0176\\u1EF8\\u0232\\u1E8E\\u0178\\u1EF6\\u1EF4\\u01B3\\u024E\\u1EFE]","Z":"[\\u005A\\u24CF\\uFF3A\\u0179\\u1E90\\u017B\\u017D\\u1E92\\u1E94\\u01B5\\u0224\\u2C7F\\u2C6B\\uA762]","a":"[\\u0061\\u24D0\\uFF41\\u1E9A\\u00E0\\u00E1\\u00E2\\u1EA7\\u1EA5\\u1EAB\\u1EA9\\u00E3\\u0101\\u0103\\u1EB1\\u1EAF\\u1EB5\\u1EB3\\u0227\\u01E1\\u00E4\\u01DF\\u1EA3\\u00E5\\u01FB\\u01CE\\u0201\\u0203\\u1EA1\\u1EAD\\u1EB7\\u1E01\\u0105\\u2C65\\u0250]","aa":"[\\uA733]","ae":"[\\u00E6\\u01FD\\u01E3]","ao":"[\\uA735]","au":"[\\uA737]","av":"[\\uA739\\uA73B]","ay":"[\\uA73D]","b":"[\\u0062\\u24D1\\uFF42\\u1E03\\u1E05\\u1E07\\u0180\\u0183\\u0253]","c":"[\\u0063\\u24D2\\uFF43\\u0107\\u0109\\u010B\\u010D\\u00E7\\u1E09\\u0188\\u023C\\uA73F\\u2184]","d":"[\\u0064\\u24D3\\uFF44\\u1E0B\\u010F\\u1E0D\\u1E11\\u1E13\\u1E0F\\u0111\\u018C\\u0256\\u0257\\uA77A]","dz":"[\\u01F3\\u01C6]","e":"[\\u0065\\u24D4\\uFF45\\u00E8\\u00E9\\u00EA\\u1EC1\\u1EBF\\u1EC5\\u1EC3\\u1EBD\\u0113\\u1E15\\u1E17\\u0115\\u0117\\u00EB\\u1EBB\\u011B\\u0205\\u0207\\u1EB9\\u1EC7\\u0229\\u1E1D\\u0119\\u1E19\\u1E1B\\u0247\\u025B\\u01DD]","f":"[\\u0066\\u24D5\\uFF46\\u1E1F\\u0192\\uA77C]","g":"[\\u0067\\u24D6\\uFF47\\u01F5\\u011D\\u1E21\\u011F\\u0121\\u01E7\\u0123\\u01E5\\u0260\\uA7A1\\u1D79\\uA77F]","h":"[\\u0068\\u24D7\\uFF48\\u0125\\u1E23\\u1E27\\u021F\\u1E25\\u1E29\\u1E2B\\u1E96\\u0127\\u2C68\\u2C76\\u0265]","hv":"[\\u0195]","i":"[\\u0069\\u24D8\\uFF49\\u00EC\\u00ED\\u00EE\\u0129\\u012B\\u012D\\u00EF\\u1E2F\\u1EC9\\u01D0\\u0209\\u020B\\u1ECB\\u012F\\u1E2D\\u0268\\u0131]","j":"[\\u006A\\u24D9\\uFF4A\\u0135\\u01F0\\u0249]","k":"[\\u006B\\u24DA\\uFF4B\\u1E31\\u01E9\\u1E33\\u0137\\u1E35\\u0199\\u2C6A\\uA741\\uA743\\uA745\\uA7A3]","l":"[\\u006C\\u24DB\\uFF4C\\u0140\\u013A\\u013E\\u1E37\\u1E39\\u013C\\u1E3D\\u1E3B\\u017F\\u0142\\u019A\\u026B\\u2C61\\uA749\\uA781\\uA747]","lj":"[\\u01C9]","m":"[\\u006D\\u24DC\\uFF4D\\u1E3F\\u1E41\\u1E43\\u0271\\u026F]","n":"[\\u006E\\u24DD\\uFF4E\\u01F9\\u0144\\u00F1\\u1E45\\u0148\\u1E47\\u0146\\u1E4B\\u1E49\\u019E\\u0272\\u0149\\uA791\\uA7A5]","nj":"[\\u01CC]","o":"[\\u006F\\u24DE\\uFF4F\\u00F2\\u00F3\\u00F4\\u1ED3\\u1ED1\\u1ED7\\u1ED5\\u00F5\\u1E4D\\u022D\\u1E4F\\u014D\\u1E51\\u1E53\\u014F\\u022F\\u0231\\u00F6\\u022B\\u1ECF\\u0151\\u01D2\\u020D\\u020F\\u01A1\\u1EDD\\u1EDB\\u1EE1\\u1EDF\\u1EE3\\u1ECD\\u1ED9\\u01EB\\u01ED\\u00F8\\u01FF\\u0254\\uA74B\\uA74D\\u0275]","oi":"[\\u01A3]","ou":"[\\u0223]","oo":"[\\uA74F]","p":"[\\u0070\\u24DF\\uFF50\\u1E55\\u1E57\\u01A5\\u1D7D\\uA751\\uA753\\uA755]","q":"[\\u0071\\u24E0\\uFF51\\u024B\\uA757\\uA759]","r":"[\\u0072\\u24E1\\uFF52\\u0155\\u1E59\\u0159\\u0211\\u0213\\u1E5B\\u1E5D\\u0157\\u1E5F\\u024D\\u027D\\uA75B\\uA7A7\\uA783]","s":"[\\u0073\\u24E2\\uFF53\\u015B\\u1E65\\u015D\\u1E61\\u0161\\u1E67\\u1E63\\u1E69\\u0219\\u015F\\u023F\\uA7A9\\uA785\\u1E9B]","ss":"[\\u00DF]","t":"[\\u0074\\u24E3\\uFF54\\u1E6B\\u1E97\\u0165\\u1E6D\\u021B\\u0163\\u1E71\\u1E6F\\u0167\\u01AD\\u0288\\u2C66\\uA787]","tz":"[\\uA729]","u":"[\\u0075\\u24E4\\uFF55\\u00F9\\u00FA\\u00FB\\u0169\\u1E79\\u016B\\u1E7B\\u016D\\u00FC\\u01DC\\u01D8\\u01D6\\u01DA\\u1EE7\\u016F\\u0171\\u01D4\\u0215\\u0217\\u01B0\\u1EEB\\u1EE9\\u1EEF\\u1EED\\u1EF1\\u1EE5\\u1E73\\u0173\\u1E77\\u1E75\\u0289]","v":"[\\u0076\\u24E5\\uFF56\\u1E7D\\u1E7F\\u028B\\uA75F\\u028C]","vy":"[\\uA761]","w":"[\\u0077\\u24E6\\uFF57\\u1E81\\u1E83\\u0175\\u1E87\\u1E85\\u1E98\\u1E89\\u2C73]","x":"[\\u0078\\u24E7\\uFF58\\u1E8B\\u1E8D]","y":"[\\u0079\\u24E8\\uFF59\\u1EF3\\u00FD\\u0177\\u1EF9\\u0233\\u1E8F\\u00FF\\u1EF7\\u1E99\\u1EF5\\u01B4\\u024F\\u1EFF]","z":"[\\u007A\\u24E9\\uFF5A\\u017A\\u1E91\\u017C\\u017E\\u1E93\\u1E95\\u01B6\\u0225\\u0240\\u2C6C\\uA763]"},"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasRedirection":true,"hasBreadcrumb":true},"homeUrl":"https:\/\/www.iweaver.ai\/zh","objectID":25606,"objectType":"post","locale":"zh","localeFull":"zh_CN","overlayImages":{"play":{"name":"Play icon","url":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","path":"\/usr\/local\/lsws\/iweaver_ai\/html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-play.png","position":"middle_center"},"gif":{"name":"GIF icon","url":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","path":"\/usr\/local\/lsws\/iweaver_ai\/html\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/icon-gif.png","position":"middle_center"}},"defautOgImage":"https:\/\/www.iweaver.ai\/wp-content\/uploads\/2024\/12\/cropped-\u7f16\u7ec4-31@2x.png","customPermalinks":true,"isUserRegistered":false,"autoSuggestKeywords":false,"connectSiteUrl":"https:\/\/rankmath.com\/auth?site=https%3A%2F%2Fwww.iweaver.ai%2Fzh&r=https%3A%2F%2Fwww.iweaver.ai%3A8088%2Fzh%2Fwp-json%2Fwp%2Fv2%2Fpages%2F25606%3Fnonce%3Dbe6893c5d8","maxTags":5,"trendsIcon":"<svg viewBox=\"0 0 610 610\"><path d=\"M18.85,446,174.32,290.48l58.08,58.08L76.93,504a14.54,14.54,0,0,1-20.55,0L18.83,466.48a14.54,14.54,0,0,1,0-20.55Z\" style=\"fill:#4285f4\"\/><path d=\"M242.65,242.66,377.59,377.6l-47.75,47.75a14.54,14.54,0,0,1-20.55,0L174.37,290.43l47.75-47.75A14.52,14.52,0,0,1,242.65,242.66Z\" style=\"fill:#ea4335\"\/><polygon points=\"319.53 319.53 479.26 159.8 537.34 217.88 377.61 377.62 319.53 319.53\" style=\"fill:#fabb05\"\/><path d=\"M594.26,262.73V118.61h0a16.94,16.94,0,0,0-16.94-16.94H433.2a16.94,16.94,0,0,0-12,28.92L565.34,274.71h0a16.94,16.94,0,0,0,28.92-12Z\" style=\"fill:#34a853\"\/><rect width=\"610\" height=\"610\" style=\"fill:none\"\/><\/svg>","showScore":true,"siteFavIcon":"https:\/\/www.iweaver.ai\/wp-content\/uploads\/2025\/04\/cropped-20240919-170227-32x32.jpeg","canUser":{"general":false,"advanced":false,"snippet":false,"social":false,"analysis":false,"analytics":false,"content_ai":false},"showKeywordIntent":true,"isPro":false,"is_front_page":false,"trendsUpgradeLink":"https:\/\/rankmath.com\/pricing\/?utm_source=Plugin&utm_medium=CE%20General%20Tab%20Trends&utm_campaign=WP","trendsUpgradeLabel":"Upgrade","trendsPreviewImage":"https:\/\/www.iweaver.ai\/wp-content\/plugins\/seo-by-rank-math\/assets\/admin\/img\/trends-preview.jpg","currentEditor":false,"homepageData":{"assessor":{"powerWords":[],"diacritics":true,"researchesTests":["contentHasTOC","contentHasShortParagraphs","contentHasAssets","keywordInTitle","keywordInMetaDescription","keywordInPermalink","keywordIn10Percent","keywordInContent","keywordInSubheadings","keywordInImageAlt","keywordDensity","keywordNotUsed","lengthContent","lengthPermalink","linksHasInternal","linksHasExternals","linksNotAllExternals","titleStartWithKeyword","titleSentiment","titleHasPowerWords","titleHasNumber","hasContentAI"],"hasBreadcrumb":true,"serpData":{"title":"%sitename% %page% %sep% %sitedesc%","description":"","titleTemplate":"%sitename% %page% %sep% %sitedesc%","descriptionTemplate":"","focusKeywords":"","breadcrumbTitle":"Home","robots":{"index":true},"advancedRobots":{"max-snippet":"-1","max-video-preview":"-1","max-image-preview":"large"},"facebookTitle":"","facebookDescription":"","facebookImage":"","facebookImageID":""}}},"tocTitle":"Table of Contents","tocExcludeHeadings":[],"listStyle":"ul"},"_links":{"self":[{"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/pages\/25606","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/comments?post=25606"}],"version-history":[{"count":3,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/pages\/25606\/revisions"}],"predecessor-version":[{"id":25633,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/pages\/25606\/revisions\/25633"}],"up":[{"embeddable":true,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/pages\/14289"}],"wp:attachment":[{"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/media?parent=25606"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/categories?post=25606"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iweaver.ai\/zh\/wp-json\/wp\/v2\/tags?post=25606"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}