/* 0z7vi6wk55nw | v5.67 */
/* ===== 全局样式 - 心理测试工具网站 ===== */
@import url('https://fonts.pjqnhdxi.ty8qndozrl/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Serif+SC:wght@400;600;700&display=swap');

:root {
  --primary: #6C5CE7;
  --primary-dark: #5A4BD1;
  --primary-light: #A29BFE;
  --secondary: #00CEC9;
  --secondary-dark: #00B5B0;
  --accent: #FD79A8;
  --accent-light: #FDCB6E;
  --bg-main: #F8F7FF;
  --bg-card: #FFFFFF;
  --bg-dark: #2D3436;
  --text-primary: #2D3436;
  --text-secondary: #636E72;
  --text-light: #B2BEC3;
  --border: #DFE6E9;
  --shadow-sm: 0 2px 8px rgba(108,92,231,0.08);
  --shadow-md: 0 4px 20px rgba(108,92,231,0.12);
  --shadow-lg: 0 8px 40px rgba(108,92,231,0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { font-size: 16px; scroll-behavior: smooth; }
/* 9x7gvqke */
body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* 干扰标签隐藏 */
._cwtxge7q {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

/* ===== 容器 ===== */
.el-gs44u3 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 导航 ===== */
._dbenk7 {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 0;
  position: relative;
  z-index: 100;
}

.r7s19l53w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.n0gc5kj {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}

.n0gc5kj .amltluggz {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.n0gc5kj ._gnzdo3 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

._nnvqtc {
  display: flex;
  list-style: none;
  gap: 6px;
}

._nnvqtc a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

._nnvqtc a:hover, ._nnvqtc a.active {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

._o5t0n30m {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
}

/* ===== 英雄区 ===== */
._3iq8uyd {
  background: linear-gradient(135deg, var(--primary) 0%, #8B5CF6 50%, var(--secondary) 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

._3iq8uyd::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

._3iq8uyd::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(253,121,168,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.sc-zt0kd3 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
/* 58hyjso */
._3iq8uyd h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

._3iq8uyd p {
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 36px;
  opacity: 0.92;
  line-height: 1.9;
}

.t8osal1t {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.mzi7gfoo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.el-2dbn7y {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.el-2dbn7y:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

._rvo5n7 {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}

._rvo5n7:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

._nl7b9n0z {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 15px rgba(253,121,168,0.3);
}

._nl7b9n0z:hover {
  background: #e8689a;
  transform: translateY(-2px);
}
/* 6rsrrc */
.tr5h2zz {
  background: var(--secondary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,206,201,0.3);
}

.tr5h2zz:hover {
  background: var(--secondary-dark);
  transform: translateY(-2px);
}

/* ===== 区块通用 ===== */
._ge8qqn {
  padding: 70px 0;
}

._ws44ovsl {
  background: #fff;
}
/* 36eauc */
._a3jjoq {
  text-align: center;
  margin-bottom: 50px;
}

._a3jjoq h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

._a3jjoq h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 2px;
}

._a3jjoq p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 20px auto 0;
}
/* 3ws2jtv */
/* ===== 卡片网格 ===== */
._dzs233sh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.st-hiugg8 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.st-hiugg8:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.sc-lwygru {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

._qx6wfo5w {
  padding: 24px;
}

.el-9dawrd {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}

._qx6wfo5w h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

._qx6wfo5w p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 16px;
}

._botn70f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-light);
}

._kyh2ch0b {
  color: var(--accent-light);
  font-size: 1rem;
}
/* 8ww4rgxy8 */
/* ===== 对比表格 ===== */
.st-308tf9 {
  overflow-x: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  background: #fff;
}

.st-x1li3j {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.st-x1li3j thead {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}
/* dhswbtq0x1 */
.st-x1li3j th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.st-x1li3j td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-primary);
}

.st-x1li3j tbody tr:hover {
  background: rgba(108,92,231,0.04);
}
/* aq4yrxx */
.st-x1li3j tbody tr:last-child td {
  border-bottom: none;
}

.tw-bwyzx9 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.el-htrm7c { background: #D4EFDF; color: #1E8449; }
._ku2zopm7 { background: #FEF9E7; color: #B7950B; }
.css-t8iwwk { background: #FADBD8; color: #C0392B; }

/* ===== FAQ ===== */
.z2wl87z {
  max-width: 800px;
  margin: 0 auto;
}

.fn1okf6r7 {
  background: #fff;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
}

.vlbup80 {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  font-family: inherit;
}

.vlbup80:hover { color: var(--primary); }

.vlbup80 .tw-4fgjzt {
  font-size: 1.3rem;
  transition: transform 0.3s;
  color: var(--primary);
}

.fn1okf6r7.open .tw-4fgjzt { transform: rotate(45deg); }
/* q4f64fg2dg */
._gcrrq8 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
/* g07d */
.fn1okf6r7.open ._gcrrq8 { max-height: 500px; }
/* yuijygeq2 */
._gnu7fk {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  line-height: 1.9;
}
/* 7x74gohjef */
/* ===== 评价 ===== */
.tw-8gkm0p {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.el-pl9l91 {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  position: relative;
}

.el-pl9l91::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 4rem;
  color: var(--primary-light);
  opacity: 0.3;
  font-family: serif;
  line-height: 1;
}

.tw-4zvqz2 { color: var(--accent-light); margin-bottom: 12px; font-size: 1.1rem; }

.sc-zy7uud {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 16px;
  line-height: 1.8;
}

._fn6rbr {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gd6tfcih1 {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.c05b18i strong { display: block; font-size: 0.95rem; }
.c05b18i span { font-size: 0.82rem; color: var(--text-light); }

/* ===== 知识百科 ===== */
.sc-y08swf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* a90y2ba */
.efhwi2g {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: var(--transition);
}

.efhwi2g:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.css-qbltv6 {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.css-qbltv6.css-wbowc2 { background: rgba(108,92,231,0.1); color: var(--primary); }
.css-qbltv6.st-12gba0 { background: rgba(0,206,201,0.1); color: var(--secondary); }
.css-qbltv6.css-7epx9j { background: rgba(253,121,168,0.1); color: var(--accent); }
.css-qbltv6.dqolx2wqfk { background: rgba(253,203,110,0.1); color: #E17055; }

.efhwi2g h3 { font-size: 1.1rem; margin-bottom: 10px; }
.efhwi2g p { color: var(--text-secondary); font-size: 0.92rem; }

/* ===== 面包屑 ===== */
.f6c0hx5wsd {
  padding: 16px 0;
  font-size: 0.9rem;
}

.a8rpkrfh {
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.a8rpkrfh li + li::before {
  content: '›';
  margin-right: 8px;
  color: var(--text-light);
}

.a8rpkrfh a {
  color: var(--primary);
  text-decoration: none;
}
/* gnk703og */
.a8rpkrfh a:hover { text-decoration: underline; }

.a8rpkrfh .el-z7derb { color: var(--text-secondary); }

/* ===== 页脚 ===== */
.el-gzwbh6 {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}

.st-9qx6z2 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.css-nst6uu ._gnzdo3 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}

.css-nst6uu p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
}

._b17cvf h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
}

._b17cvf ul { list-style: none; }

._b17cvf ul li { margin-bottom: 10px; }

._b17cvf ul a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
}

._b17cvf ul a:hover { color: var(--secondary); }

.st-pmxv1o {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.st-pmxv1o a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.9rem;
}

.st-pmxv1o a:hover {
  background: var(--primary);
  color: #fff;
}

.st-z68iqw {
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
}

.st-z68iqw a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.st-z68iqw a:hover { color: var(--secondary); }

/* ===== 内页通用 ===== */
.viatysbw {
  background: linear-gradient(135deg, var(--primary) 0%, #8B5CF6 100%);
  padding: 50px 0 60px;
  color: #fff;
  text-align: center;
}

.viatysbw h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
/* nltwiw */
.viatysbw p {
  font-size: 1.05rem;
  opacity: 0.88;
  max-width: 600px;
  margin: 0 auto;
}

.yn4pmtk {
  padding: 50px 0;
}

.css-jgn99o {
  max-width: 900px;
  margin: 0 auto;
}
/* sexx26284 */
.css-jgn99o h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.6rem;
  margin: 40px 0 16px;
  color: var(--text-primary);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-light);
}

.css-jgn99o h3 {
  font-size: 1.25rem;
  margin: 28px 0 12px;
  color: var(--primary-dark);
}

.css-jgn99o p {
  margin-bottom: 18px;
  color: var(--text-secondary);
  line-height: 2;
}

.css-jgn99o ul, .css-jgn99o ol {
  margin: 14px 0 20px 24px;
  color: var(--text-secondary);
}

.css-jgn99o li { margin-bottom: 8px; line-height: 1.8; }

/* ===== 步骤 ===== */
._n7czhk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin: 30px 0;
}

.jjc7b3bg {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.dhqdaoe {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 14px;
}
/* 40qn */
.jjc7b3bg h4 { font-size: 1.05rem; margin-bottom: 8px; }
.jjc7b3bg p { font-size: 0.9rem; color: var(--text-secondary); }

/* ===== 价格卡片 ===== */
._qlls736 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

._37gjjf {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--border);
  text-align: center;
  transition: var(--transition);
  position: relative;
}

._37gjjf._7gzqhfad {
  border-color: var(--primary);
  transform: scale(1.03);
}

._37gjjf._7gzqhfad::before {
  content: '最受欢迎';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
}

._37gjjf h3 { font-size: 1.3rem; margin-bottom: 8px; }

.fe7xqesqic {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--primary);
  margin: 16px 0;
}

.fe7xqesqic span { font-size: 1rem; font-weight: 400; color: var(--text-light); }
/* 9hzz */
._9okek17f {
  list-style: none;
  margin: 20px 0;
  text-align: left;
}

._9okek17f li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  color: var(--text-secondary);
}

._9okek17f li::before {
  content: '✓';
  color: var(--secondary);
  font-weight: 700;
  margin-right: 10px;
}
/* 5pf94 */
/* ===== 动画 ===== */
._zwfc40xn {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._zwfc40xn.visible {
  opacity: 1;
  transform: translateY(0);
}

.el-lzg9tk {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.el-lzg9tk.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ===== 响应式 ===== */
@media (max-width: 992px) {
  .st-9qx6z2 {
    grid-template-columns: 1fr 1fr;
  }
/* ttmp1t413i */  ._3iq8uyd h1 { font-size: 2.2rem; }
}

@media (max-width: 768px) {
  ._o5t0n30m { display: block; }
  ._nnvqtc {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-dark);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
  }
  ._nnvqtc.open { display: flex; }
  ._nnvqtc a { padding: 12px 16px; }

  ._3iq8uyd { padding: 50px 0 70px; }
  ._3iq8uyd h1 { font-size: 1.8rem; }
  ._3iq8uyd p { font-size: 1rem; }

  ._ge8qqn { padding: 50px 0; }
  ._a3jjoq h2 { font-size: 1.6rem; }

  ._dzs233sh { grid-template-columns: 1fr; }
/* 7gd9rf0via */  .tw-8gkm0p { grid-template-columns: 1fr; }
/* 3htpo */  .sc-y08swf { grid-template-columns: 1fr; }
  ._qlls736 { grid-template-columns: 1fr; }
  ._n7czhk { grid-template-columns: 1fr 1fr; }

  .st-9qx6z2 { grid-template-columns: 1fr; gap: 30px; }

  .viatysbw h1 { font-size: 1.7rem; }

  ._37gjjf._7gzqhfad { transform: none; }
}

@media (max-width: 480px) {
  ._3iq8uyd h1 { font-size: 1.5rem; }
  .t8osal1t { flex-direction: column; align-items: center; }
  ._n7czhk { grid-template-columns: 1fr; }
  .st-x1li3j { font-size: 0.85rem; }
  .st-x1li3j th, .st-x1li3j td { padding: 10px 12px; }
}

/* ===== 滚动条 ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-main); }
::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* ===== 辅助类 ===== */
._g8cu0udb { text-align: center; }
.css-d3ho0j { margin-top: 20px; }
.gkucc7az { margin-top: 40px; }
.w1m52rk7 { margin-bottom: 20px; }
.ekwzjol { margin-bottom: 40px; }

/* 下载页 */
.c2iekal {
  text-align: center;
  padding: 60px 20px;
}

.d1vg6pa {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

._9rroa8xx {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  min-width: 260px;
  transition: var(--transition);
}

._9rroa8xx:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.li4iywy {
  font-size: 3rem;
  margin-bottom: 16px;
}

._9rroa8xx h3 { margin-bottom: 10px; }
._9rroa8xx p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }

/* 91p84fb9akj8egoz */
