* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-size: inherit;
    line-height: inherit;
}


audio:not([controls]) {
    display: none
}

b, strong {
    font-weight: bolder
}

button {
    -webkit-appearance: button;
    overflow: visible
}



/*头像*/
#header::before { 
	content: " ";
	position: relative;
	border-radius: 150px; 
	display: block;
	width: 150px;
	height:150px;
	border: 8px solid #ddd;
	background-size: contain;
	margin-left: 50%;
	margin-bottom: 0px;
	transform: translate3d(-50%, 45%, 0);
	background-image: url("https://pic.cnblogs.com/avatar/1203253/20170719200856.png")
}




button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText
}

button, select {
    text-transform: none
}

details {
    display: block
}

hr {
    overflow: visible;
    border: none;
    border-bottom: 3px solid #ccd;
    margin-top: 10px;
    margin-bottom: 10px;
}

html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-family:  Calibri, "Microsoft YaHei","Hiragino Sans GB",Arial, sans-serif;
}

.c_ad_block {
    display: none;
}

input {
    -webkit-border-radius: 0
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button
}

input[type="number"] {
    width: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

main {
    display: block
}

pre {
    overflow: auto
}

progress {
    display: inline-block
}

summary {
    display: block
}

svg:not(:root) {
    overflow: hidden
}

template {
    display: none
}

textarea {
    overflow: auto
}

[hidden] {
    display: none
}

*, ::before, ::after {
    box-sizing: inherit
}

::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit
}

button, input, select, textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit
}

*, ::before, ::after {
    border-style: solid;
    border-width: 0;
}

a, area, button, input, label, select, textarea, [tabindex] {
    touch-action: manipulation;
}

.sourceCode>* {
         font-family: Consolas,Monaco, Ubuntu Mono,"Source Code Pro",Courier New!important;
}

svg {
    fill: currentColor
}

[aria-busy="true"] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

[hidden][aria-hidden="false"] {
    clip: rect(0 0 0 0);
    display: inherit;
    position: absolute
}

[hidden][aria-hidden="false"]:focus {
    clip: auto
}

* {
    background-repeat: repeat;
}

:root {
    background-color: #fff;
    box-sizing: border-box;
/*     color: #000; */
    cursor: default;
}

a {
    text-decoration:none;
    color: #2196F3;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
    border: border: 2px dashed rgba(33, 150, 243, 0.33);
}

button, input, select, textarea {
    background-color: transparent;
    color: inherit
}

button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
    min-height: 1.5em;
}

code, kbd, pre, samp {
    font-family: Consolas,Monaco, monospace,Ubuntu Mono,"Source Code Pro",Courier New!important;

}




nav ol, nav ul {
    list-style: none
}

small {
    font-size: 75%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: vertical;
}

div.commentform textarea {
    width: 450px;
    height: 150px;
    font-size: 13px;
    border: 1px solid #ccc;
}

::-moz-selection {
    background-color: #b3d4fc;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    text-shadow: none
}
body {
    font: 12px/1.5 tahoma,arial,sans-serif;
    min-height: 101%;
	background-image: url("https://attach.bbs.miui.com/forum/201708/12/004600uq6htpglcp00lfj4.jpeg"); /*'//thyrsi.com/t6/391/1540021278x-1376440090.jpg' */
	opacity:0.99;
	background-attachment: fixed;  
	background-repeat : no-repeat;
	background-size: cover;
}


#header #blogTitle {
   color: #ffccdd;
   /* background-image: -webkit-gradient(linear, left 0, right 0, from(#fff/*rgb(4, 94, 170)*/ /*), to(#fec/*rgb(1, 152, 216)*//*)); */
    /*-webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
   /* -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
  
    /*border-radius: 25px; background-color:rgba(255,255,255,0.65);*/
    /*width: 1000px;*/
    /*text-align: center;*/
    height: 200px;
    /*background-image: url(//images.cnblogs.com/cnblogs_com/RRRR-wys/1200870/o_1492149312215.jpg);/*https://i.loli.net/2018/07/07/5b404c78a147e.jpg*/
   /* background-size: cover;*/
    /*background-repeat: repeat;*/
    /*background-position: center;*/
    /*box-shadow: 0px 0px 0px 0px rgb(255, 255, 255);*/
}


