.share-qr-box{
    position: relative;
    cursor: pointer;
}
.share-qr-box .share-cont{
    background: #fff;
    padding: 10px;
    /*width: 150px;*/
    /*height: 150px;*/
    position: absolute;
    top: -155px;
    right: 0;
    display: none;
    box-shadow: 0 4px 8px 0px #eee;
}
.share-qr-box .share-cont img{
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    margin: 0 !important;
}
.share-qr-box:hover .share-cont{
    display: block;
}
.exhi-hover-box{
    position: relative;
    z-index: 1;
    height: 45px;
    display: flex;
    align-items: center;
}
.exhi-hover-cont{
    position: absolute;
    padding: 10px 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    display: none;
    top: 46px;
}
.exhi-hover-box:hover .exhi-hover-cont{
    display: block;
}
.exhi-hover-cont .jian{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #000;
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    top: -4px;
}
.exhi-hover-cont a{
    display: block;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    padding: 4px 0;
}
