/*首页样式*/

#nav_next_page a, .pager, .pager a {
    color: #ffffff;
    font-size: 16px;
}

#nav_next_page a {
    border: #2e6ab1 1px solid;
    padding: 2px 3px;
    margin: 0 2px;
}

#nav_next_page a:hover, .pager a:hover {
    color: #fa846d;
    background-color: white;
}

/*主页面样式*/

#page_begin_html svg {
    display: none;
}

#home {
    margin: 0 auto;
    width: 93%;/*原始65*/
    min-width: 980px;/*页面顶部的宽度*/
    background-color: #00000000;
    padding: 10px 0px;
    margin-top: 2px;
    margin-bottom: 50px;
    box-shadow: 0 1px 16px rgb(252, 99, 11);
}

#Header1_HeaderTitle {
    color: #cdc8c8;
}

body {
    background: #000000 url('') fixed no-repeat;
    background-position: 50% 5%;
    background-size: cover;
}

#blogTitle {
    height: 77px;  /*高度*/
    clear: both;
    background-color: rgba(245, 245, 245, 0);
}

#blogTitle h1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.8em;/*原始 1.6em*/
    margin-top: 5px;/*原始 15px */
    color: #80e280;
}

#blogTitle h2 {
    font-weight: normal;
    font-size: 16px;/*原始 16px ；font-size: 1.0rem;*/
    line-height: 1.8;
    color: #cdc8c8;
    font-weight: bold;
    text-align: right;
    float: right;
}

#navigator{
    background-color: rgba(86, 188, 171, 0.648);
    width: 99%;
    margin-left: 8px;
    border-radius: 15px;
    font-family: "宋体";
    font-size: 15px;
    
}

#navList a:link, #navList a:visited, #navList a:active{
    color: #eee;
    font-size: 22px;
    font-weight: bold;
    font-family: "宋体";
}

.blogStats{
    color: #eee;
}

.dayTitle {
    border-bottom: unset;
}

.dayTitle a {
    color: white;
}

.dayTitle a:hover {
    color: rgb(252, 99, 11);
}

.dayTitle a:visited {
    color: rgb(56, 179, 72);
    /* color: rgb(221, 14, 14); */
    /* color: #fa846d; */
}

.dayTitle a:visited:hover {
    color: rgb(252, 99, 11);
}

.day .postTitle a:visited:hover {
    color: rgb(252, 99, 11);
}

.postBody {
    padding: 15px 0 5px;
}

.postCon {
    float: right;
    line-height: 1.5em;
    width: 100%;
    clear: both;
    padding: 10px 0;
}

.postCon a {
    color: #fa846d;
}

.postCon a:hover {
    color: white;
}

.postCon a:visited {
    color: rgb(56, 179, 72);
}

.postCon a:visited:hover {
    color: rgb(252, 99, 11);
}

.day {
    background: rgba(4, 4, 4, 0.798);
    color: #f7f7f7;
    box-shadow: 0 1px 13px rgb(255, 255, 255);
    margin-top: 2px;
}

.day .postTitle a {
    padding-left: 10px;
}

/*文章附加信息*/
.postDesc {
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #f7f7f7;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    font-family: "微软雅黑" , "宋体" , "黑体" ,Arial;
    font-size: 13px;
    padding-right: 20px;/*5px  padding-left: 90px;posted 发表时间左边距离*/
    margin-top: 20px;
    line-height: 1.8;
    padding-bottom: 35px;
}

.postDesc a:link, .postDesc a:visited {
    color: #fa846d;
}

.postDesc a:hover, .postDesc a:active {
    color: #f7f7f7;
}

.CalTitle{
    background: rgba(255, 255, 255, 0);
}
.catListTitle{
    background-color: rgba(30, 107, 179, 0.68);
}

/*主内容区*/

#main{
   min-width: 640px;
   padding-top: 5px;
}

#mainContent {
    padding: 0;
    margin-right: 10px;
}

#mainContent .forFlow {
    margin-left: 19em;
    float: none;
    width: auto;
}

#mainContent .PostListTitle {
    color: white;
    font-size: large;
    text-align: center;
}

#mainContent .forFlow .Pager {
    color: white;
}

#myposts div, #myposts a {
    color: white;
}

#myposts a:hover{
    color: rgb(252, 99, 11);
    font-size: 15px;
    background-color: white;
    text-decoration: none;
}

#topics {
    background: rgb(255 255 255 / 90%);
    padding: 2px;
    margin-bottom: 5px;
}

#topics .postDesc {
    color: #000 !important;
    padding-bottom: 0px;
}

#topics .postDesc a:hover{
    color: #000 !important;
}

#topics .postTitle {
    border-left: 8px solid rgba(15, 240, 240, 0.86);
    border-right: 8px solid rgba(15, 240, 240, 0.86);
    border-radius: 3px;
    font-weight: bold;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    float: left;
    font-size: 20px;
    line-height: 2em;
    width: 100%;
    padding-left: 5px;
    clear: both;
}

