/*simplememory*/
#google_ad_c1, #google_ad_c2 {display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
font-size: 16px!important;
}
#home {
opacity: 0.80;
margin: 0 auto;
width: 85%;
min-width: 950px;
background-color: #fff;
padding: 30px;
margin-top: 30px;
margin-bottom: 50px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 {
font-size: 30px;
font-weight: bold;
font-family: "Comic Sans MS";
line-height: 1.5em;
margin-top: 20px;
color: #515151;
}

#header {
    height: 320px;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) .5s;
    z-index: 999;
}
#header #blogTitle {
    color: #fff;
    text-align: center;
    /*display: none;*/
}
/*BIG Morning_Glory*/
#header #blogTitle .headermaintitle {
    position: absolute;
    font-size: 3.75em;
    height: 78px;
    top: 260px;
    right: calc(50% - 270px);
    color: #fff;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}
#header #blogTitle h2 {
    position: absolute;
    font-family: YouYuan;
    font-size: 1.5rem;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
    font-weight: lighter;
    top: 196px;
    right: calc(50% - 270px);
}

#header #lnkBlogLogo:active {
    transform: scale(.9);
    box-shadow: 0 0 20px 4px #fff;
}

#header #lnkBlogLogo {
    background-image: url("https://s2.loli.net/2022/03/02/PrwQGl39Xd82TmV.jpg");//一个圆圈头像
    border: 5px solid #fff;
    background-size: contain;
    position: absolute;
    transition: all .05s;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    top: 245px;
    right: calc(50% - 480px);
    box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position-x: center;
}


#navList a:hover {
color: #4C9ED9;
text-decoration: none;
}
#navList a {
display: block;
width: 5em;
height: 22px;
float: left;
text-align: center;
padding-top: 12px;
}
#navigator {
font-size: 16px;
border-bottom: 1px solid #ededed;
border-top: 1px solid #ededed;
height: 50px;
clear: both;
margin-top: 25px;
}
.catListTitle {
margin-top: 21px;
margin-bottom: 10.5px;
text-align: left;
border-left: 10px solid rgba(82, 168, 236, 0.8);
padding: 10px 0 14px 10px;
background-color: #f5f5f5;
}
#ad_under_post_holder #google_ad_c1,#google_ad_c2{ 
display: none !important;
}
body {
color: #000;
background: url("https://s2.loli.net/2022/03/02/6gaHB3hCqQUDAsY.jpg") fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 18px;
min-height: 101%;
}
#topics .postTitle {
border: 0px;
font-size: 200%;
font-weight: bold;
float: left;
line-height: 1.5;
width: 100%;
padding-left: 5px;
}

div.commentform p{
margin-bottom:10px;
}
.comment_btn {
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #ddd;
color: #999;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 新宋体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}


/********************
侧边栏样式
********************/
#sideBar {
    float: right;
    width: 260px;
    color: #5a5f69;
}

#sideBar .catListTitle:before {
    font-family: 'FontAwesome';
    content: "\f005";
    height: 29px;
    line-height: 29px;
    width: 29px;
    text-align: center;
    margin-top: -3px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-radius: 100%;
    background: #a7c2f4;
}

#sideBar .catListTitle {
    color: #5a5f69;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 1.2em;
}
/*侧边栏公告*/
#sideBar .newsItem {
    overflow: hidden;
    margin: 0 0 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    border-radius: 10px;
    background-color: #fff;
}

#sideBar .newsItem #profile_block {
    margin: 20px;
    color: #666;
    word-wrap: break-word;
    font-size: 1.125rem;
}

#sideBar .newsItem #profile_block a {
    color: #666;
    font-size: 1.125rem;
}
/*侧边栏关注按钮*/
#sideBar #p_b_follow {
    margin-top: 20px;
}

#sideBar #p_b_follow a {
    padding: 10px;
    border-radius: 3px;
    background-color: #F8463F;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff!important;
    text-align: center;
    transition: .3s all;
}

#sideBar #p_b_follow a:hover {
    background-color: #902c24
}

/*侧边栏日历*/
#sideBarMain #blog-calendar, #sideBarMain .sidebar-block {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px;
    background-color: #fff;
}

