.single-bbs .lskjhf {
    width: 100%;
}
.lskjhf {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding-top: 25px;
}
.lskjhf>p {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}
.lskjhf>p>em {
    color: #888;
    padding: 0 10px;
    font-weight: unset;
}
.lskjhf>li {
    position: relative;
    margin: 5px;
    cursor: pointer;
    box-shadow: inset 0 0 10px #ddd;
    border-radius: 5px;
    padding: 5px;
}
.lskjhf>li>img {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
}
.lskjhf>li>p {
    position: absolute;
    background: #333;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    transform: scale(0.9);
    width: 100px;
    left: -30px;
    top: -25px;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: .3s;
}
.lskjhf>li>p:before {
    bottom: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #333;
    left: 50%;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    margin-left: -5px;
    z-index: -1;
}