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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
    line-height: 1.7;
    color: #2d3748;
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 25%, #f9a8d4 50%, #fbcfe8 75%, #fce7f3 100%);
    background-size: 400% 400%;
    animation: bganim7m3k9t 30s ease infinite;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

@keyframes bganim7m3k9t {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(circle at 20% 30%, rgba(236, 72, 153, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(168, 85, 247, 0.08) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
    animation: lightshift8k5t 15s ease-in-out infinite;
}

@keyframes lightshift8k5t {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

.x9t5k3m7a8 {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(252, 231, 243, 0.98));
    backdrop-filter: blur(25px);
    box-shadow: 0 5px 35px rgba(236, 72, 153, 0.25);
    z-index: 1000;
    border-bottom: 3px solid rgba(236, 72, 153, 0.4);
    animation: headerslide5k9t 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

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

.y3k8t5m9a7 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 1.3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.z5m9t3k8a7 h1 {
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.z5m9t3k8a7 h1 a {
    background: linear-gradient(135deg, #ec4899 0%, #8b5cf6 50%, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    text-shadow: 0 4px 20px rgba(236, 72, 153, 0.5);
    display: inline-block;
    position: relative;
}

.z5m9t3k8a7 h1 a::before {
    content: '🎨';
    margin-right: 12px;
    font-size: 2.4rem;
    animation: iconbounce7k3m 3s ease-in-out infinite;
    filter: drop-shadow(0 0 18px rgba(236, 72, 153, 0.9));
}

@keyframes iconbounce7k3m {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(-8deg); }
    75% { transform: translateY(-10px) rotate(8deg); }
}

.z5m9t3k8a7 h1 a:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 0 30px rgba(236, 72, 153, 0.8));
}

.a7k3t9m5b8 {
    display: flex;
    list-style: none;
    gap: 0.8rem;
}

.a7k3t9m5b8 li a {
    text-decoration: none;
    color: #1f2937;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 1rem 2.2rem;
    border-radius: 35px;
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.15), rgba(139, 92, 246, 0.12));
    border: 2.5px solid transparent;
    position: relative;
    overflow: hidden;
}

.a7k3t9m5b8 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(236, 72, 153, 0.35), rgba(139, 92, 246, 0.25));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.65s, height 0.65s;
    z-index: -1;
}

.a7k3t9m5b8 li a:hover::before {
    width: 400px;
    height: 400px;
}

.a7k3t9m5b8 li a:hover {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.3), rgba(139, 92, 246, 0.25));
    transform: translateY(-5px) scale(1.05);
    border-color: rgba(236, 72, 153, 0.7);
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.5);
    color: #be185d;
}

.b9m5k3t7c8 {
    max-width: 1600px;
    margin: 70px auto 4rem;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

.c5t9k3m8a7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(252, 231, 243, 0.95));
    padding: 5rem 5rem;
    border-radius: 40px;
    box-shadow: 0 20px 75px rgba(236, 72, 153, 0.35);
    margin-bottom: 4rem;
    text-align: center;
    animation: bannerappear9k5t 1.5s ease-out;
    backdrop-filter: blur(25px);
    border: 3.5px solid rgba(236, 72, 153, 0.35);
    position: relative;
    overflow: hidden;
}

.c5t9k3m8a7::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -60%;
    width: 250%;
    height: 250%;
    background: repeating-linear-gradient(60deg, transparent, transparent 60px,
                rgba(236, 72, 153, 0.05) 60px, rgba(236, 72, 153, 0.05) 120px);
    animation: stripemove5k9t 40s linear infinite;
}

@keyframes stripemove5k9t {
    to { transform: translate(80px, 80px); }
}

@keyframes bannerappear9k5t {
    from { opacity: 0; transform: translateY(70px) scale(0.93); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.c5t9k3m8a7 h2 {
    font-size: 4.8rem;
    margin-bottom: 2.5rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6 35%, #3b82f6 65%, #8b5cf6 85%, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: titleshake7k3m 4s ease-in-out infinite;
    text-shadow: 0 5px 32px rgba(236, 72, 153, 0.6);
    letter-spacing: 3px;
}

@keyframes titleshake7k3m {
    0%, 100% { transform: scale(1) rotate(0deg); }
    25% { transform: scale(1.03) rotate(-1deg); }
    75% { transform: scale(1.03) rotate(1deg); }
}

.c5t9k3m8a7 p {
    font-size: 1.6rem;
    color: #374151;
    font-weight: 700;
    position: relative;
    z-index: 1;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
    letter-spacing: 1px;
}

.d7k9t3m5a8 {
    margin-bottom: 4rem;
}

.d7k9t3m5a8 h2 {
    font-size: 3rem;
    margin-bottom: 3.5rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6 50%, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    padding: 2rem 4rem;
    background-color: rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 12px 45px rgba(236, 72, 153, 0.3);
    border: 3px solid rgba(236, 72, 153, 0.35);
    position: relative;
}

.d7k9t3m5a8 h2::before {
    content: '✨';
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    animation: startwinkle8k3t 3s ease-in-out infinite;
}

@keyframes startwinkle8k3t {
    0%, 100% { transform: translateY(-50%) scale(1) rotate(0deg); opacity: 1; }
    50% { transform: translateY(-50%) scale(1.4) rotate(180deg); opacity: 0.6; }
}

.e3k9t5m7a8 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    gap: 3.5rem;
}

.f5t9k3m8a7 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(252, 231, 243, 0.97));
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 15px 55px rgba(236, 72, 153, 0.28);
    transition: all 0.65s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: carddrop3k9t 1.3s ease-out backwards;
    border: 3px solid rgba(236, 72, 153, 0.25);
    position: relative;
}

