body {
  background-color: #fff;
  color: #000;
  font-family: "Avenir", "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB",
    STHeiti !important;
  padding: 0;
  border: 0;
  margin: 0;
  width: 100%; }

  a {
    color: #000;
    text-decoration: none; }
    a:hover {
      color: #00a2ff; }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin: 2rem 0; }

  h1 {
    font-size: 2.1rem;
    line-height: 1.2em;
    letter-spacing: -2px;
    text-indent: -3px; }

    h2 {
      font-size: 1.9rem;
      line-height: 1.2em;
      letter-spacing: -1px;
      text-indent: -2px; }

      h3 {
        font-size: 1.75rem; }

        h4 {
          font-size: 1.3rem; }

          h5 {
            font-size: 1.3rem; }

            h6 {
              font-size: 1.3rem; }

              hr {
                display: block;
                height: 1px;
                border: 0;
                border-top: 1px solid #efefef;
                margin: 3.2em 0;
                padding: 0; }

                code, tt {
                  padding: 1px 3px;
                  font-family: Inconsolata, monospace, sans-serif;
                  font-size: 0.85em;
                  white-space: pre-wrap;
                  border: 1px solid #E3EDF3;
                  background: #f7f7f9;
                  color: #d14;
                  border-radius: 2px; }

                  pre {
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                    margin: 1.6em 0;
                    border: 1px solid #E3EDF3;
                    width: 100%;
                    padding: 10px;
                    font-family: Inconsolata, monospace, sans-serif;
                    font-size: 0.9em;
                    white-space: pre;
                    overflow: auto;
                    background: #F7FAFB;
                    border-radius: 3px; }

                    pre code, tt {
                      font-size: inherit;
                      white-space: -moz-pre-wrap;
                      white-space: pre-wrap;
                      background: transparent;
                      border: none;
                      color: #333;
                      padding: 0; }

                      kbd {
                        display: inline-block;
                        margin-bottom: 0.4em;
                        padding: 1px 8px;
                        border: #ccc 1px solid;
                        color: #666;
                        text-shadow: #fff 0 1px 0;
                        font-size: 0.9em;
                        font-weight: bold;
                        background: #f4f4f4;
                        border-radius: 4px;
                        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 white inset; }

                        table {
                          -moz-box-sizing: border-box;
                          box-sizing: border-box;
                          margin: 1em 0;
                          width: 100%;
                          max-width: 100%;
                          border-width: 1px;
                          border-style: solid;
                          background-color: transparent; }

                          table, table tr, table tr td, table tr th {
                            border-color: #e5e5e5; }

                            table th {
                              color: #666666;
                              background-color: #fdfdfd; }

                              tr th {
                                border-bottom-width: 1px;
                                border-bottom-style: solid;
                                text-align: left; }

                                tr th, tr td {
                                  padding: 5px 20px;
                                  border-right: 1px solid;
                                  font-size: 1rem; }

                                  tr th:last-child, tr td:last-child {
                                    border-right: 0px; }

                                    table th {
                                      font-weight: bold; }

                                      table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
                                        background-color: #f9f9f9; }

                                        #sidebar {
                                          width: 260px;
                                          position: fixed;
                                          top: 0;
                                          left: 0;
                                          bottom: 0;
                                          right: auto;
                                          min-height: 690px; }
                                          #sidebar #avatar {
                                            margin: 30px auto 0 auto;
                                            width: 120px;
                                            height: 120px;
                                            border-radius: 50%;
                                            border: 5px solid #f8f8f8; }
                                            #sidebar #avatar .border {
                                              border-radius: 50%;
                                              width: 100px;
                                              height: 100px;
                                              border: 3px solid #d3e7f4;
                                              margin-top: 7px;
                                              margin-left: 7px; }
                                              #sidebar #avatar .border .img_container {
                                                border-radius: 50%;
                                                width: 96px;
                                                height: 96px;
                                                border: 2px solid #f0f0f0;
                                                margin-left: 0px;
                                                margin-top: 0px; }
                                                #sidebar #avatar .border .img_container img {
                                                  width: 100%;
                                                  height: 100%;
                                                  border-radius: 50%;
                                                  overflow: hidden; }
                                            #sidebar #avatar a:hover .border {
                                              border-color: #58acf4; }
                                          #sidebar .title {
                                            text-align: center; }
                                            #sidebar .title a {
                                              font-weight: 900;
                                              font-size: 34px;
                                              line-height: 1.2;
                                              border: none;
                                              display: block;
                                              margin: 30px 20px 50px 20px; }
                                          #sidebar ul {
                                            list-style: none; }
                                            #sidebar ul li {
                                              margin-top: 15px;
                                              height: 32px; }
                                              #sidebar ul li a {
                                                font-size: 14px;
                                                border-radius: 30px;
                                                background-color: #fff;
                                                z-index: 999;
                                                padding: 7px 20px;
                                                border: 4px solid #f8f8f8; }
                                                #sidebar ul li a:hover, #sidebar ul li a.selected {
                                                  border-color: #00a2ff; }

