
    .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;
}