#sideBarMain .catListTag li {
    width: auto!important;
    border-bottom: none!important;
    display: inline-block;
    padding: 0;
    font-size: 12px;
}

#sideBarMain .catListTag ul {
    padding: 10px;
}

#sideBarMain .CalTitle td {
    height: 48px;
    background-color: #66B2FF;
    color: #fff;
    font-size: 16px;
}

#sideBarMain .CalTitle td.CalNextPrev {
    padding-left: 18px;
    padding-right: 18px;
    font: bold normal normal 20px/1 Calibri,sans-serif;
}

#sideBarMain .CalTitle td.CalNextPrev a {
    color: #fff;
}

#sideBarMain .CalDayHeader {
    height: 40px;
    color: #66B2FF;
    font-size: 16px;
    font-weight: normal;
}

#sideBarMain td {
    height: 36px;
    font-size: 15px;
    text-align: center;
    color: #555;
}

#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalOtherMonthDay {
    color: #b4e6ff;
}

#sideBarMain #blogCalendar tbody tr td.CalTodayDay {
    border-radius: 20px;
    background-color: #66B2FF;
    color: #fff;
}

#sideBarMain #blogCalendar tbody tr td.CalTodayDay a {
    color: #fff;
}

/********************
评论区样式
********************/
#commentform_title:before {
    font-family: FontAwesome;
    content: "\f0e6 ";
    font-size: 30px;
    margin-right: 10px;
}

#commentform_title {
    padding: 0;
    background: transparent none repeat scroll 0 0;
    color: #7e8c8d;
    font-size: 24px;
    text-align: center;
}

.commentbox_main {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

#comment_form {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    background-color: #fff;
}

#comment_form_container p {
    color: #a9adad;
    font-size: 12px;
}

#comment_nav {
    text-align: right;
}

#comment_nav a:hover {
    color: #3e6a96
}

#comment_nav a {
    display: inline-block;
    margin-top: 1pc;
    margin-right: 20px;
    color: #c1c1c1;
    font-size: .8em;
}

div.commentform input.author {
    margin-top: 20px;
    padding: 0 15px;
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: transparent none repeat scroll 0 0;
    color: #9fa4a4;
    font-size: .875rem;
    line-height: 2.1875rem;
}

.commentbox_title_right {
    float: left;
}

.commentbox_title {
    padding-left: 15px;
    width: 100%;
    height: 30px;
    background: #f5f5f5 none repeat scroll 0 0;
    line-height: 1.875rem;
}

#tbCommentBody,input[type=text] {
    font-size: 14px;
    padding: 8px;
    color: #555;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#tbCommentBody:focus,input[type=text]:focus {
    border-color: #66B2FF;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

#tbCommentBody {
    max-width: calc(100% - 16px);
    min-width: calc(100% - 16px);
    width: calc(100% - 16px);
    height: 150px;
    background: #fff url(//images.cnitblog.com/blog/708426/201501/082214147965461.png) right bottom no-repeat;
}

#commentbox_opt #btn_comment_submit:hover {
    background-color: #3e6a96
}

#commentbox_opt #btn_comment_submit {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
    width: 90pt;
    height: 37px;
    border: medium none;
    border-radius: 3px;
    background-color: #66B2FF;
    color: #FFF;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.3)
}

#commentbox_opt a {
    float: right;
    display: inline-block;
    margin-top: 20px;
    height: 37px;
    color: #c1c1c1;
    font-size: .9375rem;
    line-height: 2.3125rem;
}

.feedbackItem {
    -moz-border-radius: 3px;
}

.feedbackManage {
    float: right;
}

.feedbackManage a {
    display: inline-block;
    color: #c1c1c1;
    font-size: 1em;
}

.feedbackListSubtitle {
    margin-top: 0;
    padding: 12px 10px;
    text-align: left;
    border-top: 1px solid #e1e1e1e1;
    font-size: 14px;
}

.feedbackListSubtitle a {
    margin-right: 10px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 1000px;
}

.feedbackItem .author_avatar:hover {
    -webkit-transform: rotate(361deg);
    -moz-transform: rotate(361deg);
    transform: rotate(361deg);
}

