/* ===================================================
   蘑菇视频植物社区 - 豪宅绿金风格 - 外部CSS
   Domain: ppiobxe.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;
}

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

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

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

.ezf7mx { display: flex; align-items: center; gap: 6px; }
.ezf7mx a {
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: .92rem;
  font-weight: 600;
  color: var(--text-dark);
  transition: background .2s, color .2s;
}
.ezf7mx a:hover, .ezf7mx a.active {
  background: var(--green-main);
  color: #fff;
}
.dd22g7sl {
  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;
}
.dd22g7sl input {
  border: none;
  background: transparent;
  outline: none;
  font-size: .88rem;
  width: 140px;
  color: var(--text-dark);
}
.dd22g7sl button {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--green-main);
  font-size: 1rem;
}
.bmde9v50 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--green-dark);
}

/* ---- Hero横幅 ---- */
.wzqdojn9 {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.xqbtnmn8 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(.55);
}
.p5t7jry {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26,79,36,.7) 0%, rgba(201,168,76,.25) 100%);
}
.joohox55 {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 60px 20px;
  margin: 0 auto;
  text-align: center;
}
.ut5kz {
  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;
}
.dbg6oa {
  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);
}
.dbg6oa span { color: var(--gold-light); }
.uv3181 {
  font-size: 1.1rem;
  color: rgba(255,255,255,.88);
  margin-bottom: 32px;
  line-height: 1.8;
}
.avodapx { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.pidwgfa {
  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;
}
.pidwgfa:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.qdjykmy { background: var(--green-main); color: #fff; }
.qdjykmy:hover { background: var(--green-dark); color: #fff; }
.wajy9pkx { background: var(--gold); color: #fff; }
.wajy9pkx:hover { background: #b8923a; color: #fff; }
.lkthtn { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); }
.lkthtn:hover { background: rgba(255,255,255,.15); color: #fff; }

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

/* ---- 视频卡片 ---- */
.hmh8wr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.bivoz {
  background: var(--bg-card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}
.bivoz:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}
.gie47uo {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a2a1a;
}
.gie47uo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s;
}
.bivoz:hover .gie47uo img { transform: scale(1.06); }
.ie1kv {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.35);
  opacity: 0;
  transition: opacity .25s;
}
.bivoz:hover .ie1kv { opacity: 1; }
.jyvknxt {
  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);
}
.bivoz:hover .jyvknxt { transform: scale(1); }
.gmx1jokk {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--gold);
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}
.e6uc63rg {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: .72rem;
  padding: 2px 7px;
  border-radius: 4px;
}
.txj05n8 { padding: 14px; }
.pn9k7s {
  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;
}
.spscf {
  display: flex;
  justify-content: space-between;
  font-size: .78rem;
  color: var(--text-light);
}
.toyxnv8 { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }
.se8qb {
  background: #e8f5e8;
  color: var(--green-main);
  font-size: .7rem;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
}

/* ---- 内容模块卡片 ---- */
.x1stmu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.z80gzla6 {
  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);
}
.z80gzla6:hover { transform: translateY(-4px); box-shadow: var(--shadow-hover); }
.zznxy66r {
  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;
}
.c61q3o { font-size: 1.1rem; font-weight: 800; color: var(--green-dark); margin-bottom: 8px; }
.a8vhi { font-size: .88rem; color: var(--text-mid); line-height: 1.7; }

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