#banner {
  padding: 40px 0 40px 50px;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px; }
  #banner .sub_info {
    padding-left: 1em;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 0.9em;
    font-family: arial, sans-serif; }
    #banner .visit_info {
      display: inline;
      padding: 3px 5px;
      font-size: 14px;
      color: white;
      background: #00a2ff;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      text-align: center; }
      #banner h1 {
        display: inline;
        font-size: 2.2em; }
        #banner a {
          color: #00a2ff;
          font-weight: bold;
          font-size: 16px; }
          #banner a:hover {
            text-decoration: underline; }

.post {
  border-top: 1px solid #e0e0e0;
  min-height: 135px;
  padding: 40px 60px 40px 50px; }
  .post h2.title {
    font-size: 26px; }
    .post .content {
      color: #333;
      line-height: 1.8em;
      margin-bottom: 80px; }
      .post .content a {
        line-height: 1em;
        display: inline-block;
        border-bottom: 1px #00B893;
        color: #00B893; }
        .post .content a:hover {
          border-bottom: 1.2px solid #00B893; }
      .post .content p {
        margin: 1.2em 0; }
        .post .content li p, .post .content blockquote p {
          margin: 0; }
          .post .content blockquote {
            display: inline-block;
            padding-left: 18px;
            padding-bottom: 0;
            font-size: 15px;
            line-height: 25px;
            margin-left: 0;
            margin-top: 0;
            margin-bottom: 0;
            border-left: 10px solid #00a2ff; }
            .post .content img {
              max-width: 100%;
              max-height: 100%;
              border: 1px solid #e0e0e0;
              padding: 5px; }

#main {
  margin-left: 260px;
  border-left: 1px solid #efefef;
  position: relative; }
  #main .posts .meta {
    display: none; }
    #main .posts article .content {
      margin-bottom: 30px; }
      #main .posts article h2.title {
        margin: 0.2em 0 1.3em 0; }
        #main .posts article img {
          max-width: 120px;
          max-height: 120px;
          border: 1px solid #e0e0e0;
          padding: 2px; }
  #main .pager {
    border-top: 1px solid #e0e0e0;
    padding: 60px 40px;
    position: relative; }
    #main .pager a {
      text-transform: uppercase;
      font-size: 14px;
      border-radius: 30px;
      background-color: #fff;
      z-index: 999;
      padding: 7px;
      padding-left: 20px;
      padding-right: 20px;
      border: 4px solid #f8f8f8; }
      #main .pager a:hover {
        border-color: #00a2ff; }
        #main .pager a.pre {
          position: absolute;
          left: 40px;
          top: 30px; }
          #main .pager a.next {
            position: absolute;
            right: 40px;
            top: 30px; }

#archive {
  font-size: 12px;
  list-style: none;
  list-style-type: square;
  list-style-position: inside;
  color: #00a2ff;
  margin-bottom: 80px; }
  #archive h2 {
    padding-left: 13px;
    font-size: 18px;
    margin: 0.35em 0 1.3em 0; }

.tagname {
  color: #00a2ff; }

  #footer {
    border-top: 1px solid #e0e0e0;
    font-size: 12px;
    padding: 40px;
    color: #8e8e8e; }
    #footer a {
      color: #00ccff; }
      #footer a:hover {
        color: #00a2ff; }

@media (max-width: 640px) {
  #sidebar {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    min-height: 50px;   }
    #sidebar .clear {
      clear: both;   }
      #sidebar ul {
        margin: 15px 0;
        padding: 0;
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 20px;
        text-align: center;   }
        #sidebar ul li {
          float: left;
          margin-left: 5px;
          margin-right: 5px;   }
          #sidebar ul li a {
            padding: 5px 10px;   }
    #sidebar #avatar {
      display: none;   }
      #sidebar .title {
        display: none;   }
  #main {
    clear: both;
    margin-left: 0;   }
    #main .post {
      padding: 15px;   }
  #banner {
    padding: 40px 15px;   }
}

