#home {
    opacity: 0.84;
    margin: 0 auto;
    width: 83%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
body {
    color: #000;
    background: url(https://images2015.cnblogs.com/blog/1101054/201703/1101054-20170326124944643-1294327907.jpg) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: Georgia;
    font-size: 12px;
    min-height: 101%;
}
#blogTitle {
    height: 20px;
    padding-top: 5px;
    background: #fff url('https://images2015.cnblogs.com/blog/1101054/201705/1101054-20170501125741351-1031259947.png') no-repeat;
    background-position-x: 50px; 
}
#main #mainContent .day {
    background-color: #FAFCF8;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(70, 74, 90, 0.85);
    margin-bottom: 25px;
    margin-left: 20px;
    width: 90%;
    padding: 70px 25px;
}
#main #mainContent .dayTitle {
    background-color: #62a3f1;
    border: 0px;
    display: block;
    left: 75px;
    top: 2px;
    border-radius: 2px;
    height: 30px;
    min-width: 140px;
}
#main #mainContent .dayTitle a {
    width: 130px;
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    margin-top: 3%;
}

#main #mainContent .dayTitle::before {
    border-color: #58B2DC transparent;
    border-style: solid;
    border-width: 10px 0 0 24px;
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
}
#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 7px;
}
#sideBar .catListTitle {
	background-color: #62a3f1;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.2);
	color: #fff;
	text-align: center;
	font-size: 15px
}
.catListTitle {
    margin-bottom: 10px;
    border-left: 15px solid #f1f8fa;
    padding: 10px 10px 10px 10px;
    background-color: #DFEEF3;
}
#main #mainContent .postCon {
    border-top: 1px solid #76A8C7;
}
.postBody {
    color: #252525;
    line-height: 1.4;
    font-size: 13px;
}
.diggit {
    width: 150px;
    height: 150px;
    background: url("https://images2015.cnblogs.com/blog/1101054/201705/1101054-20170502124202695-461940724.png");
    background-size: cover;
    cursor: pointer;
    margin-left: -100px;
    margin-top: -100px;
    padding-top: 0px;
}
#div_digg .diggnum {
    line-height: 1.5em !important;
    display: none;
}
.buryit {
    display: none;
}

div.commentform textarea{
	background-color:#73ace926;
}

#comment_form_container .comment_textarea {
    color: #495571;
    border: 1px solid #919DB7;
    border-radius: 5px;
    background:#fff url(https://images2015.cnblogs.com/blog/1101054/201705/1101054-20170501130316914-575873388.png) right bottom no-repeat;
    
}
div[id^="ad_"] {
    display: none;
}
div[class^="c_ad"] {
    display: none;
}
div[id^="under_post"] {
    display: none;
}