*{
    touch-action: pan-y !important;
}
body{
    background: url("/images/beijing.jpg");
    cursor: url("/images/pointer.cur"),auto;
}

a:hover{
    cursor: url("/images/link.cur"),auto;
}

.cursor-hover{
    cursor: url("/images/link.cur"),auto;
}