.codehilite {
  background: #272822;
  color: #f8f8f2;
  font-size: 14px;
  font-family: Monaco, "Ubuntu Mono", "Droid Sans Mono", Consolas, serif;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

  .codehilite pre {
    background: #272822; }

    pre {
      font-family: Monaco, "Ubuntu Mono", "Droid Sans Mono", Consolas, serif;
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 1.6em;
      padding: 1.6em;
      overflow: auto;
      max-width: 100%;
      background-color: #f3f4dd;
      border-radius: 10px; }

      pre code {
        background: transparent;
        font-weight: normal;
        color: #50535a; }

        code, kbd, tt, var {
          font-size: 14px;
          font-family: Monaco, "Ubuntu Mono", "Droid Sans Mono", Consolas, serif; }

          code {
            display: inline;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            word-break: break-all;
            word-wrap: break-word; }

            .hll {
              background-color: #49483e; }

              .c {
                color: #75715e; }

                .err {
                  color: #960050;
                  background-color: #1e0010; }

                  .k {
                    color: #66d9ef; }

                    .l {
                      color: #ae81ff; }

                      .n {
                        color: #f8f8f2; }

                        .o {
                          color: #f92672; }

                          .p {
                            color: #f8f8f2; }

                            .cm {
                              color: #75715e; }

                              .cp {
                                color: #75715e; }

                                .c1 {
                                  color: #75715e; }

                                  .cs {
                                    color: #75715e; }

                                    .ge {
                                      font-style: italic; }

                                      .gs {
                                        font-weight: bold; }

                                        .kc {
                                          color: #66d9ef; }

                                          .kd {
                                            color: #66d9ef; }

                                            .kn {
                                              color: #f92672; }

                                              .kp {
                                                color: #66d9ef; }

                                                .kr {
                                                  color: #66d9ef; }

                                                  .kt {
                                                    color: #66d9ef; }

                                                    .ld {
                                                      color: #e6db74; }

                                                      .m {
                                                        color: #ae81ff; }

                                                        .s {
                                                          color: #e6db74; }

                                                          .na {
                                                            color: #a6e22e; }

                                                            .nb {
                                                              color: #f8f8f2; }

                                                              .nc {
                                                                color: #a6e22e; }

                                                                .no {
                                                                  color: #66d9ef; }

                                                                  .nd {
                                                                    color: #a6e22e; }

                                                                    .ni {
                                                                      color: #f8f8f2; }

                                                                      .ne {
                                                                        color: #a6e22e; }

                                                                        .nf {
                                                                          color: #a6e22e; }

                                                                          .nl {
                                                                            color: #f8f8f2; }

                                                                            .nn {
                                                                              color: #f8f8f2; }

                                                                              .nx {
                                                                                color: #a6e22e; }

                                                                                .py {
                                                                                  color: #f8f8f2; }

                                                                                  .nt {
                                                                                    color: #f92672; }

                                                                                    .nv {
                                                                                      color: #f8f8f2; }

                                                                                      .ow {
                                                                                        color: #f92672; }

                                                                                        .w {
                                                                                          color: #f8f8f2; }

                                                                                          .mf {
                                                                                            color: #ae81ff; }

                                                                                            .mh {
                                                                                              color: #ae81ff; }

                                                                                              .mi {
                                                                                                color: #ae81ff; }

                                                                                                .mo {
                                                                                                  color: #ae81ff; }

                                                                                                  .sb {
                                                                                                    color: #e6db74; }

                                                                                                    .sc {
                                                                                                      color: #e6db74; }

                                                                                                      .sd {
                                                                                                        color: #e6db74; }

                                                                                                        .s2 {
                                                                                                          color: #e6db74; }

                                                                                                          .se {
                                                                                                            color: #ae81ff; }

                                                                                                            .sh {
                                                                                                              color: #e6db74; }

                                                                                                              .si {
                                                                                                                color: #e6db74; }

                                                                                                                .sx {
                                                                                                                  color: #e6db74; }

                                                                                                                  .sr {
                                                                                                                    color: #e6db74; }

                                                                                                                    .s1 {
                                                                                                                      color: #e6db74; }

                                                                                                                      .ss {
                                                                                                                        color: #e6db74; }

                                                                                                                        .bp {
                                                                                                                          color: #f8f8f2; }

                                                                                                                          .vc {
                                                                                                                            color: #f8f8f2; }

                                                                                                                            .vg {
                                                                                                                              color: #f8f8f2; }

                                                                                                                              .vi {
                                                                                                                                color: #f8f8f2; }

                                                                                                                                .il {
                                                                                                                                  color: #ae81ff; }

                                                                                                                                  .post .info {
                                                                                                                                    color: #a6a6a6;
                                                                                                                                    line-height: 1.5;
                                                                                                                                    font-size: 0.75em;
                                                                                                                                    margin: 2em 0; }

                                                                                                                                    .post .info i {
                                                                                                                                      margin-right: 5px;
                                                                                                                                      position: relative;
                                                                                                                                      top: -1px;
                                                                                                                                      font-size: 1.1em; }

                                                                                                                                      .post .info span {
                                                                                                                                        font-family: droid-sans, stheiti, 'microsoft yahei', sans-serif; }

                                                                                                                                        .post .info .date {
                                                                                                                                          margin: 0 1.5em 0 0; }

                                                                                                                                          .post .info .visitors {
                                                                                                                                            margin: 0 1.5em 0 0; }

                                                                                                                                            .post .info .tags a {
                                                                                                                                              margin: 0 0.5em 0 0; }

                                                                                                                                              .post .info .tags i {
                                                                                                                                                font-size: 10px;
                                                                                                                                                margin-right: 5px; }

                                                                                                                                                .post .info .go_editor, .post .info .show_raw {
                                                                                                                                                  color: #a6a6a6;
                                                                                                                                                  margin-right: 10px; }

                                                                                                                                                  .post .info .go_editor:hover, .post .info .show_raw:hover {
                                                                                                                                                    color: #528ce8;
                                                                                                                                                    border-bottom: none; }

                                                                                                                                                    .post .info .go_editor .fa-edit, .post .info .show_raw .fa-edit {
                                                                                                                                                      top: 1px; }

                                                                                                                                                      .post .info .go_editor {
                                                                                                                                                        margin-right: 25px; }
