* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; line-height: 1.6; min-height: 100vh; }
.v2w9h5k3m { position: fixed; top: 0; left: 0; width: 100%; background: rgba(102, 126, 234, 0.95); backdrop-filter: blur(15px); z-index: 1000; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); }
.x8n4p7k2q { max-width: 1400px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.z5m9k3p7w h1 { font-size: 0; }
.z5m9k3p7w h1 a { font-size: 2rem; background: linear-gradient(45deg, #fff 0%, #f093fb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; text-decoration: none; letter-spacing: 2px; }
.a7k3m9p5x { display: flex; gap: 2rem; list-style: none; }
.a7k3m9p5x a { color: #fff; text-decoration: none; font-weight: 600; transition: all 0.3s ease; padding: 0.5rem 1rem; position: relative; }
.a7k3m9p5x a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #f093fb, #fff); transition: width 0.3s ease; }
.a7k3m9p5x a:hover::after, .b9k5m3p8x::after { width: 100%; }
.a7k3m9p5x a:hover { color: #f093fb; }
.c4k8m2n9p { max-width: 1400px; margin: 100px auto 0; padding: 2rem; }
.d6m9k3p7x { text-align: center; margin-bottom: 3rem; padding: 3rem 0; background: linear-gradient(135deg, rgba(240, 147, 251, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%); border-radius: 25px; animation: fadeInUp 1s ease-out; }
@keyframes fadeInUp { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.e3k7m9p5w h2 { font-size: 2.5rem; margin-bottom: 1rem; background: linear-gradient(45deg, #fff 0%, #f093fb 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.e3k7m9p5w p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.9); }
.f8k5m3p9x { margin-bottom: 3rem; }
.g2k9m7p4w { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.h5k3m9p7x { padding: 0.8rem 2rem; background: rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.2); color: #fff; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; font-size: 1rem; font-weight: 600; }
.h5k3m9p7x:hover, .i6k8m2p9w { background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%); border-color: transparent; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(240, 147, 251, 0.4); }
.j9k3m7p5x { margin-bottom: 4rem; }
.k4m8p2n9w { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; }
.l7k9m3p5x { background: rgba(255, 255, 255, 0.08); border-radius: 20px; overflow: hidden; transition: all 0.4s ease; border: 1px solid rgba(255, 255, 255, 0.15); animation: slideInUp 0.6s ease-out backwards; }
.l7k9m3p5x:nth-child(1) { animation-delay: 0.1s; } .l7k9m3p5x:nth-child(2) { animation-delay: 0.2s; } .l7k9m3p5x:nth-child(3) { animation-delay: 0.3s; } .l7k9m3p5x:nth-child(4) { animation-delay: 0.4s; } .l7k9m3p5x:nth-child(5) { animation-delay: 0.5s; } .l7k9m3p5x:nth-child(6) { animation-delay: 0.6s; } .l7k9m3p5x:nth-child(7) { animation-delay: 0.7s; } .l7k9m3p5x:nth-child(8) { animation-delay: 0.8s; }
@keyframes slideInUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.l7k9m3p5x:hover { transform: translateY(-15px); box-shadow: 0 20px 50px rgba(240, 147, 251, 0.4); border-color: rgba(240, 147, 251, 0.6); }
.m2k8p9n5x { position: relative; height: 420px; overflow: hidden; }
.m2k8p9n5x img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.l7k9m3p5x:hover .m2k8p9n5x img { transform: scale(1.15); }
.n9k5m3p8w { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity 0.3s ease; }
.l7k9m3p5x:hover .n9k5m3p8w { opacity: 1; }
.o3k7m9p4x { padding: 1rem 2.5rem; background: linear-gradient(45deg, #f093fb 0%, #f5576c 100%); border-radius: 30px; font-weight: 700; font-size: 1.1rem; cursor: pointer; transition: transform 0.3s ease; }
.o3k7m9p4x:hover { transform: scale(1.1); }
.p8k2m9n6x { position: absolute; top: 15px; right: 15px; background: rgba(245, 87, 108, 0.95); padding: 0.5rem 1.2rem; border-radius: 25px; font-size: 0.9rem; font-weight: 700; }
.q5k9m3p7w { padding: 1.8rem; }
.q5k9m3p7w h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #fff; }
.r6k3m8p9x { display: flex; gap: 0.7rem; margin-bottom: 1rem; flex-wrap: wrap; }
.r6k3m8p9x span { background: rgba(240, 147, 251, 0.3); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.9rem; color: #fff; border: 1px solid rgba(240, 147, 251, 0.5); }
.q5k9m3p7w p { color: rgba(255, 255, 255, 0.9); font-size: 1rem; line-height: 1.8; }
.s4k9m3p7x { background: rgba(255, 255, 255, 0.05); padding: 3rem 2rem; margin-top: 4rem; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.t8k2m9p5w { max-width: 1400px; margin: 0 auto; text-align: center; }
.u5k9m3p7x { display: flex; justify-content: center; gap: 3rem; margin-bottom: 2rem; flex-wrap: wrap; }
.u5k9m3p7x a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: all 0.3s ease; }
.u5k9m3p7x a:hover { color: #f093fb; }
.t8k2m9p5w p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; }
@media (max-width: 768px) { .a7k3m9p5x { flex-direction: column; gap: 1rem; } .x8n4p7k2q { flex-direction: column; } .k4m8p2n9w { grid-template-columns: 1fr; } .e3k7m9p5w h2 { font-size: 2rem; } }
