/*字体*/
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: local('Playball'), local('Playball-Regular'), url(https://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcg8Knep_Kg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: local('Playball'), local('Playball-Regular'), url(https://fonts.gstatic.com/s/playball/v9/TK3gWksYAxQ7jbsKcg8Eneo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:100px;
    left:0px;
    width: auto;
    height: auto; 
    color:#fff;
}
#sideBarTab{
    float:left;
    width:30px; 
    border-right:none;
    text-align:center;
    background-color: #222;
	border-radius: 10px;
	border-color: #000202;
}
#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:300px;
    min-height:83px;
    max-height:500px;
    border-right:none; 
	border-radius: 5px;
    background-color: #222;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}

/********************
全局样式
********************/
* {
    margin: 0;
    padding: 0;
    border: none;
    background-repeat: no-repeat;
    font-size: inherit;
    line-height: inherit;
}

*, ::before, ::after {
    box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Calibri, "Microsoft YaHei","Hiragino Sans GB",Arial, sans-serif;
}

a {
   text-decoration: none;
    color: #1879e1e8;
}

a:hover {
        cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto;
 }
body {
        cursor:url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto;
}

body{ 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    color: #333;
    background: url("https://images.cnblogs.com/cnblogs_com/Xing-Ling/1444635/o_191208121044fsd46g54g5sdg56sd.png") no-repeat;
    background-position: 50%  calc(100% - 192px);
    text-overflow: ellipsis;
    white-space: normal;
    font-family: "Helvetica Neue", Helvetica,"Microsoft Yahei", "Hiragino Sans GB","Source Han Sans", "PingFang SC",Arial,"Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

/********************
头部样式
********************/

#header {
     height: 56.25vw;
    background-image: url(""); /*头部背景*/
    background-size:contain;
    background-repeat: no-repeat;
    background-position:top;
    transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) .5s;
    z-index: 999;
}
html/* 必应每日随机背景图*/
{
background:url(https://www.helloimg.com/images/2021/07/07/C1Kddr.jpg) top center no-repeat #000;
background-attachment:fixed;
}
body
{
 background: none;
}


#header #blogTitle {
    color: #fff;
    text-align: center;
    /*display: none;*/
}

#header #blogTitle .headermaintitle {
    position: absolute;
    font-size: 3.75em;
    height: 78px;
    top: 300px;
    right: calc(52% - 270px);
    color: #fff;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
}

#header #blogTitle h2 {
    position: absolute;
    font-family: Kaiti;
    font-size: 1.5rem;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.6);
    font-weight: lighter;
    top: 400px;
    right: calc(50% - 270px);
}

#header #lnkBlogLogo:active {
    transform: scale(.9);
    box-shadow: 0 0 20px 4px #fff;
}

#header #lnkBlogLogo {
    background-image: url("https://www.helloimg.com/images/2021/07/07/C1KQKb.png");/*头像*/
    border: 5px solid #fff;
    background-size: contain;
    position: absolute;
    transition: all .05s;
    height: 140px;
    width: 140px;
    border-radius: 100%;
    top: 90px;
    left: calc(42%);
    box-shadow: 2px 2px 12px 4px rgba(0, 0, 0, 0.25);
}

#navigator {
    display: none;
}

/********************
主体样式
********************/
#main {
    max-width: 1100px;
    margin: 40px auto;
    position: relative;
}

#main #mainContent {
    line-height: 1.6;
    float: left;
    width: calc(100% - 280px);
}

/*此处注意，transform会消除z-index效果，不能用z-index*/
#main #mainContent .day:hover {
    transform: scale(1.04) translateZ(10px);
}

#main #mainContent .day {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 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: 16px;
    background-color: #fff;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    transform-style: preserve-3d;
}

#main #mainContent .day .postDesc {
    padding: 0 110px 0 10px;
    color: #bfbfbf;
    line-height: 3.125rem;
    font-size: 12px;
}

#main #mainContent .dayTitle {
    box-sizing: border-box;
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 2;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    border-right: 1px dashed;
    box-shadow: 0 0 0 3px #F8463F, 0px 21px 5px -18px rgba(0,0,0,0.6);
    background: #F8463F;
    text-transform: uppercase;
    color: white;
}

#main #mainContent .dayTitle:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 8px solid #902c24;
    border-left: 12px solid transparent;
    top: 42px;
    left: -2px;
}

#main #mainContent .dayTitle a {
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC,Microsoft YaHei;
}

#main #mainContent .postTitle {
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    text-align: center;
}

#main #mainContent .postTitle a {
    color: #333;
    transition: all 0.2s;
}

#main #mainContent .postCon {
    background-color: #eee;
    border-radius: 4px;
}

#main #mainContent .c_b_p_desc {
    position: relative;
    overflow: visible;
    padding: 20px;
    color: #666;
    font-size: 15px;
    word-break: break-word;
    display: none;
}

#main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
    position: absolute;
    margin-top: 20px;
    right: 0;
    width: 75pt;
    bottom: -50px;
    height: 40px;
    border-radius: 3px;
    background-color: #66B2FF;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff;
    text-align: center;
    line-height: 2.5rem;
    transition: all .3s;
}

#main #mainContent .c_b_p_desc a:hover {
    background-color: #3e6a96;
    color: #eee;
}

.topicListFooter {
    margin: 0!important;
}

.topicListFooter #nav_next_page a {
    display: inline-block;
    width: 75pt;
    padding: 20px 0 20px 0;
    border-radius: 5px;
    background-color: #b4b4b4;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    transition: .3s ease background-color;
}

.topicListFooter #nav_next_page a:hover {
    background-color: #f4a7b9;
}

.desc_img {
    float: none;
    width: 100%;
    display: none;
}

/*文章列表美化*/
#main #mainContent .have-img {
    background-color: #f4a7b9;
}

#main #mainContent .day:before, #main #mainContent .day:after {
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-3deg) translateZ(-10px);
}

#main #mainContent .day:after {
    transform: rotate(3deg) translateZ(-20px);
    right: 10px;
    left: auto;
}

#main #mainContent .have-img .postTitle {
    margin-bottom: 300px;
}

#main #mainContent .have-img .postTitle2 {
    color: #fff!important;
    text-shadow: 2px 2px 4px rgba(16,16,16,.95);
}

#main #mainContent .have-img .c_b_p_desc {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(16,16,16,.95);
    padding: 0;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: calc(100% - 160px);
}

#main #mainContent .have-img .postDesc {
    padding: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

#main #mainContent .have-img .postCon {
    background-color: rgba(0, 0, 0, 0);
}

#main #mainContent .have-img .c_b_p_desc a.c_b_p_desc_readmore {
    top: auto;
    bottom: -24px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: none;
    right: -160px;
    padding-left: 0;
    margin-top: 0;
}

.post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img-box {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1;
}

.img-layer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
    z-index: -1;
}

/********************
侧边栏样式
********************/
#sideBar {
    float: right;
    width: 260px;
    color: #1ebcea;
}

#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-image: -webkit-gradient(linear, right 0, 0 0, from(rgb(63, 226, 121)), to(rgb(44, 171, 220)));
}

#sideBar .catListTitle {/*侧边栏标题*/
    text-align: center;
    color: #222;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 1.1em;
}


/*侧边栏一般样式*/
#blog-sidecolumn ul li {
    overflow: hidden;
    padding: 8px 10px;
    border-bottom: 1px solid #e1e1e1;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    margin: 0;
}

#blog-sidecolumn ul li a {
	color: #000000a3;
    text-decoration: none;
    position: relative;
	word-wrap: break-word;
}
#blog-sidecolumn ul li a:hover{
	color: #f50002;
	text-shadow: 0 1px 2px rgba(206, 206, 206, 0.84)!important;
}

/*侧边栏公告*/
#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: #fff0;
}

/*昵称、园龄、粉丝、关注*/
#sideBar .newsItem #profile_block {
    display: none;
    margin: 20px;
    word-wrap: break-word;
    font-size: 1.125rem;
}

#sideBar .newsItem #profile_block a{
    /* -webkit-transition: all .35s; */
    /* transition: all .35s; */
    color: #1879e1e8;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
}

#sideBar .newsItem #profile_block a:hover{
    color: #f50002;
    text-shadow: 0 1px 2px rgba(206, 206, 206, 0.84)!important;
}

#sideBar .newsItem #profile_block a::after {
    -webkit-transition: width .35s;
    transition: width .35s;
    content: "";
    right: 0;
    width: 0;
    bottom: -2px;
    position: absolute;
    border-bottom: 1px solid
}

#sideBar .newsItem #profile_block a:hover::after {
    left: 0;
    width: 100%
}


/*侧边栏关注按钮*/
#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: #fff0;
}

#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-image: -webkit-gradient(linear, right 0, 0 0, from(rgb(63, 226, 121)), to(rgb(44, 171, 220)));
    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: #3B3C3CE0;
    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: #0006;
}

#sideBarMain #blogCalendar tbody tr td.CalTodayDay {
    border-radius: 20px;
    background-image: -webkit-gradient(linear, right 0, 0 0, from(rgb(63, 226, 121)), to(rgb(44, 171, 220)));
    color: #fff;
}

#sideBarMain #blogCalendar tbody tr td.CalTodayDay a {
    color: #fff;
}

/*侧边栏分类*/
#sidebar_postcategory ul {
    padding: 10px;
}

#sidebar_postcategory li {
    overflow: hidden;
    width: auto!important;
    border-bottom: none!important;
    text-overflow: ellipsis;
    white-space: normal!important;
    font-size: 12px!important;
    line-height: 1.5rem!important;
    padding: 0!important;
    display: inline-block;
}

#sidebar_postcategory li a {
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff!important;
    padding: 2px 7px;
    line-height: 1.6em;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}

/*侧边栏搜索*/
#sideBarMain #widget_my_zzk {
    display: flex;
    padding: 9pt;
}

#sideBarMain #widget_my_zzk input#q {
    width: calc(100% - 79px);
    height: 40px;
    border-radius: 3px 0 0 3px;
    background-color: #eee;
    padding-top: 0;
    padding-bottom: 0;
}

#sideBarMain input#btnZzk {
    padding: 10px;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    background: linear-gradient(145deg,#1ebcea,#13efdb) !important;
    color: #fff;
    cursor: pointer;
    transition: .3s ease background-color;
}

#sideBarMain input#btnZzk:hover {
    background: linear-gradient(145deg,#0f9dc6f0,#0baea0) !important;
    box-shadow: 0.5px 1px rgba(46, 213, 115,0.9); 
    color: #fff;
}

/*最新评论*/
#blog-sidecolumn .recent_comment_author {
    position: relative;
    color: rgba(0, 0, 0, .6);
    text-align: right;
}

#blog-sidecolumn .recent_comment_title {
    border: none;
}

