canvas#live2dcanvas {
  border: 0 !important;
  right: 0;
  z-index: 9!important;
}

#currentDate {
  margin-right: 7px;
}

.qdsb {
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}


.qdsb span {
  color: #333;
  font-weight: 700;
  font-size: 14px;
}

.qdsb a {
  display: block;
  padding: 0;
  margin: 10px 0;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 3px 4px 11px 0px #e0e0e0;
  box-shadow: 3px 4px 11px 0px #e0e0e0;
  outline: none;
}
.qdsb a.boke{
  display: inline-block;
  font-size: 14px;
  line-height: .71;
  box-shadow: none;
  text-decoration: underline;
  color: #f40;
}
.qdsb img {
  width: 100%;
  height: auto;
}

.qdsb p {
  padding-left: 0px;
}

.postTitle a {
  padding-right: 15px;
  word-break: normal;
  overflow: hidden;
  display: block;
}

#blogTitle h1 {
  margin-top: 30px;
}

#header h1 a {
  color: #540404;
}

#blogTitle h2 {
  color: #540404;
  margin-left: 30px;
}

#blog-calendar .Cal {
  width: 98%;
  margin: 0 auto;
}

.day {
  margin-bottom: 25px;
}

.dayTitle {
  padding-top: 20px;
  margin: 0;
}

.day,
.newsItem,
#blog-calendar,
.sidebar-block,
#topics,
#comment_form_container,
.feedbackItem,
.entrylistTitle,
.entrylistItem,
#myposts,
#divCommentShow .comment_my_posted {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 11px 0px #e0e0e0;
  box-shadow: 3px 4px 11px 0px #e0e0e0;
  border: none;
}

#blog-calendar {
  border-top: 4px solid #f58c23;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.newsItem,
.catListEssay,
.catListLink,
.catListNoteBook,
.catListTag,
.catListPostCategory,
.catListPostArchive,
.catListImageCategory,
.catListArticleArchive,
.catListView,
.catListFeedback,
.mySearch,
.catListComment,
.catListBlogRank,
.catList,
.catListArticleCategory {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mySearch .catListTitle,
.CalTitle {
  border: 0;
}

.mySearch,
#sidebar_search {
  /*background:rgba(255,255,255,.35);
    */
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

#profile_block {
  margin-top: 0;
  line-height: 1.8;
  font-size: 14px;
}

/*搜索btn*/
.mySearch h3,
.newsItem h3 {
  display: none;
}

#sidebar_search_box {
  background: none;
}

div#sidebar_search_box,
div.div_my_zzk,
.mySearch {
  padding: 0;
}

.div_my_zzk:after {
  content: "";
  clear: both;
  display: block;
}

.mySearch input {
  float: left;
  padding: 5px 10px;
}

.mySearch #q {
  background: transparent;
  transition: all .35s ease-in-out;
  height: 24px;
  font-size: 14px;
  width: 150px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-color: #f58c23;
}

.mySearch #q:focus {
  background: #fff;
}

input#btnZzk {
  height: 36px;
  background: #ffe1c4;
  color: #333;
  border: 1px solid #f58c23;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-left: -6px;
  transition: all .35s ease-in-out;
}

input#btnZzk:hover {
  color: #fff;
  background: #f60;
  cursor: pointer;
}

#footer {
  display: none;
}

.footer {
  margin-right: 240px;
  color: #999;
  text-align: center;
  min-height: 15px;
  _height: 15px;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  height: 41px;
  line-height: 20px;
  margin-top: 10px;
  padding-top: 40px;
}

.footer-txt::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 80px;
  z-index: -1;
  margin-left: -140px;
  margin-top: -20px;
  background: url('https://www.cnblogs.com/skins/red_autumnal_leaves/images/fo.png') no-repeat;
}

#mainContent,
#sideBar {
  overflow: inherit;
}

div#sidebar_toptags ul {
  overflow: hidden;
  line-height: 1.8em;
}

div#sidebar_toptags li:nth-child(odd) {
  float: left;
  margin-right: 20px;
}

div#sidebar_toptags li:nth-child(even) {
  float: right;
}

div#sidebar_toptags li:last-child {
  display: block;
  /*float:right;
    */
  margin-top: 5px;
  margin-right: 30px;
}

/*div#sidebar_toptags li:last-child a {
     color:#ff8a3d;
}
 */
.postCon {
  /*padding:20px 0;
    */
}

.blogStats {
  right: 12px;
}

#navList a {
  width: 4.5em;
}

#blog-calendar table .CalNextPrev a:hover {
  color: #f60;
}

/*正文文章box*/
.postBody {
  padding: 10px 30px 20px;
  line-height: 1.8;
}

/*文章标题*/
.postTitle a,
.entrylistPosttitle a {
  font-family: "Microsoft YaHei";
  font-size: 18px;
}

/*文章插图*/
#cnblogs_post_body img {
  max-width: 100%;
}