.f5t9k3m8a7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(236, 72, 153, 0.2), transparent 70%);
    opacity: 0;
    transition: opacity 0.65s;
    pointer-events: none;
}

.f5t9k3m8a7:hover::before {
    opacity: 1;
}

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

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

.f5t9k3m8a7:hover {
    transform: translateY(-18px) scale(1.04);
    box-shadow: 0 35px 85px rgba(236, 72, 153, 0.55);
    border-color: #ec4899;
}

.g9k5t3m7a8 {
    position: relative;
    overflow: hidden;
    height: 300px;
}

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

.f5t9k3m8a7:hover .g9k5t3m7a8 img {
    transform: scale(1.2) rotate(-2deg);
}

.h3k9t5m8a7 {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    color: #fff;
    padding: 0.8rem 2rem;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 7px 30px rgba(236, 72, 153, 0.75);
    animation: badgepulse9k3t 3s ease-in-out infinite;
    border: 3px solid rgba(255, 255, 255, 0.5);
}

@keyframes badgepulse9k3t {
    0%, 100% { transform: scale(1); box-shadow: 0 7px 30px rgba(236, 72, 153, 0.75); }
    50% { transform: scale(1.12); box-shadow: 0 10px 45px rgba(236, 72, 153, 0.95); }
}

.i7k3t9m5a8 {
    padding: 3rem;
}

.i7k3t9m5a8 h3 {
    font-size: 1.85rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    line-height: 1.6;
}

.i7k3t9m5a8 h3 a {
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.35s;
}

.i7k3t9m5a8 h3 a:hover {
    opacity: 0.7;
    transform: scale(1.03);
}

.i7k3t9m5a8 p {
    margin-bottom: 1.8rem;
    line-height: 2;
    color: #4b5563;
    font-size: 1.08rem;
    font-weight: 600;
}

.j9k5t3m7a8 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 3px dashed rgba(236, 72, 153, 0.3);
    font-size: 1rem;
    color: #6b7280;
    font-weight: 700;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.k3t9m5a7k8 {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.1rem 3.2rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6 50%, #3b82f6);
    color: #fff;
    text-decoration: none;
    border-radius: 35px;
    transition: all 0.5s ease;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 12px 40px rgba(236, 72, 153, 0.65);
    border: 3px solid rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}

.k3t9m5a7k8::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.75s, height 0.75s;
    z-index: -1;
}

.k3t9m5a7k8:hover::before {
    width: 400px;
    height: 400px;
}

.k3t9m5a7k8:hover {
    transform: translateY(-7px) scale(1.06);
    box-shadow: 0 20px 65px rgba(236, 72, 153, 0.9);
}

.l5k9t3m7a8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(252, 231, 243, 0.97));
    border-radius: 30px;
    padding: 4rem;
    box-shadow: 0 20px 70px rgba(236, 72, 153, 0.3);
    backdrop-filter: blur(25px);
    border: 3px solid rgba(236, 72, 153, 0.25);
    margin-bottom: 4rem;
}

.m9k5t3a7n8 {
    list-style: none;
}

.m9k5t3a7n8 li {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.1), rgba(139, 92, 246, 0.08));
    border-radius: 20px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 6px solid transparent;
    box-shadow: 0 6px 25px rgba(236, 72, 153, 0.15);
}

.m9k5t3a7n8 li:hover {
    background: linear-gradient(135deg, rgba(236, 72, 153, 0.22), rgba(139, 92, 246, 0.18));
    transform: translateX(15px);
    border-left-color: #ec4899;
    box-shadow: 0 12px 45px rgba(236, 72, 153, 0.45);
}

.m9k5t3a7n8 li a {
    color: #be185d;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 900;
    flex: 1;
    transition: color 0.35s;
}

