/* ============================================
   蘑菇视频 - 原创样式表
   品牌色系：珊瑚粉 #FF6B8A / 蜜桃橙 #FFB4A2 / 暖杏 #FFE5D9 / 深灰 #2D2D2D
   ============================================ */

/* --- 基础重置 --- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #2D2D2D;
  background: #FAFAFA;
  line-height: 1.8;
  overflow-x: hidden;
}
a { color: #FF6B8A; text-decoration: none; transition: color .3s; }
a:hover { color: #E8527A; }
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.4; color: #1A1A2E; }

/* --- 容器 --- */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.c2vfu {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 12px;
  position: relative;
}
.tjpfmj7b {
  text-align: center;
  color: #888;
  font-size: 1rem;
  margin-bottom: 40px;
}
.c2vfu::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #FF6B8A, #FFB4A2);
  margin: 12px auto 0;
  border-radius: 2px;
}

/* --- 顶部导航 --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255,255,255,0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  transition: all .3s;
}
.nnvou9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}
.ketqr {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ketqr img {
  height: 42px;
  width: auto;
}
.odfjloet {
  font-size: 1.3rem;
  font-weight: 700;
  color: #FF6B8A;
  white-space: nowrap;
}
.pd0yrv9 {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pd0yrv9 li { position: relative; }
.pd0yrv9 li a {
  display: block;
  padding: 8px 16px;
  font-size: .95rem;
  color: #333;
  border-radius: 6px;
  transition: all .3s;
}
.pd0yrv9 li a:hover,
.pd0yrv9 li a.active {
  color: #FF6B8A;
  background: rgba(255,107,138,0.08);
}
/* 下拉菜单 */
.dropdown { position: relative; }
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .3s;
  z-index: 100;
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-menu a {
  display: block;
  padding: 8px 20px;
  font-size: .9rem;
  color: #555;
  white-space: nowrap;
}
.dropdown-menu a:hover {
  background: #FFF0F3;
  color: #FF6B8A;
}
/* 汉堡菜单 */
.tu47p {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}
.tu47p span {
  display: block;
  width: 24px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all .3s;
}

/* --- 搜索栏 --- */
.urc7c {
  background: linear-gradient(135deg, #FF6B8A 0%, #FFB4A2 100%);
  padding: 12px 0;
  margin-top: 68px;
}
.zx25l86 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.zm102cqk {
  width: 460px;
  max-width: 70%;
  padding: 10px 20px;
  border: none;
  border-radius: 24px;
  font-size: .95rem;
  outline: none;
  background: rgba(255,255,255,0.95);
  color: #333;
}
.sgstqk {
  padding: 10px 24px;
  border: none;
  border-radius: 24px;
  background: #fff;
  color: #FF6B8A;
  font-size: .95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
}
.sgstqk:hover {
  background: #1A1A2E;
  color: #fff;
}

/* --- Hero Banner --- */
.hero {
  position: relative;
  height: 520px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1A1A2E;
}
.gb291 {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.55);
}
.rcker0i {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}
.rcker0i h1 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 16px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.rcker0i p {
  font-size: 1.15rem;
  opacity: 0.92;
  max-width: 600px;
  margin: 0 auto 28px;
}
.nkh76 {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #FF6B8A, #FFB4A2);
  color: #fff;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  transition: transform .3s, box-shadow .3s;
}
.nkh76:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255,107,138,0.4);
  color: #fff;
}

