#blogTitle {
    //display: none !important;
};

html,body{
    margin:0;
    padding:0;
    width: 100%;
    height:100%;
    /*去掉浏览器默认垂直和水平滑动条*/
    overflow:hidden;
}

#loading{bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;background-color:#f4f5f5;pointer-events:none;}
.loader-inner{will-change:transform;width:40px;height:40px;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px;
background-color:#3742fa;border-radius:50%;animation:scaleout 0.6s infinite ease-in-out forwards;text-indent:-99999px;
z-index:999991;}@keyframes scaleout{0%{transform:scale(0);opacity:0;}40%{opacity:1;}100%{transform:scale(1);opacity:0;}}

/*-- 天上飘雪花，css和页脚都要配置 444444444444444444444444444444444444 --*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    // 博客背景色，不是雪花颜色
    background: rgba(125, 137, 95, 0);
    pointer-events: none;
}

/* 鼠标样式动画 999999999999999999999999999999999999999999999999999999999999999 */
body{
    background-repeat: repeat;
    background-attachment: fixed;
    background-size:cover;
    cursor: url(https://blog-static.cnblogs.com/files/liyhbk/cursor.ico),auto;
}

/*-- 评论区带头像且支持旋转，css和页脚都要配置 8888888888888888888888888888888 --*/
.feedbackCon img:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.feedbackCon img {
    border-radius: 40px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/*-- 头部高度 99999 --*/
.profile-avatar{
    height: 30px;
    width: 30px;
}

.profile-avatar .avatar {    
    text-align: center;
    /* display: inline-block; */
    vertical-align: middle;
    margin-top: -100px;
    margin-left: -10px;
    width: 90px !important;
    height: 90px !important;
}

.profile-msg{
    left: 128px !important;
}

.profile-banner .profile-signature {
    margin: -10px 0px 0px 80px;
}

.forFlow {
    position: relative !important;
    margin: 140px 0px 0px 0px !important;
}

.profile{
    height: 150px;
    position: fixed !important;
    top: 55px !important;
    width: 65% !important;
}

/*-- 博文说明 --*/
#MySignature{　　 
    border:solid 1px #E5E5E5;
　　padding:10px;
　　background:#FFFEFE url(https://images.cnblogs.com/cnblogs_com/grenet/226272/o_o_o_info.png) no-repeat scroll 15px 50%;
　 padding-left:80px;
}
#MySignature div{line-height: 25px;}
