body:before {
    background: url(https://img2020.cnblogs.com/blog/2156296/202009/2156296-20200920094417072-30724321.jpg) center/cover no-repeat;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.08;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    -ms-filter: grayscale(40%);
    -o-filter: grayscale(40%);
    filter: grayscale(40%);
    filter: gray;
}
#daily{
  position: absolute;
  right: 60px;
  top: 215px;
z-index:999;
}
#live2dcanvas {
	border: 0 !important;
	width: 250px;
	right: 0;
}