/* --- 视频卡片网格 --- */
.futku0p {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.ewmr2h {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform .3s, box-shadow .3s;
  cursor: pointer;
}
.ewmr2h:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}
.xr4w4z {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.xr4w4z img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.ewmr2h:hover .xr4w4z img {
  transform: scale(1.05);
}
.uu1hn9ut {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px;
  height: 56px;
  background: rgba(255,107,138,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
}
.uu1hn9ut::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.ewmr2h:hover .uu1hn9ut {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.xgk7figi {
  padding: 16px;
}
.xgk7figi h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.otrk5z {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: .82rem;
  color: #999;
}
.otrk5z span { display: flex; align-items: center; gap: 4px; }
.fjrpoep {
  display: inline-block;
  padding: 2px 10px;
  background: #FFF0F3;
  color: #FF6B8A;
  border-radius: 12px;
  font-size: .78rem;
  margin-right: 6px;
  margin-top: 8px;
}
.ng635t {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: .78rem;
}

/* --- 服务模块 --- */
.x6hknqin {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.mvqd3v8 {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform .3s;
  border-top: 3px solid transparent;
}
.mvqd3v8:hover {
  transform: translateY(-4px);
  border-top-color: #FF6B8A;
}
.l3dr5j {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  background: linear-gradient(135deg, #FF6B8A, #FFB4A2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
}
.mvqd3v8 h3 { font-size: 1.1rem; margin-bottom: 10px; }
.mvqd3v8 p { font-size: .9rem; color: #666; }

/* --- 专家团队 --- */
.a1kb3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.ojspn9nq {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform .3s;
}
.ojspn9nq:hover { transform: translateY(-4px); }
.lj9uivou {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 24px auto 12px;
  border: 3px solid #FFE5D9;
}
.ojspn9nq h3 { font-size: 1.05rem; margin-bottom: 4px; }
.ojspn9nq .role { color: #FF6B8A; font-size: .85rem; margin-bottom: 10px; }
.ojspn9nq p { font-size: .85rem; color: #666; padding: 0 20px 20px; }
.b40mv {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 20px;
}
.h0mjwz0l {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: .82rem;
  font-weight: 600;
  transition: all .3s;
  border: 1px solid #FF6B8A;
}
.h0mjwz0l.primary { background: #FF6B8A; color: #fff; }
.h0mjwz0l.primary:hover { background: #E8527A; color: #fff; }
.h0mjwz0l.outline { color: #FF6B8A; background: transparent; }
.h0mjwz0l.outline:hover { background: #FFF0F3; }

/* --- 合作品牌墙 --- */
.c8wt0z {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.jl65ysyx {
  width: 140px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  font-size: .9rem;
  color: #888;
  font-weight: 600;
  transition: all .3s;
}
.jl65ysyx:hover {
  box-shadow: 0 4px 20px rgba(255,107,138,0.15);
  color: #FF6B8A;
}

/* --- 用户评价 --- */
.z5v55dqk {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.djz1lj {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.oa72i {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.b9cfc {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B8A, #FFB4A2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}
.i4myi { font-weight: 600; font-size: .95rem; }
.kdk8j4 { font-size: .8rem; color: #aaa; }
.wnlijz { color: #FFB800; font-size: .9rem; margin-bottom: 8px; }
.djz1lj p { font-size: .9rem; color: #555; }

/* --- FAQ --- */
.zze34b { max-width: 800px; margin: 0 auto; }
.mei6re53 {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
}
.ef6e0 {
  padding: 18px 24px;
  font-weight: 600;
  font-size: .98rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background .3s;
}
.ef6e0:hover { background: #FFF8F9; }
.ef6e0::after {
  content: '+';
  font-size: 1.3rem;
  color: #FF6B8A;
  transition: transform .3s;
}
.mei6re53.active .ef6e0::after {
  content: '-';
}
.f1f2u9zy {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  font-size: .9rem;
  color: #666;
}
.mei6re53.active .f1f2u9zy {
  max-height: 300px;
  padding: 0 24px 18px;
}

/* --- 社区互动 --- */
.ht48m0 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
}
.wys6a54d {
  text-align: center;
  padding: 24px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
  transition: transform .3s;
}
.wys6a54d:hover { transform: translateY(-4px); }
.wys6a54d .icon {
  font-size: 2rem;
  margin-bottom: 10px;
}
.wys6a54d h4 { font-size: .95rem; margin-bottom: 6px; }
.wys6a54d p { font-size: .82rem; color: #888; }

/* --- 页脚 --- */
.footer {
  background: #1A1A2E;
  color: #ccc;
  padding: 50px 0 0;
}
.te07fpkv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.footer h4 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}
.footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #FF6B8A;
}
.footer p, .footer li { font-size: .88rem; line-height: 2; }
.footer a { color: #bbb; }
.footer a:hover { color: #FF6B8A; }
.ufikzj {
  display: flex;
  gap: 16px;
}
.ufikzj img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
}
.c474ixk {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: .82rem;
  color: #888;
}
.c474ixk a { color: #FF6B8A; }

/* --- 社交分享 --- */
.drgvz {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 20px 0;
}
.iu72c1pe {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  transition: transform .3s;
}
.iu72c1pe:hover { transform: scale(1.1); color: #fff; }
.iu72c1pe.wechat { background: #07C160; }
.iu72c1pe.weibo { background: #E6162D; }
.iu72c1pe.douyin { background: #161823; }
.iu72c1pe.bilibili { background: #00A1D6; }

/* --- 面包屑 --- */
.y9xemp9y {
  padding: 14px 0;
  font-size: .85rem;
  color: #999;
  background: #F5F5F5;
}
.y9xemp9y a { color: #666; }
.y9xemp9y a:hover { color: #FF6B8A; }
.y9xemp9y span { margin: 0 6px; }

/* --- 内页Banner --- */
.zcrjr {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FF6B8A 0%, #FFB4A2 50%, #FFE5D9 100%);
  text-align: center;
  color: #fff;
  margin-top: 68px;
}
.zcrjr h1 {
  font-size: 2.2rem;
  color: #fff;
  margin-bottom: 10px;
}
.zcrjr p {
  font-size: 1rem;
  opacity: 0.9;
}

/* --- 明星专题 --- */
.star-profile {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: start;
}
.star-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.star-photo img {
  width: 100%;
  height: auto;
}
.star-info h2 { font-size: 1.6rem; margin-bottom: 12px; }
.star-info .tags { margin-bottom: 16px; }

/* --- 联系我们 --- */
.w7dszn9g {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.iicbmd {
  background: #fff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.iicbmd h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: #FF6B8A;
}
.iicbmd p { font-size: .9rem; color: #555; margin-bottom: 8px; }

/* --- 懒加载占位 --- */
.lazy-img {
  opacity: 0;
  transition: opacity .6s;
}
.lazy-img.loaded {
  opacity: 1;
}

/* --- 回到顶部 --- */
.y9yw7jb {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #FF6B8A, #FFB4A2);
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.y9yw7jb.visible {
  opacity: 1;
  visibility: visible;
}
.y9yw7jb:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(255,107,138,0.4);
}

/* --- 响应式 --- */
@media (max-width: 768px) {
  .nnvou9 { padding: 0 16px; }
  .pd0yrv9 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
  }
  .pd0yrv9.open { display: flex; }
  .tu47p { display: flex; }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    padding-left: 20px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .dropdown.open .dropdown-menu { display: block; }
  .hero { height: 380px; }
  .rcker0i h1 { font-size: 1.8rem; }
  .section { padding: 40px 0; }
  .c2vfu { font-size: 1.5rem; }
  .futku0p { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
  .star-profile { grid-template-columns: 1fr; }
  .zm102cqk { width: 260px; }
  .te07fpkv { grid-template-columns: 1fr 1fr; }
  .zcrjr { height: 200px; margin-top: 68px; }
  .zcrjr h1 { font-size: 1.6rem; }
}

@media (max-width: 480px) {
  .hero { height: 300px; }
  .rcker0i h1 { font-size: 1.4rem; }
  .futku0p { grid-template-columns: 1fr; }
  .x6hknqin { grid-template-columns: 1fr; }
  .a1kb3 { grid-template-columns: 1fr; }
  .te07fpkv { grid-template-columns: 1fr; }
  .ht48m0 { grid-template-columns: repeat(2, 1fr); }
}

/* --- 娱乐专区 --- */
.lsnjyau {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.dfhh8 {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
  transition: transform .3s, border-color .3s;
  border-left: 4px solid transparent;
}
.dfhh8:hover {
  transform: translateY(-4px);
  border-left-color: #FF6B8A;
}
.djwbl64 {
  font-size: 2rem;
  margin-bottom: 12px;
}
.dfhh8 h3 {
  font-size: 1.05rem;
  margin-bottom: 10px;
}
.dfhh8 p {
  font-size: .88rem;
  color: #666;
  margin-bottom: 12px;
  line-height: 1.7;
}

/* --- 社区美图展示 --- */
.zscrdfva {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}
.xt5i8ub {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}
.xt5i8ub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s;
}
.xt5i8ub:hover img {
  transform: scale(1.08);
}
.daavs66 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px 12px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: .82rem;
  opacity: 0;
  transition: opacity .3s;
}
.xt5i8ub:hover .daavs66 {
  opacity: 1;
}

/* --- H5 Video卡片交互 --- */
.xr4w4z {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.aqna7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
}
.pt5z2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: transform .5s;
}
.uu1hn9ut {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 56px;
  height: 56px;
  background: rgba(255,107,138,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .3s;
  z-index: 10;
  cursor: pointer;
}
.uu1hn9ut.visible,
.ewmr2h:hover .uu1hn9ut {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.zikspj8 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}
.ng635t {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: .78rem;
  z-index: 5;
}

/* 视频播放覆盖层 */
.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  animation: fadeIn .3s;
}
.video-play-message {
  text-align: center;
  color: #fff;
}
.video-play-message p {
  font-size: .95rem;
  margin-top: 12px;
}
.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(255,255,255,0.3);
  border-top-color: #FF6B8A;
  border-radius: 50%;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}
.close-overlay {
  margin-top: 16px;
  padding: 6px 20px;
  background: #FF6B8A;
  color: #fff;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: .85rem;
}
.close-overlay:hover {
  background: #E8527A;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* --- 关于我们页面 --- */
.nkbd1 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  color: #555;
  line-height: 1.9;
}
.r1o65 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 24px;
  text-align: center;
}
.uyfwwgv {
  background: #fff;
  border-radius: 12px;
  padding: 28px 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.ag8r1 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #FF6B8A;
  margin-bottom: 6px;
}
.yqbrqyf7 {
  font-size: .9rem;
  color: #888;
}
.ksp5rnsg {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

/* --- 发展历程时间线 --- */
.lusnzu {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
}
.lusnzu::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #FF6B8A, #FFB4A2);
}
.hjzf65 {
  position: relative;
  margin-bottom: 32px;
}
.hjzf65::before {
  content: '';
  position: absolute;
  left: -33px;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #FF6B8A;
  border-radius: 50%;
  border: 2px solid #FFE5D9;
}
.ocz20vrm {
  font-size: .85rem;
  color: #FF6B8A;
  font-weight: 600;
  margin-bottom: 6px;
}
.e48mmph {
  background: #fff;
  border-radius: 10px;
  padding: 18px 22px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.e48mmph h4 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.e48mmph p {
  font-size: .88rem;
  color: #666;
}

/* --- 响应式补充 --- */
@media (max-width: 768px) {
  .lsnjyau { grid-template-columns: 1fr 1fr; }
  .zscrdfva { grid-template-columns: repeat(3, 1fr); }
  .r1o65 { grid-template-columns: 1fr 1fr; }
  .ksp5rnsg img { width: 100% !important; }
}
@media (max-width: 480px) {
  .lsnjyau { grid-template-columns: 1fr; }
  .zscrdfva { grid-template-columns: repeat(2, 1fr); }
  .r1o65 { grid-template-columns: 1fr; }
}
