* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
    line-height: 1.7;
    color: #e0e0e0;
    background: linear-gradient(135deg, #141E30 0%, #243B55 100%);
    min-height: 100vh;
}

.r8m4n2p7q {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.6s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.s3t9u1v6w {
    padding: 1.2rem 0;
}

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

.c7d3e9f1g {
    display: inline-block;
    margin-right: 3rem;
}

.c7d3e9f1g a {
    font-size: 1.9rem;
    font-weight: bold;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.c7d3e9f1g a:hover {
    transform: scale(1.05);
}

.h2i6j8k4l {
    display: inline-flex;
    list-style: none;
    gap: 2rem;
}

.h2i6j8k4l a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}

.h2i6j8k4l a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    transition: width 0.3s ease;
}

.h2i6j8k4l a:hover {
    color: white;
}

.h2i6j8k4l a:hover::after {
    width: 100%;
}

.m9n3o7p2q {
    animation: fadeIn 1s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.r4s8t5u1v {
    margin: 2rem auto;
    padding: 0 20px;
}

.w6x2y9z3a {
    max-width: 1200px;
    margin: 0 auto;
}

.b8c4d1e7f {
    position: relative;
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}

.g5h9i3j7k {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomSlow 25s infinite alternate;
    filter: brightness(0.7);
}

@keyframes zoomSlow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.15);
    }
}

.l2m6n8o4p {
    position: absolute;
    bottom: 60px;
    left: 60px;
    color: white;
    text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.9);
    animation: slideUp 1.2s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(60px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.l2m6n8o4p h2 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.l2m6n8o4p p {
    font-size: 1.6rem;
    font-weight: 300;
}

.q7r3s9t5u, .p8q2r6s9t, .j9k4l8m2n {
    padding: 3rem 0;
}

.v4w8x1y6z {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    color: #f093fb;
    font-weight: 700;
}

.v4w8x1y6z::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    border-radius: 2px;
}

.a3b7c2d9e {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.f5g1h6i8j {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    animation: fadeInUp 0.8s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes fadeInUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.f5g1h6i8j:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 45px rgba(240, 147, 251, 0.3);
    border-color: rgba(240, 147, 251, 0.5);
}

.f5g1h6i8j img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.f5g1h6i8j:hover img {
    transform: scale(1.15);
}

.k4l9m3n7o {
    padding: 1.8rem;
}

.k4l9m3n7o h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.k4l9m3n7o h3 a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.k4l9m3n7o h3 a:hover {
    color: #f093fb;
}

.k4l9m3n7o time {
    color: #999;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.8rem;
}

.k4l9m3n7o p {
    color: #c0c0c0;
    line-height: 1.8;
    font-size: 0.95rem;
}

.u1v5w9x3y {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.z7a2b6c8d {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.z7a2b6c8d:hover {
    transform: translateX(15px);
    box-shadow: 0 12px 35px rgba(240, 147, 251, 0.25);
    border-color: rgba(240, 147, 251, 0.5);
}

.z7a2b6c8d img {
    width: 280px;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.z7a2b6c8d:hover img {
    transform: scale(1.1);
}

.e4f8g3h7i {
    padding: 1.8rem;
    flex: 1;
}

.e4f8g3h7i h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
}

.e4f8g3h7i h3 a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
}

.e4f8g3h7i h3 a:hover {
    color: #f093fb;
}

.e4f8g3h7i time {
    color: #999;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.8rem;
}

.e4f8g3h7i p {
    color: #c0c0c0;
    line-height: 1.8;
    font-size: 0.95rem;
}

.o6p1q5r9s {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.t3u7v2w6x {
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    animation: scaleIn 0.8s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.t3u7v2w6x:hover {
    transform: scale(1.08) rotate(2deg);
    box-shadow: 0 15px 40px rgba(240, 147, 251, 0.3);
    border-color: rgba(240, 147, 251, 0.5);
}

.t3u7v2w6x img {
    width: 160px;
    height: 220px;
    border-radius: 10px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid #f093fb;
    transition: all 0.4s ease;
}

.t3u7v2w6x:hover img {
    border-color: #f5576c;
    transform: rotateY(360deg);
}

.t3u7v2w6x h3 a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

.t3u7v2w6x h3 a:hover {
    color: #f093fb;
}

.t3u7v2w6x p {
    color: #999;
    font-size: 0.9rem;
    margin-top: 0.5rem;
}

.y8z3a7b1c {
    padding: 3rem 0;
    background: rgba(0, 0, 0, 0.2);
}

.d5e9f4g8h {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.i2j6k1l5m {
    padding: 0.6rem 1.8rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    text-decoration: none;
    color: #f093fb;
    border: 2px solid #f093fb;
    transition: all 0.4s ease;
    font-weight: 500;
}

.i2j6k1l5m:hover {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(240, 147, 251, 0.4);
}

.n7o2p6q9r {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    color: white;
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 3rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.n7o2p6q9r p {
    margin: 0.5rem 0;
    color: rgba(255, 255, 255, 0.7);
}

.s4t8u3v7w {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.6rem;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 5px 20px rgba(240, 147, 251, 0.4);
    z-index: 999;
}

.s4t8u3v7w.x1y5z9a3b4 {
    opacity: 1;
    visibility: visible;
}

.s4t8u3v7w:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(240, 147, 251, 0.6);
}

.c5d9e3f7g1 {
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    margin-bottom: 2rem;
    font-size: 0.95rem;
    color: #999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.c5d9e3f7g1 a {
    color: #f093fb;
    text-decoration: none;
    margin: 0 0.4rem;
    transition: color 0.3s ease;
}

.c5d9e3f7g1 a:hover {
    color: #f5576c;
    text-decoration: underline;
}

.h2i6j1k5l9 {
    display: flex;
    gap: 2rem;
    margin-bottom: 2rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.m3n7o2p6q8 {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}

.r4s8t3u7v1 {
    flex: 1;
}

.r4s8t3u7v1 h3 {
    margin-bottom: 1rem;
    font-size: 1.6rem;
    color: #f093fb;
}

.r4s8t3u7v1 p {
    margin-bottom: 1rem;
    line-height: 1.9;
    color: #c0c0c0;
}

.w5x9y4z8a2 {
    background: rgba(255, 255, 255, 0.05);
    padding: 2.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.w5x9y4z8a2 h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    color: #f093fb;
    border-left: 5px solid #f093fb;
    padding-left: 1.5rem;
}

.w5x9y4z8a2 p {
    margin-bottom: 1.2rem;
    line-height: 1.9;
    text-align: justify;
    color: #c0c0c0;
}

@media (max-width: 768px) {
    .h2i6j8k4l {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .l2m6n8o4p h2 {
        font-size: 2rem;
    }

    .l2m6n8o4p p {
        font-size: 1.1rem;
    }

    .z7a2b6c8d {
        flex-direction: column;
    }

    .z7a2b6c8d img {
        width: 100%;
        height: 220px;
    }

    .b8c4d1e7f {
        height: 350px;
    }

    .h2i6j1k5l9 {
        flex-direction: column;
    }

    .m3n7o2p6q8 {
        width: 100%;
        height: 320px;
    }
}