#header #blogTitle .headermaintitle {
    font-size: 3.0em;
    

    background-image: -webkit-gradient(linear, left 0, right 0, from(#ef1f5c/*rgb(4, 94, 170)*/), to(#a51fef/*rgb(1, 152, 216)*/));
    -webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    -webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */

    /*text-shadow: 0px 1px 0px rgba(34, 34, 34, 0.6);*/
}


#header #blogTitle h2{
    position: relative;
    text-align: center;
    left: -700px;
    width: 20.1%;
    font-size: 2.3em;
    margin: 0 auto;
    color: #ffcce5;
    border-radius: 25px; background-color:rgba(0,0,0,0.45);
}

#header #blogTitle h1{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    
}


#header #blogTitle h1{
    top: 50px;
}

#header #blogTitle h2{
    top: -220px;
}





#header #lnkBlogLogo:active{
    transform: scale(.9);
    box-shadow: 0 0 20px 4px #fff;
}


#navigator {
   display: none;
    height: 50px;
    background: #fff;
    top:0;
    position: relative;
}

@media screen and (max-width: 1120px){
    #main {
        margin: 10px!important;
    }
}

#main {
    max-width: 1200px;
    margin: 40px auto;
    position: relative;
    /*color: #333; */
}

@keyframes loading-l {
    0% {
        transform: translateY(40px)
    }
    100% {
        transform: translateY(0px)
    }
}

/*
    border-radius: 25px; background-color:rgba(255,255,255,0.65);
*/


#main #mainContent {
    line-height: 1.6;
    min-height: 1200px;
    float: left;
    width: calc(100% - 300px);
    /*animation: 0.5s both loading-l;*/
    border-radius: 25px; background-color:rgba(255,255,255,0.65);
}

#main #mainContent .day {
    position: relative;
    margin-bottom: 30px;
    padding: 40px 20px;
    box-shadow: 0px 3px 20px -3px rgba(0, 64, 128, 0.2); */
    -webkit-border-radius: 3px;
    border-radius: 10px;
    z-index: 2;
}

#main #mainContent .day .postDesc {
    padding: 0 110px 0 10px;
    line-height: 3.125rem;
    font-size: 12px;
}

#main #mainContent .dayTitle {
    text-align: center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: 2;
}

/*
#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: #eee;
    /*border-radius: 8px; background-color:rgba(250,128,114,0.65);*/
    text-align: center;
    font-size: 1rem;
    font-family: PingFang SC,Microsoft YaHei;
}

#main #mainContent .postTitle {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 2em 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    text-align: center;
}

#main #mainContent .postTitle a{
    color: #d51550;
    font-weight: bolder;
    font-family:Arial, Helvetica, sans-serif; 
    transition: all 0.2s;
}




#main #mainContent .c_b_p_desc {
    position: relative;
    overflow: visible;
    padding: 20px;
    color: #000;
    font-size: 15px;
    word-break: break-word;
}






#main #mainContent .c_b_p_desc a.c_b_p_desc_readmore {
   display: none; /* 阅读全文 */
    
    position: absolute;
    top: 100%;
    margin-top: 20px;
    right: 0;
    width: 75pt;
    height: 40px;
    border-radius: 3px;
    background-color: #ff75ae;
    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 2.5rem;
    transition: .3s ease background-color;
}




#main #mainContent .c_b_p_desc a:hover {
    background-color: #d51550;
    color: #eee;
}

#sideBar {
    float: right;
    width: 290px;
    color: #fff;
    /*border-radius: 25px; background-color:rgba(255,255,255,0.65);*/
    border-radius: 25px; background-color:rgba(0,0,0,0.45);
}


#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: #d51550;
}





