body {
	padding: 0;
	margin:0;
	background-color: #f6f8fa;
    color: #4a4a4a;
    line-height: 1.5;
    font-size: 16px;
    font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Heiti SC","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif,"WenQuanYi Micro Hei";
}
a{
    color: #0366d6;
	text-decoration: none;
}
a:hover {
    color: #586069;
}
p {
    margin-top: 16px;
    margin-bottom: 16px;
}
.clear {
	clear: both;
}

/*滚动条*/
::-webkit-scrollbar {
    height: 10px;
    width: 11px;
    background: rgba(222,222,222,.5);
    transition: all .3s ease-in-out;
    border-radius: 5px
}
::-webkit-scrollbar-button {
    display: none
}
::-webkit-scrollbar-track {
    background-color: #fff
}
::-webkit-scrollbar-track:hover{
    background-color: rgba(0,0,0,.15)
}
::-webkit-scrollbar-thumb {
    width: 11px;
    min-height: 15px;
    background: rgba(0,0,0,.3);
    transition: all .3s ease-in-out;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,.6)
}
::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.8)
}

#home {
    position: relative;
}

#header, #topics .postTitle {
    position: relative;
    background-image: 
    url("https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200618070837top.jpg");
    width: 100%;
    height: 300px;
    padding-top: 50px;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    /*处理IE8下显示不正确问题*/
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://images.cnblogs.com/cnblogs_com/cnsevennight/619778/o_200328163813bg.png',sizingMethod='scale') \9;
    clear: both;
}

#lnkBlogLogo {
    display: none;
}
#navigator {
	top: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 9999;
	background-color: #fff;
	height: 50px;
	border-bottom: 1px solid #e1e4e8;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

#navList {
    list-style: none;
    padding: 0;
    margin: 0;
}
#navList {
    margin-left: 12px;
}
#navList li {
	float: left;
	margin: 0 12px;
}
#navList a.menu {
	color: #4a4a4a;
    line-height: 50px;
}
#navList a.menu:hover {
    color: #3273dc;
}
.blogStats {
	float: right;
    padding: 0 12px;
    font-size: 14px;
    line-height: 50px;
}

#blogTitle {
	margin: 0 auto;
    text-align: center;
    color: #fff;
    position: relative;
    top: 30%;
}
#blogTitle h1, #blogTitle h2, #blogTitle a{
	color: #fff;
}
#blogTitle h2 {
    font-weight: 500;
    font-size: 22px;
}

#main {
    margin: 0 auto;
    max-width: 1344px;
}

#main {
    margin-top: 40px;
    margin-bottom: 40px;
}


#mainContent {
	display: block;
	width: 75%;
	float: left;
    padding-right: 12px;
    margin-left: -12px;
}
.forFlow {
	background-color: #fff;
    border: 1px solid #d1d5da;
	color: #4a4a4a;
    display: block;
    padding: 20px;
}

#sideBar {
	display: block;
	width: 25%;
	float: left;
}
#sideBarMain {
    padding-left: 12px;
}
#sideBarMain h3 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

#sideBar ul, #sideBar li {
	list-style: none;
	padding: 0;
	margin:0;
}
#sideBar li {
    margin-bottom: 3px;
}


/* 侧边栏各种组件样式 */
#sideBarMain a {
    color: #0366d6;
}
#sideBarMain a:hover {
    color: #586069;
}
.catListTag li, .catListPostCategory li{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.8;
    word-break: keep-all;
}
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag,
.catListBlogRank, .catListPostCategory, .catListPostArchive, .catListArticleArchive,
.catListImageCategory, .mySearch, .catListComment, .catList, .catListView, .catListFeedback{
    position: relative;
    background-color: #fff;
    border: 1px solid #d1d5da;
    padding: 20px;
    margin-bottom: 24px;
}
.recent_comment_body, .recent_comment_author{
    font-size: 14px;
    color: #6a737d;
}
.recent_comment_author {
    text-align: right;
    margin-bottom: 5px;
}


/* 搜索框优化 */
.div_my_zzk {
    width: 100%;
    display: flex!important;
}
input.btn_my_zzk {
    height: 32px;
    width: 90px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1074e7;
    border: 1px solid #1074e7;
    border-radius: 3px;
    transition: .2s;
}
input.btn_my_zzk:hover {
    text-decoration: none;
    background-color: #0366d6;
    border-color: #0366d6;
}
input.input_my_zzk {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    font-size: 14px;
    color: #24292e;
    border: 1px solid #d1d5da;
    border-radius: 3px;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(27,31,35,0.075);
}
input.input_my_zzk:focus {
    border: 1px solid #2188ff;
    outline: none;
}
#widget_my_google {
    margin-top: 10px;
}