#blog-sidecolumn .recent_comment_body {
    position: relative;
    overflow: visible;
    padding: 12px;
    background-color: #e6e6e6;
    color: #949494;
    white-space: normal;
    font-size: 0.8rem;
    border: none;
}

#blog-sidecolumn #RecentCommentsBlock ul li {
    list-style: none;
}



/*文末名言*/
#MySignature {
    position: relative;
    left: -30px;
    width: calc(100% + 32px);
    margin-top: 24px;
    padding: 20px;
    border-left: 8px solid #66B2FF;
    background-color: #efefef;
    font-size: 1.25rem;
    word-break: break-all;
}

/*文末标签*/
#BlogPostCategory a:hover::before,#MyTag1_dtTagList a:hover::before, #EntryTag a:hover::before, .catListTag a:hover::before {
    border-right-color: #F8463F;
}

#BlogPostCategory a:hover, #MyTag1_dtTagList a:hover, #EntryTag a:hover, .catListTag a:hover {
    background-color: #F8463F;
}

#BlogPostCategory a, #MyTag1_dtTagList a, #EntryTag a, .catListTag a {
    font-size: 12px;
    margin: 2px 2px 2px 2px;
    background-color: #66B2FF;
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff!important;
    padding: 2px 7px;
    line-height: 1.6em;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
}

#EntryTag {
    margin-right: 5px;
    padding: 0px 30px 0px;
    background: url(//images.cnblogs.com/cnblogs_com/pandaman/653138/o_o_biaoqianfenlei.png) no-repeat left center;
    color: white;
    font-size: 0px;
}

#blog_post_info_block {
    margin-top: 20px;
}

/*文末分享关注按钮*/
#green_channel {
    padding: 5px 0 15px 0;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 0;
    border-top: #eee 1px dashed;
    border-bottom: #eee 1px dashed;
    font-size: 12px;
    width: 100% !important;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

a#green_channel_digg, a#green_channel_follow, a#green_channel_favorite, a#green_channel_weibo, a#green_channel_wechat {
    text-decoration: none;
    color: #fff;
    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 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    position: relative;
    background-image: none;
    margin-top: 10px;
}

a#green_channel_digg:hover, a#green_channel_follow:hover, a#green_channel_favorite:hover, a#green_channel_weibo:hover, a#green_channel_wechat:hover {
    transform: scale(1.02,1.02);
}

a#green_channel_digg:active, a#green_channel_follow:active, a#green_channel_favorite:active, a#green_channel_weibo:active, a#green_channel_wechat:active {
    transform: scale(0.95,0.95);
    transition: all 0.4s -0.125s;
}

a#green_channel_digg {
    background-color: #2daebf;
    box-shadow: 0px 15px 18px -6px rgba(95,193,206, 0.65);
}

a#green_channel_follow {
    background-color: #e33100 !important;
    box-shadow: 0px 15px 18px -6px rgba(227,49,0, 0.65);
    margin-left: 10px;
}

a#green_channel_favorite {
    background-color: #ffb515;
    box-shadow: 0px 15px 18px -6px rgba(255,198,75, 0.65);
    margin-left: 10px;
}

a#green_channel_weibo {
    padding: 3px 8px !important;
    background-color: #FF464B !important;
    box-shadow: 0px 15px 18px -6px rgba(255,70,75, 0.65) !important;
    margin-left: 10px;
    width: 35px;
}

a#green_channel_wechat {
    padding: 3px 8px !important;
    background-color: #3CB034 !important;
    box-shadow: 0px 15px 18px -6px rgba(60,176,52, 0.65) !important;
    margin-left: 10px;
    width: 35px;
}

/*文末作者*/
#author_profile_info img.author_avatar {
    border-radius: 100%;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.4);
    border: 3px solid #f7f7f7;
    padding: 0;
    margin-left: 3px;
    margin-right: 7px;
}

#author_profile {
    display: none;
}

/*文末转页*/
#post_next_prev {
    font-size: 18px;
    display: inline-block;
}

#post_next_prev a:nth-of-type(2n) {
    height: 35px;
    display: inline-block;
    font-size: 24px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

#post_next_prev a:nth-of-type(2n):before {
    position: absolute;
    width: 30px;
    content: "";
    background: url(//images.cnitblog.com/blog/708426/201501/082257221093724.png) no-repeat left 11px;
    height: 35px;
    display: inline-block;
    background-size: 24px 24px;
    overflow: visible;
    opacity: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

#post_next_prev a:hover {
    color: #902c24 !important;
    text-decoration: none !important;
}

#post_next_prev a:nth-of-type(2n):hover {
    transform: translateX(35px);
    -webkit-transform: translateX(35px);
    -moz-transform: translateX(35px);
}

#post_next_prev a:nth-of-type(2n):hover:before {
    transform: translateX(-35px);
    -webkit-transform: translateX(-35px);
    -moz-transform: translateX(-35px);
    opacity: 1;
}

#post_next_prev a.p_n_p_prefix:link {
    display: none;
}

/*文末文章信息*/
#post_detail .postDesc {
    background-color: hsla(0, 0%, 100%, .4);
    color: #9fa4a4;
    text-align: center;
    font-size: 14px;
    line-height: 2.8125rem;
}

#post_detail .postDesc a {
    color: #9fa4a4;
    font-size: 1em;
}

/********************
评论区样式
********************/
#blog-comments-placeholder{
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow:rgba(0,0,0,0.1) 0px 15px 35px 0px,rgba(0,0,0,0.07) 0px 3px 10px 0px;
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    background-color:#fff;
    position: relative;
}
#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: 193px;
    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;
    opacity: 0.9;
}

#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(https://images.cnblogs.com/cnblogs_com/Xing-Ling/1444635/o_dsfs145645fasaw456.jpg) right bottom no-repeat;/*评论区图*/
}

/*提交评论*/
#commentbox_opt #btn_comment_submit {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
    width: 90pt;
    height: 37px;
    border: medium none;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    transition: background 0.3s ease;
    background: linear-gradient(145deg,#1ebcea,#13efdb) !important;
}
#commentbox_opt #btn_comment_submit:hover {
    background: linear-gradient(145deg,#0f9dc6f0,#0baea0) !important;
}

#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;
}

/********************
去除广告
********************/
.ad_text_commentbox, .c_ad_block {
    display: none;
    margin: 0;
    padding: 0;
}

#ad_under_google {
    overflow: hidden;
    height: 0;
}

#myposts .PostList {
    border-left-color: #66B2FF;
    border-left-width: 7px;
    margin-bottom: 20px;
    padding: 30px 20px;
    box-shadow: 0 0 0 0, 0 6px 12px rgba(34, 34, 34, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 25px;
    overflow: hidden;
}

.PostList span {
    color: #808080;
}

#myposts .postText2 {
    overflow: hidden;
}

#myposts .postText2 img {
    max-width: 100%;
}

#ad_under_google, #ad_under_google a, #blog-comments-placeholder .feedback_area_title, #blog-sidecolumn #sidebar_postarchive, #c_ad_block, #catListTitle, #div-gpt-ad-1320933818841-0, #div-gpt-ad-1320933818841-1, #google_ad_c1, #google_ad_c2, #header .blogStats, #sideBarMain #widget_my_google, #site_nav_under, #tip-arrow-bottom, #tip-arrow-top, #trans-tooltip, .commentbox_title_left, [hidden], audio:not([controls]), template {
    display: none;
}

#navList a.aHeaderXML img, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

#main #mainContent .day .postDesc a, .entrylistItemPostDesc, .entrylistItemPostDesc a {
    color: #bfbfbf;
}

#main #mainContent .postTitle a:hover, .entrylistPosttitle:hover a {
    color: #66B2FF;
}

.bq_post_comment img {
    max-width: 100%;
}

#ad_t2, #ad_under_post_holder, #blog_news_kb, #comment_nav, #google_ad_c2, #site_nav_under, #under_post_kb, #under_post_news, blog_news_kb, google_ad_c2 {
    display: none!important;
}

.buryit {
    display: none;
}

blockquote {
    border: 0px;
    border-left: 10px solid #e8ecee;
    border-radius: 3px;
    background-color: #f1f4f6;
    color: #666666;
}

.back-top.attached>a {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
    opacity: 1;
}

.back-top>a {
    position: fixed;
    right: 2%;
    bottom: 30px;
    z-index: 1030;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
    opacity: 0;
    transition: all .5s;
}

.tpwthwidt .copyright_3C74fJC {
    display: none!important;
}

/********************
自适应
********************/
@media screen and (max-width: 1140px) {
    #main {
        margin: 20px !important;
    }

    #header #lnkBlogLogo {
        
    }
    #header #blogTitle .headermaintitle {
        top:300px;
        
    }

    #header #blogTitle h2 {
        top: 400px;
    }
}

@media screen and (max-width: 767px) {
    #read-mode {
        bottom:15px!important;
        right: 15px!important;
        height: 48px!important;
        width: 48px!important;
        min-width: 48px!important;
    }

    .get-to-top {
        bottom: 80px!important;
        right: 15px!important;
        height: 48px!important;
        width: 48px!important;
        min-width: 48px!important;
    }

    #comment_form {
        margin-left: 0;
    }

    #topics {
        margin-left: 0!important;
    }

    #main {
        margin: 12px!important;
/*         width: 100%!important; */
    }

    #mainContent {
        width: 100%!important;
    }

    #main #mainContent .day {
        padding: 24px 20px 40px 20px;
    }

    .dayTitle {
        display:none;
    }

    #main #mainContent .have-img .postTitle {
        margin-bottom: 16px;
    }

    .topicListFooter {
        margin: 10px!important;
    }

    .topicListFooter #nav_next_page a {
        width: 100%!important;
    }

    #header #lnkBlogLogo {
        right: 0;
        left: 0;
        margin: 0 auto;
        top: 20px;
    }

    #header #blogTitle .headermaintitle {
        top: 170px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    #header #blogTitle h2 {
        top: 248px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .dashboard a {
        font-size: 50px!important;
    }
}

@media screen and (max-width: 768px) {
	#sideBarMain {
		display: none!important;
	}
}

@media screen and (max-width: 500px) {
    #main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
        bottom: 38px!important;
        display: none;
    }

    #main #mainContent .c_b_p_desc {
        max-width: 100%!important;
    }
}

/********************
页脚样式
********************/
#customFooter {
    padding: 36px 0;
    background-color: #292929;
    overflow: hidden;
    text-align: center;
}

#customFooter .footer-title {
    font-size: 34px;
    color: #fff;
    line-height: 1;
    margin-bottom: 52px;
    font-weight: 600;
}

#customFooter ul {
    display: inline-block;
    list-style: none;
}

#customFooter ul li {
    float: left;
    margin: 0 20px;
}

#customFooter ul a {
    color: #c8c8c8;
    font-size: 24px;
    text-decoration: none;
}

