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

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-attachment: fixed;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.m8k5n2p9x {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
    padding: 1.2rem 0;
    box-shadow: 0 4px 20px rgba(240, 147, 251, 0.4);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: m8k5n2p9x-glow 3s ease-in-out infinite;
}

@keyframes m8k5n2p9x-glow {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(240, 147, 251, 0.4);
    }
    50% {
        box-shadow: 0 4px 30px rgba(245, 87, 108, 0.6);
    }
}

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

.u9v3x8z2c {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.d5f1g7j4m {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.d5f1g7j4m a {
    color: white;
    transition: all 0.3s ease;
    display: inline-block;
}

.d5f1g7j4m a:hover {
    transform: scale(1.1) rotate(-2deg);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

.n6p2q8r5t {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.n6p2q8r5t a {
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.n6p2q8r5t a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
}

.n6p2q8r5t a:hover::before {
    width: 300px;
    height: 300px;
}

.n6p2q8r5t a:hover {
    transform: translateY(-3px);
}

.w7y4a1b8e {
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
}

.f3g9h5k2m {
    margin: 2rem 0;
    animation: f3g9h5k2m-fade 1s ease-in;
}

@keyframes f3g9h5k2m-fade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.n8o4p1q7r {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.15);
}

.s5t2u9v6w {
    position: relative;
    height: 450px;
    overflow: hidden;
}

.s5t2u9v6w img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.s5t2u9v6w:hover img {
    transform: scale(1.15) rotate(2deg);
}

.x3y8z4a1b {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
    color: white;
    padding: 3rem 2rem 2rem;
}

.c6d2e9f5g {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    animation: c6d2e9f5g-slide 0.8s ease-out 0.2s both;
}

@keyframes c6d2e9f5g-slide {
    from {
        transform: translateX(-50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.h7i3j9k5m {
    font-size: 1.3rem;
    animation: c6d2e9f5g-slide 0.8s ease-out 0.4s both;
}

.n1o7p3q9r {
    margin: 3rem 0;
}

.s5t8u2v6x {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: white;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

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

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

.d1e6f2g8h {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    animation: d1e6f2g8h-up 0.6s ease-out both;
}

.d1e6f2g8h:nth-child(1) { animation-delay: 0.1s; }
.d1e6f2g8h:nth-child(2) { animation-delay: 0.2s; }
.d1e6f2g8h:nth-child(3) { animation-delay: 0.3s; }
.d1e6f2g8h:nth-child(4) { animation-delay: 0.4s; }
.d1e6f2g8h:nth-child(5) { animation-delay: 0.5s; }
.d1e6f2g8h:nth-child(6) { animation-delay: 0.6s; }

@keyframes d1e6f2g8h-up {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.d1e6f2g8h:hover {
    transform: translateY(-10px) rotate(-1deg);
    box-shadow: 0 12px 35px rgba(240, 147, 251, 0.3);
}

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

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

.i5j1k7m3n {
    padding: 1.5rem;
}

.o9p5q1r7s {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #667eea;
}

.o9p5q1r7s a:hover {
    color: #f5576c;
}

.t4u8v2w6x {
    color: #666;
    margin-bottom: 1rem;
    line-height: 1.8;
}

.y3z9a5b1c {
    display: inline-block;
    color: white;
    background: linear-gradient(135deg, #667eea, #764ba2);
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.y3z9a5b1c:hover {
    background: linear-gradient(135deg, #f093fb, #f5576c);
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.4);
}

.d7e3f9g5h {
    margin: 3rem 0;
}

.i1j7k3m9n {
    display: grid;
    gap: 1.5rem;
}

.o5p1q7r3s {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-left: 5px solid #667eea;
}

.o5p1q7r3s:hover {
    transform: translateX(10px);
    box-shadow: 0 6px 25px rgba(102, 126, 234, 0.3);
}

.t9u5v1w7x {
    display: inline-block;
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.y4z8a2b6c {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #667eea;
}

.y4z8a2b6c a:hover {
    color: #f5576c;
}

.d3e9f5g1h {
    color: #666;
    line-height: 1.8;
}

.i7j3k9m5n {
    margin: 3rem 0;
}

.o1p7q3r9s {
    display: grid;
    gap: 1.5rem;
}

.t5u1v7w3x {
    background: white;
    padding: 1.5rem;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.t5u1v7w3x:hover {
    box-shadow: 0 6px 25px rgba(240, 147, 251, 0.3);
}

.y9z5a1b7c {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.y9z5a1b7c img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f093fb;
}

.d4e8f2g6h {
    display: flex;
    flex-direction: column;
}

.i3j9k5m1n {
    font-size: 1.1rem;
    color: #667eea;
    font-weight: 600;
}

.o7p3q9r5s {
    font-size: 0.9rem;
    color: #999;
}

.t1u7v3w9x {
    color: #666;
    line-height: 1.8;
}

.y5z1a7b3c {
    margin: 3rem 0;
}

.d9e5f1g7h {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.i4j8k2m6n {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #667eea;
}

.o1p7q3r9s {
    color: #666;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.d9e5f1g7h img {
    border-radius: 10px;
    margin-top: 1rem;
}

.s7t3u9v5w {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 3rem 0 1rem;
    margin-top: 4rem;
}

.x1y7z3a9b {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.h9i5j1k7m {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.n3o9p5q1r {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.n3o9p5q1r a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.n3o9p5q1r a:hover {
    color: white;
    padding-left: 10px;
}

.c5d1e7f3g p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.3rem;
}

.w5x1y7z3a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem;
    text-align: center;
}

.b9c5d1e7f {
    color: rgba(255, 255, 255, 0.9);
}

.g3h9i5j1k {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #f093fb, #f5576c);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(245, 87, 108, 0.4);
    transition: all 0.3s ease;
    z-index: 999;
}

.g3h9i5j1k:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 30px rgba(245, 87, 108, 0.6);
}

.g3h9i5j1k.m7n3o9p5q {
    display: flex;
    animation: g3h9i5j1k-bounce 0.5s ease-out;
}

@keyframes g3h9i5j1k-bounce {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.r8s4t1u6v {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.r8s4t1u6v a {
    color: #667eea;
    transition: color 0.3s ease;
}

.r8s4t1u6v a:hover {
    color: #f5576c;
}

@media (max-width: 768px) {
    .u9v3x8z2c {
        flex-direction: column;
        align-items: flex-start;
    }

    .n6p2q8r5t {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
    }

    .y9z3a7b4c {
        grid-template-columns: 1fr;
    }

    .s5t2u9v6w {
        height: 280px;
    }

    .c6d2e9f5g {
        font-size: 2rem;
    }

    .g3h9i5j1k {
        bottom: 1rem;
        right: 1rem;
        width: 50px;
        height: 50px;
    }
}