#sideBar .catListTitle {
    color: #fff;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 1.2em;
   /* border-radius: 25px; background-color:rgba(255,255,255,0.65);*/
}
/*
#sideBar .newsItem {
    overflow: hidden;
    margin: 0 0 20px;
    box-shadow: 0px 3px 20px -3px rgba(0, 64, 128, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    background-color: #fff;
}
*/
#sideBar .newsItem #profile_block {
    padding: 20px;
    padding-top: 20px;
    color: #fff;
    word-wrap: break-word;
    font-size: 1.125rem;
   /* border-radius: 0px; background-color:rgba(255,255,255,0.65);*/
}
#sideBar .newsItem #profile_block a {
    color: #fff;
    font-size: 1.125rem;
}
#sideBar #p_b_follow{
    margin-top:20px;
}








#sideBar #p_b_follow a{
    padding:10px;
    border-radius: 3px;
    background-color: #F44336;
    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:#a02f27;
}



#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;
    /*border-radius: 2px; background-color:rgba(255,255,255,0.65);*/
   /* background-color: #DCDCDF;//#3bb4f2;*/
    color: #fff;/*#6495ED;*/
    font-size: 16px;
    font-weight: bold;
}



#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;
}
.desc_img {
    float: none;
    width: 100%;
}
#sideBarMain .CalDayHeader {
    height: 40px;
    color: #fff;/*#2979a2;*/
    font-size: 16px;
    font-weight: bold;
}
#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:hover{
    background-color: #fb518b;
}



#sidebar_postcategory li a{
    //background-color: #3498db;
    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 td {
    height: 36px;
    font-size: 15px;
    text-align: center;
    background-color: #fff;
    color: #555;
}
*/


#sideBarMain #widget_my_zzk {
    display: flex;
    padding: 9pt;
    /*border-radius: 0px; background-color:rgba(255,255,255,0.65);*/
}


#sideBarMain #widget_my_zzk input#q {
    width: 100%;
    height: 40px;
    border-radius: 3px 0 0 3px;
    background-color:rgba(0,0,0,0.55);
}

#sideBarMain input#btnZzk {
    padding: 10px;
    height: 40px;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    background-color: #d51550;/*#00ace4;*/
    
    /*background-image: -webkit-gradient(linear, left 0, right 0, from(#ef1f65/*rgb(4, 94, 170)*/), to(#a11fef/*rgb(1, 152, 216)*/));
    /*-webkit-background-clip: text; /*必需加前缀 -webkit- 才支持这个text值 */
    /*-webkit-text-fill-color: transparent; /*text-fill-color会覆盖color所定义的字体颜色： */
    */

    box-shadow: inset 0px -3px 0px 0px rgba(0, 0, 0, 0.26);
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: .3s ease background-color;
}






#sideBarMain input#btnZzk:hover {
    background-color: #1f628e;
    color: #fff;
}


#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalOtherMonthDay {
    color: #fad6e1;/*#b4e6ff;*/
}
.CalTodayDay u{
    color:#fff;
}
#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td.CalTodayDay {
    border-radius: 20px;
    background-color: #d51550;
    color: #fff;
}

#sideBarMain #blogCalendar>tbody>tr:nth-child(n+3) td>a {
    color: #00ace4;
    text-decoration: none;
}

#blog-sidecolumn ul li {
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}



#blog-sidecolumn ul li a {
    color: #fff;
}

#blog-sidecolumn .recent_comment_author {
    position: relative;
    color: #fff;
    text-align: right;
}

#cnblogs_post_body p{
    line-height: 1.67;
    font-size: 1.0rem;
}



#blog-sidecolumn .recent_comment_title{
    border:none;
}
#blog-sidecolumn .recent_comment_body {
    position: relative;
    overflow: visible;
    padding: 12px;
    /*background-color: rgb(0,0,0);*/
    color: #fff;
    white-space: normal;
    font-size: 0.8rem;
    border: none;
}


#blog-sidecolumn li>a {
    transition: .2s ease-out color;
}




#blog-sidecolumn #RecentCommentsBlock ul li {
    list-style: none;
}

.topicListFooter {
    margin: 15px !important;
}






.topicListFooter #nav_next_page a {
    display: inline-block;
    padding: 15px 20px;
    width: 100pt;
    border-radius: 5px;
    background-color: #e10e59;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    transition: .3s ease background-color;
}

