@charset "utf-8";

a {
    transition: all 0.3s ease;
}

#home {
    background: #fafafa;
    width: 100%;
    background-image: url("");
}

.blogStats {
    display: none;
}

#blogTitle h1 {
    font-size: 4em ;
    margin-top: 0.3em;
    font-family: 'Georgia';
}

#Header1_HeaderTitle {
    color: #404040;
}

#blogTitle h1 a:hover {
    color: #404040;
    text-decoration: none;
}

#blogTitle h2 {
    font-family: 微软雅黑;
    font-size: 1.3em ;
    margin-left: 3.5em ;
}

#header {
    border-bottom: 2px dashed #ccc;
    border-top: 0px !important;
    position: relative;
    height: 130px;
    margin: 0px;
    background: #fff;
}

#navigator {
    background-color: rgba(18, 126, 186, 0);
    position: absolute;
    z-index: 2;
    right: 2.5%;
    bottom: 8%;
}

#navList a:link, #navList a:visited, #navList a:active {
    font-size: 19px;
    color: #404040;
    font-family: 微软雅黑;
    border-right: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#navList a:hover {
    color: #404040;
    /* width: 120px; */
	text-shadow: 5px 5px 1px #ccc !important;
    background-color: rgba(18, 126, 186, 0);
}

@media (max-width: 414px) {
    #Header1_HeaderTitle{
        font-size: 35px;
        font-weight: 600;
        display: block;
        height: 50px;
        width: 410px;
        margin: 0;
        padding-bottom: 10px;
    }
    #blogTitle h1{
        float:none;
        margin-left: 0;
        text-align: center;
    }
    #blogTitle h2{
		float: none;
		font-size: 15px;
		margin-left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 10px;
    }
    #navigator{
        position: absolute;
        width: auto;
    }
    #navList{
        height: 20px;
    }
    #navList li{
        width: 24%;
    }
    #navList a{
        text-align: center;
    }
	.postDesc{
		font-size:9px;
	}
}

#main {
    width: 100%;
    padding-top: 30px;
    margin: 0;
    background-color: #fff;
    background-attachment: fixed;
}

#mainContent {
    background-color: transparent;
    font-family: 微软雅黑;
}

#sidebar_search {
    display: none;
}

#sideBar {
    margin: -20px 0 0 15px;
}

/* 公告 */
#blog-news {
    margin-top: 15px;
    color: #6E7173;
    font-size: 15px;
    padding: 0 0 0 17px;
}

    #blog-news a {
        color: #6E7173;
    }

.newsItem h5 {
    font-family: 微软雅黑;
    font-size: 22px;
}

.catListTitle {
    color: #6E7173;
    text-align: left;
    margin-top: 28px;
    font-size: 23px;
    padding-left: 20px;
    font-weight: 300;
    border-bottom: 0px !important;
}

#sidebar_toptags h3 {
    background: url("https://images.cnblogs.com/cnblogs_com/gao-yang/775489/o_tag.png") no-repeat scroll 0% 50%;
}

#sidebar_postcategory h3 {
    background: url("https://images.cnblogs.com/cnblogs_com/gao-yang/775489/o_category.png") no-repeat scroll 0% 50%;
}

#sidebar_recentcomments h3 {
    background: url("https://images.cnblogs.com/cnblogs_com/gao-yang/775489/o_commit.png") no-repeat scroll 0% 50%;
}

#sidebar_topviewedposts h3 {
    background: url("https://images.cnblogs.com/cnblogs_com/gao-yang/775489/o_star.png") no-repeat scroll 0% 50%;
}

/* 我的标签 */
#sidebar_toptags li {
    font-size: 15px;
    height: 42px;
    margin: 0px 0px;
    padding: 0 0 0 17px;
    line-height: 42px;
    color: #6E7173;
}

    #sidebar_toptags li > a:link, #sidebar_toptags li > a:visited, #sidebar_toptags li > a:active {
        color: #6E7173;
        text-decoration: none;
    }

    #sidebar_toptags li:hover {
        margin-left: 10px;
        background-color: #f7f7f7;
        border-radius: 5px;
        margin: 0px 5px;
        font-size: 25px;
    }

/* 随笔分类 */
#sidebar_categories li {
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    height: 42px;
    margin: 0px 0px;
    padding: 0 0 0 17px;
    line-height: 42px;
}

    #sidebar_categories li > a:link, #sidebar_categories li > a:visited, #sidebar_categories li > a:active {
        color: #6E7173;
        text-decoration: none;
    }

    #sidebar_categories li:hover {
        margin-left: 10px;
        background-color: #f7f7f7;
        border-radius: 5px;
        margin: 0px 5px;
        font-size: 25px;
    }

/* 最新评论 */
#sidebar_recentcomments li {
    margin: 8px 0;
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    font-size: 15px;
    padding: 0 15px;
}

    #sidebar_recentcomments li, #sidebar_recentcomments li > a:link, #sidebar_recentcomments li > a:visited, #sidebar_recentcomments li > a:active, #sidebar_recentcomments li > a:hover {
        color: #6E7173;
    }

