*{
    margin:0px;
    paddding:0px;
    font-family: "Noto Sans SC";
    font-weight: 300;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}
body, textarea, input, button, select, keygen, legend {
    color: #7f8c93;
    font: 10px/1.14 Noto Sans SC,\5b8b\4f53;
    outline: 0;
}
body {
    cursor: url(https://blog-static.cnblogs.com/files/miluluyo/cursora.ico),auto;
}
#top_nav{
    display: none;
}
#lnkBlogLogo{
    display: none;
}
#Header1_HeaderTitle {
    font-family: 'Playball',cursive;
    color: #fff;
    font-size: 4vw;
    text-shadow: 0 3px 6px rgb(0 0 0 / 30%);
    margin: 10px 0 10px 0;
    letter-spacing: -1px;
    font-weight: 700;
    animation: fade-in-down 1s both;
    animation-delay: .5s;
    user-select: none;
    text-shadow: 0 0 10px #0ebeff, 0 0 20px #0ebeff, 0 0 50px #0ebeff, 0 0 100px #0ebeff, 0 0 200px #0ebeff;
}
#blogTitle h1{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20px);
    user-select: none;
}
#blogTitle h2 {
    position: absolute;
    left:50%;
    transform: translate(-50%, 30px);
    margin: 0;
    font-size: 2vw;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: .01rem;
    color: rgba(255,255,255,0.8);
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s;
    text-shadow: 0 3px 6px rgb(0 0 0 / 50%);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    font-family: 'Playball',cursive;
    user-select: none;
}
#blogTitle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #000;
    /* background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200618070837top.jpg) center center / cover no-repeat #222; */
    overflow: hidden;
    height: 15rem;
}
#navList {
    text-align: center;
    justify-content: center;
    display: flex;
}
#navList li a::before {
    content:'';
    position:absolute;
    width:0;
    left:50%;
    transform: translate(-50%,0);
    bottom:0;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #ED765E 0%, #FEA858 100%) 2 2 2 2;
}
#navList li a:hover::before {
    width:100%;
    transition:all 0.5s;
}
#navList li {
    font-family: 'Josefin Sans Light',-apple-system,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","'Hiragino Sans GB",STHeiti,"Microsoft Yahei","Source Han Sans SC","Noto Sans CJK SC","WenQuanYi Micro Hei",Arial,Verdana,sans-serif;
    color: #95a5a6;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
}
#navList li a {
    position: relative;
    padding: 0 17px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
#navList li a:hover {
    color: #f60;
    font-weight: 500;
    display: inline-block;
}
a:hover{
    color: #f60;
}
a {
    color: #2daebf;
    text-decoration: none;
}
li{
    list-style: none;
}
#navigator {
    width: 100%;
    box-shadow: 0 1px 3px rgb(26 26 26 / 10%);
    background: hsla(0,0%,100%,.6);
    z-index: 1;
}
.blogStats{
    display: none;
}
.poem-wrap {
    position: relative;
    width: 1000px;
    max-width: 80%;
    border: 2px solid #797979;
    border-top: 0;
    text-align: center;
    margin: 40px auto;
}
.poem-border {
    position: absolute;
    height: 2px;
    width: 27%;
    background-color: #797979;
}
.poem-left {
    left: -1px;
}
.poem-right {
    right: 0;
}
.poem-wrap h1 {
    position: relative;
    display: inline-block;
    letter-spacing: 4px;
    color: #797979;
    font-size: 1.5rem;
    top: -15px;
}
#poem_sentence {
    font-size: 25px;
}
#poem_info {
    font-size: 15px;
    margin: 10px auto;
}
div#main {
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    display: -webkit-flex;
}
div#mainContent {
    float: left;
    min-height: 1000px;
    padding: 0 20px;
    width: 90%;
    transition: all .5s ease-in-out 0s;
}
.forFlow {
    max-width: 830px;
    margin: 3.5rem auto;
}

