    body {
        font-family: Arial, sans-serif;
        background-color: #f4f4f4;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
    }
    
    .loading-container {
        text-align: center;
        background: white;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .loading-spinner {
        width: 50px;
        height: 50px;
        border: 4px solid #f3f3f3;
        border-top: 4px solid #3db3f7;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        margin: 0 auto 20px;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .loading-text {
        color: #666;
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .loading-subtext {
        color: #999;
        font-size: 14px;
    }
    
    .error-message {
        color: #e74c3c;
        background: #fdf2f2;
        padding: 15px;
        border-radius: 5px;
        border-left: 4px solid #e74c3c;
        margin-top: 20px;
        display: none;
    }
    
    .retry-btn {
        background-color: #3db3f7;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 15px;
        font-size: 14px;
    }
    
    .retry-btn:hover {
        background-color: #2980b9;
    }
   .kanxi-baby {
    visibility: hidden;
    position: absolute;
    top: -9999px;
    left: -9999px;
    height: 1px;
    box-sizing: border-box;
}

ul.kanxi-baby {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    top: -9999px;
    left: -9999px;
    height: 1px;
    box-sizing: border-box;
}

li.kanxi-baby {
    background-color: #f4f4f4;
    border-radius: 4px;
    padding: 0;
    height: 1px;
    top: -9999px;
    left: -9999px;
    box-sizing: border-box;
}

a.kanxi-baby {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
    height: 1px;
    box-sizing: border-box;
    display: block;
}

a.kanxi-baby:hover {
    color: #007bff;
}