* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
    --primary: #e91e63;
    --secondary: #9c27b0;
    --dark: #1a1a2e;
    --light: #f8f9fa;
    --accent: #ff6b6b;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Microsoft YaHei', 'PingFang SC', sans-serif;
    line-height: 1.8;
    color: #333;
    background: #fff;
    overflow-x: hidden;
}
.r4header9m {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    padding: 0;
    box-shadow: 0 4px 20px rgba(233,30,99,0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: slideDown 0.6s ease;
}
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.x8container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 2rem;
}
.n3flex7k {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 0;
}
.b5logo2x a {
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: all 0.3s;
}
.b5logo2x a:hover { color: #fff59d; transform: scale(1.05); }
.m6nav8p { display: flex; list-style: none; gap: 2.5rem; }
.m6nav8p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s;
}
.m6nav8p a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff59d;
    transition: width 0.3s;
}
.m6nav8p a:hover::after { width: 100%; }
.h7hero5x {
    background: linear-gradient(135deg, rgba(233,30,99,0.9), rgba(156,39,176,0.9)), url('/hz202501.jpg') center/cover;
    color: #fff;
    padding: 8rem 2rem 5rem;
    text-align: center;
    position: relative;
}
.h7hero5x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(255,255,255,0.1), transparent);
    animation: pulse 8s infinite;
}
@keyframes pulse { 0%, 100% { opacity: 0.5; } 50% { opacity: 0.8; } }
.h7hero5x h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
    animation: fadeUp 0.8s ease;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.4);
}
.h7hero5x p {
    font-size: 1.4rem;
    position: relative;
    z-index: 1;
    animation: fadeUp 1s ease;
    max-width: 800px;
    margin: 0 auto;
}
@keyframes fadeUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
.s4section2k {
    padding: 5rem 2rem;
    background: #fff;
}
.s4section2k:nth-child(even) { background: var(--light); }
.s4section2k h2 {
    font-size: 2.8rem;
    color: var(--dark);
    margin-bottom: 1.5rem;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.s4section2k h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: 2px;
}
.s4section2k p {
    font-size: 1.1rem;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
    text-align: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.g9grid4m {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.5rem;
    margin-top: 3rem;
}
.c7card3x {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
    transition: all 0.4s;
    cursor: pointer;
}
.c7card3x:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(233,30,99,0.3);
}
.c7card3x img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.4s;
}
.c7card3x:hover img { transform: scale(1.1); }
.d6content5p {
    padding: 2rem;
}
.d6content5p h3 {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 1rem;
    font-weight: 700;
}
.d6content5p p {
    color: #666;
    line-height: 1.8;
    text-align: left;
}
.t9tag6k {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-top: 1rem;
    font-weight: 600;
}
.p8list7x {
    list-style: none;
    margin-top: 2rem;
}
.p8list7x li {
    padding: 1.2rem 0;
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.1rem;
    border-bottom: 1px solid #eee;
}
.p8list7x li::before {
    content: '▶';
    position: absolute;
    left: 0;
    color: var(--primary);
    font-size: 1rem;
}
.a5gallery8m {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}
.a5gallery8m img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    transition: all 0.4s;
}
.a5gallery8m img:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 10px 35px rgba(233,30,99,0.3);
}
.f2footer9k {
    background: var(--dark);
    color: #fff;
    padding: 4rem 2rem 2rem;
    margin-top: 5rem;
}
.f6footgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
}
.f2footer9k h3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: #fff;
}
.f2footer9k ul { list-style: none; }
.f2footer9k ul li { margin-bottom: 1rem; }
.f2footer9k a {
    color: #bbb;
    text-decoration: none;
    transition: all 0.3s;
}
.f2footer9k a:hover {
    color: var(--accent);
    padding-left: 8px;
}
.c1copyright {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #999;
}
.j8backtop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    box-shadow: 0 5px 20px rgba(233,30,99,0.4);
    transition: all 0.3s;
    z-index: 999;
}
.j8backtop:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(233,30,99,0.6);
}
.j8backtop::before {
    content: '↑';
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
}
[data-anim] {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease;
}
[data-anim].show {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 768px) {
    .n3flex7k { flex-direction: column; gap: 1.5rem; }
    .m6nav8p { flex-wrap: wrap; justify-content: center; gap: 1.5rem; }
    .h7hero5x { padding: 6rem 1.5rem 4rem; }
    .h7hero5x h2 { font-size: 2.5rem; }
    .g9grid4m { grid-template-columns: 1fr; }
    .s4section2k { padding: 3rem 1.5rem; }
}
