/* ============================================
   校花 - 校园影视传媒社区 原创样式表
   品牌：校花 | 域名：859518.cn
   配色：樱花粉红 + 深紫 + 暖橙
   ============================================ */

/* === CSS变量定义 === */
:root {
  --v5kvtfb: #E8436F;
  --v2pcjx: #C7325A;
  --vzhihlsym: #2D1B4E;
  --v9hzog: #FF8C42;
  --v004w2gbj: #FFF5F7;
  --vuvqwt8yk: #FDF0F3;
  --vo79mwu: #1A1A2E;
  --vlvena7m: #5A5A7A;
  --v4ykd9v9f: #FFFFFF;
  --vpvvsk: #F0D4DC;
  --vnnbz8c: linear-gradient(135deg, #E8436F, #FF8C42);
  --v5fu4yi: linear-gradient(135deg, #2D1B4E, #E8436F);
  --v62hbw: 0 4px 20px rgba(232, 67, 111, 0.12);
  --vws62v: 0 8px 32px rgba(232, 67, 111, 0.22);
  --vt2nzh: 12px;
  --v9d6jbv2: 8px;
  --voohhqdj: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === 全局重置 === */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  background-color: var(--v004w2gbj);
  color: var(--vo79mwu);
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  color: var(--v5kvtfb);
  text-decoration: none;
  transition: var(--voohhqdj);
}

a:hover {
  color: var(--v9hzog);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

ul, ol {
  list-style: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* === 顶部导航 === */
.xh-header {
  background: var(--v4ykd9v9f);
  box-shadow: 0 2px 12px rgba(45, 27, 78, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid var(--v5kvtfb);
}

.vhcysgr8 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  height: 68px;
}

.xh-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.xh-logo img {
  height: 42px;
  width: auto;
}

.xh-logo-text {
  font-size: 1.5rem;
  font-weight: 800;
  background: var(--vnnbz8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.xh-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.xh-nav a {
  padding: 8px 16px;
  border-radius: var(--v9d6jbv2);
  color: var(--vo79mwu);
  font-weight: 500;
  font-size: 0.95rem;
  transition: var(--voohhqdj);
  white-space: nowrap;
}

.xh-nav a:hover,
.xh-nav a.active {
  background: var(--vnnbz8c);
  color: #fff;
}

.xh-mobile-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.xh-mobile-toggle span {
  width: 24px;
  height: 2px;
  background: var(--vo79mwu);
  border-radius: 2px;
  transition: var(--voohhqdj);
}

/* === 搜索框 === */
.viyavdwad {
  background: var(--vnnbz8c);
  padding: 14px 0;
}

.vxq0iz {
  max-width: 680px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  padding: 0 20px;
}

.vxq0iz input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: var(--vt2nzh) 0 0 var(--vt2nzh);
  font-size: 1rem;
  outline: none;
  background: #fff;
  color: var(--vo79mwu);
}

.vxq0iz input::placeholder {
  color: #aaa;
}

.vxq0iz button {
  padding: 12px 28px;
  background: var(--vzhihlsym);
  color: #fff;
  border: none;
  border-radius: 0 var(--vt2nzh) var(--vt2nzh) 0;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--voohhqdj);
  white-space: nowrap;
}

.vxq0iz button:hover {
  background: #3D2B5E;
}

/* === 面包屑导航 === */
.vk2m8eas {
  padding: 12px 0;
  font-size: 0.88rem;
  color: var(--vlvena7m);
}

.vk2m8eas a {
  color: var(--v5kvtfb);
}

.vk2m8eas span {
  margin: 0 6px;
  color: #ccc;
}

/* === Hero轮播 === */
.virp22 {
  position: relative;
  overflow: hidden;
  max-height: 480px;
  background: var(--vzhihlsym);
}

.va4kf9i {
  display: none;
  position: relative;
}

.va4kf9i.active {
  display: block;
}

.va4kf9i img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.ver4g2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: linear-gradient(transparent, rgba(45, 27, 78, 0.85));
  color: #fff;
}

.ver4g2 h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 10px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.ver4g2 p {
  font-size: 1.1rem;
  opacity: 0.92;
  max-width: 600px;
}

.vwtxjw8u {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.vwtxjw8u span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--voohhqdj);
}

.vwtxjw8u span.active {
  background: var(--v5kvtfb);
  width: 28px;
  border-radius: 5px;
}

/* === 通用区块标题 === */
.xh-section {
  padding: 60px 0;
}

.xh-section:nth-child(even) {
  background: var(--vuvqwt8yk);
}

.vkn1uo {
  text-align: center;
  margin-bottom: 40px;
}

.vkn1uo h2 {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--vzhihlsym);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.vkn1uo h2::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--vnnbz8c);
  border-radius: 2px;
}