.topicListFooter #nav_next_page a:hover {
    background-color: #fb6362;
}


#footer {
    height: 200px;
    background-color: #404a58;
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 12.5rem;
    display: none;
}

.scrollup {
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 10;
    display: block;
    width: 48px
}

.scrollup .arrows {
    height: 48px;
    width: 48px;
    float: left;
    background: url("https://images.cnblogs.com/cnblogs_com/crackpotisback/594328/o_top_up.png") no-repeat left top;
    background-size: 48px;
    transition: background 0.5s ease 0s;
    display: none;
    cursor: pointer
}

.scrollup .arrows:hover {
    background-position: left bottom
}

#mainContent #post_detail .postTitle {
    margin-top: 0;
    padding: 10px;
    /* background: #404a58; */
    color: #fff;
    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: 0 0 0 0, 0 0 12px rgba(34, 34, 34, 0.1);
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
   /* background-color: #fff;*/
}
#mainContent #post_detail #cnblogs_post_body table{
    margin-top:20px;
    margin-bottom:20px;
}
#mainContent #post_detail #cnblogs_post_body h1 {
    margin-top: 20px;
    border-bottom: 3px solid #eee;
    /* color: #333; */
    text-align: left;
    font-weight: 700;
    font-size: 32pt;
}



#mainContent #post_detail #cnblogs_post_body h2 {
    margin-top: 20px;
    border-bottom: 1px solid #eee;
/*     color: #333; */
    text-align: left;
    font-weight: 600;
    font-size: 28pt;
}

#mainContent #post_detail #cnblogs_post_body h3 {
    margin-top: 20px;
/*     color: #333; */
    text-align: left;
    font-weight: 600;
    font-size: 22pt;
}

#mainContent #post_detail #cnblogs_post_body h4 {
    margin-top: 20px;
/*     color: #333; */
    text-align: left;
    font-weight: 600;
    font-size: 16pt;
}





#mainContent #post_detail #cnblogs_post_body h5{
    margin-top: 20px;
/*     color: #333; */
    text-align: left;
    font-weight: 600;
    font-size: 12pt;
}

#mainContent #post_detail #cnblogs_post_body h6{
    margin-top: 20px;
/*     color: #333; */
    text-align: left;
    font-weight: 600;
    font-size: 10pt;
}
#mainContent #post_detail #cnblogs_post_body a:hover{
    color:#204b6d;
    text-decoration:underline;
}
#mainContent #post_detail #cnblogs_post_body a {
    color: #2196F3;
    transition:all 0.2s;
}

#mainContent #post_detail #cnblogs_post_body li {
    text-align: left;
    font-size: 16px;
}

#mainContent #post_detail #cnblogs_post_body ol, #mainContent #post_detail #cnblogs_post_body ul {
    padding-top: 10px;
}

#MySignature {
    margin-top: 24px;
    padding: 20px;
    border-left: 8px solid #2196F3;
    border-radius: 4px;
    background-color: #f5f5f5;
    box-shadow: 0 0 1px #d9d9d9;
    font-size: 1.25rem;
}

#BlogPostCategory, #EntryTag {
    font-size: 1em;
}


/* 分类 标签 */

#BlogPostCategory a:hover::before,#MyTag1_dtTagList a:hover::before, #EntryTag a:hover::before, .catListTag a:hover::before {
    border-right-color: #ff5a4e;
}

#BlogPostCategory a:hover, #MyTag1_dtTagList a:hover, #EntryTag a:hover, .catListTag a:hover {
    background-color: #ff5a4e;
}



#BlogPostCategory a, #MyTag1_dtTagList a, #EntryTag a, .catListTag a {
    font-size: 12px;
    margin: 2px 2px 2px 2px;
    background-color: #e10e59;
    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;
}
/* #BlogPostCategory {
    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;
} */









#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 {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: 0px;
    width: auto!important;
    border: medium none;
    border-radius: 0px;
    /*background: #f5f5f5 none repeat scroll 0 0;*/
    color: #fff;
    text-align: right;
    font-weight: 0;
    font-size: 0rem;
}

