/* 文章标题样式(这个不是markdown里的标题) */
.toc li a{
 color: #169fe6;
}
#topics .postTitle a {
    color: #169fe6;
}

/* 普通文字样式 */
#cnblogs_post_body p {
    margin: 18px auto;
    color: #000;
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 16px;
    text-indent: 0;
}

/* 标题样式 */
#cnblogs_post_body h1 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h2 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5;
    margin: 20px 0;
}

#cnblogs_post_body h3 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
}

#cnblogs_post_body h4 {
    font-family: Consolas, "Microsoft YaHei", monospace;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}
/* 标题样式设置结束 */

/* 去除双下划线斜体样式 */
em {
    font-style: normal;
    color: #000;
}

/* 无序列表 */
#cnblogs_post_body ul li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: disc;
}

/* 有序列表 */
#cnblogs_post_body ol li {
    font-family: Consolas, "Microsoft YaHei", monospace;
    color: #000;
    font-size: 16px;
    list-style-type: decimal;
}

/* 超链接 */
#cnblogs_post_body a:link {
    text-decoration: none;
    color: #002C99;
}

/* 引用背景 */
#topics .postBody blockquote {
    background: #fff3d4;
    border: none;
    border-left: 5px solid #f6b73c;
    margin: 0;
    padding-left: 10px;
}

/* 单行代码 */
.cnblogs-markdown code {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    line-height: 20px;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

/* 多行代码, 引用 */
.cnblogs-markdown .hljs {
    font-family: Consolas, "Microsoft YaHei", monospace !important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}
#home h1{
    font-size:45px;
}
body{
background-image: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075125o_preview.jpg"); background-position: initial; background-size: cover; 
//background-image: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075125o_preview.jpg"); background-position: initial; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-origin: initial; background-clip: initial;
height:100%;
width:100%;
}
audio{
    z-index: 5;
    position: absolute;
    bottom: 0;
    opacity: 0.1;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
audio:hover{
    opacity: 1;
}
#home{
    opacity: 0.7;
    border-radius: 10px;
}
.wall{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
div#midground{
    //background: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075257o_foreground.png");
//background: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075609o_ed86aac6.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://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075928o_midground.png");
//background: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075609o_ed86aac6.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://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075257o_foreground.png");
background: url("https://images.cnblogs.com/cnblogs_com/stubborn-donkey/1789705/o_200618075609o_ed86aac6.png");
    z-index: -4;
    -webkit-animation: da 200s linear infinite;
    -o-animation: da 200s linear infinite;
    animation: da 200s linear infinite;
}
@-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%;
    }
}
.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;
    transition: backgroundColor 0.4s ease-in-out 0s;
    transition: transform .8s ease 0s;
    cursor: pointer;
}

.pageRightFloat>div:hover {
    background-color: #3EA3FF;
}

.pageRightFloat>div:nth-child(1):hover {
    transform: translateX(-150px);
}

.pageRightFloatImgArea {
    box-sizing: border-box;
    float: left;
    width: 50px;
    height: 50px;
}

.pageRightFloatImgArea img {
    width: 30px;
    height: 30px;
    margin: 10px;
}

.pageRightFloatTelArea {
    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;
}
.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;
}

.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+.pageRightFloatQQArea, .pageRightFloatImgArea:hover+.pageRightFloatWeiXinArea {
    transform: translateX(0px);
    opacity: 1;
}

#Header1_HeaderTitle{
    transition: all .3s ease;
}
.container {
    width: 100%;
    height: 200px;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
opacity:0.7;
}
/*侧边栏公告*/
#blog-news > img {
    /*头像*/
    display: block;
    margin: auto;
    border-radius: 50%;
}

#profile_block {
    font-size: 15px;
    padding: 20px;
    line-height: 1.8;
}

#profile_block > a:link {
    color: #F60;
}

/*公告结束*/