/* ---- FAQ ---- */
.c31wg8i7 { max-width: 800px; margin: 0 auto; }
.lnmun {
  background: var(--bg-card);
  border-radius: var(--radius-sm);
  margin-bottom: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.j6o7t4x {
  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;
}
.j6o7t4x:hover { background: #f0f8f0; }
.j6o7t4x .c4wn603z { transition: transform .3s; font-size: .8rem; color: var(--green-main); }
.lnmun.open .c4wn603z { transform: rotate(180deg); }
.h4i91ce {
  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;
}
.lnmun.open .h4i91ce { max-height: 300px; padding: 0 22px 18px; }

/* ---- 用户评价 ---- */
.u57zlz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.egiq07 {
  background: var(--bg-card);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--gold);
}
.qbqses { color: var(--gold); font-size: 1rem; margin-bottom: 10px; }
.ommo8mf { font-size: .88rem; color: var(--text-mid); line-height: 1.8; margin-bottom: 14px; font-style: italic; }
.iw85j { display: flex; align-items: center; gap: 10px; }
.p0ydhp {
  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;
}
.x1vb8t { font-weight: 700; font-size: .88rem; color: var(--green-dark); }
.uy6mhk0 { font-size: .75rem; color: var(--text-light); }

/* ---- 标签云 ---- */
.t73fo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.t73fo 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;
}
.t73fo a:hover { background: var(--green-main); color: #fff; border-color: var(--green-main); }

/* ---- 弹幕区 ---- */
.bsp6c {
  background: var(--green-dark);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
}
.efh3cn {
  display: flex;
  gap: 40px;
  animation: en8lrc 28s linear infinite;
  white-space: nowrap;
}
.efh3cn 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 en8lrc {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ---- 合作品牌 ---- */
.kc1df03 {
  background: var(--cream);
  padding: 40px 0;
  border-top: 1px solid #e0ead0;
  border-bottom: 1px solid #e0ead0;
}
.zhsh0o { text-align: center; font-size: .85rem; color: var(--text-light); margin-bottom: 22px; letter-spacing: 2px; text-transform: uppercase; }
.c6e9s0 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.r0gf8d2h {
  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;
}
.r0gf8d2h:hover { color: var(--green-main); border-color: var(--green-main); }

/* ---- 视频播放弹窗 ---- */
.m8811k {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.m8811k.active { display: flex; }
.d6wt49c {
  background: #111;
  border-radius: var(--radius);
  width: 90%;
  max-width: 760px;
  overflow: hidden;
  position: relative;
}
.bbnzk {
  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;
}
.jvgqri {
  aspect-ratio: 16/9;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}
.jonb6h { padding: 16px 20px; }
.v5fcb1 { font-size: 1rem; font-weight: 700; color: #fff; }

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

/* ---- 页脚 ---- */
.b1qbmt3c {
  background: linear-gradient(180deg, #1a2e1a 0%, #0d1a0d 100%);
  color: rgba(200,245,200,.75);
  padding: 60px 0 0;
}
.sc1ihhox {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.xwh8fc4 .pz9pkc5r { color: #fff; margin-bottom: 14px; }
.xwh8fc4 p { font-size: .85rem; line-height: 1.8; }
.k31i2r h4 { color: var(--gold-light); font-size: .95rem; font-weight: 700; margin-bottom: 16px; }
.k31i2r ul li { margin-bottom: 8px; }
.k31i2r ul li a { color: rgba(200,245,200,.65); font-size: .83rem; transition: color .2s; }
.k31i2r ul li a:hover { color: var(--gold-light); }
.dfbj5e {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.dfbj5e span { font-size: .78rem; color: rgba(200,245,200,.4); }
.dfbj5e a { font-size: .78rem; color: rgba(200,245,200,.55); transition: color .2s; }
.dfbj5e a:hover { color: var(--gold-light); }
.pvq9tam0 {
  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);
}
.pvq9tam0 a { color: rgba(200,245,200,.55); }

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

/* ---- 分类筛选 ---- */
.d84r06i {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  justify-content: center;
}
.x1qkun4 {
  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;
}
.x1qkun4:hover, .x1qkun4.active {
  background: var(--green-main);
  color: #fff;
  border-color: var(--green-main);
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .hmh8wr { grid-template-columns: repeat(2, 1fr); }
  .cyg1t89 { grid-template-columns: repeat(2, 1fr); }
  .sc1ihhox { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .dbg6oa { font-size: 2rem; }
  .ezf7mx { 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); }
  .ezf7mx.open { display: flex; }
  .bmde9v50 { display: block; }
  .x1stmu { grid-template-columns: 1fr; }
  .u57zlz { grid-template-columns: 1fr; }
  .g2yur { grid-template-columns: repeat(2, 1fr); }
  .sc1ihhox { grid-template-columns: 1fr; }
  .qqsfym { padding: 45px 0; }
  .fm0vqn8f { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .hmh8wr { grid-template-columns: 1fr; }
  .cyg1t89 { grid-template-columns: 1fr 1fr; }
  .dbg6oa { font-size: 1.6rem; }
  .avodapx { flex-direction: column; align-items: center; }
}