.vkn1uo p {
  color: var(--vlvena7m);
  font-size: 1rem;
  margin-top: 14px;
}

/* === 视频卡片网格 === */
.vgy29w {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.v53qmx8 {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  overflow: hidden;
  box-shadow: var(--v62hbw);
  transition: var(--voohhqdj);
  cursor: pointer;
}

.v53qmx8:hover {
  transform: translateY(-6px);
  box-shadow: var(--vws62v);
}

.v02f00kdq {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
}

.v02f00kdq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--voohhqdj);
}

.v53qmx8:hover .v02f00kdq img {
  transform: scale(1.06);
}

.vkwvex88a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px;
  height: 60px;
  background: rgba(232, 67, 111, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--voohhqdj);
  opacity: 0;
}

.v53qmx8:hover .vkwvex88a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.vkwvex88a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 4px;
}

.vqbu5s {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
}

.vqn9qk322 {
  padding: 16px;
}

.vqn9qk322 h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--vo79mwu);
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.v0rlpvd {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  color: var(--vlvena7m);
}

.v0rlpvd span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.v3jv4pz {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.v4l4zrtn {
  display: inline-block;
  padding: 3px 10px;
  background: var(--v004w2gbj);
  color: var(--v5kvtfb);
  border-radius: 20px;
  font-size: 0.78rem;
  border: 1px solid var(--vpvvsk);
  transition: var(--voohhqdj);
}

.v4l4zrtn:hover {
  background: var(--v5kvtfb);
  color: #fff;
  border-color: var(--v5kvtfb);
}

/* === 功能模块网格 === */
.vtmcoa {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.vyk1izlr5 {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 32px 24px;
  text-align: center;
  box-shadow: var(--v62hbw);
  transition: var(--voohhqdj);
  border-top: 3px solid transparent;
}

.vyk1izlr5:hover {
  transform: translateY(-4px);
  box-shadow: var(--vws62v);
  border-top-color: var(--v5kvtfb);
}

.viq6om47 {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background: var(--vnnbz8c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #fff;
}

.vyk1izlr5 h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--vzhihlsym);
}

.vyk1izlr5 p {
  font-size: 0.92rem;
  color: var(--vlvena7m);
  line-height: 1.6;
}

/* === 专家展示 === */
.vd3fw9bhy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.vhndkd {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  overflow: hidden;
  box-shadow: var(--v62hbw);
  transition: var(--voohhqdj);
  text-align: center;
}

.vhndkd:hover {
  transform: translateY(-4px);
  box-shadow: var(--vws62v);
}

.va48bg9c {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.va48bg9c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--voohhqdj);
}

.vhndkd:hover .va48bg9c img {
  transform: scale(1.05);
}

.v52fvv7w {
  padding: 20px;
}

.v52fvv7w h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--vzhihlsym);
  margin-bottom: 4px;
}

.v52fvv7w .v5om0o6ys {
  color: var(--v5kvtfb);
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.v52fvv7w p {
  font-size: 0.88rem;
  color: var(--vlvena7m);
  line-height: 1.5;
  margin-bottom: 14px;
}

.vsaahijbo {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* === 按钮 === */
.xh-btn {
  display: inline-block;
  padding: 10px 24px;
  border-radius: var(--v9d6jbv2);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  border: none;
  transition: var(--voohhqdj);
  text-align: center;
}

.vqgb0ki3m {
  background: var(--vnnbz8c);
  color: #fff;
}

.vqgb0ki3m:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
}

.vs1ctwcbj {
  background: transparent;
  color: var(--v5kvtfb);
  border: 2px solid var(--v5kvtfb);
}

.vs1ctwcbj:hover {
  background: var(--v5kvtfb);
  color: #fff;
}

.vsse62fpu {
  padding: 6px 16px;
  font-size: 0.82rem;
}

/* === 合作品牌 === */
.vp9o7xe {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: center;
}

.vp9o7xe img {
  max-height: 60px;
  opacity: 0.6;
  transition: var(--voohhqdj);
  filter: grayscale(100%);
}

.vp9o7xe img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* === FAQ === */
.v9w17a {
  max-width: 800px;
  margin: 0 auto;
}

.vd37lfkx {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  margin-bottom: 12px;
  box-shadow: var(--v62hbw);
  overflow: hidden;
}

.vdxuhd1 {
  padding: 18px 24px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--voohhqdj);
}

