body {
    background-image: url(https://files-cdn.cnblogs.com/files/moris5013/122.bmp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: '微软雅黑', '宋体', Arial;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #464646;
    transition: all 0.4s linear 0s;
    font-weight: bold;
}
.day .postTitle a {
    padding-left: 10px;
    font-size: 1.1em;
}
.postTitle {
    border-left: 3px solid #888;
}
a {
    text-decoration: none !important;
}
.entrylistPosttitle a:hover, .postTitle a:hover {
    margin-left: 0px;
    color: #00A1D6 !important;
    text-decoration: none;
}


//
.postCon {
    color: #888;
    background: #f0f0f0;
}
.entrylistPostSummary, .postCon {
    transition: all 0.3s ease 0s;
    border-radius: 10px;
}
.entrylistPostSummary, .postCon {
    transition: all 0.3s ease 0s;
    border-radius: 10px;
    color: #888;
    background: #f0f0f0;
}
.c_b_p_desc {
    font-size: 1.2em;
    padding: 20px;
}
.entrylistPostSummary:hover, .postCon:hover {
    transform: translateY(-3px);
    z-index: 1;
    -webkit-box-shadow: 0 15px 32px rgb(175, 135, 255) !important;
    border-radius: 10px;
}


//
.postDesc, .postDesc a {
    color: #aaa !important;
}
.postDesc, .entrylistItemPostDesc {
    border-bottom: 1px dotted #999;
    color: #999;
    text-align: right;
    padding-bottom: 10px;
    padding-left: 0px;
    background: no-repeat 0 1px;
}


//
#sideBar {
    font: normal 10px "Verdana";
    color: #464646;
    font-size: 14px;
}
#sideBar #sideBarMain {
    font-family: '微软雅黑', '宋体', Arial;
    font-size: 1.0em;
}
#sideBar h3 {
    font-size: 1.0em;
}
#MyIng .ing_title, #sideBar h3 {
    margin: 10px 0;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-right-width: 5px;
    border-radius: 10px;
    text-align: center;
    padding: 8px !important;
}
.CalTodayDay {
    background: #4949 !important;
    color: #FFF;
}
#navigator {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 -1px 12px -4px #000;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    font-family: '微软雅黑', '宋体', Arial;
}

//
#navigator {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    border: none;
    box-shadow: 0 -1px 12px -4px #000;
    padding-top: 0;
    padding-left: 0;
    text-align: center;
    font-family: '微软雅黑', '宋体', Arial;
}
#Header1_HeaderTitle {
    font-size: 46px;
    font-family: '微软雅黑', '宋体', Arial;
    color: #0C0B33;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    font-weight: bold !important;
}
#blogTitle h1 a {
    color: #0C0B33;
}
#navList a:link, #navList a:visited, #navList a:active {
    color: #0C0B33;
    font-weight: bold;
}
#navigator ul li a {
    display: inline-block;
    float: none;
}
#blogTitle h1 a:hover {
    color: #21759b;
}
#blogTitle {
    #margin-top:40px;
}
.blogStats {
    font-size: 16px;
    font-weight: bold;
    color: #0C0B33;
    margin-right: 15px;
}


.blogpost-body .cnblogs_code {
     border:1px solid #4f4c4c !important;
}


#header {
margin-top:-120px  !important;
}



#Header1_HeaderTitle {
    font-size: 46px;
    font-family: '微软雅黑', '宋体', Arial;
    color: #0C0B33;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    font-weight: bold !important;
}
#Header1_HeaderTitle:hover {
    color: #fff;
    -webkit-animation: Glow 1.5s ease infinite alternate;
    animation: Glow 1.5s ease infinite alternate;
}
.headermaintitle:hover {
    color: #00A1D6 !important;
}
.headermaintitle {
    font-size: 25px;
}
a.headermaintitle:hover:before {
    -webkit-transition: left 1.5s;
    -moz-transition: left 1.5s;
    transition: left 1.5s;
    left: 920px;
}
a.headermaintitle:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 475px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

Header1_HeaderTitle {
    font-size: 46px;
    font-family: '微软雅黑', '宋体', Arial;
    color: #0C0B33;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    font-weight: bold !important;
}

#Header1_HeaderTitle:hover {
    color: #fff;
    -webkit-animation: Glow 1.5s ease infinite alternate;
    animation: Glow 1.5s ease infinite alternate;

}

@-webkit-keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #00A1D6,
        0 0 70px #00A1D6,
        0 0 80px #00A1D6,
        0 0 100px #00A1D6,
        0 0 150px #00A1D6;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #00A1D6,
        0 0 35px #00A1D6,
        0 0 40px #00A1D6,
        0 0 50px #00A1D6,
        0 0 75px #00A1D6;
    }
}

@keyframes Glow {
    from {
        text-shadow: 0 0 10px #fff,
        0 0 20px #fff,
        0 0 30px #fff,
        0 0 40px #00A1D6,
        0 0 70px #00A1D6,
        0 0 80px #00A1D6,
        0 0 100px #00A1D6,
        0 0 150px #00A1D6;
    }
    to {
        text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 15px #fff,
        0 0 20px #00A1D6,
        0 0 35px #00A1D6,
        0 0 40px #00A1D6,
        0 0 50px #00A1D6,
        0 0 75px #00A1D6;
    }
}




.pager a {
    border: 1px solid transparent;
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 4px;
    display: inline-block;
    min-width: 30px;
    color: #3c763d;
    background-color: rgba(177, 95, 95, 0.22);
    border-color: #d6e9c6;
    text-align: center;
    font-size: 20px;
}
.pager {
    font-size: 17px;
    margin: 10px 0;
    text-align: center;
    color: rgb(255, 0, 0);
    text-align: center;
    margin-right: 10px;
    line-height: 100%;
}

#home {
    width: 85%;
}
#homepage_top_pager {
   display:none;
}



/*回到顶部*/
body{height:1700px;}
#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}
#rocket-to-top .level-2 {
    background: url("https://images.cnblogs.com/cnblogs_com/xujingyang/1227088/o_o_rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}
#rocket-to-top {
    background: url("https://images.cnblogs.com/cnblogs_com/xujingyang/1227088/o_o_rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    margin-right: 200px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    top: 80%;
    width: 149px;
    z-index: 11;
}
//canvas#live2dcanvas { border: 0 !important; left: 0; }