#customFooter ul a:hover, #customFooter ul a:active {
    color: #fff;
}

#copyright {
    font-size: 14px;
    color: #707070;
    margin-top: 56px;
}

.syntaxhighlighter .preprocessor {
    color: #e29710!important;
}

.syntaxhighlighter .keyword {
    font-weight: normal!important;
    color: #b216ac!important;
}

.syntaxhighlighter .comments, .syntaxhighlighter .comments a {
    color: #d84f19!important;
}

.syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
    color: #15b6bf!important;
}

.gutter .line.alt2 {
    background: #fff!important;
}

.syntaxhighlighter .string, .syntaxhighlighter .string a {
    color: #1bbb38!important;
}

/********************
MathJax样式
********************/
.MathJax_Display img {
    border-radius: 0px!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
}

.MathJax {
    outline: 0;
}

.MathJax_Display {
    overflow-x: auto;
    overflow-y: hidden;
}

/********************
选择样式
********************/
::-moz-selection {
    background-color: #b3d4fc;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none
}

/********************
回到顶部
********************/

.get-to-top {
    position: fixed !important;
    cursor: pointer;
    outline: none;
    color: #fff;
    background: linear-gradient(145deg,#1ebcea,#13efdb) !important;
    bottom: 100px;
    right: 50px;
    box-shadow: 0px 3px 10px rgba(0, 64, 128, 0.2);
    z-index: 100;
    border: none;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0 !important;
    margin: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: normal !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
}
.get-to-top:hover{
    background: linear-gradient(145deg,#0f9dc6f0,#0baea0) !important;
}

.btn-hide {
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
}

/********************
阅读模式
********************/
#read-mode {
    position: fixed !important;
    cursor: pointer;
    outline: none;
    color: #fff;
    background: linear-gradient(145deg,#1ebcea,#13efdb) !important;
    bottom: 25px;
    right: 50px;
    box-shadow: 0px 3px 10px rgba(0, 64, 128, 0.2);
    z-index: 100;
    border: none;
    width: 56px;
    min-width: 56px;
    height: 56px;
    padding: 0 !important;
    margin: auto;
    overflow: hidden;
    font-size: 24px;
    line-height: normal !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1), box-shadow .2s cubic-bezier(.4, 0, 1, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
}
#read-mode:hover{
    background: linear-gradient(145deg,#0f9dc6f0,#0baea0) !important;
}


/********************
多彩设置
********************/
.color-1 {
    background-color: rgba(236, 204, 104,1.0);
}

.color-2 {
    background-color: rgba(255, 165, 2,1.0);
}

.color-3 {
    background-color: rgba(255, 127, 80,1.0);
}

.color-4 {
    background-color: rgba(255, 99, 72,1.0);
}

.color-5 {
    background-color: rgba(255, 107, 129,1.0);
}

.color-6 {
    background-color: rgba(255, 71, 87,1.0);
}

.color-7 {
    background-color: rgba(46, 213, 115,1.0);
}

.color-8 {
    background-color: rgba(32, 191, 107,1.0);
}

.color-9 {
    background-color: rgba(112, 161, 255,1.0);
}

.color-10 {
    background-color: rgba(30, 144, 255,1.0);
}

.color-11 {
    background-color: rgba(83, 82, 237,1.0);
}

.color-12 {
    background-color: rgba(55, 66, 250,1.0);
}

.color-1:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-2:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-3:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-4:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-5:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-6:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-7:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-8:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-9:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-10:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-11:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

.color-12:hover {
    box-shadow: inset 0px 0px 0px 12px rgba(0, 0, 0, 0.25)!important;
}

/*******************
暂时
********************/
#div_digg {
    float: right;
    position: fixed;
    width: auto;
    bottom: 10px;
    left: 70%;
    margin-bottom: 10px;
    background: rgba(247,247,247,0.3);
    margin-right: 30px;
    font-size: 12px;
    box-shadow: 0 0 10px 0 #AAA;
    padding: 10px;
    border: 2px solid rgba(82, 168, 236, 0.8);
    text-align: center;
    margin-top: 10px;
}

/*******************
一言 (hitokoto)
********************/
/*
#hitokoto-content {
    margin: 20px;
    font-size: 18px !important;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: bolder;
}
#hitokoto-from {
    margin: 10px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 15px !important;
    font-weight: bolder;
}
*/

#hitokoto-content {
    margin: 20px;
    text-align: center;
    position: relative;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: .01rem;
    font-family: KaiTi;
    font-size: 1.5rem;
    color: rgba(40, 40, 40, 0.92);
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s;
    font-weight: bolder;
}
#hitokoto-from {
    margin: 5px;
    font-family: KaiTi;
    font-size: 0.9rem !important;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: .01rem;
    color:rgba(40, 40, 40, 0.92);
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s;
}


.head-zoom {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 34px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
    text-decoration: none!important;
}



/********************
代码样式美化
*********************/
code, kbd, pre, samp {
    font-family: Consolas,Monaco, monospace,Ubuntu Mono,"Source Code Pro",Courier New!important;
}

.cnblogs-markdown pre {
    border-radius: 4px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 3px !important;
    position: relative;
    width: calc(100%);
    margin-right: 3px !important;
}

.cnblogs-markdown code {
    max-height: 1000px;
    border: none!important;
    background-color: #282b2e !important;
    color: #e0e2e4;
    font-family: Consolas,Monaco,Ubuntu Mono,"Source Code Pro",Courier New,"Microsoft YaHei"!important;
    font-size: 14px!important;
}

.cnblogs-markdown .hljs {
    color: #e0e2e4;
    display: block;
    overflow-x: auto;
    white-space: pre;
    font-family: Consolas,Monaco,Ubuntu Mono,"Source Code Pro",Courier New,"Microsoft YaHei"!important;
    word-break: normal;
    padding: 1.6em!important;
    font-size: 14px!important;
    line-height: 1.4!important;
}

.hljs, .hljs-subst {
    color: #444;
}

.hljs-comment {
    color: #888888;
}

.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword, .hljs-doctag, .hljs-name {
    /*   font-weight: bold; */
}

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #fafafa;
}

.hljs-comment, .hljs-quote {
    color: #a0a1a7;
    font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
    color: #e6334c;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
    color: #e45649;
}