#green_channel a {
    display: inline-block;
    margin-right: 0px;
    padding: 0px 0px;
    border-radius: 0px;
    color: #fff;
    vertical-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, .25);
    font-weight: 0px;
    font-size: 0em;
    cursor: pointer;
}

#author_profile {
    display: none;
    background-color: rgba(0, 0, 0, .6);
}

#post_next_prev{
font-size: 18px;
display: inline-block;
}
#post_next_prev a:nth-of-type(2n){height: 35px; color: #fb518b; 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: #b94a48 !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;
}

#digg_tips {
    color: #7e8c8d;
    font-size: .8em;
}

.commentbox_main {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

#comment_form {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 50px;
    padding: 20px;
    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: 10px;
    /*background-color: #;*/
    \: 10px;
}
#comment_form_container p {
    color: #a9adad;
    font-size: 12px;
}

#comment_nav {
    text-align: right;
}

#comment_nav a:hover {
    color: #04477d
}

#comment_nav a {
    display: inline-block;
    margin-top: 1pc;
    margin-right: 20px;
    color: #c1c1c1;
    font-size: .8em;
}

#cnblogs_post_body img {
    max-width: 100%!important;
    border-radius: 5px;
    box-shadow: 0px 2px 2px rgba(0, 0, 2, .2);
    margin-bottom: 10px;
}

.emoji {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0)!important;
}

div.commentform input.author {
    margin-top: 20px;
    padding: 0 15px;
    width: 300px;
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: rgba(0,0,0,0.35) none repeat scroll 0 0;
    color: #fff;
    font-size: .875rem;
    line-height: 2.1875rem;
}

.commentbox_title_right {
    float: left;
}

.commentbox_title {
    padding-left: 15px;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0.45) none repeat scroll 0 0;
    line-height: 1.875rem;
}
#tbCommentBody,input[type=text]{padding: 0px 12px;font-size: 14px;line-height: 1.42857143;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: #66afe9;
    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:100%;
width: 100%;
height: 150px;
background:rgba(0,0,0,0.35) url(//images.cnitblog.com/blog/708426/201501/082214147965461.png) right bottom no-repeat;
padding-top:8px;
}

#commentbox_opt #btn_comment_submit:hover {
    background-color: #036e9e
}




#commentbox_opt #btn_comment_submit {
    float: right;
    margin-top: 20px;
    margin-left: 15px;
    width: 90pt;
    height: 37px;
    border: medium none;
    border-radius: 3px;
    background-color: #e10e59;
    color: #FFF;
    font-weight:bold;
    font-size: 15.3px;
    cursor: pointer;
    transition: background 0.3s ease;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.3)
}

#commentbox_opt a {
    float: right;
    display: inline-block;
    margin-top: 20px;
    height: 37px;
    color: #c1c1c1;
    font-size: .9375rem;
    line-height: 2.3125rem;
}

.feedbackItem {
    -moz-border-radius: 3px;
}

.feedbackManage {
    float: right;
}

.feedbackManage a {
    display: inline-block;
    color: #c1c1c1;
    font-size: 1em;
}

.feedbackListSubtitle {
    margin-top: 0;
    padding: 12px 10px;
    text-align: left;
    border-top: 1px solid #e1e1e1e1;
    font-size: 14px;
}


.feedbackListSubtitle a {
    margin-right: 10px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    border-radius: 1000px;
}
.feedbackItem .author_avatar:hover{
    -webkit-transform: rotate(361deg);
    -moz-transform: rotate(361deg);
    transform: rotate(361deg); 
}

.feedbackItem .author_avatar{
    height: 56px;
    width: 56px;
    margin-left: 10px;
    border-radius: 100%;
    padding-top: 0;
    padding-left: 0;
    transition: all .5s ease;
}

.feedbackItem .feedbackCon{
    border-radius:0 0 6px 6px;
}




.blog_comment_body {
    position: relative;
    padding: 15px 20px;
}

.comment_vote {
    position: relative;
    overflow: visible;
    padding-bottom: 10px;
    color: #4d4d4d;
    font-size: 1pc;
}

.comment_vote :hover {
    background-color: #026896
}


