/*
 * @Description: 自定义css
 * @Author: wind-lc
 * @version: 1.0
 * @Date: 2022-03-17 10:31:27
 * @LastEditTime: 2022-10-10 14:30:19
 * @FilePath: \hexo-windl\source\css\custom.css
 */
/* 页脚 */
.footer-content>p{
  margin: 0;
}
.footer-content .end{
  width: 60vw;
  height: 0.85rem;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.footer-content .end::before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
  position: absolute;
  top: 50%;
  left: 0;
}
.footer-content .end::after {
  content: "END";
  height: 0.85rem;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 0.85rem;
  font-size: 0.85rem;
  transform: translateX(-50%);
  background-color: var(--body-bg-color);
  padding: 0 10px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.footer-content .text {
  text-align: center;
  font-style: italic;
  font-size: 0.85rem;
}
.footer-content .icp {
  text-align: center;
  font-size: 0.85rem;
}
/* 页脚 */
/* 看板娘 */
#live2d-widget{
  z-index: -1 !important;
}
/* 看板娘 */