/*hr换图标*/
hr:before {
  position: absolute;
  top: -10px;
  left: 5%;
  z-index: 1;
  color: var(--hr-before-color);
  content: "\f21c";
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* 移动隐藏音乐播放器 */
@media screen and (max-width: 900px) {
  .aplayer.no-destroy {
    display: none;
  }
}

/* 移动端主页背景缩小
@media screen and (max-width: 900px) {
  #page-header.full_page {
    height: 20vh;
  }
}*/
/*移动端优化：去除归档、标签、最新文章、公告、评论、只保留网站统计*/
@media screen and (max-width: 900px) {
  .card-info,
  .card-announcement,
  .card-recent-post,
  #card-newest-comments,
  .card-categories,
  .card-tags,
  .card-archives,
  .item-headline {
    display: none;
  }
}
/*右侧作者名字*/
.author-info__name {
  color: #ff7242;
}

/* 关于我爱心动态 */
.fa-fw.fas.fa-heart {
  color: #ff0000;
  display: inline-block;
  margin: 0 5px;
  animation: announ_animation 0.8s linear infinite;
}
/*鼠标*/
body {
  cursor: url(https://cdn.jsdelivr.net/gh/GlumeL/Static@master/Butterfly/3.1.0/img/default.cur),
    default;
}
a,
img {
  cursor: url(https://cdn.jsdelivr.net/gh/GlumeL/Static@master/Butterfly/3.1.0/img/pointer.cur),
    default;
}
/* 头像撒花 */
.card-info-avatar.is-center:hover {
  background: url(https://cdn.jsdelivr.net/gh/GlumeL/Static@master/handsome/7.3.1/assets/img/snow.gif);
  background-size: cover;
}
/* 主页一言彩虹文字 */
#subtitle {
  background: linear-gradient(-45deg, #ee7752, #ce3e75, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  -webkit-animation: Gradient 10s ease infinite;
  -moz-animation: Gradient 10s ease infinite;
  animation: Gradient 10s ease infinite;
  -o-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#subtitle:before {
  background-color: rgba(0, 0, 0, 0);
}
/*彩虹文字*/
#page-header #site-title,
#post-info .post-title {
  padding-top: 3px;
  background-image: linear-gradient(
    to left,
    orangered,
    orange,
    gold,
    lightgreen,
    cyan,
    dodgerblue,
    mediumpurple,
    hotpink,
    orangered
  );
  background-size: 110vw;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-animation: rainbowan 60s linear infinite;
  animation: rainbowan 60s linear infinite;
}
@-webkit-keyframes rainbowan {
  to {
    background-position: -2000vw;
  }
}
@keyframes rainbowan {
  to {
    background-position: -2000vw;
  }
}

@font-face {
  font-family: VarelaRound;
  src: url(/css/VarelaRound-Regular.ttf);
}

#sub_cursor {
  animation: Blink 0.7s infinite;
  -webkit-animation: Blink 0.7s infinite;
  animation: Blink 0.7s infinite;
}
@-webkit-keyframes Blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes Blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes Blink {
  50% {
    opacity: 0;
  }
}
@-o-keyframes Blink {
  50% {
    opacity: 0;
  }
}
@keyframes Blink {
  50% {
    opacity: 0;
  }
}
#article-container.post-content h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
  margin-left: -1.5rem !important;
  margin-top: -0.2rem;
  /*-webkit-animation: avatar_turn_around 1s linear infinite;
  -moz-animation: avatar_turn_around 1s linear infinite;
  -o-animation: avatar_turn_around 1s linear infinite;
  -ms-animation: avatar_turn_around 1s linear infinite;
  animation: avatar_turn_around 1s linear infinite;*/
}
#toggle-sidebar {
  color: #e58a8a !important;
}
.layout_post .post-copyright .post-copyright-info a {
  text-decoration: none;
  word-break: break-word;
}

.vwrap {
  box-shadow: 2px 2px 5px #bbb;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0 30px 0;
}
#vcomment button {
  padding: 0.3rem 0.8rem;
  border-color: #fff;
  background-color: #e58a8a;
  color: #fff;
  font-size: 0.7rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.v[data-class="v"] code {
  color: #c7254e;
  background-color: #f9f2f4;
}
#page-header {
  background-color: transparent;
}
#footer {
  background: 0 0 !important;
}
.vcard {
  box-shadow: 2px 2px 5px #bbb;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 30px;
  margin: 30px 0 0 0;
}
.vquote .vcard {
  box-shadow: 2px 2px 5px transparent;
  background: rgba(255, 255, 255, 0);
  padding: 0;
}
#article-container a {
  color: #00c4b6;
  text-decoration: none;
}
#article-container a:hover {
  color: #e58a8a;
  text-decoration: none;
}

#footer-wrap a {
  color: #00c4b6;
}
.footer_custom_text {
  color: #00c4b6;
}
.framework-info {
  color: #e58a8a;
}
.copyright {
  color: #e58a8a;
}
a {
  color: #00c4b6;
}
#nav a {
  color: #f9f2f4;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: rgba(73, 177, 245, 0.2);
  border-radius: 2em;
}
::-webkit-scrollbar-thumb {
  background-color: #49b1f5;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.4) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0.4) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 2em;
}
::-webkit-scrollbar-corner {
  background-color: transparent;
}
::-moz-selection {
  color: #fff;
  background-color: #49b1f5;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.aplayer:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}
.aplayer-pic:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}

.aplayer-music:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}
.aplayer-info:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}

.aplayer-body:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}
.aplayer-bar:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}
li:hover {
  cursor: url(https://cdn.jsdelivr.net/gh/zykjofficial/zykjresource@master/img/Arrow.cur),
    auto !important;
}
