.yk-trgger-layer{
    display: block;
    position: absolute;
    width: 100%;
    top:0;
    bottom: 60px;
    left:0;
    font-size: 13px;
}
.yk-info-menu{
    display: none;
    background: rgba(30,30,32,.8);
    position: fixed;
    width: 173px;
    z-index: 9999;
    padding: 10px 0;
    color: #eee;
    overflow: hidden;
    .yk-info-menuitem{
        cursor: pointer;
        padding-left: 20px;
        height: 34px;
        line-height: 34px;
        cursor: pointer;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .yk-info-nopoint{
         cursor: none;
    }
}
.yk-detail-info{
    display: none;
    position: absolute;

}
