#cnblogs_post_body li{
  font-family: STXihei, "华文细黑";
  font_size: 16px;
  line-height: 2em;
}
#cnblogs_post_body p{
  font-family: STXihei, "华文细黑";
  font_size: 16px;
  line-height: 2em;
}
.waifu{
    right: 0!important;
}
.sidebar-block{
   margin:20px 10px;
}
#sideBar{
    font-size:12px;
}
#uprightsideBar{;
    font-family:"微软雅黑 Light";
    text-align:left;
    /*
    将div的位置固定到距离top:150px，right:0px的位置，
    这样div就会处在最右边的位置，距离顶部150px，
    当然这两个值你可以自己改。
    */

    width: auto;
    height: auto;
}
#uprightsideBar h2{
    font-size: 14px;
}

#sideBarContents{
    overflow:hidden;
    overflow-x:hidden;!important;
    height: auto;
    min-height:101px;
    max-height:460px;
    border:none;
    background:transparent;
    display: block;
    font-size: 12px;
}

#sideBarContents dl{
    margin:10px;
    padding:0;
}
#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
    font-weight: 600;
}
#sideBarContents dd, dt {
    cursor: pointer;
}
#sideBarContents dd:hover, dt:hover {
    color:#2770ca;
}
#sideBarContents dd{
    margin-left:20px;
}
#header{

}
#navigator{
    display: none;
}
body {
    background: url("https://images.cnblogs.com/cnblogs_com/exusiai-blog/1637815/o_200130035014%E8%83%8C%E6%99%AF-edit%20(1).jpg") fixed;
    position: absolute;
    color: #000;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-color: black;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;

}

* {

    margin: 0;
    padding: 0;

}
table{

    width: 100%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);
}
#home {
    font-size: 16px;
    margin: 0 auto;
    width: 70%;
    min-width: 1080px;
    background-color: rgba(255,255,255,0.88);
    /*opacity: 0.9;*/
    padding: 30px;
    margin-top: 433px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);
    -webkit-animation: loadhome 0.8s ease;
    animation: loadhome 0.8s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes loadhome {
    from{
        opacity: 0;
        margin-top: 33px;
    }
    to{
        opacity: 0.93;
        margin-top: 433px;

    }
}
@keyframes loadhome {
    from{
        opacity: 0;
        margin-top: 33px;
    }
    to{
        opacity: 0.99;
        margin-top: 433px;

    }
}
#main{

    margin-top: 40px;
    min-height: 500px;
}
#main th{
    background-color: rgba(255,255,255,0.35);
}
#cnblogs_post_body a {
    text-decoration:none;
    color: rgb(0, 45, 117);
}
#mynavi{
    background-color: rgb(50, 50, 50);
    display: inline-block;

    width: 100%;
    /*height: 40px;*/
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.1);
    position: fixed;
    z-index: 999;
    overflow: hidden;
    -webkit-animation: loadmynavi 0.8s ease;
    animation: loadmynavi 0.8s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes loadmynavi {
    from{
        height: 0;
        opacity: 0;
    }
    to{
        height: 40px;
        opacity: 1;
    }
}
@keyframes loadmynavi {
    from{
        height: 0;
        opacity: 0;
    }
    to{
        height: 40px;
        opacity: 1;
    }
}