/* 阅读排行 */
#sidebar_topviewedposts li {
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    margin: 8px 0;
    font-size: 15px;
    padding: 0 15px;
}

    #sidebar_topviewedposts li, #sidebar_topviewedposts li > a:link, #sidebar_topviewedposts li > a:visited, #sidebar_topviewedposts li > a:active, #sidebar_topviewedposts li > a:hover {
        color: #6E7173;
    }

/* 推荐排行 */
#sidebar_topdiggedposts li {
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    margin: 8px 0;
    font-size: 15px;
    padding: 0 15px;
}

    #sidebar_topdiggedposts li, #sidebar_topdiggedposts li > a:link, #sidebar_topdiggedposts li > a:visited, #sidebar_topdiggedposts li > a:active, #sidebar_topdiggedposts li > a:hover {
        color: #6E7173;
    }

/**几个分类列表的标题样式**/
.entrylistTitle, .PostListTitle, .thumbTitle, #myposts .myposts_title {
    padding-bottom: 3px;
    padding-right: 10px;
    width: 100%;
    color: #6E7173;
    text-align: left;
    border-bottom: 0px !important;
    font-size: 23px;
    font-weight: 300;
    font-family: 微软雅黑, Helvetica, Arial, sans-serif;
}

.entrylistItem {
    width: 93%;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 40px;
}

.entrylistPosttitle {
    border-bottom: 0px;
    font-size: 22px !important;
}

    .entrylistPosttitle > a:active, .entrylistPosttitle > a:link, .entrylistPosttitle > a:visited {
        color: #443f3f !important;
        font-weight: bold;
        line-height: 1.5em;
        width: 100%;
        font-family: 微软雅黑, Helvetica, Arial, sans-serif;
    }

.entrylistItemTitle:hover {
    margin-left: 20px;
    color: #443f3f;
}

.entrylistPosttitle a:hover {
    text-decoration: none;
}

.entrylistPostSummary {
    margin-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 300;
    font-family: 微软雅黑;
}

.entrylistItemPostDesc {
    text-align: right;
    color: #666;
}

    .entrylistItemPostDesc a:link, .entrylistItemPostDesc a:visited, .entrylistItemPostDesc a:active {
        color: #666;
    }

    .entrylistItemPostDesc a:hover {
        color: #f60;
    }

.dayTitle {
    display: none;
}

a:hover {
    color: #017BC6;
}

.day {
    width: 93%;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 40px;
}

.postTitle {
    font-family: "Microsoft YaHei","黑体","宋体",sans-serif;
    font-size: 15px;
    font-weight: 300;
    border-bottom: none !important;
}

    .postTitle > a:active, .postTitle > a:link, .postTitle > a:visited {
        font-family: 微软雅黑;
        font-size: 22px;
        font-weight: bold;
        color: #443f3f;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .postTitle > a:hover {
        margin-left: 20px;
    }

.postBody {
    padding-top: 6px;
}

    .postBody a:link, .postBody a:visited, .postBody a:active {
        color: #017BC6;
        text-decoration: none !important;
    }

    .postBody a:hover {
        text-decoration: underline !important;
    }

.postDesc {
    text-align: right;
    font-family: 微软雅黑;
    box-sizing: border-box;
    padding-left: 1px;
    border-bottom: 0px !important;
}


#topics {
    width: 94%;
}

.postBody ul, .postCon ul {
    margin-left: 2em;
}

.postBody li, .postCon li {
    list-style-type: disc !important;
    margin-bottom: 0.3em;
    font-size: 16px;
    color: #444444;
}

.postCon {
    font-size: 16px;
    font-weight: 300;
    font-family: 微软雅黑;
}

div.commentform textarea {
    width: 80%;
    height: 200px;
    border: 1px solid #f7f7f7;
    border-radius: 6px;
    padding: 5px;
    font-family: 微软雅黑;
    font-size: 14px;
}

#under_post_news {
    display: none;
}

#under_post_kb {
    display: none;
}

/* 博客标题 */
#cnblogs_post_body h2 {
    font-size: 19px;
    font-family: 微软雅黑;
    color: #443f3f;
    margin-top: 20px;
}

#cnblogs_post_body h3 {
    font-size: 18px;
    font-family: 微软雅黑;
    color: #443f3f;
}

/* 博文字体 */
#cnblogs_post_body {
    font-family: consolas,微软雅黑;
    color: #444444;
}

    #cnblogs_post_body p {
        font-size: 16px;
        font-family: 微软雅黑;
        color: #444444; /*#71767C  #2f2f2f */
        line-height: 1.7;
        font-weight: normal;
        text-align: justify;
        margin: 5px auto;
    }

/*引用*/
blockquote {
    border: 0px;
}

#cnblogs_post_body blockquote {
    box-sizing: border-box;
    margin: 2.5em 0;
    padding: 0 0 0 50px;
    color: #555;
    border-left: none;
    background: rgba(18, 126, 186, 0)!important;
}

    #cnblogs_post_body blockquote:before {
        content: "\201C";
        display: block;
        font-family: times;
        font-style: normal;
        font-size: 50px;
        color: #444;
        font-weight: bold;
        line-height: 30px;
        margin-left: -50px;
        position: absolute;
    }

