/* ---------------------------------
 *       Override CSS Framework
 * --------------------------------- */
html {
  font-size: 14px;
}
body {
  background-color: #f7f7f7;
}
body,
button,
input,
select,
textarea {
  font-family: "Source Code Pro", "monospace", "Microsoft YaHei";
}
@media screen and (min-width: 1280px) {
  .is-1-column .container,
  .is-2-column .container {
    max-width: 1152px;
    width: 1152px;
  }
}
@media screen and (min-width: 1472px) {
  .is-2-column .container {
    max-width: 1344px;
    width: 1344px;
  }
  .is-1-column .container {
    max-width: 960px;
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding: 1.5rem 1rem;
  }
}
@media screen and (min-width: 769px) {
  .column-main.is-sticky,
  .column-left.is-sticky,
  .column-right.is-sticky,
  .column-right-shadow.is-sticky {
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0.75rem;
  }
  .column-right-shadow.is-sticky {
    top: 1.5rem;
  }
}
.tag.is-grey {
  background: #e7e7e7;
}
.card {
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05), 0 0 1px rgba(0,0,0,0.1);
}
.card + .card,
.card + .column-right-shadow {
  margin-top: 1.5rem;
}
.card.card-transparent {
  box-shadow: none;
  background: transparent;
}
.card .card-image {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
img.thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/* -------------------------------------------------------------------------
 *       导航栏 / 底部栏 logo 图片大小修改开始：默认值：1.75rem
 * ------------------------------------------------------------------------- */
.navbar-logo img,
.footer-logo img {
  max-height: 3.25rem;
}
/* -------------------------------------------------------------------------
 *       导航栏样式修改开始：高度/阴影/背景等，都在这里
 * ------------------------------------------------------------------------- */
.navbar-main {
  background-color: #fff;
  box-shadow: 0px 0px 20px #f00;
/*box-shadow: 0 0px 10px rgba(0, 0, 0, 0.05)*/
}
.navbar-main .navbar-menu,
.navbar-main .navbar-start,
.navbar-main .navbar-end {
  align-items: stretch;
  display: flex;
  padding: 0;
  flex-shrink: 0;
}
.navbar-main .navbar-menu {
  flex-grow: 1;
  flex-shrink: 0;
  overflow-x: auto;
}
.navbar-main .navbar-start {
  justify-content: flex-start;
  margin-right: auto;
}
.navbar-main .navbar-end {
  justify-content: flex-end;
  margin-left: auto;
}
.navbar-main .navbar-item {
  display: flex;
  align-items: center;
  padding: 1rem 0.75rem;
}
.navbar-main .navbar-item.is-active {
  color: #3273dc;
  background-color: transparent;
}
@media screen and (max-width: 1087px) {
  .navbar-main .navbar-menu {
    justify-content: center;
    box-shadow: none;
  }
  .navbar-main .navbar-start {
    margin-right: 0;
  }
  .navbar-main .navbar-end {
    margin-left: 0;
  }
}
/* -------------------------------------------------------------------------
 *       导航栏样式修改结束：高度/阴影/背景等，都在这里
 * ------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------
 *       底部栏样式修改开始：高度/阴影/背景等，都在这里
 * ------------------------------------------------------------------------- */
.footer {
  background: #fff;
}
.footer .field .button {
  background: transparent;
}
.footer {
  box-shadow: 0px 0px 20px #00f;
  padding: 2rem 1.5rem 3rem;
}
.footer .container {
  padding: 2.5rem 1.5rem;
}
/* -------------------------------------------------------------------------
 *       底部栏样式修改结束：高度/阴影/背景等，都在这里
 * ------------------------------------------------------------------------- */
.widget .media {
  border: none;
}
.widget .media + .media {
  margin-top: 0;
}
.widget .menu-list li ul {
  margin-right: 0;
}
.widget .menu-list a.level {
  display: flex;
}
.widget .has-text-centered figure.image {
  margin: auto;
}
.pagination .pagination-link:not(.is-current),
.pagination .pagination-previous,
.pagination .pagination-next {
  background: #fff;
  border: none;
}
.pagination .pagination-link,
.pagination .pagination-previous,
.pagination .pagination-next {
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.post-navigation {
  justify-content: space-around;
}
.post-navigation .level-item {
  margin-bottom: 0;
}
.timeline {
  margin-left: 1rem;
  padding-left: 1.5rem;
  padding-top: 1rem;
  border-left: 1px solid #dbdbdb;
}
.timeline .media {
  position: relative;
}
.timeline .media:before,
.timeline .media:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: calc(-5px - 1.5rem);
}
.timeline .media:before {
  width: 9px;
  height: 9px;
  top: 1.3rem;
  background: #dbdbdb;
  border-radius: 50%;
}
.timeline .media:first-child:before {
  top: 0.3rem;
}
.timeline .media:last-child:after {
  top: calc(1.3rem + 9px);
  width: 9px;
  bottom: 0;
  background: #fff;
}
.timeline .media:first-child:last-child:after {
  top: calc(0.3rem + 9px);
}
.article .article-meta {
  margin-bottom: 0.5rem !important;
}
.article .content {
  font-size: 1.1rem;
}
.article .content blockquote.pullquote {
  float: right;
  max-width: 50%;
  font-size: 1.15rem;
  position: relative;
}
.article .content a {
  word-wrap: break-word;
}
.rtl {
  direction: rtl;
}
.rtl .level .level-item:not(:last-child),
.rtl .level.is-mobile .level-item:not(:last-child) {
  margin-left: 0.75rem;
  margin-right: 0;
}
.donate {
  position: relative;
}
.donate .qrcode {
  display: none;
  position: absolute;
  z-index: 99;
  bottom: 2.5em;
  line-height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.2);
  overflow: hidden;
}
.donate .qrcode img {
  max-width: 120px;
}
.donate:hover .qrcode {
  display: block;
}
.donate:first-child:not(:last-child) .qrcode {
  left: -0.75rem;
}
.donate:last-child:not(:first-child) .qrcode {
  right: -0.75rem;
}
@media screen and (max-width: 768px) {
  #toc {
    display: none;
    position: fixed;
    margin: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
  }
  #toc-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: rgba(0,0,0,0.7);
  }
  #toc.is-active,
  #toc-mask.is-active {
    display: block;
  }
}
/* -------------------------------------------------------------------------
 *       自定义样式开始：所有的自定义样式都在这里
 * ------------------------------------------------------------------------- */
