.body--D4G9V {
  width: 100vw;
}
.brandContainer--rox91 {
  position: relative;
  width: 100%;
  height: 50vh;
  background: linear-gradient(to right, #5ffff4, #feb47b);
  /* 半透明遮罩层 */
  /* 文字样式 */
}
.brandContainer--rox91 .overlay--kOnkf {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b4;
  /* 保证遮罩层在图片上方 */
  z-index: 1;
}
.brandContainer--rox91 .brandText--IGlmr {
  position: absolute;
  /* 确保文字在遮罩层上方 */
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  /* 文字投影效果 */
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.7);
}
.profileContainer--m9MFA {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 30vh;
  background: white;
}
.blogListContainer--fKPoG {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  background: black;
}
.layout--DAdPA {
  min-height: 100vh;
  background: #f8f9fa;
}
.heroSection--lu0B9 {
  height: auto;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  position: relative;
  padding-bottom: 80px;
  /* 底部留出空间 */
}
.heroSection--lu0B9::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #f8f9fa, transparent);
}
.blogListContainer--fKPoG {
  max-width: 1200px;
  margin: -40px auto 0;
  padding: 0 24px;
  position: relative;
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.heroContent--MtJ8_ {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
}
.heroTitle--a03BQ {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.heroSubtitle--W5YSY {
  font-size: 1.5rem;
  opacity: 0.9;
}
.heroProfile--UBK3D {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  /* 与标题保持距离 */
}
.avatar--IyUW7 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.profileName--IIyWI {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  color: white;
}
.socialLinks--ANqi3 {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}
.socialIcon--_oWRX img {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease-in-out;
}
.socialIcon--_oWRX:hover img {
  transform: scale(1.2);
}
/* 📱 移动端适配 */
@media screen and (max-width: 768px) {
  .avatar--IyUW7 {
    width: 80px;
    height: 80px;
  }
  .profileName--IIyWI {
    font-size: 1.5rem;
  }
  .socialLinks--ANqi3 {
    flex-direction: column;
    gap: 8px;
  }
  .socialIcon--_oWRX img {
    width: 24px;
    height: 24px;
  }
}
.blogListWrapper--AREA8 {
  max-width: 1200px;
  margin: -80px auto 0;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.header--MusPq {
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo--wsPaq {
  font-size: 1rem;
  cursor: pointer;
}
.desktopMenu--B6DNQ {
  display: block;
}
.mobileMenu--B0OjM {
  display: none;
}
@media (max-width: 768px) {
  .desktopMenu--B6DNQ {
    display: none;
  }
  .mobileMenu--B0OjM {
    display: block;
  }
}

.footer--FEsmd {
  text-align: center;
  padding: 20px 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.layout--hMwYP {
  min-height: 100vh;
  background-color: #f4f6f8;
  /* 更改背景颜色 */
}
.content--h3GuV {
  padding: 48px;
  /* 增加内容区域的内边距 */
}
.card--pzprw {
  background-color: #fff;
  padding: 48px;
  border-radius: 16px;
  /* 增大圆角半径 */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  /* 增强阴影效果 */
  transition: transform 0.3s ease;
  /* 添加过渡效果 */
}
.card--pzprw:hover {
  transform: translateY(-5px);
  /* 鼠标悬停时卡片上移 */
}
.title--FUCjj {
  font-size: 36px;
  /* 增大标题字体大小 */
  margin-bottom: 24px;
  color: #333;
}
.name--Haw1a {
  font-size: 28px;
  /* 增大姓名字体大小 */
  margin-bottom: 16px;
  color: #555;
}
.slogan--j6rd3 {
  font-size: 1.3em;
  /* 增大标语字体大小 */
  margin-bottom: 32px;
  color: #777;
}
.subtitle--WBDP6 {
  font-size: 24px;
  /* 增大副标题字体大小 */
  margin-bottom: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  /* 添加下划线 */
  padding-bottom: 8px;
}
.list--r2pgG {
  list-style-type: none;
  padding: 0;
  margin-bottom: 32px;
}
.list--r2pgG li {
  margin-bottom: 16px;
}
.link--Al_5p {
  font-size: 1.3em;
  /* 增大链接字体大小 */
  color: #1890ff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.link--Al_5p:hover {
  color: #40a9ff;
  /* 鼠标悬停时链接颜色变化 */
}
.socialMediaItem--wumSo {
  display: flex;
  align-items: center;
}
.socialMediaText--EOF2X {
  font-size: 1.3em;
  /* 增大社交媒体文字字体大小 */
  margin-right: 16px;
}
.socialMediaQrCode--T3q5d {
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.socialMediaQrCode--T3q5d:hover {
  transform: scale(1.05);
}
.projectItem--IUvsC {
  font-size: 20px;
  /* 增大项目字体大小 */
  color: #555;
}
.projectDesc--ZIvBc {
  font-size: 16px;
  color: #666;
  margin-top: 8px;
  margin-left: 16px;
}

.layout--hmmXz {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--csU2l {
  padding: 24px;
}
.container--a5KPW {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--Gxh_K {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list--r58B7 {
    grid-template-columns: 1fr;
  }
}

.layout--WxZE_ {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--HcZ1Z {
  padding: 24px;
}
.container--WXuIP {
  max-width: 1200px;
  margin: 0 auto;
}
.title--nEwic {
  text-align: center;
  margin-bottom: 24px;
}
.tabsContainer--D_9vo {
  margin-bottom: 24px;
}
.tabsContainer--D_9vo .actionTabs--mfGzy,
.tabsContainer--D_9vo .levelTabs--L6gss {
  margin-bottom: 16px;
}
.detailCard--EOgXb {
  margin-top: 16px;
}
@media (max-width: 768px) {
  .content--HcZ1Z {
    padding: 12px;
  }
  .tabsContainer--D_9vo .ant-tabs-nav--MkOJY {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.imageContainer--CPMx9 {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.imageWrapper--zCdsz {
  flex: 1;
  min-width: 300px;
}
.imageWrapper--zCdsz img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.layout--vrR52 {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--vSSkR {
  padding: 24px;
}
.container--zR0jF {
  max-width: 1200px;
  margin: 0 auto;
}
.title--Npcbz {
  text-align: center;
  margin-bottom: 24px;
}
.tabsContainer--rG7Bx {
  margin-bottom: 24px;
}
.tabsContainer--rG7Bx .categoryTabs--zG2Kx,
.tabsContainer--rG7Bx .kTabs--aWrJy {
  margin-bottom: 16px;
}
.detailCard--wwpcW {
  margin-top: 16px;
}
.imageContainer--aleUi {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 16px;
}
.imageWrapper--qvBlq {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}
.imageWrapper--qvBlq img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  max-height: 400px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .content--vSSkR {
    padding: 12px;
  }
  .tabsContainer--rG7Bx .ant-tabs-nav--sY1pW {
    overflow-x: auto;
    white-space: nowrap;
  }
}

.layout--m6kGo {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--uj4EZ {
  padding: 24px;
}
.container--QxsHi {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--GgePn {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}

.layout--pln7W {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--P3xun {
  padding: 24px;
}
.container--Mq_zH {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--nTMnE {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list--pIDHQ {
    grid-template-columns: 1fr;
  }
}

.layout--Duuea {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--x7jOe {
  padding: 24px;
}
.container--uD63X {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--fdDDA {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list--omW49 {
    grid-template-columns: 1fr;
  }
}

.layout--Lgh4L {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--sCMhk {
  padding: 24px;
}
.container--XdndM {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--EZLOW {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list--C0n9m {
    grid-template-columns: 1fr;
  }
}

.layout--aUI9o {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--QNjDa {
  padding: 24px;
}
.container--gBFTL {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--md8yj {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .content--QNjDa {
    padding: 12px;
  }
  .container--gBFTL {
    padding: 12px;
  }
  .list--d1Lkr {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .content--QNjDa {
    padding: 8px;
  }
  .container--gBFTL {
    padding: 8px;
  }
}

.layout--vgyIK {
  min-height: 100vh;
  background-color: #f4f6f8;
}
.content--dP_nN {
  padding: 24px;
}
.container--dSWWE {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.title--s3QSy {
  text-align: center;
  margin-bottom: 24px;
  font-size: 2rem;
}
.ant-card-cover {
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-card-cover img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list--vh2W9 {
    grid-template-columns: 1fr;
  }
}

.page--PIFgF {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 16px;
  background: #fdfcf9;
  font-family: 'STKaiti', 'Songti SC', serif;
}
.pageTitle--g2zrW {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #3c2f1c;
  margin-bottom: 32px;
}
.wordCard--EsQsy {
  background: #fffdf8;
  border-radius: 12px;
  border: 1px solid #e6e4de;
  padding: 24px;
  margin-bottom: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  line-height: 1.8;
  position: relative;
}
.wordTitle--Gc_sC {
  font-size: 24px;
  color: #3c2f1c;
  font-weight: bold;
  margin-bottom: 12px;
}
.wordTitle--Gc_sC a {
  font-size: 14px;
  margin-left: 8px;
  color: #888;
  text-decoration: none;
}
.wordTitle--Gc_sC a:hover {
  color: #d08c60;
  text-decoration: underline;
}
.meaning--ruONV {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}
.company--TBi81 {
  font-size: 16px;
  color: #666;
  margin-bottom: 8px;
}
.companyDesc--OWsEg {
  font-size: 16px;
  color: #444;
  margin-bottom: 12px;
}
.companyDesc--OWsEg a {
  font-size: 13px;
  margin-left: 6px;
  color: #999;
  text-decoration: none;
}
.companyDesc--OWsEg a:hover {
  color: #c07c48;
  text-decoration: underline;
}
.funFacts--D2nC0 {
  background: #f6f6f6;
  border-left: 4px solid #d3a172;
  padding: 12px 16px;
  margin-top: 16px;
  border-radius: 4px;
  font-size: 15px;
}
.funFacts--D2nC0 ul {
  padding-left: 20px;
  margin: 0;
}
.funFacts--D2nC0 ul li {
  margin-bottom: 8px;
}
.funFacts--D2nC0 ul li a {
  font-size: 13px;
  margin-left: 6px;
  color: #999;
  text-decoration: none;
}
.funFacts--D2nC0 ul li a:hover {
  color: #c07c48;
  text-decoration: underline;
}
.funFactsTitle--JEAe6 {
  font-weight: bold;
  color: #8a4f20;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .pageTitle--g2zrW {
    font-size: 22px;
  }
  .wordTitle--Gc_sC {
    font-size: 20px;
  }
  .meaning--ruONV {
    font-size: 16px;
  }
  .company--TBi81,
  .companyDesc--OWsEg {
    font-size: 14px;
  }
  .funFacts--D2nC0 {
    font-size: 13px;
  }
}

.page--D8Sb1 {
  min-height: 100vh;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.header--z62VR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.logo--dC_SF {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
}
.languageToggle--zLJe7 {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.languageToggle--zLJe7:hover {
  background: rgba(255, 255, 255, 0.3);
}
.main--At0MQ {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.hero--y03Vt {
  text-align: center;
  padding: 60px 20px;
}
.title--TYlPb {
  font-size: 3rem;
  margin-bottom: 20px;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.subtitle--tLfFh {
  font-size: 1.5rem;
  margin-bottom: 50px;
  opacity: 0.9;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.appPreview--c7rVl {
  display: flex;
  justify-content: center;
}
.phoneFrame--sP7qi {
  width: 280px;
  height: 520px;
  border: 12px solid #333;
  border-radius: 30px;
  position: relative;
}
.phoneFrame--sP7qi::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 20px;
  background: #333;
  border-radius: 10px;
}
.phoneFrame--sP7qi::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 2px solid #333;
  border-radius: 50%;
}
.screen--vC1bG {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.previewContent--TzIyN {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
  padding: 20px;
}
.features--AjViO {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 80px 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.feature--iqX61 {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}
.feature--iqX61:hover {
  transform: translateY(-5px);
}
.feature--iqX61 h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.feature--iqX61 p {
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.9;
}
.privacy--jDkgV {
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 16px;
}
.privacyContent--Mqvp1 h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 1.3rem;
}
.privacyContent--Mqvp1 ul {
  padding-left: 20px;
}
.privacyContent--Mqvp1 ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.privacyContent--Mqvp1 p {
  margin-bottom: 16px;
  line-height: 1.6;
}
.footer--GE1JE {
  text-align: center;
  padding: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}
.footer--GE1JE p {
  margin: 10px 0;
  opacity: 0.8;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .header--z62VR {
    padding: 20px;
  }
  .title--TYlPb {
    font-size: 2rem;
  }
  .subtitle--tLfFh {
    font-size: 1.2rem;
  }
  .features--AjViO {
    grid-template-columns: 1fr;
    padding: 40px 20px;
  }
  .phoneFrame--sP7qi {
    width: 200px;
    height: 380px;
  }
}

/* src/index.css */
/* @import 'tailwindcss/base'; */
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.border {
  border-width: 1px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\[oaicite\:10\] {
  oaicite: 10;
}
.\[oaicite\:1\] {
  oaicite: 1;
}
.\[oaicite\:2\] {
  oaicite: 2;
}
.\[oaicite\:3\] {
  oaicite: 3;
}
.\[oaicite\:4\] {
  oaicite: 4;
}
.\[oaicite\:6\] {
  oaicite: 6;
}
.\[oaicite\:7\] {
  oaicite: 7;
}
.\[oaicite\:8\] {
  oaicite: 8;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}



