/* 修正原有括号错误并优化 */
#tooltip {
    position: fixed; 
    z-index: 10000; /* 需高于弹窗 z-index */
    pointer-events: none;
    display: none;
}

.tooltip-content {
    display: none; /* 隐藏原始内容源 */
}

/* 道具弹层样式（按需补充） */
.item_pop {    
    background:#111; 
    border:2px solid #736e68; 
    border-radius:15px; 
    padding:30px; 
    color:#fff;
    }

.cap-box1 {      
      width: 294px;
      height: 141px;      
      display: flex;
      align-items: center;
      justify-content: center;    
      position: absolute;
      top: 168px; /* 在此调整内部块的纵向位置 */
      left: 630px;      
      z-index:10;      
    }

.cap-box2 {      
      width: 294px;
      height: 141px;       
      display: flex;
      align-items: center;
      justify-content: center;    
      position: absolute;      
      top: 168px; /* 在此调整内部块的纵向位置 */
      left:965px;       
      z-index:10;         
    }  

.cap-box3 {      
      width: 294px;
      height: 141px;     
      display: flex;
      align-items: center;
      justify-content: center;    
      position: absolute;      
      top: 797px; /* 在此调整内部块的纵向位置 */
      left:630px;  
      z-index:10;             
    }  

.item_bear {
    width:150px;
    height:150px;
    position:absolute;      
    top: 238px;
    right:895px;    
    border-radius:10px;
    z-index:10;
    cursor:pointer;
}

    .tooltip {
      position: fixed;
      pointer-events: none;
      display: none;
      z-index:99;
    }

    .tooltip img {      
      display: block;
    }