.vdxuhd1:hover {
  color: var(--v5kvtfb);
}

.vdxuhd1::after {
  content: '+';
  font-size: 1.4rem;
  font-weight: 300;
  color: var(--v5kvtfb);
  transition: var(--voohhqdj);
}

.vd37lfkx.open .vdxuhd1::after {
  content: '−';
}

.v07kib5 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  color: var(--vlvena7m);
  font-size: 0.94rem;
  line-height: 1.7;
}

.vd37lfkx.open .v07kib5 {
  padding: 0 24px 18px;
  max-height: 300px;
}

/* === 用户评论 === */
.vi9yfg {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.vprnxyi {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 24px;
  box-shadow: var(--v62hbw);
  position: relative;
}

.vprnxyi::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: 3rem;
  color: var(--vpvvsk);
  font-family: Georgia, serif;
  line-height: 1;
}

.v6ec8qx {
  font-size: 0.94rem;
  color: var(--vlvena7m);
  line-height: 1.7;
  margin-bottom: 16px;
  padding-top: 20px;
}

.v357rpm9u {
  display: flex;
  align-items: center;
  gap: 10px;
}

.v0itmfef2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--vnnbz8c);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.vbfls941 {
  font-weight: 600;
  font-size: 0.92rem;
}

.v4sw7lz6 {
  color: var(--v9hzog);
  font-size: 0.82rem;
}

/* === 联系信息 === */
.vc34rxq {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

.v2z235e85 {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 28px;
  box-shadow: var(--v62hbw);
  text-align: center;
}

.v2z235e85 h4 {
  font-size: 1.05rem;
  color: var(--vzhihlsym);
  margin-bottom: 12px;
}

.v2z235e85 p {
  font-size: 0.92rem;
  color: var(--vlvena7m);
  line-height: 1.7;
}

/* === How-To指南 === */
.vkjous5o1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
  counter-reset: step;
}

.vbsofmfpx {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 28px 24px;
  box-shadow: var(--v62hbw);
  position: relative;
  counter-increment: step;
}

.vbsofmfpx::before {
  content: counter(step);
  position: absolute;
  top: -14px;
  left: 24px;
  width: 32px;
  height: 32px;
  background: var(--vnnbz8c);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.92rem;
}

.vbsofmfpx h4 {
  font-size: 1.05rem;
  color: var(--vzhihlsym);
  margin-bottom: 8px;
  margin-top: 8px;
}

.vbsofmfpx p {
  font-size: 0.9rem;
  color: var(--vlvena7m);
  line-height: 1.6;
}

/* === 社区功能 === */
.vafhzl {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
}

.v4lqfrrc {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 24px 16px;
  text-align: center;
  box-shadow: var(--v62hbw);
  transition: var(--voohhqdj);
}

.v4lqfrrc:hover {
  transform: translateY(-4px);
  box-shadow: var(--vws62v);
}

.vm01rj {
  font-size: 2rem;
  margin-bottom: 10px;
}

.v4lqfrrc h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--vzhihlsym);
  margin-bottom: 6px;
}

.v4lqfrrc p {
  font-size: 0.82rem;
  color: var(--vlvena7m);
}

/* === 社交分享 === */
.vjiquqx {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 20px 0;
}

.vc1efy {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: var(--voohhqdj);
  cursor: pointer;
}

.vc1efy:hover {
  transform: translateY(-3px);
  opacity: 0.85;
}