/* 日历 */
#blog-calendar {
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
    border: 1px solid #d1d5da;
}
#blog-calendar>table {
    width: 100%;
    padding: 16px;
}
#blog-calendar>table tr>td a {
    display: block;
}
#blog-calendar>table tr>td a:hover {
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(32,33,36,0.039);
}
.CalTitle {
    position: relative;
    width: 100%;
}
.CalTitle td {
    float: left;
    padding-left: 10px;
    font-size: 14px;
    color: #3c4043;
}
.CalTitle .CalNextPrev {
    position: absolute;
    right: 0;
    float: right;
}
.CalTitle .CalNextPrev:first-child {
    right: 30px;
}
.CalTitle .CalNextPrev a {
    padding: 0 10px;
}
.CalTitle .CalNextPrev a:hover {
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(32,33,36,0.039);
}
#blog-calendar>table tr>td, .CalWeekendDay, .CalDayHeader {
    height: 24px;
    font-size: 14px;
    color: #3c4043;
}
.CalOtherMonthDay {
    color: #959da5!important;
}
.CalTodayDay {
    background-color: #1a73e8;
    color: #fff!important;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* 通用文章及列表 */
.postCon, .entrylistPostSummary {
    margin-top: 16px;
    margin-bottom: 16px;
}
.postTitle a, .PostList .postTitl2 a, .entrylistPosttitle a {
    color: #0366d6;
    font-size: 24px;
    font-weight: 500;
}
.postTitle a:hover, .PostList .postTitl2 a:hover, .entrylistPosttitle a:hover {
    color: #586069;
}
.postDesc, .postDesc2, .entrylistItemPostDesc {
    border-bottom: 1px solid rgba(219,219,219,.5);
}
.postDesc, .postDesc a, .postDesc2, .entrylistItemPostDesc, .entrylistItemPostDesc a {
    color: #b5b5b5!important;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.postDesc a:hover, .entrylistItemPostDesc a:hover {
    color: #4a4a4a!important;
}
.postDesc2 {
    font-size: 16px!important;
}
.dayTitle {
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    text-align: left;
}
.dayTitle a {
    display: inline-block;
    color: #000;
    padding: 5px;
    border-bottom: 3px solid #000;
}
.dayTitle a:hover {
    opacity: 0.8;
}

/*分页*/
.pager {
    margin: 16px 0;
    font-size: 14px;
    text-align: center;
}
.topicListFooter a, .Pager a {
    border: 1px solid #dbdbdb;
    color: #363636;
    padding: 5px 10px;
    border-radius: 100px;
    transition: border-color 100ms linear;
}
.topicListFooter a:hover, .Pager a:hover {
    cursor: pointer;
    border-color: #0366d6;
}


/* 底部 */
#footer {
    background-color: #2f363d;
    text-align: center;
    color: #fff;
    padding: 40px 0 90px;
}


/* 文章页 */
.post .postTitle {
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    position: absolute!important;
    text-align: center;
}
.post .postTitle a {
    color: #fff;
    position: relative;
    top: 45%;
    z-index: 999;
}
.post .postTitle a {
    font-size: 28px!important;
}
.post .postBody {
    margin-bottom: 16px;
}
.post #EntryTag a {
    margin-left: 7px;
}

/* 随笔页 */
.PostListTitle, .entrylistTitle, .thumbTitle {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 28px;
}
#myposts {
    margin: 0;
}
#myposts .postText2 {
    font-size: 14px;
    margin: 16px 0;
}
#myposts .PostList {
    margin: 0;
    font-size: 14px;
}

/* 标签页 */
#taglist_title_wrap {
    margin: 0;
    text-align: left;
}
#taglist_title {
    margin: 16px 0;
    font-size: 28px;
}
#taglist table {
    width: 100%;
}
#taglist table td {
    width: 20%;
}

/* 分类页 */
.entrylistDescription, .thumbDescription{
    margin-bottom: 16px;
    font-size: 14px;
    color: #6a737d;
}

/* 日期档案页 */

/* 我的随笔页 */

/* 我的评论页 */

/* 我的参与页 */

/* 最新评论页 */

/* 我的标签页 */

