.buryit {
    display: none;
}.post img {
    cursor: pointer;
    transition: all 0.5s;
}
.post img:hover {
    transform: scale(1.3);
}
body{
    /* 鼠标图标 */
cursor: url(https://files.cnblogs.com/files/blogs/864488/22222222.ico?t=1774162491&download=true),auto;
    /*url("你的鼠标指针图标路径")*/
}
/* 强制猫始终显示在右下角，并保留所有原有交互 */
.back-to-top.cd-top {
    top:-100px;
    z-index: 9999 !important;  /* 确保不被其他元素遮挡 */
}