/*注册登入*/
body {
    cursor: url('/static/my/cursor/normal.cur'), default;
}

p {
    cursor: url('/static/my/cursor/IBeam.cur'), text;
}

input {
    cursor: url('/static/my/cursor/IBeam.cur'), text;
}

.top .title > a {
    cursor: url('/static/my/cursor/Hand2.cur'), pointer;
}

.top .login_forms .code > img {
    cursor: url('/static/my/cursor/Hand.cur'), pointer !important;
}

.login_forms > button {
    cursor: url('/static/my/cursor/Hand.cur'), pointer !important;
}

.other_login div img {
    cursor: url('/static/my/cursor/Hand.cur'), pointer !important;
}