.vl8nlqv43 { background: #07C160; }
.vutc1jxbu { background: #E6162D; }
.v8yhy4u7 { background: #161823; }
.v3b431e3k { background: #FB7299; }

/* === 页脚 === */
.xh-footer {
  background: var(--vzhihlsym);
  color: rgba(255,255,255,0.8);
  padding: 48px 0 0;
}

.vcjrwh82 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}

.xh-footer h4 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

.xh-footer h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: var(--v5kvtfb);
}

.xh-footer a {
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  display: block;
  margin-bottom: 8px;
}

.xh-footer a:hover {
  color: var(--v9hzog);
}

.xh-footer p {
  font-size: 0.9rem;
  line-height: 1.7;
}

.vmlsq25uv {
  display: flex;
  gap: 16px;
}

.vmlsq25uv img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0.2);
}

.vc73c2 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
}

.vc73c2 a {
  display: inline;
}

/* === 内页通用 === */
.v1047qyn {
  background: var(--v5fu4yi);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.v1047qyn h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.v1047qyn p {
  font-size: 1.05rem;
  opacity: 0.9;
}

.vu9tg4l {
  padding: 40px 0;
}

/* === AI赋能区 === */
.vec40f {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.v3ylrc14 h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--vzhihlsym);
  margin-bottom: 16px;
}

.v3ylrc14 p {
  font-size: 0.95rem;
  color: var(--vlvena7m);
  line-height: 1.8;
  margin-bottom: 12px;
}

.vwp38nun {
  border-radius: var(--vt2nzh);
  overflow: hidden;
  box-shadow: var(--v62hbw);
}

.vwp38nun img {
  width: 100%;
  height: auto;
}

/* === 数据统计 === */
.vp0wsi6v {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 40px 0;
}

.vv6ylwlr {
  text-align: center;
}

.v82qbv2g {
  font-size: 2.4rem;
  font-weight: 800;
  background: var(--vnnbz8c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.v0e66r8yj {
  font-size: 0.92rem;
  color: var(--vlvena7m);
  margin-top: 4px;
}

/* === 懒加载占位 === */
.xh-lazy {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* === MCP服务前端 === */
.v8mbxi {
  background: var(--v4ykd9v9f);
  border-radius: var(--vt2nzh);
  padding: 24px;
  box-shadow: var(--v62hbw);
  margin-top: 20px;
}

.v8mbxi h4 {
  font-size: 1rem;
  color: var(--vzhihlsym);
  margin-bottom: 12px;
}

.vt6164g8e {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: var(--vlvena7m);
}

.vd99fpouy {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4CAF50;
  animation: mcpPulse 2s infinite;
}

@keyframes mcpPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* === 响应式设计 === */
@media (max-width: 992px) {
  .vec40f {
    grid-template-columns: 1fr;
  }
  
  .vp0wsi6v {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .va4kf9i img {
    height: 320px;
  }
  
  .ver4g2 h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .xh-nav {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: var(--v4ykd9v9f);
    flex-direction: column;
    padding: 16px;
    box-shadow: var(--v62hbw);
    gap: 4px;
  }
  
  .xh-nav.open {
    display: flex;
  }
  
  .xh-mobile-toggle {
    display: flex;
  }
  
  .va4kf9i img {
    height: 240px;
  }
  
  .ver4g2 {
    padding: 20px;
  }
  
  .ver4g2 h1 {
    font-size: 1.3rem;
  }
  
  .xh-section {
    padding: 40px 0;
  }
  
  .vkn1uo h2 {
    font-size: 1.4rem;
  }
  
  .vgy29w {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
  }
  
  .vcjrwh82 {
    grid-template-columns: 1fr;
  }
  
  .vp0wsi6v {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .v82qbv2g {
    font-size: 1.8rem;
  }
  
  .vd3fw9bhy {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .vhcysgr8 {
    height: 56px;
  }
  
  .xh-logo img {
    height: 32px;
  }
  
  .vgy29w {
    grid-template-columns: 1fr;
  }
  
  .vtmcoa {
    grid-template-columns: 1fr;
  }
  
  .vafhzl {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .vkjous5o1 {
    grid-template-columns: 1fr;
  }
}

/* === 动画 === */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.v9kh1kpg {
  animation: fadeInUp 0.6s ease forwards;
}

/* === 滚动条美化 === */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--v004w2gbj);
}

::-webkit-scrollbar-thumb {
  background: var(--v5kvtfb);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--v2pcjx);
}
