body {
    background-image: url(https://cdn.luogu.com.cn/upload/image_hosting/bsg72fvk.png);
    opacity: 0.99;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}/*背景*/
#home {
    width: 78%;/*宽度*/
    background-color: rgba(255, 255, 255, 0.75);/*透明度*/
}/*主页*/
/*************滚动条*************/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
/*************finall*************/
#blogTitle h1 a {
    margin-left: 0.3em;
    color: #1859cccc;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 1.2em;
}/*nianheng*/
.newsItem, .catListEssay, .catListLink, .catListNoteBook, .catListTag, .catListPostCategory, .catListPostArchive, .catListImageCategory, .catListArticleArchive, .catListView, .catListFeedback, .mySearch, .catListComment, .catListBlogRank, .catList, .catListArticleCategory {
    background: #fff0;
}
/*一些透明*/
.input_my_zzk {
    background-color: #f0f1f380;
}/*搜索框*/
.CalTitle {
    background: #d2b86d;
}
#blog-calendar th {
    font-size: 12px;
}
#blog-calendar {
    border: 1px solid #71541373;
}
.CalDayHeader {
    background: #f5f3f326;
}
.CalTitle td {
    background: #f8f8f803 !important;
}
/*日历*/
#sideBarMain li {
    line-height: 1.8;
    font-size: 13px;
}/*侧边栏灰字*/
#sideBar h3 {
    color: #052e77;
    font-size: 20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h1 {
    color: #052e77;
    font-size: 25px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h2 {
    font-size: 20px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.cebian_h3 {
    font-size: 17px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
#hitokoto-content {
    font-size: 16px !important;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
#hitokoto-from {
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 13px !important;
}
.c_ad_block ,#under_post_news ,.c_ad_block ,#under_post_kb ,#ad_t2 {
    display: none !important;
}/*去广告*/
.comment_textarea {
    background-color: #ffffff40;
    font-size: 15px !important;
    font-family: "Comic Sans MS", cursive, sans-serif !important;
}/*回复文本框透明*/
.feedbackCon img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.feedbackCon img {
    border-radius: 40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}/*回复区头像*/
.blog_comment_body {
    font-size: 17px;
    font-family: "Comic Sans MS", cursive, sans-serif;
}
.feedbackCon {
    border-bottom: 1px solid #347ca7bf;
    background-color: #ffffff59;
}