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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .sl5w2tr { grid-template-columns: repeat(2, 1fr); }
  .h0o4me { grid-template-columns: repeat(2, 1fr); }
  .xcj0e { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nxgzoxq { font-size: 2rem; }
  .ta8xg5jl { 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); }
  .ta8xg5jl.open { display: flex; }
  .xcmmxda { display: block; }
  .ovh7h { grid-template-columns: 1fr; }
  .l97jcp1 { grid-template-columns: 1fr; }
  .bzj8z { grid-template-columns: repeat(2, 1fr); }
  .xcj0e { grid-template-columns: 1fr; }
  .zsmrs { padding: 45px 0; }
  .in4bx { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .sl5w2tr { grid-template-columns: 1fr; }
  .h0o4me { grid-template-columns: 1fr 1fr; }
  .nxgzoxq { font-size: 1.6rem; }
  .eyut0mm { flex-direction: column; align-items: center; }
}
