/* 前台浮动客服入口（由 view('kefu/embed.tag') 引入，未引入则无样式） */
.kefu-float-entry {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #00aaff;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 136, 204, 0.35);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
    text-decoration: none;
}
.kefu-float-entry:hover {
    transform: scale(1.08);
    color: #fff;
    background: #0077b3;
}
.kefu-float-entry .layui-icon {
    font-size: 26px;
}
.kefu-float-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #ff5722;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    padding: 0 5px;
    display: none;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    align-items: center;
    justify-content: center;
}