.comment_vote a {
    display: inline-block;
    margin-right: 10px;
    padding: 5px;
    border-radius: 3px;
    background-color: #e10e59;
    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;
}

img#ViewPicture1_GalleryImage {
    display: block;
    max-width: 100%;
    min-width: 100%;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, .1);
}

#ViewPicture1_OriginalImage, #ViewPicture1_ReturnUrl {
    display: inline-block;
    padding: 1pc;
    border-radius: 5px;
    background-color: #fb6362;
    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 {
/*     color: #404a58; */
    font-size: 12px;
    line-height: 1.875rem;
}
.pager a {
    border-radius: 18px;
    min-width: 36px;
    height: 36px;
    line-height: 34px;
    display: inline-block;
    margin: 5px 8px;
    color: #fff!important;
    background: #e10e59;/*#a7c2f4;*/
    box-shadow: 1px 1px 3px 1px rgba(0, 64, 128, 0.15);
    transition: all .35s;
    border: none;
}
.pager a:hover {
    box-shadow: 2px 2px 3px 1px rgba(90, 90, 90, 0.46);
}

.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 {
/*     color: #000; */
    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: rgba(0, 0, 0, 0.45);
    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, 0.2);
    color: #fff;/*#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;
}

.diggit {
    display: none;
    width: 100%;
    border-radius: 3px;
    color: #fff;
}

#myposts .PostList {
    border-left-color: #e10e59;
    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 a {
/*     color: #3c3c3c; */
}

.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;
}

button, hr {
    overflow: visible;
}

details, main, summary {
    display: block;
}

#navList a.aHeaderXML img, audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

#main #mainContent .day .postDesc a, .entrylistItemPostDesc, .entrylistItemPostDesc a {
    color: #bfbfbf;
}

#blog-sidecolumn li>a:hover, #main #mainContent .postTitle a:hover, .entrylistPosttitle:hover a {
    color: #00abff;
}

.bq_post_comment img{
    max-width:100%;
}
#comment_nav, .topicListFooter #nav_next_page {
    text-align: right;
}

#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;
}


.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;
}

@media screen and (max-width: 786px) {
    #main {
        width: calc(100% - 20px);
    }

    #mainContent {
        width: 100%!important;
    }
    .topicListFooter{
        margin:10px!important;
    }
    .topicListFooter #nav_next_page a{
        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 40px;
}

#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;
}

pre {
    /*控制代码不换行*/
    white-space: pre;
    word-wrap: normal;
    font-family: Consolas,Monaco, monospace,Ubuntu Mono,"Source Code Pro",Courier New!important;
}

.cnblogs_Highlighter
{
	background-color: #000000;
}

.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    white-space: pre;
    font-family: Consolas,Monaco, monospace,Ubuntu Mono,"Source Code Pro",Courier New!important;
    word-break: normal;
    border: none,!important;
    padding: .8em,!important;
    font-size: 0.85em,!important;
}

/*
 .cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #23241f !important;
    color: #FFF;
    white-space: pre;
    word-break: normal;
}
 */

.cnblogs-markdown code {
    font-family: Consolas,Monaco, monospace,Ubuntu Mono,"Source Code Pro",Courier New!important;
}

.emoji {
    display: inline-block;
    margin-bottom: .25em;
    width: 32px;
    height: 32px;
    background-size: contain;
}
.emoji2{
    display: inline-block;
    margin-bottom: .25em;
    width: 32px;
    height: 32px;
    background-size: contain;
    border-radius: 0px!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
.MathJax_Display img {
    border-radius: 0px!important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)!important;
}
.MathJax{outline:0;}
.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;
}
.tpwthwidt .copyright_3C74fJC{
    display:none!important;
}


.fireworks {
    position: fixed;
    z-index: 1;
    pointer-events: none;
}
#wave-canvas {
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}



/* desert scheme ported from vim to google prettify */


 .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;
}

.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;
}

.hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
  color: #e6db74;
}

.hljs-comment,
.hljs-deletion,
.hljs-meta {
  color: #75715e;
}
 