.hljs-literal {
    color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
    color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
    color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr, .hljs-selector-pseudo, .hljs-number {
    color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
    color: #4078f2;
}

.hljs-emphasis {
    font-style: italic;
}

.hljs-strong {
    font-weight: bold;
}

.hljs-link {
    text-decoration: underline;
}

@keyframes slidein {
    from {
        top: 100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes slidein {
    from {
        top: 100px;
        opacity: 0;
    }

    to {
        top: 0px;
        opacity: 1;
    }
}

.reading-main {
    animation: slidein .25s;
    -webkit-animation: slidein .25s;
}



/*雪花*/
/*
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}
*/

.navbar a:hover{color:#666;text-decoration:underline}.navbar a:link,.navbar a:active,.navbar a:visited{color:#666;text-decoration:none}.navbar>nav .navbar-avatar{border-radius:50%}.post-item .avatar{border-radius:0;padding:1px;border:1px solid #ccc;float:left;margin-right:5px;margin-top:3px}.dropdown{display:inline-flex;position:relative}@media screen and (min-width:769px){.dropdown:hover .dropdown-menu{max-height:1000px;z-index:1000}}.dropdown>.dropdown-button{display:flex;flex-direction:row;align-items:center;white-space:nowrap}.dropdown>.dropdown-button>*:not(:first-child){margin-left:10px}.dropdown>.dropdown-menu{padding-left:10px;padding-right:10px;-webkit-transition:all .5s ease,max-height .5s ease;-o-transition:all .5s ease,max-height .5s ease;transition:all .5s ease,max-height .5s ease;max-height:0;overflow:hidden;left:unset;display:block;position:absolute;top:100%;border-radius:5px;min-width:5em;-webkit-box-shadow:2px 2px 13px 0 rgba(212,212,212,.5);box-shadow:2px 2px 13px 0 rgba(212,212,212,.5);background-color:#f9f9f9}.dropdown>.dropdown-menu>*:not(:first-child){margin-top:10px}.dropdown>.dropdown-menu>*{display:block}.dropdown>.dropdown-menu>*:first-child{margin-top:10px}.dropdown>.dropdown-menu>*:last-child{margin-bottom:10px}.navbar{display:flex;flex-direction:column;align-items:center;background-color:#fff;padding-left:40px;padding-right:40px;padding-top:5px;padding-bottom:5px}.navbar>.navbar-mobile{display:none}.navbar>nav{display:flex;font-size:15px;color:#666;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:space-between;width:100%}.navbar>nav .navbar-branding{width:140px;flex-shrink:0;margin-right:5px}.navbar>nav .navbar-branding img{display:block;max-height:28px;height:28px;margin-left:10px}.navbar-branding svg{height:40px;font-weight:normal;max-height:40px}.navbar>nav .navbar-left>*:not(:first-child){margin-left:31px}.navbar>nav .navbar-right>*:not(:first-child),.navbar>nav #navbar_login_status>*:not(:first-child){margin-left:24px}.navbar>nav #navbar_login_status{min-width:120px}.navbar>nav .navbar-list{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;list-style:none;white-space:nowrap;transition:width .5s ease}.navbar>nav .navbar-search{padding-left:20px;padding-right:20px;display:flex;flex-direction:row;align-items:center;border-radius:6px;background-color:#f4f4f4;height:32px}.navbar>nav .navbar-anonymous,.navbar>nav .navbar-user-info{display:none}.navbar>nav .navbar-search img{width:19px;height:19px}.navbar>nav .navbar-search>input{border:none;outline:none;background:none;width:170px;font-size:inherit}.navbar>nav .navbar-search>button{background:none;border:none;cursor:pointer}.navbar>nav .navbar-search>input::-webkit-input-placeholder{color:#afafaf;opacity:1}.navbar>nav .navbar-search>input::-moz-placeholder{color:#afafaf;opacity:1}.navbar>nav .navbar-search>input:-ms-input-placeholder{color:#afafaf;opacity:1}.navbar>nav .navbar-search>input::-ms-input-placeholder{color:#afafaf;opacity:1}.navbar>nav .navbar-search>input::placeholder{color:#afafaf;opacity:1}.navbar>nav .navbar-icon{display:block;width:24px;height:24px;flex-shrink:0}.navbar>nav .navbar-icon-wrapper{position:relative}.navbar #msg_count{display:inline-block;position:absolute;bottom:-3px;right:-6px;width:11px;height:11px;line-height:11px;border-radius:50%;color:#fff;background:#f00;font-size:8px;text-align:center;white-space:nowrap}.navbar #msg_icon{width:24px;height:24px}.navbar #user_icon{width:24px;height:24px}.navbar>nav .navbar-avatar{display:block;width:24px;height:24px;flex-shrink:0}.navbar-right .dropdown-menu{right:0}.dropdown{display:-ms-inline-flexbox;display:inline-flex;position:relative}@media screen and (min-width:769px){.dropdown:hover .dropdown-menu{max-height:1000px;z-index:1000}}.dropdown>.dropdown-button{display:flex;flex-direction:row;align-items:center;white-space:nowrap}.dropdown>.dropdown-button>*:not(:first-child){margin-left:10px}.dropdown>.dropdown-menu{padding-left:10px;padding-right:10px;-webkit-transition:all .5s ease,max-height .5s ease;-o-transition:all .5s ease,max-height .5s ease;transition:all .5s ease,max-height .5s ease;max-height:0;overflow:hidden;position:absolute;top:100%;border-radius:5px;min-width:5em;-webkit-box-shadow:2px 2px 13px 0 rgba(212,212,212,.5);box-shadow:2px 2px 13px 0 rgba(212,212,212,.5);background-color:#f9f9f9}.dropdown>.dropdown-menu>*:not(:first-child){margin-top:10px}.dropdown>.dropdown-menu>*{display:block}.dropdown>.dropdown-menu>*:first-child{margin-top:10px}.dropdown>.dropdown-menu>*:last-child{margin-bottom:10px}.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{-moz-border-radius:0 0 0 0 !important;-webkit-border-radius:0 0 0 0 !important;background:none !important;border:0 !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0 !important;outline:0 !important;overflow:visible !important;padding:0 !important;position:static !important;right:auto !important;text-align:left !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-family:"Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;font-weight:normal !important;font-style:normal !important;font-size:1em !important;min-height:inherit !important;min-height:auto !important}.syntaxhighlighter{width:100% !important;margin:1em 0 1em 0 !important;position:relative !important;overflow:auto !important;font-size:1em !important}.syntaxhighlighter.source{overflow:hidden !important}.syntaxhighlighter .bold{font-weight:bold !important}.syntaxhighlighter .italic{font-style:italic !important}.syntaxhighlighter .line{white-space:pre !important}.syntaxhighlighter table{width:100% !important}.syntaxhighlighter table caption{text-align:left !important;padding:.5em 0 .5em 1em !important}.syntaxhighlighter table td.code{width:100% !important}.syntaxhighlighter table td.code .container{position:relative !important}.syntaxhighlighter table td.code .container textarea{box-sizing:border-box !important;position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;border:none !important;background:#fff !important;padding-left:1em !important;overflow:hidden !important;white-space:pre !important}.syntaxhighlighter table td.gutter .line{text-align:right !important;padding:0 .5em 0 1em !important}.syntaxhighlighter table td.code .line{padding:0 1em !important}.syntaxhighlighter.nogutter td.code .container textarea,.syntaxhighlighter.nogutter td.code .line{padding-left:0 !important}.syntaxhighlighter.show{display:block !important}.syntaxhighlighter.collapsed table{display:none !important}.syntaxhighlighter.collapsed .toolbar{padding:.1em .8em 0 .8em !important;font-size:1em !important;position:static !important;width:auto !important;height:auto !important}.syntaxhighlighter.collapsed .toolbar span{display:inline !important;margin-right:1em !important}.syntaxhighlighter.collapsed .toolbar span a{padding:0 !important;display:none !important}.syntaxhighlighter.collapsed .toolbar span a.expandSource{display:inline !important}.syntaxhighlighter .toolbar{position:absolute !important;right:1px !important;top:1px !important;width:11px !important;height:11px !important;font-size:10px !important;z-index:10 !important}.syntaxhighlighter .toolbar span.title{display:inline !important}.syntaxhighlighter .toolbar a{display:block !important;text-align:center !important;text-decoration:none !important;padding-top:1px !important}.syntaxhighlighter .toolbar a.expandSource{display:none !important}.syntaxhighlighter.ie{font-size:.9em !important;padding:1px 0 1px 0 !important}.syntaxhighlighter.ie .toolbar{line-height:8px !important}.syntaxhighlighter.ie .toolbar a{padding-top:0 !important}.syntaxhighlighter.printing .line.alt1 .content,.syntaxhighlighter.printing .line.alt2 .content,.syntaxhighlighter.printing .line.highlighted .number,.syntaxhighlighter.printing .line.highlighted.alt1 .content,.syntaxhighlighter.printing .line.highlighted.alt2 .content{background:none !important}.syntaxhighlighter.printing .line .number{color:#bbb !important}.syntaxhighlighter.printing .line .content{color:#000 !important}.syntaxhighlighter.printing .toolbar{display:none !important}.syntaxhighlighter.printing a{text-decoration:none !important}.syntaxhighlighter.printing .plain,.syntaxhighlighter.printing .plain a{color:#000 !important}.syntaxhighlighter.printing .comments,.syntaxhighlighter.printing .comments a{color:#008200 !important}.syntaxhighlighter.printing .string,.syntaxhighlighter.printing .string a{color:#00f !important}.syntaxhighlighter.printing .keyword{color:#069 !important;font-weight:bold !important}.syntaxhighlighter.printing .preprocessor{color:#808080 !important}.syntaxhighlighter.printing .variable{color:#a70 !important}.syntaxhighlighter.printing .value{color:#090 !important}.syntaxhighlighter.printing .functions{color:#ff1493 !important}.syntaxhighlighter.printing .constants{color:#06c !important}.syntaxhighlighter.printing .script{font-weight:bold !important}.syntaxhighlighter.printing .color1,.syntaxhighlighter.printing .color1 a{color:#808080 !important}.syntaxhighlighter.printing .color2,.syntaxhighlighter.printing .color2 a{color:#ff1493 !important}.syntaxhighlighter.printing .color3,.syntaxhighlighter.printing .color3 a{color:#f00 !important}.syntaxhighlighter.printing .break,.syntaxhighlighter.printing .break a{color:#000 !important}.syntaxhighlighter{background-color:#fff !important}.syntaxhighlighter .line.alt1{background-color:#fff !important}.syntaxhighlighter .line.highlighted.alt1,.syntaxhighlighter .line.highlighted.alt2{background-color:#e0e0e0 !important}.syntaxhighlighter .line.highlighted.number{color:#000 !important}.syntaxhighlighter table caption{color:#000 !important}.syntaxhighlighter .gutter{color:#afafaf !important}.syntaxhighlighter .gutter .line{border-right:3px solid #6ce26c !important}.syntaxhighlighter .gutter .line.highlighted{background-color:#6ce26c !important;color:#fff !important}.syntaxhighlighter.printing .line .content{border:none !important}.syntaxhighlighter.collapsed{overflow:visible !important}.syntaxhighlighter.collapsed .toolbar{color:#00f !important;background:#fff !important;border:1px solid #6ce26c !important}.syntaxhighlighter.collapsed .toolbar a{color:#00f !important}.syntaxhighlighter.collapsed .toolbar a:hover{color:#f00 !important}.syntaxhighlighter .toolbar{color:#fff !important;background:#6ce26c !important;border:none !important}.syntaxhighlighter .toolbar a{color:#fff !important}.syntaxhighlighter .toolbar a:hover{color:#000 !important}.syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#000 !important}.syntaxhighlighter .comments,.syntaxhighlighter .comments a{color:#008200 !important}.syntaxhighlighter .string,.syntaxhighlighter .string a{color:#00f !important}.syntaxhighlighter .keyword{color:#069 !important}.syntaxhighlighter .preprocessor{color:#808080 !important}.syntaxhighlighter .variable{color:#a70 !important}.syntaxhighlighter .value{color:#090 !important}.syntaxhighlighter .functions{color:#ff1493 !important}.syntaxhighlighter .constants{color:#06c !important}.syntaxhighlighter .script{font-weight:bold !important;color:#069 !important;background-color:none !important}.syntaxhighlighter .color1,.syntaxhighlighter .color1 a{color:#808080 !important}.syntaxhighlighter .color2,.syntaxhighlighter .color2 a{color:#ff1493 !important}.syntaxhighlighter .color3,.syntaxhighlighter .color3 a{color:#f00 !important}.syntaxhighlighter .keyword{font-weight:bold !important}.syntaxhighlighter code{white-space:pre-wrap;white-space:-moz-pre-wrap !important;white-space:-pre-wrap;white-space:-o-pre-wrap}.syntaxhighlighter .line{white-space:normal !important;line-height:1.8em !important}.syntaxhighlighter code{line-height:1.8em !important}.syntaxhighlighter .toolbar{display:none}.syntaxhighlighter.collapsed .toolbar{display:block;background:#f5f5f5 !important;border:1px solid #ccc !important;padding:.5em .8em .5em .8em !important}.syntaxhighlighter table td.code{width:auto !important}.syntaxhighlighter .line.alt2{background-color:#f4f4f4 !important}.syntaxhighlighter .gutter{width:35px !important}.syntaxhighlighter .gutter .line{border-right:2px solid #6ce26c !important}.syntaxhighlighter table td.gutter .line{padding:0 .5em 0 .5em !important;text-align:right !important}.syntaxhighlighter .keyword{font-weight:normal !important;color:#00f !important}.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:12px !important}.sh-gutter .line,.sh-gutter code{white-space:nowrap !important}body{font-family:'PingFang SC','Microsoft YaHei','Helvetica Neue','Helvetica','Arial',sans-serif}input[type=button]{-webkit-appearance:button}img{border:0;max-width:100%}.ThumbNail img{width:100%}.blog_topic{margin-top:10px;margin-left:2em}#blog_post_info_block{margin-top:20px}#BlogPostCategory{margin-bottom:10px}#EntryTag{margin-top:0 !important}.topicListFooter{text-align:right;margin-right:10px;margin-top:10px}#divRefreshComments{text-align:right;margin-right:10px;margin-bottom:5px;font-size:12px}.commentTextBox{Width:480px;height:220px}.commenttb{width:320px}.tb_comment_name{width:200px}#MyIng{margin-top:5px}.ing_title{font-weight:bold;text-align:center}.ing_body{margin-top:5px;margin-bottom:5px;word-break:break-all}.ing_date{text-align:center;color:#808080;font-size:11px}.ing_footer{text-align:right;margin-right:5px}#divNewMsg{margin-top:2px;text-align:center}.commentform table td input{margin:2px auto}.sendMsg2This:link,.sendMsg2This:visited,.sendMsg2This:active{font-size:12px;text-decoration:none;background:url('/images/icoMsg.gif') no-repeat top left;padding-left:20px}.sendMsg2This:hover{background:url('/images/icoMsg.gif') no-repeat bottom left}.RecentComment{overflow:hidden}.cnblogs_code{background-color:#f5f5f5;font-family:Courier New !important;font-size:12px !important;border:1px solid #ccc;padding:5px;overflow:auto;margin:5px 0;color:#000}span.cnblogs_code{padding:3px}.cnblogs_code div{background-color:#f5f5f5}pre{overflow:auto}.cnblogs_code pre{font-family:Courier New !important;font-size:12px !important;word-wrap:break-word}.cnblogs_code span{font-family:Courier New !important;font-size:12px !important;line-height:1.5 !important}.cnblogs_code_Collapse{border-right:#808080 1px solid;border-top:#808080 1px solid;border-left:#808080 1px solid;border-bottom:#808080 1px solid;background-color:#fff;padding:2px}.cnblogs_code_collapse{border-right:#808080 1px solid;border-top:#808080 1px solid;border-left:#808080 1px solid;border-bottom:#808080 1px solid;background-color:#fff;padding:2px}.cnblogs_code_hide{display:none}.code_img_closed{vertical-align:middle;padding-right:5px}.code_img_opened{vertical-align:middle;padding-right:5px}.cnblogs_code_open{margin-top:5px}.codeLineNumber{-moz-user-select:none;color:#008080;padding-right:10px}.cnblogs_code ol{margin-left:0;color:#008080}.cnblogs_code ol li{list-style-image:none}.cnblogs_code ol li span{color:#000}.cnblogs_code_toolbar a:hover,.cnblogs_code_toolbar a:link,.cnblogs_code_toolbar a:visited,.cnblogs_code_toolbar a:active,.cnblogs_code_toolbar a:link img,.cnblogs_code_toolbar a:visited img{background-color:#f5f5f5 !important;border:none !important}.desc_img{float:right;max-height:200px}.MsoNormal{font-size:13px;line-height:150%}.div_my_zzk{margin-top:5px;margin-bottom:5px}.input_my_zzk{width:100px;vertical-align:middle;height:20px}input.btn_my_zzk{vertical-align:middle;height:22px;font-size:12px;padding-left:5px;padding-right:5px}pre{margin-top:0;margin-bottom:0}.divPostCommentBox{float:left;width:500px}.CommentBoxNav{width:100px;float:right;margin-top:20px;line-height:120%;font-size:12px}.comment_pager{text-align:left;padding-bottom:5px}.comment_pager_current{color:#f00}.dp-highlighter{font-family:"Consolas","Courier New",Courier,mono,serif;font-size:12px;overflow:auto;margin:18px 0 18px 0 !important;word-break:break-word}.dp-highlighter ol,.dp-highlighter ol li,.dp-highlighter ol li span{margin:0;padding:0;border:none}.dp-highlighter a,.dp-highlighter a:hover{background:none;border:none;padding:0;margin:0}.dp-highlighter ol{list-style:decimal;background-color:#fff;margin:0 0 1px 45px !important;padding:0 !important;color:#5c5c5c}.dp-highlighter.nogutter ol,.dp-highlighter.nogutter ol li{list-style:none !important;margin-left:0 !important}.dp-highlighter ol li,.dp-highlighter .columns div{list-style:decimal-leading-zero;list-style-position:outside !important;border-left:3px solid #6ce26c;background-color:#f8f8f8;color:#5c5c5c;padding:0 3px 0 10px !important;margin:0 !important;line-height:1.6}.dp-highlighter.nogutter ol li,.dp-highlighter.nogutter .columns div{border:0}.dp-highlighter .columns{background-color:#f8f8f8;color:#808080;overflow:hidden;width:100%}.dp-highlighter .columns div{padding-bottom:5px}.dp-highlighter ol li.alt{background-color:#fff;color:inherit}.dp-highlighter ol li span{color:#000;background-color:inherit}.dp-highlighter.collapsed ol{margin:0}.dp-highlighter.collapsed ol li{display:none}.dp-highlighter.printing{border:none}.dp-highlighter.printing .tools{display:none !important}.dp-highlighter.printing li{display:list-item !important}.dp-highlighter .tools{padding:3px 8px 3px 10px;font:9px Verdana,Geneva,Arial,Helvetica,sans-serif;color:#c0c0c0;background-color:#f8f8f8;padding-bottom:10px;border-left:3px solid #6ce26c}.dp-highlighter.nogutter .tools{border-left:0}.dp-highlighter.collapsed .tools{border-bottom:0}.dp-highlighter .tools a{font-size:9px;color:#a0a0a0;background-color:inherit;text-decoration:none;margin-right:10px}.dp-highlighter .tools a:hover{color:#f00;background-color:inherit;text-decoration:underline}.dp-about{background-color:#fff;color:#333;margin:0;padding:0}.dp-about table{width:100%;height:100%;font-size:11px;font-family:Tahoma,Verdana,Arial,sans-serif !important}.dp-about td{padding:10px;vertical-align:top}.dp-about .copy{border-bottom:1px solid #aca899;height:95%}.dp-about .title{color:#f00;background-color:inherit;font-weight:bold}.dp-about .para{margin:0 0 4px 0}.dp-about .footer{background-color:#eceadb;color:#333;border-top:1px solid #fff;text-align:right}.dp-about .close{font-size:11px;font-family:Tahoma,Verdana,Arial,sans-serif !important;background-color:#eceadb;color:#333;width:60px;height:22px}.dp-highlighter .comment,.dp-highlighter .comments{color:#008200;background-color:inherit}.dp-highlighter .string{color:#00f;background-color:inherit}.dp-highlighter .keyword{color:#069;font-weight:bold;background-color:inherit}.dp-highlighter .preprocessor{color:#808080;background-color:inherit}#digg_block{margin-top:10px}#author_profile{float:left;width:280px;margin-top:0;margin-bottom:10px;color:#000;margin-left:0;font-size:12px}#author_profile a:link,#author_profile a:visited,#author_profile a:acitve{text-decoration:none}#author_profile a:hover{text-decoration:underline}.author_avatar{vertical-align:top;float:left;margin-right:5px;padding-top:5px;padding-left:2px;border:0}.author_profile_title{font-weight:bold;color:#666}.author_profile_info{float:left;line-height:18px}#div_digg{float:right;margin-bottom:10px;margin-right:30px;font-size:12px;width:125px;text-align:center;margin-top:10px}.diggit{float:left;width:46px;height:52px;background:url('//static.cnblogs.com/images/upup.gif') no-repeat;text-align:center;cursor:pointer;margin-top:2px;padding-top:5px}.diggnum{font-size:14px;color:#075db3;font-family:Verdana}.buryit{float:right;margin-left:20px;width:46px;height:52px;background:url('//static.cnblogs.com/images/downdown.gif') no-repeat;text-align:center;cursor:pointer;margin-top:2px;padding-top:5px}.burynum{font-size:14px;color:#075db3;font-family:Verdana}.diggword{margin-top:5px;margin-left:0;font-size:12px;color:#808080}a.digg_gray:link{color:#808080;text-decoration:underline}a.digg_gray:visited{color:#808080;text-decoration:underline}a.digg_gray:hover{color:#f00;text-decoration:underline}a.digg_gray:active{color:#808080;text-decoration:underline}a.site_hot:visited,a.site_hot:active,a.site_hot:link{color:#f00;text-decoration:none}a.site_hot:hover{color:#f00;text-decoration:underline}.ad_bottom_text{line-height:150%}#profile_block{margin-top:5px;line-height:1.5;text-align:left}.ing_date{color:#808080}.bq_post_comment{margin:0 0 5px 0;font-style:normal;line-height:180%;border:1px solid #ddd;padding:10px}.bq_post_comment img{max-width:400px;max-height:300px}.bq_post_comment ol{margin-left:20px}.bq_post_comment ol li{list-style-type:decimal}.bq_post_comment ul{margin-left:20px}.bq_post_comment ul li{list-style-type:disc}.blog_comment_body{word-wrap:break-word;overflow-wrap:break-word}.blog_comment_body li{margin-left:28px}.blog_comment_body ul>li,.blog_comment_body ol>li{list-style:inherit}.blog_comment_body img{max-width:400px;max-height:300px}#post_next_prev{line-height:1.8;font-size:12px}.post_next_prev_date{color:#808080}#post_next_prev a.p_n_p_prefix:link{text-decoration:none}#post_next_prev a.p_n_p_prefix:hover{text-decoration:underline}#side_ing_block{line-height:1.5;overflow:hidden}#side_ing_block ul li{background-image:url(//static.cnblogs.com/images/icon_voice.gif);background-repeat:no-repeat;padding:0 0 0 20px}a.ing_lnk:link,a.ing_lnk:active,a.ing_lnk:visited{color:#808080;text-decoration:none;border:0}.itnews{line-height:150%}.job_offer_list{line-height:150%}blockquote{background:none;border:2px solid #efefef;padding-left:10px;padding-right:10px;padding-top:5px;padding-bottom:5px;margin-top:10px;margin-bottom:10px}.blogpost-body blockquote{background:none;border-left:3px solid #e2dfdf;border-right:none;border-top:none;border-bottom:none;margin:10px 0;padding:5px 10px;color:#555}#cnblogs_post_body blockquote ul{margin-left:25px}.c_ad_block{margin-top:10px;line-height:1.5}#grade_flag{font-size:12px}.c_b_p_desc{word-wrap:break-word;word-break:break-all;overflow:hidden;line-height:1.5}.c_b_p_desc_readmore{padding-left:5px}.c_b_p_link_desc{margin-top:2px;word-break:break-word}#green_channel{padding:10px 0;margin-bottom:10px;margin-top:10px;border:#c0c0c0 1px dashed;font-size:12px;width:350px;text-align:center}#green_channel a{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAYAAABIdFAMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHhJREFUeNo8zjsOxCAMBFB/KEAUFFR0Cbng3nQPw68ArZdAlOZppPFIBhH5EAB8b+Tlt9MYQ6i1BuqFaq1CKSVcxZ2Acs6406KUgpt5/LCKuVgz5BDCSb13ZO99ZOdcZGvt4mJjzMVKqcha68iIePB86GAiOv8CDADlIUQBs7MD3wAAAABJRU5ErkJggg%3D%3D) repeat-x;display:inline-block;padding:3px 8px;color:#fff;text-decoration:none;font-weight:bold;cursor:pointer;margin-right:10px;-moz-border-radius:5px;-webkit-border-radius:10px;-moz-box-shadow:0 1px 3px rgba(0,0,0,.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,.5);text-shadow:0 -1px 1px rgba(0,0,0,.25);vertical-align:middle}#green_channel a:hover{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAYAAACd+7GKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeNpi/v//vwMTAwPDfzjBgMpFI/7hFSOT9Y8qRuF3JLoHAQIMAHYtMmRA+CugAAAAAElFTkSuQmCC)}#green_channel #green_channel_digg{background-color:#2daebf}#green_channel #green_channel_follow{background-color:#e33100}#green_channel #green_channel_favorite{background-color:#ffb515}#green_channel #green_channel_contact{background-color:#eee;color:#555;display:none}#green_channel #green_channel_weibo img{vertical-align:middle;border:none;margin-left:5px;box-shadow:none}#green_channel #green_channel_weibo,#green_channel #green_channel_wechat{background:none;padding:3px 2px;-moz-border-radius:none;-webkit-border-radius:none;-moz-box-shadow:none;-webkit-box-shadow:none;text-shadow:none}#green_channel #green_channel_wechat img{width:24px;height:24px;border:medium none;box-shadow:none;margin-left:5px;vertical-align:middle}#cnblogs_post_body{margin-bottom:20px}#cnblogs_post_body ul{margin-left:30px;padding-left:0}#cnblogs_post_body ol{padding-left:40px}#cnblogs_post_body ol li{list-style-type:decimal}#cnblogs_post_body ul li{list-style-type:disc}#cnblogs_post_body ul ul li{list-style-type:circle}#cnblogs_post_body table,.cnblogs-post-body table{border:1px solid #dfdfdf;border-collapse:collapse;word-break:break-word}#cnblogs_post_body th,.cnblogs-post-body th{background-color:#fafafa}#cnblogs_post_body th,#cnblogs_post_body td,.cnblogs-post-body th,.cnblogs-post-body td{border:1px solid #c0c0c0;border-collapse:collapse;padding:8px 14px;min-width:50px}#cnblogs_post_body img,.cnblogs-post-body img{max-width:100% !important;height:auto}.ad_text_commentbox{margin-top:5px;margin-bottom:5px}a.comment_uploadimg_a{font-size:12px}#ad_t2{margin-top:5px;line-height:1.8}#ad_t2 a{margin-right:10px}#opt_under_post{line-height:1.8}#opt_under_post a{margin-right:10px}#ad_under_comment2{margin-bottom:5px}#ad_under_comment2 img{margin-bottom:5px}.recent_comment_author{text-align:right;margin-right:4px}#HistoryToday,.recomm-block{max-width:600px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recomm-block{margin-top:10px}#cnblogs_t5{margin-top:5px}.cnblogs_code_toolbar{margin-top:5px}.cnblogs_code_toolbar span{padding-right:5px}input::-moz-focus-inner{border:0;padding:0}.comment_btn{height:26px;width:68px;margin:0;padding:0;line-height:22px}#commentbox_opt a{padding-left:10px}#taglist_title{margin-bottom:10px}#taglist td{padding:5px 20px 5px 10px}.Cal{width:100%}.CalTitle{width:100%}.new-comment-block{line-height:1.5}.new-comment-block img{max-width:400px;max-height:300px}.new-comment-title span{margin-left:5px}.new-comment-title a{margin-left:5px}.pager{font-size:12px;margin:10px 0;text-align:center;color:#2e6ab1;line-height:200%}.pager a{border:1px solid #9aafe5;color:#2e6ab1;margin:0 2px;padding:2px 5px;text-decoration:none}.pager span.current{background-color:#2e6ab1;border:1px solid #000080;color:#fff;font-weight:bold;margin:0 2px;padding:2px 5px}.comment_vote{text-align:right}.comment_vote a{text-decoration:none !important;padding-left:10px}.comment_actions a{padding-right:10px}.comment_actions a:last-child{padding-right:0}.recent_comment_body{word-wrap:break-word}#taglist_main{margin-top:20px}#taglist_main #taglist .small{font-size:12px}#taglist_title_wrap{margin-left:auto;margin-right:auto;text-align:center}#cnblogs_post_body{word-break:break-word}#cnblogs_post_body p{margin:10px auto;text-indent:0}#cnblogs_post_body h1{font-size:28px;font-weight:bold;line-height:1.5;margin:10px 0}#cnblogs_post_body h2{font-size:21px;font-weight:bold;line-height:1.5;margin:10px 0}#cnblogs_post_body h3{font-size:16px;font-weight:bold;line-height:1.5;margin:10px 0}#cnblogs_post_body h4{font-size:14px;font-weight:bold;margin:10px 0}#cnblogs_post_body h5{font-size:12px;font-weight:bold;margin:10px 0}#cnblogs_post_body h6{font-size:11px;font-weight:bold;margin:10px 0}.blog_comment_body h1,.blog_comment_body h2,.blog_comment_body h3,.blog_comment_body h4,.blog_comment_body h5,.blog_comment_body h6,.recent_comment_body h1,.recent_comment_body h2,.recent_comment_body h3,.recent_comment_body h4,.recent_comment_body h5,.recent_comment_body h6{font-size:13px;font-weight:normal;margin:10px 0}.blog_comment_body strong,.recent_comment_body strong{font-weight:normal}.blog_comment_body em,.recent_comment_body em{font-style:normal}.blog_comment_body hr,.bq_post_comment hr{visibility:hidden}#div_digg .diggnum{line-height:1.5em !important}#div_digg .burynum{line-height:1.5em !important}#green_channel a:link,#green_channel a:visited,#green_channel a:active{color:#fff !important;border:none !important}#myposts .myposts_title{font-size:15px}#myposts{margin-left:20px}#myposts .pager{text-align:right;margin-right:10px}#myposts .PostList{margin-right:20px;margin-top:10px;font-size:13px}.vertical-middle>*{vertical-align:middle}.text-tail-icon{width:1em;height:1em}#myposts .postTitle2{font-size:13px}#myposts .postDesc2{font-size:12px}#myposts .postText2{font-size:13px;margin-bottom:5px}#blog-news{overflow:hidden}#MySignature{display:none}pre.prettyprint code{font-family:"Courier New",sans-serif !important;font-size:12px !important;line-height:20px;background-color:#f5f5f5 !important;border:1px solid #ccc !important;padding:0 5px !important;border-radius:3px !important;line-height:1.8;margin:1px 5px;vertical-align:middle;display:block;overflow-x:auto}.mermaid{white-space:pre-wrap}#cnblogs_post_body img[id^=uploading_image_]{display:none}#bigbanner_close{position:absolute;margin-left:10px;cursor:pointer}#sidebar_ad,#sidebar_c3{display:none;overflow:hidden}.navbar-custom{display:none}.under-comment-nav ul{margin:0 10px 10px 25px;padding:0}.under-comment-nav ul li{padding:0 20px 0 0;display:inline}.under-comment-box-nav ul{margin-left:5px}.under-comment-nav{margin-bottom:10px;margin-left:25px}.under-comment-box-nav{margin-bottom:10px;margin-left:5px}#blog-comments-placeholder:empty{display:none}#commentform_title a{font-size:13px}.formobile{display:none}.dropdown-menu a:visited,.dropdown-menu a:active{text-decoration:none}.dropdown-menu a:hover{text-decoration:underline}.bannerbar{line-height:0}.bannerbar img{width:100%}.bannerbar.aws img{width:100%}.bannerbar.aws{background-image:url(https://common.cnblogs.com/images/banner/bannerbar-aws-bg.png);height:32px;background-size:contain;display:flex}.bannerbar.aws .left{margin-left:90px;height:32px;width:auto}.bannerbar.aws .right{height:32px;width:auto;margin-right:130px;margin-left:auto;align-self:center}.gallery img{max-width:100%}#comment_form_container{visibility:hidden}#commentform_title{background-image:url(//static.cnblogs.com/images/icon_addcomment.gif);background-repeat:no-repeat;padding:0 0 0 25px;margin-bottom:10px}div.commentform input.author,div.commentform input.email,div.commentform input.url{background-image:url(//static.cnblogs.com/images/icon_form.gif);background-repeat:no-repeat;border:1px solid #ccc;padding:4px 4px 4px 30px;width:300px;font-size:13px}div.commentform input.author{background-position:3px -3px}div.commentform input.email{background-position:3px -33px}div.commentform input.url{background-position:3px -63px}.comment_textarea{padding:8px 14px;background-color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ddd;width:600px;border-radius:3px;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;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;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;margin-bottom:10px}div.commentform textarea{line-height:1.6;width:100%;height:250px;resize:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;font-size:13px;border:none;font-family:"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;padding:8px 0}#tbCommentBodyPreview{margin-left:5px}.comment_preview{width:100%;min-height:150px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;padding:0}.comment_preview p,div.commentform p{margin:10px 0}.commentbox_footer,.commentbox_title{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.commentbox_title{border-bottom:1px solid #ddd}.commentbox_footer{border-top:1px solid #d2d2d2;padding-top:10px}.commentbox_tab{margin:0 1rem 0 0;list-style:none;line-height:28px;cursor:pointer;padding:0 5px 0 5px;letter-spacing:.1rem;text-align:center;color:#707070}.commentbox_tab:hover,.commentbox_tab.active{border-bottom:2px solid #367cc2;color:#000}.commentbox_title_left{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.commentbox_title_right{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:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:5px}textarea#tbCommentBody::-webkit-input-placeholder{color:#a9a9a9}textarea#tbCommentBody::-moz-placeholder{color:#a9a9a9}textarea#tbCommentBody:-ms-input-placeholder{color:#a9a9a9}textarea#tbCommentBody::-ms-input-placeholder{color:#a9a9a9}textarea#tbCommentBody::placeholder{color:#a9a9a9}.login_tips{background-image:url(//static.cnblogs.com/images/icon_addcomment.gif);background-repeat:no-repeat;margin-top:10px;padding:0 0 10px 25px;font-weight:bold}.login_tips a{text-decoration:underline !important}.clear{clear:both}.comment_quote{padding:5px 5px 5px 5px;border:1px solid #ccc}.comment_quote legend+br{display:none}.comment_icon{cursor:pointer;padding:0 0 0 20px}.comment_option{cursor:pointer;margin-bottom:4px;background:none;border:none;outline:none;color:#808080;fill:gray}.comment_option svg{display:inline-block;vertical-align:middle;width:18px;height:18px}.comment_option:hover{fill:#000;color:#000}.inline_middle{display:inline-block;vertical-align:middle}.comment_svg{display:inline-block;vertical-align:middle;width:18px;height:18px;fill:gray}.comment_svg_stroke{stroke:gray}.comment_svg_stroke:hover{stroke:#000}.comment_svg:hover{fill:#000}#comment_nav{text-align:right}#comment_nav a{padding-left:10px}.ad_commentbox_up{margin-left:5px}.ad_commentbox_up a{padding-left:10px}.cnblogs-markdown .hljs,.cnblogs-post-body .hljs{display:block;overflow-x:auto;padding:.5em;background:#fff;color:#000}.hljs-comment,.hljs-quote,.hljs-variable{color:#008000}.hljs-keyword,.hljs-selector-tag,.hljs-built_in,.hljs-name,.hljs-tag{color:#00f}.hljs-string,.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:#a31515}.hljs-deletion,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-meta{color:#2b91af}.hljs-doctag{color:#808080}.hljs-attr{color:#f00}.hljs-symbol,.hljs-bullet,.hljs-link{color:#00b0e8}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}.cnblogs-markdown code,.cnblogs-post-body code{font-family:"Courier New",sans-serif !important;font-size:12px !important;line-height:20px;background-color:#f5f5f5 !important;border:1px solid #ccc !important;padding:0 5px !important;border-radius:3px !important;line-height:1.8;margin:1px 5px;vertical-align:middle;display:inline-block;overflow-x:auto}.cnblogs-markdown pre code,.cnblogs-post-body pre code{display:block;margin:auto;vertical-align:auto;height:auto;line-height:1.5;padding:5px !important}.cnblogs-markdown .hljs,.cnblogs-post-body .hljs{font-family:"Courier New",sans-serif !important;font-size:12px !important;line-height:1.5 !important;padding:5px !important}.cnblogs-markdown pre{margin-top:10px;margin-bottom:10px}.dropdown-menu a{color:#08c;text-decoration:none}.typeahead{z-index:1051;margin-top:2px}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;padding:0;float:left;margin:2px 0 0;list-style:none;background-color:#fff;text-shadow:none}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#4078c0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0)}.dropdown-menu>li>a{display:block;padding:3px 10px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}.mention_name{font-size:12px}.mention_username{font-size:12px;color:#999}.mention_image{float:left;margin-right:5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;width:20px;height:20px}.active .mention_username{color:#fff}.dropdown-menu>.tips{color:#fff;text-decoration:none;outline:0;background-color:#4078c0;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0077b3',GradientType=0);font-size:12px;padding:3px 5px;clear:both;line-height:20px}
/*!
 * ui-dialog.css
 * Date: 2014-07-03
 * https://github.com/aui/artDialog
 * (c) 2009-2014 TangBin, https://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: https://www.gnu.org/licenses/lgpl-2.1.html
 */
.ui-dialog{*zoom:1;_float:left;position:relative;background-color:#fff;border:1px solid #999;border-radius:6px;outline:0;background-clip:padding-box;font-family:Helvetica,arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;opacity:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .15s ease-in-out,opacity .15s ease-in-out;transition:transform .15s ease-in-out,opacity .15s ease-in-out}.ui-popup-show .ui-dialog{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui-popup-focus .ui-dialog{box-shadow:0 0 8px rgba(0,0,0,.1)}.ui-popup-modal .ui-dialog{box-shadow:0 0 8px rgba(0,0,0,.1),0 0 256px rgba(255,255,255,.3)}.ui-dialog-grid{width:auto;margin:0;border:0 none;border-collapse:collapse;border-spacing:0;background:transparent}.ui-dialog-header,.ui-dialog-body,.ui-dialog-footer{padding:0;border:0 none;text-align:left;background:transparent}.ui-dialog-header{white-space:nowrap;border-bottom:1px solid #e5e5e5}.ui-dialog-close{position:relative;_position:absolute;float:right;top:13px;right:13px;_height:26px;padding:0 4px;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20);cursor:pointer;background:transparent;_background:#fff;border:0;-webkit-appearance:none}.ui-dialog-close:hover,.ui-dialog-close:focus{color:#000;text-decoration:none;cursor:pointer;outline:0;opacity:.5;filter:alpha(opacity=50)}.ui-dialog-title{margin:0;line-height:1.428571429;min-height:16.428571429px;padding:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;cursor:default}.ui-dialog-body{padding:20px;text-align:center}.ui-dialog-content{display:inline-block;position:relative;vertical-align:middle;*zoom:1;*display:inline;text-align:left}.ui-dialog-footer{padding:0 20px 20px 20px}.ui-dialog-statusbar{float:left;margin-right:20px;padding:6px 0;line-height:1.428571429;font-size:14px;color:#888;white-space:nowrap}.ui-dialog-statusbar label:hover{color:#333}.ui-dialog-statusbar input,.ui-dialog-statusbar .label{vertical-align:middle}.ui-dialog-button{float:right;white-space:nowrap}.ui-dialog-footer button+button{margin-bottom:0;margin-left:5px}.ui-dialog-footer button{width:auto;overflow:visible;display:inline-block;padding:6px 12px;_margin-left:5px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.ui-dialog-footer button:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.ui-dialog-footer button:hover,.ui-dialog-footer button:focus{color:#333;text-decoration:none}.ui-dialog-footer button:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.ui-dialog-footer button[disabled]{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.ui-dialog-footer button{color:#333;background-color:#fff;border-color:#ccc}.ui-dialog-footer button:hover,.ui-dialog-footer button:focus,.ui-dialog-footer button:active{color:#333;background-color:#ebebeb;border-color:#adadad}.ui-dialog-footer button:active{background-image:none}.ui-dialog-footer button[disabled],.ui-dialog-footer button[disabled]:hover,.ui-dialog-footer button[disabled]:focus,.ui-dialog-footer button[disabled]:active{background-color:#fff;border-color:#ccc}.ui-dialog-footer button.ui-dialog-autofocus{color:#fff;background-color:#428bca;border-color:#357ebd}.ui-dialog-footer button.ui-dialog-autofocus:hover,.ui-dialog-footer button.ui-dialog-autofocus:focus,.ui-dialog-footer button.ui-dialog-autofocus:active{color:#fff;background-color:#3276b1;border-color:#285e8e}.ui-dialog-footer button.ui-dialog-autofocus:active{background-image:none}.ui-popup-top-left .ui-dialog,.ui-popup-top .ui-dialog,.ui-popup-top-right .ui-dialog{top:-8px}.ui-popup-bottom-left .ui-dialog,.ui-popup-bottom .ui-dialog,.ui-popup-bottom-right .ui-dialog{top:8px}.ui-popup-left-top .ui-dialog,.ui-popup-left .ui-dialog,.ui-popup-left-bottom .ui-dialog{left:-8px}.ui-popup-right-top .ui-dialog,.ui-popup-right .ui-dialog,.ui-popup-right-bottom .ui-dialog{left:8px}.ui-dialog-arrow-a,.ui-dialog-arrow-b{position:absolute;display:none;width:0;height:0;overflow:hidden;_color:#ff3fff;_filter:chroma(color=#ff3fff);border:8px dashed transparent}.ui-popup-follow .ui-dialog-arrow-a,.ui-popup-follow .ui-dialog-arrow-b{display:block}.ui-popup-top-left .ui-dialog-arrow-a,.ui-popup-top .ui-dialog-arrow-a,.ui-popup-top-right .ui-dialog-arrow-a{bottom:-16px;border-top:8px solid #7c7c7c}.ui-popup-top-left .ui-dialog-arrow-b,.ui-popup-top .ui-dialog-arrow-b,.ui-popup-top-right .ui-dialog-arrow-b{bottom:-15px;border-top:8px solid #fff}.ui-popup-top-left .ui-dialog-arrow-a,.ui-popup-top-left .ui-dialog-arrow-b{left:15px}.ui-popup-top .ui-dialog-arrow-a,.ui-popup-top .ui-dialog-arrow-b{left:50%;margin-left:-8px}.ui-popup-top-right .ui-dialog-arrow-a,.ui-popup-top-right .ui-dialog-arrow-b{right:15px}.ui-popup-bottom-left .ui-dialog-arrow-a,.ui-popup-bottom .ui-dialog-arrow-a,.ui-popup-bottom-right .ui-dialog-arrow-a{top:-16px;border-bottom:8px solid #7c7c7c}.ui-popup-bottom-left .ui-dialog-arrow-b,.ui-popup-bottom .ui-dialog-arrow-b,.ui-popup-bottom-right .ui-dialog-arrow-b{top:-15px;border-bottom:8px solid #fff}.ui-popup-bottom-left .ui-dialog-arrow-a,.ui-popup-bottom-left .ui-dialog-arrow-b{left:15px}.ui-popup-bottom .ui-dialog-arrow-a,.ui-popup-bottom .ui-dialog-arrow-b{margin-left:-8px;left:50%}.ui-popup-bottom-right .ui-dialog-arrow-a,.ui-popup-bottom-right .ui-dialog-arrow-b{right:15px}.ui-popup-left-top .ui-dialog-arrow-a,.ui-popup-left .ui-dialog-arrow-a,.ui-popup-left-bottom .ui-dialog-arrow-a{right:-16px;border-left:8px solid #7c7c7c}.ui-popup-left-top .ui-dialog-arrow-b,.ui-popup-left .ui-dialog-arrow-b,.ui-popup-left-bottom .ui-dialog-arrow-b{right:-15px;border-left:8px solid #fff}.ui-popup-left-top .ui-dialog-arrow-a,.ui-popup-left-top .ui-dialog-arrow-b{top:15px}.ui-popup-left .ui-dialog-arrow-a,.ui-popup-left .ui-dialog-arrow-b{margin-top:-8px;top:50%}.ui-popup-left-bottom .ui-dialog-arrow-a,.ui-popup-left-bottom .ui-dialog-arrow-b{bottom:15px}.ui-popup-right-top .ui-dialog-arrow-a,.ui-popup-right .ui-dialog-arrow-a,.ui-popup-right-bottom .ui-dialog-arrow-a{left:-16px;border-right:8px solid #7c7c7c}.ui-popup-right-top .ui-dialog-arrow-b,.ui-popup-right .ui-dialog-arrow-b,.ui-popup-right-bottom .ui-dialog-arrow-b{left:-15px;border-right:8px solid #fff}.ui-popup-right-top .ui-dialog-arrow-a,.ui-popup-right-top .ui-dialog-arrow-b{top:15px}.ui-popup-right .ui-dialog-arrow-a,.ui-popup-right .ui-dialog-arrow-b{margin-top:-8px;top:50%}.ui-popup-right-bottom .ui-dialog-arrow-a,.ui-popup-right-bottom .ui-dialog-arrow-b{bottom:15px}@-webkit-keyframes ui-dialog-loading{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes ui-dialog-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.ui-dialog-loading{vertical-align:middle;position:relative;display:block;*zoom:1;*display:inline;overflow:hidden;width:32px;height:32px;top:50%;margin:-16px auto 0 auto;font-size:0;text-indent:-999em;color:#666}.ui-dialog-loading{width:100%\9;text-indent:0\9;line-height:32px\9;text-align:center\9;font-size:12px\9}.ui-dialog-loading::after{position:absolute;content:'';width:3px;height:3px;margin:14.5px 0 0 14.5px;border-radius:100%;box-shadow:0 -10px 0 1px #ccc,10px 0 #ccc,0 10px #ccc,-10px 0 #ccc,-7px -7px 0 .5px #ccc,7px -7px 0 1.5px #ccc,7px 7px #ccc,-7px 7px #ccc;-webkit-transform:rotate(360deg);-webkit-animation:ui-dialog-loading 1.5s infinite linear;transform:rotate(360deg);animation:ui-dialog-loading 1.5s infinite linear;display:none\9}


div.postBody {
    color: #666;
    text-shadow: 0 0px rgba(0, 0, 0, 0.05);
}
.cnblogs-markdown .hljs{
  display: block;
  overflow-x: auto;
  padding: 0.5em !important;
  background: #23241f !important;
  font-size: 16px !important;
 /* font-weight:bold !important;*/

}

.cnblogs-markdown .hljs,
.hljs-tag,
.hljs-subst {
  color: #f8f8f2;
}

.hljs-strong,
.hljs-emphasis {
  color: #a8a8a2;
}

.hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
  color: #ae81ff;
}

.hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
  color: #a6e22e;
}

.cnblogs-markdown .hljs-strong {
  font-weight: bold;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
  color: #f92672;
}

.hljs-symbol,
.hljs-attribute {
  color: #66d9ef;
}

.hljs-params,
.hljs-class .hljs-title {
  color: #f8f8f2;
}

#mainContent
{
    background: #fff0; /* 导航菜单半透明*/
}
/********************
文章样式
********************/
#mainContent #post_detail .postTitle {
    margin-top: 0;
    padding: 10px;
    font-size: 1.875rem;
    display: none;
}


#mainContent #post_detail .postTitle a {
    border-bottom: 3px solid #eee;
    color: #333;
    text-align: left;
    font-weight: 700;
    font-size: 30pt;
    display: block;
    -webkit-margin-before: 0.67em;
    margin-left: 20px;
    margin-right: 20px;
}

#mainContent #post_detail .post {
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: rgba(0,0,0,0.1) 0px 15px 35px 0px, rgba(0,0,0,0.07) 0px 3px 10px 0px;
    padding: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.post {
    color: #333;
}

.post p {
    line-height: 1.65em;
}

.post code::-webkit-scrollbar {
    width: 10px;
    height: 5px
}

.post code::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8888887a
}

