/* ===================================================
   黄色仓库植物社区 - 豪宅绿金风格 - 外部CSS
   Domain: voaniob.cn
   =================================================== */

/* ---- 全局重置 ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', '微软雅黑', sans-serif;
  background: #f5f7f2;
  color: #2c3e28;
  line-height: 1.75;
}
a { color: #2d7a3a; text-decoration: none; transition: color .25s; }
a:hover { color: #5cb85c; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ---- CSS变量 ---- */
:root {
  --green-dark: #1a4f24;
  --green-main: #2d7a3a;
  --green-light: #5cb85c;
  --gold: #c9a84c;
  --gold-light: #e8d08a;
  --cream: #faf8f0;
  --text-dark: #1c2b1a;
  --text-mid: #4a6045;
  --text-light: #7a9a75;
  --bg-light: #f5f7f2;
  --bg-card: #ffffff;
  --shadow: 0 4px 20px rgba(45,122,58,.12);
  --shadow-hover: 0 8px 32px rgba(45,122,58,.22);
  --radius: 12px;
  --radius-sm: 6px;
}

/* ---- 容器 ---- */
.xjtjz86 { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.wzxmyv { padding: 70px 0; }
.qroco {
  font-size: 2rem;
  font-weight: 800;
  color: var(--green-dark);
  text-align: center;
  margin-bottom: 12px;
  position: relative;
}
.qroco::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--green-main), var(--gold));
  border-radius: 2px;
  margin: 10px auto 0;
}
.zmsuxg {
  text-align: center;
  color: var(--text-mid);
  font-size: 1rem;
  margin-bottom: 40px;
}

/* ---- 顶部通知栏 ---- */
.qed1p80 {
  background: linear-gradient(90deg, var(--green-dark), var(--green-main));
  color: #c8f5c8;
  font-size: .82rem;
  padding: 7px 0;
  text-align: center;
  letter-spacing: .5px;
}
.qed1p80 a { color: var(--gold-light); }

/* ---- 导航栏 ---- */
.m5qnc6o {
  background: #fff;
  box-shadow: 0 2px 12px rgba(45,122,58,.10);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.bfzma {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.m9tvezb {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--green-dark);
}
.m9tvezb img { height: 42px; width: auto; }
.m9tvezb span { color: var(--gold); }

.eupf6 { display: flex; align-items: center; gap: 6px; }
.eupf6 a {
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: background .2s, color .2s;
}
.eupf6 a:hover, .eupf6 a.active {
  background: var(--green-main);
  color: #fff;
}
.suf813mq {
  display: flex;
  align-items: center;
  background: var(--bg-light);
  border: 1.5px solid #d0e8d0;
  border-radius: 20px;
  padding: 5px 14px;
  gap: 6px;
  margin-left: 10px;
}
.suf813mq input {
  border: none;
  background: transparent;
  outline: none;
  font-size: .88rem;
  width: 140px;
  color: var(--text-dark);
}
.suf813mq button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--green-main);
  font-size: 1rem;
}
.xzqm0v {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--green-dark);
}