/*文章标签 #EntryTag a {
     background:#fff7dc;
     border:1px solid rgba(255,102,0,0.37);
     border-radius:5px;
     display: inline-block;
     margin-bottom: 10px;
}
*/
#EntryTag a {
  display: inline-block;
  margin-bottom: 10px;
}

/*提交评论按钮 #comment_form_container input[type=button] {
     color:#000;
     background:rgba(255,102,0,0.32);
     border:0;
     border:1px solid #f60;
     border-radius:6px 
}
*/
/*评论列表*/
.feedbackCon {
  border: 0;
  width: auto;
  padding: 20px;
}

.feedbackListSubtitle {
  padding: 20px 20px 0;
  font-family: "Microsoft YaHei";
}

.feedbackCon .blog_comment_body {
  font-size: 14px;
  font-family: Microsoft YaHei;
  line-height: 20px;
  letter-spacing: .1em;
  padding: 0 0 10px;
}

.feedbackCon div {
  padding-right: 0;
}

/*新增评论列表*/
#divCommentShow .comment_my_posted {
  background: #fff;
  padding: 20px;
  margin-bottom: 1em;
}

#divCommentShow .bq_post_comment {
  border: 0;
}

/*底部文章引导*/
div#post_next_prev,
div#post_next_prev a {
  color: #5656f7;
}

div#post_next_prev a:hover {
  color: #f60;
}

/*评论用户名input*/
#comment_form_container input {
  border-radius: 6px;
}

/*评论框*/
div.commentform textarea {
  height: 150px;
  width: 430px;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
}

/*月文章列表*/
.entrylistTitle {
  margin-bottom: 30px;
}

.entrylistDescription {
  display: none;
}

.entrylistPosttitle {
  padding-top: 20px;
}

.entrylistPostSummary .c_b_p_desc {
  font-size: 14px;
}

.entrylistPostSummary .c_b_p_desc .c_b_p_desc_readmore {
  color: #f60;
  text-decoration: underline;
}

.entrylistItemPostDesc {
  padding-top: 1em;
}

/*标签列表页*/
#myposts {
  padding: 20px;
  font-family: "Microsoft YaHei";
}

#myposts .myposts_title {
  font-size: 18px;
}

#myposts .postDesc2 {
  font-size: 15px;
}

.postDesc {
  width: auto;
  margin-right: 20px;
}

#myposts .PostList {
  margin-right: 0;
  font-size: 15px;
}

.pager,
.topicListFooter {
  color: #333;
}

.pager a,
.topicListFooter a,
#comment_form_container input[type=button],
#EntryTag a {
  border: 1px solid #ffcaa6;
  background: #fff2cf;
  border-radius: 6px;
}

.pager a:hover,
.topicListFooter a:hover,
#comment_form_container input[type=button]:hover,
#EntryTag a:hover,
.pager span.current {
  color: #fff;
  text-decoration: none;
  background: #f60;
  border-color: #f60;
  border-radius: 6px;
}

.pager a,
.topicListFooter a {
  padding: 5px 15px;
}

/*右上角导航*/
#navigator,
#blog-news,
input#btnZzk {
  font-family: "Microsoft YaHei";
}

/*下一页*/
.topicListFooter {
  margin-bottom: 10px;
}

/*右侧搜索条*/
#blog-calendar {
  width: auto;
}

#sideBar {
  width: 240px;
  padding: 0px 0 0 20px;
}

.CornerButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 12px;
  color: #8590a6;
  text-align: center;
  cursor: pointer;
  padding: 5px 10px;
  border: none;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
z-index: 10;
}

.CornerButton:hover {
  background: #f60;
}

.CornerButton:hover a {
  text-decoration: none;
  color: #fff;
}

.CornerButton a:hover {
  text-decoration: none;
  color: #fff;
}

/*侧边栏列表li样式*/
#TopViewPostsBlock li,
#TopDiggPostsBlock li,
li.recent_comment_author {
  margin-bottom: 7px;
  border-bottom: 1px dotted #f1f1f1;
  padding-bottom: 3px;
}

#TopViewPostsBlock li:last-child,
#TopDiggPostsBlock li:last-child,
li.recent_comment_author:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

/*media*/
@media only screen and (max-width: 767px) {
  .postDesc a {
    display: none
  }

  #topics .postDesc {
    width: 92% !important;
  }

  #sideBar,
  #blog-calendar {
    padding: 0;
  }

  #TopViewPostsBlock li,
  #TopDiggPostsBlock li {
    margin-bottom: 5px;
  }

  #sidebar_search #sidebar_search_box input[type=text] {
    width: 150px;
  }

  div#sidebar_toptags li:nth-child(even) {
    float: left;
    margin-right: 10px;
  }

  .footer {
    margin-right: 0;
  }

  .postCon {
    margin-right: 20px !important
  }
}

@media only screen and (max-width: 480px) {

  #comment_form_container #tbCommentAuthor,
  #comment_form_container #tbCommentBody {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}