/*
 
  .hljs-keyword {
    color:  #697321  !important;
}

.hljs-built_in {
    color:  #3CB371  !important;
}
.hljs-id,  .css .smalltalk .hljs-class,.hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title, .xml .hljs-tag, .xml .hljs-tag .hljs-value {
    color:   #4682B4 !important;
}
*/
 
#cnblogs_post_body pre code { background: none !important; border:none !important; color: #000 }
#cnblogs_post_body pre.prettyprint { display: block; background-color: #333 }
#cnblogs_post_body pre .nocode { background-color: none; color: #000 }
#cnblogs_post_body pre .str { color: #ffa0a0 } /* string  - pink */
#cnblogs_post_body pre .kwd { color: #f0e68c; font-weight: bold }
#cnblogs_post_body pre .com { color: #87ceeb } /* comment - skyblue */
#cnblogs_post_body pre .typ { color: #98fb98 } /* type    - lightgreen */
#cnblogs_post_body pre .lit { color: #cd5c5c } /* literal - darkred */
#cnblogs_post_body pre .pun { color: #fff }    /* punctuation */
#cnblogs_post_body pre .pln { color: #fff }    /* plaintext */
#cnblogs_post_body pre .tag, #cnblogs_post_body pre .tag span { color: #f0e68c; font-weight: bold } /* html/xml tag    - lightyellow */
#cnblogs_post_body pre .atn { color: #bdb76b; font-weight: bold } /* attribute name  - khaki */
#cnblogs_post_body pre .atv { color: #ffa0a0 } /* attribute value - pink */
#cnblogs_post_body pre .dec { color: #98fb98 } /* decimal         - lightgreen */

/* Specify class=linenums on a pre to get line numbering */
/* jiawzhang: color: #666 to darken the line number */
#cnblogs_post_body ol.linenums { margin-top: 0; margin-bottom: 0; color: #666 } /* IE indents via margin-left */

/* jiawzhang: add this to leave more space to display line number, especially, when the line number is greater than 100. */
#cnblogs_post_body ol.linenums { margin-left: 35px; padding-left:0;}
/* jiawzhang: polish the code snippet. */
#cnblogs_post_body ol.linenums > li { padding-left: 15px; list-style: decimal;}
#cnblogs_post_body pre.prettyprint {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 45px 0 0 rgba(0, 0, 0, 0.25) inset, 0 1px 0 #333;
    padding: 9.5px;
}

/* jiawzhang: comment this line to make sure all the line number is shown, otherwise, there will be display issue when there is empty line in the code snippet. */
/* li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8 { list-style-type: none } */

/* Alternate shading for lines */
#cnblogs_post_body li.L1,li.L3,li.L5,li.L7,li.L9 { }

@media print {
 #cnblogs_post_body pre.prettyprint { background-color: none }
 #cnblogs_post_body pre .str, code .str { color: #060 }
 #cnblogs_post_body pre .kwd, code .kwd { color: #006; font-weight: bold }
 #cnblogs_post_body pre .com, code .com { color: #600; font-style: italic }
 #cnblogs_post_body pre .typ, code .typ { color: #404; font-weight: bold }
 #cnblogs_post_body pre .lit, code .lit { color: #044 }
 #cnblogs_post_body pre .pun, code .pun { color: #440 }
 #cnblogs_post_body pre .pln, code .pln { color: #000 }
 #cnblogs_post_body pre .tag, code .tag { color: #006; font-weight: bold }
 #cnblogs_post_body pre .atn, code .atn { color: #404 }
 #cnblogs_post_body pre .atv, code .atv { color: #060 }
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #000000;
  border: 1px solid #e1e1e8;
}


pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  /*background-color: #fcfcfc;*/
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0 !important;
  color: #7A378B !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  background-color: transparent !important;
  border: 0 !important;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}






#home{
    border-radius: 14px;
    min-width: 0px;
    max-width: 4000px;
    /*box-shadow:0 0 20px rgba(0,0,0,.6);*/
    margin:0px auto;
    width:100%;
    /*background-color:#fff;*/
    /*background-color:rgba(255,255,255,0.85);*/
    overflow:hidden;
}