.detacon[data-v-7a7a9528] {
  --app-bg: #0a144b;
  --panel-bg: rgba(10, 20, 75, 0.92);
  --panel-bg-2: rgba(10, 20, 75, 0.62);
  --border: rgba(67, 67, 178, 0.65);
  --border2: rgba(67, 67, 178, 0.45);
  --text: #ffffff;
  --sub: #c7c9cc;
  --accent: #a7e8ff;
  --green: #90ff8d;
  --red: #ff4d4f;
  min-height: 100vh;
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(var(--app-bg)), color-stop(55%, #070f3e), to(#040a2d)) !important;
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), linear-gradient(180deg, var(--app-bg) 0%, #070f3e 55%, #040a2d 100%) !important;
  color: var(--text);
}
/* 顶部导航同站风格 */
.detacon[data-v-7a7a9528] .van-nav-bar,
.detacon[data-v-7a7a9528] .van-nav-bar__content {
  background: rgba(10, 20, 75, 0.72) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.detacon[data-v-7a7a9528] .van-nav-bar::after {
  display: none !important;
}
.detacon[data-v-7a7a9528] .van-nav-bar__title {
  color: #fff !important;
  font-weight: 900 !important;
}
.detacon[data-v-7a7a9528] .van-nav-bar .van-icon {
  color: var(--accent) !important;
}
.productSort_con_list[data-v-7a7a9528] {
  padding: 12px 0 20px;
}
.page-pad[data-v-7a7a9528] {
  padding: 0 12px;
}
/* 通用面板 */
.panel[data-v-7a7a9528] {
  position: relative;
  border-radius: 6px;
  background: var(--panel-bg);
  border: 1px solid var(--border2);
  overflow: hidden;
  -webkit-box-shadow: 0 18px 30px rgba(5, 0, 40, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: 0 18px 30px rgba(5, 0, 40, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.panel-glow[data-v-7a7a9528] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 0%, rgba(167, 232, 255, 0.18), transparent 60%), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), color-stop(35%, transparent));
  background: radial-gradient(circle at 18% 0%, rgba(167, 232, 255, 0.18), transparent 60%), linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 35%);
}
/* 顶部 hero 卡 */
.hero-card[data-v-7a7a9528] {
  margin-top: 52px;
  padding: 14px 12px 16px;
}
.hero-title[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 1000;
  font-size: 16px;
  color: #fff;
}
.hero-chips[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.hero-chips .chip[data-v-7a7a9528] {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(167, 232, 255, 0.35);
  background: rgba(167, 232, 255, 0.1);
  color: rgba(244, 245, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
}
/* 顶部两列 */
.hero-topGrid[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 12px;
}
.hero-leftBox[data-v-7a7a9528] {
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.55);
  border: 1px solid rgba(67, 67, 178, 0.35);
  padding: 12px 12px;
}
.bigRate[data-v-7a7a9528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 4px;
  line-height: 1;
}
.bigRate .num[data-v-7a7a9528] {
  font-size: 36px;
  font-weight: 1100;
  color: var(--red);
}
.bigRate .pct[data-v-7a7a9528] {
  font-size: 14px;
  font-weight: 900;
  color: var(--red);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.bigLab[data-v-7a7a9528] {
  margin-top: 8px;
  font-size: 12px;
  color: var(--sub);
  font-weight: 800;
}
.hero-rightBox[data-v-7a7a9528] {
  display: grid;
  gap: 10px;
}
.kvbox[data-v-7a7a9528] {
  border-radius: 6px;
  background: rgba(10, 20, 75, 0.55);
  border: 1px solid rgba(67, 67, 178, 0.35);
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kvbox .k[data-v-7a7a9528] {
  font-size: 12px;
  color: var(--sub);
  font-weight: 800;
}
.kvbox .v[data-v-7a7a9528] {
  font-size: 14px;
  color: #fff;
  font-weight: 1000;
}
/* ================= 雷达进度仪表盘（无 mask 稳定版） ================= */
.radar-wrap[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.radar[data-v-7a7a9528] {
  --p: 0;
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* ✅ 外圈刻度：放在 background，不用 mask，不会丢 */
  background: repeating-conic-gradient(from -90deg, rgba(167, 232, 255, 0.14) 0deg, rgba(167, 232, 255, 0.14) 0.9deg, transparent 0.9deg, transparent 6deg);
  -webkit-filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
          filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.45));
}
/* ✅ 内盘覆盖：把刻度盖住，只留最外一圈 */
.radar[data-v-7a7a9528]::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: rgba(10, 20, 75, 0.32);
  border: 1px solid rgba(67, 67, 178, 0.28);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
/* ===== 进度环（外圈亮 + 内圈浅） ===== */
.arc[data-v-7a7a9528] {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.arc-outer[data-v-7a7a9528] {
  inset: 18px;
  background: conic-gradient(from -90deg, #a7e8ff 0 calc(var(--p) * 1%), rgba(255, 255, 255, 0.12) 0 100%);
  -webkit-filter: drop-shadow(0 0 10px rgba(167, 232, 255, 0.25));
          filter: drop-shadow(0 0 10px rgba(167, 232, 255, 0.25));
}
.arc-outer[data-v-7a7a9528]::after {
  content: "";
  position: absolute;
  inset: 14px;
  /* ✅ 决定外圈厚度 */
  border-radius: 50%;
  background: rgba(10, 20, 75, 0.56);
  border: 1px solid rgba(67, 67, 178, 0.22);
}
.arc-inner[data-v-7a7a9528] {
  inset: 34px;
  background: conic-gradient(from -90deg, rgba(167, 232, 255, 0.45) 0 calc(var(--p) * 1%), rgba(255, 255, 255, 0.08) 0 100%);
  -webkit-filter: drop-shadow(0 0 8px rgba(167, 232, 255, 0.16));
          filter: drop-shadow(0 0 8px rgba(167, 232, 255, 0.16));
}
.arc-inner[data-v-7a7a9528]::after {
  content: "";
  position: absolute;
  inset: 12px;
  /* ✅ 决定内圈厚度 */
  border-radius: 50%;
  background: rgba(10, 20, 75, 0.62);
  border: 1px solid rgba(67, 67, 178, 0.18);
}
/* ✅ 扇形扫光：从中心发散（不使用 mask） */
.radar-sweep[data-v-7a7a9528] {
  position: absolute;
  inset: 18px;
  border-radius: 50%;
  pointer-events: none;
  background: conic-gradient(from -90deg, rgba(167, 232, 255, 0) 0deg, rgba(167, 232, 255, 0) 305deg, rgba(167, 232, 255, 0.1) 330deg, rgba(167, 232, 255, 0.26) 350deg, rgba(167, 232, 255, 0) 360deg), /* 中心发散（中心更亮，外圈更淡） */ radial-gradient(circle at 50% 50%, rgba(167, 232, 255, 0.2) 0%, rgba(167, 232, 255, 0.08) 28%, transparent 60%);
  mix-blend-mode: screen;
  opacity: 0.95;
  -webkit-animation: sweep-7a7a9528 2.6s linear infinite;
          animation: sweep-7a7a9528 2.6s linear infinite;
}
@-webkit-keyframes sweep-7a7a9528 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes sweep-7a7a9528 {
from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
/* ✅ 只保留一个内环（别太多圈） */
.ring[data-v-7a7a9528] {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ring-1[data-v-7a7a9528] {
  width: 62%;
  height: 62%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
/* 中心文字 */
.radar-center[data-v-7a7a9528] {
  position: relative;
  z-index: 2;
  width: 48%;
  height: 48%;
  border-radius: 50%;
  background: rgba(10, 20, 75, 0.82);
  border: 1px solid rgba(67, 67, 178, 0.32);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.pct-text[data-v-7a7a9528] {
  font-size: 16px;
  font-weight: 1100;
  color: #fff;
  text-shadow: 0 0 14px rgba(167, 232, 255, 0.14);
  line-height: 1.1;
  text-align: center;
  max-width: 92%;
}
.pct-sub[data-v-7a7a9528] {
  margin-top: 4px;
  font-size: 12px;
  color: var(--sub);
  font-weight: 800;
}
.min-tag[data-v-7a7a9528] {
  margin-top: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid rgba(67, 67, 178, 0.45);
  background: rgba(10, 20, 75, 0.55);
  color: rgba(244, 245, 255, 0.92);
  font-weight: 1000;
  font-size: 12px;
}
/* ================== 两张 action 卡 ================== */
.action-card[data-v-7a7a9528] {
  margin-top: 12px;
  padding: 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.ac-left[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.ac-title[data-v-7a7a9528] {
  font-size: 14px;
  font-weight: 1000;
  color: #fff;
}
.ac-sub[data-v-7a7a9528] {
  margin-top: 6px;
  font-size: 12px;
  color: var(--sub);
  font-weight: 800;
}
.ac-btn[data-v-7a7a9528] {
  position: relative;
  z-index: 1;
  height: 34px;
  padding: 0 14px;
  border-radius: 6px;
  border: 1px solid rgba(167, 232, 255, 0.4);
  background: rgba(167, 232, 255, 0.12);
  color: rgba(244, 245, 255, 0.92);
  font-weight: 1000;
  font-size: 12px;
}
/* ================== 底部按钮 ================== */
.btn-row[data-v-7a7a9528] {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.btn-primary[data-v-7a7a9528] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#a9ff9f), to(#90ff8d));
  background: linear-gradient(180deg, #a9ff9f 0%, #90ff8d 100%);
  color: #0a144b;
  font-weight: 1100;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 26px rgba(144, 255, 141, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55), 0 12px 26px rgba(144, 255, 141, 0.18);
}
.btn-ghost[data-v-7a7a9528] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(167, 232, 255, 0.55);
  color: var(--accent);
  font-weight: 1100;
}
.btn-disabled[data-v-7a7a9528] {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 245, 255, 0.65);
  font-weight: 1000;
}
/* ================= 抽屉（van-popup） ================= */
.drawer[data-v-7a7a9528] {
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), -webkit-gradient(linear, left top, left bottom, from(rgba(10, 20, 75, 0.98)), to(rgba(8, 14, 55, 0.98)));
  background: radial-gradient(120% 140% at 0% 0%, rgba(88, 53, 199, 0.35) 0%, transparent 55%), linear-gradient(180deg, rgba(10, 20, 75, 0.98) 0%, rgba(8, 14, 55, 0.98) 100%);
  border-top: 1px solid rgba(67, 67, 178, 0.35);
  padding-bottom: calc(14px + env(safe-area-inset-bottom));
  max-height: 86vh;
  overflow: auto;
}
.drawer-head[data-v-7a7a9528] {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-bottom: 1px solid rgba(67, 67, 178, 0.25);
}
.drawer-title[data-v-7a7a9528] {
  color: #fff;
  font-weight: 1100;
  font-size: 16px;
}
.drawer-close[data-v-7a7a9528] {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(255, 255, 255, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: rgba(244, 245, 255, 0.92);
  font-size: 18px;
  font-weight: 900;
}
/* 流程三节点 */
.stepper[data-v-7a7a9528] {
  margin: 14px 14px 10px;
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(10, 20, 75, 0.55);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.step[data-v-7a7a9528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  min-width: 0;
}
.dot[data-v-7a7a9528] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.dot.active[data-v-7a7a9528] {
  border-color: rgba(167, 232, 255, 0.95);
  -webkit-box-shadow: 0 0 16px rgba(167, 232, 255, 0.25);
          box-shadow: 0 0 16px rgba(167, 232, 255, 0.25);
  background: rgba(167, 232, 255, 0.18);
}
.label .t1[data-v-7a7a9528] {
  color: #fff;
  font-weight: 1000;
  font-size: 12px;
  white-space: nowrap;
}
.label .t2[data-v-7a7a9528] {
  margin-top: 4px;
  color: var(--sub);
  font-weight: 800;
  font-size: 11px;
  white-space: nowrap;
}
.line[data-v-7a7a9528] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  margin-top: 7px;
  background: rgba(167, 232, 255, 0.3);
  opacity: 0.65;
}
/* 规则内容块 */
.rule-list[data-v-7a7a9528] {
  margin: 0 14px;
  display: grid;
  gap: 10px;
}
.rule-item[data-v-7a7a9528] {
  padding: 10px 10px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(10, 20, 75, 0.45);
  color: rgba(244, 245, 255, 0.92);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
/* ================= 产品详情 + FAQ ================= */
.detail-wrap[data-v-7a7a9528] {
  padding: 14px 14px 0;
}
.detail-full[data-v-7a7a9528] {
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(10, 20, 75, 0.55);
  margin-bottom: 12px;
}
.detail-full .dk[data-v-7a7a9528] {
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 900;
}
.detail-full .dv[data-v-7a7a9528] {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  line-height: 16px;
  word-break: break-word;
}
.detail-grid[data-v-7a7a9528] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}
.dcard[data-v-7a7a9528] {
  padding: 12px 12px;
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(10, 20, 75, 0.45);
}
.dcard .dk[data-v-7a7a9528] {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
}
.dcard .dv[data-v-7a7a9528] {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 1000;
  word-break: break-word;
}
.dcard .dv.big[data-v-7a7a9528] {
  font-size: 14px;
  font-weight: 1100;
}
.dcard .dv.red[data-v-7a7a9528] {
  color: var(--red);
}
.faq-title[data-v-7a7a9528] {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 1100;
}
.faq-list[data-v-7a7a9528] {
  display: grid;
  gap: 10px;
}
.faq-item[data-v-7a7a9528] {
  border-radius: 6px;
  border: 1px solid rgba(67, 67, 178, 0.35);
  background: rgba(10, 20, 75, 0.45);
  overflow: hidden;
}
.faq-q[data-v-7a7a9528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 12px 12px;
}
.qtxt[data-v-7a7a9528] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(244, 245, 255, 0.92);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}
.arr[data-v-7a7a9528] {
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(167, 232, 255, 0.55);
  border-bottom: 2px solid rgba(167, 232, 255, 0.55);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.18s ease;
  transition: -webkit-transform 0.18s ease;
  transition: transform 0.18s ease;
  transition: transform 0.18s ease, -webkit-transform 0.18s ease;
  opacity: 0.9;
}
.arr.open[data-v-7a7a9528] {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.faq-a[data-v-7a7a9528] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding: 0 12px 12px;
}
.atxt[data-v-7a7a9528] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(244, 245, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}
.qa-ic[data-v-7a7a9528] {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 1100;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa-ic.q[data-v-7a7a9528] {
  border: 1px solid rgba(167, 232, 255, 0.35);
  background: rgba(167, 232, 255, 0.1);
  color: rgba(244, 245, 255, 0.92);
}
.qa-ic.a[data-v-7a7a9528] {
  border: 1px solid rgba(144, 255, 141, 0.35);
  background: rgba(144, 255, 141, 0.1);
  color: rgba(244, 245, 255, 0.92);
}


/*# sourceMappingURL=chunk-2b743a1a.537b9ff3.css.map*/