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

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

.a9b3c7d2e {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    box-shadow: 0 4px 20px rgba(255, 154, 158, 0.3);
    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;
    }
}

.f5g8h1i4j {
    padding: 1.2rem 0;
}

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

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

.p7q4r8s1t a {
    font-size: 1.9rem;
    font-weight: bold;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 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.1);
    transition: all 0.3s ease;
}

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

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

.u2v6w9x3y a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.u2v6w9x3y a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.u2v6w9x3y a:hover {
    color: #fee140;
}

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

.z5a8b2c6d {
    animation: fadeIn 1s ease;
}

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

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

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

.o5p2q7r4s {
    position: relative;
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(255, 154, 158, 0.4);
}

.t8u3v6w9x {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomSlow 20s infinite alternate;
}

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

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

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

.y1z5a8b3c h2 {
    font-size: 3rem;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.y1z5a8b3c p {
    font-size: 1.4rem;
    font-weight: 300;
}

.d4e7f1g5h, .c5d9e3f7g, .w9x4y8z2a {
    padding: 3rem 0;
}

.i8j2k6l9m {
    font-size: 2.2rem;
    margin-bottom: 2.5rem;
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

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

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

.s4t8u1v6w {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 154, 158, 0.2);
    transition: all 0.5s ease;
    animation: fadeInUp 0.8s ease;
}

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

.s4t8u1v6w:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 45px rgba(255, 154, 158, 0.4);
}

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

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

.x9y3z7a2b {
    padding: 1.8rem;
}

.x9y3z7a2b h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: #fa709a;
}

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

.x9y3z7a2b h3 a:hover {
    color: #fee140;
}

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

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

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

.m7n2o6p8q {
    display: flex;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(255, 154, 158, 0.2);
    transition: all 0.5s ease;
}

.m7n2o6p8q:hover {
    transform: translateX(15px);
    box-shadow: 0 12px 35px rgba(255, 154, 158, 0.3);
}

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

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

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

.r4s8t2u6v h3 {
    margin-bottom: 0.8rem;
    font-size: 1.3rem;
    color: #fa709a;
}

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

.r4s8t2u6v h3 a:hover {
    color: #fee140;
}

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

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

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

.g3h7i2j6k {
    text-align: center;
    background: white;
    border-radius: 20px;
    padding: 1.5rem;
    box-shadow: 0 5px 20px rgba(255, 154, 158, 0.2);
    transition: all 0.5s ease;
    animation: scaleIn 0.8s ease;
}

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

.g3h7i2j6k:hover {
    transform: scale(1.08) rotate(-2deg);
    box-shadow: 0 15px 40px rgba(255, 154, 158, 0.4);
}

.g3h7i2j6k img {
    width: 160px;
    height: 220px;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 4px solid #fa709a;
    transition: all 0.4s ease;
}

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

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

.g3h7i2j6k h3 a:hover {
    color: #fee140;
}

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

.l4m8n3o7p {
    padding: 3rem 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    margin: 2rem 0;
}

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

.v8w2x6y1z {
    padding: 0.6rem 1.8rem;
    background: white;
    border-radius: 30px;
    text-decoration: none;
    color: #fa709a;
    border: 2px solid #fa709a;
    transition: all 0.4s ease;
    font-weight: 600;
}

.v8w2x6y1z:hover {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: white;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 154, 158, 0.4);
}

.a3b7c2d6e {
    background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);
    color: white;
    text-align: center;
    padding: 2.5rem 0;
    margin-top: 3rem;
    box-shadow: 0 -4px 20px rgba(255, 154, 158, 0.3);
}

.a3b7c2d6e p {
    margin: 0.5rem 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.f9g4h8i1j {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #fa709a 0%, #fee140 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(255, 154, 158, 0.4);
    z-index: 999;
}

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

.f9g4h8i1j:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(255, 154, 158, 0.6);
}

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

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

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

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

.m3n7o2p6q8 {
    width: 350px;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    border: 5px solid #fa709a;
}

.r4s8t3u7v1 {
    flex: 1;
}

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

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

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

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

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

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

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

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

    .m7n2o6p8q {
        flex-direction: column;
    }

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

    .o5p2q7r4s {
        height: 350px;
    }

    .h2i6j1k5l9 {
        flex-direction: column;
    }

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