body {
  color: #000;
  background: url(https://s1.ax1x.com/2020/08/06/a24aOx.jpg
) fixed;
/*随机api   background: url(https://api.ixiaowai.cn/api/api.php?ZZDAKIOI*/
/*https://api.ixiaowai.cn/api/api.php?ZZDAKIOI*/
/*https://i.loli.net/2018/12/08/5c0b0e2500b26.jpg*/
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#main{
    width: 100%;
    min-width: 70em;
    text-align: left;
    opacity: 0.90;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
#ad_t2 {
    display: none;
}
.c_ad_block {
    display: none;
}
.friends {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.friends .a-friend {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 10px 10px 0 0;
  text-decoration: none;
  font-weight: 300;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  padding: 10px;
  -webkit-transition: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) 0.2s transform 0.2s;
  transition: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12) 0.2s transform 0.2s;
}
.friends .a-friend:hover {
  box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.friends .a-friend:active {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.friends .a-friend .blog-avatar {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.friends .a-friend .text-container {
  margin-left: 10px;
}
.friends .a-friend .text-container .name {
  font-size: 14px;
}
.friends .a-friend .text-container .description {
  font-size: 12px;
  margin-top: 5px;
}

/* <!--鼠标样式-->  */
body { cursor:url("https://files.cnblogs.com/files/yjlblog/cursor.ico"),auto;}
 #hitokoto {
    font-weight: bold;
    font-size:16px/1.5em;
    font-family: "Comic Sans MS", "PingFang SC", "Microsoft YaHei", sans-serif !important;
    padding: 20px;
    line-height: 1.25;
    color: #cc6600;
  }
#hitokoto-from {
  text-align: right;
  }*/