* {
    box-sizing: border-box;
}

html {
    font-family: -apple-system, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Arial, sans-serif !important;
    text-rendering: optimizeLegibility;
}

/*全部*/

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333;
    background-size: cover;
}

@media screen and (max-width: 1440px) {

    /*主体*/
    body {
        background: #FFFFFF;
    }
}

/*主体*/

#home {
    margin: 0px auto 0px auto;
    overflow: auto;
    max-width: 1440px;
    background: #fff;
}

@media screen and (max-width: 1440px) {

    /*主体*/
    #home {
        box-shadow: none;
        margin: 0px auto;
        background: #fff;
        overflow: auto;
    }
}

/*博客头部*/

#header {
    padding: 10px 20px;
    margin: 20px 0px 0px 0px;
}

/*博客标题*/

#blogTitle {
    padding: 0px;
    margin: 0px auto;
}

#Header1_HeaderTitle {
    font-size: 24px;
    font-weight: bold;
    color: #666;
}

#blogTitle .blog-title-link {
    display: block;
    font-size: 16px;
    line-height: 36px;
}

#blogTitle .title {
    height: 36px;
    padding-left: 36px;
    background: #fff url('https://images.cnblogs.com/cnblogs_com/experdot/786474/o_o_light2.png') no-repeat;
    background-size: 32px;
    background-position-y: bottom;
}

/*子标题*/

.subtitle {
    padding-left: 36px;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin: 8px 0;
}

/*导航菜单按钮*/

.menu_btn {
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background: #fff;
    color: #3c3c3c;
    margin: 0px;
    padding: 0px;
    line-height: 18px;
    float: left;
}

.menu_btn li:hover {
    background: #6DA47D;
}

/*导航栏*/

#navigator {
    font-size: 16px;
    height: 48px;
    background: #fff;
    text-align: center;
    margin: 16px auto 16px auto;
    width: 100%;
    z-index: 2;
    overflow: hidden;
    float: left;
    border: 1px solid #eee;
    padding-left: 0px;
    padding-right: 0px;
}

#navList {
    overflow: auto;
}

#navList li {
    margin: 0;
    line-height: 48px;
    float: left;
}

#navList li:hover {
    background: #eee;
}

#navList li a {
    padding: 0 24px;
    text-decoration: none;
    line-height: 48px;
    border: 0;
    color: #333;
    background: #fff;
    display: inline-block;
}

#navList li a:hover {
    background: #eee;
}

.blogStats {
    height: 48px;
    color: #fff;
    line-height: 48px;
    float: right;
    margin: 0px 24px;
}

@media screen and (max-width: 900px) {
    #blog_nav_rss {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    #blog_nav_admin {
        display: none !important;
    }

    .blogStats {
        display: none !important;
    }
}

@media screen and (max-width: 350px) {
    #blog_nav_contact {
        display: none !important;
    }
}

@media screen and (max-width: 280px) {
    #blog_nav_sitehome {
        display: none !important;
    }
}

/*主体*/
@media screen and (max-width: 767px) {
    #header {
        padding: 0 !important;
    }
}

#main {
    padding: 10px 20px;
    margin: 0px auto;
    display: inline-flex;
}

/*公告*/

#profile_block {
    margin-top: 0px;
    line-height: 24px;
    text-align: left;
}

/*侧边栏*/

@media screen and (max-width: 1100px) {

    /*主体*/
    #sideBar {
        display: none;
    }
}

#sideBar {
    order: 0;
    min-width: 320px;
    width: 320px;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    padding: 10px;
    margin: 0px;
    align-self: flex-start;
    margin-right: 16px;
    border: none;
    border-right: 1px solid #eee;
    z-index: 1;
}

#sideBarMain {
    padding: 0 10px 0 0;
    background: #fff;
    margin: 0 0 20px 0;
    font-size: 12px;
    line-height: 22px;
}

#sideBarMain a {
    color: #666;
}

#sidebar_search {
    display: none;
}

