@charset "UTF-8";
/**
 * Reset some basic elements
 */
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ol,
p,
pre,
ul {
  margin: 0;
  padding: 0;
}

p,
ul {
  clear: both;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
  color: rgb(230, 237, 243);
  background-color: rgb(13, 17, 23);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ol,
ul {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #fb941f;
  text-decoration: none;
}
a:visited {
  color: #fb941f;
}
a:hover {
  color: #fb941f;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: rgb(150, 157, 163);
  border-left: 4px solid rgb(150, 157, 163);
  padding-left: 15px;
  font-size: 12px;
  letter-spacing: -1px;
  margin-top: 15px;
  margin-bottom: 15px;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
code,
pre {
  font-size: 15px;
  border: 0;
  padding: 8px 14px;
  border-radius: 15px;
  font-family: "SF Mono", SFMono-Regular, ui-monospace, Menlo, monospace;
}

code {
  padding: 1px 5px;
}

p > code {
  color: #ddb784;
}

pre {
  padding: 8px 14px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(1110px - (30px * 2));
  max-width: calc(1110px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(1110px - (30px));
    max-width: calc(1110px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1240px) {
  .wrapper {
    max-width: -webkit-calc(1387.5px - (30px));
    max-width: calc(1387.5px - (30px));
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: rgb(33, 38, 45);
}

table {
  width: 100%;
  background-color: rgb(36, 41, 47);
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 16px;
}

td,
th {
  padding: 6px 13px;
  border: 1px solid rgb(36, 41, 47);
  vertical-align: top;
  background-color: rgb(13, 17, 23);
}

th {
  font-weight: bold;
}

tr:nth-child(even) td {
  background-color: #161a1e;
}

/**
 * More
 */
.none {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden,
.hide {
  visibility: hidden;
}

/**
     * animation
     */
@keyframes placeholder-shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes placeholder-shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/**
 * Site header
 */
.site-header {
  background-color: rgb(36, 41, 47);
  min-height: 56px;
  position: relative;
}

.site-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(230, 237, 243);
}
.site-title:hover {
  color: rgb(230, 237, 243);
  text-decoration: none;
}

.site-nav {
  float: right;
  line-height: 56px;
  z-index: 99;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: rgb(230, 237, 243);
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
.site-nav .page-link:hover {
  color: rgb(150, 157, 163);
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: rgb(13, 17, 23);
    border: 1px solid #2c323c;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    width: 18px;
    height: 15px;
  }
  .site-nav .menu-icon > svg path {
    fill: #2c323c;
  }
  .site-nav .trigger {
    clear: both;
    display: none;
    transition: 2s all;
  }
  .site-nav:hover .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    padding: 5px 10px;
    margin-left: 20px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  -background-color: #040507;
  padding: 30px 0 90px;
}

.site-footer > .wrapper {
  border-top: rgb(36, 41, 47) solid 1px;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: rgb(150, 157, 163);
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}
.post-header img {
  width: 100%;
  opacity: 0.75;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content hr {
  border: 0;
  border-bottom: rgb(33, 38, 45) solid 1px;
}
.post-content h1 {
  font-size: 32px;
  font-weight: bolder;
  border-bottom: rgb(33, 38, 45) solid 1px;
  clear: both;
}
@media screen and (max-width: 800px) {
  .post-content h1 {
    font-size: 28px;
  }
}
.post-content h2 {
  font-size: 24px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 24px;
  }
}
.post-content h3 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 20px;
  }
}
.post-content h4 {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 16px;
  }
}
.post-content h5 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .post-content h5 {
    font-size: 14px;
    font-weight: bold;
  }
}

.post-category {
  float: left;
  border-radius: 100%;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 4px 4px 4px 0;
  background-color: #985203;
}
.post-category::after {
  content: "📱";
  font-size: 12px;
  line-height: 32px;
  color: #fcb86a;
  text-align: center;
  width: 32px;
  display: block;
  zoom: 0.75;
}

.post-category-movie::after {
  content: "🎬";
  letter-spacing: -0.15em;
}

.post-category-game::after {
  content: "🎮";
}

.post-category-holiday::after {
  content: "🎉";
}

.post-category-scenes::after {
  content: "🌄";
}

.post-category-pets::after {
  content: "🐾";
}

.post-category-city::after {
  content: "🏙";
}

.blog-list,
.post-list {
  margin-left: 0;
  list-style: none;
}
.blog-list > li,
.post-list > li {
  display: block;
  margin-bottom: 15px;
  height: 400px;
}
.blog-list > li .post-list-link,
.post-list > li .post-list-link {
  display: block;
  background-color: rgb(36, 41, 47);
  font-size: 20px;
  color: rgb(230, 237, 243);
  height: 400px;
}
.blog-list > li .post-list-link:visited,
.post-list > li .post-list-link:visited {
  color: rgb(230, 237, 243);
}
.blog-list > li .post-list-link:hover,
.post-list > li .post-list-link:hover {
  color: rgb(230, 237, 243);
  text-decoration: none;
}
.blog-list > li .post-list-link:active,
.post-list > li .post-list-link:active {
  color: rgb(230, 237, 243);
  text-decoration: none;
}
.blog-list > li div.post-list-show-image,
.post-list > li div.post-list-show-image {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  margin-bottom: 7.5px;
}
.blog-list > li div.post-list-show-image-image,
.post-list > li div.post-list-show-image-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  transition: 0.5s all;
  opacity: 0;
}
.blog-list > li div.post-list-show-image::before,
.post-list > li div.post-list-show-image::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  margin-bottom: 7.5px;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  background-size: 50px 50px;
  animation: placeholder-shine 5s infinite linear;
  -webkit-animation: placeholder-shine 5s infinite linear;
}
.blog-list > li div.post-list-show-no-image,
.post-list > li div.post-list-show-no-image {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 7.5px;
}
.blog-list > li div.post-list-title,
.post-list > li div.post-list-title {
  color: rgb(230, 237, 243);
  font-size: 19.2px;
  margin: 0 7.5px 7.5px;
}
.blog-list > li div.post-list-description,
.post-list > li div.post-list-description {
  font-size: 14px;
  color: rgb(150, 157, 163);
  margin: 0 7.5px 7.5px;
}
.blog-list > li div.post-list-info,
.post-list > li div.post-list-info {
  display: none;
  height: 36px;
  margin-left: 7.5px;
}
.blog-list > li div.post-list-info span.post-meta,
.post-list > li div.post-list-info span.post-meta {
  font-size: 14px;
  color: rgb(150, 157, 163);
  line-height: 32px;
}

