
/* ========== 全局变量 ========== */
.hblg-page[data-v-c90be79d] {
  --primary: #0A2B4E;
  --accent: #2C7DA0;
  --highlight: #00B4D8;
  --gold: #F5A623;
  --green: #10B981;
  --purple: #8B5CF6;
  --orange: #F97316;
  --cyan: #06B6D4;
  --blue: #3B82F6;
  --bg-light: #F0F4F8;
  --text-dark: #1a2332;
  --text-muted: #5a6a7e;
  overflow-x: hidden;
}

/* ========== Hero 区 ========== */
.hero-section[data-v-c90be79d] {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  background: no-repeat center center / cover;
}
.hero-overlay[data-v-c90be79d] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.hero-content[data-v-c90be79d] {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 64px 32px;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}
.hero-content.visible[data-v-c90be79d] {
  opacity: 1;
  transform: translateY(0);
}
.hero-badges[data-v-c90be79d] {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.badge[data-v-c90be79d] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.badge-gold[data-v-c90be79d] {
  background: linear-gradient(135deg, rgba(245,166,35,0.25), rgba(245,166,35,0.12));
  border: 1.5px solid var(--gold);
  color: var(--gold);
  box-shadow: 0 0 20px rgba(245,166,35,0.2);
}
.badge-blue[data-v-c90be79d] {
  background: linear-gradient(135deg, rgba(0,180,216,0.2), rgba(0,180,216,0.08));
  border: 1.5px solid var(--highlight);
  color: var(--highlight);
}
.hero-title[data-v-c90be79d] {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #fff 40%, var(--gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-subtitle[data-v-c90be79d] {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--cyan);
  margin-bottom: 20px;
}
.hero-stats[data-v-c90be79d] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.stat-card[data-v-c90be79d] {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  padding: 20px 16px;
  text-align: center;
  backdrop-filter: blur(8px);
  opacity: 0;
  transform: translateY(20px);
  animation: statIn-c90be79d 0.5s ease forwards;
  animation-delay: var(--sdelay);
  transition: transform 0.3s, border-color 0.3s;
}
.stat-card[data-v-c90be79d]:hover {
  transform: translateY(-4px);
  border-color: var(--gold);
}
@keyframes statIn-c90be79d {
to { opacity: 1; transform: translateY(0);
}
}
.stat-num[data-v-c90be79d] {
  display: block;
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--highlight);
  line-height: 1.2;
}
.stat-label[data-v-c90be79d] {
  display: block;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.65);
  margin-top: 4px;
}

/* ========== 通用 Section ========== */
.section[data-v-c90be79d] {
  padding: 84px 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.section.visible[data-v-c90be79d] {
  opacity: 1;
  transform: translateY(0);
}
.section-inner[data-v-c90be79d] {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 24px;
}
.section-header[data-v-c90be79d] {
  text-align: center;
  margin-bottom: 48px;
}
.section-title[data-v-c90be79d] {
  font-size: 2rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}
.section-subtitle[data-v-c90be79d] {
  font-size: 1.1rem;
  color: var(--text-muted);
}

/* ========== 模块一：公司介绍 ========== */
.section-about[data-v-c90be79d] {
  background: var(--bg-light);
}
.about-layout[data-v-c90be79d] {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.about-text p[data-v-c90be79d] {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 14px;
}
.about-text strong[data-v-c90be79d] {
  color: var(--accent);
  font-weight: 700;
}
.honors-wall[data-v-c90be79d] {
  background: linear-gradient(135deg, var(--primary), #134a7a);
  border-radius: 20px;
  padding: 32px 28px;
  color: #fff;
}
.honors-title[data-v-c90be79d] {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 22px;
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.honors-grid[data-v-c90be79d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.honor-item[data-v-c90be79d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  opacity: 0;
  transform: scale(0.9);
  animation: honorIn-c90be79d 0.4s ease forwards;
  animation-delay: var(--hdelay);
  transition: transform 0.3s, background 0.3s;
}
.honor-item[data-v-c90be79d]:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.12);
}
@keyframes honorIn-c90be79d {
to { opacity: 1; transform: scale(1);
}
}
.honor-icon[data-v-c90be79d] { font-size: 2rem;
}
.honor-name[data-v-c90be79d] {
  font-size: 0.82rem;
  text-align: center;
  line-height: 1.4;
  color: rgba(255,255,255,0.88);
}

/* ========== 模块二：项目建设背景 ========== */
.section-bg[data-v-c90be79d] {
  background: #fff;
}
.bg-layout[data-v-c90be79d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.bg-pain-points h3[data-v-c90be79d],
.bg-solution-box h3[data-v-c90be79d] {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px;
}
.pain-grid[data-v-c90be79d] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pain-item[data-v-c90be79d] {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: var(--bg-light);
  border-radius: 12px;
  border-left: 4px solid #ef4444;
  opacity: 0;
  transform: translateX(-12px);
  animation: painSlide-c90be79d 0.45s ease forwards;
  animation-delay: var(--pdelay);
  transition: transform 0.3s;
}
.pain-item[data-v-c90be79d]:hover {
  transform: translateX(4px);
}
@keyframes painSlide-c90be79d {
to { opacity: 1; transform: translateX(0);
}
}
.pain-num[data-v-c90be79d] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #ef4444;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pain-item strong[data-v-c90be79d] {
  display: block;
  font-size: 0.9rem;
  color: var(--primary);
  margin-bottom: 3px;
}
.pain-item p[data-v-c90be79d] {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin: 0;
  line-height: 1.5;
}
.bg-solution-box[data-v-c90be79d] {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border-left: 5px solid var(--highlight);
}
.bg-solution-box p[data-v-c90be79d] {
  font-size: 0.93rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0 0 20px 0;
}
.bg-solution-box strong[data-v-c90be79d] {
  color: var(--accent);
  font-weight: 700;
}
.solution-highlight[data-v-c90be79d] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sh-item[data-v-c90be79d] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--bg-light);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--accent);
  border: 1px solid rgba(44,125,160,0.15);
}
.sh-icon[data-v-c90be79d] { font-size: 1rem;
}

