/* 页面白色小雪花 */
/* 
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
} */



/*快速推荐*/
/* 
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 5px;
  border: 2px solid #b1c6ec;
  padding: 10px;
  width: 130px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px 5px 5px 5px !important;
  box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
}
*/