@media screen and (min-width: 480px) {
  .post-list {
    margin-left: 0.5%;
  }
  .post-list > li {
    margin-bottom: 30px;
    position: relative;
    width: 50%;
    height: 400px;
    float: left;
  }
  .post-list > li .post-list-link {
    display: block;
    height: 400px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .post-list > li div.post-list-info {
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-left: 7.5px;
  }
}
@media screen and (min-width: 1240px) {
  .post-list {
    margin-left: 0.5%;
  }
  .post-list > li {
    margin-bottom: 30px;
    position: relative;
    width: 25%;
    height: 400px;
    float: left;
  }
  .post-list > li .post-list-link {
    display: block;
    height: 400px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .post-list > li div.post-list-info {
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-left: 7.5px;
  }
}
@media screen and (min-width: 600px) {
  .page-content:before {
    content: "";
    width: 100%;
    height: 360px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 57px;
    background-position: center;
    z-index: -2;
  }
  .page-content:after {
    content: "";
    width: 100%;
    height: 360px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
    display: none;
    position: absolute;
    left: 0;
    top: 57px;
    background-position: center;
    z-index: -1;
  }
  .post-header {
    height: 220px;
  }
  .post-header h1 {
    margin-top: 110px;
    margin-bottom: 50px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    font-size: 55px;
    color: #fff;
  }
  .post-header img {
    display: none;
  }
}
a.link-button {
  display: block;
  float: left;
  margin: 5px;
  width: 100px;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fb941f;
  border-radius: 16px;
  text-align: center;
  color: #fb941f;
}
a.link-button:hover {
  background: #fb941f;
  color: #fff;
  text-decoration: none;
}

.language-text pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.language-text > div > pre {
  background-color: #040507;
  border: 1px solid rgb(36, 41, 47);
}

.language-tips pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

.language-tips > div > pre {
  background-color: rgb(36, 41, 47);
  border: 1px solid #040507;
}

img[alt=appicon] {
  width: 128px;
  margin: 4px;
  border-radius: 20%;
}

img[alt*=download] {
  height: 40px;
  margin: 4px;
}

img[alt=minibedge] {
  height: 80px;
  margin: 4px;
}

img[alt=ins] {
  width: 33%;
  margin-bottom: 4px;
}

img[alt=insrev] {
  width: 33%;
  margin-bottom: 4px;
}

@media screen and (max-width: 600px) {
  a[title=nav] {
    font-size: 0;
  }
  a[title=nav]::after {
    content: "访问";
    font-size: 14px;
    padding: 4px;
    border-radius: 16px;
    border: 1px solid #fb941f;
    display: block;
    width: 36px;
    height: 20px;
    float: right;
    text-align: center;
    line-height: 20px;
  }
  td {
    border-left: none;
  }
  img[alt=appicon] {
    width: 128px;
    margin: 4px;
  }
  img[alt=ins] {
    width: 100%;
  }
  img[alt=insrev] {
    width: 100%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}
h1#全部应用 + ul,
h1#全部项目 + ul {
  margin-left: 0;
}
h1#全部应用 + ul > li,
h1#全部项目 + ul > li {
  list-style-type: none;
  float: left;
  text-align: center;
}
h1#全部应用 + ul > li > a,
h1#全部项目 + ul > li > a {
  margin: 0 7.5px;
}
h1#全部应用 + ul > li > a img,
h1#全部项目 + ul > li > a img {
  width: 128px;
}

