@font-face {
    font-family: 'f3x9k2_medium';
    src: url('/assets/font/f3x9k2_medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'jost_bold';
    src: url('/assets/font/xssjycxkjlzxp_Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'f3x9k2_medium', 'Jost', sans-serif;
    overflow-x: hidden;
}
a {
    transition: color 0.6s;
}
a, a:hover {
    color: #22a5e5;
}
.footer-elegant {
    background: linear-gradient(135deg, #fff5f7 0%, #ffffff 100%);
    border-top: 1px solid rgba(255, 154, 158, 0.25);
    padding: 2.5rem 0 1.8rem;
    margin-top: 2rem;
    position: relative;
    backdrop-filter: blur(2px);
    box-shadow: 0 -8px 20px rgba(255,154,158,0.08);
}
.footer-elegant::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff9a9e, #fad0c4, #ff9a9e, transparent);
}
.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}
.footer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}
.footer-brand {
    flex: 2;
    min-width: 240px;
}
.copyright-text {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
}
.copyright-text strong {
    color: #ff9a9e;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin: 0.75rem 0 0.8rem;
}
.footer-links a {
    color: #777;
    text-decoration: none;
    font-size: 0.85rem;
    transition: all 0.2s ease;
    position: relative;
}
.footer-links a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff9a9e;
    transition: width 0.2s ease;
}
.footer-links a:hover {
    color: #ff9a9e;
}
.footer-links a:hover::after {
    width: 100%;
}
.badge-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}
.beian-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.beian-item:hover {
    background: transparent !important;
    border-color: transparent !important;
    transform: translateY(-1px);
}
.beian-item a {
    color: #555;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 400;
}
.beian-item img {
    width: 18px;
    height: auto;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.2));
}
.time-tag {
    margin-top: 12px;
    font-size: 0.75rem;
    color: #ff7b8e;
    background: rgba(255, 154, 158, 0.15);
    display: inline-block;
    padding: 4px 14px;
    border-radius: 40px;
    backdrop-filter: blur(2px);
    letter-spacing: 0.3px;
}
.footer-social {
    flex: 1;
    min-width: 200px;
    text-align: right;
}
.social-title {
    color: #666;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 400;
    opacity: 0.9;
}
.social-icons {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap;
}
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    border: 1px solid rgba(255, 154, 158, 0.25);
}
.social-icon:hover {
    transform: translateY(-5px);
    background: rgba(255, 154, 158, 0.2);
    border-color: #ff9a9e;
}
.social-icon img {
    width: 24px;
    height: 24px;
    transition: transform 0.2s;
}
.social-icon:hover img {
    transform: scale(1.05);
}
.footer-wave {
    margin-top: 1.2rem;
    text-align: center;
    font-size: 0.7rem;
    color: #bbb;
    opacity: 0.7;
    letter-spacing: 0.5px;
}
@media (max-width: 768px) {
    .footer-grid {
        flex-direction: column;
        text-align: center;
    }
    .footer-social {
        text-align: center;
        margin-top: 10px;
    }
    .social-icons {
        justify-content: center;
    }
    .badge-group {
        justify-content: center;
    }
    .footer-links {
        justify-content: center;
    }
    .time-tag {
        display: inline-block;
    }
}
.rank-header {
    text-align: center;
    margin: 100px 0 20px 0;
    padding: 20px;
}
.rank-header h1 {
    font-size: 2.5rem;
    color: #ff9a9e !important;
    margin-bottom: 12px;
    font-weight: 700;
}
.rank-header p {
    font-size: 1.1rem;
    color: #666 !important;
}
@media (max-width: 768px) {
    .rank-header h1 {
        font-size: 1.8rem;
    }
}
.tutorial-page{max-width:1000px;margin:0 auto;padding:20px 16px 80px}
.tutorial-page h1{font-size:clamp(1.5rem,5vw,2rem);margin:0 0 10px}
.tutorial-page h2{font-size:clamp(1.2rem,4vw,1.5rem);margin:30px 0 12px;color:#ff7b80}
.tutorial-page h3{font-size:clamp(1rem,3vw,1.2rem);margin:20px 0 10px;color:#ff7b80}
.tutorial-page p{line-height:1.8;margin:0 0 12px;color:#555}
.tutorial-section{background:#fff;border:1px solid #ffd6d8;border-radius:20px;padding:24px;margin:0 0 24px;box-shadow:0 6px 20px rgba(255,154,158,0.06)}
.tutorial-download{display:flex;flex-wrap:wrap;gap:16px;margin:12px 0}
.tutorial-download .item{flex:1;min-width:260px;border:1px solid #ffd6d8;border-radius:16px;padding:20px;background:#fff9fa}
.tutorial-download .item a{display:inline-block;margin-top:8px;padding:8px 16px;background:linear-gradient(135deg,#ff9a9e 0%,#fad0c4 100%);color:#fff;border-radius:30px;text-decoration:none;transition:0.3s}
.tutorial-download .item a:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(255,154,158,0.2)}
.tutorial-list{padding-left:20px;margin:12px 0}
.tutorial-list li{margin:8px 0;line-height:1.7;color:#555}
.tutorial-image{margin:16px 0;text-align:center}
.tutorial-image img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.08)}
.code-url {
    background: #010a13;
    color: #b9f3ff;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    display: inline-block;
    font-family: monospace;
    font-size: 0.85rem;
    word-break: break-all;
}
.warning-box {
    background: #fff8e7;
    border: 1px solid #ffe0a3;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 12px 0;
    color: #8e6b1f;
}
.tips {
    background: #ffeeee;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    display: inline-block;
    font-size: 0.8rem;
    color: #ff7b80;
}
.point-list {
padding-left: 20px;
margin: 10px 0;
}
.point-list li {
margin-bottom: 10px;
}
.new-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    /* border-bottom: 1px solid rgba(255,154,158,0.2); */
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.new-navbar {
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}
.new-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}
.new-brand a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}
.new-logo {
    height: 40px;
}
.new-site-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
}
.new-toggler {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}
.new-toggler span {
    width: 25px;
    height: 2px;
    background: #333;
    transition: 0.3s;
}
.new-collapse {
    display: flex;
    align-items: center;
    gap: 15px;
}
.new-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
}
.new-nav a {
    text-decoration: none;
    color: #555;
    font-size: 1rem;
    transition: 0.3s;
    padding: 5px 16px;
    border-radius: 30px;
}
.new-nav a:hover {
    background: rgba(255,154,158,0.15);
    color: #ff7b8e;
}
.new-dropdown {
    position: relative;
}
.new-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
}
.new-dropdown-toggle::after {
    content: '▼';
    font-size: 10px;
    transition: 0.3s;
}
.new-dropdown.open .new-dropdown-toggle::after {
    transform: rotate(180deg);
}
.new-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 150px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    list-style: none;
    margin: 8px 0 0;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.2s;
    border: 1px solid rgba(255,154,158,0.2);
}
.new-dropdown.open .new-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.new-dropdown-menu li {
    padding: 0;
}
.new-dropdown-menu a {
    display: block;
    padding: 10px 20px;
    color: #555;
}
.new-dropdown-menu a:hover {
    background: rgba(255,154,158,0.1);
    color: #ff7b8e;
}
.new-buttons {
    margin-left: 0px;
}
.new-btn {
    background: linear-gradient(135deg, #ff9a9e, #fad0c4);
    color: white !important;
    padding: 8px 20px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
    display: inline-block;
}
.new-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255,154,158,0.3);
    color: white !important;
}
@media (max-width: 768px) {
    .new-toggler {
        display: flex;
    }
    .new-collapse {
        position: fixed;
        top: 55px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 55px);
        background: white;
        flex-direction: column;
        padding: 20px;
        transition: 0.3s;
        overflow-y: auto;
        justify-content: flex-start;
        gap: 0;
        z-index: 1020;
    }
    .new-collapse.show {
        left: 0;
    }
    .new-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }
    .new-nav li {
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    .new-nav a {
        display: block;
        padding: 10px 12px;
        font-size: 0.95rem;
    }
    .new-dropdown-menu {
        position: static;
        box-shadow: none;
        background: #f9f9f9;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
    }
    .new-dropdown.open .new-dropdown-menu {
        display: block;
    }
    .new-dropdown-menu a {
        padding: 8px 20px;
    }
    .new-buttons {
        margin: 0;
        padding-top: 0;
    }
    .new-btn {
        padding: 8px 20px;
        margin-top: 5px;
    }
}
/* 视频圆角 */
.video-wrapper {
    border-radius: 16px;
    overflow: hidden;
  }