@media screen and (min-width: 769px) {
    .kefubox {
        position: fixed;
        right: 10px;
        z-index: 99999;
        transform: translateY(300px);
    }

    .kefubox .main {
        width: 50px;
        border: 1px solid #f2f2f2;
        box-shadow: 0 0 15px #e4e4e4;
        box-sizing: border-box;
    }

    .kefubox .cursor_default {
        cursor: default;
    }
    .kefubox{
        padding: 10px;
        background: white;
        border-radius: 15px;
        box-shadow:4px 4px 16px rgba(0, 0, 0, 0.5),8px 8px 16px rgba(0, 0, 0, 0.1); /* 右下深色阴影 */
    }
    .kefubox .floor {
        position: relative;
        height: 65px;
        border-bottom: 1px solid #b6b1b1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*.kefubox .floor > .absbox {*/
    /*    !*transform: translateX(500px);*!*/
    /*    !*transition: all 1000ms linear;*!*/
    /*}*/

    .kefubox .floor:hover{
        color: #0173DD;
    }
    /*.kefubox .floor:hover div {*/
    /*    transition: all 300ms linear;*/
    /*    transform: translateX(0);*/
    /*}*/

    .kefubox .floor .absbox {
        position: absolute;
        right: 53px;
        top: 0;
        z-index: 3;
    }

    /*.kefubox .floor .absbox ::after {*/
    /*    border-color: transparent transparent transparent #fff;*/
    /*    border-style: solid;*/
    /*    border-width: 9.5px 0 9.5px 11px;*/
    /*    content: "";*/
    /*    height: 0;*/
    /*    left: 100%;*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    transform: translateY(-50%);*/
    /*    width: 0;*/
    /*}*/

    .kefubox .floor .back {
        box-shadow: 0 0 15px #e4e4e4;
        height: 50px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
        border-radius: 6px;
    }
    .kefubox .floor .gift{
        box-shadow: 0 0 15px #e4e4e4;
        height: 180px;
        top:50px;
        width: 180px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .kefubox img{
        width: 100px;
        height: 100px;
    }

    .kefubox .floor .service{
        box-shadow: 0 0 15px #e4e4e4;
        height: 240px;
        top:500px;
        width: 420px;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .kefubox .floor .kftel {
        box-shadow: 0 0 15px #e4e4e4;
        height: 50px;
        width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        color: #666;
        background: #fff;
        box-sizing: border-box;
        border-radius: 6px;
    }

    .kefubox .floor > a {
      color: inherit;
    }

    .kefubox i {
        font-size: 35px;
    }

    .consult-title {
        font-size: 14px;
        line-height: 22px;
        color: #4a4a4a;
        font-weight: 500;
    }

    .time-work {
        font-size: 12px;
        line-height: 20px;
        color: #888;
    }

    .manager-left-title{
        font-size: 14px;
        line-height: 22px;
        color: #4A4A4A;
        font-weight: bold;
    }
    .manager-left-title{
        font-size: 14px;
        line-height: 22px;
        color: #4A4A4A;
        font-weight: bold;
    }
    .manager-left-wechat {
        font-size: 12px;
        line-height: 20px;
        color: #bbb;
    }
}