a:hover {
    color: #4e5ab5;
}
body {
    background: linear-gradient(-45deg,#4e5ab5,#cb6770,#4e5ab5);
    /* background: url(https://yanwo-yct.oss-cn-shenzhen.aliyuncs.com/background/bac1.jpg); */
    background-size: 400% 400%;
    background-attachment:fixed;
    animation: gradientBG 50s ease infinite;
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
}
@keyframes gradientBG{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
#main {
    background: rgba(255,255,255,0.7);
}
/* 日历 */
.CalTitle {
    width: 100%;
    background: rgba(255,255,255,0);
    color: #000;
    border-bottom: 1px solid #666;
}
.Cal {
    color: #777;
}
.CalTodayDay {
    color: #4e5ab5;
}
/* 公告 */
.newsItem .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 0px solid #ccc;
    background: rgba(0,0,0,0.3);
}
/* 右侧栏其他 */
.catListEssay h3, .catListLink h3, .catListNoteBook h3, .catListTag h3, .catListPostCategory h3, .catListPostArchive h3, .catListArticleArchive h3, .catListImageCategory h3, .mySearch h3, .catListComment h3, .catListView h3, .catListFeedback h3, #blog-sidecolumn .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border-bottom: none;
    border: 0px solid #ccc;
    background: rgba(0,0,0,0.3);
}
/* 搜索的框 */
.mySearch .input_my_zzk {
    height: 1.6em;
    width: 222px;
    background: rgba(255,255,255,0.7);
    border-radius: 4px;
    border: none;
    padding-left: 6px;
}
.mySearch:hover .input_my_zzk:hover {
    background: rgba(255,255,255,1);
    border: none;
}
/* 搜素的按钮 */
input.btn_my_zzk {
    vertical-align: middle;
    height: 22px;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    width: 66px;
    float: right;
    border-radius: 4px;
    border: none;
    background: rgba(0,0,0,0.3);
    color: #fff;
}
input.btn_my_zzk:hover {
    background: rgba(0,0,0,0.8);
    color: #fff;
}

#blogTitle h1 {
    font-size: 24px;
    margin-left: 0;
}
#blogTitle h1 a:hover{
    text-decoration: none;
}
#blogTitle h1 a {
    text-shadow: 3px 3px 3px #4f2529;
}
#navList a:link, #navList a:visited, #navList a:active {
    text-shadow: 3px 3px 3px #4f2529;
    text-decoration: none;
}
#navList a:hover {
    text-shadow: 3px 3px 3px #4f2529;
    text-decoration: none;
}
#navigator {
    background-color: rgba(0,0,0,0.4);
}
.postTitle {
    border-left: 5px solid #4e5ab5;
}
.postTitle {
    /* height: 20px; */
    /* padding: 8px 100px 8px 20px; */
    border-left: 5px solid #4e5ab5;
    border-bottom: 1px solid #4e5ab5;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000;
}
.postTitle a:hover {
    color: #4e5ab5;
}
.postCon a:link, .postCon a:visited, .postCon a:active {
    color: #4e5ab5;
}
.postCon a:hover {
    color: #cb6770;
}
.entrylistPosttitle {
    border-left: 5px solid #4e5ab5;
    border-bottom: 1px solid #4e5ab5;
}
.entrylistPosttitle a:link {
    color: #000;
}
.entrylistPosttitle a:hover {
    color: #4e5ab5;
}
.c_b_p_desc_readmore:hover {
    color: #cb6770;
}

/* 小人物的 */
canvas#live2dcanvas {
border: 0 !important;
right: 0;
}


