#copyright{
    display: none !important;
}
.cnblogs-markdown pre:before, .cnblogs_code:before {
    display: none !important;
}

ul {
    margin-top: -8px !important;
    margin-bottom: -4px !important;
    margin-left 18px !important;
}

li {
    line-height: 160% !important;
}

p {
    line-height: 150% !important;
}

#sideBar .icon {
    display: none;
}

html .scrollbar-gradient::-webkit-scrollbar,
html body::-webkit-scrollbar,
html .emoji-picker__emojis::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 12px;
}
/*滚动条*/
html .scrollbar-gradient::-webkit-scrollbar-thumb,
html body::-webkit-scrollbar-thumb,
html .emoji-picker__emojis::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background: none;
    background-color: rgba(213, 213, 213, 0.5);
}
/*条背景*/
html .scrollbar-gradient::-webkit-scrollbar-track,
html body::-webkit-scrollbar-track,
html .emoji-picker__emojis::-webkit-scrollbar-track {
    background: rgba(241, 222, 210, 1.0);
}

/* 去掉广告 */
#ad_t2,#opt_under_post,.c_ad_block,#under_post_news,#under_post_kb{
    display: none !important;
}
/*音乐播放器*/
#player {
    display: none !important;
}

.post {
  font-family: "微软雅黑", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 15px;
}

.postbody:before {
  display: none;
}

.hljs-ln {
  font-family: "consolas";
  font-size: 13px !important;
}

h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 0.9em;
}

body {
  font-family: "微软雅黑", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  font-size: 10px;
}

#loading{position:fixed;width:100%;height:100%;background-color:#fff;z-index:999}.boxLoading{width:50px;height:50px;margin:auto;position:absolute;left:0;right:0;top:0;bottom:0}.boxLoading:before{content:'';width:50px;height:5px;background:#000;opacity:.1;position:absolute;top:59px;left:0;border-radius:50%;animation:shadow .4s linear infinite}.boxLoading:after{content:'';width:50px;height:50px;background:#ffb3cc;animation:animate .5s linear infinite;position:absolute;top:0;left:0;border-radius:3px}@keyframes animate{17%{border-bottom-right-radius:3px}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scale(1,0.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}100%{transform:translateY(0) rotate(90deg)}}@keyframes shadow{0%,100%{transform:scale(1,1)}50%{transform:scale(1.2,1)}}

@keyframes scaleout {
	0% {
	transform:scale(0);
	opacity:0
}
40% {
	opacity:1
}
100% {
	transform:scale(1);
	opacity:0
}