#empty {
  width: 320px;
  height: 63px;
}
.hljs-addition {
  color: #28ff28;
}
.hljs-deletion {
  color: #ea0000;
}
.social-share {
  text-align: center !important;
}
.post-copyright,
blockquote {
/*border-radius: 5px*/
  font-size: 1rem;
  letter-spacing: 0.02rem;
  word-break: break-all;
  margin: 1.5rem 0 0;
  padding: 1rem 1rem;
  border-left: 4px solid RED;
  background-color: #f1f1f1;
}
.highlight-body {
  max-height: 400px;
  overflow: auto;
}
.content img {
  padding: 5px 5px 5px;
  background: #b36d61;
  box-shadow: 0 0 10px #000;
  margin-bottom: 5px;
  margin-top: 5px;
}
.toc-scroll {
  max-height: 360px;
  overflow: auto;
}
.content h1 {
  background: #272727;
  padding: 16px 24px;
  border-radius: 10px;
  color: #28ff28;
}
.content h2 {
  color: #f00;
}
.content h3 {
  color: #9f35ff;
}
.content blockquote {
/*border-radius: 5px*/
  background-color: #f1f1f1;
  border-left: 4px solid #b36d61;
  padding: 1em 1em;
  overflow: auto;
}
.display-none-class {
  display: none;
}
.guo-tags {
  background-color: #4a4a4a;
  border-color: transparent;
  border-radius: 20px;
  padding: 8px 12px;
}
.guo-tags .has-link-grey {
  color: #28ff28 !important;
}
.guo-tags .has-text-grey {
  color: #28ff28 !important;
}
.button.is-light {
  padding: 16px;
  background-color: #4a4a4a;
  border-color: transparent;
  border-radius: 20px;
  color: #28ff28 !important;
}
.button.is-light .has-text-grey {
  color: #28ff28 !important;
}
.button.is-light:hover {
  background-color: #3273dc;
  border-color: transparent;
  border-radius: 20px;
  color: #fff !important;
}
.button.is-light:hover .has-text-grey {
  color: #fff !important;
}
.MyNotice {
  max-height: 600px;
  overflow: auto;
}
.notice a {
  border-radius: 5px;
  background: #00d1b2;
  padding: 5px 10px;
  color: #fff;
  display: block;
  float: left;
  margin-right: 4px;
  margin-bottom: 5px;
}
#hitokoto {
  text-align: center;
  font-family: "幼圆";
}
#post-calendar {
  display: flex;
  justify-context: center;
  align-items: center;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 200px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.post-calendar-pre {
  overflow-x: auto;
  justify-content: center;
  max-width: 100%;
}
.friend-title-item {
  color: #3273dc;
  font-weight: bold;
  text-align: center;
}
.cardm {
  width: 32%;
  background-color: #fff;
  border-radius: 2px;
  color: #4a4a4a;
  padding: 0.5rem;
  display: inline-block;
  margin: 5px;
  margin-top: 15px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12), 0 0 6px 0 rgba(0,0,0,0.04);
  background: #000;
  color: #28ff28;
  border-radius: 10px;
}
.card-comment-item {
  border-radius: 2px;
  color: #4a4a4a;
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
.card-comment-item .ava {
  width: 3rem !important;
  height: 3rem !important;
  margin: 0 !important;
  margin-right: 0.2em !important;
  border-radius: 40px;
}
.cardm-c {
  width: 42%;
}
@media screen and (max-width: 768px) {
  .cardm {
    width: 100%;
  }
}
.card .text-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cardm .ava {
  width: 5rem !important;
  height: 5rem !important;
  margin: 0 !important;
  margin-right: 0.5em !important;
  border-radius: 40px;
  padding: 0;
  box-shadow: none;
  background: #fff;
}
.cardm img {
  float: left;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.card-comment-item img {
  float: left;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}
.cardm img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.card-comment-item img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.cardm:hover {
  transform: scale(1.05);
}
.level .is-mobile {
  margin-bottom: 0.5rem;
}
.card-content {
  padding: 1rem;
}
table {
  border: 2px solid #ddd;
}
.highlight-body table {
  border: none;
}
table td,
table th {
  text-align: left;
}
.suibi {
  box-shadow: 0 0 10px #ddd;
  padding: 20px 50px 20px 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  background: #fff;
  border-radius: 5px;
}
.suibi span {
  float: right;
  display: block;
  color: #008000;
}
.suibi-book {
  box-shadow: 0 0 10px #ddd;
  padding: 20px 30px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.suibi-book span {
  text-align: left;
  display: block;
}
.suibi-video {
  box-shadow: 0 0 10px #ddd;
  padding: 20px 30px 10px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.content > code,
.content :not(pre) > code {
  font-size: 0.95em;
  color: #28ff28;
  background: #000;
  padding: 1px 5px 2px;
  border-radius: 3px;
}
.general-block {
  white-space: pre-line;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  padding-bottom: 10px;
  padding-left: 15px;
  display: block;
}
.block {
  white-space: pre-line;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  padding-bottom: 10px;
  padding-left: 40px;
  display: block;
  font-family: "楷体";
}
.blue {
  border-radius: 5px;
  border: 1px solid;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  margin-bottom: 15px;
}
.green {
  border-radius: 5px;
  border: 1px solid;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  margin-bottom: 10px;
}
.yellow {
  border-radius: 5px;
  border: 1px solid;
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  margin-bottom: 10px;
}
.red {
  border-radius: 5px;
  border: 1px solid;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  margin-bottom: 10px;
}
.hacker {
  border-radius: 5px;
  border: 1px solid;
  color: #28ff28;
  background-color: #272727;
  border-color: #272727;
  margin-bottom: 10px;
}
.hacker .block-title {
  color: #3273dc;
}
.block-title {
  padding: 20px;
  margin-bottom: -40px;
  font-size: 18px;
  font-family: "楷体";
}
.pagination-link.is-current {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #28ff28;
}
.friend-title {
  font-family: '幼圆';
  font-size: 24px;
  margin-bottom: 15px;
}
.links-content .friends-title {
  font-family: '幼圆';
  font-size: 24px;
  background: #000;
  color: #28ff28;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}
.tag:not(body) {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 999px;
  color: #28ff28;
  display: inline-flex;
  font-size: 0.85rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}
.pagination .pagination-previous,
.pagination .pagination-next {
  background: #4a4a4a;
}
.pagination-next .has-text-black-ter,
.pagination-previous .has-text-black-ter {
  color: #28ff28 !important;
}
.img-x {
  position: relative;
  overflow-y: hidden;
  height: 100%;
  white-space: nowrap;
}
.img-x a {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: top;
  height: 100%;
  width: 40%;
}
.img-y {
  position: relative;
  overflow-y: hidden;
  height: 100%;
  white-space: nowrap;
}
.img-y a {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  vertical-align: top;
  height: 100%;
  width: 30%;
}
.card .text-desc a:hover {
  color: #28ff28;
}
.hljs-comment,
.hljs-quote {
  color: rgba(35,209,96,0.678) !important;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #61aeee;
}
.guo-nav {
  border-bottom: 1px solid #000;
}
.guo-header {
  width: 100%;
}
.guo-img {
  width: 30%;
  float: left;
  align: center;
}
.guo-text {
  padding-top: 10px;
  width: 70%;
  float: left;
}
.guo-text p {
  text-align: center;
}
.guo-text p span {
  text-align: center !important;
}
.wz {
  padding-bottom: 10px !important;
}
.fl {
  padding-bottom: 10px !important;
}
.bq {
  padding-bottom: 10px !important;
}
.image.is-128x128 {
  height: 90px;
  width: 90px;
}
.guo-profile .level {
  margin-bottom: 1em !important;
}
/*35-定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 参考博客： https://blog.csdn.net/hanshileiai/article/details/40398177 */
::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #800080;
}
#back-to-top {
  background: #272727;
  color: #28ff28;
}
.content pre {
  border-radius: 5px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
  background: #272727;
  color: #27ff37;
}
/* -------------------------------------------------------------------------
 *       自定义样式结束：所有的自定义样式都在这里
 * ------------------------------------------------------------------------- */
/* ---------------------------------
 *         Custom modifiers
 * --------------------------------- */
.is-borderless {
  border: none;
}
.is-size-7 {
  font-size: 0.85rem !important;
}
.is-7by1 {
  padding-top: 42.8%;
}
.is-7by1 img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.is-overflow-x-auto {
  overflow-x: auto !important;
}
.is-flex-grow {
  flex-grow: 1 !important;
}
.is-flex-wrap {
  flex-wrap: wrap !important;
}
.is-flex-start {
  justify-content: start !important;
}
.is-flex-center {
  justify-content: center !important;
}
.is-flex-middle {
  align-items: center !important;
}
.has-order-1 {
  order: 1;
}
.has-order-2 {
  order: 2;
}
.has-order-3 {
  order: 3;
}
.has-mr-6 {
  margin-right: 0.5em !important;
}
.has-mb-6 {
  margin-bottom: 0.5em !important;
}
.has-mr-7 {
  margin-right: 0.25em !important;
}
.has-link-grey,
.has-link-black-ter {
  transition: 0.2s ease;
}
.has-link-grey:hover,
.has-link-black-ter:hover {
  color: #3273dc !important;
}
.has-link-grey {
  color: #7a7a7a !important;
}
.has-link-black-ter {
  color: #242424 !important;
}
@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
  .is-flex-center-mobile {
    justify-content: center !important;
  }
  .has-mt-5-mobile {
    margin-top: 1em !important;
  }
}
/* ---------------------------------
 *         Font icon fixes
 * --------------------------------- */
.fa,
.fab,
.fal,
.far,
.fas {
  line-height: inherit;
}
/* ---------------------------------
 *        第 751和752 被注释了
 * --------------------------------- */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: 400;
}
.content h1 {
  font-size: 1.75em;
}
.content h2 {
  font-size: 1.5em;
}
.content h3 {
  font-size: 1.25em;
}
.content h4 {
  font-size: 1.125em;
}
.content h5 {
  font-size: 1em;
}
.content code,
.content pre {
  font-family: "Source Code Pro", "monospace", "Microsoft YaHei";
}
.content pre {
  font-size: 0.85em;
}
.content code {
  padding: 0;
  background: transparent;
}
.content blockquote footer strong + cite {
  margin-left: 0.5em;
}
/* ---------------------------------
 *        Fix code highlight
 * --------------------------------- */
figure.highlight {
  padding: 0;
  width: 100%;
  position: relative;
  margin: 1em 0 1em !important;
}
figure.highlight.folded .highlight-body {
  height: 0;
}
figure.highlight pre,
figure.highlight table tr:hover {
  color: inherit;
  background: transparent;
}
figure.highlight table {
  width: auto;
}
figure.highlight table tr td {
  border: none;
}
figure.highlight table tr:not(:first-child) td {
  padding-top: 0;
}
figure.highlight table tr:not(:last-child) td {
  padding-bottom: 0;
}
figure.highlight pre {
  padding: 0;
  overflow: visible;
}
figure.highlight pre .line,
figure.highlight pre code .hljs {
  line-height: 1.5rem;
}
figure.highlight figcaption,
figure.highlight .gutter {
  background: rgba(200,200,200,0.15);
}
figure.highlight figcaption {
  margin: 0 !important;
  padding: 0.3em 0.75em;
  text-align: left;
  font-style: normal;
  font-size: 0.8em;
}
figure.highlight figcaption span {
  font-weight: 500;
  font-family: "Source Code Pro", "monospace", "Microsoft YaHei";
}
figure.highlight figcaption .fold,
figure.highlight figcaption a {
  color: #9a9a9a;
}
figure.highlight figcaption a {
  margin-left: 0.5em;
}
figure.highlight figcaption .fold {
  margin-right: 0.5em;
  cursor: pointer;
}
figure.highlight .highlight-body {
  overflow: auto;
}
figure.highlight .gutter {
  text-align: right;
}
figure.highlight .tag,
figure.highlight .title,
figure.highlight .number,
figure.highlight .section {
  display: inherit;
  font: inherit;
  margin: inherit;
  padding: inherit;
  background: inherit;
  height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  min-width: inherit;
  border-radius: inherit;
}
/* ---------------------------------
 *          Overflow Table
 * --------------------------------- */
.table-overflow {
  overflow-x: auto;
}
.table-overflow table {
  width: auto !important;
}
.table-overflow table th {
  word-break: keep-all;
}
/* ---------------------------------
 *            Fix Video
 * --------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ---------------------------------
 *        Fix Gist Snippet
 * --------------------------------- */
.gist table tr:hover {
  background: transparent;
}
.gist table td {
  border: none;
}
.gist .file {
  all: initial;
}
