* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); color: #fff; line-height: 1.6; min-height: 100vh; } .x5w7h3k9m { position: fixed; top: 0; left: 0; width: 100%; background: rgba(250, 112, 154, 0.95); backdrop-filter: blur(15px); z-index: 1000; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); } .z4n8p5k1q { max-width: 1400px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; } .b7m3k9p4w h1 { font-size: 0; } .b7m3k9p4w h1 a { font-size: 2rem; background: linear-gradient(45deg, #fff 0%, #fee140 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; text-decoration: none; letter-spacing: 2px; } .c9k1m7p3x { display: flex; gap: 2rem; list-style: none; } .c9k1m7p3x a { color: #fff; text-decoration: none; font-weight: 600; transition: all 0.3s ease; padding: 0.5rem 1rem; position: relative; } .c9k1m7p3x a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #fee140, #fff); transition: width 0.3s ease; } .c9k1m7p3x a:hover::after { width: 100%; } .c9k1m7p3x a:hover { color: #fee140; } .d2k6m9n7p { max-width: 1400px; margin: 100px auto 0; padding: 2rem; } .e8m4k1p6x { text-align: center; margin-bottom: 3rem; padding: 3rem 0; background: linear-gradient(135deg, rgba(254, 225, 64, 0.15) 0%, rgba(250, 112, 154, 0.15) 100%); border-radius: 25px; } .e8m4k1p6x h2 { font-size: 2.5rem; margin-bottom: 1rem; background: linear-gradient(45deg, #fff 0%, #fee140 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .e8m4k1p6x p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.95); } .f3k9m5p8x { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; margin-bottom: 4rem; } .g7k2p9n5x { 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); } .g7k2p9n5x:hover { transform: translateY(-15px); box-shadow: 0 20px 50px rgba(254, 225, 64, 0.4); border-color: rgba(254, 225, 64, 0.6); } .g7k2p9n5x img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.5s ease; } .g7k2p9n5x:hover img { transform: scale(1.1); } .h5k8m3p9w { padding: 1.8rem; } .h5k8m3p9w h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #fff; } .i2k9m6p4x { display: flex; gap: 0.7rem; margin-bottom: 1rem; flex-wrap: wrap; } .i2k9m6p4x span { background: rgba(254, 225, 64, 0.3); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.9rem; color: #fff; border: 1px solid rgba(254, 225, 64, 0.5); } .h5k8m3p9w p { color: rgba(255, 255, 255, 0.9); font-size: 1rem; line-height: 1.8; } .j8k3m5p9x { background: rgba(255, 255, 255, 0.05); padding: 3rem 2rem; margin-top: 4rem; border-top: 1px solid rgba(255, 255, 255, 0.2); text-align: center; } .j8k3m5p9x nav { display: flex; justify-content: center; gap: 3rem; margin-bottom: 2rem; flex-wrap: wrap; } .j8k3m5p9x nav a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: all 0.3s ease; } .j8k3m5p9x nav a:hover { color: #fee140; } .j8k3m5p9x p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; } @media (max-width: 768px) { .c9k1m7p3x { flex-direction: column; gap: 1rem; } .z4n8p5k1q { flex-direction: column; } .f3k9m5p8x { grid-template-columns: 1fr; } .e8m4k1p6x h2 { font-size: 2rem; } }
