figure {color: #555; text-align:center;}
figure img {margin: 5px auto;}
figcaption {margin-top: 10px; margin-bottom: 10px;}

.navbar-brand {padding: 5px 10px 5px 5px;}

#main-menu,#motto {display:none}
.no-kaiti i {border-bottom: none}

#blog-news{overflow:visible}
.comment>.content>.actions{margin-top:0}
.comment .btn {border:none;text-shadow:none}
.nav-tabs {white-space:nowrap;}
#navigator {
  border-color: #bbb;
}

.footnote-back:before {
  content: ' ';
}

#cnblogs_post_body {
  letter-spacing:1px;
}

#cnblogs_post_body sup:before {
  content: ' ';
}

#cnblogs_post_body sup:after {
  content: ' ';
}

ruby rt {
  font-size: 80%;
}

#taglist_main,
#myposts {
  margin-top: 10px;
  min-height: 350px;
}

button p {
  margin: 0;
}

#cnblogs_post_body>pre {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#commentbox-opt {
  margin-top: 15px;
}

#cnblogs_post_body h1:before,
#cnblogs_post_body h2:before {
  content: '#';
  color: #dd4c4f;
  margin-left: -2.5rem;
  position: absolute;
}

.pulse {
  transform: translateZ(0);
  transition: all 0.2s;
  transform: scale(1, 1);
}

.pulse:hover {
  transform: translateZ(0);
  transition: all 0.2s;
  transform: scale(1.04, 1.04);
}

.goup-container,
.turn {transition: all 0.2s ease;}
.goup-container:hover,
.turn:hover {transform: scale(1.2) rotate(360deg);}

.grid-item a,
.grid-item a:link,
.grid-item a:visited {
  text-decoration: none;
  border-none;
  color: #333;
}

#main-menu,
#EntryTag a,
#EntryTag a:link,
#cnblogs_post_body > p > kbd,
#cnblogs_post_body > p > code,
#cnblogs_post_body > pre,
#navigator,
#taglist a,
#taglist a:link,
.alert,
.panel,
blockquote
 {
  -mozbox-shadow: 1px 1px 2px #ddd!important;
  -o-box-shadow: 1px 1px 2px #ddd!important;
  -webkit-box-shadow: 1px 1px 2px #ddd!important;
  box-shadow: 1px 1px 2px #ddd!important;
}

.panel-primary,
.alert-primary,
.alert-primary-inverse {
  -mozbox-shadow: 1px 1px 2px #3280fc!important;
  -o-box-shadow: 1px 1px 2px #3280fc!important;
  -webkit-box-shadow: 1px 1px 2px #3280fc!important;
  box-shadow: 1px 1px 2px #3280fc!important;
}

.panel-danger,
.alert-danger,
.alert-danger-inverse {
  -mozbox-shadow: 1px 1px 2px #ea644a!important;
  -o-box-shadow: 1px 1px 2px #ea644a!important;
  -webkit-box-shadow: 1px 1px 2px #ea644a!important;
  box-shadow: 1px 1px 2px #ea644a!important;
}

.panel-warning,
.alert-warning,
.alert-warning-inverse {
  -mozbox-shadow: 1px 1px 2px #f1a325!important;
  -o-box-shadow: 1px 1px 2px #f1a325!important;
  -webkit-box-shadow: 1px 1px 2px #f1a325!important;
  box-shadow: 1px 1px 2px #f1a325!important;
}

.panel-success,
.alert-success,
.alert-success-inverse {
  -mozbox-shadow: 1px 1px 2px #38b03f!important;
  -o-box-shadow: 1px 1px 2px #38b03f!important;
  -webkit-box-shadow: 1px 1px 2px #38b03f!important;
  box-shadow: 1px 1px 2px #38b03f!important;
}

.panel-info,
.alert-info,
.alert-info-inverse {
  -mozbox-shadow: 1px 1px 2px #03b8cf!important;
  -o-box-shadow: 1px 1px 2px #03b8cf!important;
  -webkit-box-shadow: 1px 1px 2px #03b8cf!important;
  box-shadow: 1px 1px 2px #03b8cf!important;
}

.grid {
  width: 100%;
  margin-top: 10px;
}

.grid-item h1,
.grid-item h2,
.grid-item h3 {
  margin-top: 0;
  margin-bottom: 10px
}

.sep10 {
  height: 10px
}

