.markdown-here-wrapper {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}


pre, code {
  font-size: 14px;
  font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;
  margin: auto 5px;
}

code {
  white-space: pre-wrap;
  border-radius: 2px;
  display: inline;
}

pre {
  font-size: 15px;
  line-height: 1.4em;
  display: block; !important;
}

pre code {
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
  padding: 1px 1px;
  display: block !important;
}

strong, b{
  color: #BF360C;
}

em, i {
  color: #009688;
}

hr {
  border: 1px solid #BF360C;
  margin: 1.5em auto;
}

p {
  margin: 1.5em 5px !important;
}

table, pre, dl, blockquote, q, ul, ol {
  margin: 10px 5px;
}

ul, ol {
  padding-left: 15px;
}

li {
  margin: 10px;
}

li p {
  margin: 10px 0 !important;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 0;
  padding-left: 10px;
}

ul {
  list-style-type: circle;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

dl dd {
  margin: 0 0 10px;
  padding: 0 10px;
}

blockquote, q {
  border-left: 2px solid #009688;
  padding: 0 10px;
  color: #777;
  quotes: none;
  margin-left: 1em;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-style: bold !important;
  color: #009688 !important;
  text-align: center !important;
  margin: 1.5em 5px !important;
  padding: 0.5em 1em !important;
}

h1 {
  font-size: 24px !important;
}

h2 {
  font-size: 20px !important;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}


table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  font: inherit;
  border: 0;
  margin: 0 auto;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
}

table tr {
  border: 0;
  border-top: 1px solid #CCC;
  background-color: white;
  margin: 0;
  padding: 0;
}

table tr:nth-child(2n) {
  background-color: #F8F8F8;
}

table tr th, table tr td {
  font-size: 16px;
  border: 1px solid #CCC;
  margin: 0;
  padding: 5px 10px;
}

table tr th {
  font-weight: bold !important;
  color: #eee !important;
  border: 1px solid #009688 !important;
  background-color: #009688 !important;
}

/*侧边栏字体*/
.catListTitle {
    margin-top: 21px;
    margin-bottom: 10.5px;
    text-align: left;
    border-left: 10px solid #0096879d;
    padding: 10px 0 14px 10px;
    background-color: #fff;
}

/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 11em;
    width: 51em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_240704125658_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}

@media screen and (max-width: 768px){
    #main, #mainContent{
        width: 100%;
    }
    #sideBar, body > a, #navList, #navigator, .postDesc a, #homepage_top_pager{
        display: none;
    }
    
  .markdown-here-wrapper {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}


pre, code {
  font-size: 14px;
  font-family: Roboto, 'Courier New', Consolas, Inconsolata, Courier, monospace;
  margin: auto 5px;
}

code {
  white-space: pre-wrap;
  border-radius: 2px;
  display: inline;
}

pre {
  font-size: 15px;
  line-height: 1.4em;
  display: block; !important;
}

pre code {
  white-space: pre;
  overflow: auto;
  border-radius: 3px;
  padding: 1px 1px;
  display: block !important;
}

strong, b{
  color: #BF360C;
}

em, i {
  color: #009688;
}

hr {
  border: 1px solid #BF360C;
  margin: 1.5em auto;
}

p {
  margin: 1.5em 5px !important;
}

table, pre, dl, blockquote, q, ul, ol {
  margin: 10px 5px;
}

ul, ol {
  padding-left: 15px;
}

li {
  margin: 10px;
}

li p {
  margin: 10px 0 !important;
}

ul ul, ul ol, ol ul, ol ol {
  margin: 0;
  padding-left: 10px;
}

ul {
  list-style-type: circle;
}

dl {
  padding: 0;
}

dl dt {
  font-size: 1em;
  font-weight: bold;
  font-style: italic;
}

dl dd {
  margin: 0 0 10px;
  padding: 0 10px;
}

blockquote, q {
  border-left: 2px solid #009688;
  padding: 0 10px;
  color: #777;
  quotes: none;
  margin-left: 1em;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-style: bold !important;
  color: #009688 !important;
  text-align: center !important;
  margin: 1.5em 5px !important;
  padding: 0.5em 1em !important;
}

h1 {
  font-size: 24px !important;
}

h2 {
  font-size: 20px !important;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}


table {
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  font: inherit;
  border: 0;
  margin: 0 auto;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
}

table tr {
  border: 0;
  border-top: 1px solid #CCC;/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 11em;
    width: 51em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_240704125658_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}
  background-color: white;/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 11em;
    width: 51em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_240704125658_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}
  margin: 0;/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 11em;
    width: 51em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_240704125658_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}
  padding: 0;/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 11em;
    width: 51em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_240704125658_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}
}

table tr:nth-child(2n) {
  background-color: #F8F8F8;
}

table tr th, table tr td {
  font-size: 16px;
  border: 1px solid #CCC;
  margin: 0;
  padding: 5px 10px;
}

table tr th {
  font-weight: bold;
  color: #eee;
  border: 1px solid #009688;
  background-color: #009688;
}
/* 修复：表头内的斜体文字颜色跟随表头文字颜色，而不是全局强调色 */
table tr th i, 
table tr th em {
  color: inherit;
}

/*页首背影图*/
#blogTitle {
    margin: auto;
    height: 9.375em;
    width: 18.75em;
    clear: both;
    border: 1px solid hsl(0, 0%, 0%);
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/780531/galleries/2407878/o_250113033821_%E8%A5%BF%E8%A5%BF%E5%BC%97%E6%8E%A8%E7%9F%B3%E5%A4%B4%E9%9D%99%E6%80%81%E5%9B%BE%E5%B0%8F.png);
    -moz-border-radius: 11px;
    -khtml-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 12px;
    -webkit-box-shadow: 5px 2px 6px #000;
    -moz-box-shadow: 5px 2px 6px #000;
    padding: 4px 10px;
    text-shadow: 1px 1px 1px #e38d42b9;
}

/*博客标题设置*/
#blogTitle h1 a {
    color: #e38d42;
}


}