#main {
    opacity:0.85;
}

/* 日历 */
#blog-calendar, #calendar {
    width: 200px;
}

#blog-calendar td {
    padding: 5px 3px;
    font-size: 14px;
}

#blog-calendar td a {
    font-weight: bold;
    color: #59a020;
}

#blog-calendar table a:hover {
    color: #59a020;
    text-decoration: underline;
    background: transparent;
}

#blog-calendar table u {
    text-decoration: none;
}

/*日历结束*/
element.style {
    font-family: 'Comic Sans MS bold',微软雅黑;
}
#cnblogs_post_body h1 {
    border-radius: 4px;
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 30px;
    text-shadow: 2px 2px 3px #666;
    border-left: 6px solid #FF4D4D;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 45px;
    line-height: 40px;
    padding: 0 0 0 10px;
    box-shadow: 2px 2px 3px #cccccc;
    margin: 16px 0;
    color: #000000;
}

element.style {
    border-radius: 50%;
}
#navList li a {
    color: #81999b;
    background-color: #fff;
    font-family: 微软雅黑;
}

.author_avatar {
    border-radius: 100%;
}
.forFlow img {
    margin-top: 0;
    margin-bottom: 20px;
}

.dayTitle a {
    color: #46A494;
}
a:hover {
    color:#f22b6b;
}

body{
    background: url('https://images2018.cnblogs.com/blog/1357453/201806/1357453-20180610230644492-211814527.jpg') no-repeat fixed top;
    background-repeat:no-repeat;
    background-size: 1450px 800px;
    -webkit-background-size:cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Consolas ;
}

#header {
    background: #fff;
}

/*选中的效果*/
::selection
{
    background: #47a594;
    color: #fff;
}
::-moz-selection
{
     background: #47a594;
     color: #fff;
}

.cnblogs_code span {
    font-family: Consolas!important;
    font-size: 12px!important;
}

#cnblogs_post_body h2 {
    border-radius: 4px;
    font-family: "Comic Sans MS","微软雅黑";
    font-size: 18px;
    text-shadow: 2px 2px 3px #666;
    border-left: 6px solid #85C5EF;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 10px;
    box-shadow: 2px 2px 3px #cccccc;
    margin: 16px 0;
    color: #333;
}

.postTitle, .postTitl2, .entrylistPosttitle {
    border-radius: 4px;
    font-family: "Comic Sans MS Bold","微软雅黑 Bold";
    font-size: 18px;
    text-shadow: 2px 2px 3px #666;
    border-left: 6px solid #89E26C;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 10px;
    box-shadow: 2px 2px 3px #cccccc;
    margin: 16px 0;
    color: #333;
}
.cnblogs_code pre {
    font-family: Consolas!important;
    font-size: 12px!important;
    word-wrap: break-word;
    white-space: pre-wrap;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}

.postBody blockquote, .postCon blockquote {
    width: 90%;
    margin: 0 auto;
    padding: 6px 0 6px 45px;
    color: #666;
    background: white url(/images/blockquote.gif) top left no-repeat;
}

.comment_btn {
    padding: 5px 10px;
    height: 45px;
    width: 120px;
    border: 0 none;
    border-radius: 5px;
    background: #258fb8;
    color: white;
    cursor: pointer;
    font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
    text-shadow: 0 0 1px #fff;
    display: inline !important;
    font-size: 15px;
}

/*侧边搜索框*/
.mySearch {
    padding-bottom: 10px;
}

.mySearch > div {
    padding-top: 10px
}

.mySearch #q {
    height: 40px;
    width: 150px;
    font-size: 15px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.mySearch #btnZzk {
    height: 42px;
    width: 90px;
    color: #333;
    background-color: rgba(108, 226, 226, 0.98);
    font-family: 微软雅黑 Bold;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}

.div_my_zzk {
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
}

/*搜索框结束*/

/* 个性签名 */
#MySignature {
    box-shadow: 8px 1px 10px #989898;
    padding: 10px;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 17px;
    border-left: solid 5px #55895B;
    background: #F3F3F3;
    border-radius: 10px 10px 50% 10px;
    line-height: 2.4;
    margin: 40px 0;
}

#MySignature a {
    text-decoration: none;
    color: #4183c4;
    font-weight: bold;
}

#MySignature a:hover {
    text-decoration: underline;
    color: #f60;
}

#MySignature span {
    color: #f60;
}
/*个性签名结束*/