.sep20 {
  height: 20px
}
.panel-footer h3 {
  line-height: 2rem;
}
.panel-footer pre,
.panel-footer pre code {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0
}

.goup-text {
  font-size: small
}

.gradient-bar {
  height: 4px;
  margin-top: 23px;
  margin-bottom: 15px;
  background-color: #dd4c4f;
}

#blogTitle {margin-bottom: 10px;font-family: trebuchet,trebuchet MS,Helvetica Neue,Helvetica,Arial;}

#site-title-text {
  margin-left: 10px;
  margin-right: 20px;
  -moz-background-clip: text !important;
  -o-background-clip: text !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}

#site-title-text
/*,.gradient-bar*/
  {
  background: coral;
  background-image: linear-gradient(45deg, #dd4c4f, #f18b86);
  color: #dd4c4f;
  text-fill-color: transparent;
  animation: hue 5.5s infinite linear alternate;
  -moz-text-shadow: 1px 1px 0px #c2360b;
  -webkit-text-shadow: 1px 1px 0px #c2360b;
  text-shadow: 1px 1px 0px #c2360b;
}

@keyframes hue {
  from {
    color: #dd4c4f;
    filter: hue-rotate(0)
  }

  50%{color: #f18b86}

  to {
    color: #dd4c4f filter: hue-rotate(-360deg)
  }
}

.login_tips {
  padding: 0;
  background-image: none;
  font-weight: 400
}

code:not(.hljs, pre) {
  /*color: #dd4c4f*/
}

.tooltip {
  text-indent: 0 !important
}

.timeline {
  margin-left: 20px;
  border-left: 2px solid #d9534f
}

.timeline h3::before {
  display: inline-block;
  margin-right: 15px;
  margin-left: -9px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #d9534f;
  content: " "
}

.timeline p::before {
  display: inline-block;
  margin-right: 15px;
  margin-left: -5px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d9534f;
  content: " "
}

.timeline .timeline-item-desc {
  padding-left: 20px
}

.timeline li,
da.timelime ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none
}

.timeline ul {
  margin-bottom: 20px;
}

.lang-badge {
  margin-top: 5px;
  margin-right: 5px;
  color: #bbb;
  text-transform: uppercase;
  font-weight: 700;
  font-size: small
}

.alert h3 { margin:0;}

h1 {font-size: 26px;}

h1, h2 {
  font-weight: normal!important;
  margin-bottom:20px;
}

#EntryTag {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#EntryTag a,
#EntryTag a:link,
#taglist a,
#taglist a:link {
  padding: 3px 10px;
  margin: 0 8px 8px 0;
  background: #f7f7f7;
  color: #707070;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
}

#EntryTag a:hover,
#taglist a:hover {
  color: #000;
  background: #fff
}

#cnblogs_post_body>p {
  line-height: 2;
}

code,
kbd,
pre,
samp {
  background-color: #f8f8f8 !important;
  text-indent: 0;
  font-size: 90% !important
}

.cnblogs-markdown code,
.cnblogs-post-body code {
  background: #f8f8f8 !important
}

#cnblogs_post_body ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 50px
}

#cnblogs_post_body pre ol li {
  padding-left: 0;
}

kbd {
  font-weight: normal;
}

#myposts {
  margin-left: -10px
}

.postTitl2 a:link,
.postTitl2 a:visited,
.postTitle a:link,
.postTitle a:visited {
  font-weight: 400;
  font-size: 1.25rem !important;
  line-height: 200%
}

.postTitl2 a:hover,
.postTitle a:hover {
  text-decoration: none
}

.syntaxhighlighter .line.alt2 {
  background-color: #fff !important
}

.syntaxhighlighter .gutter .line {
  border-color: #dd4c4f !important
}

.cnblogs_Highlighter {
  border: 2px solid silver;
  border-radius: 5px;
  background: #fff
}

.blog_comment_body {
  color: #fefefe;
}

#blog-comments-placeholder,
#comment_form_container {
  padding-top: 0px;
}

blockquote>pre {
  margin-bottom: 1rem;
}

blockquote {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  color: #555;
  border-left: 4px solid #dd4c4f !important
}

blockquote ol, blockquote p, blockquote ul {font-weight: 400}

blockquote .cite {text-align:right;}

blockquote p {font-weight:400;}

.footnotes {
  margin-top: 30px;
  font-size: 90%
}

.noborder {
  border: none !important
}

