body {
	cursor: url("https://www.scjfkj.cn/image/guitar.ico"), default;
}
/* .navbar,#home{
   display:none
}
.test{
   animation: myfirst 5s infinite;
   -webkit-animation: myfirst 5s infinite; 
   width:330px;
   height:330px;
}
@keyframes myfirst
{
  0%   {background: red;}
    25%  {background: yellow;}
    50%  {background: blue;}
    100% {background: green;}
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
   0%   {background: red;}
    25%  {background: yellow;}
    50%  {background: blue;}
    100% {background: green;}
} */