/*鼠标样式动画*/
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
     cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
}

/*回到顶部*/
.returntop{
            height:35px;width:85px;background:#fda;position: fixed;bottom:110px;right:30px;
            text-align: center;color:#a00;cursor: pointer;border-radius:6px;font-size:16px;display:none;
        }

/*快速推荐*/
#div_digg {
  position: fixed;
  bottom: 0px;
  right: 0px;
  border: 2px solid #fda;
  padding: 10px;
  width: 120px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}


