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

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 25%, #ffd700 50%, #00d4ff 75%, #ff6ec4 100%);
    background-size: 400% 400%;
    animation: w9k4m7n2p 25s ease infinite;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

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

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 30 L35 25 L40 30 L35 35 Z' fill='rgba(255,255,255,0.15)'/%3E%3C/svg%3E");
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.6;
}

.q3k8m5n9x {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(25px);
    box-shadow: 0 6px 30px rgba(255, 110, 196, 0.3);
    z-index: 1000;
    border-bottom: 4px solid #ff6ec4;
    animation: e7k2m9n4x 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes e7k2m9n4x {
    0% {
        transform: translateY(-150%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

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

.t9k5m4n8x h1 a {
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease;
}

.t9k5m4n8x h1 a::before {
    content: '🎨';
    margin-right: 12px;
    font-size: 2.3rem;
    animation: u6k3m8n5p 3s ease-in-out infinite;
    display: inline-block;
    filter: drop-shadow(0 0 10px rgba(255, 110, 196, 0.8));
}

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

.t9k5m4n8x h1 a:hover {
    transform: scale(1.08) rotate(-2deg);
    filter: brightness(1.3);
}

.h4k9m3n7x {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.h4k9m3n7x li a {
    text-decoration: none;
    color: #333;
    font-weight: 800;
    font-size: 1.05rem;
    padding: 1rem 2.2rem;
    border-radius: 30px;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: linear-gradient(135deg, rgba(255, 110, 196, 0.15) 0%, rgba(120, 115, 245, 0.15) 100%);
    border: 3px solid transparent;
    position: relative;
    overflow: hidden;
}

.h4k9m3n7x li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 50%, #ffd700 100%);
    transition: left 0.6s ease;
    z-index: -1;
}

.h4k9m3n7x li a::after {
    content: '✨';
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%) scale(0);
    transition: transform 0.4s ease;
    font-size: 1.2rem;
}

.h4k9m3n7x li a:hover::before {
    left: 0;
}

.h4k9m3n7x li a:hover::after {
    transform: translateY(-50%) scale(1);
}

.h4k9m3n7x li a:hover {
    color: #ffffff;
    transform: translateY(-5px);
    border-color: #ff6ec4;
    box-shadow: 0 10px 30px rgba(255, 110, 196, 0.5);
}

.p2k7m9n5x {
    max-width: 1500px;
    margin: 90px auto 3rem;
    padding: 0 4rem;
    position: relative;
    z-index: 1;
}

.r8k4m3n9p {
    background: rgba(255, 255, 255, 0.97);
    padding: 6rem 5rem;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(255, 110, 196, 0.3);
    margin-bottom: 4rem;
    text-align: center;
    animation: l5k9m2n8x 1.2s ease-out;
    backdrop-filter: blur(20px);
    border: 4px solid rgba(255, 110, 196, 0.3);
    position: relative;
    overflow: hidden;
}

.r8k4m3n9p::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 35px,
        rgba(255, 110, 196, 0.08) 35px,
        rgba(255, 110, 196, 0.08) 70px
    );
    animation: a9k5m3n7x 30s linear infinite;
    pointer-events: none;
}

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

@keyframes l5k9m2n8x {
    0% {
        opacity: 0;
        transform: translateY(60px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.r8k4m3n9p h2 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 30%, #ffd700 60%, #00d4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 900;
    position: relative;
    z-index: 1;
    animation: d3k8m5n2p 3s ease-in-out infinite;
}

@keyframes d3k8m5n2p {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.r8k4m3n9p p {
    font-size: 1.6rem;
    color: #666;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.f6k2m8n4p {
    margin-bottom: 4rem;
}

.f6k2m8n4p h2 {
    font-size: 3rem;
    margin-bottom: 3rem;
    color: #ff6ec4;
    font-weight: 900;
    padding: 2rem 4rem;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 30px;
    display: inline-block;
    box-shadow: 0 10px 35px rgba(255, 110, 196, 0.3);
    position: relative;
    border: 3px solid rgba(255, 110, 196, 0.4);
    animation: k7k3m9n5x 2s ease-in-out infinite;
}

@keyframes k7k3m9n5x {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.03) rotate(-1deg);
    }
}

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

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

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

.m7k4n2p9x {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 25px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(255, 110, 196, 0.25);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: n4k8m5p3x 1s ease-out backwards;
    border: 3px solid rgba(255, 110, 196, 0.2);
    position: relative;
    overflow: hidden;
}

.m7k4n2p9x::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 110, 196, 0.1) 0%, rgba(120, 115, 245, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}

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

.m7k4n2p9x:nth-child(1) { animation-delay: 0.15s; }
.m7k4n2p9x:nth-child(2) { animation-delay: 0.3s; }
.m7k4n2p9x:nth-child(3) { animation-delay: 0.45s; }
.m7k4n2p9x:nth-child(4) { animation-delay: 0.6s; }
.m7k4n2p9x:nth-child(5) { animation-delay: 0.75s; }
.m7k4n2p9x:nth-child(6) { animation-delay: 0.9s; }

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

.m7k4n2p9x:hover {
    transform: translateY(-15px) scale(1.03) rotate(2deg);
    box-shadow: 0 25px 60px rgba(255, 110, 196, 0.4);
    border-color: #ff6ec4;
}

.b3k9m7n2p {
    position: relative;
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}

.b3k9m7n2p img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.7s ease;
}

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

