/*------精灵球-------*/
#div_digg {
   bottom: -20px;
   margin: 0px;
   position: fixed;
   right: 75.0rem;
   animation-iteration-count: infinite;
}
.diggit {
   background: url(https://img2018.cnblogs.com/blog/1729307/201910/1729307-20191012202422343-578611079.png) no-repeat;
   border-radius: 150%;
   box-shadow: 0px 0px 15px 0px #fff inset;
   cursor: pointer;
   height: 200px;
   margin:0px;
   padding: 0px;
   width: 130px;
   text-align: center;
}

#div_digg .diggnum {
   color: #EEE;
   font-family: Verdana;
   font-size: 0px;
   line-height: 2em!important;
}
 
.buryit {
   display:none;
}
.buryit {
   float: right;
   margin-left: 20px;
   width: 46px;
   height: 52px;
   background: url(//static.cnblogs.com/images/downdown.gif) no-repeat;
   text-align: center;
   cursor: pointer;
   margin-top: 2px;
   padding-top: 5px;
}




body {
  background-image:url(https://images2018.cnblogs.com/blog/1337159/201807/1337159-20180729211844821-360080522.jpg);
  /*url后面的括号里填想要做背景的图片*/
   background-position: 60% 30%;
  background-repeat: no-repeat;
  background-size:100% 100%;
   -moz-background-size:100% 100%;
  background-attachment: fixed;
  color: #800000;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  text-shadow: 0 0 1px transparent;
  color:#505050;
  /*首页显示博文的一部分内容的字体*/
}

#home{
    margin: 0 auto;
    width: 70%;
    background-color: #fff;
    padding: 30px;
    background: filter:alpha(opacity:30);
    opacity:0.8;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 20px;
    font-family:Lucida Handwriting,Helvetica,sans-serif; 
}
#page_end_html{
   position: fixed;
   bottom: 0px;
   opacity:0.7;
   z-index:-1;
   min-width: 1700px;
}