@charset "UTF-8";

.allnr {
    width: 100%;
    height: auto;
    display: block;
    max-width: 800px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.gonggao {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
}

.ggtile {
    font-size: 18px;
    color: #000000;
    font-weight: 900;
    display: block;
    margin-top: 0px;
}

.ggnr {
    color: #616264;
    font-weight: normal;
    font-size: 15px;
    margin: 15px 0px 20px;
    display: block;
}

.jiaocheng {
    color: #3599ff;
    font-weight: 900;
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-decoration: none;
}

.gametit {
    font-size: 18px;
    color: #000000;
    font-weight: 900;
    display: block;
    margin-top: 0px;
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.gamelie {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 15px 25px 10px 25px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
}

.icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: inline-block;
}

.gamename {
    margin-left: 10px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    left: 80px;
    font-size: 18px;

}

.wechat {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 70%;
    height: auto;
}

@media (prefers-color-scheme: dark) {
    .gonggao {
        background-color: #292e32;
    }

    .ggtile {
        color: #fefefe;
    }

    .ggnr {
        color: #abbdcf;
    }

    .gametit {
        color: #fefefe;
    }

    .gamelie {
        background-color: #292e32;
    }

    .gamename {
        color: #fefefe;
    }

}

        /*.speed-section {*/
        /*    width: calc(100% - 20px);*/
        /*    max-width: 100%;*/
        /*    background: rgba(255, 255, 255, 0.08);*/
        /*    backdrop-filter: blur(15px);*/
        /*    -webkit-backdrop-filter: blur(15px);*/
        /*    border-radius: 10px;*/
        /*    padding: 12px;*/
        /*    margin: 10px;*/
        /*    border: 1px solid rgba(255, 255, 255, 0.1);*/
        /*    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);*/
        /*    position: relative;*/
        /*    overflow: hidden;*/
        /*    box-sizing: border-box;*/
        /*}*/
        
        /* 毛玻璃背景装饰元素 */
        /*.speed-section::before {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    top: -50%;*/
        /*    left: -50%;*/
        /*    width: 200%;*/
        /*    height: 200%;*/
        /*    background: radial-gradient(circle, rgba(120, 119, 198, 0.1) 0%, transparent 70%);*/
        /*    z-index: -1;*/
        /*}*/
        
        /*.speed-header {*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    margin-bottom: 12px;*/
        /*}*/
        
        /*.speed-title {*/
        /*    color: #000000;*/
        /*    font-size: 1.1rem;*/
        /*    font-weight: 600;*/
        /*    margin: 0;*/
        /*}*/
        
        /*.speed-badge {*/
        /*    background: linear-gradient(90deg, rgba(255, 107, 107, 0.2), rgba(255, 142, 83, 0.2));*/
        /*    color: #ff8e53;*/
        /*    padding: 3px 8px;*/
        /*    border-radius: 12px;*/
        /*    font-size: 0.7rem;*/
        /*    font-weight: bold;*/
        /*    border: 1px solid rgba(255, 142, 83, 0.3);*/
        /*    backdrop-filter: blur(5px);*/
        /*}*/
        
        /*.speed-content {*/
        /*    display: flex;*/
        /*    flex-direction: column;*/
        /*    gap: 12px;*/
        /*}*/
        
        /*.speed-gif-container {*/
        /*    position: relative;*/
        /*    width: 100%;*/
        /*    border-radius: 6px;*/
        /*    overflow: hidden;*/
        /*    border: 1px solid rgba(255, 255, 255, 0.1);*/
        /*    transition: transform 0.3s ease;*/
        /*}*/
        
        /*.speed-gif-container:hover {*/
        /*    transform: scale(1.02);*/
        /*}*/
        
        /*.speed-gif {*/
        /*    width: 100%;*/
        /*    display: block;*/
        /*    border-radius: 6px;*/
        /*    transition: transform 0.5s ease;*/
        /*}*/
        
        /*.speed-overlay {*/
        /*    position: absolute;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*    right: 0;*/
        /*    background: rgba(0, 0, 0, 0.6);*/
        /*    backdrop-filter: blur(5px);*/
        /*    color: white;*/
        /*    padding: 6px;*/
        /*    display: flex;*/
        /*    justify-content: space-between;*/
        /*    align-items: center;*/
        /*    font-size: 0.75rem;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.live-speed {*/
        /*    font-size: 0.7rem;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.speed-value {*/
        /*    color: #4cd964;*/
        /*    font-weight: bold;*/
        /*    font-size: 0.7rem;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.latency-value {*/
        /*    color: #5ac8fa;*/
        /*    font-weight: bold;*/
        /*    font-size: 0.7rem;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.speed-stats {*/
        /*    width: 100%;*/
        /*}*/
        
        /*.stat-grid {*/
        /*    display: grid;*/
        /*    grid-template-columns: 1fr 1fr;*/
        /*    gap: 8px;*/
        /*}*/
        
        /*.stat-item {*/
        /*    text-align: center;*/
        /*    padding: 8px 4px;*/
        /*    background: rgba(255, 255, 255, 0.05);*/
        /*    border-radius: 6px;*/
        /*    border: 1px solid rgba(255, 255, 255, 0.1);*/
        /*    backdrop-filter: blur(5px);*/
        /*    transition: all 0.3s ease;*/
        /*    cursor: pointer;*/
        /*}*/
        
        /*.stat-item:hover {*/
        /*    background: rgba(255, 255, 255, 0.1);*/
        /*    transform: translateY(-2px);*/
        /*    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);*/
        /*}*/
        
        /*.stat-value {*/
        /*    font-size: 0.9rem;*/
        /*    font-weight: bold;*/
        /*    color: #000000;*/
        /*    margin-bottom: 2px;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.stat-item:hover .stat-value {*/
        /*    color: #4cd964;*/
        /*    transform: scale(1.1);*/
        /*}*/
        
        /*.stat-label {*/
        /*    font-size: 0.65rem;*/
        /*    color: #000000;*/
        /*    transition: all 0.3s ease;*/
        /*}*/
        
        /*.stat-item:hover .stat-label {*/
        /*    color: #666;*/
        /*}*/
        
        /* 动画效果 */
        /*@keyframes pulse {*/
        /*    0% { */
        /*        opacity: 0.7;*/
        /*        transform: scale(0.95);*/
        /*    }*/
        /*    50% { */
        /*        opacity: 1;*/
        /*        transform: scale(1);*/
        /*    }*/
        /*    100% { */
        /*        opacity: 0.7;*/
        /*        transform: scale(0.95);*/
        /*    }*/
        /*}*/
        
        /*@keyframes float {*/
        /*    0% { transform: translateY(0px); }*/
        /*    50% { transform: translateY(-3px); }*/
        /*    100% { transform: translateY(0px); }*/
        /*}*/
        
        /*@keyframes glow {*/
        /*    0% { box-shadow: 0 0 5px rgba(76, 217, 100, 0.3); }*/
        /*    50% { box-shadow: 0 0 15px rgba(76, 217, 100, 0.6); }*/
        /*    100% { box-shadow: 0 0 5px rgba(76, 217, 100, 0.3); }*/
        /*}*/
        
        /*.pulse {*/
        /*    animation: pulse 2s infinite ease-in-out;*/
        /*}*/
        
        /*.float {*/
        /*    animation: float 3s infinite ease-in-out;*/
        /*}*/
        
        /*.glow {*/
        /*    animation: glow 2s infinite ease-in-out;*/
        /*}*/
        
        /* 实时数据更新动画 */
        /*.updating {*/
        /*    animation: pulse 0.5s ease-in-out;*/
        /*}*/
        
        /* 针对小屏幕的进一步优化 */
        /*@media (max-width: 320px) {*/
        /*    .speed-section {*/
        /*        padding: 8px;*/
        /*        margin: 8px;*/
        /*        width: calc(100% - 16px);*/
        /*    }*/
            
        /*    .stat-grid {*/
        /*        grid-template-columns: 1fr;*/
        /*        gap: 6px;*/
        /*    }*/
            
        /*    .speed-overlay {*/
        /*        flex-direction: column;*/
        /*        gap: 2px;*/
        /*    }*/
        /*}*/