.j8k3m5n4x {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 100%);
    color: #ffffff;
    padding: 0.7rem 1.6rem;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 900;
    box-shadow: 0 6px 20px rgba(255, 110, 196, 0.7);
    z-index: 1;
    animation: g5k7m3n9x 2.5s ease-in-out infinite;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

@keyframes g5k7m3n9x {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.08) rotate(-3deg);
    }
}

.x2k8m4n7p {
    padding: 2.5rem;
}

.x2k8m4n7p h3 {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
    color: #333;
    font-weight: 900;
}

.x2k8m4n7p h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.4s ease;
}

.x2k8m4n7p h3 a:hover {
    color: #ff6ec4;
}

.x2k8m4n7p p {
    margin-bottom: 1.8rem;
    line-height: 2;
    color: #666;
    font-size: 1.08rem;
}

.y9k5m3n8p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    border-top: 2px dashed rgba(255, 110, 196, 0.3);
    font-size: 1rem;
    color: #666;
    font-weight: 700;
}

.z7k2m9n4x {
    display: inline-block;
    margin-top: 1.5rem;
    padding: 1.1rem 3rem;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 50%, #ffd700 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.6s ease;
    font-weight: 900;
    font-size: 1.1rem;
    box-shadow: 0 10px 30px rgba(255, 110, 196, 0.5);
    border: 3px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.z7k2m9n4x:hover::before {
    width: 350px;
    height: 350px;
}

.z7k2m9n4x:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 18px 50px rgba(255, 110, 196, 0.6);
}

.i4k9m7n3p {
    background: rgba(255, 255, 255, 0.97);
    border-radius: 25px;
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(255, 110, 196, 0.25);
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 110, 196, 0.2);
}

.o8k3m5n2x {
    list-style: none;
}

.o8k3m5n2x li {
    padding: 1.8rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(255, 110, 196, 0.1) 0%, rgba(120, 115, 245, 0.1) 100%);
    border-radius: 20px;
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 5px solid transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.o8k3m5n2x li:hover {
    background: linear-gradient(135deg, rgba(255, 110, 196, 0.2) 0%, rgba(120, 115, 245, 0.2) 100%);
    transform: translateX(12px);
    border-left-color: #ff6ec4;
    box-shadow: 0 10px 30px rgba(255, 110, 196, 0.3);
}

.o8k3m5n2x li a {
    color: #333;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 800;
    flex: 1;
    transition: color 0.4s ease;
}

.o8k3m5n2x li a:hover {
    color: #ff6ec4;
}

.o8k3m5n2x li time {
    color: #666;
    font-size: 0.95rem;
    font-weight: 700;
}