@media screen and (max-width: 600px) {
  h1#全部应用 + ul,
  h1#全部项目 + ul {
    margin-left: 0;
  }
  h1#全部应用 + ul > li,
  h1#全部项目 + ul > li {
    width: 31%;
    padding: 1%;
  }
  h1#全部应用 + ul > li > a,
  h1#全部项目 + ul > li > a {
    margin: 0;
  }
}
h2#screen + p,
h2#screenshots + p,
h2#应用截图 + p {
  display: flex;
  overflow: auto;
  width: 100%;
  height: 480px;
  flex-wrap: nowrap;
}
h2#screen + p > img,
h2#screenshots + p > img,
h2#应用截图 + p > img {
  margin: 0 7.5px;
  border-radius: 7.5px;
  display: table;
  float: left;
  height: 480px;
  max-width: inherit;
}

@media screen and (max-width: 600px) {
  h2#screen + p,
  h2#screenshots + p,
  h2#应用截图 + p,
  h2#项目截图 + p {
    height: 360px;
  }
  h2#screen + p > img,
  h2#screenshots + p > img,
  h2#应用截图 + p > img,
  h2#项目截图 + p > img {
    margin: 0 7.5px;
    border-radius: 7.5px;
    height: 360px;
  }
}
.blog-list > li {
  background-size: cover;
  background-position: center;
}

.blog-list > li a.post-list-link {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 50px 20px;
}

@media screen and (max-width: 600px) {
  .blog-list > li a.post-list-link {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px;
  }
}
.pagination a,
.pagination em {
  padding: 10px;
}

ul.post-tags-list,
ul.site-tags-list {
  list-style-type: none;
}

ul.post-tags-list li,
ul.site-tags-list li {
  display: inline;
  margin-right: 10px;
  line-height: 250%;
}

ul.post-tags-list li a,
ul.site-tags-list li a {
  padding: 5px 10px;
  background-color: #fb941f;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
}
ul.post-tags-list li a:hover,
ul.site-tags-list li a:hover {
  background-color: #e37b04;
}

.page-content-preview-image {
  margin: 0 auto;
  text-align: center;
}

.page-content-preview-image img {
  border: 5px solid white;
}

.page-content-preview-video {
  margin: 0 auto;
  text-align: center;
}

.page-content-preview-video video {
  width: 375px;
  margin: 0 auto;
  border: 5px solid white;
}