.post a {
    /* -webkit-transition: all .35s; */
    /* transition: all .35s; */
    color: #1879e1e8;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
}

.post a:focus,.post a:hover {
    color: #f50002;
    text-shadow: 0 1px 2px rgba(206, 206, 206, 0.84)!important;
}

.post a::after {
    -webkit-transition: width .35s;
    transition: width .35s;
    content: "";
    right: 0;
    width: 0;
    bottom: -2px;
    position: absolute;
    border-bottom: 1px solid
}

.post a:hover::after {
    left: 0;
    width: 100%
}

.post p {
    margin: 20px 0!important;
    position: relative
}

.post p::after {
    content: "";
    clear: both;
    display: block
}

.post del {
    color: #888;
    font-size: 1rem;
}

.post img {
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
    display: block;
    position: relative;
    border-radius: 6px;
    margin-top: .6em;
    margin-bottom: .6em;
}

.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
    text-indent: -6px;
    margin: 25px 0!important;
    position: relative;
    color: #0d0d0d;
    font-family: Playball;
}

.post h1:before,.post h2:before,.post h3:before,.post h4:before,.post h5:before,.post h6:before {
    display: inline-block;
    margin-right: .4em;
    color: #b4b9b2;
}

.post h1:before {
    content: '#';
}

.post h2:before {
    content: '#';
}

