/*****************cursor*****************/
.cursor-pointer {
cursor: pointer;
}
.cursor-default {
cursor: default;
.cursor-move {
cursor: move;