html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-size: 20px;
}
body {
  overflow-x: none;
  margin: 0 auto;
  width: 100%;
  background-color: #faf9f7 !important;
  color: #3e3e3e;
  word-spacing: 0;
  letter-spacing: 0;
  font-size: 16px;
  font-family: Helvetica, Tahoma, Arial, "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
  text-rendering: optimizeLegibility;
  line-height: 2.1;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  border-bottom: 1px #ddd;
  color: #888;
  opacity: 1;
  transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
}
a:active,
a:hover {
  color: #e42b2b;
  text-decoration: none !important;
}
code {
  word-wrap: break-word;
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 2px;
  color: #e96900;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.weaklink a {
  margin: 0;
  border: none !important;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}
.weaklink a:active,
.weaklink a:hover {
  color: #333 !important;
  text-decoration: none !important;
}
.sm_margin {
  margin: -20px 0 -15px !important;
}
.warn {
  overflow: hidden;
  margin: 10px 0;
  padding: 15px 15px 15px 35px;
  border: 1px solid #eac946;
  background: #fff4b9 -1px -1px no-repeat;
  color: #ad9948;
  font-size: 14px;
}
.header {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  background-size: cover;
  -webkit-background-size: cover;
}
.header .logo_title {
  text-align: left;
}
.header .logo_title .title img {
  float: left;
  margin: 0.7em 0.5em 0 0;
  width: 30px;
  transition: all ease 0.4s;
}
.header .logo_title .title img:hover {
  position: relative;
  -webkit-transform: translateY(-0.75em);
  -moz-transform: translateY(-0.75em);
  -ms-transform: translateY(-0.75em);
  -o-transform: translateY(-0.75em);
  transform: translateY(-0.75em);
}
.header .logo_title .title h1 {
  float: left;
  color: #333;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 23px;
  line-height: 1;
}
.header .logo_title .title a {
  text-decoration: none;
}
.header .logo_title .title .navbar .normal_nav {
  float: right;
  line-height: 1;
}
.header .logo_title .title .navbar .normal_nav a {
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.header .logo_title .title .navbar .normal_nav a:active,
.header .logo_title .title .navbar .normal_nav a:hover {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.header .logo_title .title .navbar .normal_nav ul {
  list-style-type: none;
  padding-inline-start: 0;
  padding-right: 1.3em;
  float: left;
}
.header .logo_title .title .navbar .normal_nav li {
  display: inline;
  margin-right: 1.5em;
}
.header .logo_title .title .navbar .normal_nav li:last-of-type {
  display: inline;
  margin-right: 0;
}
.header .logo_title .title .navbar .hamberger {
  float: right;
  display: none;
  color: #888;
  font-size: 22px;
  cursor: pointer;
}
.header .hidden_nav {
  margin: 4.5em auto 0em;
  padding: 0.5em;
  background-color: #fff !important;
  box-shadow: 0 10px 20px 0 hsla(0, 0%, 93%, 0.86);
  line-height: 1;
  text-align: center;
}
.header .hidden_nav a {
  border: 0;
  color: #666;
  font-weight: 400;
  font-size: 14px;
}
.header .hidden_nav a:active,
.header .hidden_nav a:hover {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}
.header .hidden_nav ul {
  padding-left: 1.6em;
  list-style-type: none;
}
.header .hidden_nav li {
  display: inline;
  margin-right: 1.2em;
}
.main {
  overflow: visible;
  width: 100%;
}
.main-inner {
  margin: 3.3em auto 0;
  padding: 3.3em 0 2.7em;
  max-width: 80pc;
  background: #fff !important;
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19) !important;
  border-radius: 10px;
}
.main-inner .content {
  margin: 0 auto;
  padding: 0 3.3em;
  height: auto;
}
.featureImg {
  border: 3px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  padding-top: 32px;
}
.post {
  margin-top: 50px;
  background-color: #fff !important;
}
.post .post_title h2 {
  padding-bottom: 5px;
  color: #000;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 1.3;
}
.post .post_title a {
  color: #000;
  text-decoration: none;
  letter-spacing: 1px;
  opacity: 1;
}
.post .post_footer {
  padding: 0 0 45px;
  border-bottom: 1px solid #f2f2f2;
}
.post .post_footer .info {
  margin-top: 10px;
  height: 25px;
  max-width: 100%;
  color: #000;
  font-size: 9pt;
}
.post .post_footer .info .context,
.post .post_footer .info .date_info,
.post .post_footer .info .tags_info {
  margin-right: 15px;
}
.post .post_footer .info .mobile {
  display: none;
  margin-right: 15px;
}
.post .post_footer .info .tag {
  margin-right: 4px;
}
.post .post_footer .info a {
  color: #000;
  text-decoration: none;
}
.post .post_footer .info i {
  margin-right: 3px;
}
.post .post_details {
  margin-top: 10px;
  margin-right: 9pt;
  padding: 0 0 20px;
  height: 25px;
  max-width: 100%;
  color: #000;
  font-size: 9pt;
}
.post .post_details a {
  color: #000;
  text-decoration: none;
}
.post .post_details i {
  margin-right: 3px;
}
.footer {
  margin: 0 auto;
  padding-top: 3em;
  max-width: 700px;
  text-align: center;
}
.footer .site_footer {
  margin-top: 0 !important;
  border-top: 0;
}
.copypost {
  color: #ccc;
  font-size: 12px;
  text-align: center;
}
.footer .copyright {
  padding: 3.5em 0 0.5em;
  color: #a1a1a1;
}
.footer .copyright div span {
  color: #e1e1e1;
}
.footer .copyright div a:active,
.footer .copyright div a:hover {
  border: 0;
  color: #333;
  text-decoration: none;
}
.footer .mysocials {
  padding: 0;
  list-style: none;
  text-align: center;
}
.footer .mysocials a {
  border: none !important;
  color: #ccc !important;
  font-size: 1.4em !important;
}
.footer .mysocials a:active,
.footer .mysocials a:hover {
  border: none !important;
  color: #333 !important;
  text-decoration: none !important;
}
.tags-container .tag {
  display: inline-block;
  margin: 0 8px 8px 0;
  padding: 4px 15px;
  border-radius: 5px;
  background: #d1dbe0;
}
.list_with_title {
  margin: 0;
  padding: 0;
  color: #666;
}
.list_with_title li {
  padding: 0;
  list-style-type: none;
}
.list_with_title .listing_title {
  margin-bottom: 5px;
  padding-top: 10px;
  color: #444;
  font-weight: 700;
  font-size: 2em;
  line-height: 2.2em;
}
.list_with_title .listing {
  margin: 0 0 25px;
  padding: 0;
}
.list_with_title .listing .listing_post {
  padding-bottom: 10px;
  font-size: 1em;
}
.list_with_title .listing .listing_post .post_date {
  float: right;
  color: #c5c5c5;
}
.list_with_title .listing .listing_post a {
  border: 0;
  color: #666;
}
.list_with_title .listing .listing_post a:hover {
  color: #e42b2b;
}
.four_o_four {
  margin-bottom: 15px;
}
.four_o_four h2 {
  color: #444;
  font-size: 2em;
}
.four_o_four p {
  margin-bottom: 30px;
  line-height: 2.4em;
}
.four_o_four span {
  color: #333;
  letter-spacing: 4px;
}
.about h2 {
  margin-top: 2em;
  margin-bottom: 5px;
  color: #444;
  font-size: 2em;
}
.about h2:first-of-type {
  margin-top: 1.2em;
}
.about p {
  margin-bottom: -0.8em;
  font-size: 1em;
}
.about p:last-of-type {
  margin-bottom: 60px;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .toc-container {
    display: none;
  }
  .katex {
    display: block !important;
  }
  .post_date {
    float: none !important;
  }
  .navbar .normal_nav {
    display: none;
  }
  .navbar .hamberger {
    display: block !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 800px) {
  .header {
    padding: 4em 0 3em;
  }
  .header,
  .main-inner {
    max-width: 100%;
  }
  .content {
    padding: 0 2.5em !important;
  }
  .post {
    margin-top: 35px;
  }
  .sm_margin {
    margin: 0;
  }
  .navbar li {
    margin-right: 1.4em !important;
  }
  .footer .copyright {
    padding: 3em 0 0.5em;
  }
}
@media screen and (max-width: 499px) {
  .header {
    padding: 2em 0;
  }
  .header,
  .main-inner {
    max-width: 100%;
  }
  .content {
    padding: 0 2.5em !important;
  }
  .post {
    margin-top: 35px;
  }
  .sm_margin {
    margin: 0;
  }
  .navbar li {
    margin-right: 1.4em !important;
  }
  .footer .copyright {
    padding: 3em 0 0.5em;
  }
}
@media screen and (max-width: 390px) {
  .main-inner {
    padding: 2em 0 1.5em;
    max-width: 100%;
  }
  .post {
    margin-top: 35px;
  }
  .sm_margin {
    margin: 0;
  }
  .content {
    padding: 0 1.6em !important;
  }
  .footer {
    padding-top: 1.5em;
  }
  .footer .copyright {
    padding: 1.5em 0 0.2em;
  }
  .info .context {
    display: none;
  }
  .info .mobile {
    display: inline !important;
  }
}
@media screen and (max-width: 320px) {
  .navbar li {
    margin-right: 0.5em !important;
  }
}
.animated {
  animation-fill-mode: both;
}
.animated,
.animated.hinge {
  animation-duration: 1s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
.plain_content .p_part {
  margin: 1em 0 2.5em;
}
.paginator {
  padding: 25px 0;
}
.paginator .paginator_container {
  margin: 0;
  padding: 0;
  height: 13px;
}
.paginator a {
  color: #888;
  font-size: 13px;
  border: 0;
}
.paginator a:hover,
.paginator a:active {
  color: #333;
  text-decoration: none;
}
.paginator .pre {
  float: left;
}
.paginator .next {
  float: right;
}
.md_block {
  font-size: 1pc;
  word-wrap: break-word;
  flex-shrink: 0;
  width: 100%;
}
.katex {
  overflow-x: auto;
  overflow-y: hidden;
}
.md_block p {
  margin: 1.5em 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.md_block h2,
.md_block h3 {
  margin: 1.5em 0;
  font-weight: 700;
}
.md_block h2 {
  margin: 15px -25px;
  padding: 0 25px;
  line-height: 35px;
}
.md_block h2::before {
  content: "#";
  margin-right: 5px;
  color: #2d96bd;
}
.md_block h3 {
  margin: 15px -25px;
  padding: 0 25px;
  line-height: 30px;
}
.md_block h3::before {
  content: "#";
  margin-right: 5px;
  color: #83af9b;
}
.md_block img {
  display: block;
  margin: 0 auto;
  padding: 4px 0;
  height: auto;
  max-width: 100%;
  border: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  background-size: cover;
  background-position: center top;
  transition: transform 0.5s;
}
.md_block li {
  margin-bottom: 0.5em;
  margin-left: 3px;
}
.md_block a {
  margin: 0;
  color: #1e6bb8;
  text-decoration: none;
  overflow-wrap: break-word;
}
.md_block a,
.md_block hr {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.md_block hr {
  margin: 1.5rem 0;
  height: 1px;
  border-top: 1px dashed #a5a5a5;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  border-image: initial;
  color: inherit;
}
.md_block blockquote {
  margin-bottom: 7px;
  padding: 2em 25px 2em 30px;
  position: relative;
  color: #819198;
  font-size: 0.9em;
}
.md_block blockquote:before {
  content: open-quote;
  font-size: 3em;
  position: absolute;
  left: 0;
  top: 0;
}
.md_block blockquote:after {
  content: close-quote;
  font-size: 3em;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.md_block pre {
  border-radius: 2px;
  font-size: inherit;
  font-family: Consolas, Inconsolata, Courier, monospace;
  line-height: inherit;
}
.md_block table {
  box-sizing: border-box;
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  line-height: 1.7;
  border-spacing: 0;
  word-break: normal;
}
.md_block tbody {
  border: 0;
}
.md_block table tr {
  border: 0;
  border-top: 1px solid #ccc;
  background-color: #fff !important;
}
.md_block table tr:nth-child(2n) {
  background-color: #f8f8f8 !important;
}
.md_block table tr td,
.md_block table tr th {
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 1em;
}
.md_block table tr th {
  background-color: #f0f0f0 !important;
  font-weight: 700;
}
.md_block strong {
  font-weight: 700;
}
.md_block del,
.md_block em {
  font-style: italic;
}
.md_block strong em {
  font-weight: 700;
}
.md_block figcaption {
  margin: 0;
  margin-top: 10px;
  padding: 0;
  color: #999;
  text-align: center;
  font-size: 0.7em;
  line-height: inherit;
}
.site_footer {
  clear: both;
  margin: 50px 0 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  color: #999;
  text-align: center;
  font-size: 9pt;
  font-family: Hiragino Sans GB, STHeiti, Microsoft YaHei, WenQuanYi Micro Hei, SimSun, sans-serif;
}
.site_footer a {
  margin: 0 9pt;
  color: #999;
  font-size: 9pt;
}
.site_footer a:hover {
  border-bottom: 1px dashed #ccc;
  color: #333;
}
div.code-toolbar {
  position: relative;
}
div.code-toolbar > .toolbar {
  position: absolute;
  top: 0.3em;
  right: 0.2em;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
div.code-toolbar:focus-within > .toolbar,
div.code-toolbar:hover > .toolbar {
  opacity: 1;
}
div.code-toolbar > .toolbar .toolbar-item {
  display: inline-block;
}
div.code-toolbar > .toolbar a {
  cursor: pointer;
}
div.code-toolbar > .toolbar button {
  overflow: visible;
  padding: 0;
  border: 0;
  background: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  padding: 0 0.5em;
  border-radius: 0.5em;
  background: #f5f2f0;
  background: hsla(0, 0%, 88%, 0.2);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  color: #bbb;
  font-size: 0.8em;
}
div.code-toolbar > .toolbar a:focus,
div.code-toolbar > .toolbar a:hover,
div.code-toolbar > .toolbar button:focus,
div.code-toolbar > .toolbar button:hover,
div.code-toolbar > .toolbar span:focus,
div.code-toolbar > .toolbar span:hover {
  color: inherit;
  text-decoration: none;
}
.md_block code {
  overflow-x: auto;
}
pre .line-number,
pre code {
  display: block;
  padding: 0 0.5em;
  color: #000;
  font: Courier New, Courier, Monospace;
  font-size: 0.8em;
}
pre .line-number {
  float: left;
  margin: 0 1em 0 -1em;
  border-right: 1px solid;
  text-align: right;
}
pre .line-number span {
  display: block;
  padding: 0 0.5em 0 1em;
}
pre .cl {
  display: block;
}
.no-js {
  display: none;
}
.search-input {
  top: -3px;
  left: -2px;
  width: 160px;
  height: 26px;
  padding: 0 0 2px 27px;
  font-size: 20px;
  background: url(https://i.loli.net/2020/01/12/X3cnLxGjo7Wb8Jk.png) 6px 3px no-repeat;
  background-color: white !important;
  background-size: 20px;
  border: 0;
  border-radius: 15px;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  outline: 0;
  color: #424242;
  border-bottom: 2px #beb1b1;
  transition: border-color 0.2s;
}
.search-input:hover {
  width: 180px;
}
#eof {
  text-align: center;
  font-size: 1.5em;
  line-height: 1em;
  margin: 2em auto;
  font-weight: 100;
  color: #c2c6cc;
  font-family: Microsoft Yahei, sans-serif;
}
#eof:before {
  content: '——';
  margin-right: 20px;
}
#eof:after {
  content: '——';
  margin-left: 20px;
}
#fullPage {
  display: none;
  background: rgba(255, 255, 255, 0.5) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19930428;
}
#fullPage img {
  display: block;
  width: 100%;
}
#canvas {
  width: 100%;
  height: 100%;
  background: none;
  display: block;
}
.md_block ol {
  padding-inline-start: 1rem;
}
.round-shape-one {
  width: 20px;
  height: 20px;
  border: 3px solid #fe8f8f;
  border-radius: 50%;
  top: 15%;
  left: 0;
  -webkit-animation: animationFramesOne 15s infinite linear;
  animation: animationFramesOne 15s infinite linear;
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
#scrollUp {
  background-image: url(../media/images/scroll.png);
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
  mix-blend-mode: multiply;
}
.darkmode .darkmode-layer {
  position: fixed;
  pointer-events: none;
  background: #fff !important;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.darkmode .darkmode-background {
  background: #fff !important;
  position: fixed;
  pointer-events: none;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.darkmode .gs_md_bdy {
  background: #000 !important;
}
.darkmode .gs_md_hdr {
  background: #000 !important;
}
.darkmode .search-input {
  background: #000 !important;
  border-bottom-color: inherit;
}
.darkmode img {
  mix-blend-mode: normal;
  /* 使用 normal 混合模式 */
  filter: none;
  /* 去掉灰度滤镜 */
}
.darkmode pre {
  background-color: #000 !important;
}
.darkmode .line-number {
  color: #c1c1c1;
}
.darkmode .hidden_nav {
  background-color: #000 !important;
  box-shadow: 0 10px 20px 0;
}
.darkmode .katex {
  color: #c1c1c1;
}
.switch_default[type=checkbox] {
  display: none;
}
.switch_default + label {
  background-color: #e6e6e6 !important;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  position: relative;
  box-shadow: 0.2px 0.2px 1px 0.5px #b4b4b4;
  width: 30px;
}
.switch_default + label:after {
  background-color: #fff !important;
  border-radius: 50%;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  top: 0.5px;
  width: 12px;
  box-shadow: 0.2px 0.2px 1px 0.5px #b4b4b4;
}
.switch_default:checked + label {
  background-color: #1abc9c !important;
  box-shadow: none;
}
.switch_default:checked + label:after {
  left: 17px;
}
.toc-container .markdownIt-TOC {
  position: sticky;
  top: 32px;
  width: 250px;
  font-size: 12px;
  list-style: none;
  padding-left: 0;
  border-left: 1px solid #878787;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #878787;
  box-shadow: 0 0 10px #878787;
  background-color: #fdf6e3;
  padding: 10px;
  margin: 10px;
  opacity: 0.9;
}
.toc-container .markdownIt-TOC:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  width: 1px;
  border-left: 1px solid #878787;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #878787;
}
.toc-container ul {
  list-style: none;
}
.toc-container li {
  padding-left: 16px;
}
.toc-container li a {
  color: #000000;
  padding: 4px;
  display: block;
  transition: all 0.3s;
}
.toc-container li a:hover {
  background: #878787;
}
.toc-container li a.current {
  color: #006cff;
  background: #fafafa;
}
code[class*=language-],
pre[class*=language-] {
  color: #657b83;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-wrap: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-size: 1em;
  font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
  line-height: 1.5;
  word-break: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
code[class*=language-]::-moz-selection,
code[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection,
pre[class*=language-]::-moz-selection {
  background: #073642;
}
code[class*=language-]::selection,
code[class*=language-]::selection,
pre[class*=language-]::selection,
pre[class*=language-]::selection {
  background: #073642;
}
pre[class*=language-] {
  overflow: auto;
  margin: 0.5em 0;
  padding: 1em;
  border-radius: 0.3em;
}
pre[class*=language-] span {
  font-size: 1em;
  line-height: 1.5;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: #fdf6e3 !important;
}
:not(pre) > code[class*=language-] {
  padding: 0.1em;
  border-radius: 0.3em;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #93a1a1;
}
.token.punctuation {
  color: #586e75;
}
.namespace {
  opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #268bd2;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string,
.token.url {
  color: #2aa198;
}
.token.entity {
  background: #eee8d5;
  color: #657b83;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #859900;
}
.token.class-name,
.token.function {
  color: #b58900;
}
.token.important,
.token.regex,
.token.variable {
  color: #cb4b16;
}
.token.bold,
.token.important {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
html {
  font-size: 16px !important;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif !important;
  text-align: justify !important;
  overflow-x: hidden !important;
  color: #282c34 !important;
  background-color: #fefefe !important;
  -webkit-font-smoothing: antialiased !important;
}
.markdown-body {
  background-color: #fefefe !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding-bottom: 7.5rem !important;
  width: 100%;
}
.markdown-body p {
  word-spacing: 0.05rem !important;
}
.markdown-body ol li {
  padding-left: 0.5rem !important;
}
.markdown-body > h1:first-child {
  font-weight: normal !important;
}
.markdown-body > h5.md-focus:before {
  top: 2px !important;
}
::-moz-selection {
  background-color: #bac6e9 !important;
}
::selection {
  background-color: #bac6e9 !important;
}
/* h1-h3 */
.markdown-body h1,
.markdown-body h2,
.markdown-body h3 {
  font-style: normal !important;
}
.markdown-body h1,
.markdown-body h2 {
  text-align: center !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.markdown-body h1 {
  font-size: 3rem !important;
}
.markdown-body h2 {
  font-size: 2.4rem !important;
}
.markdown-body h2:after {
  content: "" !important;
  display: block !important;
  width: 6.25rem !important;
  height: 1px !important;
  margin: 0 auto !important;
  border-bottom: 1px solid #2f2f2f !important;
}
.markdown-body h3 {
  font-size: 1.8rem !important;
}
/* paragraph */
p {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}
/* ul ol */
ul,
ol {
  padding-left: 1.75rem !important;
}
ul:first-child,
ol:first-child {
  margin-top: 0 !important;
}
ul:last-child,
ol:last-child {
  margin-bottom: 0 !important;
}
/* blockquote */
blockquote {
  padding: 0.5rem 1rem !important;
  border-left: 8px solid #2f845e !important;
  background-color: rgba(66, 185, 131, 0.1) !important;
  border-radius: 4px !important;
}
blockquote code {
  background-color: transparent !important;
}
/* horizontal line */
hr {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  border-top: 2px dashed #abb2bf !important;
}
/* table */
table {
  margin: 0 auto;
}
table,
.md-table-fig .md-table {
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  border-collapse: separate !important;
  overflow: hidden !important;
}
table th,
table td,
.md-table-fig .md-table th,
.md-table-fig .md-table td {
  padding: 10px 16px !important;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
table th:first-child,
table td:first-child,
.md-table-fig .md-table th:first-child,
.md-table-fig .md-table td:first-child {
  border-left: 0 !important;
}
table thead,
.md-table-fig .md-table thead {
  background-color: #e7ecf3 !important;
  color: #000 !important;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead + tbody tr:first-child th,
table thead + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
.md-table-fig .md-table caption + thead tr:first-child th,
.md-table-fig .md-table caption + thead tr:first-child td,
.md-table-fig .md-table colgroup + thead tr:first-child th,
.md-table-fig .md-table colgroup + thead tr:first-child td,
.md-table-fig .md-table thead + tbody tr:first-child th,
.md-table-fig .md-table thead + tbody tr:first-child td,
.md-table-fig .md-table thead:first-child tr:first-child th,
.md-table-fig .md-table thead:first-child tr:first-child td {
  border-top: 0 !important;
}
table tbody + tbody,
.md-table-fig .md-table tbody + tbody {
  border-top: 2px solid #ddd !important;
}
.md-table-fig .md-table-edit {
  background-color: #ddd !important;
}
.md-table-fig .md-table-edit .btn-default:hover {
  background-color: #bac6e9 !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .arrow {
  top: -10px !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .arrow::after {
  border-bottom-color: #ddd !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .md-reset {
  border-radius: 6px !important;
  background-color: #fff !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .md-reset input {
  color: #282c34 !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .md-reset input#md-grid-width,
.md-table-fig .md-table-edit .md-table-resize-popover .md-reset input#md-grid-height {
  text-align: center !important;
}
.md-table-fig .md-table-edit .md-table-resize-popover .popover-title {
  border-top: 1px solid #eee !important;
}
/* yaml front matter */
.markdown-body pre.md-meta-block {
  background: #e7ecf3 !important;
  color: #486491 !important;
  border: 0 !important;
  border-radius: 6px !important;
  line-height: 1.3rem !important;
  padding: 0.5rem 1.5rem !important;
  margin-top: -1rem !important;
  margin-bottom: 2rem !important;
}
/* table of contents */
.md-toc {
  margin-bottom: 1.25rem !important;
}
/* task list */
.md-task-list-item > input::before {
  content: "" !important;
  position: absolute !important;
  top: -5px !important;
  left: -4px !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #737373 !important;
  background: #fff !important;
  -webkit-transition: background-color 200ms ease-in-out !important;
  transition: background-color 200ms ease-in-out !important;
}
.md-task-list-item > input::after {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 1px !important;
  width: 0.6rem !important;
  height: 0.3rem !important;
  border: 2px solid #fff !important;
  border-top: 0 !important;
  border-right: 0 !important;
  -webkit-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
  opacity: 0 !important;
  -webkit-transition: opacity 200ms ease-in-out !important;
  transition: opacity 200ms ease-in-out !important;
}
.md-task-list-item > input:checked::before {
  background-color: #67c23a !important;
  border: none !important;
}
.md-task-list-item > input:checked::after {
  opacity: 1 !important;
}
.md-task-list-item.task-list-done {
  text-decoration: line-through !important;
  color: #999 !important;
}
/* footnote */
.footnotes {
  font-size: 1rem !important;
}
/* math,html block common */
.mathjax-block,
.md-htmlblock {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-radius: 6px !important;
}
.mathjax-block[contenteditable="false"]:active,
.mathjax-block[contenteditable="false"]:focus,
.md-htmlblock[contenteditable="false"]:active,
.md-htmlblock[contenteditable="false"]:focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.mathjax-block:hover .md-rawblock-container,
.mathjax-block:hover .md-rawblock-tooltip,
.md-htmlblock:hover .md-rawblock-container,
.md-htmlblock:hover .md-rawblock-tooltip {
  background-color: #f5f6f7 !important;
  -webkit-animation: showRawBlockTooltip 0s linear !important;
  animation: showRawBlockTooltip 0s linear !important;
}
.mathjax-block:hover .md-rawblock-container,
.md-htmlblock:hover .md-rawblock-container {
  border-radius: 6px 0 6px 6px !important;
}
.mathjax-block .md-rawblock-control,
.md-htmlblock .md-rawblock-control {
  background-color: #f5f6f7 !important;
}
.mathjax-block .md-rawblock-tooltip,
.md-htmlblock .md-rawblock-tooltip {
  background-color: #f5f6f7 !important;
  -webkit-animation: showRawBlockTooltip 0s linear !important;
  animation: showRawBlockTooltip 0s linear !important;
  border-radius: 4px 4px 0 0 !important;
}
/* math block */
.mathjax-block .md-mathblock-panel .code-tooltip[contenteditable="false"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-before {
  padding-top: 6px !important;
  border-top-left-radius: 6px !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-after {
  padding-bottom: 6px !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-input .cm-s-inner {
  color: #282c34 !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-lines {
  color: #282c34 !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-gutters {
  background-color: #f5f6f7 !important;
}
.mathjax-block .md-mathblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-selected,
.mathjax-block .md-mathblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-selectedtext {
  background-color: #bac6e9 !important;
}
.mathjax-block .md-math-container {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
/* html block */
.md-htmlblock .md-htmlblock-panel {
  border-radius: 6px !important;
  border-top-right-radius: 0 !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.md-htmlblock .md-htmlblock-panel .md-rawblock-input {
  padding-top: 14px !important;
  padding-bottom: 10px !important;
}
.md-htmlblock .md-htmlblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-selected,
.md-htmlblock .md-htmlblock-panel .md-rawblock-input .cm-s-inner .CodeMirror-selectedtext {
  background-color: #bac6e9 !important;
}
/* strong */
strong {
  background-color: inherit !important;
  color: #b5302e !important;
}
/* emphasis */
em {
  background-color: inherit !important;
  color: #949415 !important;
}
/* underline */
u {
  background-color: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  border-bottom: 2px solid #f00 !important;
  padding-bottom: 1px !important;
}
/* code */
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
  font-size: inherit !important;
}
code {
  background-color: rgba(34, 37, 38, 0.05) !important;
  color: #e96900 !important;
  font-family: "Fira Code", Consolas, "Lucida Console", "Courier", monospace, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  margin: 0 2px !important;
  padding: 3px 4px 1px !important;
  border-radius: 4px !important;
}
/* strike */
del {
  color: #999 !important;
  text-decoration: line-through !important;
}
/* hightlight */
mark {
  color: #282c34 !important;
  font-weight: 500 !important;
  padding: 1px 5px 2px !important;
  border-radius: 2px !important;
}
/* hyperlink */
a {
  background-color: inherit !important;
  color: #2484c1 !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
a img {
  border: none !important;
}
/* image */
figure img {
  display: block;
  margin: 0 auto;
}
/* code fences */
.md-fences {
  font-family: "Fira Code", Consolas, "Lucida Console", "Courier", monospace, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #282c34 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  margin-bottom: 2.5rem !important;
  border: none !important;
  border-radius: 6px !important;
}
.md-fences[contenteditable="false"]:active,
.md-fences[contenteditable="false"]:focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
.md-fences .code-tooltip {
  background-color: #282c34 !important;
  border-radius: 4px !important;
}
.md-fences span {
  color: #abb2bf !important;
}
.md-fences .code-tooltip .ty-input {
  color: #fff !important;
  font-weight: 500 !important;
}
.ty-show .autoComplt-list li.active {
  background-color: #bac6e9 !important;
}
/* code container */
.cm-s-inner {
  background-color: #282c34 !important;
}
.cm-s-inner .CodeMirror-gutters {
  background-color: #282c34 !important;
  border: none !important;
}
.cm-s-inner .CodeMirror-guttermarker,
.cm-s-inner .CodeMirror-guttermarker-subtle,
.cm-s-inner .CodeMirror-linenumber {
  color: #737984 !important;
}
.cm-s-inner .CodeMirror-cursor {
  border-left: 1px solid #528bff !important;
}
.cm-s-inner div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.15) !important;
}
.cm-s-inner.CodeMirror-focused div.CodeMirror-selected {
  background: rgba(255, 255, 255, 0.1) !important;
}
.cm-s-inner .CodeMirror-line::-moz-selection,
.cm-s-inner .CodeMirror-line > span::-moz-selection,
.cm-s-inner .CodeMirror-line > span > span::-moz-selection {
  background-color: #bac6e9 !important;
}
.cm-s-inner .CodeMirror-line::selection,
.cm-s-inner .CodeMirror-line > span::selection,
.cm-s-inner .CodeMirror-line > span > span::selection {
  background-color: #bac6e9 !important;
}
.cm-s-inner .CodeMirror-activeline-background {
  background: rgba(0, 0, 0, 0) !important;
}
.cm-s-inner .CodeMirror-matchingbracket {
  text-decoration: underline !important;
  color: white !important;
}
.cm-s-inner .CodeMirror-selected,
.cm-s-inner .CodeMirror-selectedtext {
  background-color: #404859 !important;
}
/* code fences color */
.cm-s-inner .cm-keyword {
  color: #c678dd !important;
}
.cm-s-inner .cm-operator {
  color: #56b6c2 !important;
}
.cm-s-inner .cm-variable {
  color: #d19a66 !important;
}
.cm-s-inner .cm-variable-2 {
  color: #e06c75 !important;
}
.cm-s-inner .cm-variable-3 {
  color: #e06c75 !important;
}
.cm-s-inner .cm-builtin {
  color: #e8bf6a !important;
}
.cm-s-inner .cm-atom {
  color: #d19a66 !important;
}
.cm-s-inner .cm-number {
  color: #d19a66 !important;
}
.cm-s-inner .cm-def {
  color: #e06c75 !important;
}
.cm-s-inner .cm-string {
  color: #98c379 !important;
}
.cm-s-inner .cm-string-2 {
  color: #80cbc4 !important;
}
.cm-s-inner .cm-comment {
  color: #629755 !important;
}
.cm-s-inner .cm-tag {
  color: #e06c75 !important;
}
.cm-s-inner .cm-meta {
  color: #e06c75 !important;
}
.cm-s-inner .cm-attribute {
  color: #d19a66 !important;
}
.cm-s-inner .cm-property {
  color: #61afef !important;
}
.cm-s-inner .cm-qualifier {
  color: #decb6b !important;
}
.cm-s-inner .cm-error {
  color: #fff !important;
  background-color: #ec5f67 !important;
}
.cm-s-inner .cm-tag.cm-bracket {
  color: #abb2bf !important;
}
/* scrollbar */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3) !important;
  border-radius: 4px !important;
}
/* find dialog */
#typora-quick-open {
  background-color: #fff !important;
  color: #282c34 !important;
}
#typora-quick-open .typora-quick-open-item.active {
  background-color: #bac6e9 !important;
}
#typora-quick-open .ty-quick-open-category-title {
  border-top: 1px solid #eee !important;
}
/* modal dialog */
#common-dialog .modal-dialog .modal-content {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  background-color: #f5f6f7 !important;
  border: none !important;
  border-radius: 6px !important;
}
#common-dialog .modal-dialog .modal-content .modal-footer .btn-default:hover {
  background-color: #bac6e9 !important;
}
/* preferences */
.ty-preferences {
  font-family: "Fira Code", Consolas, "Lucida Console", "Courier", monospace, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #282c34 !important;
}
.ty-preferences .window-header h2 {
  font-size: 1.6rem !important;
}
.ty-preferences .sidebar {
  font-size: 1.4rem !important;
}
.ty-preferences .sidebar .nav-group-item.active,
.ty-preferences .sidebar .nav-group-item:active {
  color: #efefef !important;
  background-color: #2f845e !important;
}
/* sidebar includes file-tree,articles and outline*/
.html-for-mac #typora-sidebar {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
/* focus mode/typewriter mode notification  */
#md-notification {
  background-color: #fff !important;
}
#md-notification #ty-surpress-mode-warning-close-btn:hover {
  background-color: #bac6e9 !important;
}
/* Unibody sidebar */
#megamenu-menu-sidebar {
  color: #282c34 !important;
  font-size: 1rem !important;
}
#megamenu-menu-sidebar #megamenu-menu-list {
  border-top-color: rgba(171, 192, 208, 0.1) !important;
  background-color: #222526 !important;
}
#megamenu-menu-sidebar #megamenu-menu-list li {
  font-size: 0.8rem !important;
}
#megamenu-menu-sidebar #megamenu-menu-list li a {
  color: #abc0d0 !important;
}
#megamenu-menu-sidebar #megamenu-menu-list li a.active,
#megamenu-menu-sidebar #megamenu-menu-list li a:hover {
  background-color: #3e4249 !important;
}
#megamenu-menu-sidebar #megamenu-menu-list li a#m-saved {
  background-color: transparent !important;
}
.megamenu-opened .megamenu-menu {
  left: 0 !important;
}
#megamenu-content {
  color: #000 !important;
}
/* sidebar */
#typora-sidebar {
  background-color: #fafafa !important;
  border-right: 1px solid #eee !important;
}
#typora-sidebar #sidebar-loading-template.file-list-item {
  border-bottom: transparent !important;
  background-color: rgba(171, 192, 208, 0.1) !important;
}
#typora-sidebar .info-panel-tab-wrapper .info-panel-tab:hover {
  color: inherit !important;
}
#typora-sidebar .info-panel-tab-wrapper .info-panel-tab .info-panel-tab-border {
  background-color: #2f845e !important;
  border-radius: 4px !important;
}
#typora-sidebar .sidebar-osx-tab .sidebar-tabs {
  border-bottom-color: transparent !important;
}
#typora-sidebar #sidebar-content .file-list-item {
  border-bottom: 1px solid #eee !important;
}
#typora-sidebar #sidebar-content .file-list-item.active {
  background-color: rgba(66, 185, 131, 0.1) !important;
  border-left: 4px solid #2f845e !important;
}
#typora-sidebar #sidebar-content .ty-sidebar-search-panel {
  border-bottom: 1px solid #eee !important;
}
#typora-sidebar #sidebar-content .ty-sidebar-search-panel .searchpanel-search-option-btn {
  background-color: #fff !important;
}
#typora-sidebar #sidebar-content .sidebar-content-content .file-node-content {
  line-height: 1.375rem !important;
  font-size: 1rem !important;
  color: #282c34 !important;
}
#typora-sidebar #sidebar-content .sidebar-content-content .file-tree-node:not(.file-node-root):hover > .file-node-background {
  border-left: 4px solid #2f845e !important;
  background-color: rgba(66, 185, 131, 0.1) !important;
}
#typora-sidebar #sidebar-content .sidebar-content-content .file-tree-node.active > .file-node-background {
  border-color: #2f845e !important;
  background-color: rgba(66, 185, 131, 0.1) !important;
}
#typora-sidebar #sidebar-content .sidebar-content-content #file-library-list-children .file-library-file-node:hover {
  border-left: 4px solid #2f845e !important;
  background-color: rgba(66, 185, 131, 0.1) !important;
}
#typora-sidebar #sidebar-content #outline-content .no-collapse-outline .outline-item {
  line-height: 1.375rem !important;
  font-size: 1rem !important;
}
#typora-sidebar #sidebar-content #outline-content .outline-expander:before {
  color: inherit !important;
  font-size: 14px !important;
  top: auto !important;
  content: "\f0da" !important;
  font-family: FontAwesome !important;
}
#typora-sidebar #sidebar-content #outline-content .outline-expander:hover:before,
#typora-sidebar #sidebar-content #outline-content .outline-item-open > .outline-item > .outline-expander:before {
  content: "\f0d7" !important;
}
#typora-sidebar #sidebar-content #outline-content .outline-item:hover {
  background-color: #bac6e9 !important;
}
#typora-sidebar #ty-sidebar-footer {
  border-top: 1px solid #eee !important;
}
#typora-sidebar #ty-sidebar-footer .sidebar-footer-item:hover {
  background-color: #bac6e9 !important;
}
#typora-sidebar #ty-sidebar-footer #sidebar-files-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
/* dropdown menu */
.dropdown-menu {
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-top: 1px solid #eee !important;
}
.dropdown-menu > .show + .menuitem-group-label.show {
  border-top: 1px solid #eee !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu .menu-style-btn.active {
  background-color: #bac6e9 !important;
}
.dropdown-menu li a {
  color: #282c34 !important;
}
.dropdown-menu li a:hover {
  background-color: #bac6e9 !important;
}
.dropdown-menu .divider {
  border-color: #fff !important;
}
/* sidebar-files-menu,toc-dropmenu,suggest common */
#sidebar-files-menu,
#toc-dropmenu,
.auto-suggest-container {
  background-color: #fff !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border: none !important;
}
#toc-dropmenu .outline-item:hover {
  background-color: #bac6e9 !important;
}
/* emoji,fences,word suggest */
.auto-suggest-container {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.auto-suggest-container li.active,
.auto-suggest-container li:hover {
  background-color: #bac6e9 !important;
}
/** source code mode */
#typora-source {
  font-family: "Fira Code", Consolas, "Lucida Console", "Courier", monospace, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #6a6a6a !important;
}
#typora-source .cm-s-typora-default .cm-header,
#typora-source .cm-s-typora-default .cm-property,
#typora-source .CodeMirror.cm-s-typora-default div.CodeMirror-cursor {
  color: #428bca !important;
}
#typora-source .cm-s-typora-default .cm-atom,
#typora-source .cm-s-typora-default .cm-number {
  color: #777777 !important;
}
#typora-source .CodeMirror-selectedtext {
  background-color: transparent !important;
}
.typora-node .file-list-item-parent-loc,
.typora-node .file-list-item-time,
.typora-node .file-list-item-summary {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif !important;
}