body::after {
    content: "";
    background-image: url(https://img.xjh.me/random_img.php?type=bg&ctype=acg&return=302);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .06;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}
*::-webkit-scrollbar-thumb {
    height: 40px;
    background-color: #ccc;
    border-radius: 16px;
}
.dayTitle{
    display: none;
}
.postTitle {
    font-size: 26px;
    border-bottom: 1px dashed #95a5a6;
    box-sizing: border-box;
    margin-top: 2.5rem;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}
 .postTitle a,  .postTitle a:active {
    color: #7396a7;
    transition: color .3s ease;
}
 .postTitle .postTitle2 {
    display: inline-block;
    padding-left: 10px;
}
a.postTitle2:hover {
    color: #f60!important;
    transition: color .3s ease;
}
.icon {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -0.45rem;
    fill: currentColor;
    overflow: hidden;
}
 .postCon {
    width: 100%;
    clear: both;
    padding: 10px 0;
    color: #3a4145;
    font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
    font-feature-settings: 'liga' 1,'onum' 1,'kern' 1;
    margin: 0;
    font-size: 16px;
    line-height: 1.7em;
    word-wrap: break-word;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.c_b_p_desc {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
    color: #7f8c93;
}
 .c_b_p_desc .c_b_p_desc_readmore {
    color: #7396a7;
}
a.c_b_p_desc_readmore:hover {
    color: #f60!important;
}
 .postDesc {
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-right: 5px;
    margin: 0;
    font-family: "Open Sans",sans-serif;
    font-size: .8rem;
    line-height: 1rem;
    color: #9eabb3;
    padding-bottom: 5px;
}
.topicListFooter {
    margin-top: 20px
}
.pager a {
    border: none;
}
/* 侧边栏样式 */
div#sideBar {
    width: 250px;
    float: right;
    font-size: .8rem;
}
#set_btn_box {
    z-index: 999;
    position: fixed;
    right: 24px;
    bottom: 96px;
    width: 32px;
}
.set_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    width: 32px;
    height: 32px;
    -webkit-transition: all;
    transition: all;
    cursor: pointer;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 100%;
    background: #fff;
    line-height: 32px;
    box-shadow: #7f8c93 1px 1px 5px;
}
.article_icon_btn {
    display: none;
}
#sideBar h3 {
    border-left: 3px solid #7396a7;
    padding-left: 5px;
}
.ggcontext{
    background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200519075219notice5.png);
    height: 150px;
    background-size: auto 150px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}
.notice_title {
    font-weight: 500;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 50px auto;
}
.notice_title b {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.notice_title span {
    display: inline-block;
    width: 100px;
    font-weight: 500;
}
#profile_block {
    display: none;
}
#blog-news {
    position: relative;
    overflow: inherit;
    padding: 10px 15px;
    text-align: center;
}
.attention {
    height: 90px;
    width: calc(100% - 30px);
    line-height: 90px;
    position: absolute;
    top: 0;
    margin-top: 10px;
    z-index: 2;
    cursor: pointer;
}
.attention:hover {
    background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200519071022snow2.gif);
    background-size: cover;
    color: #999;
}
#portrait {
    display: inline-block;
    width: calc(100% - 30px);
    text-align: center;
}
#portrait img {
    min-height: 80px;
    max-height: 80px;
    border: rgba(255,255,255,.4) 4px solid;
    border-radius: 50%;
    -webkit-transition: .4s;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    -moz-transition: -moz-transform .4s ease-out;
    cursor: pointer;
}
.attention span {
    color: #fff;
    margin: 4px;
    background: rgba(0,0,0,0.4);
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 40px;
    display: none;
    cursor: pointer;
}
#info_table {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
}
#info_table tr {
    height: 2rem;
}
.tippy-tooltip.tomato-theme {
    background-color: #fff;
    color: #8c8c8c;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
    width: 170px;
}
.tippy-tooltip[data-placement^=top]>.tippy-arrow{
    border-top-color: #fff;
}
.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{
    border-bottom-color: #fff;
}
#blog-calendar {
    padding: 0 15px 10px 15px;
}

#sideBar #blog-calendar #blogCalendar tr {
    text-align: center;
}
.CalTitle {
    background-color: var(--background-w);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    border-radius: 2px;
    margin-bottom: 10px;
    color: var(--text-3);
    padding: 0 15px;
    line-height: 30px;
    width: 100%;
}
#sideBar #blog-calendar #blogCalendar tr:not(:first-child) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#sideBar #blog-calendar #blogCalendar tr:not(:first-child) td, #blogCalendar th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 21.6px;
    height: 21.6px;
}
caption, th {
    text-align: left;
    font-weight: normal;
}
#sideBar #blog-calendar #blogCalendar .CalTodayDay, #sideBar #blog-calendar #blogCalendar .CalTodayDay u {
    color: #fff;
    border-radius: 50%;
    font-size: .7em;
    background: #2daebf;
}
.sidebar-block{
    margin-top: 20px;
}
.div_my_zzk {
    margin-top: 10px;
    margin-bottom: 5px;
    height: 40px;
    position: relative;
}
.input_my_zzk {
    background-color: rgba(254,252,250,0.6);
    border-color: #ddd;
    height: 35px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 35px;
    border-radius: 6px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    color: #7396a7;
    border: 2px solid #bdc3c7;
    box-shadow: none;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    width: calc(100% - 55px)!important;
    padding-right: 30px;
}
.btn_my_zzk {
    display: none;
}
.search_icon {
    padding: 12px 10px;
    position: absolute;
    right: 10px;
    cursor: pointer;
    width: 1rem;
    height: 1rem;
}
.sidebar-block {
    margin-top: 20px;
}
#sideBar ul {
    padding: 5px 0 0 10px;
}
#sideBar li {
    line-height: 25px;
    transition: all .5s;
}
#sideBar li:hover{
    padding-left: 8px;
    transition: all .5s;
}

