tool{
    z-index: 10000;
    position: fixed;
    right: 45px ;
    top: 50%;
    transform: translate(0%,-50%);
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 5px 5px 24px rgba(0,0,0,0.1);
}
tool .title{
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
}
tool .item{
    cursor: pointer;
}
tool .item:not(:last-child){
    border-bottom: 1px rgba(101, 101, 101, 0.71) dashed;
    margin-bottom: 15px;

}

tool .item span{
    font-weight: 600;
}

tool .item  a,tool .item a:hover{
    color: #000000 !important;
}
tool .gfwx .weixin{
    display: none;
    position: absolute;
    top: 0px;
    right: 140px;
    width: 280px;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
}
tool .gfwx:hover  .weixin{
    display: block;
}
tool .gfwx .weixin{

}

tool .zxkf .kefu{
    display: none;
    position: absolute;
    top: 0px;
    right: 140px;
    width: 280px;
    background-color: #FFFFFF;
    padding: 15px;
    border-radius: 5px;
}
tool .zxkf:hover  .kefu{
    display: block;
}