div#blogTitle h1 a {
    color: #fb7090;
    letter-spacing: 2px;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #540404;
    font-weight: bold;
    font-size: 16px;
}

.blogStats {
    float: right;
    color: #333;
    text-shadow: 0 0 1px;
    margin-top: 5px;
    margin-right: 2px;
    position: absolute;
    right: 5px;
    top: 12px;
    font-size: 15px;
}

#sideBarMain h3, .newsItem h3 {
   padding: 8px 20px;
    font-size: 12pt;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    color: #FFF;
    text-shadow: 0 0 1px;
    letter-spacing: 1.5px;
    background-color: #fb7090;
}

#sideBarMain ul, .newsItem #blog-news {
    font-size: 9pt;
    padding: 10px 20px;
}

#profile_block {
    margin-top: 0px;
    line-height: 2.1;
    text-align: left;
    font-size: 11pt;
    color: #666;
}

#profile_block a {
    color: #ff4d9f;
    text-shadow: 0 0 #FF4D9F;
}

#blog-calendar .Cal {
    width: 100%;
    line-height: 2.1em;
    color: #333;
    font-size: 11pt;
}

.CalTitle {
    width: 100%;
    background: #fff;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    background-color: #fb7090;
}

#blog-calendar .CalNextPrev {
    padding: 6px;
}

#blog-calendar .CalNextPrev a:link, #blog-calendar .CalNextPrev a:visited, #blog-calendar .CalNextPrev a:active {
    font-size: 12px;
    font-weight: bold;
    background-color: #fb7090;
    color: #FFF;
}

div#sidebar_shortcut ul {
    padding: 10px 10px;
}

div#sidebar_shortcut ul li a {
    color: #FFF;
    line-height: 2.2;
    font-size: 10pt;
}

div#sidebar_shortcut ul li {
    display: inline-block;
    width: 26%;
    background-color: #fb7090;
    border-radius: 8px;
    color: #FFF;
    margin-bottom: 8px;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
}

#sideBarMain ul{
    padding: 6px 12px;
}
div#sidebar_categories ul li a {
    font-size: 11pt;
    color: #333;
    text-shadow: 0 0 #333;
   line-height: 2;
}

#blog-calendar tr:first-of-type td {
    font-size: 15px;
}

.dayTitle {
    width: 100%;
    color: #666;
    height: 45px;
    font-weight: bold;
    line-height: 45px;
    font-size: 13pt;
    clear: both;
    text-align: center;
    background-color: rgba(238,238,238,.6);
   margin-top: 0;
}

.postTitle {
    font-weight: bold;
    margin-top: 8px;
    float: right;
    line-height: 2.2em;
    width: 100%;
    clear: both;
    font-size: 13pt;
}

.postCon {
    margin-left: 20px;
    line-height: 1.5em;
    color: #333;
    text-shadow: 0 0 #333;
    width: 96%;
    clear: both;
    padding: 10px 0;
    font-size: 11pt;
}

.postDesc {
    width: 96%;
    clear: both;
    text-align: right;
    padding-right: 5px;
    color: #666;
    margin-top: 5px;
    border-top: 1px solid #EEE;
    padding-top: 1.6em;
    margin-left: 20px;
    margin-bottom: 20px;
    font-size: 10pt;
}

.recomm-block {
    margin-top: 10px;
    display: none;
}
.c_ad_block {
    margin-top: 10px;
    line-height: 1.5;
    display: none;
}
#ad_t2 {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}

#comment_nav a {
    padding-left: 10px;
    font-size: 10pt;
    color: #FFF;
    background-color: #fb7090;
    padding: 8px 16px;
    margin-right: 15px;
    border-radius: 8px;
}
#comment_nav {
    text-align: left;
}

.comment_textarea{
   width: 1000px;
}
#comment_form_container {
    background: #fff;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 0;
    border-top: 1px solid rgba(238,238,238,.7);
}