.m9k5t3a7n8 li a:hover {
    color: #8b5cf6;
}

.m9k5t3a7n8 li time {
    color: #6b7280;
    font-size: 1rem;
    font-weight: 700;
}

.n7t9k5m3a8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(252, 231, 243, 0.97));
    padding: 5rem 4.5rem 4rem;
    margin-top: 6rem;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -15px 65px rgba(236, 72, 153, 0.3);
    border-top: 4px solid rgba(236, 72, 153, 0.6);
    backdrop-filter: blur(25px);
}

.o5t9k3m7a8 {
    max-width: 1600px;
    margin: 0 auto 4rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 4rem;
}

.p3k9t5m7a8 h3 {
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.85rem;
    font-weight: 900;
}

.p3k9t5m7a8 p {
    color: #4b5563;
    line-height: 2;
    font-weight: 700;
}

.p3k9t5m7a8 ul {
    list-style: none;
}

.p3k9t5m7a8 ul li {
    margin-bottom: 1.3rem;
}

.p3k9t5m7a8 ul li a {
    color: #4b5563;
    text-decoration: none;
    transition: all 0.4s;
    font-weight: 700;
}

.p3k9t5m7a8 ul li a:hover {
    color: #be185d;
    padding-left: 15px;
}

.q9k3t5m7a8 {
    text-align: center;
    padding: 3.5rem;
    border-top: 3px dashed rgba(236, 72, 153, 0.3);
    color: #4b5563;
    font-weight: 700;
}

.r5k9t3m7a8 {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    box-shadow: 0 15px 50px rgba(236, 72, 153, 0.75);
    transition: all 0.5s;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(255, 255, 255, 0.45);
}

.r5k9t3m7a8.s3k9t5m7a8 {
    opacity: 1;
    visibility: visible;
    animation: btnpop8k3t 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes btnpop8k3t {
    from { transform: scale(0) rotate(-720deg); }
    to { transform: scale(1) rotate(0deg); }
}

.r5k9t3m7a8:hover {
    transform: translateY(-12px) scale(1.18);
    box-shadow: 0 25px 75px rgba(236, 72, 153, 0.95);
}

.t7k9m3a5n8 {
    padding: 1.8rem 0;
    margin-bottom: 3.5rem;
    font-size: 1.12rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.t7k9m3a5n8 a {
    color: #be185d;
    text-decoration: none;
    transition: color 0.35s;
}

.t7k9m3a5n8 a:hover {
    color: #ec4899;
}

.u9k5m3a7t8 {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97), rgba(252, 231, 243, 0.97));
    padding: 5rem;
    border-radius: 35px;
    box-shadow: 0 20px 80px rgba(236, 72, 153, 0.3);
    margin-bottom: 4rem;
    animation: bannerappear9k5t 1.5s ease-out;
    backdrop-filter: blur(25px);
    border: 3px solid rgba(236, 72, 153, 0.25);
}

.u9k5m3a7t8 h2 {
    font-size: 3.8rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4rem;
    padding-bottom: 3.5rem;
    border-bottom: 4px solid rgba(236, 72, 153, 0.35);
    font-weight: 900;
}

.v3k9t5m7a8 {
    display: flex;
    gap: 3rem;
    margin-bottom: 4rem;
    padding-bottom: 3.5rem;
    border-bottom: 3px dashed rgba(236, 72, 153, 0.25);
    font-size: 1.1rem;
    color: #6b7280;
    flex-wrap: wrap;
    font-weight: 700;
}

.u9k5m3a7t8 img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 4rem 0;
    border-radius: 30px;
    box-shadow: 0 20px 70px rgba(236, 72, 153, 0.4);
    border: 4px solid rgba(236, 72, 153, 0.35);
}

.u9k5m3a7t8 section h3 {
    font-size: 2.8rem;
    background: linear-gradient(135deg, #ec4899, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 4.5rem 0 3.5rem;
    font-weight: 900;
}

.u9k5m3a7t8 section p {
    margin-bottom: 2.5rem;
    line-height: 2.2;
    color: #4b5563;
    text-align: justify;
    font-size: 1.15rem;
    font-weight: 600;
}

.u9k5m3a7t8 section strong {
    color: #be185d;
    font-weight: 900;
}

@media (max-width: 992px) {
    .e3k9t5m7a8 {
        grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    }
}

@media (max-width: 768px) {
    .a7k3t9m5b8 {
        flex-direction: column;
        gap: 1rem;
    }
    .c5t9k3m8a7 h2 {
        font-size: 4rem;
    }
    .e3k9t5m7a8 {
        grid-template-columns: 1fr;
    }
    .u9k5m3a7t8 {
        padding: 4rem;
    }
    .u9k5m3a7t8 h2 {
        font-size: 3.2rem;
    }
}