#tbCommentBody {
  padding: 10px 120px 10px 10px;
  border: 1px solid #dd4c4f;
  height: 120px;
  min-height: 120px;
  max-height: 500px;
  width: 100%;
  background-size: cover;
  background-color: #fff !important;
  background: url(https://img2018.cnblogs.com/blog/407692/201902/407692-20190204064746416-839346370.png) no-repeat right bottom
}

#commentform_title {
  padding: 0;
  background-image: none
}

.commentbox_title_right {
  float: left
}

#comment_nav {
  text-align: left
}

#home {
  margin: 0px auto;
  width: 100%;
  max-width: 1280px
}

.ui-accordion .ui-accordion-header {
  margin-bottom: 0 !important;
  background: 0 0
}

.forFlow {
  display: none;
  margin-right: 0;
  padding-right: 0;
  padding-bottom: 20px
}

body {
  border-top: 4px solid #dd4c4f;
  background: #fff;
}
h1,.text-tight {  letter-spacing: normal;}
.text-loose{letter-spacing:1px;}
body {
  color: #2f2f2f;
  font-size: 16px;
  font-family: ProximaNova, Roboto, PingFang SC, Hiragino Sans GB, Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  word-break: hyphenate;
  -webkit-word-break: hyphenate;
  -moz-word-break: hyphenate;
  -ms-word-break: hyphenate;
}

.title {
  margin: 10px auto 0
}

.title a,
.title a:hover,
.title a:visited {
  color: #000 !important
}

#sideBar {
  border-color: silver;
  border-width: 0
}

div.diggit {
  background: 0 0
}

#cnblogs_post_body a {
  border: none
}

#cnblogs_post_body a:hover {
  text-decoration: none
}

#cnblogs_post_body table {
  margin: 10px auto;
}

#cnblogs_post_body td {  font-size: small!important;}

#cnblogs_post_body code:not(.hljs, .prettyprint) {
  vertical-align: baseline !important
}

#cnblogs_post_body code:not(.hljs),
#cnblogs_post_body pre>code {
  border: none !important;
  word-wrap: break-word;
  font-family: SFMono-Regular,Consolas,Roboto Mono,Liberation Mono,Menlo,Courier,monospace;
}

#cnblogs_post_body pre {
  border: none
}

.panel-footer .cnblogs-markdown pre {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0
}

.panel-footer pre,
.panel-footer pre code {
  margin: 0 !important;
  background-color: #f5f5f5 !important
}

.panel-footer[type=code] {
  padding: 0 10px
}

.pager a,.pager a:link {
  margin: 5px;
}

.c_b_p_desc {
  padding: 10px 5px 10px 10px;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #666;
  font-size: medium
}

.topicListFooter {
  text-align: left
}

#BlogPostCategory,
#author_profile,
#blog-comments-placeholder,
#blog_nav_admin,
#comment_form,
#commentform_title,
#comment_form_container,
#tip_comment+p,
#footer,
#green_channel,
#homepage_top_pager,
#leftcontentcontainer,
#nav_admin,
#nav_contact,
#nav_ing,
#nav_myhome,
#nav_newpost,
#nav_q,
#nav_rss,
#nav_sitehome,
#post_next_prev,
#profile_block,
#taglist_title_wrap,
#tip_comment,
#tip_comment2,
.PostListTitle,
.blogStats,
.c_b_p_desc_readmore,
.catListTitle,
.dayTitle,
.entrylist h1,
.feedback_area_title,
.hidden,
.postDesc,
.postDesc2,
run,
runearly,
.PostList,
.feedbackItem,
code[type=run],
.day,
.entrylist,
#MyTag1_dtTagList,
div.buryit,
#commentbox-opt a,
#div_digg,
#comments_pager_top,
.ad_text_commentbox, #ad_t2, #opt_under_post, .c_ad_block, #under_post_news, #under_post_kb, #HistoryToday, #comment_nav, #navigator ul,
.commentbox_title {
  display: none
}

#motto ul {
  padding-left: 0
}

#motto li {
  display: block;
  color: #333;
  font-size: medium;
  line-height: 25px !important
}

#motto {
  margin-left: 20px;
  padding: 15px 2px 0 0;
  text-shadow: none;
  letter-spacing: 2px;
  font-style: normal
}

#motto_content {
  overflow: hidden;
  padding-left: 10px;
  height: 25px
}