#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}

#back-to-top {
    bottom: 0;
    position: fixed;
    right: 160px;
    cursor: pointer;
}

body{
   background:url('https://images.cnblogs.com/cnblogs_com/aland-1415/1188559/o_95-160R3140109.jpg') no-repeat top center fixed;
   background-size:cover;
}


#home {
    opacity: 0.95;
    filter: alpha(opacity=95);
    box-shadow:0 0 10px #000;
    margin:40px auto;
    max-width:1400px;
    background:#fff;
    overflow:auto;
    border:solid 0px #fff;
}

/*------精灵球-------*/
#div_digg {
    bottom: 60px;
    margin: 0px;
    position: fixed;
    right: 0.5rem;
    animation: jumping 5s ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes jumping {
  0% {
    transform: translateY(-0px);
  }
  50% {
    transform: translateY(-400px);
  }
  100% {
    transform: translateY(-0px);
  }
}
.diggit {
    background: url(https://images.cnblogs.com/cnblogs_com/aland-1415/1188559/o_o_ball2.png) no-repeat;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 5px #fff inset;
    cursor: pointer;
    height: 100px;
    margin: 0px;
    padding: 0px;
    width: 100px;
    text-align: center;
}
.diggit::before {
    content: "我是点赞球"; /* \8FD9\91CC\662F\70B9\8D5E\54E6 */
    position: absolute;
    top: -40px;
    left: 10px;
    font-size: 16px;
    color: brown;
}
#div_digg .diggnum {
    color: #EEE;
    font-family: Verdana;
    font-size: 35px;
    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;
}
#div_digg .burynum {
    line-height: 1.5em!important;
}
.burynum {
    font-size: 14px;
    color: #075db3;
    font-family: Verdana;
}
#digg_tips {
    color: #fa5 !important;
    width: 200px;
    text-align: center;
    margin-left: -50px;
    margin-top: 20px;
}
.diggword {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
    color: gray;
}

a.digg_gray:visited {
    color: gray;
    text-decoration: underline;
}
a.digg_gray:link {
    color: gray;
    text-decoration: underline;
}

a.digg_gray {
    font-size: 18px;
}
a {
    color:darkSlateGray;
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}


/* 停止器 */
#xiaociguai {
  position: fixed;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
#xiaociguai > img {
  width: 155px;
}
#xiaociguai::after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #666;
  position: absolute;
  left: 69px;
  top: 43px;
  animation: eyemove 10s ease-in-out;
  animation-iteration-count: infinite;
}
#xiaociguai:hover,
#xiaociguai.enable-electric {
  -webkit-filter: saturate(7);
  filter: saturate(7);
}
@keyframes eyemove {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  45% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  60% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(10px, 0px);
  }
  85% {
    transform: translate(10px, 0px);
  }
  90% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

/*------底部对话式回复-------*/
#author_profile {
    float: left;
    width: auto;
    margin: 9px 10px 9px 0px;
}

.author_avatar {
    margin: 3px 10px 3px 0px;
    padding: 0;
    border-radius: 3px;
}

.author_avatar:hover {
    box-shadow: 0px 2px 3px 1px gray;
}

/*侧边目录*/
#right_meun a {
    margin-left: 5px;
    white-space: nowrap;
    text-decoration: none;
    color: #E46969;
    outline: 0;
    border-bottom: 0px;
}
#right_meun {
    border-left: 1px solid #E46969;
   margin-left: 25px;
}
#menu_body ul li {
    list-style-type: disc;
    color: #E46969;
}
#menu_body {
    position: fixed;
    z-index: 999;
    top: 100px;
    right: 10px;
    background: #fff;
    padding: 5px 15px 5px 0px;
    opacity: 0.7;
    border-radius: 5px;
    max-width: 11%;
    max-height: 70%;
    overflow-x: hidden;
}
@media screen and (max-width:1780px){
     #menu_body {display: none;}
}


/*comment*/

.feedbackItem {
    margin-top: 20px;
    border-top: 1px solid #CC9;
}

.feedbackListSubtitle {
    margin: 10px 0;
}

.feedbackManage {
    float: right;
}

div.commentform input.author {
    color: lightgray;
    padding: 0;
    font-size: 14px;
    border: none;
    background-color: transparent;
    background-image: none;
}

#comment_nav,
.commentbox_title_right {
    float: right;
}

.commentbox_title,
.comment_textarea {
    min-width: 100%;
}

/*页面问题修复*/
.RecentComment{
      overflow: visible
}