#footer {
    height: 150px;
    position: relative;
    text-align: center;
    bottom: -21px;
    left: 50%;
    transform: translate(-50%, 0);
}
.container {
    width: 100%;
    height: 200px;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
}
.set_pifu ul li:hover{
    color: #2daebf;
    cursor: pointer;
}

.set_pifu ul{
    padding: 10px 16px 10px 22px;
}
#my-catalog{
    margin-left: -30px;
}
#my-catalog ul {
            background-color: #fff;
            border: 1px solid #ededed;
            padding: 5px 15px 15px 5px;
            z-index: 999;
            height: 40vw;
            overflow: auto;
        }

        #my-catalog ul li {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #my-catalog ul li a:hover {
            text-decoration: none;
        }

        #my-catalog ul .catalog-H2 {
            padding-left: 10px;
            margin-top: 5px;
        }

        #my-catalog ul .catalog-H3 {
            padding-left: 20px;
        }

        #my-catalog ul .catalog-H4 {
            padding-left: 30px;
        }
        #BlogPostCategory{
            margin-bottom: 10px;
            text-align: right;
        }
        #BlogPostCategory a{
            height: 20px;
            line-height: 20px;
            color: #333;
            padding: 3px 14px;
            border-radius: 10px;
            margin: 2px 5px 0;
            background: #e7e7e7;
            text-decoration: none;
        }
        #blog_post_info {
            border: #c0c0c0 1px dashed;
            border-right: 0;
            border-left: 0;
            margin: 20px 0 20px 0;
        }
        #green_channel {
            padding: 10px 0;
            margin-bottom: 10px;
            margin-top: 10px;
            border: 0;
            font-size: 12px;
            width: auto;
            text-align: center;
            margin: auto;
            margin-bottom: 10px;
            margin-top: 10px;
        }
        #green_channel a {
            text-decoration: none;
            margin: auto;
            width: 80px;
            display: inline-block;
            line-height: 30px;
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 2px;
            border-radius: 3px;
            text-transform: uppercase;
            transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
            -ms-transition: all .4s;
            -o-transition: all .4s;
            position: relative;
            background-image: none;
            margin-top: 10px;
            box-shadow: 0 15px 18px -6px rgba(95,193,206,0.65);
            margin-right: 10px;
            margin-bottom: 10px;
        }
        a#green_channel_wechat, a#green_channel_weibo {
            display: none;
        }
        #author_profile {
            margin-top: 20px;
        }
        #author_profile_info img.author_avatar {
            border-radius: 100%;
            box-shadow: inset 1px 1px 3px rgb(0 0 0 / 30%), 0 1px 3px rgb(0 0 0 / 40%);
            border: 3px solid #f7f7f7;
            padding: 0;
            margin-left: 3px;
            margin-right: 7px;
        }
        #post_next_prev {
            margin-bottom: 10px;
        }
        #commentform_title, .feedback_area_title {
            font: normal normal 16px/35px"Microsoft YaHei";
            margin: 10px 0 30px;
            border-bottom: 2px solid #ccc;
            background-image: none;
            padding: 0;
            border-bottom: 0;
            overflow: hidden;
        }
        #commentform_title:after, .feedback_area_title:after {
            content: '';
            display: block;
            width: 100%;
            text-align: center;
            position: relative;
            bottom: 16px;
            left: 110px;
            border-bottom: 1px dashed #e9e9e9;
        }
        .feedbackItem {
    margin-top: 30px;
}
.feedbackListSubtitle {
    clear: both;
    color: #a8a8a8;
    padding: 8px 5px;
}
.feedbackCon {
    border-bottom: 1px solid #EEE;
    padding: 10px 20px 10px 5px;
    min-height: 35px;
    margin-bottom: 1em;
    line-height: 1.5;
}
.blog_comment_body {
    display: inline-block;
    width: 70%;
    margin-left: 15px;
    vertical-align: top!important;
    font-family: Lato,Helvetica,Arial,sans-serif;
}
.comment_vote {
    padding-right: 10px;
}
#author_profile_follow {
    margin-top: 5px;
    margin-left: 5px;
}
textarea#tbCommentBody {
    width: calc(100% - 20px);
    border-radius: 10px;
    outline: 0;
    padding: 10px;
    height: 200px;
    position: relative;
    background: url(https://images.cnblogs.com/cnblogs_com/miluluyo/1765646/o_200522074153comment-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    resize: vertical;
}
p#commentbox_opt {
    text-align: center;
}
div.commentform p {
    margin-bottom: 20px;
}
.comment_btn {
    width: 200px;
    height: 38px;
    padding: 8px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #7396a7!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    text-decoration: none;
}
@media only screen and (max-width: 767px){
    div#sideBar {
        position: fixed;
        top: 0;
        background: #fff;
        right: 0;
        padding: 8px 0 0 25px;
        width: 100vw;
        height: 100vh;
        box-sizing: border-box;
        z-index: 1;
        display: none;
    }
    div#sideBarMain{
        height: 84vh;
        overflow: auto;
    }
    
}