#btns{
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: auto 20px;
    color: snow;
    height: 100%;
}
.btn{
    min-width: 48px;
    margin: auto 5px;
    height: 100%;
    display: inline-block;
    text-align: center;
}
.btn .menu{
    display: inline-block;
    font-size: 12px;
    color: white;
    margin: 12px 5px;
    margin-bottom: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.line{
    display: block;
    bottom: 0;
    height: 4px;
    width: auto;
    background-color: #2f91ff;
    margin: auto 50%;
    margin-top: 9px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn:hover .line{
    margin: auto 0;
    margin-top: 9px;
}
.btn:hover .menu{
    color: #2f91ff;
}
.blogname img{
    border-radius:100%;
    display: inline-block;
    margin: 8px 5px;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.blogname:hover img{
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 15px;
    border-radius:0;
}
.blogname{
    display: inline-block;
    float: left;
    font-size: 20px;
    color: white;
    margin-left: 1%;
    font-family: Impact;
}

#mynavi a{
    text-decoration: none;
    color: white;
}
#mynavi .blogname:hover .dropdown-content{
    height: 150px;
    display: none;

}
#mynavi .dropdown-content{
    display: none;
    overflow: hidden;
    height: 0px;
    font-family: "微软雅黑 Light";
    font-size: 12px;
    position: fixed;
    margin-top: auto;
    background-color: white;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    top: 40px;
    left: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mynavi .dropdown-content a {
    display: block;
    color: black;
    padding: 8px 10px;
    text-decoration:none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#mynavi .dropdown-content a:hover {
    background-color:#2770ca;
    color: white;
}
#mynavi .dropdown:hover .dropdown-content{
    display: block;
    -webkit-animation: list 0.6s;
    -webkit-animation-fill-mode:forwards;
    animation: list 0.6s;
    animation-fill-mode:forwards;
}
@-webkit-keyframes list {
    from{opacity: 0;}
    to{opacity: 1;}
}
@keyframes list {
    from{opacity: 0;}
    to{opacity: 1;}
}
.search{
    float: right;
    margin: auto 5px;
    height: 24px;
    display: inline-block;
    padding: 0;
    position: relative;
    margin-top: -12px;
    top: 50%;
}
input::placeholder{
    color: rgb(200,200,200);
}
#q{
    margin: 0;
    width: 200px;
    height: 24px;
    background-color: rgba(255,255,255,0.2);
    border: none;
    display: inline-block;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s initial;

}
#q:focus{
    width: 400px;
    background-color: rgba(255,255,255,1);
}
#q:hover{
    background-color: rgba(255,255,255,1);
}
#sideBarMain{
    margin-top: 40px;
}
#btnZzk{
    margin: 0;
    background-color: #2770ca;
    height: 24px;
    width: 50px;
    font-size: 12px;
    color: white;
    display: inline-block;
    border-color: #2f91ff;
    border: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#btnZzk:hover{
    background-color: dodgerblue;
}
#ad_t2{
    display: none;
}
.commentform p{

}