@media screen and (max-width: 600px) {
  .page-content-preview-video video {
    width: 90%;
    margin: 0 auto;
    border: 5px solid white;
  }
}
.page-content-buttons {
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

.page-content-buttons a {
  display: inline-block;
  padding: 7.5px 15px;
  background-color: #fb941f;
  color: white;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  margin: 7.5px;
}

.pagination {
  clear: both;
}

.app-list {
  margin: 0 0 40px 0;
  list-style: none;
}
.app-list > li {
  display: block;
  height: 128px;
  margin-bottom: 15px;
}
.app-list > li .post-list-link {
  display: contents;
  height: 128px;
  background-color: rgb(36, 41, 47);
  font-size: 20px;
  color: rgb(230, 237, 243);
}
.app-list > li .post-list-link:visited {
  color: rgb(230, 237, 243);
}
.app-list > li .post-list-link:hover {
  color: rgb(230, 237, 243);
  text-decoration: none;
}
.app-list > li .post-list-link:active {
  color: rgb(230, 237, 243);
  text-decoration: none;
}
.app-list > li div.post-list-show-image {
  display: block;
  float: left;
  width: 128px;
  height: 128px;
  background-position: center;
  background-size: cover;
  margin: 0 7.5px 0 0;
}
.app-list > li div.post-list-show-image-image {
  position: absolute;
  display: block;
  width: 128px;
  height: 128px;
  background-position: center;
  background-size: cover;
  transition: 0.5s all;
  opacity: 0;
  border-radius: 24px;
  transform: scale(0.9);
  box-shadow: 0 0 5px #999;
}
.app-list > li div.post-list-show-image::before {
  display: none;
}
.app-list > li div.post-list-title {
  color: rgb(230, 237, 243);
  font-size: 19.2px;
  margin: 0 7.5px;
  padding-top: 7.5px;
}
.app-list > li div.post-list-description {
  font-size: 14px;
  color: rgb(150, 157, 163);
  margin: 0 7.5px;
}
.app-list > li div.post-list-info {
  height: 36px;
  margin-left: 7.5px;
}
.app-list > li div.post-list-info span.post-meta {
  font-size: 14px;
  color: rgb(150, 157, 163);
  line-height: 32px;
}

@media screen and (min-width: 1240px) {
  .app-list {
    margin-left: 0.5%;
  }
  .app-list > li {
    margin-bottom: 30px;
    position: relative;
    width: 33%;
    height: 128px;
    float: left;
  }
  .app-list > li .post-list-link {
    display: contents;
    height: 128px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .app-list > li div.post-list-info {
    position: absolute;
    width: 80%;
    bottom: 0;
    margin-left: 7.5px;
  }
}
.app-update-list {
  margin-left: 0;
  list-style: none;
}
.app-update-list > li {
  display: block;
  margin-bottom: 0;
  position: relative;
}
.app-update-list > li div.post-list-title {
  position: relative;
  left: 0;
  color: rgb(230, 237, 243);
  font-size: 19.2px;
  margin: 0 7.5px 0 137.5px;
  padding-top: 7.5px;
  border-left: 1px solid #985203;
  padding-left: 18px;
}
.app-update-list > li div.post-list-title .post-list-version {
  padding: 4px 8px;
  margin: 4px;
  height: 20px;
  width: 80px;
  line-height: 20px;
  font-size: 9.6px;
  border-radius: 10px;
  text-align: center;
  color: rgb(230, 237, 243);
  background-color: #985203;
}
.app-update-list > li div.post-list-description {
  position: relative;
  left: 0;
  font-size: 14px;
  color: rgb(150, 157, 163);
  margin: 0 7.5px 0 137.5px;
  border-left: 1px solid #985203;
  padding-left: 18px;
  padding-top: 7.5px;
  padding-bottom: 15px;
}
.app-update-list > li div.post-list-description ol {
  margin: 0;
}
.app-update-list > li div.post-list-description ol li {
  margin-left: 16px;
}
.app-update-list > li div.post-list-info {
  position: absolute;
  left: 0;
  top: 6px;
  width: 144px;
  margin-left: 7.5px;
}
.app-update-list > li div.post-list-info span.post-category {
  float: right;
  margin: 4px 2px 4px 0;
}
.app-update-list > li div.post-list-info span.post-meta {
  font-size: 14px;
  color: rgb(150, 157, 163);
  line-height: 32px;
  position: relative;
  float: right;
  padding-right: 6px;
}
.app-update-list > li div.post-list-start {
  position: absolute;
  top: 0;
  left: 132px;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  background-color: #985203;
}

@media screen and (min-width: 1240px) {
  .app-update-list {
    margin-left: 0.5%;
  }
  .app-update-list > li div.post-list-title {
    width: 440px;
    left: 0;
    margin: 0 7.5px 0 231.5px;
    padding-left: 24px;
  }
  .app-update-list > li div.post-list-description {
    left: 0;
    margin: 0 7.5px 0 231.5px;
    padding-left: 24px;
  }
  .app-update-list > li div.post-list-info {
    width: 240px;
  }
  .app-update-list > li div.post-list-info span.post-meta {
    padding-right: 12px;
  }
  .app-update-list > li div.post-list-start {
    left: 226px;
  }
}
/**
 * Post Contents
 */
.toc-mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .toc {
    display: none;
  }
  .toc-mobile {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .toc {
    display: none;
  }
  .toc-mobile {
    display: block;
  }
}
.toc {
  border-top: 1px solid #3a424c;
  border-bottom: 1px solid #3a424c;
  background: rgb(36, 41, 47);
  margin-bottom: 15px;
  overflow-x: auto;
  border-radius: 4px 4px 0 0;
}
.toc .title {
  font-size: 16px;
  font-weight: bolder;
  margin: 0;
  padding: 15px;
  width: auto;
  border-bottom: 1px solid #3a424c;
}
.toc .content ul {
  list-style: none;
}
.toc .content ul li {
  line-height: 1.5;
}
.toc .content ul li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.toc-sticky {
  width: 240px;
  float: left;
  position: sticky;
  top: 8px;
  max-height: 640px;
  overflow: auto;
}

.post-content-toc-stick {
  padding-left: 266px;
}

.toc-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  overflow-x: auto;
}
.toc-mobile .title {
  position: fixed;
  width: 100%;
  height: 56px;
  line-height: 56px;
  bottom: 0;
  left: 0;
  font-size: 16px;
  font-weight: bolder;
  border-top: 1px solid #3a424c;
  background: rgb(36, 41, 47);
  padding-left: 15px;
  margin: 0;
}
.toc-mobile .content {
  display: none;
  position: fixed;
  width: 100%;
  height: 480px;
  bottom: 57px;
  left: 0;
  border-top: 1px solid #3a424c;
  background: rgb(36, 41, 47);
  overflow-x: auto;
  overflow-y: auto;
  padding: 15px 0;
}
.toc-mobile .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.toc-mobile .content ul li a {
  padding: 0.5em;
  line-height: 1.75;
  display: block;
  padding-left: 1em;
}
.toc-mobile .content ul li ul li {
  padding-left: 1em;
}
.toc-mobile .content ul li ul li a {
  border-left: 1px solid #3a424c;
  padding-left: 1em;
}

@media screen and (max-width: 800px) {
  .post-content-toc-stick {
    padding-left: 0;
  }
}
.highlight table td {
  padding: 5px;
}

.highlight table pre {
  margin: 0;
}

.highlight, .highlight .w {
  color: #93a1a1;
  background-color: #002b36;
  background-color: rgb(36, 41, 47);
}

.highlight .err {
  color: #002b36;
  background-color: #dc322f;
}

.highlight .c, .highlight .ch, .highlight .cd, .highlight .cm, .highlight .cpf, .highlight .c1, .highlight .cs {
  color: #657b83;
}

.highlight .cp {
  color: #b58900;
}

.highlight .nt {
  color: #b58900;
}

.highlight .o, .highlight .ow {
  color: #93a1a1;
}

.highlight .p, .highlight .pi {
  color: #93a1a1;
}

.highlight .gi {
  color: #859900;
}

.highlight .gd {
  color: #dc322f;
}

.highlight .gh {
  color: #268bd2;
  background-color: #002b36;
  font-weight: bold;
}

.highlight .k, .highlight .kn, .highlight .kp, .highlight .kr, .highlight .kv {
  color: #6c71c4;
}

.highlight .kc {
  color: #cb4b16;
}

.highlight .kt {
  color: #cb4b16;
}

.highlight .kd {
  color: #cb4b16;
}

.highlight .s, .highlight .sb, .highlight .sc, .highlight .dl, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .s1 {
  color: #859900;
}

.highlight .sa {
  color: #6c71c4;
}

.highlight .sr {
  color: #2aa198;
}

.highlight .si {
  color: #d33682;
}

.highlight .se {
  color: #d33682;
}

.highlight .nn {
  color: #b58900;
}

.highlight .nc {
  color: #b58900;
}

.highlight .no {
  color: #b58900;
}

.highlight .na {
  color: #268bd2;
}

.highlight .m, .highlight .mb, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mx {
  color: #859900;
}

.highlight .ss {
  color: #859900;
}

.highlight table {
  margin: 5px 0;
  border: 0;
  background: linear-gradient(#2f363d 50%, rgb(36, 41, 47) 50%);
  background-size: 100% 48px;
}

.highlight table th {
  padding: 0 5px;
  border: 0;
  background-color: transparent !important;
}

.highlight table td {
  padding: 0 5px;
  border: 0;
  background-color: transparent !important;
}

.highlight table td.gl {
  width: 0;
  text-align: right;
  border-right: 1px solid #3a424c;
}

.highlight table pre {
  padding: 0;
  margin: 0;
  border: 0;
  padding-right: 2px;
  line-height: 24px;
}

div.highlight, figure.highlight {
  background-color: transparent !important;
}

pre.highlight, pre.highlight .w {
  color: #93a1a1;
}

figure.highlight > pre {
  color: #93a1a1;
  background-color: rgb(36, 41, 47);
}

/*# sourceMappingURL=main.css.map */