#EntryTag {
    margin-top: 20px;
    font-size: 9pt;
    color: #808080
}

.topicListFooter {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px
}

#divRefreshComments {
    text-align: right;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 9pt
}

* {
    margin: 0;
    padding: 0
}

body {
    background-image: url("https://cdn.jsdelivr.net/gh/Liyi-han/Pictures@main/202602011819340.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

li {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

a:link, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none
}

.clear {
    clear: both
}

#home {
    background-color: #fff;
    font-size: 12px;
    color: #000;
    padding-top: 30px;
    padding-right: 25px;
    word-wrap: break-word;
    box-shadow: 0 0 25px black;
    position: relative;
    width: 925px;
    margin: 15px auto;
    line-height: 1.5
}

#header {
    margin-bottom: 15px;
    padding-left: 45px
}

#blogTitle {
    margin-bottom: 15px
}

#lnkBlogLogo {
    background-color: #1E3A8A;
    width: 20px;
    height: 120px;
    display: block;
    position: absolute;
    left: 0
}

#blogLogo {
    display: none
}

#blogTitle h1 {
    font-size: 400%
}

#blogTitle h2 {
    display: block !important;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 5px;
}

#navList {
    overflow: auto;
    margin-bottom: 10px
}

    #navList li {
        float: left
    }

.menu {
    color: #808080 !important;
    margin-right: 30px;
    font-size: 250%
}

#navList a[href="https://www.cnblogs.com/"] {
    color: #000 !important
}

.blogStats {
    text-align: right;
    color: #808080
}

#main {
    overflow: auto;
    padding-left: 25px
}

#mainContent {
    float: left;
    width: 650px
}

.day {
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.dayTitle {
    background-color: #2A52BE;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px
}

    .dayTitle a {
        color: #fff;
        font-size: 133%
    }

.postTitle {
    background-image: url("https://cdn.jsdelivr.net/gh/Liyi-han/Pictures@main/202602012046813.png");
    background-repeat: repeat-y;
    background-position: -10px 0;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5
}

.postTitle2 {
    font-size: 200%
}

.postCon {
    font-size: 116%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    overflow: auto
}

.postDesc {
    color: #808080;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px
}

    .postDesc a {
        color: #808080
    }

.postSeparator {
    border-bottom: 1px dashed #000;
    margin-bottom: 10px
}

.topicListFooter {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0
}

    .topicListFooter a {
        color: #1E3A8A
    }

#sideBar {
    width: 225px;
    float: right
}

#sideBarMain {
}

    #sideBarMain li {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
    }

        #sideBarMain li a {
            color: #8b8b8b;
        }

.newsItem {
    border: 1px solid #000;
    padding: 15px;
    margin-bottom: 15px
}

/* 日历总体样式设置 */
.Cal {
    /*无外边框，无背景颜色*/
    width: 196px; /*日历宽度*/
    font-family: Arial; /*字体样式*/
    font-size: 10px; /*字体大小*/
    color: #8b8b8b; /*字体颜色*/
    margin-top: 15px;
    margin-bottom: 15px;
    height: 214.4px;
    margin-left: 0;
    border-collapse: collapse;
    table-layout: fixed; /* 列宽均匀分配 */
    text-align: center;
    vertical-align: middle; /* 文字26垂直居中 */
    padding: 0; /* 去掉内边距，避免行高被撑开 */
}
    /* 所有行的单元格统一高度 */
    .Cal th, .Cal td {
        /*        width: 14.28%;*/
        height: 26px; /* 固定高度（所有行一致） */
    }

/*表头  年份-月份栏配置*/
.CalTitle {
    border-bottom: 1px solid #8b8b8b; /*下方实线边框*/
    font-size: 14px; /*字体大小*/
    margin-left: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
}
/*日历的第一行  星期信息栏配置*/
.CalDayHeader {
    font-size: 14px; /*字体大小*/
    border-bottom: 1px dashed #8b8b8b; /* 下方虚线边框 */
}
/* 今日日期样式 */
.CalTodayDay {
    border: 1px dashed #8b8b8b;
}
/* 日历上月/下月切换样式 */
.CalNextPrev {
    width: 30px;
}
/*链接样式*/
.Cal a {
    color: #fff; /*字体颜色*/
    display: inline-block;
    width: 17.5px;
    height: 17px;
    border-radius: 10%;
    background-color: #2a7fff;
}

