.show-more-tips{
    cursor: context-menu;
}
.table-hover-con{
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 1px solid #EBEBEB;
    padding: 13px;
    position: absolute;
    width: 418px;
    background: #fff;
    z-index: 1;
    display: none;
    flex-wrap: wrap;
    /* left: -173px; */
    left: 50%;
    transform: translateX(-50%);
    top: calc(50% + 20px);
    pointer-events: none;
    word-break: break-all;
}
.table-hover-con.up{
    top:unset;
    bottom: calc(50% + 20px);
}
.table-hover-con.up::before{
    border-bottom: unset;
    border-top: 8px solid #fff;
    top: unset;
    bottom: -8px;
}
.table-hover-con .hover-con-inner{
    color: rgba(102, 102, 102, 1) !important;
    font-size: 12px;
}
.table-hover-con::before{
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* .table-hover-con::after{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #EBEBEB;
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
} */