    html { font-size: 100px; }
    body {
      margin: 0; padding: 0;
      background: linear-gradient(120deg, #fafdff 65%, #eafaf5 100%);
      font-family: "Inter","PingFang SC","Microsoft YaHei",Arial,sans-serif;
      color: #222d37;
      font-size: 0.16rem;
      min-height: 100vh;
      -webkit-font-smoothing: antialiased;
      line-height: 1.7;
    }
    .blog-root {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 0.4rem;
      max-width: 16rem;
      margin: 0 auto;
      padding: 1.2rem 0.2rem 1.5rem 0.2rem;
      box-sizing: border-box;
    }
    .blog-main-card {
      background: #fff;
      border-radius: 0.16rem;
      box-shadow: 0 0.08rem 0.33rem rgba(25,212,125,0.09), 0 0.02rem 0.10rem rgba(29,180,157,0.10);
      width: 9rem;
      min-width: 0;
      overflow: hidden;
      position: relative;
      z-index: 2;
      animation: fadeinA 0.6s cubic-bezier(.55,.03,.37,1.2);
      display: flex;
      flex-direction: column;
    }
    @keyframes fadeinA { from{opacity:0;transform:translateY(0.3rem);} to{opacity:1;transform:translateY(0);} }
    .blog-hero-img {
      width: 100%;
      height: 2.6rem;
      object-fit: cover;
      display: block;
      background: #ebfdf3;
    }
    .blog-article-padding {
      padding: 0.2rem 0.7rem 0.7rem 0.7rem;
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    .blog-title {
      font-size: 0.28rem;
      font-weight: 800;
      margin: 0.2rem 0 0.13rem 0;
      letter-spacing: 0.01rem;
      line-height: 1.23;
      background: linear-gradient(90deg, #19D47D 35%, #1DB49D 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .blog-meta {
      font-size: 0.14rem;
      color: #6fcfaf;
      margin-bottom: 0.25rem;
      display: flex;
      gap: 0.22rem;
      align-items: center;
    }
    .blog-meta time { color: #19D47D; }
    .blog-content {
      font-size: 0.17rem;
      line-height: 1.83;
      color: #222d37;
      letter-spacing: 0.01rem;
   
    }
 
        .blog-content p{
      font-size: 0.17rem;
      line-height: 1.83;
      color: #222d37;
      letter-spacing: 0.01rem;
  
    }
    .blog-content h2, .blog-content h3 {
      margin: 0.2rem 0 0.18rem 0;
      font-weight: 700;
      color: #1DB49D;
      font-size: 0.21rem;
    }
   .blog-content img {
    width: 7.99rem;
    height: auto;
    display: block;
    margin: 0.3rem auto;

}
    

    .blog-tags {
      margin-top: 0.38rem;
      display: flex;
      gap: 0.17rem;
      flex-wrap: wrap;
    }
    .blog-tag {
      font-size: 0.13rem;
      color: #fff;
      background: linear-gradient(90deg,#19D47D 0%,#1DB49D 100%);
      border-radius: 0.08rem;
      padding: 0.06rem 0.19rem;
      text-decoration: none;
      transition: background 0.2s, color 0.22s;
      outline: none;
      font-weight: 500;
      box-shadow: 0 0.01rem 0.04rem #1DB49D22;
    }
    .blog-tag:hover { background: linear-gradient(90deg,#1DB49D,#19D47D); color: #fff; }
    /* 相关推荐 */
    .blog-related-section {
      margin: 0.45rem 0 0.08rem 0;
      padding: 0.26rem 0.13rem 0.13rem 0.13rem;
      border-radius: 0.11rem;
      background: linear-gradient(100deg,#e7fbe9 0%,#f5fff7 100%);
      box-shadow: 0 0.01rem 0.07rem #19D47D22;
      animation: fadeinA 0.7s cubic-bezier(.55,.03,.37,1.2);
    }
    .blog-related-title {
      font-size: 0.16rem;
      color: #1DB49D;
      font-weight: 700;
      margin-bottom: 0.12rem;
      letter-spacing: 0.01rem;
      display: flex;
      align-items: center;
      gap: 0.07rem;
    }
    .blog-related-title::before {
      content: "";
      display: inline-block;
      width: 0.06rem; height: 0.16rem;
      border-radius: 0.03rem;
      background: linear-gradient(180deg,#19D47D,#1DB49D);
      margin-right: 0.08rem;
    }
    .blog-related-list {
      display: flex;
      flex-wrap: wrap;
      gap: 0.16rem;
    }
    .blog-related-item {
      display: flex;
      align-items: center;
      gap: 0.11rem;
      min-width: 1.8rem;
      background: #fff;
      border-radius: 0.08rem;
      box-shadow: 0 0.01rem 0.04rem #1DB49D11;
      padding: 0.09rem 0.12rem;
      text-decoration: none;
      color: #1DB49D;
      font-size: 0.14rem;
      font-weight: 600;
      transition: background 0.18s, color 0.18s, box-shadow 0.18s;
    }
    .blog-related-item:hover {
      background: linear-gradient(90deg,#e7fbe9 30%,#fafffd 100%);
      color: #19D47D;
      box-shadow: 0 0.01rem 0.06rem #1DB49D22;
    }
    .blog-related-dot {
      width: 0.08rem; height: 0.08rem; border-radius: 50%; background: linear-gradient(135deg,#19D47D,#1DB49D); flex-shrink: 0;
    }
    /* FAQ区块 */
    .blog-faq-section {
      margin: 0.5rem 0 0.05rem 0;
      background: linear-gradient(90deg,#e7fbe9 0%, #f2fefc 90%);
      border-radius: 0.11rem;
      padding: 0.22rem 0.16rem 0.13rem 0.16rem;
      box-shadow: 0 0.01rem 0.06rem #19D47D11;
      animation: fadeinA 0.7s cubic-bezier(.55,.03,.37,1.2);
    }
    .blog-faq-title {
      font-size: 0.16rem;
      color: #19D47D;
      font-weight: 700;
      margin-bottom: 0.17rem;
      display: flex;
      align-items: center;
      gap: 0.06rem;
      letter-spacing: 0.01rem;
    }
    .blog-faq-title::before {
      content: "FAQ";
      color: #fff;
      background: linear-gradient(90deg,#19D47D,#1DB49D);
      border-radius: 0.08rem;
      font-size: 0.12rem;
      padding: 0.02rem 0.13rem;
      margin-right: 0.08rem;
      font-weight: 800;
      letter-spacing: 0.01rem;
      box-shadow: 0 0.01rem 0.03rem #19D47D22;
    }
    .blog-faq-list {
      margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 0.13rem;
    }
    .blog-faq-q {
      font-weight: 600; color: #23272f; margin: 0 0 0.03rem 0; font-size: 0.15rem; display: flex; align-items: flex-start;
    }
    .blog-faq-q:before {
      content: "Q:";
      color: #1DB49D;
      font-weight: 700;
      margin-right: 0.08rem;
    }
    .blog-faq-a {
      color: #555; font-size: 0.14rem; margin-left: 0.19rem; display: flex; align-items: flex-start;
    }
    .blog-faq-a:before {
      content: "A:"; color: #19D47D; font-weight: 700; margin-right: 0.08rem;
    }
    /* 右侧浮动卡片区 */
    .blog-sidebar-float {
      width: 4.1rem;
      min-width: 3rem;
      position: sticky;
      top: 1.2rem;
      display: flex;
      flex-direction: column;
      gap: 0.35rem;
      z-index: 3;
    }
    /* 右侧每个卡片都是浅灰玻璃拟态 */
    .blog-sidebar-card {
      border-radius: 0.14rem;
      box-shadow: 0 0.04rem 0.15rem #e0e4e8, 0 0.01rem 0.02rem #1DB49D10;
      padding: 0.27rem 0.21rem 0.19rem 0.21rem;
      margin-bottom: 0.07rem;
      position: relative;
      backdrop-filter: blur(0.11rem);
      overflow: hidden;
      z-index: 2;
      animation: fadeinA 0.85s cubic-bezier(.55,.03,.37,1.2);
      transition: box-shadow 0.22s, transform 0.19s, border 0.2s;
      background: linear-gradient(120deg,rgba(255,255,255,0.85) 75%,rgba(235,238,240,0.92) 100%);
      border: 0.01rem solid #e5e8eb;
    }
    .blog-sidebar-card:after {
      content: "";
      position: absolute;
      left: 0; top: 0; width: 100%; height: 0.12rem;
      background: linear-gradient(90deg,#19D47D22 0%,#1DB49D22 50%,#fff0 100%);
      opacity: 0.14; pointer-events: none; border-radius: 0.13rem 0.13rem 0 0;
    }
    .blog-sidebar-title {
      font-size: 0.16rem; font-weight: 700; color: #181b1f;
      margin: 0 0 0.12rem 0; display: flex; align-items: center; gap: 0.08rem;
      letter-spacing: 0.01rem;
    }
    .blog-sidebar-title::before {
      content: "";
      display: inline-block;
      width: 0.06rem; height: 0.18rem; border-radius: 0.03rem;
      background: linear-gradient(180deg,#19D47D,#1DB49D); margin-right: 0.08rem;
      opacity: 0.8;
    }
    /* 侧栏列表/产品 */
    .blog-sidelist {
      display: flex;
      flex-direction: column;
      gap: 0.13rem;
    }
    .blog-sideitem {
      display: flex;
      align-items: center;
      gap: 0.1rem;
      background: rgba(255,255,255,0.17);
      border-radius: 0.09rem;
      padding: 0.08rem 0.12rem;
      text-decoration: none;
      color: #181b1f;
      font-size: 0.14rem;
      border: 0.01rem solid #e5e8eb;
      box-shadow: 0 0.01rem 0.03rem #1DB49D11;
      transition: box-shadow 0.19s, background 0.18s, color 0.19s, border 0.18s;
      overflow: hidden;
      position: relative;
    }
    .blog-sideitem:hover {
      background: rgba(25,212,125,0.13);
      color: #19D47D;
      border-color: #19D47D;
      box-shadow: 0 0.01rem 0.07rem #19D47D22;
    }
    .blog-sideimg {
      width: 0.62rem; height: 0.62rem; border-radius: 0.08rem;
      background: #fff;
      overflow: hidden; display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0.01rem 0.03rem #1DB49D18; position: relative;
    }
    .blog-sideimg img {
      width: 100%; height: 100%; object-fit: contain; transition: transform 0.19s;
    }
    .blog-sideitem:hover .blog-sideimg img {
      transform: scale(1.10) rotate(-2deg);
    }
    .blog-sidetxt { flex: 1; min-width: 0; }
    .blog-sidename { font-size: 0.13rem; font-weight: 700; margin: 0 0 0.02rem 0; color: #181b1f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    .blog-sidedesc { font-size: 0.12rem; color: #888; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    /* 侧栏广告 */
    .blog-banner {
      margin-top: 0.13rem;
      border-radius: 0.11rem;
      overflow: hidden;
      box-shadow: 0 0.01rem 0.05rem #e0e4e8;
      background: linear-gradient(110deg,#f2f4f6 0%,#fafdff 100%);
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 1.05rem;
      font-size: 0.15rem;
      color: #19D47D;
      font-weight: 700;
      letter-spacing: 0.01rem;
      outline: none;
    }
    @media (max-width: 1100px) {
      html { font-size: 80px; }
      .blog-root { max-width: 100vw; min-width: 0; gap: 0.3rem;}
      .blog-sidebar-float { width: 3.3rem;}
      .blog-main-card { width: 60vw; min-width: 0;}
    }
    @media (max-width: 800px) {
      html { font-size: 60px; }
      .blog-root { flex-direction: column; max-width: 100vw; gap:0.01rem;}
      .blog-main-card { width: 98vw; }
      .blog-sidebar-float { width: 100vw; position: static; top:auto; flex-direction:row;gap:0.1rem;}
      .blog-sidebar-card { flex: 1; }
    }
    .art-nav-container {
  margin-top: 0.5rem;
  padding: 0.3rem 0;
  border-top: 0.01rem solid #e5e5e5;
}

.art-nav-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 0.15rem;
  max-width: 8rem;
  margin: 0 auto;
}

.art-nav-btn {
  display: flex;
  flex-direction: column;
  padding: 0.15rem 0.2rem;
  border-radius: 0.06rem;
  text-decoration: none;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 0.005rem solid #dee2e6;
  transition: all 0.25s ease;
  flex: 1;
  min-height: 0.6rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.01rem 0.03rem rgba(0,0,0,0.1);
}

.art-nav-btn:hover {
  background: linear-gradient(135deg, rgb(29, 180, 157) 0%, rgba(127, 127, 255, 0.18) 100%);
  color: white;
  transform: translateY(-0.01rem);
  box-shadow: 0 0.02rem 0.08rem rgba(29, 180, 157, 0.3);
}

.art-nav-prev {
  text-align: left;
}

.art-nav-next {
  text-align: right;
}

.art-nav-label {
  font-size: 0.08rem;
  font-weight: 600;
  color: #6c757d;
  margin-bottom: 0.02rem;
  text-transform: uppercase;
  letter-spacing: 0.002rem;
}

.art-nav-btn:hover .art-nav-label {
  color: rgba(255, 255, 255, 0.95);
}

.art-nav-text {
  font-size: 0.10rem;
  color: #495057;
  line-height: 1.3;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 0.26rem;
}

.art-nav-btn:hover .art-nav-text {
  color: white;
}

/* 精致的箭头图标 */
.art-nav-prev::before {
  content: '‹';
  position: absolute;
  left: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.12rem;
  opacity: 0;
  transition: all 0.25s ease;
  color: white;
  font-weight: bold;
}

.art-nav-next::after {
  content: '›';
  position: absolute;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.12rem;
  opacity: 0;
  transition: all 0.25s ease;
  color: white;
  font-weight: bold;
}

.art-nav-prev:hover::before,
.art-nav-next:hover::after {
  opacity: 1;
}

.art-nav-prev:hover {
  padding-left: 0.25rem;
}

.art-nav-next:hover {
  padding-right: 0.25rem;
}

/* 精致的光效 */
.art-nav-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.4s;
}

.art-nav-btn:hover::after {
  left: 100%;
}

/* 顶部精致装饰 */
.art-nav-container::before {
  content: '';
  display: block;
  width: 0.4rem;
  height: 0.015rem;
  background: linear-gradient(90deg, rgb(29, 180, 157), rgba(127, 127, 255, 0.6));
  margin: 0 auto 0.2rem;
  border-radius: 0.008rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .art-nav-wrapper {
    flex-direction: column;
    gap: 0.1rem;
    max-width: 6rem;
  }
  
  .art-nav-btn {
    text-align: center;
    padding: 0.12rem 0.15rem;
  }
  
  .art-nav-prev::before,
  .art-nav-next::after {
    display: none;
  }
}

/* 增加细腻的边框高光效果 */
.art-nav-btn:hover {
  border-color: rgba(29, 180, 157, 0.5);
}

/* 文字选中禁用 */
.art-nav-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*标签云*/
/* 标签云容器 */
.tag-cloud {
  padding: 0.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
}

/* 标签项基础样式 - 大幅缩小 */
.tag-item {
  display: inline-block;
  padding: 0.08rem 0.25rem;
  border-radius: 0.3rem;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* 标签悬停效果 */
.tag-item:hover {
  transform: translateY(-0.05rem);
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* 标签尺寸变化 - 大幅缩小所有尺寸 */
.tag-item[data-count="1"] { font-size: 0.35rem; }
.tag-item[data-count="2"] { font-size: 0.38rem; }
.tag-item[data-count="3"] { font-size: 0.4rem; }
.tag-item[data-count="4"] { font-size: 0.42rem; }
.tag-item[data-count="5"] { font-size: 0.45rem; }
.tag-item[data-count^="6"], 
.tag-item[data-count^="7"], 
.tag-item[data-count^="8"], 
.tag-item[data-count^="9"] { font-size: 0.48rem; }
.tag-item[data-count^="1"][data-count$="0"], 
.tag-item[data-count^="1"][data-count$="1"], 
.tag-item[data-count^="1"][data-count$="2"], 
.tag-item[data-count^="1"][data-count$="3"], 
.tag-item[data-count^="1"][data-count$="4"], 
.tag-item[data-count^="1"][data-count$="5"] { font-size: 0.5rem; }
.tag-item[data-count^="1"][data-count$="6"], 
.tag-item[data-count^="1"][data-count$="7"], 
.tag-item[data-count^="1"][data-count$="8"], 
.tag-item[data-count^="1"][data-count$="9"] { font-size: 0.52rem; }
.tag-item[data-count^="2"] { font-size: 0.55rem; }

/* 预定义颜色类保持不变 */
.tag-color-1 { background: linear-gradient(45deg, #667eea, #764ba2); color: white; }
.tag-color-2 { background: linear-gradient(45deg, #f093fb, #f5576c); color: white; }
.tag-color-3 { background: linear-gradient(45deg, #4facfe, #00f2fe); color: white; }
.tag-color-4 { background: linear-gradient(45deg, #43e97b, #38f9d7); color: white; }
.tag-color-5 { background: linear-gradient(45deg, #fa709a, #fee140); color: white; }
.tag-color-6 { background: linear-gradient(45deg, #a8edea, #fed6e3); color: #333; }
.tag-color-7 { background: linear-gradient(45deg, #ffecd2, #fcb69f); color: #333; }
.tag-color-8 { background: linear-gradient(45deg, #ff8a80, #ea6100); color: white; }
.tag-color-9 { background: linear-gradient(45deg, #8fd3f4, #84fab0); color: white; }
.tag-color-10 { background: linear-gradient(45deg, #d299c2, #fef9d7); color: #333; }
.tag-color-11 { background: linear-gradient(45deg, #89f7fe, #66a6ff); color: white; }
.tag-color-12 { background: linear-gradient(45deg, #fdbb2d, #22c1c3); color: white; }

/* 响应式调整 - 移动端进一步缩小 */
@media (max-width: 768px) {
  .tag-cloud {
    gap: 0.1rem;
    padding: 0.2rem;
  }
  
  .tag-item {
    font-size: 0.3rem !important;
    padding: 0.06rem 0.2rem;
    border-radius: 0.25rem;
  }
}

/* 如果你想要更极致的紧凑效果，可以使用这个版本 */
@media (min-width: 769px) {
  .tag-cloud-mini .tag-item {
    font-size: 0.3rem !important;
    padding: 0.05rem 0.2rem;
    gap: 0.08rem;
  }
}

    