/* ===================================================
   海角社区植物社区 - 豪宅绿金风格 - 外部CSS
   Domain: wvivvaa.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .i8qgw1 { grid-template-columns: repeat(2, 1fr); }
  .knv32n { grid-template-columns: repeat(2, 1fr); }
  .t8m0zj9 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .rwmdqe { font-size: 2rem; }
  .oabwd15 { 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); }
  .oabwd15.open { display: flex; }
  .kvb2myo { display: block; }
  .xiu35 { grid-template-columns: 1fr; }
  .khs2ano6 { grid-template-columns: 1fr; }
  .d9q1vai { grid-template-columns: repeat(2, 1fr); }
  .t8m0zj9 { grid-template-columns: 1fr; }
  .l6j20p { padding: 45px 0; }
  .b0kgo7 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .i8qgw1 { grid-template-columns: 1fr; }
  .knv32n { grid-template-columns: 1fr 1fr; }
  .rwmdqe { font-size: 1.6rem; }
  .ftwx4r { flex-direction: column; align-items: center; }
}