/* ========== 模块三：一体化平台 ========== */
.section-platform[data-v-c90be79d] {
  background: var(--bg-light);
}
.platform-layout[data-v-c90be79d] {
  text-align: center;
}
.platform-intro[data-v-c90be79d] {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin-bottom: 36px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.platform-intro strong[data-v-c90be79d] {
  color: var(--accent);
  font-weight: 700;
}
.platform-flow[data-v-c90be79d] {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.flow-node[data-v-c90be79d] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  animation: flowIn-c90be79d 0.4s ease forwards;
  animation-delay: var(--fdelay);
}
@keyframes flowIn-c90be79d {
to { opacity: 1;
}
}
.flow-circle[data-v-c90be79d] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: transform 0.3s, box-shadow 0.3s;
}
.flow-circle[data-v-c90be79d]:hover {
  transform: scale(1.12);
}
.flow-erp[data-v-c90be79d] { background: linear-gradient(135deg, var(--blue), #60a5fa);
}
.flow-dcs[data-v-c90be79d] { background: linear-gradient(135deg, var(--orange), #fbbf24);
}
.flow-lims[data-v-c90be79d] { background: linear-gradient(135deg, #8B5CF6, #a78bfa);
}
.flow-wms[data-v-c90be79d] { background: linear-gradient(135deg, var(--cyan), #22d3ee);
}
.flow-name[data-v-c90be79d] {
  font-size: 0.82rem;
  color: var(--text-dark);
  font-weight: 600;
}
.platform-center[data-v-c90be79d] {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(135deg, var(--primary), #134a7a);
  border-radius: 999px;
  color: #fff;
}
.center-icon[data-v-c90be79d] { font-size: 1.4rem;
}
.platform-center h4[data-v-c90be79d] {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}
.platform-center p[data-v-c90be79d] {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ========== 模块四：APS ========== */
.section-aps[data-v-c90be79d] {
  background: #fff;
}
.aps-features[data-v-c90be79d] {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.aps-card[data-v-c90be79d] {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px 24px 72px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.04);
  position: relative;
  border: 1px solid rgba(44,125,160,0.12);
  opacity: 0;
  transform: translateY(20px);
  animation: apsIn-c90be79d 0.5s ease forwards;
  animation-delay: var(--adelay);
  transition: transform 0.3s, box-shadow 0.3s;
}
.aps-card[data-v-c90be79d]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
}
@keyframes apsIn-c90be79d {
to { opacity: 1; transform: translateY(0);
}
}
.aps-num[data-v-c90be79d] {
  position: absolute;
  left: 20px;
  top: 24px;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent);
  opacity: 0.3;
}
.aps-title[data-v-c90be79d] {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}
.aps-desc[data-v-c90be79d] {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--text-dark);
  margin: 0;
}

/* ========== 模块五：MES ========== */
.section-mes[data-v-c90be79d] {
  background: var(--bg-light);
}
.mes-grid[data-v-c90be79d] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.mes-card[data-v-c90be79d] {
  background: #fff;
  border-radius: 18px;
  padding: 28px 22px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
  border: 1px solid rgba(44,125,160,0.12);
  opacity: 0;
  transform: translateY(20px);
  animation: mesIn-c90be79d 0.5s ease forwards;
  animation-delay: var(--mdelay);
  transition: transform 0.3s, box-shadow 0.3s;
}
.mes-card[data-v-c90be79d]:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 34px rgba(0,0,0,0.1);
}
.mes-card[data-v-c90be79d]:nth-child(4),
.mes-card[data-v-c90be79d]:nth-child(5) {
  grid-column: span 1;
}
@keyframes mesIn-c90be79d {
to { opacity: 1; transform: translateY(0);
}
}
.mes-icon[data-v-c90be79d] {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.mes-title[data-v-c90be79d] {
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 12px;
}
.mes-list[data-v-c90be79d] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mes-list li[data-v-c90be79d] {
  font-size: 0.82rem;
  line-height: 1.65;
  color: var(--text-dark);
  padding: 8px 14px;
  background: var(--bg-light);
  border-radius: 8px;
  margin-bottom: 8px;
  padding-left: 28px;
  position: relative;
}
.mes-list li[data-v-c90be79d]::before {
  content: '\2713';
  position: absolute;
  left: 10px;
  color: var(--accent);
  font-weight: 900;
  font-size: 0.85rem;
}

/* ========== 模块六：KPI ========== */
.section-kpi[data-v-c90be79d] {
  background: #fff;
}
.kpi-table-wrap[data-v-c90be79d] {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}
.kpi-table[data-v-c90be79d] {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.kpi-table thead th[data-v-c90be79d] {
  background: linear-gradient(135deg, var(--primary), #134a7a);
  color: #fff;
  font-weight: 700;
  padding: 16px 18px;
  text-align: center;
  white-space: nowrap;
}
.kpi-table thead th[data-v-c90be79d]:first-child {
  border-radius: 16px 0 0 0;
}
.kpi-table thead th[data-v-c90be79d]:last-child {
  border-radius: 0 16px 0 0;
}
.kpi-table tbody td[data-v-c90be79d] {
  padding: 14px 18px;
  border-bottom: 1px solid #e2e8f0;
  color: var(--text-dark);
  text-align: center;
  opacity: 0;
  animation: kpiRowIn-c90be79d 0.3s ease forwards;
  animation-delay: var(--kdelay);
}
@keyframes kpiRowIn-c90be79d {
to { opacity: 1;
}
}
.kpi-table tbody tr:hover td[data-v-c90be79d] {
  background: rgba(44,125,160,0.04);
}
.kpi-table tbody td strong[data-v-c90be79d] {
  color: var(--primary);
  font-weight: 700;
}
.kpi-category[data-v-c90be79d] {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
}
.cat-plan[data-v-c90be79d] { background: var(--blue);
}
.cat-capacity[data-v-c90be79d] { background: var(--accent);
}
.cat-quality[data-v-c90be79d] { background: #8B5CF6;
}
.cat-cost[data-v-c90be79d] { background: var(--orange);
}
.cat-digital[data-v-c90be79d] { background: var(--cyan);
}
.kpi-effect[data-v-c90be79d] {
  color: var(--accent);
  font-weight: 600;
}

/* ========== 模块七：项目价值总结 ========== */
.section-summary[data-v-c90be79d] {
  background: var(--bg-light);
}
.summary-box[data-v-c90be79d] {
  max-width: 800px;
  margin: 0 auto 36px;
  background: #fff;
  border-radius: 18px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.06);
  border-left: 5px solid var(--highlight);
}
.summary-box p[data-v-c90be79d] {
  font-size: 0.95rem;
  line-height: 1.8;
  color: var(--text-dark);
  margin: 0;
}
.summary-box strong[data-v-c90be79d] {
  color: var(--accent);
  font-weight: 700;
}
.summary-values[data-v-c90be79d] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.sv-card[data-v-c90be79d] {
  background: #fff;
  border-radius: 16px;
  padding: 24px 20px;
  text-align: center;
  box-shadow: 0 3px 14px rgba(0,0,0,0.04);
  border: 1px solid rgba(44,125,160,0.12);
  animation-delay: var(--svdelay);
  transition: transform 0.3s, box-shadow 0.3s;
}
.sv-card[data-v-c90be79d]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0,0,0,0.08);
}
@keyframes svIn-c90be79d {
to { opacity: 1; transform: translateY(0);
}
}
.sv-icon[data-v-c90be79d] {
  font-size: 2rem;
  margin-bottom: 10px;
}
.sv-card h4[data-v-c90be79d] {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}
.sv-card p[data-v-c90be79d] {
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-muted);
  margin: 0;
}

/* ========== CTA ========== */
.cta-section[data-v-c90be79d] {
  background: linear-gradient(135deg, var(--primary) 0%, #0d3a66 50%, #0a2550 100%);
  padding: 76px 24px;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cta-section[data-v-c90be79d]::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 50%, rgba(245,166,35,0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(0,180,216,0.06) 0%, transparent 50%);
}
.cta-inner[data-v-c90be79d] {
  position: relative;
  z-index: 1;
}
.cta-title[data-v-c90be79d] {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.cta-subtitle[data-v-c90be79d] {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.72);
  margin-bottom: 32px;
}
.cta-buttons[data-v-c90be79d] {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn[data-v-c90be79d] {
  padding: 14px 38px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.cta-btn.primary[data-v-c90be79d] {
  background: var(--highlight);
  color: #fff;
  box-shadow: 0 4px 20px rgba(0, 180, 216, 0.35);
}
.cta-btn.primary[data-v-c90be79d]:hover {
  background: #00c5ee;
  box-shadow: 0 6px 28px rgba(0, 180, 216, 0.5);
  transform: translateY(-2px);
}
.cta-big[data-v-c90be79d] {
  padding: 16px 52px;
  font-size: 1.1rem;
}

/* ========== 响应式 ========== */
@media (max-width: 1024px) {
.hero-section[data-v-c90be79d] { min-height: auto; padding: 60px 24px;
}
.hero-title[data-v-c90be79d] { font-size: 2.2rem;
}
.hero-stats[data-v-c90be79d] { grid-template-columns: repeat(2, 1fr);
}
.about-layout[data-v-c90be79d] { grid-template-columns: 1fr;
}
.bg-layout[data-v-c90be79d] { grid-template-columns: 1fr;
}
.mes-grid[data-v-c90be79d] { grid-template-columns: repeat(2, 1fr);
}
.mes-card[data-v-c90be79d]:nth-child(4),
  .mes-card[data-v-c90be79d]:nth-child(5) {
    grid-column: span 1;
}
.summary-values[data-v-c90be79d] { grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.hero-title[data-v-c90be79d] { font-size: 1.85rem;
}
.hero-subtitle[data-v-c90be79d] { font-size: 1.15rem;
}
.section[data-v-c90be79d] { padding: 56px 0;
}
.section-title[data-v-c90be79d] { font-size: 1.6rem;
}
.hero-stats[data-v-c90be79d] { grid-template-columns: 1fr 1fr;
}
.honors-grid[data-v-c90be79d] { grid-template-columns: 1fr;
}
.mes-grid[data-v-c90be79d] { grid-template-columns: 1fr;
}
.stat-num[data-v-c90be79d] { font-size: 1.5rem;
}
.summary-values[data-v-c90be79d] { grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.hero-title[data-v-c90be79d] { font-size: 1.55rem;
}
.hero-subtitle[data-v-c90be79d] { font-size: 1rem;
}
.badge[data-v-c90be79d] { font-size: 0.78rem; padding: 6px 14px;
}
.cta-title[data-v-c90be79d] { font-size: 1.5rem;
}
.cta-big[data-v-c90be79d] { padding: 14px 36px; font-size: 1rem;
}
}

/* 回到顶部 */
.back-to-top[data-v-c90be79d] {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: all 0.3s ease;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 78, 162, 0.85);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: none;
  outline: none;
}
.back-to-top.visible[data-v-c90be79d] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top[data-v-c90be79d]:hover {
  background: rgba(0, 78, 162, 1);
  box-shadow: 0 6px 20px rgba(0, 78, 162, 0.4);
  transform: translateY(-3px);
}
.back-to-top svg[data-v-c90be79d] { width: 22px; height: 22px;
}
@media (max-width: 768px) {
.back-to-top[data-v-c90be79d] { bottom: 24px; right: 24px; width: 42px; height: 42px;
}
.back-to-top svg[data-v-c90be79d] { width: 18px; height: 18px;
}
}