/*行内代码*/
#cnblogs_post_body p code, #cnblogs_post_body li code, #cnblogs_post_body table code {
    margin: auto 1px;
    color: #c7254e;
    font-weight: normal;
    line-height: 1.2;
    font-family: consolas !important;
    font-size: 16px!important;
    vertical-align: middle;
    border: 1px solid #F6F6F6!important;
}

/*博文版权*/
#Copyright {
    padding: 10px 0px 10px 5px;
    margin-top: 20px;
    border-left: 5px solid #00539F;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-radius: 5px;
    padding-left: 35px;
}

    #Copyright a {
        color: #444444;
    }

/* 博文推荐 */
/* #div_digg {
    position: fixed;
    right: 20px;
    bottom: 20px;
} */

/************文章目录 start ************/
#sideBarDir {
    position: fixed;
    top: 20%;
    left: 0px;
    width: auto;
    height: auto;
}

#sideBarTab {
    cursor: pointer;
    padding: 5px 2px 7px 1px;
    float: right;
    width: 30px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    border-radius: 3px;
    border-right: none;
    text-align: center;
    background: #D4D2D2;
}

#sideBarContents {
    float: left;
    overflow: auto;
    overflow-x: hidden;
    color: #2f2f2f;
    width: auto;
    max-height: 350px;
    max-width: 250px;
    border: 2px dashed #543044;
    border-radius: 3px;
    background: #FFF;
    margin-left: 5px;
    opacity: 1;
    font-size: 15px;
    /* font-family: "lucida grande"; */
}

    #sideBarContents #btnCloseDir {
        position: absolute;
        right: 10px;
		top: 5px;
        cursor: pointer;
        text-decoration: none;
    }

    #sideBarContents dl {
        margin: 5px;
        padding: 5px;
    }

    #sideBarContents dd {
        margin-left: 15px;
        margin-top: 5px;
    }

    #sideBarContents dt {
        margin: 5px;
    }

    #sideBarContents dd, dt {
        cursor: pointer;
    }

        #sideBarContents dd:hover, dt:hover {
            color: #017BC6;
        }

/************文章目录 end ************/

.feedbackCon {
    background: none;
    padding: 15px 18px 10px 10px;
    min-height: 50px !important;
}

    .feedbackCon .body_right img {
        border-radius: 50%;
    }

.blog_comment_body {
	border-radius: 8px;
    max-width: 85%;
    padding: 8px;
    font-size: 13px;
    color: #434b69;
    background-color: #EFEFEF;
}

#comment_form_container p:nth-of-type(3) {
    display: none;
}

.comment_btn {
    height: 35px;
    width: 90px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #9EABB3;
    border-radius: 3px;
    color: #9EABB3;
    font-family: 微软雅黑;
    cursor: pointer;
}

    .comment_btn:hover {
        background: #9EABB3;
        color: #FFF;
    }

#commentbox_opt > a {
    display: none;
}

.commentbox_title_left {
    margin-bottom: 13px;
}

div.commentform p {
    margin-bottom: 10px;
}

div.commentform textarea.comment_textarea {
    border: 1px solid #9EABB3;
}

#ad_t2, #ad_c1, #ad_c2 {
    display: none;
}

#blog-comments-placeholder {
    width: 94%;
}

#comment_form {
    width: 94%;
}

.louzhu {
    color: red;
}

#footer {
    border-top: 1px solid #9EABB3;
}

img[alt="计数器"] {
    position: absolute;
    left: 47%;
    margin-bottom: 5px;
}

/*代码块*/
pre {
    white-space: pre;
    word-wrap: normal;
}

/*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/
.cnblogs-markdown .hljs {
    display: block !important;
    overflow-x: auto !important;
    padding: 1em !important;
    background: #272822 !important;
    border-radius: 5px !important;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
    font-size: 1.2em !important;
}

.hljs,
.hljs-tag,
.hljs-subst {
    color: #f8f8f2 !important;
}

.hljs-strong,
.hljs-emphasis {
    color: #a8a8a2 !important;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-literal,
.hljs-link {
    color: #ae81ff !important;
}

.hljs-regexp,
.hljs-meta {
    color: #fd971f !important;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-class {
    color: #a6e22e !important;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-emphasis {
    font-style: italic !important;
}

.hljs-selector-tag,
.hljs-symbol,
.hljs-name,
.hljs-attr {
    color: #f92672 !important;
}

.hljs-keyword,
.hljs-attribute {
    color: #66d9ef !important;
}

.hljs-params,
.hljs-class .hljs-title {
    color: #f8f8f2 !important;
}

.hljs-string,
.hljs-type,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
    color: #e6db74 !important;
}

.hljs-comment,
.hljs-deletion {
    color: #75715e !important;
}
.hahahaha{ margintop:300px;
           height:100px;
           width:150px;}
/**************************************/