#sideBar h3,
#MyIng .ing_title {
    margin: 0;
}

.catListTitle {
    color: #333;
    margin: 4px 0 !important;
}

#leftcontentcontainer {
    color: #666;
}

.newsItem {
    color: #666;
}

/*google搜索框*/

#google_q,
#q {
    height: 22px;
    width: 120px;
    border: solid 1px #ccc;
    box-shadow: inset 0 0 3px #ddd;
    border-radius: 4px;
}

/*搜索按钮*/

.btn_my_zzk {
    border: none;
    height: 26px;
    width: 60px;
    padding: 1px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    color: #333;
}

/*找找看按钮*/

.btn_my_zzk:hover {
    background: #6DA47D;
}

/*博客列表页每日文章*/

.day {
    background: #fff;
    padding: 0 0 0 0;
    overflow: visible;
}

/*列表页博客标题*/

.postTitle a {
    color: #333;
}

.postTitle {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding: 5px 0px 15px 0px;
}

.post>.postTitle {
    font-size: 30px;
}

@media (max-width: 720px) {
    .post>.postTitle {
        font-size: 24px;
    }
}

.dayTitle {
    display: none;
    margin: auto;
    padding: 5px;
    background-color: #fff;
    text-align: center;
}

.dayTitle a {
    color: white;
    margin: auto;
}

.dayTitle a:hover,
.dayTitle a:visited {
    color: white;
    margin: auto;
    font-weight: normal;
}

/*列表页博客摘要*/

.c_b_p_desc {
    padding: 5px 5px;
    line-height: 24px;
    color: #888;
}

.c_b_p_desc a {
    color: #888;
}

.c_b_p_desc a:hover {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

/*置顶博文页*/

#topics .post {
    background: #fff;
}

.postCon {
    padding: 0px;
}

.postDesc {
    margin-bottom: 2px;
    padding: 5px 0px;
    font-size: 12px;
    color: #aaa;
    background: #fff;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.postDesc a {
    color: #AAA;
}

.postBody {
    padding: 0;
}

.cnblogs-post-body a {
    /* color: #464646; */
    color: #29B4F0;
    text-decoration: none;
    border: none;
    border-bottom: none;
}

.cnblogs-post-body a:hover {
    font-weight: normal;
    text-decoration: underline;
}

/*主面板*/

#mainContent {
    order: 1;
    flex-grow: 1;
    flex-basis: 0;
    padding: 0;
    background: #fff;
}

/*文章内链接*/

#cnblogs_post_body a {
    /* color: #464646; */
    color: #29B4F0;
    text-decoration: none;
    border: none;
    border-bottom: none;
}

#cnblogs_post_body a:hover {
    font-weight: normal;
    text-decoration: underline;
}

/*文章内二级标题*/

#cnblogs_post_body h2 {
    /* background: none repeat scroll 0% 0% rgb(93, 143, 98); */
    color: #333;
    font-size: 24px;
    margin: 15px 0px !important;
    padding: 5px;
    letter-spacing: 0;
    line-height: 2;
}

@media (max-width: 720px) {
    #cnblogs_post_body h2 {
        font-size: 20px;
        line-height: 1.5;
    }
}

/*文章内图片*/

#cnblogs_post_body p img {
    display: inherit;
    margin: 0px auto;
    max-width: 96% !important;
}

.postCon p img {
    margin: 0px;
    max-width: 96% !important;
}

/*文章内引用*/

blockquote {
    display: block;
    border-radius: 3px;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1rem;
    position: relative;
    padding: 12px;
    margin: 0px;
    color: #222;
    background-color: #fafaf9;
    border-left: 1px solid #F0F0F0;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
}

/*文章内代码*/

.cnblogs_code {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 2px 2px 2px 12px;
    position: relative;
    margin: 2px;
    word-wrap: break-word;
    color: #222;
    background-color: #eee;
    border-left: 4px solid #dedede;
    border-right: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    max-height: 400px;
    max-width: 80vw;
}