.post h3:before {
    content: '##';
}

.post h4:before {
    content: '###';
}

.post h5:before {
    content: '####';
}

.post h6:before {
    content: '#####';
}

#mainContent .post h1 {
    font-size: 2.2em;
}

#mainContent .post h2 {
    font-size: 1.7em;
}

#mainContent .post h3 {
    font-size: 1.5em
}

#mainContent .post h4 {
    font-size: 1.2em
}

#mainContent .post h5 {
    font-size: 1em
}

#mainContent .post h6 {
    font-size: 1em
}

.post blockquote {
    color: #666;
    padding: .1rem 2.2rem;
    background-color: #f3f3f3;
    line-height: 28px;
    position: relative;
    border-radius: 6px;
    border: 1px solid #eee;
    font-family: sf pro sc,sf pro display,sf pro icons,aos icons,pingfang sc,helvetica neue,helvetica,arial,sans-serif;
}

.post blockquote:before {
    content: "“";
    top: 15px;
    left: 10px;
    position: absolute;
    color: #888;
    font-size: 3rem
}

.post blockquote:after {
    content: "”";
    bottom: -8px;
    right: 10px;
    position: absolute;
    color: #888;
    font-size: 3rem
}

.post hr {
    display: block;
    border: 0;
    border-top: 1px dashed #ccc;
    margin: 20px 0;
    padding: 0
}

