/* 全局默认鼠标样式 */
body {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/normal.cur), auto;
}

/* 链接相关鼠标样式 */
a {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), auto;
}

a:hover {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur), pointer;
}

a:active {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur), alias;
}

/* 段落鼠标样式 */
p {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/texto.cur), auto;
}

/* 行内元素鼠标样式 */
span {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/No_Disponible.cur), auto;
}

/* 按钮鼠标样式 */
button {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), pointer;
}

button:hover {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur), pointer;
}

button:active {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/work.cur), alias;
}

/* 输入框鼠标样式 */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/texto.cur), text;
}

/* 选择框鼠标样式 */
select {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), pointer;
}

/* 表单元素鼠标样式 */
form {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/normal.cur), auto;
}

/* 标题鼠标样式 */
h1, h2, h3, h4, h5, h6 {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/normal.cur), auto;
}

/* 列表元素鼠标样式 */
li {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/normal.cur), auto;
}

/* 图片鼠标样式 */
img {
    cursor: url(https://cdn.micimo.cc/https://cdn.jsdelivr.net/gh/moezx/cdn@3.1.9/img/Sakura/cursor/ayuda.cur), pointer;
}    