/* 相册页 */
.gallery {
    width: 100%;
    text-align: center;
}
.gallery .thumbTitle, .gallery .thumbDescription{
    text-align: left;
}
.galleryTitle {
    text-align: center;
    font-size: 16px;
}
.gallery>table {
    width: 100%;
}
.gallery>table>tbody>tr>td {
    width: 20%;
}
.gallery .divPhoto {
    width: 100%;
    max-width: 230px;
    height: auto;
}
.gallery .divPhoto a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #F5F5F5;
}
.gallery .divPhoto a:hover{
    opacity: 0.7;
}
.ThumbNail img {
    width: 100%;
}
.gallery img {
    max-width: 100%;
}



/* 评论列表 */
.feedbackItem {
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}
.feedbackItem:hover .comment_actions{
    display: block;
}
.feedbackCon {
    line-height: 24px;
    font-size: 14px;
    word-break: break-word;
}
.comment_actions {
    display: none;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    bottom: 30px;
    right: 130px;
    transition: display 1000ms linear;
}
.comment_vote a {
    font-size: 14px;
    color: #b5b5b5!important;
}
.comment_actions a, .comment_vote a {
    font-weight: normal!important;
}


/* 评论框 */
.comment_textarea {
    width: 100%;
}
.comment_textarea, .comment_textarea textarea {
    background-color: #fff;
}
.comment_textarea:hover {
    border-color: #0366d6;
    transition: all 0.1s ease-in;
}
div.commentform textarea {
    height: auto;
    min-height: 100px;
}
#commentbox_opt {
    line-height: 32px;
}
#commentbox_opt a {
    padding: 0 10px;
}
.comment_btn {
    float: right;
    height: 32px;
    width: 90px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    background-color: #1074e7;
    border: 1px solid #1074e7;
    border-radius: 3px;
    transition: .2s;
}
.comment_btn:hover {
    text-decoration: none;
    background-color: #0366d6;
    border-color: #0366d6;
}
#comment_form_container p {
    text-align: right;
    color: #b5b5b5!important;
    font-size: 14px;
}
#comment_form_container {
    margin-top: 32px;
    margin-bottom: 100px;
}
#comment_nav {
    position: fixed;
    right: 16px;
    bottom: 50px;
    z-index: 9999;
}
#comment_nav a {
    font-size: 14px;
    line-height: 1.25;
    display: block;
    width: 40px;
    background-color: #fff;
    padding: 3px;
    margin-bottom: 10px;
    color: #6E7173;
    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}
#comment_nav a:hover {
    cursor: pointer;
    border-color: #999;
}
#tbCommentBodyPreview {
    margin: 0;
}
#tbCommentBodyPreview p {
    text-align: left;
}
.feedbackListSubtitle {
    color: #fff;
}
.feedbackListSubtitle a {
    color: #586069;
    font-weight: bold;
}
.feedbackListSubtitle span {
    color: #4a4a4a;
}
.feedbackListSubtitle .layer {
    color: 	#0366d6;
    border: 1px solid #0366d6;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: normal;
}
.feedbackListSubtitle .louzhu {
    color: #d73a49;
    border: 1px solid #d73a49;
    padding: 2px 4px;
    font-size: 14px;
    border-radius: 3px;
}
.feedbackListSubtitle .comment_date {
    float: right;
    color: #b5b5b5!important;
}


/* 文章页信息 */
#blog_post_info {
    margin-top: 48px;
}
#blog_post_info #green_channel {
    text-align: center;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 16px 0;
}
.author_avatar {
    border-radius: 50%;
    box-shadow: 0 1px 5px rgba(27,31,35,0.15);
    padding: 0;
    margin: 0;
    width: 55px;
    height: 55px;
}
#author_profile_detail a {
    font-size: 16px;
    line-height: 1.25;
}
#author_profile_detail a:hover {
    text-decoration: none;
}

#post_next_prev , #post_next_prev a {
    font-size: 16px;
}
#author_profile {
    border: #c0c0c0 1px dashed;
    margin: 0 auto;
    float: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 5px;
}
#author_profile_info {
    float: none;
    margin: 0 auto;
}
.author_avatar {
    float: none;
}
#author_profile_detail {
    float: none;
}

#div_digg {
    float: none;
    text-align: center;
    width: 100%;
}
.diggit, .buryit {
    float: none;
    display: inline-block;
}

/* 代码块美化 */
.cnblogs_code {
    border-radius: 5px;
    border: 0;
    padding: 10px 20px;
}
.cnblogs_code_toolbar {
    float: right;
}



