*, ::before, ::after {
    border-style: solid;
    border-width: 0;
    transition: all 0.3s ease-in-out;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
*, ::before, ::after {
    box-sizing: inherit;
}
Pseudo ::after element
*, ::before, ::after {
    border-style: solid;
    border-width: 0;
    transition: all 0.3s ease-in-out;
}
::before, ::after {
    text-decoration: inherit;
    vertical-align: inherit;
}
*, ::before, ::after {
    box-sizing: inherit;
}
Pseudo ::selection element
::selection {
    background-color: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
/*测试*/


.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    margin: auto;
    vertical-align: auto;
    height: auto;
    /* line-height: 1.5; */
    padding: 5px!important;
    /* font-weight: 500; */
}

#cnblogs_post_body h2 {
    background: gray !important;
    background: #406CA4 !important;
    border-radius: 4px 4px 4px 4px !important;
    box-shadow: 0 0 0 1px #5F5A4B, 1px 1px 6px 1px rgba(10, 10, 0, 0.5);
    color: #FFFFF0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, pingfang sc, Noto Sans SC, sarasa gothic sc, microsoft yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji, Varela Round;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 !important;
    padding: 5px 0 5px 20px;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.postDesc {
    font-size: 13px;
    background: url(images/posted_time.png) no-repeat 0 1px;
    color: #757575;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 20px;
    padding-right: 5px;
    margin-top: 20px;
    line-height: 1.5;
}

.c_b_p_desc {
    font-size: 14px;
    line-height: 1.7;
}

blog-common.css…vU8zBESgwkk1:1 .c_b_p_desc {
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.5;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all 0.4s linear 0s;
}

#blogTitle h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: "Comic Sans MS";
    line-height: 1.5em;
    margin-top: 20px;
    color: #515151;
}

.postTitle {
    border-left: 3px solid #21759b;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}

.day .postTitle a {
    padding-left: 10px;
}

.postTitle a:hover {
    margin-left: 30px;
    color: #0f3647;
    text-decoration: none;
}

body {
    color: #003050;
    //background: url(https://www.cnblogs.com/images/cnblogs_com/y2823774827y/1355193/o_4.jpg) fixed;
    //background: url(https://ws1.sinaimg.cn/large/0072Vf1pgy1foxlnr1pdmj31hc0u0h1c.jpg) fixed;
    background: url(https://images.cnblogs.com/cnblogs_com/hlw1/1560483/o_66-1ZH51505533J.jpg) fixed;
    //background: url(https://cdn.luogu.com.cn/upload/image_hosting/fq62jc6e.png) fixed;//成濑顺
    
    background-size: cover;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, pingfang sc, Noto Sans SC, sarasa gothic sc, microsoft yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji, Varela Round;
    font-size: 17px;
}

#home {
    opacity: 0.76;
    margin: 0 auto;
    width: 65%;
    min-width: 1060px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, pingfang sc, Noto Sans SC, sarasa gothic sc, microsoft yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji, Varela Round;
    font-size: 14px;
}

#mainContent {
    min-height: 200px;
    padding: 0px 0px 10px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-left: -22em;
    width: 110%;
}

.cnblogs-markdown .hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    background: #1E1E1E !important;
    color: #DCDCDC !important;
}

.cnblogs-markdown .hljs {
    font-family: "Fira Code"!important;
    font-size: 16px!important;
}

.cnblogs-markdown .hljs-keyword, .cnblogs-markdown .hljs-literal, .cnblogs-markdown .hljs-symbol, .cnblogs-markdown .hljs-name {
    color: #569CD6 !important;
}

.cnblogs-markdown .hljs-link {
    color: #569CD6 !important;
    text-decoration: underline;
}

.cnblogs-markdown .hljs-built_in, .cnblogs-markdown .hljs-type {
    color: #4EC9B0 !important;
}

.cnblogs-markdown .hljs-number, .cnblogs-markdown .hljs-class {
    color: #B8D7A3 !important;
}

.cnblogs-markdown .hljs-string, .cnblogs-markdown .hljs-meta-string {
    color: #D69D85 !important;
}

.cnblogs-markdown .hljs-regexp, .cnblogs-markdown .hljs-template-tag {
    color: #9A5334 !important;
}

.postBody {
    color: #000;
    line-height: 1.7;
    font-size: 16px;
}

.waifu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px)
}

.waifu:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.waifu.showMyhkPlayer {
    -webkit-transform: translate3d(365px,0,0);
    -moz-transform: translate3d(365px,0,0);
    -ms-transform: translate3d(365px,0,0);
    transform: translate3d(365px,0,0)
}