/* 日历上月/下月切换链接样式重置 */
.CalNextPrev a {
    color: #8b8b8b;
    background-color: #fff; /*背景颜色*/
}

.div_my_zzk {
    position: relative
}

.input_my_zzk {
    width: 155px;
    height: 25px;
    padding-right: 30px;
    width: 100px\9;
    height: auto\9;
    padding-right: 0px\9
}

.btn_my_zzk {
    background-repeat: no-repeat;
    background-size: 25px;
    background-color: transparent;
    width: 25px;
    height: 25px;
    color: transparent;
    border: 0;
    border-style: none;
    position: absolute;
    cursor: pointer;
    top: 2px;
    right: 6px;
    background-repeat: repeat\9;
    background-size: auto\9;
    background-color: green\9;
    width: auto\9;
    height: auto\9;
    color: white\9;
    border: 0px\9;
    border-style: none\9;
    position: static\9;
    cursor: pointer\9
}

#btnZzk {
    background-image: url("images/search.png");
    background-image: none\9;
    background-image: none\0
}

.mySearch input[value="è°·æ­Œæœç´¢"] {
    background-image: url("images/google.png");
    background-image: none\9;
    background-image: none\0
}

#leftcontentcontainer > div {
    margin-top: 50px;
    margin-bottom: 15px;
    font-family: Arial; /*字体样式*/
    color: #8b8b8b
}

.catListTitle {
    font-size: 26px;
    margin-bottom: 5px;
    border-bottom: 1px solid #8b8b8b; /*下方实线边框*/
    width: 196px;
}

.recent_comment_body {
    text-indent: 2em;
    font-size: 85%;
    color: #808080 !important;
    overflow: visible !important;
    white-space: normal !important
}

.recent_comment_author {
    border-bottom: 1px dashed #000;
    font-size: 85%;
    color: #1E3A8A !important;
    overflow: visible !important;
    white-space: normal !important
}

#topics {
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.postBody {
    font-size: 116%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px
}

#cnblogs_post_body {
    margin-bottom: 30px;
    overflow: auto
}

#MySignature {
    box-shadow: 0 0 15px #aaa;
    padding: 10px;
    margin-bottom: 10px;
    color: #8b8b8b;
}

#BlogPostCategory, #BlogCollection {
    margin-bottom: 5px
}

#EntryTag {
    margin-top: 0;
    text-align: right
}

    #EntryTag a {
        color: #fff;
        background-color: #1E3A8A;
        padding: 1px 3px 1px 3px
    }

.feedback_area_title {
    color: #fff;
    font-size: 133%;
    background-color: #2A52BE;
    padding: 3px 15px 3px 15px;
    margin-bottom: 10px
}

.feedbackItem {
    position: relative;
    border-bottom: 1px solid #000;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px
}

.feedbackListSubtitle {
    margin-left: 65px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #000
}

.feedbackManage {
    position: absolute;
    bottom: 0;
    right: 15px
}

    .feedbackManage a {
        color: #808080
    }

    .feedbackManage + a[href^="#"] {
        display: block;
        width: 50px;
        height: 50px;
        background-color: #1E3A8A;
        position: absolute;
        color: #fff;
        font-size: 133%;
        text-align: center;
        left: 15px
    }

.louzhu {
    color: #2A52BE
}

.feedbackCon {
    padding-left: 65px;
    margin-bottom: 35px;
    font-size: 116%
}

#comment_nav {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #1E3A8A
}

    #comment_nav a {
        color: #fff;
        font-size: 116%
    }