/* 适配屏幕 */
@media (max-width: 1200px) {
    #mainContent {
        width: 65%;
    }
    #sideBar {
        min-width: 300px;
    }
}

@media (max-width: 992px) {
    #mainContent {
        width: 55%;
    }
}

@media (max-width: 768px) {
    body {
        overflow-x: hidden;
        line-height: 1.6;
        font-size: 16px!important;
    }
    ::-webkit-scrollbar {
        height: 3px;
    }
    #mainContent {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #sideBar {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 32px;
    }
    #sideBarMain {
        padding: 0;
    }
    #main, .forFlow, #comment_form, .commentform, .postTitle, .postCon, .postDesc{
        padding: 0!important;
        margin: 0!important;
    }
    #main {
        width: 100%;
        max-width: 100%;
    }
    #blogTitle {
        width: 90%;
    }
    .forFlow {
        background: transparent;
        border: 0!important;
    }
    .dayTitle {
        text-align: center;
    }
    .dayTitle a {
        border: 0;
        display: inline-block;
        color: rgba(0,0,0,0.3);
        padding: 5px;
    }
    .postTitle, .postCon, .postDesc {
        padding-left: 16px!important;
        padding-right: 16px!important;;
        background-color: #fff;
    }
    .postTitle {
        padding-top: 16px!important;
        padding-bottom: 5px!important;
    }
    .postCon {
        padding-bottom: 5px!important;
    }
    .postDesc {
        padding-bottom: 16px!important;
    }
    .postTitle a, .PostList .postTitl2 a, .entrylistPosttitle a {
        color: #0366d6;
        font-size: 20px;
        font-weight: 600;
    }
    #widget_my_zzk, #widget_my_google{
        display: flex!important;
    }
    .postBody {
        padding: 20px 16px 12px;
        background-color: #fff;
    }
    #comment_nav {
        display: none;
    }
    .cnblogs_code pre {
        word-wrap: normal;
        white-space: pre;
    }
    .cnblogs_code_toolbar {
        display: none;
    }
    .post .postBody {
        margin-bottom: 0;
    }
    #blog-comments-placeholder {
        padding: 20px 16px 12px;
        background-color: #fff;
    }
    .comment_actions {
        display: block!important;
    }

    .PostListTitle, #taglist_title, .entrylistTitle, .thumbTitle{
        padding: 16px 16px 0 16px;
        margin: 0;
        background-color: #fff;
    }
    #myposts, #taglist, .entrylistItem, .entrylistDescription, .thumbDescription{
        background-color: #fff;
        padding: 16px 0;
    }
    #myposts .PostList, .entrylistItem, .thumbDescription{
        padding-left: 16px;
        padding-right: 16px;
    }
    .entrylistDescription, .thumbDescription {
        margin: 0;
    }
    .postDesc, .postDesc2, .entrylistItemPostDesc {
        font-size: 12px;
    }
    .PostList {
        word-wrap: break-word;
    }
    .pager {
        background-color: #fff;
        padding: 16px 0;
        margin: 0!important;
    }
    #myposts .pager {
        text-align: center;
    }
    #taglist_main {
        margin-top: 0;
    }

    #taglist table td {
        width: auto;
    }
    #taglist td {
        padding: 0 16px;
    }
    .gallery .divPhoto {
        width: 100%;
        max-width: 100%;
    }
    .post .postTitle {
        padding: 0!important;
        margin: 0!important;
    }
}

@media (max-width: 544px) {
    #navList {
        display: block;
    }
    .blogStats {
        display: none;
    }
}


/*名称字体*/
#blogTitle a { font-family: "Comic Sans MS"; }

/*各种小组件细节*/
.post #BlogPostCategory a { margin-left: 7px; }
#commentform_title {display:none;}
.login_tips {background-image: none;padding: 0;margin: 0;}


#topics .postDesc { display:none; font-size: 16px; font-weight: 300; color: #fff!important; position: absolute; width: 100%; top: 80%;border:0!important;background-color:transparent!important;padding: 0!important;}
#topics .postDesc a {font-size: 16px!important; font-weight: 300; color: #fff!important;}
/*返回上一页*/
#back_to_top { text-decoration: none; position: fixed; bottom: 20%; right: 16px; width: 50px; line-height: 36px; font-size: 18px; text-align: center; display: none; border: 1px solid #d1d5da; -webkit-transition: all 0.1s ease-in; -moz-transition: all 0.1s ease-in; -o-transition: all 0.1s ease-in; transition: all 0.1s ease-in; }
#back_to_top:hover { cursor: pointer; border-color: #999; }