
	.under-post-card,
	#under_post_card1,#under_post_news，
	#under_post_card2{
 		display:none; !important
	}
    /*隐藏搜索框中的无用组件*/
.mySearch {
  display: none;
}

body {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
/*    background: rgba(12, 100, 129, 1) url('https://images.cnblogs.com/cnblogs_com/SilverNebula/837412/o_9-1.jpg') fixed no-repeat; */

 //   background: rgba(12, 100, 129, 1) url('https://cdn.luogu.com.cn/upload/image_hosting/bwf2j2vr.png') fixed no-repeat;
    background-size: cover;
    background-position: 50% 80%; 
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    min-height: 101%;
}

    

#header a {
  color: #999;
}
.c_ad_block {
    display: none !important;
}

#ad_t2{
   display: none !important;
}
/*博客标题大小*/
#blogTitle {width:100%;margin-top: -10px;text-align: center;}
 
.alignright {float: left;}
.clearfix {zoom: 1;}
.clearfix:before,.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;}
#header, #main, #footer {width: 100%;margin: 0 auto;}
@media screen and (max-width: 1260px) {
  #main {
    width: 95%;
  }
}
/*次级背景*/
 #home{
    margin: 0 auto;
    width: 85%;
    background-color: #fff;
    padding: 30px;
    background: filter:alpha(opacity:30);
    opacity:0.8;
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    margin-top: 50px;
    margin-bottom: 770px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    border-radius: 20px;
} 
/*首页显示部分博文大小居中等*/
#mainContent {
  width: 75%;
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 1260px) {
  #main-col {
    width: 100%;
    margin-right: -300px;
  }
}
@media screen and (max-width: 900px) {
  #main-col {
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 1260px) {
  #wrapper {
    margin-right: 300px;
  }
}
@media screen and (max-width: 900px) {
  #wrapper {
    margin-right: 0;
  }
}
/*侧边栏*/
#sideBar{
  width: 22%;
  line-height: 1.8em;
  float: right;
}
@media screen and (max-width: 900px) {
  #sideBar {
    float: none;
    width: 100%;
  }
}
 
.catListLink, .catListMyTeams, .catListComment,.catListFeedback{
  display: none;
}
.search, .newsItem, .catListPostCategory, .catListPostArchive, .catListTag, .catListView, .catListBlogRank {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 10px 10px 10px #ddd;
  margin-bottom: 30px;
  word-wrap: break-word;
  border-radius: 10px;
  margin-top: 10px;
  border: 1px solid #ddd;
}
 
#blog-sidecolumn h3, .newsItem h3 {
  padding: 15px 20px;
  font-size: 1em;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
#blog-sidecolumn ul, .newsItem #blog-news {
  font-size: 0.9em;
  padding: 15px 20px;
}
#blog-sidecolumn ul,
#blog-sidecolumn ol,
#blog-sidecolumn dl {
  list-style: none;
}
#blog-sidecolumn ul ul,
#blog-sidecolumn ol ul,
#blog-sidecolumn dl ul,
#blog-sidecolumn ul ol,
#blog-sidecolumn ol ol,
#blog-sidecolumn dl ol,
#blog-sidecolumn ul dl,
#blog-sidecolumn ol dl,
#blog-sidecolumn dl dl {
  list-style: disc;
  margin-left: 20px;
}
#q {
  background: #fff;
  font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1em;
  padding: 10px 15px;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999;
  height: 100%;
}
#q:focus {
  color: #444;
}
/*评论框*/
#comment_form {
    margin:10px 0;
    padding:25px;
    border-radius: 10px;
    height: 343px;
    overflow: hidden;
}
.commentform {
    margin:10px 0;
    padding:10px 20px;
    background:#fff;
}
 /*好看的滚动条*/
::-webkit-scrollbar-thumb{
    height:5px;border:1px solid transparent;
    border-top:none;border-bottom:none;
    -webkit-border-radius:6px;
    background-color:rgba(0,0,0,.3);
    background-clip:padding-box;
}