.feedbackItem .author_avatar {
    height: 56px;
    width: 56px;
    margin-left: 10px;
    border-radius: 100%;
    padding-top: 0;
    padding-left: 0;
    transition: all .5s ease;
}

.feedbackItem .feedbackCon {
    border-radius: 0 0 6px 6px;
}

.blog_comment_body {
    position: relative;
    padding: 15px 20px;
}

.comment_vote {
    position: relative;
    overflow: visible;
    padding-bottom: 10px;
    color: #4d4d4d;
    font-size: 1pc;
}

.comment_vote :hover {
    background-color: #3e6a96
}

.comment_vote a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background-color: #66B2FF;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .2) inset, 0 1px 1px rgba(0, 0, 0, .3);
    color: #fff;
    font-size: .8em;
    transition: .3s ease background-color;
}

.comment_quote {
    padding: 10px;
    border: none;
    border-left: 10px solid #ececec;
    background-color: #f6f6f6;
}

.comment_quote legend {
    display: none;
}

fieldset.comment_quote a {
    color: #fb6362;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.gallery, .galleryTitle {
    font-size: 1.4em;
}

.galleryTitle {
    margin-top: 0;
    padding: 10px 30px;
    background-color: #404a58;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
    color: #fff;
    text-align: center;
}

.divPhoto {
    height: 112px;
    /* width: 90%; */
    float: left;
    /* border: 4px solid #efefef; */
    margin: 16px;
    background: #fff;
    position: relative;
    box-shadow: 0px 1px 4px rgba(0,0,0,.2), 0 0 40px rgba(0,0,0,.1) inset;
    border-radius: 10px;
    /* display:flex; */
}

.divPhoto:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 80%;
    left: 12px;
    bottom: 4px;
    background: transparent;
    box-shadow: 0px 2px 20px 8px rgb(0, 0, 0);
    transform: skew(-11deg) rotate(-4deg);
    z-index: -1;
}

.divPhoto:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 80%;
    left: 12px;
    bottom: 4px;
    background: transparent;
    box-shadow: 0px 2px 20px 8px rgb(0, 0, 0);
    transform: skew(11deg) rotate(4deg) translateX(-8px);
    z-index: -2;
}

.divPhoto img {
    display: block;
    position: relative;
    width: 110%;
    left: -5%;
    top: 0;
    height: calc(100% + 8px);
    overflow: hidden;
    border-radius: 10px;
}

img#ViewPicture1_GalleryImage {
    display: block;
    max-width: 100%;
    height: auto!important;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

#ViewPicture1_OriginalImage, #ViewPicture1_ReturnUrl {
    display: inline-block;
    padding: 1pc;
    border-radius: 5px;
    background-color: #F8463F;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .2) inset, 0 1px 1px rgba(0, 0, 0, .3);
    color: #fff;
    text-align: center;
    font-size: .8em;
    cursor: pointer;
    transition: background .3s ease 0;
}

#homepage_top_pager {
    display: none;
}

#myposts .pager {
    margin-bottom: 50px;
}

.pager {
    font-size: 12px;
    line-height: 1.875rem;
}

.pager a {
    border-radius: 20px;
    min-width: 40px;
    padding: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 5px 8px;
    color: #fff!important;
    background: #f4a7b9;
    box-shadow: 1px 1px 3px 1px rgba(0, 64, 128, 0.15);
    transition: all .35s;
    border: none;
    text-align: center;
}

.pager a:hover {
    box-shadow: 0px 3px 10px rgba(0, 64, 128, 0.2);
}

.entrylistPosttitle {
    position: relative;
    top: 10px;
    overflow: hidden;
    margin: 10px auto;
    padding-left: 20px;
    background: #fff none repeat scroll 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.5rem;
}

.entrylistPosttitle a {
    font-size: 1.5rem;
    transition: all .2s;
}

.entrylistItemPostDesc {
    padding: 0 110px 0 10px;
    min-height: 50px;
    border-top: 1px solid #dee1e0;
    line-height: 3.125rem;
}

