* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', sans-serif; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); color: #fff; line-height: 1.6; min-height: 100vh; }
.w3y8h4k2m { position: fixed; top: 0; left: 0; width: 100%; background: rgba(240, 147, 251, 0.95); backdrop-filter: blur(15px); z-index: 1000; box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); }
.y9n5p6k3q { max-width: 1400px; margin: 0 auto; padding: 1.2rem 2rem; display: flex; justify-content: space-between; align-items: center; }
.a4m8k2p6w h1 { font-size: 0; }
.a4m8k2p6w h1 a { font-size: 2rem; background: linear-gradient(45deg, #fff 0%, #ffd89b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 900; text-decoration: none; letter-spacing: 2px; }
.b6k2m8p4x { display: flex; gap: 2rem; list-style: none; }
.b6k2m8p4x a { color: #fff; text-decoration: none; font-weight: 600; transition: all 0.3s ease; padding: 0.5rem 1rem; position: relative; }
.b6k2m8p4x a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: linear-gradient(90deg, #ffd89b, #fff); transition: width 0.3s ease; }
.b6k2m8p4x a:hover::after, .c8k4m2p7x::after { width: 100%; }
.b6k2m8p4x a:hover { color: #ffd89b; }
.d5k7m1n8p { max-width: 1400px; margin: 100px auto 0; padding: 2rem; }
.e7m8k2p5x { text-align: center; margin-bottom: 3rem; padding: 3rem 0; background: linear-gradient(135deg, rgba(255, 216, 155, 0.15) 0%, rgba(245, 87, 108, 0.15) 100%); border-radius: 25px; animation: fadeIn 1s ease-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
.f2k6m8p4w h2 { font-size: 2.5rem; margin-bottom: 1rem; background: linear-gradient(45deg, #fff 0%, #ffd89b 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.f2k6m8p4w p { font-size: 1.2rem; color: rgba(255, 255, 255, 0.95); }
.g9k4m1p7x { margin-bottom: 3rem; }
.h3k7m8p2w { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.i4k2m9p6x { 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; }
.i4k2m9p6x:hover, .j5k8m1p3w { background: linear-gradient(45deg, #ffd89b 0%, #19547b 100%); border-color: transparent; transform: translateY(-2px); box-shadow: 0 4px 15px rgba(255, 216, 155, 0.4); }
.k8m3p5n9x { margin-bottom: 4rem; }
.l2k9m4p7w { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 2rem; }
.m6k1p8n4x { 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: slideUp 0.6s ease-out backwards; }
.m6k1p8n4x:nth-child(1) { animation-delay: 0.1s; } .m6k1p8n4x:nth-child(2) { animation-delay: 0.2s; } .m6k1p8n4x:nth-child(3) { animation-delay: 0.3s; } .m6k1p8n4x:nth-child(4) { animation-delay: 0.4s; } .m6k1p8n4x:nth-child(5) { animation-delay: 0.5s; } .m6k1p8n4x:nth-child(6) { animation-delay: 0.6s; }
@keyframes slideUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.m6k1p8n4x:hover { transform: translateY(-15px); box-shadow: 0 20px 50px rgba(255, 216, 155, 0.4); border-color: rgba(255, 216, 155, 0.6); }
.n3k7m9p2w { position: relative; height: 420px; overflow: hidden; }
.n3k7m9p2w img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.m6k1p8n4x:hover .n3k7m9p2w img { transform: scale(1.15); }
.o8k4m2p9x { 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; }
.m6k1p8n4x:hover .o8k4m2p9x { opacity: 1; }
.p2k9m5p7w { padding: 1rem 2.5rem; background: linear-gradient(45deg, #ffd89b 0%, #19547b 100%); border-radius: 30px; font-weight: 700; font-size: 1.1rem; cursor: pointer; transition: transform 0.3s ease; }
.p2k9m5p7w:hover { transform: scale(1.1); }
.q7k3m8p1n { position: absolute; top: 15px; right: 15px; background: rgba(25, 84, 123, 0.95); padding: 0.5rem 1.2rem; border-radius: 25px; font-size: 0.9rem; font-weight: 700; }
.r5k8m2p9w { padding: 1.8rem; }
.r5k8m2p9w h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #fff; }
.s4k9m3p6x { display: flex; gap: 0.7rem; margin-bottom: 1rem; flex-wrap: wrap; }
.s4k9m3p6x span { background: rgba(255, 216, 155, 0.3); padding: 0.4rem 1rem; border-radius: 20px; font-size: 0.9rem; color: #fff; border: 1px solid rgba(255, 216, 155, 0.5); }
.r5k8m2p9w p { color: rgba(255, 255, 255, 0.9); font-size: 1rem; line-height: 1.8; }
.t9k5m2p8x { background: rgba(255, 255, 255, 0.05); padding: 3rem 2rem; margin-top: 4rem; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.u6k3m9p1w { max-width: 1400px; margin: 0 auto; text-align: center; }
.v4k8m2p7x { display: flex; justify-content: center; gap: 3rem; margin-bottom: 2rem; flex-wrap: wrap; }
.v4k8m2p7x a { color: rgba(255, 255, 255, 0.85); text-decoration: none; transition: all 0.3s ease; }
.v4k8m2p7x a:hover { color: #ffd89b; }
.u6k3m9p1w p { color: rgba(255, 255, 255, 0.7); font-size: 1rem; }
@media (max-width: 768px) { .b6k2m8p4x { flex-direction: column; gap: 1rem; } .y9n5p6k3q { flex-direction: column; } .l2k9m4p7w { grid-template-columns: 1fr; } .f2k6m8p4w h2 { font-size: 2rem; } }
