#ad_t2,#ad_c1,#ad_c2,#under_post_kb,#under_post_news {
	display:none;
}

#tip_comment2 + p{
     display:none;
}

#HistoryToday {
     display:none;
}

#home{
  padding-left: 50px;
  padding-right: 50px;
}

body {
    background: url(https://ww4.sinaimg.cn/large/637d0877gw1exlma5gj0wj21hc0u04p6.jpg) no-repeat bottom fixed;
    background-size: cover;
}
#cnblogs_c1,#cnblogs_c2{
   display: none;
}
.cnblogs-markdown pre {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}

#MySignature{
    font-family: STXingkai;
    font-size: 22px;
}

hr{
    background-color: #efefef;
    height: 3px;
    border: none;
    margin: 20px auto;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
::-webkit-scrollbar-corner {
    display: block;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(180,180,180);
}
::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}