#commentbox_opt, #commentbox_opt + p {
    text-align: left;
}
#comment_form_container input[type=button] {
    color: #FFF;
    background: #fb7090;
    border: 0;
}
#commentbox_opt a {
    padding-left: 10px;
    font-size: 10pt;
    color: #FFF;
    background-color: #fb7090;
    padding: 10px 32px;
    margin-left: 15px;
    border-radius: 5px;
 }

#author_profile{
    width: 500px;
}

#author_profile a {
    color: #fb7090;
    text-shadow: 0 0 #fb7090;
    text-decoration: none;
    letter-spacing: 1.5px;
    line-height: 24px;
}
.author_avatar{
    width: 13%;
}
.author_profile_info {
    float: none; 
}

#MySignature {
    font-size: 12pt;
    font-family: "华文楷体";
    color: #333;
    text-shadow: 0 0 #333;
}

.bq_post_comment {
    margin: 5px 0 5px 0;
    font-style: normal;
    line-height: 180%;
    border: 1px solid #EEE;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 70px;
    font-size: 10pt;
    color: #666;
}
div.commentform p {
    margin: 0;
}

.cnblogs_code {
    background-color: rgba(238,238,238,.4);
    font-family: Courier New !important;
    font-size: 12px !important;
    border: none;
    padding: 12px 14px;
    overflow: auto;
    margin: 5px 0;
    color: #333;
    text-shadow: 0 0 #333;
    border-radius: 8px;
}

#topics .postTitle {
    margin-top: 0px; 
    padding-bottom: 0px;
}

/*simplememory*/
#google_ad_c1, #google_ad_c2 {display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, 
.syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, 
.syntaxhighlighter textarea {
font-size: 14px!important;
}
#home {
background: none;
opacity: 0.80;
margin: 0 auto;
width: 85%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
font-size: 30px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 20px;
color: #515151;
}
#navList {
    min-height: 30px;
    float: left;
}
#navList a:hover {
color: #4C9ED9;
text-decoration: none;
}
#navList a {
display: block;
width: 5em;
height: 22px;
float: left;
text-align: center;
padding-top: 18px;
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #fb7090;
    border-top: 1px solid #fb7090;
    height: 58px;
    clear: both;
    margin-top: 25px;
}
.catListTitle {
margin-bottom: 10.5px;
text-align: left;
padding: 10px 0 14px 10px;
background-color: #f5f5f5;
}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{ 
display: none !important;
}
body {
color: #000;
background: url(https://img2020.cnblogs.com/blog/1839766/202007/1839766-20200731104355405-1965764347.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 12px;
min-height: 101%;
}
#topics .postTitle {
border: 0px;
font-size: 200%;
font-weight: bold;
float: left;
line-height: 1.5;
width: 100%;
padding-left: 5px;
}

div.commentform p{
margin-bottom:10px;
}
.comment_btn {
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #ddd;
color: #999;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
.comment_btn:hover{
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #258fb8;
color: white;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
#commentform_title {
background-image:none;
background-repeat:no-repeat;
margin-bottom:10px;
padding:0;
font-size:24px;
}
#commentbox_opt,#commentbox_opt + p {
text-align:center;
}
.commentbox_title {
width: 100%;
}
#tbCommentBody {
font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
margin-top:10px;
max-width:100%;
min-width:100%;
background:white;
color:#333;
border:2px solid #fff;
box-shadow:inset 0 0 8px #aaa;
// padding:10px;
height:250px;
font-size:14px;
min-height:120px;
}
.feedbackItem {
font-size:14px;
line-height:24px;
margin:10px 0;
padding:20px;
background:#F2F2F2;
box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
font-weight:normal;
}

#blog-comments-placeholder, #comment_form {
padding: 20px;
background: #fff;
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 1px 2px 3px #ddd;
margin-bottom: 50px;
}
.feedback_area_title {
margin-bottom: 15px;
font-size: 1.8em;
}
.feedbackItem {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 5px;
background: rgb(248, 248, 248);
}
.color_shine {background: rgb(226, 242, 255);}
.feedbackItem:hover {-webkit-animation-name: color_shine;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;}
#comment_form .title {
font-weight: normal;
margin-bottom: 15px;
}