#sideBar{
    left: -246px;
    opacity: 0.3;
    position: fixed;
    top: 0;
    z-index: 500;
    background-color: rgb(233,233,233);
    height: 100%;
    width: 250px;
    box-shadow: 0 2px 6px rgba(50, 50, 50, 0.1);
    transition: all 0.3s ease;
}
#sideBar:hover{
    left: 0;
    opacity: 0.9;
}
#sideBar a,u{
    text-decoration: none;
    color: black;
}
#sideBar ul{
    list-style-type: none;
}
#sidebar_search,#sidebar_shortcut,#sidebar_categories{
    display: none;
}
#sidebar_news,#calendar,#sidebar_recentcomments,#sidebar_topviewedposts,#sidebar_topcommentedposts,#uprightsideBar,#sidebar_toptags{
    margin: 20px 10px;
}
#sidebar_recentcomments{
    display: none;
}
#sidebar_news{
    margin-top: 50px;
}
.CalTodayDay{
    background-color: #2770ca;
    color: white;
}
.catListTitle {
    display: block;
    border-left: 3px solid #2770ca;
    padding: 0px 5px;
    background-color: rgb(211,211,211);
}
.commentform{
    width: 90%;
    margin: auto 5%;
}
.commentform .comment_textarea {
    width: 100%!important;
    border: none;
    padding: 5px;
    font-family: inherit;
    font-size: 15px;
    resize: none;
    box-sizing: border-box;
    background-color: rgba(211,211,211,0.8);
    color: #314659;
}
/*.commentform .comment_textarea:hover {*/
/*    background-color: rgba(255,255,255,0.8);*/
/*}*/
.commentform #commentform_title {
    background-image: none;
    padding-left: 0;
    font-size: 20px;
}
.commentbox_title {
    width: 450px;
    display: flex;
    justify-content: space-between;
}
.commentbox_title_left{
    display: none;
}
.commentbox_title_right{
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#comment_nav{
    display: none;
}
#comment_form_container{
    margin-top: 30px;
}
#comment_form_container:hover .commentbox_title_right{
    opacity: 1;
}
#comment_form_container:hover .comment_textarea{
    /*background-color: rgba(255,255,255,0.8);*/
}
#comment_form_container a{
    text-decoration: none;
    color: #2770ca;
    font-size: 13px;
    font-family: "微软雅黑 Light";
}
#comment_form_container p{
    font-size: 13px;
    font-family: "微软雅黑 Light";
}
.comment_textarea:focus{
    background-color: white;
    height: 200px;
}
.diggit{
    background-image: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid dodgerblue;
    width: 64px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1);
}
.diggit:hover{
    background-color: dodgerblue;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.5);
}
.diggit .diggnum{
    color: #2770ca;
    font-size: 16px;
}
.diggit:hover .diggnum{
    color: snow;
}
.diggit .diggnum:after{
    content: '赞';
}
.buryit{
    background-image: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #ff3232;
    width: 64px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1);
}
.buryit:hover{
    background-color: #ff3232;
    box-shadow: 0 2px 4px rgba(100, 100, 100, 0.5);
}
.buryit .burynum{
    color: #ff3232;
    font-size: 16px;
}
.buryit:hover .burynum{
    color: snow;
}
.buryit .burynum:after{
    content: '踩';
}
#div_digg {
    position: static;
    float: none;
    margin: 35px auto 85px auto;
    z-index: -1;
    width: 200px;
}
#green_channel,#author_profile,#lnkBlogLogo {
    display: none;
}
.post p{
    font-family: "微软雅黑";
}
.post a{
    text-decoration: none;
    color: black;
}
.dayTitle a{
    font-family: "微软雅黑";
    text-decoration: none;
    color: #2770ca;
}
.post .postTitle{
    text-align: center;
    font-family: "微软雅黑 Light";
    color: #000000;
    font-weight: 300;
    position: absolute;
    top: 200px;
    text-shadow: 5px 5px 5px rgba(50,50,50,0.5);
}
.day .postTitle{
    text-align: center;
    font-family: "微软雅黑 Light";
    font-weight: 300;
    display: inline-block;
    font-size: 20px;
    margin: 10px 5px;
}
.day .postTitle a{
    text-decoration: none;
    color: #2770ca;
}
.post .postTitle a{
    text-decoration: none;
    color: white;
    text-shadow: rgba(50,50,50,0.3);
    font-size: 40px;
}
#blogTitle a{
    font-family: Impact;
    font-size: 40px;
    font-weight: 600;
    text-decoration: none;
    color: rgba(50, 50, 50, 0.8);

}

#cb_post_title_url{
    display: block;
    margin: 20px auto;
}
.post .postDesc{
    width: 90%;
    margin:auto 5%;
}

.postBody{
    margin: auto 5%;
}
#footer {
    color: #686868;
    text-align: center;
    min-height: 15px;
    _height: 15px;
    border-top: 1px solid #ededed;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.day{
    background-color: rgba(222,222,222,0.8);
    padding: 15px 25px;
    /*display: inline-block;*/
    /*border: 0.5px solid rgba(50, 50, 50, 0.3);*/
    margin-bottom: 10px;
    border-left: 3px solid #2770ca;
    /*box-shadow: 0 2px 6px rgba(100, 100, 100, 0.1);*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    width: auto;

}
.day:hover{
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 2px 6px rgba(200, 200, 200, 0.5);
    border-left: 3px solid dodgerblue;
}
.dayTitle{
    display: none;
}
.c_b_p_desc,.postDesc{
    font-family: "微软雅黑 Light";
}
.c_b_p_desc a,.postDesc a{
    text-decoration: none;
    color: #2770ca;
}
#up{
    opacity: 0.7;
    cursor: pointer;
    right: 0;
    bottom: 60px;
    position: fixed !important;
    z-index: 2147483647 !important;
    width: 50px;
    height: 50px !important;
    zoom: 1 !important;
    display: inline-block !important;
    /*margin: 10px !important;*/
    /*border-left: 3px solid #2770ca;*/

    padding: 0 !important;
    will-change: transform;
