/*鼠标样式动画*/
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
     cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
}


#jsi-flying-fish-container {
    width: 100%;
    height: 200px;
    position: fixed;
    z-index: 1;
    bottom: 0px;
    left: 0;
}