#topics .postTitle a:hover {
    margin-left: 30px;
    color: #000000;
    text-decoration: none;
}

#topics .postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgb(56, 179, 72);
    transition: all 0.4s linear 0s;
}

#topics .postTitle .text-tail-icon {
    margin-top: 6px;
}

#tbCommentBody{
    width: 100%;
    height: 200px;
    background: rgba(255, 255, 255, 0.5);
}

.CalNextPrev {
    background: rgba(255, 255, 255, 0);
}

/* .cnblogs_code{
    background: rgba(255, 255, 255, 0);
}

.cnblogs_code div{
    background: rgba(255, 255, 255, 0);
}

.cnblogs_code_toolbar{
    background: rgba(255, 255, 255, 0);
} */

/* .entrylist{
    background: rgba(255, 255, 255, 0.5);
} */

.hljs {
    font-size: 15px;
}

pre, pre code, pre code table, .hljs-engine pre, .hljs-engine pre code {
    transition-duration: .2s;
    transition-property: background,font-size,border-color,border-radius,border-width,padding,margin,color;
    font-family: monospace;
    background-color: rgb(44 43 43 / 95%);
}

#green_channel {
    padding: 10px 0;
    margin: 10px -30px 10px;
    border: none;
    font-size: 13px;
    width: 275px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    /* bottom: 185px; */
}

#div_digg {
    bottom: 208px !important;
    width: 105px !important;
    height: 52px;
    border: 2px solid rgb(255 255 255 / 0) !important;
    /* border: none !important; */
    margin: 0 !important;
    padding: 0 !important;
    margin-right: 2px !important;
    padding: 10px;
    background-color: rgba(4, 4, 4, 0) !important;
    border-radius: 5px 5px 5px 5px !important;
    box-shadow: 0 0 0 1px #fcd200, 1px 1px 6px 1px rgb(10 10 0 / 50%) !important;
    /* box-shadow: none !important; */
    font-size: 13px;
}

#div_digg .diggit {
    float: left;
    width: 46px;
    height: 52px;
    background: url(//common.cnblogs.com/images/upup.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 5px;
}

#div_digg .buryit {
    float: right;
    margin-left: 0 !important;
    width: 46px;
    height: 52px;
    background: url(//common.cnblogs.com/images/downdown.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 0px;
    padding-top: 5px;
}

#div_digg .diggword {
    background-color: rgb(255 255 255 / 100%);
    position: fixed;
    bottom: 270px;
    right: 3px;
}

canvas#live2dcanvas {
    border: 0 !important;
    right: -30px !important;
}

#comment_form, #blog-comments-placeholder{
    background: rgb(255 255 255 / 90%);
    border-radius: 7px;
}

#blog-comments-placeholder .feedback_area_title {
    line-height: 20px;
    margin: 0;
}

#blog-comments-placeholder .feedbackCon {
    border-bottom: unset;
    padding: 10px 14px 5px 20px;
    min-height: 35px;
    _height: 35px;
    margin-bottom: 5px;
    line-height: 1.5;
}

#blog-comments-placeholder .feedbackListSubtitle {
    color: #444;
    padding: 0 12px;
}

#comment_nav {
    display: none;
}

#commentform_title {
    color: #000000;
    margin-left: 10px;
    margin-bottom: 4px;
}

.comment_textarea {
    margin-left: 10px;
}

#tip_comment {
    background-color: wheat !important;
}

#tip_comment2 {
    display: none;
}

.comment_preview p, div.commentform p {
    color: #000000;
    margin-left: 10px;
}

#commentbox_opt a {
    padding-left: 10px;
    color: #000000;
}

/* #adunit {
    display: none !important;
} */

#cnblogs_c1, #cnblogs_c1 img {
    display: none;
}

.under-post-card {
    margin-left: 7px;
}

.under-post-card b {
    color: #000000;
    margin-left: 7px;
}

.under-post-card a {
    color: #000000;
    margin-left: 1px;
}

.under-post-card a:hover {
    color: rgb(252, 99, 11);
}

#footer {
    border-top: white solid 1px;
    color: white;
    margin: 0;
    padding: 0;
    margin-left: 260px;
}

/*sideBar_style*/
#sideBar {
    width: 250px;
    min-height: 200px;
    padding: 0;
    float: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory,.catListView, .catListArticleArchive, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory, #blog-calendar {
    background: rgb(255 255 255 / 90%);
    margin-bottom: 5px;
    word-wrap: break-word;
    font-size: 13px;
}

#sidebar_topdiggedposts {
    margin-bottom: 6px;
    word-wrap: break-word;
    font-size: 13px;
}

#widget_my_zzk .input_my_zzk {
    width: 168px;
}

#q {
    background: rgba(255, 255, 255);
}

#widget_my_google {
    display: none;
}

#sidebar_recentcomments {
    display: none;
}

/*阅读排行榜*/
