/* ============================================
   妻社 - 原创样式表
   品牌：妻社 | 域名：wqlirso.cn
   配色方案：虎红+深夜蓝+暖橙
   ============================================ */

/* CSS Variables */
:root {
  --primary: #E84033;
  --primary-dark: #C0352A;
  --secondary: #1A1A2E;
  --accent: #FF6B35;
  --bg-dark: #0F0F1A;
  --bg-card: #1C1C30;
  --bg-card-hover: #252545;
  --text-main: #F5F5F5;
  --text-sub: #A0A0B8;
  --text-muted: #6B6B80;
  --gradient-main: linear-gradient(135deg, #E84033, #FF6B35);
  --gradient-dark: linear-gradient(180deg, #0F0F1A, #1A1A2E);
  --border-color: #2A2A45;
  --shadow-card: 0 4px 20px rgba(0,0,0,0.3);
  --shadow-hover: 0 8px 32px rgba(232,64,51,0.2);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
  --max-width: 1280px;
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.7;
  overflow-x: hidden;
}
a { color: var(--accent); text-decoration: none; transition: var(--transition); }
a:hover { color: var(--primary); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.3; }

/* Container */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 20px; }

/* ============ Header & Navigation ============ */
.ool792 {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 1000;
  background: rgba(15,15,26,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
.ipjhvge7 {
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--max-width); margin: 0 auto; padding: 0 20px; height: 68px;
}
.vm2uya3s { display: flex; align-items: center; gap: 10px; }
.vm2uya3s img { height: 42px; width: auto; }
.ldxea { font-size: 1.4rem; font-weight: 800; background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.x6ojo4l3 { display: flex; align-items: center; gap: 6px; }
.x6ojo4l3 a {
  padding: 8px 16px; border-radius: var(--radius-sm); color: var(--text-sub);
  font-size: 0.95rem; font-weight: 500; transition: var(--transition);
}
.x6ojo4l3 a:hover, .x6ojo4l3 a.active { color: var(--text-main); background: rgba(232,64,51,0.12); }
.e60pt7 { display: none; background: none; border: none; color: var(--text-main); font-size: 1.5rem; cursor: pointer; }

/* Search Bar */
.hjs3e {
  max-width: var(--max-width); margin: 0 auto; padding: 12px 20px;
  background: rgba(28,28,48,0.6);
}
.n8sti {
  display: flex; align-items: center; background: var(--bg-card);
  border: 1px solid var(--border-color); border-radius: 50px; overflow: hidden;
  max-width: 680px; margin: 0 auto;
}
.n8sti input {
  flex: 1; padding: 12px 20px; background: transparent; border: none;
  color: var(--text-main); font-size: 0.95rem; outline: none;
}
.n8sti input::placeholder { color: var(--text-muted); }
.n8sti button {
  padding: 12px 24px; background: var(--gradient-main); border: none;
  color: #fff; font-size: 0.95rem; cursor: pointer; transition: var(--transition);
}
.n8sti button:hover { opacity: 0.9; }

/* ============ Hero Banner ============ */
.euc5wbuh {
  position: relative; margin-top: 68px; overflow: hidden;
  min-height: 520px; display: flex; align-items: center;
}
.gdlo7 {
  position: absolute; inset: 0; z-index: 0;
  background-size: cover; background-position: center;
}
.gdlo7::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,15,26,0.85), rgba(26,26,46,0.7));
}
.buh2z {
  position: relative; z-index: 1; max-width: var(--max-width);
  margin: 0 auto; padding: 80px 20px; text-align: center;
}
.buh2z h1 { font-size: 2.8rem; margin-bottom: 16px; }
.buh2z h1 span { background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.buh2z p { font-size: 1.15rem; color: var(--text-sub); max-width: 640px; margin: 0 auto 32px; }
.fxvsvf { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.n2g8k2tq {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; background: var(--gradient-main); color: #fff;
  border: none; border-radius: 50px; font-size: 1rem; font-weight: 600;
  cursor: pointer; transition: var(--transition);
}
.n2g8k2tq:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,64,51,0.35); color: #fff; }
.q17jk {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 32px; background: transparent; color: var(--text-main);
  border: 2px solid var(--border-color); border-radius: 50px;
  font-size: 1rem; font-weight: 600; cursor: pointer; transition: var(--transition);
}
.q17jk:hover { border-color: var(--primary); color: var(--primary); }

/* ============ Section Common ============ */
.section { padding: 72px 0; }
.zltylt { text-align: center; margin-bottom: 48px; }
.zltylt h2 { font-size: 2rem; margin-bottom: 12px; }
.zltylt h2 span { color: var(--primary); }
.zltylt p { color: var(--text-sub); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }
.nidjvqcb {
  display: inline-block; padding: 4px 14px; background: rgba(232,64,51,0.12);
  color: var(--primary); border-radius: 50px; font-size: 0.85rem; font-weight: 600;
  margin-bottom: 12px;
}

/* ============ Video Cards Grid ============ */
.do9330fz { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.syekgw {
  background: var(--bg-card); border-radius: var(--radius); overflow: hidden;
  transition: var(--transition); cursor: pointer; border: 1px solid var(--border-color);
}
.syekgw:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); border-color: var(--primary); }
.r3hwfmy {
  position: relative; overflow: hidden; aspect-ratio: 16/9;
}
.r3hwfmy img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.syekgw:hover .r3hwfmy img { transform: scale(1.05); }
.accfvpi {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);
  width: 56px; height: 56px; background: rgba(232,64,51,0.9); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: var(--transition);
}
.accfvpi::after {
  content: ''; width: 0; height: 0;
  border-left: 18px solid #fff; border-top: 11px solid transparent; border-bottom: 11px solid transparent;
  margin-left: 4px;
}
.syekgw:hover .accfvpi { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.v15z4v { padding: 14px 16px; }
.ji02j0e { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.la9ls4ks { display: flex; align-items: center; gap: 12px; font-size: 0.8rem; color: var(--text-muted); }
.la9ls4ks span { display: flex; align-items: center; gap: 4px; }
.e0hbzj {
  position: absolute; top: 10px; left: 10px; padding: 3px 10px;
  background: var(--primary); color: #fff; border-radius: 4px;
  font-size: 0.75rem; font-weight: 600;
}
.hexyt {
  position: absolute; bottom: 10px; right: 10px; padding: 2px 8px;
  background: rgba(0,0,0,0.75); color: #fff; border-radius: 4px;
  font-size: 0.75rem;
}

/* ============ Feature Modules ============ */
.o2wcdw { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.nyt1tn7 {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: var(--transition);
}
.nyt1tn7:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.yw3u57 {
  width: 64px; height: 64px; margin: 0 auto 20px;
  background: var(--gradient-main); border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.nyt1tn7 h3 { font-size: 1.15rem; margin-bottom: 10px; }
.nyt1tn7 p { color: var(--text-sub); font-size: 0.9rem; }

/* ============ AI Section ============ */
.btw2fs0 { background: linear-gradient(135deg, rgba(28,28,48,0.8), rgba(15,15,26,0.9)); }
.gwm7f { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.kh92hq1g { border-radius: var(--radius-lg); overflow: hidden; }
.kh92hq1g img { width: 100%; }
.yj4guzyo h3 { font-size: 1.3rem; margin-bottom: 16px; color: var(--accent); }
.yj4guzyo p { color: var(--text-sub); margin-bottom: 20px; }
.ywjifpx { display: flex; flex-direction: column; gap: 12px; }
.hhf05ln {
  display: flex; align-items: center; gap: 12px; padding: 12px 16px;
  background: rgba(255,255,255,0.04); border-radius: var(--radius-sm);
  border-left: 3px solid var(--primary);
}
.hhf05ln span { color: var(--text-sub); font-size: 0.9rem; }

/* ============ Expert Team ============ */
.ipi2lm7 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.eg4n2vd8 {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 32px 24px; text-align: center;
  transition: var(--transition);
}
.eg4n2vd8:hover { border-color: var(--primary); box-shadow: var(--shadow-hover); }
.xpb89m {
  width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 16px;
  overflow: hidden; border: 3px solid var(--primary);
}
.xpb89m img { width: 100%; height: 100%; object-fit: cover; }
.eg4n2vd8 h4 { font-size: 1.1rem; margin-bottom: 4px; }
.wvmyk39s { color: var(--accent); font-size: 0.85rem; margin-bottom: 12px; }
.iuob3e1y { color: var(--text-sub); font-size: 0.85rem; margin-bottom: 16px; }
.lyapaj { display: flex; gap: 10px; justify-content: center; }
.v1c7v13 {
  padding: 8px 16px; font-size: 0.8rem; border-radius: 50px;
  border: 1px solid var(--border-color); color: var(--text-sub);
  background: transparent; cursor: pointer; transition: var(--transition);
}
.v1c7v13:hover { border-color: var(--primary); color: var(--primary); }
.btn-sm.filled { background: var(--gradient-main); border: none; color: #fff; }

/* ============ Partner Logos ============ */
.zhblh {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 32px;
  align-items: center; padding: 20px 0;
}
.nk4zp {
  width: 120px; height: 60px; background: var(--bg-card);
  border: 1px solid var(--border-color); border-radius: var(--radius-sm);
  display: flex; align-items: center; justify-content: center;
  color: var(--text-muted); font-size: 0.85rem; font-weight: 600;
  transition: var(--transition);
}
.nk4zp:hover { border-color: var(--primary); color: var(--text-main); }

/* ============ Reviews ============ */
.ab40qi6 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.aaog5a1 {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 24px; transition: var(--transition);
}
.aaog5a1:hover { border-color: var(--primary); }
.zczfmu7m { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.z5o2fff {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--gradient-main); display: flex; align-items: center;
  justify-content: center; color: #fff; font-weight: 700; font-size: 1.1rem;
}
.b1gwwk { font-weight: 600; font-size: 0.95rem; }
.sp0dl { font-size: 0.8rem; color: var(--text-muted); }
.vbr71t { color: #FFB800; font-size: 0.9rem; margin-bottom: 8px; }
.pe3nflx0 { color: var(--text-sub); font-size: 0.9rem; line-height: 1.6; }

/* ============ FAQ ============ */
.gg9upg { max-width: 800px; margin: 0 auto; }
.rl5ilx68 {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius-sm); margin-bottom: 12px; overflow: hidden;
}
.a82lv {
  padding: 18px 24px; cursor: pointer; display: flex;
  justify-content: space-between; align-items: center;
  font-weight: 600; font-size: 0.95rem; transition: var(--transition);
}
.a82lv:hover { color: var(--primary); }
.v1h1eqip { transition: transform 0.3s ease; font-size: 1.2rem; }
.faq-item.active .v1h1eqip { transform: rotate(180deg); }
.yb22qk0d {
  max-height: 0; overflow: hidden; transition: max-height 0.3s ease;
  padding: 0 24px; color: var(--text-sub); font-size: 0.9rem; line-height: 1.7;
}
.faq-item.active .yb22qk0d { max-height: 300px; padding: 0 24px 18px; }

/* ============ Contact Section ============ */
.x1ciyf { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.fnwpj {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 32px;
}
.fnwpj h3 { font-size: 1.2rem; margin-bottom: 20px; color: var(--accent); }
.lkfhm { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.qe7w3 {
  width: 36px; height: 36px; background: rgba(232,64,51,0.12);
  border-radius: 8px; display: flex; align-items: center; justify-content: center;
  color: var(--primary); font-size: 1rem; flex-shrink: 0;
}
.u2ppfr2 { font-size: 0.8rem; color: var(--text-muted); }
.m7xxu { font-size: 0.95rem; color: var(--text-main); }
.hrmm74 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.ybgyhquz { text-align: center; }
.ybgyhquz img { width: 140px; height: 140px; margin: 0 auto 8px; border-radius: var(--radius-sm); }
.ybgyhquz p { font-size: 0.85rem; color: var(--text-sub); }

/* ============ How-To Guide ============ */
.n7fgyudn { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.vqkf5 {
  text-align: center; padding: 24px 16px;
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); position: relative;
}
.i1vje {
  width: 40px; height: 40px; background: var(--gradient-main);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 1.1rem; margin: 0 auto 14px;
}
.vqkf5 h4 { font-size: 0.95rem; margin-bottom: 8px; }
.vqkf5 p { font-size: 0.8rem; color: var(--text-sub); }

/* ============ Share Buttons ============ */
.mqwf9 { display: flex; gap: 12px; justify-content: center; padding: 20px 0; flex-wrap: wrap; }
.m64xp {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 20px; border-radius: 50px; font-size: 0.85rem;
  font-weight: 600; cursor: pointer; transition: var(--transition);
  border: 1px solid var(--border-color); color: var(--text-sub); background: var(--bg-card);
}
.m64xp:hover { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }

/* ============ Footer ============ */
.z09p72 {
  background: var(--secondary); border-top: 1px solid var(--border-color);
  padding: 48px 0 24px;
}
.llj96ze { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px; }
.u82k8 .vm2uya3s { margin-bottom: 12px; }
.u82k8 p { color: var(--text-sub); font-size: 0.85rem; line-height: 1.6; }
.sj1r287z h4 { font-size: 1rem; margin-bottom: 16px; color: var(--text-main); }
.sj1r287z a { display: block; color: var(--text-sub); font-size: 0.85rem; padding: 4px 0; transition: var(--transition); }
.sj1r287z a:hover { color: var(--primary); }
.btoeow6 {
  border-top: 1px solid var(--border-color); padding-top: 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.8rem; color: var(--text-muted); flex-wrap: wrap; gap: 12px;
}

/* ============ Breadcrumb ============ */
.mc8ko {
  padding: 16px 0; font-size: 0.85rem; color: var(--text-muted);
}
.mc8ko a { color: var(--text-sub); }
.mc8ko a:hover { color: var(--primary); }
.mc8ko span { margin: 0 8px; }

/* ============ Page Banner ============ */
.dpn4v {
  margin-top: 68px; padding: 60px 0; text-align: center;
  background: linear-gradient(135deg, rgba(28,28,48,0.9), rgba(15,15,26,0.95));
  position: relative; overflow: hidden;
}
.dpn4v::before {
  content: ''; position: absolute; inset: 0;
  background-size: cover; background-position: center; opacity: 0.15;
}
.dpn4v h1 { font-size: 2.2rem; margin-bottom: 12px; position: relative; z-index: 1; }
.dpn4v p { color: var(--text-sub); font-size: 1.05rem; position: relative; z-index: 1; }

/* ============ Community Section ============ */
.uioc6xut { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wzq1wn {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 28px; transition: var(--transition);
}
.wzq1wn:hover { border-color: var(--accent); transform: translateY(-4px); }
.wzq1wn h4 { font-size: 1.05rem; margin-bottom: 10px; color: var(--accent); }
.wzq1wn p { color: var(--text-sub); font-size: 0.9rem; }

/* ============ Lazy Load ============ */
/* 图片直接显示，无需懒加载透明度控制 */


/* ============ Responsive ============ */
@media (max-width: 1024px) {
  .do9330fz { grid-template-columns: repeat(3, 1fr); }
  .llj96ze { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .x6ojo4l3 { display: none; position: absolute; top: 68px; left: 0; width: 100%; background: var(--secondary); flex-direction: column; padding: 16px; border-bottom: 1px solid var(--border-color); }
  .main-nav.active { display: flex; }
  .e60pt7 { display: block; }
  .buh2z h1 { font-size: 1.8rem; }
  .do9330fz { grid-template-columns: repeat(2, 1fr); }
  .o2wcdw, .ipi2lm7, .uioc6xut { grid-template-columns: 1fr; }
  .gwm7f { grid-template-columns: 1fr; }
  .ab40qi6 { grid-template-columns: 1fr; }
  .x1ciyf { grid-template-columns: 1fr; }
  .n7fgyudn { grid-template-columns: repeat(2, 1fr); }
  .llj96ze { grid-template-columns: 1fr; }
  .fxvsvf { flex-direction: column; align-items: center; }
  .section { padding: 48px 0; }
}
@media (max-width: 480px) {
  .do9330fz { grid-template-columns: 1fr; }
  .n7fgyudn { grid-template-columns: 1fr; }
  .buh2z h1 { font-size: 1.5rem; }
  .zltylt h2 { font-size: 1.5rem; }
}


/* ============ Breadcrumb Bar ============ */
.xxsol {
  background: var(--secondary); padding: 0; border-bottom: 1px solid var(--border-color);
}
.xxsol .mc8ko { padding: 10px 0; font-size: 0.82rem; }

/* ============ Stats Section ============ */
.rktgc7 {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center;
}
.h4bgxu { padding: 20px; }
.jxomsfr {
  font-size: 2.8rem; font-weight: 800;
  background: var(--gradient-main); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.2; margin-bottom: 8px;
}
.zz2t7 { color: var(--text-sub); font-size: 0.9rem; }

/* ============ Hero Tags ============ */
.fss04 {
  display: inline-block; padding: 4px 14px; background: rgba(232,64,51,0.15);
  color: var(--primary); border-radius: 50px; font-size: 0.8rem; font-weight: 500;
  border: 1px solid rgba(232,64,51,0.3);
}

/* ============ News Grid ============ */
.mtegfcd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.wv6xdpv {
  background: var(--bg-card); border: 1px solid var(--border-color);
  border-radius: var(--radius); padding: 28px; transition: var(--transition);
}
.wv6xdpv:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.ryaa2up {
  display: inline-block; padding: 2px 10px; background: rgba(232,64,51,0.12);
  color: var(--primary); border-radius: 4px; font-size: 0.8rem; margin-bottom: 12px;
}
.wv6xdpv h4 { font-size: 1.05rem; margin-bottom: 10px; }
.wv6xdpv p { color: var(--text-sub); font-size: 0.88rem; line-height: 1.6; margin-bottom: 12px; }
.jhmph { color: var(--accent); font-size: 0.85rem; font-weight: 600; }
.jhmph:hover { color: var(--primary); }

/* ============ Expert Credentials ============ */
.e0k3jy63 { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; justify-content: center; }
.x8t6xvdm {
  display: inline-block; padding: 2px 10px; background: rgba(255,107,53,0.12);
  color: var(--accent); border-radius: 50px; font-size: 0.72rem; border: 1px solid rgba(255,107,53,0.25);
}

/* ============ Trust Bar ============ */
.amm3y { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.lgl3jc {
  text-align: center; padding: 20px;
  background: var(--bg-card); border-radius: var(--radius-sm); border: 1px solid var(--border-color);
}
.lgl3jc h6 { font-size: 0.9rem; margin-bottom: 8px; color: var(--text-main); }
.lgl3jc p { color: var(--text-sub); font-size: 0.8rem; line-height: 1.5; }

/* ============ Video Description ============ */
.z2r4h {
  color: var(--text-sub); font-size: 0.82rem; margin-bottom: 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}

/* ============ Responsive Additions ============ */
@media (max-width: 1024px) {
  .rktgc7 { grid-template-columns: repeat(2, 1fr); }
  .mtegfcd { grid-template-columns: repeat(2, 1fr); }
  .amm3y { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .rktgc7 { grid-template-columns: repeat(2, 1fr); }
  .mtegfcd { grid-template-columns: 1fr; }
  .amm3y { grid-template-columns: 1fr 1fr; }
  .jxomsfr { font-size: 2rem; }
}
@media (max-width: 480px) {
  .rktgc7 { grid-template-columns: 1fr 1fr; }
  .amm3y { grid-template-columns: 1fr; }
}
