/* 默认颜色 */
/* 垂直居中 */
.vc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 文本超出隐藏并显示省略号 */
@media (max-width: 992px) {
  .clearPaddingLeftByMargin {
    margin-left: -15px;
  }
}
@media (max-width: 992px) {
  .clearPaddingRightByMargin {
    margin-right: -15px;
  }
}
.nkc-hl {
  background-color: rgba(238, 198, 0, 0.15);
  border-bottom: 1px dashed #333;
}
.nkc-hl > .nkc-hl-cover {
  background-color: rgba(238, 198, 0, 0.35);
}
.nkc-hl > .nkc-hl-cover > .nkc-hl-cover {
  background-color: rgba(238, 198, 0, 0.55);
}
.nkc-hl > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover {
  background-color: rgba(238, 198, 0, 0.75);
}
.nkc-hl > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover {
  background-color: rgba(238, 198, 0, 0.95);
}
.nkc-hl > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover > .nkc-hl-cover {
  background-color: #eec600;
}
.nkc-free-notes {
  vertical-align: top;
}
.nkc-free-notes:before {
  content: "迷失的笔记：";
  font-size: 1.2rem;
  padding-right: 0.4rem;
}
.nkc-free-notes > span {
  overflow: hidden;
  text-align: center;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 1.2rem;
  border-bottom: 1px dashed #333;
  background-color: rgba(238, 198, 0, 0.15);
  cursor: pointer;
  user-select: none;
}
.nkc-free-notes > span:hover {
  background-color: #ff8b74;
}
.post-node-hover,
.post-node-hover > * {
  background: #ff8b74 !important;
  cursor: pointer;
}
.nkc-hl-btn {
  position: absolute;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  cursor: pointer;
  font-size: 1rem;
  user-select: none;
  text-align: center;
  background-color: #e85a71;
  color: #fff;
  z-index: 1000;
}
.nkc-hl-btn:active {
  opacity: 0.8;
}
.nkc-hl-btn:hover {
  opacity: 0.9;
}
.nkc-hl-btn > span {
  position: relative;
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  display: block;
}
.nkc-hl-btn > span .fa {
  margin-right: 0.3rem;
}
.nkc-hl-btn > span:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  bottom: -5px;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #e85a71 transparent transparent transparent;
}
@media (max-width: 767px) {
  .nkc-hl-btn {
    position: fixed;
    right: 1rem;
  }
  .nkc-hl-btn > span {
    width: 5rem;
  }
  .nkc-hl-btn > span:after {
    border-width: 5px 5px 5px 0;
    top: 0;
    bottom: 0;
    left: -5px;
    right: auto;
    border-color: transparent #e85a71 transparent transparent;
  }
}