/* ---- Hero横幅 ---- */
.n72uk3n3 {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.li9c02r2 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(.55);
}
.j53ujp7 {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,79,36,.7) 0%, rgba(201,168,76,.25) 100%);
}
.y5swx80n {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 60px 20px;
  margin: 0 auto;
  text-align: center;
}
.vmse0c {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
.yv41ki3 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.yv41ki3 span { color: var(--gold-light); }
.xcjw8t {
  font-size: 1.1rem;
  color: rgba(255,255,255,.88);
  margin-bottom: 32px;
  line-height: 1.8;
}
.jb9dc2 { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.lbkxlgn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: .95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  border: none;
  text-decoration: none;
}
.lbkxlgn:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.xev84j4 { background: var(--green-main); color: #fff; }
.xev84j4:hover { background: var(--green-dark); color: #fff; }
.x8firn { background: var(--gold); color: #fff; }
.x8firn:hover { background: #b8923a; color: #fff; }
.us5va2c { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.us5va2c:hover { background: rgba(255,255,255,.15); color: #fff; }

/* ---- 统计数字 ---- */
.ij17s {
  background: linear-gradient(90deg, var(--green-dark), var(--green-main));
  padding: 30px 0;
}
.hrxjofeo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.ib97mw { color: #fff; }
.vpp92dsa {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--gold-light);
  display: block;
}
.f2xwwfn { font-size: .85rem; opacity: .85; }

/* ---- 视频卡片 ---- */
.a901w {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.lgj3v {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.lgj3v:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.ewlyzujb {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a2a1a;
}
.ewlyzujb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.lgj3v:hover .ewlyzujb img { transform: scale(1.06); }
.hh7f98 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: opacity .25s;
}
.lgj3v:hover .hh7f98 { opacity: 1; }
.toyi0ul {
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--green-main);
  transform: scale(.85);
  transition: transform .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.lgj3v:hover .toyi0ul { transform: scale(1); }
.o4e5oqmd {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.o76bp {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: .72rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.glc3eoya { padding: 14px; }
.u201vs {
  font-size: .92rem;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lx2nm7zx {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--text-light);
}
.tfvuz { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }
.a3xiwesz {
  background: #e8f5e8;
  color: var(--green-main);
  font-size: .7rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
}

/* ---- 内容模块卡片 ---- */
.ym6mt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.bybnge2e {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 28px 24px;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
  border-top: 4px solid var(--green-main);
}
.bybnge2e:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.ork04 {
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--green-main), var(--green-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
}
.lcsdplkp { font-size: 1.1rem; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.tu518n { font-size: .88rem; color: var(--text-mid); line-height: 1.7; }

/* ---- 专家展示 ---- */
.c2lbm {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.yebgmm {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  text-align: center;
  transition: transform .25s, box-shadow .25s;
}
.yebgmm:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.wdy6fx {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.z6y7cc { padding: 16px; }
.upblui { font-size: 1rem; font-weight: 800; color: var(--green-dark); margin-bottom: 4px; }
.judo8gfi { font-size: .8rem; color: var(--gold); font-weight: 600; margin-bottom: 8px; }
.llt09 { font-size: .78rem; color: var(--text-mid); line-height: 1.6; }

/* ---- FAQ ---- */
.gxj7ofvu { max-width: 800px; margin: 0 auto; }
.w1cby {
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hah49q {
  padding: 18px 22px;
  font-weight: 700;
  color: var(--green-dark);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .95rem;
  transition: background .2s;
}
.hah49q:hover { background: #f0f8f0; }
.hah49q .ziznl { transition: transform .3s; font-size: .8rem; color: var(--green-main); }
.w1cby.open .ziznl { transform: rotate(180deg); }
.eje3q {
  padding: 0 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s;
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.8;
}
.w1cby.open .eje3q { max-height: 300px; padding: 0 22px 18px; }

/* ---- 用户评价 ---- */
.r3dow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.w84l7h {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--gold);
}
.u2h1m119 { color: var(--gold); font-size: 1rem; margin-bottom: 10px; }
.em5v8suq { font-size: .88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; font-style: italic; }
.r64led { display: flex; align-items: center; gap: 10px; }
.jdxslzao {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green-main), var(--gold));
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: .9rem;
}
.wtnuca { font-weight: 700; font-size: .88rem; color: var(--green-dark); }
.jxc3x5m4 { font-size: .75rem; color: var(--text-light); }

/* ---- 标签云 ---- */
.ap62w {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.ap62w a {
  background: var(--bg-card);
  border: 1.5px solid #c8e8c8;
  color: var(--green-main);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 600;
  transition: background .2s, color .2s;
}
.ap62w a:hover { background: var(--green-main); color: #fff; border-color: var(--green-main); }

/* ---- 弹幕区 ---- */
.tzgu6sjq {
  background: var(--green-dark);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}
.cf1hk {
  display: flex;
  gap: 40px;
  animation: d0ox6t 28s linear infinite;
  white-space: nowrap;
}
.cf1hk span {
  color: rgba(200,245,200,.8);
  font-size: .82rem;
  padding: 3px 12px;
  background: rgba(255,255,255,.08);
  border-radius: 12px;
  flex-shrink: 0;
}
@keyframes d0ox6t {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- 合作品牌 ---- */
.zaljxfy {
  background: var(--cream);
  padding: 40px 0;
  border-top: 1px solid #e0ead0;
  border-bottom: 1px solid #e0ead0;
}
.u6v1lm7 { text-align: center; font-size: .85rem; color: var(--text-light); margin-bottom: 22px; letter-spacing: 2px; text-transform: uppercase; }
.ylo7vmwj {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.z63h1n {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-light);
  padding: 8px 20px;
  border: 1.5px solid #d0e8d0;
  border-radius: 8px;
  transition: color .2s, border-color .2s;
}
.z63h1n:hover { color: var(--green-main); border-color: var(--green-main); }

/* ---- 视频播放弹窗 ---- */
.ixgfd4 {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.ixgfd4.active { display: flex; }
.mjl6pgf {
  background: #111;
  border-radius: var(--radius);
  width: 90%;
  max-width: 760px;
  overflow: hidden;
  position: relative;
}
.c8u0kz {
  position: absolute;
  top: 12px;
  right: 14px;
  background: rgba(255,255,255,.15);
  border: none;
  color: #fff;
  font-size: 1.2rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gd1h2yr {
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.fjizg0 { padding: 16px 20px; }
.w85by { font-size: 1rem; font-weight: 700; color: #fff; }

/* ---- 面包屑 ---- */
.aisj0wh {
  background: var(--cream);
  padding: 12px 0;
  border-bottom: 1px solid #e0ead0;
}
.aisj0wh ol { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.aisj0wh li { font-size: .82rem; color: var(--text-light); }
.aisj0wh li a { color: var(--green-main); }
.aisj0wh li:not(:last-child)::after { content: '›'; margin-left: 6px; }

/* ---- 页脚 ---- */
.ohy6mi7 {
  background: linear-gradient(180deg, #1a2e1a 0%, #0d1a0d 100%);
  color: rgba(200,245,200,.75);
  padding: 60px 0 0;
}
.id6pke {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.eqdm7b7 .m9tvezb { color: #fff; margin-bottom: 14px; }
.eqdm7b7 p { font-size: .85rem; line-height: 1.8; }
.vsg5hv h4 { color: var(--gold-light); font-size: .95rem; font-weight: 700; margin-bottom: 16px; }
.vsg5hv ul li { margin-bottom: 8px; }
.vsg5hv ul li a { color: rgba(200,245,200,.65); font-size: .83rem; transition: color .2s; }
.vsg5hv ul li a:hover { color: var(--gold-light); }
.crip7za {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.crip7za span { font-size: .78rem; color: rgba(200,245,200,.4); }
.crip7za a { font-size: .78rem; color: rgba(200,245,200,.55); transition: color .2s; }
.crip7za a:hover { color: var(--gold-light); }
.nv1amv5u {
  background: rgba(0,0,0,.3);
  padding: 16px 0;
  text-align: center;
  font-size: .78rem;
  color: rgba(200,245,200,.4);
  border-top: 1px solid rgba(255,255,255,.05);
}
.nv1amv5u a { color: rgba(200,245,200,.55); }

/* ---- 内页横幅 ---- */
.sygdcbh {
  background: linear-gradient(135deg, var(--green-dark), var(--green-main));
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.sygdcbh h1 { font-size: 2.2rem; font-weight: 900; margin-bottom: 10px; }
.sygdcbh p { font-size: 1rem; opacity: .85; }

/* ---- 分类筛选 ---- */
.iinefgw {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.sye1pg {
  padding: 8px 20px;
  border-radius: 20px;
  border: 1.5px solid #c8e8c8;
  background: #fff;
  color: var(--green-main);
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s, color .2s;
}
.sye1pg:hover, .sye1pg.active {
  background: var(--green-main);
  color: #fff;
  border-color: var(--green-main);
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .a901w { grid-template-columns: repeat(2, 1fr); }
  .c2lbm { grid-template-columns: repeat(2, 1fr); }
  .id6pke { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .yv41ki3 { font-size: 2rem; }
  .eupf6 { display: none; flex-direction: column; position: absolute; top: 68px; left: 0; right: 0; background: #fff; padding: 16px; box-shadow: 0 8px 20px rgba(0,0,0,.1); }
  .eupf6.open { display: flex; }
  .xzqm0v { display: block; }
  .ym6mt { grid-template-columns: 1fr; }
  .r3dow { grid-template-columns: 1fr; }
  .hrxjofeo { grid-template-columns: repeat(2, 1fr); }
  .id6pke { grid-template-columns: 1fr; }
  .wzxmyv { padding: 45px 0; }
  .qroco { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .a901w { grid-template-columns: 1fr; }
  .c2lbm { grid-template-columns: 1fr 1fr; }
  .yv41ki3 { font-size: 1.6rem; }
  .jb9dc2 { flex-direction: column; align-items: center; }
}