.cnblogs_code_collapse {
    border-right: #dedede 1px solid;
    border-top: #dedede 1px solid;
    border-left: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
    background-color: #f2f4f5;
    padding: 2px;
    font-size: 14px;
}

/*文章内表格*/

#cnblogs_post_body table {
    border-collapse: collapse;
    width: auto;
    margin: 0 auto;
}

#cnblogs_post_body table tr:nth-child(even) {
    background-color: #ffffff;
}

#cnblogs_post_body table tr:nth-child(odd) {
    background-color: #ffffff;
}

#cnblogs_post_body table tr.fixzebra {
    background-color: #F1F1F1;
}

#cnblogs_post_body table th {
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #d4d4d4;
    background-color: #ffffff;
    font-weight: normal;
    color: #333;
    padding: 11px 5px 11px 5px;
    vertical-align: middle;
    font-weight: 600;
}

#cnblogs_post_body table td {
    border: 1px solid #d4d4d4;
    text-align: center;
    padding: 8px;
    vertical-align: top;
}

#cnblogs_post_body table th:first-child,
#cnblogs_post_body table td:first-child {
    padding-left: 16px
}

@media screen and (max-width: 720px) {
    #cnblogs_post_body table {
        display: table !important;
        overflow-x: none !important;
    }
}

/*上、下一篇文章*/

#post_next_prev {
    overflow: hidden;
    margin: 16px 0;
    font-size: 15px;
}

@media screen and (max-width: 720px) {
    #post_next_prev {
        font-size: 12px;
    }
}

/*顶一下*/

#div_digg {
    width: auto;
    margin: 0;
}

.diggit {
    float: left;
    width: 72px;
    background: none;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
    padding-top: 0px;
    margin: 0px 20px 0px 0px;
    border-radius: 2px;
    line-height: 52px;
}

.diggit:before {
    content: "推荐";
    font-size: 14px;
    color: #333;
}

.diggit:hover {
    background-color: rgba(8, 166, 100, 0.06);
}

#div_digg .diggnum {
    font-size: 14px;
    color: #333;
    line-height: 2.5em !important;
}

.buryit {
    float: left;
    width: 72px;
    background: none;
    border: 1px solid #50c87e;
    text-align: center;
    cursor: pointer;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    line-height: 52px;
}

.buryit:before {
    content: "反对";
    color: #50c87e;
    font-size: 14px;
}

.buryit:hover {
    background-color: rgba(8, 166, 100, 0.06);
}

#div_digg .burynum {
    font-size: 14px;
    color: #50c87e;
    line-height: 2.5em !important;
}

.diggword {
    display: block;
}

/*分享栏*/

#green_channel {
    background: white;
    width: auto !important;
    height: 1px;
    padding: 0;
    margin: 16px 0;
    border: none;
    border-bottom: 1px solid #EEEEEE;
}

#green_channel>a {
    background: none;
    text-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    display: none;
}

#green_channel_favorite {
    background: #2daebf;
}

#green_channel_digg {
    display: none !important;
}

/*作者信息*/

#author_profile {
    float: left;
    width: 140px;
    height: auto;
    margin: 0 0 0 0;
    color: #000;
    font-size: 14px;
}

#author_profile_info {
    float: left;
    top: 58px;
    width: 140px;
    height: auto;
    margin: 0 0 0 0;
    color: #000;
    font-size: 14px;
}

#author_profile_detail {
    margin: 0px 0px 0px 0px;
}

.author_avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    margin: 3px 12px 3px 0px;
    padding: 0px 0px 0px 0px;
    /*display: none;*/
}

/*回复标题*/

.feedback_area_title {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    border-bottom: solid 6px #eee;
}

/*回复子标题*/

.feedbackListSubtitle {
    font-size: 12px;
    color: #888;
}

.feedbackListSubtitle a {
    color: #888;
}

/*回复条目*/

.feedbackItem {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    border-radius: 3px;
}