.post sub,.post sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.post sup {
    top: -.5em
}

.post sub {
    bottom: -.25em
}

.post ol,.post ul {
    padding: 0 0 0 2em;
    margin-top: 0
}

.post ul .mdui-checkbox {
    padding-left: 22px;
    height: 18px
}

.post ul .mdui-checkbox-icon {
    top: 4px
}

.post li {
    line-height: 1.65rem;
}

.post li p {
    margin: 0!important
}

.post dd {
    margin: 0 0 0 2em
}

.post table {
    color: #5b6064;
    border-spacing: 0;
    text-align: center;
    border-collapse: collapse;
    -webkit-box-shadow: 0 0 0 1px #eee;
    box-shadow: 0 0 0 1px #eee;
    display: inline-block;
    max-width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin: auto;
    border-radius: 6px
}

.post table::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.post table::-webkit-scrollbar-thumb {
    background-color: #888
}

.post table thead {
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8
}

.post table thead tr {
    background-color: #f8f8f8
}

.post table th {
    border-right: 1px solid #eee;
    padding: 13px 26px;
    font-weight: 400
}

.post table td {
    border-right: 1px solid #eee;
    padding: 13px 26px
}

.post table td:last-child,.post table th:last-child {
    border: none
}

.post table tr {
    background-color: #fff
}

