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

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Helvetica Neue', sans-serif;
    line-height: 1.7;
    color: #333;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #7e22ce 100%);
    background-attachment: fixed;
}

.z9m5x7n3k2 {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.p5n9x7m3k8 {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 4px 30px rgba(30, 60, 114, 0.4);
}

.t9n7x5m3k8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t9n7x5m3k8 h1 {
    font-size: 2.3rem;
    font-weight: 900;
    color: white;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 2px;
}

.t9n7x5m3k8 h1 a {
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.t9n7x5m3k8 h1 a:hover {
    text-shadow: 3px 3px 15px rgba(255, 255, 255, 0.6);
    transform: scale(1.05);
}

.q7n5x9m3k8 {
    display: flex;
    gap: 2.5rem;
    list-style: none;
}

.q7n5x9m3k8 a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05rem;
    transition: all 0.3s;
    position: relative;
    padding: 0.5rem 0;
}

.q7n5x9m3k8 a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: white;
    transition: all 0.3s;
    transform: translateX(-50%);
    border-radius: 2px;
}

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

.w7m3x9n5k2 {
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.95) 0%, rgba(126, 34, 206, 0.95) 100%);
    color: white;
    padding: 10rem 0 6rem;
    margin-top: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.w7m3x9n5k2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="white" stroke-width="0.5" opacity="0.1"/></svg>') repeat;
    background-size: 100px 100px;
    animation: u9x5n7m3k2 30s linear infinite;
}

@keyframes u9x5n7m3k2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(100px, 100px); }
}

.w7m3x9n5k2 h2 {
    font-size: 4.2rem;
    margin-bottom: 2rem;
    font-weight: 900;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
    animation: i7x3n9m5k2 1.2s ease-out;
    position: relative;
    z-index: 1;
}

.w7m3x9n5k2 p {
    font-size: 1.7rem;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    animation: i7x3n9m5k2 1.2s ease-out 0.2s both;
    position: relative;
    z-index: 1;
}

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

.e9n7x5m3k2 {
    padding: 6rem 0;
    background: rgba(255, 255, 255, 0.95);
}

.e9n7x5m3k2 h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
    text-align: center;
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
}

.e9n7x5m3k2 h2::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 90px;
    height: 5px;
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    transform: translateX(-50%);
    border-radius: 3px;
}

.r7n5x9m3k8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 2.5rem;
    margin-bottom: 4rem;
}

.o9m7x3n5k2 {
    background: white;
    border-radius: 25px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(30, 60, 114, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.o9m7x3n5k2::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(30, 60, 114, 0.1), transparent);
    transition: left 0.6s;
}

.o9m7x3n5k2:hover::before {
    left: 100%;
}

.o9m7x3n5k2:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 60px rgba(30, 60, 114, 0.25);
}

.o9m7x3n5k2 h3 {
    color: #1e3c72;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: 800;
}

.o9m7x3n5k2 p {
    color: #555;
    line-height: 2.1;
    font-size: 1.05rem;
}

.s9n7x5m3k8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2.5rem;
}

.c7x9m5n3k2 {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(126, 34, 206, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.c7x9m5n3k2:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 20px 60px rgba(126, 34, 206, 0.25);
}

.y7n5x9m3k8 {
    position: relative;
    height: 270px;
    overflow: hidden;
}

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

.c7x9m5n3k2:hover .y7n5x9m3k8 img {
    transform: scale(1.2) rotate(2deg);
}

.y7n5x9m3k8::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgba(30, 60, 114, 0.8));
    opacity: 0;
    transition: opacity 0.4s;
}

.c7x9m5n3k2:hover .y7n5x9m3k8::after {
    opacity: 1;
}

.h9n7x5m3k2 {
    padding: 2rem;
}

.h9n7x5m3k2 h3 {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.h9n7x5m3k2 p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.9;
    margin-bottom: 1.2rem;
}

.d9x7n5m3k2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.d9x7n5m3k2 span {
    color: #1e3c72;
    font-size: 0.9rem;
    font-weight: 700;
}

.g7n9x5m3k2 {
    background: white;
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 10px 40px rgba(30, 60, 114, 0.15);
}

.k9n7x5m3p2 {
    border-bottom: 2px solid #f0f0f0;
    padding: 2.5rem 0;
}

.k9n7x5m3p2:last-child {
    border-bottom: none;
}

.k9n7x5m3p2 h3 {
    color: #1e3c72;
    margin-bottom: 1.2rem;
    font-size: 1.7rem;
    font-weight: 800;
}

.k9n7x5m3p2 p {
    color: #555;
    line-height: 2.3;
    margin-bottom: 1.2rem;
}

.v7x9n5m3k8 {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.v7x9n5m3k8 span {
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(30, 60, 114, 0.3);
}

.f9n7x5m3k8 {
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    color: white;
    padding: 4rem 0;
    margin-top: 6rem;
    text-align: center;
}

.f9n7x5m3k8 p {
    font-size: 1.1rem;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.j9n7x5m3k8 {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: linear-gradient(135deg, #1e3c72 0%, #7e22ce 100%);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(30, 60, 114, 0.4);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0) rotate(180deg);
}

.j9n7x5m3k8.b7n9x5m3k2 {
    opacity: 1;
    visibility: visible;
    transform: scale(1) rotate(0deg);
}

.j9n7x5m3k8:hover {
    transform: translateY(-10px) scale(1.15) rotate(360deg);
    box-shadow: 0 15px 40px rgba(30, 60, 114, 0.5);
}

@media (max-width: 768px) {
    .q7n5x9m3k8 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .w7m3x9n5k2 {
        padding: 6rem 0 4rem;
    }

    .w7m3x9n5k2 h2 {
        font-size: 2.5rem;
    }

    .w7m3x9n5k2 p {
        font-size: 1.2rem;
    }

    .r7n5x9m3k8,
    .s9n7x5m3k8 {
        grid-template-columns: 1fr;
    }

    .j9n7x5m3k8 {
        bottom: 25px;
        right: 25px;
        width: 50px;
        height: 50px;
    }
}
