/* main frame */
blockquote p {
    margin:10px auto!important;
}
#cb_post_title_url {
    color: black!important;
    pointer-events: none;
}
#cnblogs_post_body p {
    margin: 0px 0px 25px;
    line-height: 2;
}
#cnblogs_post_body h5 {
    font-size:18px;
}
#blogTitle h1 a, #blogTitle h2 {
    color: #ec6f5a;
    text-shadow: 0.5px 0.5px 0.5px #ec6f5a;
}
#blogTitle h1 { margin-top:0em; }
body {
   background : none;
}
#header {
    display:none;
    border-bottom: 1px solid #f0f0f0;
    height: 33px;
    padding: 0.75em;
    margin-top:0em;
}
#navigator { display:none }
#home { width:100% }
#main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
} 
#mainContent { width:100%;max-width:620px!important;  }
#topics .postTitle {
    font-size: 30px;
    border: none;
}
#sideBar {
    width:100%;
    font-size:125%;
    max-width: 620px!important;
    margin: auto;
}

#topics .postTitle {
    font-size:30px;
}

#back-to-top {
    background-color: #03A9F4;
    bottom: 30px;
    box-shadow: 0 0 6px #03A9F4;
    color: white!important;
    padding: 10px 10px;
    position: fixed;
    right: 100px;
}
.blogpost-body:after {
  content:'喜欢就在右下角↘点个赞啦。转载请注明原作者（大雄的学习人生）和本文链接哦！';
  font-weight: 800;
  font-size: 1.25em;
}
#div_digg {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width:auto;
}
.buryit {
  display:none;
}
#ad_t2 { display:none }
#cnblogs_c1  { display:none }
#under_post_news  { display:none }
#cnblogs_c2  { display:none }
#under_post_kb  { display:none }
#sidebar_search { display:none }
#blog-calendar { display:none!important }
#sidebar_shortcut { display:none }


/* markdown div */
.cnblogs-markdown blockquote {
    padding: 10px 20px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
    border-left: 6px solid #b4b4b4;
    word-break: break-word!important;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #2f2f2f;
}
.cnblogs-markdown h4 {
    font-size:20px!important;
}
.cnblogs-markdown {
    font-size:16px;
}
.cnblogs-markdown pre {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13px;
    word-wrap: normal;
    word-break: break-word!important;
    white-space: pre;
    overflow: auto;
    border-radius: 4px;
    color: #abb2bf!important;
    background: #282c34!important;
    padding: 15px;
}
.cnblogs-markdown pre code {
    background: transparent!important;
    border: none!important;
    color:inherit!important;
}
.cnblogs-markdown .hljs { 
    font-family: Menlo,Monaco,Consolas,Courier New,monospace!important;
    padding:0px!important;
}
.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable { color:#d19a66 }
.hljs-attribute { color:#98c379 }
.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string { color: #98c379; } 
.hljs-doctag, .hljs-formula, .hljs-keyword {
    color: #c678dd;
}
.hljs-built_in, .hljs-class .hljs-title {
    color: #e6c07b;
}
.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
    color: #e06c75;
}
.hljs-tag { color:inherit}
.hljs-comment, .hljs-quote, .hljs-variable {
    color: #5c6370;
    font-style: italic;
}


/* div css */
#home { padding-top:58px; }
#div-header {
    display: flex;
    position: fixed;
    justify-content: space-between;
    height: 58px;
    padding: 0px 20px;
    align-items: center;
    top: 0px;
    left: 0px;
    right: 0px;
    background: white;
    box-shadow: 0px 2px 2px #f0f0f0;
}
#div-header-link {
    font-size: 25px;
    color: #ea6f5a;
    font-weight: 600;
}

#topics .postTitle:after{
    content: "微信公众号：大雄的学习人生";
    height: 30px;
    font-size: 15px;
    color: grey;
    font-weight: 400;
    display: block;
}

#div-header-buttons {

}

#div-header-buttons a {
   padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 12px;
    background-color: #ea6f5a;
    text-decoration: none;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
#div-header-buttons a:hover {
    background-color:#ec6149;
}
.postTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    padding: 0px 100px 10px 10px;
    font-family: -apple-system,SF UI Display,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
.postTitle a:link {
    color:black;
}
.postTitle a:visited {
    color:#969696;
}
.postTitle a:hover {
    animation:colorhover .5s ease-in;
    color:#ec6149;
}
@keyframes colorhover {
    0% { opacity:0.5; }
    100% { opacity:1; color:#ec6149 }
}
.postTitle a:active {
    color:black;
}
.postCon {
    padding: 10px;
    float: none;
    width: auto;
}
.dayTitle a {
     color:#a3a3a3!important;
}

#cnblogs_post_body img {
    border: 0.3em dashed #9E9E9E;
    border-radius: 1em;
    padding: 1% 4%;
    width: 90%;
}

div.commentform textarea {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: hsla(0,0%,71%,.1);
    resize: none;
    outline-style: none;
    height:100px;
}
#btn_comment_submit{
  width: 100px;
    height: 40px;
    margin: 10px 0;
    padding: 8px 18px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    color: #fff!important;
    background-color: #42c02e;
    cursor: pointer;
    outline: none;
}
#btn_comment_submit:hover{
    background-color:#3db922;
}
#commentbox_opt a {
    padding-left: 10px;
    margin: 18px 30px 0 15px;
    font-size: 16px;
    color: #969696;
    text-decoration: none;
}
#commentbox_opt a:hover{
     color:#2f2f2f;
}
div.commentform p {
     margin-top:0px;
}
#cnblogs_post_body h3 {
    font-size:22px;
}
#topics .postTitle {
    padding-top: 20px;
    font-size: 34px;
    font-weight: 700;
}
.my-qrcode {
    position: fixed;
    bottom: -10px;
    left: 5px;
    width: 50vw;
    max-width: 300px;
    padding: 10px;
    background: white;
    border-radius: 6px;
    box-shadow: 0px 0px 10px grey;
}