#home h1{
    font-size: 30px;
    margin-bottom: 0px;
    margin-top: 29px;
}
body{
background-image: url("https://images.cnblogs.com/cnblogs_com/blogs/696832/galleries/2045321/o_211014072241ppt3.jpg");
background-position: right; 
background-size: cover; 
background-repeat: no-repeat; 
background-attachment: fixed; 
background-origin: initial; 
background-clip: initial;
height:100%;
width:100%;
}
#home{
    opacity:0.7;
    margin-top: 100px !important;
}
#blogTitle{
    margin-top: -144px !important;
}
#blogTitle>h2{
    margin-left: 75px;
}
//去除广告
.c_ad_block {
    display: none !important;
}
#ad_t2,#cnblogs_c1,#under_post_card1,#under_post_card2{
   display: none !important;
}
#sidebar_news,#blog-sidecolumn{
    display: none;
}
#sideBar a {
    color: salmon;
}
#navigator{
    width: 74.01rem;
    background-color: lightgrey;
    margin-left: -1.85rem;
    border-top: 0rem!important;
}
.wall{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#navList li{
    margin: 0px;
    }
#navList{
    margin-left: 14px;
    }
div#midground{
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -1;
    -webkit-animation: cc 200s linear infinite;
    -moz-animation: cc 200s linear infinite;
    -o-animation: cc 200s linear infinite;
    animation: cc 200s linear infinite;
}
div#foreground{
    background: url("https://i.postimg.cc/z3jZZD1B/foreground.png");
    z-index: -2;
    -webkit-animation: cc 253s linear infinite;
    -o-animation: cc 253s linear infinite;
    -moz-animation: cc 253s linear infinite;
    animation: cc 253s linear infinite;
}
div#top{
    background: url("https://i.postimg.cc/PP5GtGtM/midground.png");
    z-index: -4;
    -webkit-animation: da 200s linear infinite;
    -o-animation: da 200s linear infinite;
    animation: da 200s linear infinite;
}
#blog-news > img {
    /*头像*/
    display: block;
    width: 170px;
    height: 100px;
    margin: 10px;
    border-radius: 50% / 50%;
}

#sideBarMain h3, .newsItem h3 {
    font-size: 1.2em;
    height: 30px;
    line-height: 30px;
    text-indent: 0.5em;
    background: url(https://www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff;
    padding: 0 0 0 50px;
    margin-bottom: 0;
    border: 1px solid #55895B;
    border-left-width: 5px;
    border-radius: 10px;
    border-right-width: 5px;
}
.blogStats{
    color: #de2c2c;
    margin-right: 60px;
}
#blog-comments-placeholder {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
}

.feedback_area_title {
   background: url(//www.cnblogs.com/skins/red_autumnal_leaves/images/titlebg.png) no-repeat left center #fff;
   border: 1px solid #55895B;
   border-left-width: 5px;
   border-radius: 10px;
   border-right-width: 5px;
   padding: 0px 50px;
   margin-top: 22rem;
}
.pageRightFloat {
    position: fixed;
    width: 200px;
    //top: 200px;
    right: -150px;
    transition: top .4s ease 0s;
    transition-delay: .1s;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .3);
}

.pageRightFloat>div {
    float: left;
   // background-color: #31353D;
    background-color: lightslategray;
    transition: backgroundColor 0.4s ease-in-out 0s;
    transition: transform .8s ease 0s;
    cursor: pointer;
}

.pageRightFloat>div:hover {
  //  background-color: #3EA3FF;
    background-color: steelblue;
}

.pageRightFloat>div:nth-child(4):hover,.pageRightFloat>div:nth-child(5):hover {
    transform: translateX(-150px);
}

.pageRightFloatImgArea {
    box-sizing: border-box;
    float: left;
    width: 50px;
    height: 50px;
}

.pageRightFloatImgArea img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.pageRightFloatLinkArea {
    box-sizing: border-box;
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
}

.pageRightFloatImgArea:last-child {
    width: 200px;
}
.pageRightFloatTelArea, .pageRightFloatQQArea, .pageRightFloatWeiXinArea {
    box-sizing: border-box;
    position: relative;
    width: 120px;
    pointer-events: none;
    opacity: 0;
    transform: translateX(15px);
    transition: all 0.4s ease-in-out 0s;
}

.pageRightFloatTelArea>img, .pageRightFloatQQArea>img, .pageRightFloatWeiXinArea>img {
    box-sizing: border-box;
    position: absolute;
    top: -30px;
    left: -120px;
    width: 100px;
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, #4e4efe 0%, #7e67fa 100%);
}

.pageRightTriangle {
    position: absolute;
    top: 25px;
    left: -20px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #7e67fa;
    border-bottom: 4px solid transparent;
}

.pageRightFloatImgArea:hover+.pageRightFloatTelArea, .pageRightFloatImgArea:hover+.pageRightFloatQQArea, .pageRightFloatImgArea:hover+.pageRightFloatWeiXinArea {
    transform: translateX(0px);
    opacity: 1;
}
.pageRightFloatLinkArea>a>p {
    margin: 1px;
    color: #fff !important;
}
.author_profile_info>a{
    color: green!important;
}
.author_profile_info>a:hover{
    color: #5ba8b7!important;
}
@-webkit-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-o-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@-moz-keyframes cc {
    from{
        background-position: 0 0;
        transform: translateY(10px);
    }
    to{
        background-position: 600% 0;
    }
}
@keyframes cc {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 600% 0;
    }
}

@keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-webkit-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-moz-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}
@-ms-keyframes da {
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 0 600%;
    }
}