.entrylistItem {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

h1.entrylistTitle {
    padding: 10px;
    background-color: #292929;
    font-size: 1.5rem;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

.entrylistDescription, h1.entrylistTitle {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    color: #f5f5f5;
}

.entrylistDescription {
    padding: 6px;
    background-color: #b1b1b1;
    font-size: 1.125rem;
    border-radius: 0 0 4px 4px;
}










.comment_btn:hover{
padding: 5px 10px;
height: 35px;
width: 90px;
border: 0 none;
border-radius: 5px;
background: #258fb8;
color: white;
cursor:pointer;
font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 楷体, Arial, sans-serif;
text-shadow: 0 0 1px #fff;
display: inline !important;
}
#commentform_title {
background-image:none;
background-repeat:no-repeat;
margin-bottom:10px;
padding:0;
font-size:24px;
}
#commentbox_opt,#commentbox_opt + p {
text-align:center;
}
.commentbox_title {
width: 100%;
}
#tbCommentBody {
font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
margin-top:10px;
max-width:100%;
min-width:100%;
background:white;
color:#333;
border:2px solid #fff;
box-shadow:inset 0 0 8px #aaa;
// padding:10px;
height:250px;
font-size:14px;
min-height:120px;
}
.feedbackItem {
font-size:14px;
line-height:24px;
margin:10px 0;
padding:20px;
background:#F2F2F2;
box-shadow:0 0 5px #aaa;
}
.feedbackListSubtitle {
font-weight:normal;
}

#blog-comments-placeholder, #comment_form {
padding: 20px;
background: #fff;
-webkit-box-shadow: 1px 2px 3px #ddd;
box-shadow: 1px 2px 3px #ddd;
margin-bottom: 50px;
}
.feedback_area_title {
margin-bottom: 15px;
font-size: 1.8em;
}
.feedbackItem {
border-bottom: 1px solid #CCC;
margin-bottom: 10px;
padding: 5px;
background: rgb(248, 248, 248);
}
.color_shine {background: rgb(226, 242, 255);}
.feedbackItem:hover {-webkit-animation-name: color_shine;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;}
#comment_form .title {
font-weight: normal;
margin-bottom: 15px;
}

.cnblogs_code pre {
font-family: Courier New!important;
font-size: 18px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Courier New!important;
font-size: 18px!important;
line-height: 1.5!important;
}
.cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}

/*雪花css*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
    /*雪花css  end*/

    /*markdown 代码样式*/
    tt, code, kbd, samp {
    font-family: consolas;
    }
    .prettyprint, pre.prettyprint {
    background-color:#272822;
    border:1px solid #272822;
    overflow: hidden;
    margin:10px0;
    font-family:Helvetica,"Hiragino Sans GB","微软雅黑","Microsoft YaHei UI",SimSun,SimHei, arial, sans-serif;
    }
    .prettyprint.linenums, pre.prettyprint.linenums {
    -webkit-box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    -moz-box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    box-shadow: inset 40px00#39382E, inset 41px 0 0 #464741;
    }
    .prettyprint.linenums ol, pre.prettyprint.linenums ol {
    padding-left:28px!important;
    margin:0000px;
    }
    .prettyprint.linenums ol li, pre.prettyprint.linenums ol li {
    padding-left:12px;
    color:#bebec5;
    line-height:20px;
    margin-left:0;
    margin:5px;
    list-style:decimal;
    }
    .prettyprint .com {
    color:#93a1a1;
    }
    .prettyprint .lit {
    color:#AE81FF;
    }
    .prettyprint .pun,.prettyprint .opn,.prettyprint .clo {
    color:#F8F8F2;
    }
    .prettyprint .fun {
    color:#dc322f;
    }
    .prettyprint .str,.prettyprint .atv {
    color:#E6DB74;
    }
    .prettyprint .kwd,.prettyprint .tag {
    color:#F92659;
    }
    .prettyprint .typ,.prettyprint .atn,.prettyprint .dec,.prettyprint .var{
    color:#A6E22E;
    }
    .prettyprint .pln {
    color:#66D9EF;


//鼠标点集特效
<script src="https://blog-static.cnblogs.com/files/zouwangblog/mouse-click.js"></script>
<canvas width="1777" height="841" style="position: fixed; left: 0px; top: 0px; z-index: 2147483647; pointer-events: none;"></canvas>