@media (max-width: 768px) {
    .waifu {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1;
        font-size: 0;
        transition: all .3s ease-in-out;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }

    .waifu:hover {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    @media (max-width: 768px) {
        .waifu {
            display: none;
        }
    }

    .waifu-tips {
        opacity: 0;
        width: 250px;
        height: 70px;
        margin: -20px 20px;
        padding: 5px 10px;
        border: 1px solid rgba(224, 186, 140, 0.62);
        border-radius: 12px;
        background-color: rgba(236, 217, 188, 0.5);
        box-shadow: 0 3px 15px 2px rgba(191, 158, 118, 0.2);
        font-size: 12px;
        text-overflow: ellipsis;
        overflow: hidden;
        position: absolute;
        animation-delay: 5s;
        animation-duration: 50s;
        animation-iteration-count: infinite;
        animation-name: shake;
        animation-timing-function: ease-in-out;
    }

    .waifu-tool {
        display: none;
        color: #aaa;
        top: 50px;
        right: 10px;
        font-size: 14px;
        position: absolute;
    }

    .waifu:hover .waifu-tool {
        display: block;
    }

    .waifu-tool span {
        display: block;
        cursor: pointer;
        color: #5b6c7d;
        line-height: 20px;
        transition: 0.2s;
    }

    .waifu-tool span:hover {
        color: #34495e;
    }

    .waifu #live2d {
        position: relative;
    }

    @keyframes shake {
        2% {
            transform: translate(0.5px, -1.5px) rotate(-0.5deg);
        }

        4% {
            transform: translate(0.5px, 1.5px) rotate(1.5deg);
        }

        6% {
            transform: translate(1.5px, 1.5px) rotate(1.5deg);
        }

        8% {
            transform: translate(2.5px, 1.5px) rotate(0.5deg);
        }

        10% {
            transform: translate(0.5px, 2.5px) rotate(0.5deg);
        }

        12% {
            transform: translate(1.5px, 1.5px) rotate(0.5deg);
        }

        14% {
            transform: translate(0.5px, 0.5px) rotate(0.5deg);
        }

        16% {
            transform: translate(-1.5px, -0.5px) rotate(1.5deg);
        }

        18% {
            transform: translate(0.5px, 0.5px) rotate(1.5deg);
        }

        20% {
            transform: translate(2.5px, 2.5px) rotate(1.5deg);
        }

        22% {
            transform: translate(0.5px, -1.5px) rotate(1.5deg);
        }

        24% {
            transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
        }

        26% {
            transform: translate(1.5px, 0.5px) rotate(1.5deg);
        }

        28% {
            transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
        }

        30% {
            transform: translate(1.5px, -0.5px) rotate(-0.5deg);
        }

        32% {
            transform: translate(2.5px, -1.5px) rotate(1.5deg);
        }

        34% {
            transform: translate(2.5px, 2.5px) rotate(-0.5deg);
        }

        36% {
            transform: translate(0.5px, -1.5px) rotate(0.5deg);
        }

        38% {
            transform: translate(2.5px, -0.5px) rotate(-0.5deg);
        }

        40% {
            transform: translate(-0.5px, 2.5px) rotate(0.5deg);
        }

        42% {
            transform: translate(-1.5px, 2.5px) rotate(0.5deg);
        }

        44% {
            transform: translate(-1.5px, 1.5px) rotate(0.5deg);
        }

        46% {
            transform: translate(1.5px, -0.5px) rotate(-0.5deg);
        }

        48% {
            transform: translate(2.5px, -0.5px) rotate(0.5deg);
        }

        50% {
            transform: translate(-1.5px, 1.5px) rotate(0.5deg);
        }

        52% {
            transform: translate(-0.5px, 1.5px) rotate(0.5deg);
        }

        54% {
            transform: translate(-1.5px, 1.5px) rotate(0.5deg);
        }

        56% {
            transform: translate(0.5px, 2.5px) rotate(1.5deg);
        }

        58% {
            transform: translate(2.5px, 2.5px) rotate(0.5deg);
        }

        60% {
            transform: translate(2.5px, -1.5px) rotate(1.5deg);
        }

        62% {
            transform: translate(-1.5px, 0.5px) rotate(1.5deg);
        }

        64% {
            transform: translate(-1.5px, 1.5px) rotate(1.5deg);
        }

        66% {
            transform: translate(0.5px, 2.5px) rotate(1.5deg);
        }

        68% {
            transform: translate(2.5px, -1.5px) rotate(1.5deg);
        }

        70% {
            transform: translate(2.5px, 2.5px) rotate(0.5deg);
        }

        72% {
            transform: translate(-0.5px, -1.5px) rotate(1.5deg);
        }

        74% {
            transform: translate(-1.5px, 2.5px) rotate(1.5deg);
        }

        76% {
            transform: translate(-1.5px, 2.5px) rotate(1.5deg);
        }

        78% {
            transform: translate(-1.5px, 2.5px) rotate(0.5deg);
        }

        80% {
            transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
        }

        82% {
            transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
        }

        84% {
            transform: translate(-0.5px, 0.5px) rotate(1.5deg);
        }

        86% {
            transform: translate(2.5px, 1.5px) rotate(0.5deg);
        }

        88% {
            transform: translate(-1.5px, 0.5px) rotate(1.5deg);
        }

        90% {
            transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
        }

        92% {
            transform: translate(-1.5px, -1.5px) rotate(1.5deg);
        }

        94% {
            transform: translate(0.5px, 0.5px) rotate(-0.5deg);
        }

        96% {
            transform: translate(2.5px, -0.5px) rotate(-0.5deg);
        }

        98% {
            transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
        }

        0%, 100% {
            transform: translate(0, 0) rotate(0);
        }
    }






/* 定制公告栏文字信息 */
.wenzi{
    text-align: center;
    font-size:15px;
    color:green;
}


/* 定制推荐和反对按键 */
#div_digg{
  position:fixed;
  bottom:-10px;
  width:120px;
  right:20px;
  box-shadow: 0 0 6px #0000FF;
  border:2px solid #FF0000;
  padding:4px;
  background-color:bule;
  border-radius:4px 4px 4px 4px !important;
}
.icon_favorite {
    background: transparent url('https://images.cnblogs.com/cnblogs_com/shwee/1218109/o_kj.gif') no-repeat 0 0;
    padding-left: 15px;
}

#blog_post_info_block a {
    text-decoration: none;
    color: bule;
    padding: 3px;
}

/*去广告*/
#under_post_kb,
#under_post_news{
   display:none;
}
#site_nav_under {
    display: none;
}
.c_ad_block, .ad_text_commentbox {
    display: none;
    margin: 0;
    padding: 0;
}
#ad_under_google {
    height: 0;
    overflow: hidden;
}
#ad_under_google a {
    display: none;
}

/* 隐藏反对按钮 */
.buryit {

display:none;

}
