.float-buttons-kf {
    position: fixed;
    top: 50%;
    right: 10px;
    width: 66px;
    transform: translateY(-50%);
    z-index: 99;
}
.float-buttons-kf .float-buttons_itemList{
    font-size: 12px;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(47, 83, 134, .12);
    text-align: center;
    border-radius: 5px;
    padding: 8px 3px;
    cursor: pointer;
}
.float-buttons-kf .float-buttons_itemList .float-buttons_item{
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    height: 64px;
    width: 60px;
    color: #272e47;
    border-bottom: 1px solid #999;
    position:relative;
}
.float-buttons-kf .float-buttons_itemList .float-buttons_item:last-child{
    margin-bottom: 0px;
    border-bottom:none;
}
.float-buttons-kf .float-buttons_itemList .float-buttons_item img{
    max-width: 32px;
    max-height: 19px;
}
.float-buttons_item-phone-txt {
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
    position: absolute;
    top: 0px;
    left: -220px;
    display:none;
}
.float-buttons-kf .float-buttons_itemList .float-buttons_item:hover .float-buttons_item-phone-txt{
    display: block;
}
.float-buttons_item-phone-txt .float-buttons_item-phone-txt-content {
    width: max-content;
    max-width: 100%;
    padding: 12px 16px;
    color: rgba(0, 0, 0, .85);
    display: flex;
    flex-wrap: wrap;
    width: 199px;
    height: 90px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
.float-buttons_consultNumber {
    width: 100%;
    color: #4c6aff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.float-buttons_consultLabel{
    width: 100%;
    color: #747a8c;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-top: 2px;
}
.float-buttons-kf .float-buttons_consultant{
    width: 66px;
    height: 112px;
    background: url(/static/image/wechat-person.png) no-repeat 50%;
    background-size: cover;
    margin-top: 6px;
    position:relative;
}
.float-buttons-kf .float-buttons_consultant img{
    position:absolute;
    left:-210px;
    top:0px;
    width:200px;
    max-width:none;
    display: none;
}
.float-buttons-kf .float-buttons_consultant:hover img{
    display: block;
}


.float-buttons_item:hover .floating_left {
    display:block;
}
.floating_left {
    position: absolute;
    left: -265px;
    top: 50%;
    width: 252px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(14 33 97 / 10%);
    border-radius: 10px;
    display: none;
    transform: translateY(-50%);
}
.floating_left:before{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 17px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: -17px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.floating_left h3{
    background-color: #1f4eee;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    font-weight:400;
}
.floating_left p{
    margin-top: 0 !important;
    font-size: 28px;
    font-weight: bold;
    color: #1f4eee;
    padding: 20px 0;
    text-align: center;
}
.float-buttons-kf .float-buttons_itemList .float-buttons_item .floating_left img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 250px;
    max-height: inherit
}