body {
    color: #000;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/697388/galleries/2011093/o_21081010095491837671_p0%E5%8E%8B%E7%BC%A9.jpg) fixed;
    background-repeat: no-repeat;
    /* background-position: 30% 30%; */
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    -webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover;/* 兼容Opera */
    zoom: 1;
}
.navbar-custom {
    display: block;
}
#header{
    background: none;
    background-color: rgba(0, 0, 0, .2)!important;
    opacity:1;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .7);
}
#blogTitle{
    background: none!important;
}
#blogTitle h1{
    top: 34px;
    background: url("https://images.cnblogs.com/cnblogs_com/blogs/697388/galleries/2011093/o_210809153904bloglogo2.png") no-repeat;
}
@media screen and (max-width: 769px) {
    #blogTitle{
        display: none;
    }
    .nav_img{
        display: none;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px){
    body{
        background: url(https://images.cnblogs.com/cnblogs_com/blogs/697388/galleries/2011093/o_2108090408221622214989714.jpg);
        background-attachment:fixed;
        background-repeat: no-repeat;
        background-position: 60% 90%;
        -webkit-background-size: cover;
        zoom: 1;
    }
    .nav_img{
        display: none;
    }
    #main{
        opacity: .7;
    }
}
#blogTitle h1 a{
    color: transparent;
}
#blogTitle h2{
    padding-left: 40px;
}
#navigator{
    position: relative;
    background-color: rgba(0, 0, 0, .2);
    border:none;
    margin-top: -40px;
}
#navList li a{
    text-shadow: none!important;
}
#navList a:hover{
    background-color: rgba(0, 0, 255, .1);
    color: #ffffff;
}
#page_begin_html{
    position: relative;
}
.nav_img{
    position: absolute;
    top: -30px;
    left: 57%;
    width: 500px;
    height: 500px;
    background: url("https://images.cnblogs.com/cnblogs_com/blogs/697388/galleries/2011093/o_210809123111chara-a%20(2).png") no-repeat ;
    background-size: 429px 500px;
    z-index: 999;
    transform: rotateY(180deg);
}
.dayTitle{
    border-radius: 5px;
    background-color: #9999FF;
}
.dayTitle:hover{
    background-color: #FF99CC;
}
.sidebar-block h3{
    background-color: #9999FF;
    border: none;
    box-shadow: 0 2px 5px #9999FF;
}
.catListTitle{
    background-color: #9999FF;
    border: none;
    box-shadow: 0 2px 5px #9999FFC;
}
#profile_block:hover{
    border: 1px solid #6666FF;
}
#blog-calendar{
    background-color: rgba(255, 255, 255, .7);
}
.btn_my_zzk{
    border-radius: 5px;
    background: #FF99CC!important;
}
.input_my_zzk{
    border: none;
    border-bottom: 1px solid #ddd;
}
.catListTag ul li:hover{
    background: #FFCCFF!important;
}
#page_end_html{
    position: relative;
}
.tool ul{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.tool ul li{
    position: relative;
    width: 60px;
    height: 60px;
    margin-top: 20px;
	border-radius: 50%;
    border: 3px solid #aaaaff;
	background-color: #ffffff;
    box-shadow: 2px 2px 5px #6c6c6c;
	list-style: none;
	transition: width .5s;
}
#back_top{
    
}