.overflow_omitted {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.mouse_style {
cursor: pointer;
/*cursor: url(https://blog-static.cnblogs.com/files/big2cat/chiken.ico),auto;*/
}
.grayscale {
filter: grayscale(1);
}