.feedbackListSubtitle {
    font-weight: normal;
}

/*评论注释*/

.comment_quote {
    background: #FCFAAC;
    padding: 15px;
    border: 1px solid #CCC;
}

/*评论标题*/

#commentform_title {
    color: #333;
    background-image: none;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    padding: 10px 20px 10px 10px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 6px #eee;
}

#tbCommentAuthor {
    width: 100%;
}

.commentbox_title_right {
    float: left;
    height: 22px;
}

.comment_textarea {
    width: 100%;
}

/*评论输入域*/

#tbCommentBody {
    margin-top: 10px;
    margin-right: 10px;
    background: white;
    color: #333;
    border: 2px solid #eee;
    padding: 10px;
    height: 120px;
    font-size: 14px;
    min-height: 120px;
    width: 100% !important;
    overflow: auto;
    margin: 10px 0px 10px 0px;
}

/*评论框*/

#comment_form {
    margin: 10px 0;
    padding: 0;
}

.commentform {
    margin: 10px 0;
    padding: 10px 20px;
    background: #fff;
}

/*评论按钮*/

.comment_btn {
    border: none;
    height: 48px;
    width: 120px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    background: #eee;
    color: #333;
}

.comment_btn:hover {
    background: #ddd;
}

/*分类页*/

.entrylist {
    padding: 10px 20px;
    background: #fff;
}

.entrylistItem {
    margin: 10px 0;
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}

.entrylistPosttitle {
    font-size: 18px;
    font-weight: bold;
}

.entrylistPostSummary {
    padding: 10px;
}

.entrylistItemPostDesc {
    font-size: 12px;
    color: #999;
    float: right;
}

/*尾部*/

#footer {
    font-size: 12px;
    margin: 12px auto 0px auto;
    padding: 12px 20px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
}

/*标题*/

h1 {
    margin: 0;
}

h2 {
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

h3 {
    font-size: 15px;
    font-weight: bold;
}

/*段落*/

.postBody p,
.postCon p {
    margin: 8px 0;
    line-height: 32px;
}

/*超链接*/

a {
    color: #464646;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #666666;
}

.postCon a,
.postBody a,
.feedbackCon a {
    border-bottom: 0;
    color: #000;
}

/*无序号列表*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*图片*/

image {
    border: none;
}

/*参与的随笔列表*/

#myposts .PostList {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    padding: 20px;
    background: #eee;
    box-shadow: 0 0 5px #aaa;
}

#myposts .postTitl2 a {
    color: #333;
}

#myposts .postDesc2 {
    color: #888;
}

/*分页*/

.pager {
    font-size: 15px;
    color: #464646 !important;
    cursor: default;
}

@media screen and (max-width: 1440px) {

    /*主体*/
    .pager {
        font-size: 15px !important;
        font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    }
}

.pager a {
    border: 0px !important;
    color: #464646 !important;
    margin: 0px 0px !important;
    padding: 0px 0px !important;
    text-decoration: none;
}

.pager a:hover {
    text-decoration: underline;
}

/* 移除置顶文章标题 */

#mainContent>div.forFlow>div.day:nth-child(1)>div.postTitle {
    display: none;
}

#postlist_postbody_6291544>h2:nth-child(1) {
    margin-top: 0;
}

/* 广告 */

@media screen and (max-width: 1100px) {

    /*主体*/
    #ad_t2,
    #cnblogs_c1,
    #cnblogs_c2,
    #under_post_kb,
    #under_post_news {
        display: none;
    }
}

#nav_sitehome {
    float: right !important;
}

h1 {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

#cnblogs_post_body>pre,
#cnblogs_post_body p,
.blogpost-body>pre,
.blogpost-body p {
    margin: 16px auto;
    padding: 0 16px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

#cnblogs_post_body ul {
    margin: 16px 32px;
}

#cnblogs_post_body ul li {
    list-style-type: disc;
    color: #333333;
}

#under_post_card1,
#under_post_card2 {
    max-width: 95vw;
}