.entrylistTitle, .PostListTitle, .thumbTitle {
    background-color: #2A52BE;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 133%
}

.entrylistDescription, .thumbDescription {
    background-color: #1E3A8A;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    color: #fff;
    text-align: right
}

.entrylistItem {
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.entrylistPosttitle {
    background-image: url("images/logo.png");
    background-repeat: repeat-y;
    background-position: -10px 0;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.entrylistItemTitle {
    font-size: 200%
}

.entrylistPostSummary {
    font-size: 116%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px
}

.entrylistItemPostDesc {
    color: #808080;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px
}

    .entrylistItemPostDesc a {
        color: #808080
    }

.entrylist .postSeparator {
    display: none
}

.PostList {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000
}

.postTitl2 {
    float: left;
    margin-bottom: 5px
}

.postDesc2 {
    float: right;
    color: #808080;
    margin-bottom: 5px
}

.postText2 {
    clear: both;
    color: #808080;
    margin-bottom: 5px
}

.divPhoto {
    border: 1px solid #1E3A8A;
    padding: 2px;
    margin-right: 10px;
    opacity: .5
}

    .divPhoto:hover {
        opacity: 1
    }

#footer {
    text-align: center;
    border-top: 2px solid #1E3A8A;
    margin-top: 50px;
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px
}

.postBody h1 {
    display: block;
    font-size: 3em;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody h2 {
    display: block;
    font-size: 2em;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody h4 {
    display: block;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody h5 {
    display: block;
    font-size: .83em;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody h6 {
    font-size: 100%;
    font-size: .67em;
    font-weight: bold;
    margin: 15px auto 2px auto
}

.postBody a {
    color: #1E3A8A;
    padding: 1px 3px 1px 3px
}

    .postBody a:hover {
        background-color: #1E3A8A;
        color: #fff
    }

.postBody blockquote {
    background: url("images/quote.png") no-repeat -75px -20px #f0f0f0;
    border-radius: 10px;
    margin: 20px 0;
    padding: 20px 50px
}

.postCon a {
    color: #1E3A8A;
    padding: 1px 3px 1px 3px
}

    .postCon a:hover {
        background-color: #1E3A8A;
        color: #fff
    }

.c_b_p_desc_readmore {
    color: #2A52BE !important
}

    .c_b_p_desc_readmore:hover {
        color: #fff !important;
        background-color: #2A52BE !important
    }

#cnblogs_post_body img {
    max-width: 620px
}

.clickable:hover {
    background: #2A52BE !important;
    color: #fff !important;
}

/** 右侧导航 */
#right_meun {
    position: fixed;
    left: calc(50% + 200px);
    top: 100px;
    display: none;
    text-align: left;
    border-left: 1px solid #ddd;
    font-size: 12px;
    /* 保留宽度225px */
    max-width: 200px;
    padding: 0 15px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #2a7fff #f5f5f5;
}

    /* 美化webkit内核浏览器滚动条 */
    #right_meun::-webkit-scrollbar {
        width: 4px;
    }

    #right_meun::-webkit-scrollbar-thumb {
        background-color: #2a7fff;
        border-radius: 2px;
    }

    #right_meun li {
        list-style: none !important;
        position: relative;
        /* 保留减少缩进的设置（10px） */
        padding-left: 2px;
        margin: 8px 0;
    }

    #right_meun a {
        display: inline-block;
        margin-left: 5px;
        white-space: nowrap;
        text-decoration: none;
        color: #313131;
        outline: 0;
        padding: 1px 3px;
    }

        #right_meun a:hover {
            color: #fff !important;
            background-color: #2a7fff !important;
        }

    #right_meun > li::before {
        position: absolute;
        top: 6px;
        left: 0;
        display: inline-block;
        width: 7px;
        height: 7px;
        content: '';
        border-radius: 50%;
        background-color: #2a7fff;
    }

/* 保留880px隐藏的响应式规则 */
@media (max-width: 880px) {
    #right_meun {
        display: none !important;
    }
}
