
.header[data-v-6e35bccd] {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.container[data-v-6e35bccd] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
}
.logo[data-v-6e35bccd] {
  font-size: 22px;
  font-weight: 700;
  color: #0078ff;
}
.nav[data-v-6e35bccd] {
  display: flex;
  gap: 24px;
}
.nav-link[data-v-6e35bccd] {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-link[data-v-6e35bccd]:hover {
  color: #0078ff;
}
.menu-toggle[data-v-6e35bccd] {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  background: none;
  border: none;
  cursor: pointer;
}
.menu-toggle span[data-v-6e35bccd] {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle span.active[data-v-6e35bccd]:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle span.active[data-v-6e35bccd]:nth-child(2) {
  opacity: 0;
}
.menu-toggle span.active[data-v-6e35bccd]:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
@media (max-width: 768px) {
.nav[data-v-6e35bccd] {
    position: absolute;
    top: 60px;
    right: 0;
    background: white;
    width: 200px;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: none;
}
.nav.open[data-v-6e35bccd] {
    display: flex;
}
.menu-toggle[data-v-6e35bccd] {
    display: flex;
}
}

.footer[data-v-36f1887f] {
  background: #f8f9fb;
  color: #333;
  padding: 50px 20px 20px;
  border-top: 1px solid #eaeaea;
  margin-top: 40px;
}
.container[data-v-36f1887f] {
  max-width: 1200px;
  margin: auto;
}
.footer-content[data-v-36f1887f] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
  margin-bottom: 30px;
}
.brand h2[data-v-36f1887f] {
  color: #0078ff;
  margin-bottom: 10px;
}
.brand p[data-v-36f1887f] {
  color: #555;
  font-size: 14px;
}
.links[data-v-36f1887f],
.contact[data-v-36f1887f] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.links h3[data-v-36f1887f],
.contact h3[data-v-36f1887f] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.links a[data-v-36f1887f] {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s ease;
}
.links a[data-v-36f1887f]:hover {
  color: #0078ff;
}
.contact p[data-v-36f1887f] {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.contact p strong[data-v-36f1887f] {
  color: #333;
}
.footer .copyright[data-v-36f1887f] {
  text-align: center;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.footer .copyright p[data-v-36f1887f] {
    margin: 0;
}
.icp[data-v-36f1887f] {
    margin: 0;
}
.icp a[data-v-36f1887f] {
  color: #9ca3af;
  font-size: 12px;
  text-decoration: none;
}
.icp a[data-v-36f1887f]:hover {
  color: #60a5fa;
}
@media (max-width: 768px) {
.footer[data-v-36f1887f] {
    padding: 30px 15px 20px;
}
.footer-content[data-v-36f1887f] {
    gap: 24px;
}
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

.card[data-v-542a0ebc]{display:flex;flex-direction:column}
.card img[data-v-542a0ebc]{border-radius:8px;height:160px;object-fit:cover}
.card .cover-box[data-v-542a0ebc] {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.card .cover-box img[data-v-542a0ebc] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-section[data-v-52dcd2c1] {
  padding: 60px 20px;
  background: #f9fafb;
  text-align: center;
}
.quality-entry-wrap[data-v-52dcd2c1] {
  padding: 28px 16px;
}
.quality-entry[data-v-52dcd2c1] {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(142, 170, 193, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(210, 235, 247, 0.92), transparent 32%),
    linear-gradient(135deg, #ffffff 0%, #f6fbff 48%, #eef6fb 100%);
  box-shadow:
    0 20px 50px rgba(108, 141, 164, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.quality-entry[data-v-52dcd2c1]::before,
.quality-entry[data-v-52dcd2c1]::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.quality-entry[data-v-52dcd2c1]::before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  background: radial-gradient(circle, rgba(170, 210, 226, 0.3) 0%, rgba(170, 210, 226, 0) 72%);
}
.quality-entry[data-v-52dcd2c1]::after {
  width: 180px;
  height: 180px;
  right: 120px;
  bottom: -100px;
  background: radial-gradient(circle, rgba(224, 235, 242, 0.85) 0%, rgba(224, 235, 242, 0) 70%);
}
.quality-copy[data-v-52dcd2c1],
.quality-action[data-v-52dcd2c1] {
  position: relative;
  z-index: 1;
}
.quality-kicker[data-v-52dcd2c1] {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(171, 191, 206, 0.45);
  color: #6a8598;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.quality-copy h2[data-v-52dcd2c1] {
  margin: 16px 0 10px;
  font-size: 32px;
  line-height: 1.15;
  color: #18364a;
}
.quality-copy p[data-v-52dcd2c1] {
  max-width: 540px;
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #5f7586;
}
.quality-tags[data-v-52dcd2c1] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.quality-tags span[data-v-52dcd2c1] {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(188, 205, 216, 0.5);
  color: #4e687a;
  font-size: 13px;
}
.quality-action[data-v-52dcd2c1] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
}
.quality-orbit[data-v-52dcd2c1] {
  position: absolute;
  width: 176px;
  height: 176px;
  border-radius: 50%;
  border: 1px solid rgba(155, 185, 203, 0.34);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.9) 0%, rgba(232, 242, 248, 0.8) 55%, rgba(232, 242, 248, 0) 72%);
  box-shadow: inset 0 0 24px rgba(180, 205, 219, 0.22);
}
.quality-orbit[data-v-52dcd2c1]::before,
.quality-orbit[data-v-52dcd2c1]::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.quality-orbit[data-v-52dcd2c1]::before {
  inset: 20px;
  border: 1px dashed rgba(147, 177, 194, 0.45);
}
.quality-orbit[data-v-52dcd2c1]::after {
  width: 18px;
  height: 18px;
  top: 26px;
  right: 28px;
  background: linear-gradient(135deg, #8ab7d0, #d6eaf4);
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.45);
}
.quality-button[data-v-52dcd2c1] {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 14px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ca9c0, #c7deea);
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(134, 169, 188, 0.26);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quality-entry:hover .quality-button[data-v-52dcd2c1] {
  transform: translateY(-2px);
  box-shadow: 0 20px 34px rgba(134, 169, 188, 0.32);
}
.video-container[data-v-52dcd2c1] {
  background: #ffffff;
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.video-box[data-v-52dcd2c1] {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 16px;
}
.video[data-v-52dcd2c1] {
  width: 100%;
  height: 300px;
  display: block;
  border-radius: 16px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
.card[data-v-52dcd2c1] {
  padding: 18px;
}
.advantage-grid[data-v-52dcd2c1] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
  margin: 30px auto 0 auto;
}
.adv-card[data-v-52dcd2c1] {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 120, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.adv-card[data-v-52dcd2c1]:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0, 120, 255, 0.15);
}
.icon[data-v-52dcd2c1] {
  background: linear-gradient(135deg, #0078ff, #00bfff);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 5px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.icon img[data-v-52dcd2c1] {
  width: 32px;
  height: 32px;
}
h3[data-v-52dcd2c1] {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222;
}
p[data-v-52dcd2c1] {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 768px) {
.quality-entry-wrap[data-v-52dcd2c1] {
    padding-top: 20px;
}
.quality-entry[data-v-52dcd2c1] {
    grid-template-columns: 1fr;
    padding: 24px;
    border-radius: 22px;
}
.quality-copy h2[data-v-52dcd2c1] {
    font-size: 26px;
}
.quality-copy p[data-v-52dcd2c1] {
    font-size: 14px;
}
.quality-action[data-v-52dcd2c1] {
    min-height: 140px;
    justify-content: flex-start;
}
.quality-orbit[data-v-52dcd2c1] {
    width: 132px;
    height: 132px;
}
.video-container[data-v-52dcd2c1] {
    padding: 40px 0;
}
.video[data-v-52dcd2c1] {
    height: 200px;
}
.title[data-v-52dcd2c1] {
    font-size: 26px;
}
.adv-card[data-v-52dcd2c1] {
    padding: 24px 16px;
}
}
.news[data-v-52dcd2c1] {
  padding: 60px 20px;
  text-align: center;
  background: #fafafa;
}
.news .title[data-v-52dcd2c1] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.news .grid[data-v-52dcd2c1] {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: center;
}
.news .card[data-v-52dcd2c1] {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news .card[data-v-52dcd2c1]:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.news .image[data-v-52dcd2c1] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.news .info[data-v-52dcd2c1] {
  padding: 20px;
  text-align: left;
}
.news .headline[data-v-52dcd2c1] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.news .date[data-v-52dcd2c1] {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
.news .summary[data-v-52dcd2c1] {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news .btn[data-v-52dcd2c1] {
  display: inline-block;
  padding: 8px 16px;
  background: #0078ff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.news .btn[data-v-52dcd2c1]:hover {
  background: #005fcc;
}

.products[data-v-0340cd7c] {
  padding: 40px 20px;
  text-align: center;
  background: #f9fafb;
}
.title[data-v-0340cd7c] {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin-bottom: 32px;
}
.grid[data-v-0340cd7c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.card[data-v-0340cd7c] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card[data-v-0340cd7c]:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.img-box[data-v-0340cd7c] {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
}
.img-box .image[data-v-0340cd7c] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price[data-v-0340cd7c] {
  color: #0078ff;
  font-weight: 600;
  margin: 10px 0;
}
.btn[data-v-0340cd7c] {
  display: inline-block;
  padding: 10px 18px;
  background: #0078ff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn[data-v-0340cd7c]:hover {
  background: #005fcc;
}
@media (max-width: 600px) {
.title[data-v-0340cd7c] {
    font-size: 22px;
}
.card[data-v-0340cd7c] {
    padding: 16px;
}
}

.product-detail[data-v-6077ae2e] {
  max-width: 1100px;
  margin: 30px auto;
  padding: 0 20px;
  color: #333;
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  animation: fadeIn-6077ae2e 0.6s ease;
}
.breadcrumb[data-v-6077ae2e] {
  font-size: 14px;
  margin-bottom: 30px;
  color: #666;
}
.breadcrumb a[data-v-6077ae2e] {
  color: #0078d7;
  text-decoration: none;
}
.breadcrumb a[data-v-6077ae2e]:hover {
  text-decoration: underline;
}
.content[data-v-6077ae2e] {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.image-box[data-v-6077ae2e] {
  flex: 1 1 45%;
  min-width: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.image-box img[data-v-6077ae2e] {
  width: 100%;
  display: block;
}
.info-box[data-v-6077ae2e] {
  flex: 1 1 50%;
}
.info-box h1[data-v-6077ae2e] {
  font-size: 28px;
  margin-bottom: 20px;
}
.info-box .desc[data-v-6077ae2e] {
  color: #555;
  line-height: 1.6;
  margin-bottom: 24px;
}
.price-box[data-v-6077ae2e] {
  background: #f9f9f9;
  border-left: 4px solid #0078d7;
  padding: 20px;
  border-radius: 6px;
}
.price-box h3[data-v-6077ae2e] {
  margin: 0 0 12px;
  color: #0078d7;
  font-size: 18px;
}
.price[data-v-6077ae2e] {
  font-size: 28px;
  font-weight: bold;
  color: #e53935;
  margin-bottom: 6px;
}
.note[data-v-6077ae2e] {
  color: #666;
  font-size: 14px;
}
.detail-section[data-v-6077ae2e] {
  margin-top: 60px;
}
.detail-section h2[data-v-6077ae2e] {
  font-size: 22px;
  margin-bottom: 16px;
  border-left: 4px solid #0078d7;
  padding-left: 10px;
}
.detail-section .detail-text[data-v-6077ae2e] {
  color: #555;
  line-height: 1.8;
}
@keyframes fadeIn-6077ae2e {
from {
    opacity: 0;
    transform: translateY(8px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* 响应式 */
@media (max-width: 768px) {
.content[data-v-6077ae2e] {
    flex-direction: column;
}
.image-box[data-v-6077ae2e],
  .info-box[data-v-6077ae2e] {
    width: 100%;
}
}

.news[data-v-a835e81d] {
  padding: 60px 20px;
  text-align: center;
  background: #fafafa;
}
.title[data-v-a835e81d] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.grid[data-v-a835e81d] {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: center;
}
.card[data-v-a835e81d] {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card[data-v-a835e81d]:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.image[data-v-a835e81d] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.info[data-v-a835e81d] {
  padding: 20px;
  text-align: left;
}
.headline[data-v-a835e81d] {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #333;
}
.date[data-v-a835e81d] {
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}
.summary[data-v-a835e81d] {
  font-size: 14px;
  color: #555;
  margin-bottom: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.btn[data-v-a835e81d] {
  display: inline-block;
  padding: 8px 16px;
  background: #0078ff;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.btn[data-v-a835e81d]:hover {
  background: #005fcc;
}

.news-detail[data-v-00b9c4bc] {
  padding: 40px 20px;
  max-width: 900px;
  margin: auto;
}
.banner[data-v-00b9c4bc] {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 24px;
}
.title[data-v-00b9c4bc] {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.date[data-v-00b9c4bc] {
  font-size: 13px;
  color: #777;
  margin-bottom: 20px;
}
.article[data-v-00b9c4bc] {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  white-space: pre-line;
}
[data-v-00b9c4bc] .article img,[data-v-00b9c4bc] .article video {
    max-width: 100%;
    height: auto;
}
.back[data-v-00b9c4bc] {
  display: inline-block;
  margin-top: 32px;
  color: #0078ff;
  text-decoration: none;
  font-weight: 500;
  background: transparent;
  border: initial;
}
.back[data-v-00b9c4bc]:hover {
  text-decoration: underline;
}
.notfound[data-v-00b9c4bc] {
  text-align: center;
  margin-top: 60px;
  font-size: 18px;
  color: #888;
}

.about[data-v-fec68444] {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.contact[data-v-755e5394] {
  padding: 40px 20px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
/* 简洁响应式样式（可按需替换为 Tailwind / UI 库） */
:root{
  --primary: #0066ff;
  --muted: #666;
  --bg: #f7f9fc;
}
*{box-sizing:border-box}
html,body,#app{height:100%}
body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial; margin:0;background:var(--bg);color:#222}

.container{max-width:1100px;margin:0 auto;padding:16px}

/* Header */
.header{background:#fff;border-bottom:1px solid #eee}
.header .bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px}
.header .logo{font-weight:700;color:var(--primary);font-size:18px}
.header nav a{margin-left:16px;color:var(--muted);text-decoration:none}
.header nav a.active{color:var(--primary)}

/* Hero */
.hero{background:linear-gradient(90deg,#ffffff,#f2f8ff);padding:48px 0;border-bottom:1px solid #eee}
.hero .hero-inner{display:flex;gap:24px;align-items:center;justify-content:space-between;}
.hero .hero-text h1{font-size:28px;margin:0 0 12px}
.hero .hero-text p{margin:0;color:var(--muted)}

/* Products grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.card{background:#fff;border-radius:10px;padding:12px;border:1px solid #eee}
.card img{width:100%;height:160px;object-fit:cover;border-radius:8px}
.card h3{margin:8px 0}
.card p{color:var(--muted);font-size:14px}

/* Footer */
.footer{background:#fff;padding:20px;border-top:1px solid #eee;margin-top:24px;text-align:center;color:var(--muted)}

/* Responsive */
@media (max-width:900px){
  .grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:600px){
  .hero .hero-inner{flex-direction:column;text-align:center}
  .grid{grid-template-columns:1fr}
  .header .bar{padding:10px}
  .hero{padding:24px 0}
}

/* Small utilities */
.btn{display:inline-block;padding:8px 12px;border-radius:6px;background:var(--primary);color:#fff;text-decoration:none}