.n5k8m2n9p {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.92) 100%);
    padding: 5rem 4rem 3.5rem;
    margin-top: 5rem;
    border-radius: 50px 50px 0 0;
    box-shadow: 0 -15px 45px rgba(255, 110, 196, 0.2);
    border-top: 4px solid #ff6ec4;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(20px);
}

.l3k9m7n4x {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    margin-bottom: 4rem;
}

.w8k2m5n3p h3 {
    margin-bottom: 2rem;
    color: #ff6ec4;
    font-size: 1.9rem;
    font-weight: 900;
}

.w8k2m5n3p p {
    color: #666;
    line-height: 2;
    font-weight: 700;
}

.w8k2m5n3p ul {
    list-style: none;
}

.w8k2m5n3p ul li {
    margin-bottom: 1.2rem;
}

.w8k2m5n3p ul li a {
    color: #666;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 700;
}

.w8k2m5n3p ul li a:hover {
    color: #ff6ec4;
    padding-left: 12px;
}

.d4k7m9n2x {
    text-align: center;
    padding: 3rem;
    border-top: 2px dashed rgba(255, 110, 196, 0.3);
    color: #666;
    font-weight: 700;
}

.u9k5m3n8p {
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 100%);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    box-shadow: 0 12px 40px rgba(255, 110, 196, 0.6);
    transition: all 0.6s ease;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    font-weight: 900;
    border: 4px solid rgba(255, 255, 255, 0.4);
}

.u9k5m3n8p.k6k8m4n2x {
    opacity: 1;
    visibility: visible;
    animation: t3k9m7n5x 0.8s ease-out;
}

@keyframes t3k9m7n5x {
    from {
        transform: scale(0) rotate(-360deg);
        opacity: 0;
    }
    to {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}

.u9k5m3n8p:hover {
    transform: translateY(-10px) scale(1.15);
    box-shadow: 0 20px 55px rgba(255, 110, 196, 0.7);
}

.s7k3m9n4p {
    padding: 1.6rem 0;
    margin-bottom: 3rem;
    font-size: 1.1rem;
    color: #666;
    font-weight: 800;
}

.s7k3m9n4p a {
    color: #ff6ec4;
    text-decoration: none;
    transition: color 0.4s ease;
}

.s7k3m9n4p a:hover {
    color: #7873f5;
}

.s7k3m9n4p span {
    color: #666;
}

.e5k2m8n9x {
    background: rgba(255, 255, 255, 0.97);
    padding: 4.5rem;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(255, 110, 196, 0.25);
    margin-bottom: 4rem;
    animation: l5k9m2n8x 1.2s ease-out;
    backdrop-filter: blur(20px);
    border: 3px solid rgba(255, 110, 196, 0.2);
}

.e5k2m8n9x h2 {
    font-size: 3.8rem;
    color: #333;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 4px solid rgba(255, 110, 196, 0.3);
    font-weight: 900;
    background: linear-gradient(135deg, #ff6ec4 0%, #7873f5 50%, #ffd700 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.q9k4m7n3p {
    display: flex;
    gap: 2.5rem;
    margin-bottom: 4rem;
    padding-bottom: 3rem;
    border-bottom: 2px dashed rgba(255, 110, 196, 0.3);
    font-size: 1.1rem;
    color: #666;
    flex-wrap: wrap;
    font-weight: 700;
}

.e5k2m8n9x img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    margin: 4rem 0;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(255, 110, 196, 0.3);
    border: 4px solid rgba(255, 110, 196, 0.3);
}

.e5k2m8n9x section h3 {
    font-size: 2.8rem;
    color: #ff6ec4;
    margin: 4.5rem 0 3rem;
    font-weight: 900;
}

.e5k2m8n9x section p {
    margin-bottom: 2.5rem;
    line-height: 2.2;
    color: #666;
    text-align: justify;
    font-size: 1.12rem;
}

.e5k2m8n9x section strong {
    color: #ff6ec4;
    font-weight: 900;
}

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

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

    .r8k4m3n9p h2 {
        font-size: 3.8rem;
    }

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

    .e5k2m8n9x {
        padding: 3.5rem;
    }

    .e5k2m8n9x h2 {
        font-size: 3.2rem;
    }
}
