#hookBox {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 45%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 600px;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    /* 添加过渡效果，持续时间为0.5秒 */
}