@charset "UTF-8";
body {
  background-color: #ecf3f2;
  background-image: url("../assets/dance-with-cat.png"), linear-gradient(45deg, #ffffff 0%, #ecf3f2 33%, #ecf3f2 100%);
  background-attachment: fixed;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -2px left -15%, left top;
  background-size: 40%, cover;
  font-size: 1.25rem;
  color: #333333; }
  @media screen and (max-width: 1024px) {
    body {
      background-position: bottom left -14%, left top;
      background-size: 50%, cover; } }
  @media screen and (max-width: 768px) {
    body {
      background-position: bottom left -13%, left top;
      background-size: 60%, cover; } }
  @media screen and (max-width: 375px) {
    body {
      background-position: bottom left -12%, left top;
      background-size: 70%, cover; } }

body,
button,
input,
select,
textarea {
  font-family: "Ovo", "Georgia", "STZhongsong", "Microsoft YaHei", serif; }

h1, h2, h3, h4 {
  font-family: helvetica, arial, sans-serif; }

a {
  color: #0675a5; }

a.navbar-item {
  color: #333; }
  a.navbar-item:hover {
    color: #0675a5; }

/* social media */
.social-media-link.is-active {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #ddd; }

a.tag.article-tag,
a.tag.article-tag-in-category {
  font-size: 0.9rem;
  text-decoration: none;
  background-color: #018478;
  color: #ffffff; }
  a.tag.article-tag:hover,
  a.tag.article-tag-in-category:hover {
    background-color: #01514a; }

a.tag.article-tag-in-category {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 0; }

@media screen and (min-width: 1024px) {
  .container {
    max-width: 800px;
    width: 800px; }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    color: #018478; } }

.navbar-main {
  border-bottom: 1px solid #dbdbdb;
  transition: 0.1s ease-in; }
  .navbar-main .navbar-logo {
    font-size: 1.5rem;
    font-weight: 600; }
  .navbar-main a.navbar-item.is-active {
    color: #018478; }
  .navbar-main .toc .navbar-dropdown {
    max-height: 500px;
    overflow-y: auto; }

.article + .article {
  padding-top: 2rem;
  border-top: 1px solid #018478; }

.article .article-title a,
.article .article-meta a {
  color: inherit;
  border-bottom: 1px dashed transparent;
  font-weight: 600; }
  .article .article-title a:hover,
  .article .article-meta a:hover {
    color: #016b61; }

.article .article-meta {
  font-size: .9rem;
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 2em; }
  @media screen and (max-width: 768px) {
    .article .article-meta {
      margin-top: 0.75rem; }
      .article .article-meta .column {
        padding-top: 0;
        padding-bottom: 0; } }
  .article .article-meta .article-category-link {
    margin: 0 0.3rem; }

.article .article-entry {
  margin-bottom: 3rem; }
  .article .article-entry h1,
  .article .article-entry h2,
  .article .article-entry h3,
  .article .article-entry h4,
  .article .article-entry h5,
  .article .article-entry h6 {
    cursor: pointer;
    position: relative; }
    .article .article-entry h1:hover:before,
    .article .article-entry h2:hover:before,
    .article .article-entry h3:hover:before,
    .article .article-entry h4:hover:before,
    .article .article-entry h5:hover:before,
    .article .article-entry h6:hover:before {
      content: '#';
      position: absolute;
      right: 100%; }

.article .article-more-link {
  text-align: right; }
  .article .article-more-link a {
    font-size: 1rem;
    color: #ffffff;
    border-bottom: 1px dashed transparent;
    background: #018478;
    padding: 10px;
    border-radius: 3px; }
    .article .article-more-link a:hover {
      background: #016b61; }

.article .article-nav a {
  color: #272c33;
  position: relative;
  display: inline-block; }

.article .article-nav .article-nav-prev a {
  padding-left: 1rem; }
  .article .article-nav .article-nav-prev a:before {
    top: 0;
    left: 0;
    content: '<';
    position: absolute; }

.article .article-nav .article-nav-next {
  text-align: right; }
  .article .article-nav .article-nav-next a {
    padding-right: 1rem; }
    .article .article-nav .article-nav-next a:after {
      top: 0;
      right: 0;
      content: '>';
      position: absolute; }

@media screen and (max-width: 768px) {
  .article .article-nav .article-nav-prev,
  .article .article-nav .article-nav-next {
    text-align: center; } }

.article .caption {
  display: block;
  color: darkgray;
  font-size: .95rem;
  text-align: center; }

.article a[target="_blank"]:after {
  display: none;
  content: "\f35d";
  font-size: .8rem;
  font-family: "Font Awesome 5 Solid"; }

.article a[target="_blank"] .fa-external-link-alt {
  margin-left: .3rem;
  width: .8rem; }

.article .content h1 {
  font-weight: 600; }

.article blockquote {
  background-color: #d2e7e1;
  border-left: 5px solid #03f5b1; }
  .article blockquote.colorquote {
    position: relative; }
    .article blockquote.colorquote:before {
      content: " ";
      position: absolute;
      top: 50%;
      left: -14.5px;
      margin-top: -12px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      text-align: center;
      color: #ffffff;
      background-size: 16px 16px;
      background-position: 4px 4px;
      background-repeat: no-repeat; }
    .article blockquote.colorquote.info {
      border-color: #209cee;
      background-color: #def0fd; }
      .article blockquote.colorquote.info:before {
        background-color: #209cee;
        background-image: url("../images/info.svg"); }
    .article blockquote.colorquote.success {
      border-color: #23d160;
      background-color: #cbf6da; }
      .article blockquote.colorquote.success:before {
        background-color: #23d160;
        background-image: url("../images/check.svg"); }
    .article blockquote.colorquote.warning {
      border-color: #ffdd57;
      background-color: #fff6d1; }
      .article blockquote.colorquote.warning:before {
        background-color: #ffdd57;
        background-image: url("../images/question.svg"); }
    .article blockquote.colorquote.danger {
      border-color: #ff3860;
      background-color: #ffb3c2; }
      .article blockquote.colorquote.danger:before {
        background-color: #ff3860;
        background-image: url("../images/exclamation.svg"); }
  .article blockquote.pullquote {
    float: right;
    max-width: 50%;
    font-size: 1.15rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .article blockquote.pullquote {
        float: none;
        max-width: 100%; } }
    .article blockquote.pullquote:before {
      content: " ";
      position: absolute;
      top: 5px;
      left: 5px;
      width: 3rem;
      height: 3rem;
      opacity: 0.1;
      background: url("../images/quote-left.svg") 0 0/3rem 3rem no-repeat; }
  .article blockquote footer cite {
    font-style: normal; }
    .article blockquote footer cite:before {
      content: "—";
      padding: 0 .3em; }

.article .gist table tr:hover {
  background: transparent; }

.article .gist table td {
  border: none; }

.article .gist .file {
  all: initial; }

.sharebox {
  margin-top: 3rem; }

.comments {
  background: #ffffff;
  padding: 30px;
  border-radius: 5px; }
  .comments > .title {
    font-weight: 300; }

.archive:not(:last-child) {
  margin-bottom: 3rem; }

.archive .articles {
  border-left: 1px solid #dbdbdb; }

.archive .article {
  border-top: none;
  margin-left: -1px;
  padding: 1rem 1.5rem;
  border-left: 3px solid transparent; }
  .archive .article:hover {
    border-left-color: black; }
  .archive .article time {
    font-size: .9rem;
    color: darkgray; }
  .archive .article h6 {
    margin: 0; }
    .archive .article h6 a {
      color: inherit;
      border-bottom: 1px dashed transparent; }
      .archive .article h6 a:hover {
        border-bottom-color: darkgray; }

.footer {
  font-size: .9rem;
  background: transparent; }
  .footer .content {
    padding-top: 2rem;
    border-top: 1px solid #dbdbdb; }

.searchbox {
  display: none; }
  .searchbox.show {
    display: block; }
  .searchbox .searchbox-mask,
  .searchbox .searchbox-container {
    position: fixed; }
  .searchbox .searchbox-mask {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5); }
  .searchbox .searchbox-selectable {
    cursor: pointer; }
  .searchbox .searchbox-input-wrapper {
    position: relative; }
    .searchbox .searchbox-input-wrapper .searchbox-input {
      width: 100%;
      border: none;
      outline: none;
      font-size: 16px;
      box-shadow: none;
      font-weight: 200;
      border-radius: 0;
      background: #ffffff;
      line-height: 20px;
      box-sizing: border-box;
      padding: 12px 28px 12px 20px;
      border-bottom: 1px solid #e2e2e2; }
    .searchbox .searchbox-input-wrapper .searchbox-close {
      top: 50%;
      right: 6px;
      width: 20px;
      height: 20px;
      font-size: 16px;
      margin-top: -11px;
      position: absolute;
      text-align: center;
      display: inline-block; }
      .searchbox .searchbox-input-wrapper .searchbox-close:hover {
        color: #018478; }
  .searchbox .searchbox-result-wrapper {
    left: 0;
    right: 0;
    top: 45px;
    bottom: 0;
    overflow-y: auto;
    position: absolute; }
  .searchbox .searchbox-container {
    left: 50%;
    top: 100px;
    width: 540px;
    z-index: 101;
    bottom: 100px;
    margin-left: -270px;
    box-sizing: border-box; }
    @media screen and (max-width: 559px), screen and (max-height: 479px) {
      .searchbox .searchbox-container {
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7; } }

code,
pre {
  font-size: 0.85rem;
  font-family: "Source Code Pro", monospace, "Microsoft YaHei";
  border-radius: 3px;
  color: #018478;
  background: #ffffff; }

.section {
  line-height: 1.8; }

figure.highlight {
  padding: 0.5em 0;
  width: 100%;
  margin: 0 0 1.5rem; }
  figure.highlight pre,
  figure.highlight table tr:hover {
    color: inherit;
    background: transparent; }
  figure.highlight table {
    width: auto; }
  figure.highlight pre {
    padding: 0;
    overflow: visible; }
    figure.highlight pre .line {
      line-height: 1.5rem; }
  figure.highlight figcaption,
  figure.highlight .gutter {
    background: rgba(200, 200, 200, 0.15); }
  figure.highlight figcaption {
    padding: .3em .75em;
    text-align: left;
    font-style: normal;
    font-size: .8rem; }
    figure.highlight figcaption span {
      font-weight: 500;
      font-family: "Source Code Pro", monospace, "Microsoft YaHei"; }
    figure.highlight figcaption a {
      float: right;
      color: #9a9a9a; }
  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; }

.pagination {
  margin: 0 -1em; }
  .pagination .pagination-previous,
  .pagination .pagination-next,
  .pagination .pagination-link {
    border: 1px solid transparent; }
    .pagination .pagination-previous:active,
    .pagination .pagination-next:active,
    .pagination .pagination-link:active {
      box-shadow: none; }
  .pagination .pagination-link:hover {
    border-color: black; }
  .pagination .pagination-link.is-current {
    background-color: black; }
  .pagination .pagination-previous a,
  .pagination .pagination-next a {
    position: relative;
    color: inherit; }
  .pagination .pagination-previous a {
    padding-left: 1rem; }
    .pagination .pagination-previous a:before {
      top: 0;
      left: 0;
      content: '<';
      position: absolute; }
  .pagination .pagination-next a {
    padding-right: 1rem; }
    .pagination .pagination-next a:after {
      top: 0;
      right: 0;
      content: '>';
      position: absolute; }

.section-heading {
  padding-bottom: 0; }
  .section-heading h5 {
    margin-bottom: 0;
    text-transform: uppercase; }
    .section-heading h5 > svg {
      margin-right: 0.5rem; }
  .section-heading + .section {
    padding-top: 2rem; }

.gallery-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  max-width: 100%; }
  .gallery-item:hover .caption {
    display: initial; }
  .gallery-item .caption {
    display: none;
    position: absolute;
    opacity: .7;
    bottom: 0;
    padding: 5px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-family: inherit !important;
    line-height: 1.5; }

.gt-container .gt-btn {
  border: 1px solid #016b61 !important; }

.gt-container .gt-header-controls-tip,
.gt-container .gt-btn-preview,
.gt-container .gt-link-counts,
.gt-container .gt-link-project {
  color: #016b61 !important; }
  .gt-container .gt-header-controls-tip:hover,
  .gt-container .gt-btn-preview:hover,
  .gt-container .gt-link-counts:hover,
  .gt-container .gt-link-project:hover {
    color: #016b61 !important; }

.gt-container a,
.gt-container .gt-link {
  border-bottom: 1px dotted #016b61 !important; }

.gt-container a {
  color: #016b61 !important; }

.gt-container .gt-btn-login {
  margin-top: 15px;
  background-color: #016b61 !important; }

.gt-container .gt-btn-public {
  background-color: #016b61 !important; }

.gt-container .gt-svg svg {
  fill: #016b61 !important; }

.gt-container .gt-comment-admin .gt-comment-content {
  background: #ecf3f2 !important; }

.gt-container .gt-avatar img {
  border-radius: 50% !important; }

.content h1 {
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  padding-left: .75em;
  border-left: 5px solid #016b61; }

.content h2 {
  font-size: 1.6em;
  font-weight: 600; }

.content h3 {
  font-size: 1.4em;
  font-weight: 600; }

.content h4 {
  font-size: 1.15em;
  font-weight: 600; }

.hljs-comment, .hljs-quote {
  color: #ffffff; }

.hljs .clipboard-btn {
  color: #ffffff !important;
  border: 1px solid #f1f1f1 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  cursor: pointer !important; }
  .hljs .clipboard-btn:hover {
    border-color: #018478 !important;
    background: #018478 !important; }

.hljs > .clipboard-btn {
  right: 12px !important;
  top: 12px !important; }

.about {
  background: #c8e1de;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 25px; }
  @media screen and (min-width: 576px) {
    .about {
      flex-wrap: nowrap;
      padding: 50px 40px; } }
  .about__avatar {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 20px; }
    @media screen and (min-width: 576px) {
      .about__avatar {
        margin-bottom: 0;
        margin-right: 20px; } }
    .about__avatar img {
      border-radius: 50%;
      width: 75%;
      min-width: 120px;
      max-width: 250px; }
      @media screen and (min-width: 576px) {
        .about__avatar img {
          max-width: 160px; } }

.ins-section-container {
  position: relative;
  background: #f7f7f7; }

.ins-section {
  font-size: 14px;
  line-height: 16px; }

.ins-section .ins-section-header,
.ins-section .ins-search-item {
  padding: 8px 15px; }

.ins-section .ins-section-header {
  color: #9a9a9a;
  border-bottom: 1px solid #e2e2e2; }

.ins-section .ins-slug {
  margin-left: 5px;
  color: #9a9a9a; }

.ins-section .ins-slug:before {
  content: '('; }

.ins-section .ins-slug:after {
  content: ')'; }

.ins-section .ins-search-item header,
.ins-section .ins-search-item .ins-search-preview {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ins-section .ins-search-item header .ins-title {
  margin-left: 8px; }

.ins-section .ins-search-item .ins-search-preview {
  height: 15px;
  font-size: 12px;
  color: #9a9a9a;
  margin: 5px 0 0 20px; }

.ins-section .ins-search-item:hover,
.ins-section .ins-search-item.active {
  color: #ffffff;
  background: #3273dc; }

.ins-section .ins-search-item:hover .ins-slug,
.ins-section .ins-search-item.active .ins-slug,
.ins-section .ins-search-item:hover .ins-search-preview,
.ins-section .ins-search-item.active .ins-search-preview {
  color: #ffffff; }