.post table tr:nth-child(2n) {
    background-color: #f8f8f8
}

.post canvas,.post iframe,.post img,.post select,.post svg,.post textarea,.post video {
    max-width: 100%!important;
}

details ul {
    padding-left: 1.7em
}

summary {
    cursor: pointer
}

summary i {
    margin-right: .3em
}

summary::-webkit-details-marker {
    display: none
}

summary .remove {
    display: none
}

details[open]>summary .add {
    display: none
}

details[open]>summary .remove {
    display: inline-block
}

<style>
        #cnblogs_c1,
        #cnblogs_c2,
        #ad_t2,
        #opt_under_post
        {
            display: none !important;
        }
        .itnews,
        .c_ad_block
        {
            display: none !important;
        }
</style>

#site_nav_under,.c_ad_block{
display:none;
}
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(125,137,95,0.1);
    pointer-events: none;
}






<style>
     html {
         background: pink;
         height: 100%;
     }
 
     /*最外层容器样式*/
     .wrap {
         width: 10px;
         height: 10px;
         /*改变左右上下,图片方块移动*/
         margin: 200px 400px;
         position: relative;
 
     }
 
     /*包裹所有容器样式*/
     .cube {
         width: 600px;
         height: 400px;
         margin: 0 auto;
         transform-style: preserve-3d;
         transform: rotateX(-30deg) rotateY(-80deg);
         -webkit-animation: rotate 20s infinite;
         /*匀速*/
         animation-timing-function: linear;
     }
 
     @-webkit-keyframes rotate {
         from {
             transform: rotateX(0deg) rotateY(0deg);
         }
 
         to {
             transform: rotateX(360deg) rotateY(360deg);
         }
     }
 
     .cube div {
         position: absolute;
         width: 300px;
         height: 300px;
         opacity: 0.8;
         transition: all .4s;
     }
 
     /*定义所有图片样式*/
     .pic {
         width: 300px;
         height: 300px;
     }
 
     .cube .out_front {
         transform: rotateY(0deg) translateZ(150px);
     }
 
     .cube .out_back {
         transform: translateZ(-150px) rotateY(180deg);
     }
 
     .cube .out_left {
         transform: rotateY(90deg) translateZ(150px);
     }
 
     .cube .out_right {
         transform: rotateY(-90deg) translateZ(150px);
     }
 
     .cube .out_top {
         transform: rotateX(90deg) translateZ(150px);
     }
 
     .cube .out_bottom {
         transform: rotateX(-90deg) translateZ(150px);
     }
 
     /*定义小正方体样式*/
     .cube span {
         display: bloack;
         width: 200px;
         height: 200px;
         position: absolute;
         top: 50px;
         left: 50px;
     }
 
     .cube .in_pic {
         width: 200px;
         height: 200px;
     }
 
     .cube .in_front {
         transform: rotateY(0deg) translateZ(100px);
     }
 
     .cube .in_back {
         transform: translateZ(-100px) rotateY(180deg);
     }
 
     .cube .in_left {
         transform: rotateY(90deg) translateZ(100px);
     }
 
     .cube .in_right {
         transform: rotateY(-90deg) translateZ(100px);
     }
 
     .cube .in_top {
         transform: rotateX(90deg) translateZ(100px);
     }
 
     .cube .in_bottom {
         transform: rotateX(-90deg) translateZ(100px);
     }
 
     /*鼠标移入后样式*/
     .cube:hover .out_front {
         transform: rotateY(0deg) translateZ(400px);
     }
 
     .cube:hover .out_back {
         transform: translateZ(-400px) rotateY(180deg);
     }
 
     .cube:hover .out_left {
         transform: rotateY(90deg) translateZ(400px);
     }
 
     .cube:hover .out_right {
         transform: rotateY(-90deg) translateZ(400px);
     }
 
     .cube:hover .out_top {
         transform: rotateX(90deg) translateZ(400px);
     }
 
     .cube:hover .out_bottom {
         transform: rotateX(-90deg) translateZ(400px);
     }
 </style>

/*******************
一言 (hitokoto)
********************/
/*
#hitokoto-content {
    margin: 20px;
    font-size: 18px !important;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-weight: bolder;
}
#hitokoto-from {
    margin: 10px;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 15px !important;
    font-weight: bolder;
}
*/

#hitokoto-content {
    margin: 20px;
    text-align: center;
    position: relative;
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: .01rem;
    font-family: KaiTi;
    font-size: 1.5rem;
    color: rgba(40, 40, 40, 0.92);
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s;
    font-weight: bolder;
}
#hitokoto-from {
    margin: 5px;
    font-family: KaiTi;
    font-size: 0.9rem !important;
    line-height: 1.3em;
    font-weight: 400;
    letter-spacing: .01rem;
    color:rgba(40, 40, 40, 0.92);
    -webkit-animation: fade-in-down .9s;
    animation: fade-in-down .9s both;
    -webkit-animation-delay: .1s;
    animation-delay: .3s;
}


.head-zoom {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 45px;
    left: 50%;
    margin-left: -16px;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 34px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-animation: bounce 4s 2s infinite;
    animation: bounce 4s 2s infinite;
    text-decoration: none!important;
}

