/*鼠标样式动画*/
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
     cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
};

 canvas#live2dcanvas {
    border: 0 !important;
    right: 0;
}

/*回到顶部*/
#back-to-top {
    background-color:#CCCCCC;
    bottom: 0;
    box-shadow: 0 0 6px;
    color: #444444;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}


