* {
            margin: 0;
            padding: 0;
            font-family: Roboto Mono,Monaco,courier,monospace;
        }
        
        a {
            text-decoration: none;
        }
        
        #main,
        #header,
        #footer,
        .c_ad_block,
        #site_nav_under,
        #ad_t2,
        #sidebar_postarchive {
            display: none;
        }
        
        #header {
            height: 45px;
        }
        
        .top-bar-menus {
            position: fixed;
            top: 0;
            left: 0;
            text-align: center;
            display: block;
            width: 100%;
            color: #000;
            overflow: hidden;
            height: 45px;
            line-height: 45px;
            background: #E2F2D9;
            margin-bottom: 0;
            z-index: 1020;
        }
        
        .top-bar-section {
            height: 100%;
        }
        
        .main-nav {
            display: inline-block;
        }
        
        .top-bar-section span {
            line-height: 45px;
            float: left;
            font-size: 8px;
            font-style: italic;
        }
        
        .main-nav ul {
            width: auto;
            height: auto !important;
            margin: 0;
        }
        
        .main-nav li {
            float: left;
            list-style: none;
            margin-right: 15px;
        }
        
        .main-nav li a {
            display: block;
            padding-right: 7px;
            padding-left: 7px;
            line-height: 45px;
            font-size: .8125rem;
            position: relative;
            width: 100%;
            color: #00c1ff;
            font-weight: normal;
            border-bottom: 0 solid #fff;
        }
        
        .main-nav li>a::before {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 50%;
            overflow: hidden;
            width: 0;
            border-top: 2px solid;
            border-bottom: 2px solid;
            padding: 0 0;
            content: attr(data-hover);
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }
        
        .main-nav li>a:hover::before,
        .main-nav li>a:focus::before {
            width: 100%;
            left: 0;
            border-top: 2px solid;
            border-bottom: 2px solid
        }
        
        #main {
            width: 1004px;
            margin: 10px auto;
            margin-top: 100px;
            height: auto;
        }
        
        #main .day {
            position: relative;
            float: left;
            width: 480px;
            height: 360px;
            margin: 10px;
            overflow: hidden;
            color: #fff;
            cursor: pointer;
        }
        
        #output {
            width: 100%;
            height: 100%;
        }
        
        #main .day .desc_img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform .35s;
            transition: transform .35s;
            z-index: 400;
        }
        
        #main .day:before {
            position: absolute;
            overflow: hidden;
            content: '';
            z-index: 410;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background: rgba(0, 0, 0, .25);
        }
        
        #main .day:hover #backcolor {
            position: absolute;
            overflow: hidden;
            z-index: 410;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            background: rgba(0, 0, 0, .05);
        }
        
        #main .day:after {
            position: absolute;
            left: 50PX;
            right: 50px;
            top: 30px;
            bottom: 30px;
            overflow: hidden;
            content: '';
            z-index: 410;
        }
        
        #main .day:hover:before {
            background: rgba(0, 0, 0, 0);
            top: 50px;
            right: 30px;
            bottom: 50px;
            left: 30px;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }
        
        #main .day:hover:after {
            border-left: 2px solid #fff;
            border-right: 2px solid #fff;
        }
        
        #main .day:hover img {
            -webkit-transform: scale(1.15, 1.15);
            -ms-transform: scale(1.15, 1.15);
            transform: scale(1.15, 1.15);
        }
        
        #main .day .postTitle {
            position: absolute;
            top: 160px;
            left: 100px;
            z-index: 420;
            transition: top .5s;
        }
        
        #main .day:hover .postTitle {
            top: 100px;
        }
        
        #main .day .postTitle a,
        #main .day .dayTitle a,
        #main .day .postDesc {
            color: #fff;
        }
        
        #main .day .postDesc {
            position: absolute;
            bottom: -30px;
            right: 80px;
            z-index: 420;
            transition: bottom .5s;
        }
        
        #main .day:hover .postDesc {
            bottom: 80px;
        }
        
        #main .day .postDesc span {
            margin-left: 5px;
        }
        
        #main .dayTitle {
            position: absolute;
            bottom: -30px;
            right: 80px;
            z-index: 420;
            transition: bottom .5s;
        }
        
        #main .day:hover .dayTitle {
            bottom: 110px;
        }
        /*加载效果*/
        
        .modal {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #000;
            filter: alpha(opacity=50);
            opacity: .5;
        }
        
        .spinner {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -60px 0 0 -30px;
            text-align: center;
        }
        
        .double-bounce1,
        .double-bounce2 {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #67CF22;
            opacity: 0.6;
            position: absolute;
            top: 0;
            left: 0;
            -webkit-animation: bounce 2.0s infinite ease-in-out;
            animation: bounce 2.0s infinite ease-in-out;
        }
        
        .double-bounce2 {
            -webkit-animation-delay: -1.0s;
            animation-delay: -1.0s;
        }
        
        @-webkit-keyframes bounce {
            0%, 100% {
                -webkit-transform: scale(0.0);
            }
            50% {
                -webkit-transform: scale(1.0);
            }
        }
        
        @keyframes bounce {
            0%, 100% {
                transform: scale(0.0);
                -webkit-transform: scale(0.0);
            }
            50% {
                transform: scale(1.0);
                -webkit-transform: scale(1.0);
            }
        }
        /* Make clicks pass-through */
        
        #nprogress {
            pointer-events: none;
        }
        
        #nprogress .bar {
            background: #29d;
            position: fixed;
            z-index: 100;
            top: 0;
            left: 0;
            width: 100%;
            height: 2px;
        }
        /* Fancy blur effect */
        
        #nprogress .peg {
            display: block;
            position: absolute;
            right: 0px;
            width: 100px;
            height: 100%;
            box-shadow: 0 0 10px #29d, 0 0 5px #29d;
            opacity: 1.0;
            -webkit-transform: rotate(3deg) translate(0px, -4px);
            -ms-transform: rotate(3deg) translate(0px, -4px);
            transform: rotate(3deg) translate(0px, -4px);
        }
        /* Remove these to get rid of the spinner */
        
        #nprogress .spinner {
            display: block;
            position: fixed;
            z-index: 100;
            top: 15px;
            right: 15px;
        }
        
        #nprogress .spinner-icon {
            width: 18px;
            height: 18px;
            box-sizing: border-box;
            border: solid 2px transparent;
            border-top-color: #29d;
            border-left-color: #29d;
            border-radius: 50%;
            -webkit-animation: nprogress-spinner 400ms linear infinite;
            animation: nprogress-spinner 400ms linear infinite;
        }
        
        @-webkit-keyframes nprogress-spinner {
            0% {
                -webkit-transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
            }
        }
        
        @keyframes nprogress-spinner {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        
        html,
        body,
        iframe {
            margin: 0;
            padding: 0;
        }
        
        #nprogress {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: #f7f7f7;
            z-index: 999;
        }
        
        .spinner-icon {
            display: none!important;
        }
        
        .progress {
            border: 1px solid;
            border-radius: 5px;
        }
        
        .splash {
            position: absolute;
            bottom: 40px;
            left: 0;
            right: 0;
            margin: auto;
        }
        
        .splash img {
            display: block;
            margin-left: auto;
            margin-right: auto;
            height: 100px;
            width: 100px;
        }
        
        .card {
            background-color: #f7f7f7;
            margin: 0 auto 25px;
            width: 60%;
        }
        
        .mybar {
            background: #29d;
            margin: 1px;
            height: 8px;
            border-radius: 5px;
        }
        
        .progress {
            height: 10px;
            overflow: hidden;
        }
        /*文章详细内容*/
        
        #divSelfPage {
            position: absolute;
            width: 100%;
            height: auto;
            background: #fff;
            overflow-x: hidden;
            overflow-y: auto;
            z-index: 2050;
            display: none;
            top: 0;
            left: 0;
        }
        
        #divClose {
            position: absolute;
            top: -80px;
            right: -80px;
            width: 160px;
            height: 160px;
            cursor: pointer;
            background: #000;
            border-radius: 50%;
            opacity: .4;
            z-index: 2050;
        }
        
        #divClose:after,
        #divClose:before {
            position: absolute;
            bottom: 49px;
            left: 33px;
            width: 40px;
            height: 2px;
            content: "";
            background: #fff;
            opacity: .6;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        #divClose:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        /*内容页面*/
        
        #post_detail,
        #comment_form,
        #blog-comments-placeholder {
            width: 70%;
            padding-top: 64px;
            margin: 0 auto;
        }
        /*评论样式*/
        
        .feedbackItem {
            font-size: 14px;
            line-height: 24px;
            margin: 10px 0;
            padding: 20px;
            background: #F2F2F2;
            box-shadow: 0 0 5px #aaa;
        }
        
        .feedbackItem a {
            margin-right: 5px;
        }
        
        .comment_vote {
            text-align: right;
        }
        
        .feedbackNoItems {
            border-top: 5px solid #aaa;
        }
        
        .feedback_area_title {
            color: #777777;
            font-size: 30px;
        }
        
        .userImg {
            width: 48px;
            height: 48px;
            float: left;
            margin: 4px;
            border: 4px solid #FFF;
            box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 4px 0px;
            border-radius: 4px;
        }
        
        .blog_comment_body {
            word-wrap: break-word;
            min-height: 50px;
            padding: 5px 110px 0px 10px;
        }
        
        #divTagCloud {
            position: relative;
            width: 400px;
            height: 450px;
            margin: 20px auto 0;
            border: 1px solid red;
            background: #fff;
        }
        
        #divTagCloud a {
            position: absolute;
            top: 0px;
            left: 0px;
            font-family: Microsoft YaHei;
            color: red;
            font-weight: bold;
            text-decoration: none;
            padding: 3px 6px;
        }
        
        #divTagCloud a:hover {
            border: 1px solid #eee;
            background: #000;
        }
        .c_b_p_desc_readmore{
            display:none !important;
        }
        
        .cn-wrapper {
            height: 416px;
            width: 416px;
            border-radius: 50%;
            overflow: hidden;
            position: fixed;
            left: 50%;
            margin-left: -200px;
            bottom: -212px;
            transform: scale(0);
            transition: all .2s ease;
            z-index: 9999;
        }
        
        .cn-wrapper:after {
            content: "";
            display: block;
            height: 8px;
            width: 8px;
            background-color: maroon;
            position: relative;
            top: 50%;
            left: 50%;
            margin-top: -8px;
            margin-left: -4px;
            border-radius: 50%;
            z-index: 11;
        }
        
        .cn-wrapper ul {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
            list-style: none;
            position: relative;
        }
        
        .cn-wrapper ul li {
            position: absolute;
            width: 238px;
            height: 240px;
            overflow: hidden;
            color: #aaa;
            border: 1px solid transparent;
            top: 50%;
            left: 50%;
            margin-left: -240px;
            margin-top: -37px;
            transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
        }
        
        .cn-wrapper li:first-child {
            transform: rotate(-10deg) skew(50deg);
        }
        
        .cn-wrapper li:nth-child(2) {
            transform: rotate(30deg) skew(50deg);
        }
        
        .cn-wrapper li:nth-child(3) {
            transform: rotate(70deg) skew(50deg);
        }
        
        .cn-wrapper li:nth-child(4) {
            transform: rotate(110deg) skew(50deg);
        }
        
        .cn-wrapper li:nth-child(5) {
            transform: rotate(150deg) skew(50deg);
        }
        
        .cn-wrapper ul li a {
            display: block;
            height: 370px;
            width: 360px;
            position: absolute;
            bottom: -220px;
            right: -210px;
            text-decoration: none;
            color: white;
            background-color: #22B5B5;
            transform: skew(-50deg) rotate(-70deg) scale(1);
            border-radius: 50%;
            text-align: center;
            padding-top: 2em;
            cursor: pointer
        }
        
        .cn-wrapper ul li .fontspan {
            position: relative;
            top: -10px;
            display: block;
            font-size: 16px;
        }
        
        .cn-wrapper ul li a:hover {
            color: #212323;
            background-color: #03ACCC;
        }
        
        .cn-button {
            position: fixed;
            left: 50%;
            margin-left: -30px;
            bottom: -35px;
            z-index: 10000;
            height: 80px;
            width: 80px;
            border: none;
            border-radius: 50%;
            border: none;
            cursor: pointer
        }
        
        a,
        button {
            outline: none;
        }
.desc_img {
    float: right;
    max-height: 100%;
}
/*滚动条*/

::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem;
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

::-webkit-scrollbar-corner {
    background-color: #535353
}

::-webkit-scrollbar-resizer {
    background-color: #FF6E00
}