;
    touch-action: none;
    -ms-touch-action: none;
    visibility: visible !important;
    min-height: auto !important;
    max-height: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    background-size: 21px!important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-color: #fff;

    box-shadow: 0 0 10px 3px rgba(162, 161, 161, 0.3) !important;
    /*border-radius: 100% !important;*/
    background-image: url("https://images.cnblogs.com/cnblogs_com/exusiai-blog/1637815/o_200130133440up.png");
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear 0s;
}
#up:hover{
    width: 47px;
    border-left: 3px solid dodgerblue;
    opacity: 1;
    /*width: 100px;*/
}
#refresh{
    opacity: 0.7;
    cursor: pointer;
    right: 0;
    bottom: 120px;
    position: fixed !important;
    z-index: 2147483647 !important;
    width: 50px;
    height: 50px !important;
    zoom: 1 !important;
    display: inline-block !important;
    /*margin: 10px !important;*/
    /*border-left: 3px solid #2770ca;*/

    padding: 0 !important;
    will-change: transform;

    touch-action: none;
    -ms-touch-action: none;
    visibility: visible !important;
    min-height: auto !important;
    max-height: auto !important;
    min-width: auto !important;
    max-width: auto !important;
    background-size: 21px!important;
    background-position: center center!important;
    background-repeat: no-repeat !important;
    background-color: #fff;

    box-shadow: 0 0 10px 3px rgba(162, 161, 161, 0.3) !important;
    background-image: url("https://images.cnblogs.com/cnblogs_com/exusiai-blog/1637815/o_200130134056refresh.png");
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#refresh:hover{
    width: 47px;
    border-left: 3px solid dodgerblue;
    opacity: 1;
    /*width: 100px;*/
}
.post > .postDesc{
    text-align: center;
    margin: auto;
}
.postCon{


}
.post blockquote {
    background: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    /*box-shadow: 0 1px 1px rgba(50,50,50,0.1);*/
    background-color: rgba(222,222,222,0.3);
    border-left: 2px solid #2770ca;
    border-bottom: none;
    border-right: none;
    border-top: none;
}
#tbCommentAuthor{
    background-image: none;
    background-repeat: no-repeat;
    border: none;
    padding: 4px 4px 4px 4px;
    width: 200px;
    font-size: 13px;
    background-color: white;
    opacity: 0.6;
}
.comment_btn {
    height: 26px;
    width: 68px;
    margin: 0;
    padding: 0;
    line-height: 22px;
    border: none;
    background-color: #2770ca;
    color: white;
    box-shadow: 0 1px 1px rgba(50,50,50,0.3);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comment_btn:hover{
    background-color: dodgerblue;
}
.feedbackItem,.comment_my_posted{
    background-color: rgba(222,222,222,0.8);
    padding: 15px 25px;
    margin: 10px 5px;
    border-left: 3px solid #2770ca;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.feedbackItem a,.comment_my_posted a{
    text-decoration: none;
    color: #2770ca;
}
.feedbackItem:hover,.comment_my_posted:hover{
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.5);
    border-left: 3px solid dodgerblue;
}
.comment_my_posted:hover .comment_quote{
    background-color: rgba(222,222,222,0.8);
}
#blog-comments-placeholder {
    margin: auto 5%;
}
.blog_comment_body {
    word-wrap: break-word;
    overflow: hidden;
    font-size: 13px;
    font-family: "微软雅黑 Light";
}
.comment_vote {
    text-align: right;
}
.comment_actions {
    float: right;
}
#commentbox_opt {
    position: relative;
    float: right;
}
#cnblogs_post_body a{
    text-decoration: none;
    color: #2770ca;
}
.commentform #commentform_title {
    background-image: none;
    font-size: 20px;
    padding-left: 10px;
}
.waifu{
    opacity: 0;
    animation: waiifu 0.3s ease;
    animation-fill-mode: forwards;
}
@keyframes waiifu {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.feedback_area_title{
    font-size: 15px;
    padding-left: 10px;
}
.comment_my_posted > img{
    display: none;
}
.comment_quote{
    padding: 5px 5px 5px 5px;
    border: none;
    background-color: rgba(211,211,211,0.8);
    transition: all 0.3s ease;
}
.comment_quote legend{
    display: none;
}
.gallery img {
    max-width: 70%;
}
#cnblogs_c1,#under_post_news,#cnblogs_c2,#under_post_kb{
    display: none;
}
