* {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

  html, body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

    html {
      line-height: 1;
      font-size: 100px; }

      body {
        font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Arial,
                "Source Han Sans SC", "Microsoft YaHei", "WenQuanYi MicroHei", sans-serif;
        line-height: 1.6;
        letter-spacing: 0.002rem;
        font-size: 0.16rem;
        color: rgba(0, 0, 0, 0.8);
        background: #f5f5f5; }
        body .post_body p, body .post_body blockquote, body .post_body .card,
        body .post_body .cardx ul, body .post_body ol, body .post_body li {
          font-family: 'Merriweather'; }
          body .post_body .toc ul, body .post_body .toc ol, body .post_body .toc li {
            font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Arial,
                        "Source Han Sans SC", "Microsoft YaHei", "WenQuanYi MicroHei", sans-serif; }
            body .post_body .toggleBtns {
              margin: 0 auto;
              text-align: center; }
              body .post_body .toggleBtns button {
                display: inline-block;
                text-align: center;
                width: 65px;
                height: 27px;
                background-color: transparent;
                border: 1px solid #ccc; }
                body .post_body .toggleBtns .leftBtn {
                  border-top-left-radius: 7px;
                  border-bottom-left-radius: 7px; }
                  body .post_body .toggleBtns .rightBtn {
                    border-left: none;
                    border-top-right-radius: 7px;
                    border-bottom-right-radius: 7px; }
                    body .post_body .toggleBtns .activeBtn {
                      color: white;
                      background-color: #2196F3;
                      border-color: #2196F3; }
        body .post_body .centeredBtn {
          margin: 20px auto;
          display: block;
          text-align: center;
          width: 130px;
          height: 27px;
          background-color: transparent;
          border: 1px solid #acacac;
          border-radius: 7px;
          color: #acacac; }

a {
  color: #2196F3;
  -webkit-transition: all 330ms;
  -moz-transition: all 330ms;
  -ms-transition: all 330ms;
  -o-transition: all 330ms;
  transition: all 330ms; }

  a:hover {
    color: #1976D2;
    -webkit-transition: all 330ms;
    -moz-transition: all 330ms;
    -ms-transition: all 330ms;
    -o-transition: all 330ms;
    transition: all 330ms; }

    input, textarea, button {
      font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", Helvetica, Arial,
            "Source Han Sans SC", "Microsoft YaHei", "WenQuanYi MicroHei", sans-serif; }

      ::selection {
        background: #2196F3;
        color: white; }

        ::-moz-selection {
          background: #2196F3;
          color: white; }

          @media only screen and (max-width: 767px) {
            #main {
              padding: 0.56rem 0 0;   }
}

@media only screen and (min-width: 1200px) {
  .main_wrap {
    max-width: 950px;
    margin: auto;
    position: relative;   }
    .post_wrap {
      max-width: 720px;
      margin: auto;
      position: relative;   }
      .page_wrap {
        max-width: 1200px;
        margin: auto;
        position: relative;   }
}

.header .menu .icon-icon_menu {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: white;
  cursor: pointer; }
  .header .menu .icon-icon_menu:before {
    font-size: 0.32rem; }
.header .search .icon-icon_search {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: white;
  cursor: pointer; }
  .header .search .icon-icon_search:before {
    font-size: 0.32rem; }
.header .title a {
  font-family: -apple-system, BlinkMacSystemFont, 'Pingfang SC', 'Hiragino Sans GB',
    'Microsoft Yahei', sans-serif;
  font-size: 0.24rem;
  font-weight: bold;
  color: white; }
  .header .title a:active {
    color: white; }
    .header .title a:visited {
      color: white; }
      .header .title a:hover {
        color: white; }
.header .down .icon-arrow2_down {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  color: white;
  cursor: pointer; }
  .header .down .icon-arrow2_down:before {
    font-size: 0.48rem; }

@media only screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 0.56rem;
    background: #333;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;   }
    .header .menu {
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 4;   }
      .header .menu .icon-icon_menu {
        background: #333;   }
    .header .menu_active .icon-icon_menu {
      background: #fff;
      color: rgba(0, 0, 0, 0.8);   }
    .header .search {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;   }
      .header .search input {
        display: block;
        width: 0.56rem;
        height: 46px;
        margin: 5px 5px 0;
        background: none;
        font-size: 0.16rem;
        text-indent: 0.08rem;
        color: white;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;   }
        .header .search:after {
          content: "";
          display: block;
          width: 0;
          height: 56px;
          background: #404040;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 3;
          -webkit-transition: width 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: width 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
    .header .title {
      width: 100%;
      height: 0.56rem;
      line-height: 0.56rem;
      text-align: center;
      opacity: 1;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95),
            opacity 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95);
      transition: transform 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95),
            opacity 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
      .header .menu_wrapper {
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
        text-align: center;
        position: absolute;
        left: 0;
        top: 0.56rem;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
        transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(0);
        transform: scale(0);   }
        .header .menu_wrapper .categories {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          padding: 0.12rem 0 0.18rem;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
          .header .menu_wrapper .categories li a {
            display: block;
            height: 100%;
            line-height: 1.5;
            font-size: 80%;
            padding: 0.13rem 0.03rem;
            color: rgba(0, 0, 0, 0.8);   }
            .header .menu_wrapper .categories li a span {
              display: block;
              padding: 0.08rem 0 0;   }
              .header .menu_wrapper .categories li a span:before {
                font-size: 0.48rem;   }
        .header .menu_wrapper .nav {
          display: -webkit-flex;
          display: flex;
          -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-justify-content: center;
          justify-content: center;
          clear: both;   }
          .header .menu_wrapper .nav li {
            -webkit-flex: 1 1 auto;
            flex: 1 1 auto;   }
            .header .menu_wrapper .nav li a {
              display: block;
              color: rgba(0, 0, 0, 0.54);
              font-size: 0.14rem;   }
    .header .menu_wrapper_show {
      -webkit-transform: scale(1);
      transform: scale(1);   }
      .header .intro, .header .follow, .header .down {
        display: none;   }
  .search_on .search {
    width: auto;
    left: 0.56rem;   }
    .search_on .search input {
      width: 98%;
      cursor: text;
      -webkit-animation: fadein 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;
      animation: fadein 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;   }
      .search_on .search:after {
        width: 100vw;   }
  .search_on .title {
    opacity: 0;
    -webkit-transform: translate(-0.15rem, 0);
    transform: translate(-0.15rem, 0);   }
}

@media only screen and (max-width: 479px) {
  .header .menu_wrapper .categories li {
    -webkit-flex: 0 1 33.3%;
    flex: 0 1 33.3%;   }
    .header .menu_wrapper .nav {
      -webkit-flex-flow: column;
      flex-flow: column;   }
      .header .menu_wrapper .nav a {
        height: 0.4rem;
        line-height: 0.4rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header .menu_wrapper .categories li {
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;   }
    .header .menu_wrapper .nav a {
      height: 0.64rem;
      line-height: 0.64rem;
      padding: 0 0.2rem;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header {
    background-image: url(https://w.wallhaven.cc/full/83/wallhaven-839zjk.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;   }
    .header .search {
      float: right;
      display: inline-block;   }
      .header .search input {
        display: block;
        width: 0.56rem;
        height: 0.24rem;
        line-height: 0.24rem;
        padding: 0.12rem 0;
        background: none;
        font-size: 0.16rem;
        text-indent: 0.12rem;
        opacity: 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;   }
        .header .search:after {
          content: "";
          display: block;
          width: 0;
          height: 0.24rem;
          padding: 0.12rem 0;
          background: none;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 4;
          -webkit-transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95), background 0.3s cubic-bezier(0.15,
                    0.95, 0.41, 0.95);
          transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95), background 0.3s cubic-bezier(0.15,
                    0.95, 0.41, 0.95);   }
    .header .title {
      padding: 0.72rem 0 0.15rem;
      text-align: center;   }
      .header .menu_wrapper {
        padding: 0 0 0.72rem;   }
        .header .menu_wrapper .categories {
          display: none;   }
          .header .menu_wrapper .nav {
            text-align: center;   }
            .header .menu_wrapper .nav li {
              display: inline-block;   }
              .header .menu_wrapper .nav li a {
                display: inline-block;
                padding: 0 0.12rem;
                color: white;
                font-size: 0.14rem;   }
    .header .menu, .header .intro, .header .follow, .header .down {
      display: none;   }
  .search_on .search input {
    width: 3.2rem;
    cursor: text;
    -webkit-animation: fadein 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;
    animation: fadein 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;   }
    .search_on .search:after {
      width: 3.2rem;
      background: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
}

@media only screen and (min-width: 1200px) {
  .header {
    background: #333;   }
    .header .menu {
      display: none;   }
      .header .search {
        float: right;
        height: 0.3rem;
        margin: 0.15rem 0.15rem 0;
        background: #fff;
        border-radius: 0.3rem;
        position: relative;   }
        .header .search .icon-icon_search {
          float: right;
          width: 0.32rem;
          height: 0.3rem;
          line-height: 0.3rem;
          color: rgba(0, 0, 0, 0.8);   }
          .header .search .icon-icon_search:before {
            font-size: 0.24rem;   }
        .header .search input {
          float: left;
          display: block;
          width: 0.6rem;
          height: 100%;
          text-indent: 0.15rem;
          color: rgba(0, 0, 0, 0.54);
          -webkit-transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
          .header .search input:focus {
            width: 1.92rem;
            color: rgba(0, 0, 0, 0.8);   }
    .header .title {
      float: left;
      height: 0.6rem;
      line-height: 0.6rem;   }
      .header .title a {
        display: block;
        padding: 0 0.24rem;   }
        .header .title a:hover {
          color: #fff;   }
    .header .menu_wrapper {
      float: right;   }
      .header .menu_wrapper .categories {
        display: none;   }
        .header .menu_wrapper .nav li {
          display: inline-block;
          height: 0.6rem;
          line-height: 0.6rem;   }
          .header .menu_wrapper .nav li a {
            display: inline-block;
            padding: 0 0.12rem;
            color: white;
            font-size: 0.14rem;
            position: relative;
            z-index: 5;   }
            .header .menu_wrapper .nav li a:after {
              content: "";
              display: block;
              width: 100%;
              height: 60%;
              background: #2196F3;
              border-radius: 0.03rem;
              box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
              position: absolute;
              left: 0;
              top: 20%;
              z-index: -1;
              -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
              transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
              -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
              -webkit-transform: scale(0, 1);
              transform: scale(0, 1);   }
              .header .menu_wrapper .nav li a:hover {
                color: #fff;   }
                .header .menu_wrapper .nav li a:hover:after {
                  -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);   }
    .header .intro {
      clear: both;
      display: none;
      width: 100%;
      padding: 0.5rem 0 0;
      background: url(/template/images/slogen.png) no-repeat center top;
      background-size: 405px 53px;
      text-align: center;
      color: white;
      position: absolute;
      left: 0;
      top: 35%;
      z-index: 5;   }
      .header .intro .text {
        display: none;   }
        .header .intro .qr .icon-icon_qr {
          display: inline-block;
          width: 0.8rem;
          height: 0.8rem;
          line-height: 0.8rem;
          color: white;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);   }
          .header .intro .qr .icon-icon_qr:before {
            font-size: 0.48rem;   }
            .header .intro .qr .icon-icon_qr:hover {
              -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1);   }
        .header .intro .qr .qr_code_wrap {
          width: 100%;
          position: absolute;
          left: 0;
          top: -0.48rem;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          -webkit-transform-origin: 50% 36%;
          transform-origin: 50% 36%;
          -webkit-transform: scale(0);
          transform: scale(0);   }
          .header .intro .qr .qr_code_wrap .qr_code {
            width: 1.92rem;
            margin: 0 auto;
            padding: 0 0 0.08rem;
            background: #fff;
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);   }
            .header .intro .qr .qr_code_wrap .qr_code .img {
              width: 1.92rem;
              height: 1.92rem;
              background: url(/template/images/qrcode.png) no-repeat center center;
              background-size: cover;   }
              .header .intro .qr .qr_code_wrap .qr_code p {
                line-height: 1.4;
                padding: 0 0 0.05rem;
                color: rgba(0, 0, 0, 0.8);
                font-size: 0.14rem;   }
      .header .intro .qr_show .qr_code_wrap {
        -webkit-transform: scale(1);
        transform: scale(1);   }
    .header .follow {
      display: none;
      width: 100%;
      text-align: center;
      position: absolute;
      left: 0;
      top: 55%;
      z-index: 4;   }
      .header .follow .social {
        display: inline-block;
        height: 0.24rem;
        padding: 0.05rem 0.08rem;
        border: 1px solid rgba(255, 255, 255, 0.54);
        border-radius: 0.03rem;   }
        .header .follow .social a {
          display: inline-block;
          background: url(/template/images/social.png) no-repeat;
          background-size: 120px 24px;
          width: 0.24rem;
          height: 0.24rem;
          overflow: hidden;
          margin: 0 0.05rem;
          text-indent: -100rem;
          -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0);   }
          .header .follow .social a:hover {
            -webkit-transform: translate(0, -0.02rem);
            transform: translate(0, -0.02rem);   }
        .header .follow .social .weibo {
          background-position: 0px 0;   }
          .header .follow .social .douban {
            background-position: -24px 0;   }
            .header .follow .social .pinterest {
              background-position: -48px 0;   }
              .header .follow .social .github {
                background-position: -72px 0;   }
                .header .follow .social .behance {
                  background-position: -96px 0;   }
    .header .down {
      display: none;   }
  .index_header .header {
    height: 100vh;
    background-image: url(https://w.wallhaven.cc/full/83/wallhaven-839zjk.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;   }
    .index_header .header .intro, .index_header .header .follow,
    .index_header .header .down {
      display: block;   }
      .index_header .header .intro {
        -webkit-animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;
        animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;   }
        .index_header .header .intro .qr {
          -webkit-animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.6s both;
          animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.6s both;   }
          .index_header .header .follow {
            -webkit-animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.8s both;
            animation: fadein_up 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.8s both;   }
            .index_header .header .down {
              width: 100%;
              text-align: center;
              position: absolute;
              left: 0;
              bottom: 5%;   }
              .index_header .header .down .icon-arrow2_down {
                color: rgba(255, 255, 255, 0.54);
                -webkit-animation: jump 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) both infinite;
                animation: jump 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95) both infinite;   }
                .index_header .header .down .icon-arrow2_down:hover {
                  color: white;   }
}

@media only screen and (max-width: 1199px) {
  .footer {
    display: block;   }
    .footer .logo {
      width: 20px;
      height: 23px;
      margin: 1em auto 1em;
      background: url(../images/logo.png) no-repeat center center;
      background-size: 20px 23px;   }
      .footer p {
        line-height: 1.3em;
        text-align: center;
        color: rgba(0, 0, 0, 0.54);
        font-size: 0.65em;
        padding-bottom: 12px;
        margin: 0 1px;   }
        .footer p a {
          color: #2196F3;   }
          .footer p i {
            padding: 0 0.3em;   }
    .footer .gotop {
      display: none;   }
}

@media only screen and (min-width: 1200px) {
  .footer {
    padding: 0 0 0.3rem 0;   }
    .footer .logo {
      width: 40px;
      height: 46px;
      margin: 0.15rem auto 0.15rem;
      background: url(/template/images/logo.png) no-repeat center center;
      background-size: 40px 46px;   }
      .footer p {
        line-height: 0.2rem;
        text-align: center;
        color: rgba(0, 0, 0, 0.54);
        font-size: 0.12rem;
        padding: 0.1rem 1.2rem 0;   }
        .footer p a {
          color: rgba(0, 0, 0, 0.54);   }
          .footer p a:hover {
            color: #2196F3;   }
        .footer p i {
          padding: 0 0.04rem;   }
    .footer .gotop {
      display: block;
      width: 0.4rem;
      height: 0.4rem;
      overflow: hidden;
      color: #fff;
      text-align: center;
      position: fixed;
      right: 0;
      bottom: 0;
      z-index: 9;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
      transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-animation: zoomin 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
      animation: zoomin 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
      .footer .gotop:before {
        font-size: 0.3rem;
        position: absolute;
        right: 0.03rem;
        bottom: 0.03rem;
        z-index: 2;   }
        .footer .gotop:after {
          content: "";
          width: 200%;
          height: 200%;
          background: #1976D2;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: -1;
          -webkit-transition: background 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: background 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
          .footer .gotop:hover {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);   }
            .footer .gotop:hover:after {
              background: #2196F3;   }
}

.post_body {
  line-height: 1.8; }
  .post_body img {
    max-width: 100%; }
    .post_body h1, .post_body h2, .post_body h3, .post_body h4, .post_body h5,
    .post_body h6 {
      line-height: 1.2;
      margin: 0.5rem 0 0.35rem;
      font-weight: bold; }
      .post_body h2 {
        padding: 0 0 0 0.15rem;
        border-left: 0.04rem solid #2196F3; }
        .post_body a {
          color: #2196F3;
          -webkit-transition: all 330ms;
          -moz-transition: all 330ms;
          -ms-transition: all 330ms;
          -o-transition: all 330ms;
          transition: all 330ms;
          text-decoration: underline; }
          .post_body a:hover {
            color: #1976D2;
            -webkit-transition: all 330ms;
            -moz-transition: all 330ms;
            -ms-transition: all 330ms;
            -o-transition: all 330ms;
            transition: all 330ms; }
            .post_body p, .post_body pre, .post_body iframe {
              display: block;
              line-height: 1.8;
              margin: 0.25rem 0; }
              .post_body .xiami-player {
                margin: 0 0 0.25rem; }
                .post_body code {
                  padding: 1px 3px;
                  font-family: Menlo, Monaco, "Courier New", Courier, monospace;
                  font-size: 0.85em;
                  white-space: pre-wrap;
                  background: rgba(0, 0, 0, 0.05);
                  border-radius: 2px; }
                  .post_body i, .post_body em {
                    font-style: italic; }
                    .post_body b, .post_body strong {
                      font-weight: bold; }
                      .post_body ul {
                        margin: 0 0 0.25rem 0;
                        padding: 0 0 0 0.3rem;
                        list-style: disc; }
                        .post_body ol {
                          margin: 0.25rem 0;
                          padding: 0 0 0 0.3rem;
                          list-style: decimal; }
                          .post_body blockquote {
                            padding: 0.15rem 0 0.15rem 0.15rem;
                            margin: 0.25rem 0;
                            background: #f5f5f5;
                            font-size: 0.14rem;
                            position: relative; }
                            .post_body blockquote p {
                              margin: 0; }
                              .post_body blockquote:after {
                                content: "“";
                                line-height: 1;
                                font-size: 1rem;
                                font-family: "Forum", sans-serif;
                                color: rgba(0, 0, 0, 0.12);
                                position: absolute;
                                left: -0.08rem;
                                top: -0.2rem; }
  .post_body hr {
    width: 100%;
    height: 1px;
    margin: 0.25rem 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .post_body table {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0.25rem 0;
      width: 100%;
      max-width: 100%;
      border-width: 1px;
      border-style: solid;
      background-color: transparent; }
      .post_body table, .post_body table tr, .post_body table tr td,
      .post_body table tr th {
        border-color: #e5e5e5; }
        .post_body table th {
          color: #666666;
          background-color: #fdfdfd; }
          .post_body tr th {
            border-bottom-width: 1px;
            border-bottom-style: solid;
            text-align: left; }
            .post_body tr th, .post_body tr td {
              padding: 5px 20px;
              border-right: 1px solid;
              font-size: 0.16rem; }
              .post_body tr th:last-child, .post_body tr td:last-child {
                border-right: 0px; }
                .post_body table th {
                  font-weight: bold; }
                  .post_body table tbody > tr:nth-child(odd) > td,
                  .post_body table tbody > tr:nth-child(odd) > th {
                    background-color: #f9f9f9; }
                    .post_body .gist {
                      margin: 0.25rem 0;
                      font-size: 12px; }
                      .post_body .gist table {
                        margin: 0;
                        width: auto; }
                        .post_body .gist table pre {
                          font-size: 12px; }
                          .post_body .gist table .line-numbers {
                            font-size: 12px; }

@media only screen and (max-width: 767px) {
  .post_body {
    font-size: 0.17rem;
    letter-spacing: 0.002rem;   }
    .post_body h1, .post_body h2, .post_body h3, .post_body h4, .post_body h5,
    .post_body h6 {
      letter-spacing: 0rem;   }
      .post_body h1 {
        font-size: 0.28rem;   }
        .post_body h2 {
          font-size: 0.24rem;   }
          .post_body h3 {
            font-size: 0.21rem;   }
            .post_body h4 {
              font-size: 0.18rem;   }
              .post_body h5 {
                font-size: 0.16rem;   }
                .post_body h6 {
                  font-size: 0.16rem;   }
                  .post_body blockquote {
                    background: #eee;   }
}

@media only screen and (min-width: 768px) {
  .post_body h1, .post_body h2, .post_body h3, .post_body h4, .post_body h5,
  .post_body h6 {
    letter-spacing: -0.003em;   }
    .post_body h1 {
      font-size: 0.35rem;   }
      .post_body h2 {
        font-size: 0.28rem;   }
        .post_body h3 {
          font-size: 0.24rem;   }
          .post_body h4 {
            font-size: 0.21rem;   }
            .post_body h5 {
              font-size: 0.18rem;   }
              .post_body h6 {
                font-size: 0.16rem;   }
}

.detail .post_body .toc {
  width: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  position: fixed;
  right: 0;
  z-index: 19;
  -webkit-transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
  transition: width 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95); }
  .detail .post_body .toc ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .detail .post_body .toc a {
      display: block;
      line-height: 1.3;
      padding: 0.08rem 0.2rem;
      font-size: 0.14rem;
      color: rgba(0, 0, 0, 0.54);
      border-bottom: none; }
      .detail .post_body .toc > ul {
        width: 2rem;
        height: 100%;
        overflow-y: auto;
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
        transition: transform 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0); }
        .detail .post_body .toc > ul > li {
          padding: 0.1rem 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
          .detail .post_body .toc > ul > li > a {
            font-size: 0.16rem;
            color: rgba(0, 0, 0, 0.8); }
  .detail .post_body .toc li li {
    padding-left: 0.15rem; }

.detail .post_body .toc_active {
  width: 2rem; }
  .detail .post_body .toc_active > ul {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

.post a.directory {
  display: none;
  background: #1976D2;
  border-radius: 0.5rem 0 0 0.5rem;
  color: #fff;
  opacity: 0.95;
  position: fixed;
  right: 0;
  z-index: 19;
  -webkit-transition: right 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95), background 0.3s cubic-bezier(0.15,
    0.95, 0.41, 0.95);
  transition: right 0.3s cubic-bezier(0.15, 0.95, 0.41, 0.95), background 0.3s cubic-bezier(0.15,
    0.95, 0.41, 0.95); }

  .post a.directory_active {
    background: #2196F3;
    right: 2rem; }

    @media only screen and (max-width: 767px) {
      .detail .post_body .toc {
        top: 0;
        bottom: 0;   }
        .detail .post_body .toc a:active {
          background-color: #f5f5f5;   }
      .post a.directory {
        width: 0.4rem;
        height: 0.24rem;
        line-height: 0.24rem;
        font-size: 0.12rem;
        text-indent: 0.1rem;
        top: 1.94rem;   }
}

@media only screen and (min-width: 768px) {
  .detail .post_body .toc {
    top: 8vh;   }
    .detail .post_body .toc > ul {
      min-height: 3.5rem;
      max-height: 84vh;   }
  .post a.directory {
    height: 0.32rem;
    line-height: 0.32rem;
    font-size: 0.14rem;
    text-indent: 0.12rem;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .detail .post_body .toc a:active {
    background-color: #f5f5f5;   }
  .post a.directory {
    width: 0.7rem;
    top: 3.4rem;   }
}

@media only screen and (min-width: 1200px) {
  .detail .post_body .toc a:hover {
    background-color: #f5f5f5;   }
  .post a.directory {
    width: 0.5rem;
    top: 1.8rem;   }
    .post a.directory:hover {
      background: #2196F3;   }
}

.pager {
  width: 100%; }
  .pager a {
    display: block;
    font-size: 0.32rem;
    text-align: center; }
    .pager .paging {
      display: block;
      color: rgba(0, 0, 0, 0.8); }
      .pager .paging:active {
        color: rgba(0, 0, 0, 0.8); }
        .pager .paging:visited {
          color: rgba(0, 0, 0, 0.8); }
          .pager .paging:hover {
            color: rgba(38, 38, 38, 0.8); }
  .pager .pre {
    float: left; }
    .pager .pre .arrow {
      float: left; }
      .pager .pre span {
        float: left; }
  .pager .next {
    float: right; }
    .pager .next .arrow {
      float: right; }
      .pager .next span {
        float: right; }
  .pager .gotop {
    width: 33%;
    margin: auto;
    color: rgba(0, 0, 0, 0.8); }
    .pager .gotop:active {
      color: rgba(0, 0, 0, 0.8); }
      .pager .gotop:visited {
        color: rgba(0, 0, 0, 0.8); }
        .pager .gotop:hover {
          color: rgba(38, 38, 38, 0.8); }

@media only screen and (max-width: 767px) {
  .pager a {
    height: 0.48rem;
    line-height: 0.48rem;   }
    .pager .paging {
      width: 33%;   }
      .pager .paging .arrow {
        width: 0.48rem;
        height: 0.48rem;
        line-height: 0.48rem;   }
        .pager .paging span {
          display: none;   }
  .list .pager {
    border-top: 1px solid rgba(0, 0, 0, 0.12);   }
    .detail .pager {
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
      .special .pager {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pager a {
    height: 0.56rem;
    line-height: 0.56rem;   }
    .pager .paging {
      width: 33%;   }
      .pager .paging .arrow {
        width: 0.56rem;
        height: 0.56rem;
        line-height: 0.56rem;   }
        .pager .paging span {
          display: none;   }
  .list .pager {
    background: #fff;
    border-radius: 0.03rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
    .detail .pager {
      background: #f9f9f9;
      border-top: 1px solid rgba(0, 0, 0, 0.12);   }
      .special .pager {
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
        #works .pager {
          display: none;   }
}

@media only screen and (min-width: 1200px) {
  .pager a {
    height: 0.64rem;
    line-height: 0.64rem;   }
    .pager .paging:hover {
      color: #2196F3;   }
      .pager .paging .arrow {
        width: 0.64rem;
        height: 0.64rem;
        line-height: 0.64rem;   }
        .pager .paging span {
          max-width: 1.44rem;
          height: 100%;
          overflow: hidden;
          font-size: 0.16rem;   }
  .pager .gotop {
    display: none;   }
  .list .pager {
    background: #fff;
    border-radius: 0.03rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
    .detail .pager {
      background: #f9f9f9;
      border-top: 1px solid rgba(0, 0, 0, 0.12);   }
      .special .pager {
        display: none;   }
}

@media only screen and (max-width: 767px) {
  .list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;   }
    .list .post {
      -webkit-flex: 1 1 2.4rem;
      flex: 1 1 2.4rem;
      position: relative;
      max-width: 100%;   }
      .list .post .content {
        height: 1.2rem;
        overflow: hidden;
        padding: 0.15rem;
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.12);   }
        .list .post .content .title {
          height: 0.275rem;
          overflow: hidden;
          margin: 0 0 0.06rem;
          font-size: 0.18rem;
          text-overflow: ellipsis;
          white-space: nowrap;   }
          .list .post .content .title a {
            font-weight: bold;   }
        .list .post .content .post_body {
          margin: 0 0 0.08rem;
          font-size: 0.14rem;   }
          .list .post .content .info {
            font-size: 0.12rem;   }
            .list .post .content .info .date .icon-icon_clock {
              display: none;   }
              .list .post .content .info .visitors, .list .post .content .info .tags {
                display: none;   }
    .list .text .content .title a {
      color: rgba(0, 0, 0, 0.8);   }
      .list .text .content .title a:active {
        color: rgba(0, 0, 0, 0.8);   }
        .list .text .content .title a:visited {
          color: rgba(0, 0, 0, 0.8);   }
          .list .text .content .title a:hover {
            color: rgba(38, 38, 38, 0.8);   }
    .list .text .content .post_body {
      height: 0.64rem;
      overflow: hidden;   }
      .list .text .content .post_body p {
        line-height: 1.5;
        margin: 0;   }
    .list .text .content .info {
      color: rgba(0, 0, 0, 0.54);   }
    .list .img {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;   }
      .list .img .content .title {
        -webkit-transform: translate(0, 0.72rem);
        transform: translate(0, 0.72rem);
        color: white;   }
        .list .img .content .title a {
          color: white;   }
          .list .img .content .title a:active {
            color: white;   }
            .list .img .content .title a:visited {
              color: white;   }
              .list .img .content .title a:hover {
                color: white;   }
      .list .img .content .post_body {
        display: none;   }
        .list .img .content .info {
          color: white;
          -webkit-transform: translate(0, 0.72rem);
          transform: translate(0, 0.72rem);   }
    .list .img:nth-child(3n+1) .content {
      background: rgba(15, 71, 126, 0.85);   }
      .list .img:nth-child(3n+2) .content {
        background: rgba(140, 76, 70, 0.85);   }
        .list .img:nth-child(3n+3) .content {
          background: rgba(19, 98, 102, 0.85);   }
}

@media only screen and (min-width: 768px) {
  .list {
    padding: 0.3rem 0;   }
    .list .post {
      margin: 0 0 0.3rem;
      background: #fff;
      border-radius: 0.03rem;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
      .list .post .content {
        padding: 0.4rem;   }
        .list .post .title {
          margin: 0 0 0.15rem;
          font-size: 0.3rem;   }
          .list .post .post_body img {
            max-width: 3.2rem;   }
      .list .post .info {
        font-size: 0.12rem;
        color: rgba(0, 0, 0, 0.54);   }
        .list .post .info .date {
          float: left;
          margin: 0 0.2rem 0 0;   }
          .list .post .info .date .icon-icon_clock {
            float: left;
            display: inline;
            margin: 0 0.05rem 0 0;
            font-size: 0.28rem;   }
            .list .post .info .date time {
              float: left;
              line-height: 0.28rem;   }
        .list .post .info .visitors {
          float: left;
          margin: 0 0.2rem 0 0;   }
          .list .post .info .visitors .icon-icon_book {
            float: left;
            display: inline;
            line-height: 1.08;
            margin: 0 0.05rem 0 0;
            font-size: 0.28rem;   }
            .list .post .info .visitors span {
              float: left;
              line-height: 0.28rem;   }
        .list .post .info .tags {
          line-height: 0.28rem;   }
          .list .post .info .tags a {
            margin: 0 0.06rem 0 0;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .list {
    margin: 0 0.3rem;   }
}

@media only screen and (max-width: 767px) {
  .detail {
    border-top: 1.5rem solid #333;   }
    .detail .title {
      width: 90%;
      line-height: 1.2;
      font-size: 0.24rem;
      text-align: center;
      color: white;
      position: absolute;
      left: 5%;
      top: 0.8rem;   }
      .detail .post_body {
        padding: 0 0 0.15rem;   }
        .detail .post_body p, .detail .post_body h1, .detail .post_body h2,
        .detail .post_body h3, .detail .post_body h4, .detail .post_body h5,
        .detail .post_body h6, .detail .post_body ul, .detail .post_body ol,
        .detail .post_body blockquote, .detail .post_body .gallery {
          margin-left: 0.2rem;
          margin-right: 0.2rem;   }
          .detail .post_body li > p {
            margin-left: 0;
            margin-right: 0;   }
            .detail .post_body .xiami-player {
              margin-left: 0.2rem;
              margin-right: 0.2rem;   }
              .detail .post_body img {
                max-width: 100%;   }
                .detail .post_body .xiami-player img {
                  width: auto;   }
                  .detail .post_body .card {
                    width: 88%;
                    max-width: 500px;
                    margin: 0.3rem auto;
                    background: #fff;
                    box-shadow: 0 5px 25px 0px rgba(46, 61, 73, 0.2);
                    border-radius: 10px;
                    padding: 0.3rem;
                    box-sizing: border-box;   }
                    .detail .post_body .cardx {
                      width: 88%;
                      max-width: 500px;
                      margin: 0.3rem auto;
                      background: #fff;
                      box-shadow: 0 5px 25px 0px rgba(46, 61, 73, 0.2);
                      border-radius: 10px;
                      box-sizing: border-box;
                      padding-bottom: 0.1rem;   }
                      .detail .post_body .cardx img {
                        width: 100%;
                        height: auto;
                        border-top-left-radius: 10px;
                        border-top-right-radius: 10px;   }
                        .detail .post_body .cardx h3, .detail .post_body .cardx h4,
                        .detail .post_body .cardx p {
                          margin: 0.1rem 0.3rem;   }
    .detail .info .date {
      width: 100%;
      text-align: center;
      font-size: 0.16rem;
      color: white;
      position: absolute;
      left: 0;
      top: 1.44rem;   }
      .detail .info .date .icon-icon_clock {
        display: none;   }
    .detail .info .visitors, .detail .info .tags {
      display: none;   }
}

@media only screen and (min-width: 768px) {
  .detail {
    background: #fff;
    border-radius: 0.03rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
    .detail .content {
      padding: 0.4rem;   }
      .detail .title {
        margin: 0 0 0.15rem;
        padding: 0 0 0.15rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        font-size: 0.3rem;
        font-weight: bold;   }
        .detail .post_body blockquote p {
          margin-left: 0.2rem;
          margin-right: 0.2rem;   }
          .detail .post_body .card {
            width: 88%;
            max-width: 500px;
            margin: 0.3rem auto;
            background: #fff;
            box-shadow: 0 5px 25px 0px rgba(46, 61, 73, 0.2);
            border-radius: 10px;
            padding: 0.3rem;
            box-sizing: border-box;   }
            .detail .post_body .cardx {
              width: 88%;
              max-width: 500px;
              margin: 0.3rem auto;
              background: #fff;
              box-shadow: 0 5px 25px 0px rgba(46, 61, 73, 0.2);
              border-radius: 10px;
              box-sizing: border-box;
              padding-bottom: 0.1rem;   }
              .detail .post_body .cardx img {
                width: 100%;
                height: auto;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;   }
                .detail .post_body .cardx h3, .detail .post_body .cardx h4,
                .detail .post_body .cardx p {
                  margin: 0.1rem 0.3rem;   }
    .detail .info {
      font-size: 0.12rem;
      color: rgba(0, 0, 0, 0.54);   }
      .detail .info .date {
        float: left;
        margin: 0 0.2rem 0 0;   }
        .detail .info .date .icon-icon_clock {
          float: left;
          display: inline;
          margin: 0 0.05rem 0 0;
          font-size: 0.28rem;   }
          .detail .info .date time {
            float: left;
            line-height: 0.28rem;   }
      .detail .info .visitors {
        float: left;
        margin: 0 0.2rem 0 0;   }
        .detail .info .visitors .icon-icon_book {
          float: left;
          display: inline;
          line-height: 1.08;
          margin: 0 0.05rem 0 0;
          font-size: 0.28rem;   }
          .detail .info .visitors span {
            float: left;
            line-height: 0.28rem;   }
      .detail .info .tags {
        line-height: 0.28rem;   }
        .detail .info .tags a {
          margin: 0 0.06rem 0 0;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .detail {
    margin: 0.3rem;   }
}

@media only screen and (min-width: 1200px) {
  .detail {
    margin: 0.3rem auto;   }
}

@media only screen and (max-width: 767px) {
  .doc_comments, #lv-container {
    padding: 0.15rem 0.15rem 0;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .doc_comments, #lv-container {
    margin: 0.5rem 0.3rem;   }
}

.list .archive h1 {
  padding: 0 0 0.08rem;
  text-align: center;
  font-size: 0.32rem; }
  .list .archive ul li time {
    float: left;
    display: block;
    width: 0.5rem;
    line-height: 0.28rem;
    font-size: 0.14rem;
    color: rgba(0, 0, 0, 0.54); }
    .list .archive ul li a {
      display: block;
      margin: 0 0 0 0.56rem;
      font-size: 0.18rem; }

@media only screen and (max-width: 767px) {
  .list .archive {
    width: 100%;
    position: relative;   }
    .list .archive .content {
      padding: 0.15rem;
      box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.12);   }
      .list .archive .content ul li {
        margin: 0 0 0.08rem;   }
}

@media only screen and (min-width: 768px) {
  .list {
    padding: 0.3rem 0;   }
    .list .archive {
      margin: 0 0 0.3rem;
      background: #fff;
      border-radius: 0.03rem;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
      .list .archive .content {
        padding: 0.4rem;   }
        .list .archive .content ul li {
          padding: 0.12rem 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
          .list .archive .content ul li:last-of-type {
            border: none;   }
}

#categories .cat_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  #categories .cat_list li {
    -webkit-flex: 1 1 3.2rem;
    flex: 1 1 3.2rem; }
    #categories .cat_list li .pic {
      display: block; }
      #categories .cat_list li .pic span {
        display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }

@media only screen and (max-width: 767px) {
  #categories .cat_list {
    padding: 0 0 0.5rem;   }
    #categories .cat_list li {
      padding: 0.5rem 0 0;
      text-align: center;   }
      #categories .cat_list li:last-of-type {
        padding: 0;   }
        #categories .cat_list li .pic {
          display: inline-block;
          width: 1.8rem;
          height: 1.8rem;
          overflow: hidden;
          border-radius: 50%;   }
          #categories .cat_list li h2 {
            margin: 0.12rem 0;   }
            #categories .cat_list li h2 a {
              font-size: 0.18rem;   }
      #categories .cat_list li p {
        padding: 0 0.4rem;
        font-size: 0.14rem;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #categories .cat_list {
    padding: 0 0.5rem 0.6rem;   }
    #categories .cat_list li {
      padding: 0.6rem 0 0;   }
      #categories .cat_list li:last-of-type {
        padding: 0;   }
        #categories .cat_list li .pic {
          display: block;
          height: 1.6rem;
          margin: 0 0.15rem;   }
          #categories .cat_list li .pic span {
            border-radius: 0.03rem;   }
      #categories .cat_list li h2 {
        margin: 0.15rem 0.15rem 0.08rem;   }
        #categories .cat_list li h2 a {
          font-size: 0.18rem;   }
      #categories .cat_list li p {
        margin: 0 0.15rem;
        font-size: 0.14rem;   }
}

@media only screen and (min-width: 1200px) {
  #categories .cat_list {
    padding: 0 0 0.45rem;   }
    #categories .cat_list li {
      padding: 0.45rem 0 0;   }
      #categories .cat_list li:last-of-type {
        padding: 0;   }
        #categories .cat_list li .pic {
          display: block;
          height: 1.6rem;
          overflow: hidden;
          margin: 0 0.15rem;   }
          #categories .cat_list li .pic span {
            border-radius: 0.03rem;
            opacity: 0;
            -webkit-transition: -webkit-transform 1s cubic-bezier(0.15, 0.95, 0.41, 0.95);
            transition: transform 1s cubic-bezier(0.15, 0.95, 0.41, 0.95);
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: scale(1);
            transform: scale(1);   }
            #categories .cat_list li .pic span:hover {
              -webkit-transform: scale(1.05);
              transform: scale(1.05);   }
      #categories .cat_list li:nth-child(1) .pic span {
        -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0s both;
        animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0s both;   }
        #categories .cat_list li:nth-child(2) .pic span {
          -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.05s both;
          animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.05s both;   }
          #categories .cat_list li:nth-child(3) .pic span {
            -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.1s both;
            animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.1s both;   }
            #categories .cat_list li:nth-child(4) .pic span {
              -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.15s both;
              animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.15s both;   }
              #categories .cat_list li:nth-child(5) .pic span {
                -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.2s both;
                animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.2s both;   }
                #categories .cat_list li:nth-child(6) .pic span {
                  -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.25s both;
                  animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.25s both;   }
                  #categories .cat_list li:nth-child(7) .pic span {
                    -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;
                    animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.3s both;   }
                    #categories .cat_list li:nth-child(8) .pic span {
                      -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.35s both;
                      animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.35s both;   }
                      #categories .cat_list li:nth-child(9) .pic span {
                        -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.4s both;
                        animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) 0.4s both;   }
                        #categories .cat_list li h2 {
                          margin: 0.25rem 0.15rem 0.08rem;   }
                          #categories .cat_list li h2 a {
                            font-size: 0.18rem;   }
      #categories .cat_list li p {
        margin: 0 0.15rem;
        font-size: 0.14rem;   }
}

#movie h3 a img {
  width: 94px;
  height: 150px;
  border-radius: 0.03rem;
  opacity: 0;
  -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both;
  animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both; }
  #movie .text a {
    line-height: 1.3; }
    #movie .text .content p {
      line-height: 1.3;
      margin: 0 0 0.1rem; }

@media only screen and (max-width: 1199px) {
  #movie li .item {
    padding: 1px 0;   }
    #movie li .item h3 {
      float: left;
      position: relative;   }
      #movie li .item .text {
        margin: 0 0 0 1.1rem;   }
        #movie li .item .text a {
          display: inline-block;
          margin: 0 0 0.12rem;   }
}

@media only screen and (max-width: 479px) {
  #movie li {
    padding: 0.4rem 0.15rem 0;   }
    #movie li:last-of-type {
      padding: 0.4rem 0.15rem;   }
      #movie li .item h3 a img {
        width: 62px;
        height: 100px;   }
        #movie li .item .text {
          margin: 0 0 0 0.8rem;   }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #movie li {
    padding: 0.4rem 0.25rem 0;   }
    #movie li:last-of-type {
      padding: 0.4rem 0.25rem;   }
      #movie li .item h3 a img {
        width: 94px;
        height: 150px;   }
        #movie li .item .text {
          margin: 0 0 0 1.1rem;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #movie li {
    margin: 0 0.8rem;
    padding: 0.64rem 0 0;   }
    #movie li:last-of-type {
      padding: 0.64rem 0;   }
      #movie li .item .text {
        font-size: 0.18rem;   }
}

@media only screen and (min-width: 1200px) {
  #movie {
    padding: 0.45rem 0 0;   }
    #movie li {
      float: left;
      display: block;
      width: 100px;
      height: 2.1rem;
      position: relative;   }
      #movie li .item {
        min-height: 190px;
        border-radius: 0.03rem;
        position: absolute;
        top: 0;   }
        #movie li .item h3 {
          width: 100px;
          line-height: 1.2;
          padding: 3px 0 0.12rem;
          -webkit-transition: opacity 1s cubic-bezier(0.15, 0.95, 0.41, 0.95);
          transition: opacity 1s cubic-bezier(0.15, 0.95, 0.41, 0.95);   }
          #movie li .item h3 img {
            padding: 3px;   }
        #movie li .item .text a {
          display: block;
          width: 94px;
          color: rgba(0, 0, 0, 0.8);
          font-size: 0.12rem;
          text-align: center;
          position: absolute;
          top: 160px;   }
          #movie li .item .text .content {
            display: none;
            width: 280px;
            padding: 10px;
            color: rgba(0, 0, 0, 0.8);
            font-size: 0.12rem;   }
      #movie li .hover {
        padding: 10px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
        top: -10px;
        z-index: 5;   }
        #movie li .hover .text a {
          top: 170px;   }
          #movie li .hover .text .content {
            display: block;   }
    #movie li:nth-child(12n+1) .item, #movie li:nth-child(12n+2) .item,
    #movie li:nth-child(12n+3) .item, #movie li:nth-child(12n+4) .item,
    #movie li:nth-child(12n+5) .item, #movie li:nth-child(12n+6) .item,
    #movie li:nth-child(12n+7) .item, #movie li:nth-child(12n+8) .item,
    #movie li:nth-child(12n+9) .item {
      left: 0;   }
      #movie li:nth-child(12n+1) .item h3, #movie li:nth-child(12n+2) .item h3,
      #movie li:nth-child(12n+3) .item h3, #movie li:nth-child(12n+4) .item h3,
      #movie li:nth-child(12n+5) .item h3, #movie li:nth-child(12n+6) .item h3,
      #movie li:nth-child(12n+7) .item h3, #movie li:nth-child(12n+8) .item h3,
      #movie li:nth-child(12n+9) .item h3 {
        float: left;   }
        #movie li:nth-child(12n+1) .item .text, #movie li:nth-child(12n+2) .item .text,
        #movie li:nth-child(12n+3) .item .text, #movie li:nth-child(12n+4) .item .text,
        #movie li:nth-child(12n+5) .item .text, #movie li:nth-child(12n+6) .item .text,
        #movie li:nth-child(12n+7) .item .text, #movie li:nth-child(12n+8) .item .text,
        #movie li:nth-child(12n+9) .item .text {
          margin: 0 0 0 100px;   }
          #movie li:nth-child(12n+1) .item .text a, #movie li:nth-child(12n+2) .item .text a,
          #movie li:nth-child(12n+3) .item .text a, #movie li:nth-child(12n+4) .item .text a,
          #movie li:nth-child(12n+5) .item .text a, #movie li:nth-child(12n+6) .item .text a,
          #movie li:nth-child(12n+7) .item .text a, #movie li:nth-child(12n+8) .item .text a,
          #movie li:nth-child(12n+9) .item .text a {
            left: 3px;   }
    #movie li:nth-child(12n+1) .hover, #movie li:nth-child(12n+2) .hover,
    #movie li:nth-child(12n+3) .hover, #movie li:nth-child(12n+4) .hover,
    #movie li:nth-child(12n+5) .hover, #movie li:nth-child(12n+6) .hover,
    #movie li:nth-child(12n+7) .hover, #movie li:nth-child(12n+8) .hover,
    #movie li:nth-child(12n+9) .hover {
      left: -10px;   }
      #movie li:nth-child(12n+1) .hover .text a,
      #movie li:nth-child(12n+2) .hover .text a,
      #movie li:nth-child(12n+3) .hover .text a,
      #movie li:nth-child(12n+4) .hover .text a,
      #movie li:nth-child(12n+5) .hover .text a,
      #movie li:nth-child(12n+6) .hover .text a,
      #movie li:nth-child(12n+7) .hover .text a,
      #movie li:nth-child(12n+8) .hover .text a,
      #movie li:nth-child(12n+9) .hover .text a {
        left: 13px;   }
    #movie li:nth-child(12n+10) .item, #movie li:nth-child(12n+11) .item,
    #movie li:nth-child(12n+12) .item {
      right: 0;   }
      #movie li:nth-child(12n+10) .item h3, #movie li:nth-child(12n+11) .item h3,
      #movie li:nth-child(12n+12) .item h3 {
        float: right;   }
        #movie li:nth-child(12n+10) .item .text, #movie li:nth-child(12n+11) .item .text,
        #movie li:nth-child(12n+12) .item .text {
          margin: 0 100px 0 0;   }
          #movie li:nth-child(12n+10) .item .text a,
          #movie li:nth-child(12n+11) .item .text a,
          #movie li:nth-child(12n+12) .item .text a {
            right: 3px;   }
    #movie li:nth-child(12n+10) .hover, #movie li:nth-child(12n+11) .hover,
    #movie li:nth-child(12n+12) .hover {
      right: -10px;   }
      #movie li:nth-child(12n+10) .hover .text a,
      #movie li:nth-child(12n+11) .hover .text a,
      #movie li:nth-child(12n+12) .hover .text a {
        right: 13px;   }
}

@media only screen and (max-width: 767px) {
  #works .play {
    display: none;   }
    #works .pic {
      padding: 0 0.1rem 0.3rem;
      text-align: center;   }
      #works .pic .title_content {
        padding: 0.5rem 0 0.25rem;
        margin: 0 0 0.15rem;
        color: #20a3aa;   }
        #works .pic .title_content h2 {
          font-size: 0.3rem;   }
      #works .pic img {
        display: block;
        margin: 0 auto 0.25rem;
        max-width: 100%;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
}

@media only screen and (min-width: 768px) {
  #works .play {
    padding: 1.5rem 0 1.2rem;
    background: #f5f5f5;
    box-shadow: inset 0 0 1.5rem rgba(0, 0, 0, 0.26);
    text-align: center;   }
    #works .play .start {
      display: block;
      width: 0.9rem;
      height: 0.9rem;
      margin: auto;
      border: 0.08rem solid #2196F3;
      border-radius: 50%;
      position: relative;   }
      #works .play .start:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        overflow: hidden;
        border-left: 0.2rem solid #2196F3;
        border-top: 0.15rem dashed transparent;
        border-bottom: 0.15rem dashed transparent;
        position: absolute;
        left: 0.38rem;
        top: 0.3rem;   }
    #works .play .slogen {
      margin: 0.3rem 0 0;
      font-size: 0.28rem;   }
      #works .play .area {
        font-size: 0.14rem;
        color: rgba(0, 0, 0, 0.54);   }
  #works .pic {
    width: 0px;
    height: 0px;
    overflow: hidden;   }
  .fancybox-slide .title_content {
    width: 650px;
    padding: 150px 0;
    text-align: center;   }
    .fancybox-slide .title_content h2 {
      padding: 0 0 15px;
      font-size: 28px;
      color: #20a3aa;   }
      .fancybox-slide .title_content p {
        font-size: 18px;
        color: #20a3aa;   }
}

@media only screen and (min-width: 1200px) {
  #works {
    padding: 0.45rem 0;
    opacity: 0;
    -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both;
    animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both;   }
    #works .play {
      border-radius: 0.08rem;   }
}

#about .intro {
  background: url(/template/images/bg_about.jpg) no-repeat center center;
  background-size: cover;
  -webkit-animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both;
  animation: fadein 1.2s cubic-bezier(0.15, 0.95, 0.41, 0.95) both; }
  #about .intro .avatar {
    margin: 0 auto;
    background: url(/template/images/avatar.png) no-repeat center center;
    background-size: cover;
    border-radius: 50%; }
    #about .intro p {
      padding: 0.25rem 0 0;
      text-align: center;
      color: white; }
#about h2.title {
  padding: 1rem 0 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  color: #20a3aa; }
  #about h2.title strong {
    display: block;
    line-height: 1;
    font-size: 0.8rem; }
#about .skills ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  #about .skills ul li .item {
    margin: auto; }
    #about .skills ul li .item .text p {
      text-align: center;
      color: #2196F3; }
      #about .skills ul li .item .text span {
        display: none; }
#about .remark .myself {
  text-align: center; }
  #about .remark .myself p {
    padding: 0.15rem 0; }
#about .remark .friends {
  padding: 0.3rem 0 0; }
  #about .remark .friends .column .item {
    padding: 0.3rem;
    background: #fff; }
    #about .remark .friends .column .item h4 {
      padding: 0 0 0.15rem; }
      #about .remark .friends .column .item h4 span {
        padding: 0 0.12rem 0 0;
        font-size: 0.25rem;
        color: #FF8A80; }
    #about .remark .friends .column .item .content p {
      padding: 0.05rem 0;
      text-indent: 0; }

@media only screen and (max-width: 767px) {
  #about .intro {
    padding: 0.5rem 0;   }
    #about .intro .avatar {
      width: 1rem;
      height: 1rem;   }
      #about .intro p {
        padding: 0.25rem;   }
  #about h2.title {
    padding: 0.5rem 0 0.15rem;   }
    #about .skills li {
      margin: 0 0 0.15rem;   }
      #about .skills li:last-of-type {
        margin: 0;   }
        #about .skills li .item {
          width: 80px;
          height: 80px;   }
          #about .skills li .item .pie_left_wrap, #about .skills li .item .pie_left {
            clip: rect(auto, 40px, auto, auto);   }
            #about .skills li .item .pie_right_wrap, #about .skills li .item .pie_right {
              clip: rect(auto, auto, auto, 40px);   }
              #about .skills li .item .text {
                display: table;
                width: 76px;
                height: 76px;
                left: 2px;
                top: 2px;   }
                #about .skills li .item .text p {
                  display: table-cell;
                  vertical-align: middle;
                  font-size: 0.13rem;   }
  #about .remark .myself p {
    padding: 0.25rem;   }
    #about .remark .friends .item {
      margin: 0 0 0.3rem;
      border-top: 1px solid rgba(0, 0, 0, 0.12);
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);   }
}

@media only screen and (max-width: 479px) {
  #about .skills {
    padding: 0 0.15rem;   }
    #about .skills li {
      -webkit-flex: 0 1 33.3%;
      flex: 0 1 33.3%;   }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #about .skills {
    padding: 0 0.3rem;   }
    #about .skills li {
      -webkit-flex: 0 1 20%;
      flex: 0 1 20%;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #about .intro {
    padding: 1.3rem 0 0.8rem;
    background: none;   }
    #about .intro .avatar {
      width: 1.6rem;
      height: 1.6rem;
      border: 1px solid rgba(0, 0, 0, 0.12);   }
      #about .intro p {
        color: rgba(0, 0, 0, 0.8);
        font-size: 0.18rem;
        padding: 0.25rem 1.5rem;   }
  #about .skills li {
    -webkit-flex: 0 1 20%;
    flex: 0 1 20%;   }
    #about .skills li .item {
      width: 116px;
      height: 116px;   }
      #about .skills li .item .pie_left_wrap, #about .skills li .item .pie_left {
        clip: rect(auto, 58px, auto, auto);   }
        #about .skills li .item .pie_right_wrap, #about .skills li .item .pie_right {
          clip: rect(auto, auto, auto, 58px);   }
          #about .skills li .item .text {
            display: table;
            width: 112px;
            height: 112px;
            left: 2px;
            top: 2px;   }
            #about .skills li .item .text p {
              display: table-cell;
              vertical-align: middle;
              font-size: 0.18rem;   }
  #about .remark .myself p {
    padding: 0.15rem 1.5rem;   }
    #about .remark .friends {
      padding: 0.3rem 0;   }
      #about .remark .friends .item {
        width: 70%;
        margin: 0 auto 0.3rem;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #about .skills {
    padding: 0 0.3rem;   }
    #about .skills ul {
      padding: 0.15rem 0 0;   }
      #about .skills ul li {
        margin: 0 0 0.25rem;   }
        #about .skills ul li:last-of-type {
          margin: 0;   }
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #about .skills {
    padding: 0 0.8rem;   }
    #about .skills ul {
      padding: 0.3rem 0 0;   }
      #about .skills ul li {
        margin: 0 0 0.5rem;   }
        #about .skills ul li:last-of-type {
          margin: 0;   }
}

@media only screen and (min-width: 1200px) {
  #about .intro {
    padding: 0.8rem 0;
    opacity: 0;   }
    #about .intro .avatar {
      width: 1.6rem;
      height: 1.6rem;   }
      #about .intro p {
        font-size: 0.18rem;
        padding: 0.5rem 3rem;   }
  #about .skills {
    max-width: 9.6rem;
    margin: auto;   }
    #about .skills ul {
      padding: 0.3rem 0 0;   }
      #about .skills ul li {
        -webkit-flex: 0 1 20%;
        flex: 0 1 20%;
        margin: 0 0 0.5rem;   }
        #about .skills ul li:last-of-type {
          margin: 0;   }
          #about .skills ul li .item {
            width: 130px;
            height: 130px;   }
            #about .skills ul li .item .pie_left_wrap, #about .skills ul li .item .pie_left {
              clip: rect(auto, 65px, auto, auto);   }
              #about .skills ul li .item .pie_right_wrap, #about .skills ul li .item .pie_right {
                clip: rect(auto, auto, auto, 65px);   }
                #about .skills ul li .item .text {
                  width: 126px;
                  height: 126px;
                  left: 2px;
                  top: 2px;
                  display: table;   }
                  #about .skills ul li .item .text p {
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 0.2rem;   }
  #about .remark .myself p {
    padding: 0.15rem 1.5rem;   }
  #about .remark .friends .column {
    float: left;
    width: 48.5%;   }
    #about .remark .friends .column:first-of-type {
      margin: 0 3% 0 0;   }
      #about .remark .friends .column .item {
        margin: 0 0 0.3rem;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);   }
        #about .remark .friends .column .item .content p {
          font-size: 0.14rem;   }
}

#tools {
  text-align: center; }
  #tools p.intro {
    max-width: 4.8rem;
    margin: auto; }
    #tools ul {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap; }
      #tools ul li a img {
        width: 100%;
        border-radius: 0.06rem;
        box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
        transition: all 0.3s ease; }
        #tools ul li a img:hover {
          box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
          transition: all 0.3s ease; }
          #tools ul li a iframe {
            width: 100%;
            border-radius: 0.06rem;
            box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
            transition: all 0.3s ease; }
            #tools ul li a iframe:hover {
              box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2);
              transition: all 0.3s ease; }
      #tools ul li h2 {
        padding: 0.15rem 0 0.08rem;
        font-size: 0.16rem; }
        #tools ul li p {
          font-size: 0.14rem;
          color: rgba(0, 0, 0, 0.54);
          text-align: left; }

@media only screen and (max-width: 767px) {
  #tools h1.title {
    padding: 0.2rem 0.08rem 0;
    font-size: 0.32rem;   }
    #tools p.intro {
      padding: 0 0.15rem 0.3rem;
      font-size: 0.15rem;   }
      #tools ul {
        padding: 0 0.15rem;   }
        #tools ul li {
          -webkit-flex: 1 1 2.1rem;
          flex: 1 1 2.1rem;
          padding: 0 3% 0.3rem;   }
          #tools ul li:last-of-type {
            padding-bottom: 0;   }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #tools ul i p {
    height: 1.5rem;   }
}

@media only screen and (min-width: 768px) {
  #tools h1.title {
    padding: 0.8rem 0 0;
    font-size: 0.4rem;   }
    #tools p.intro {
      padding: 0 0 0.6rem;
      font-size: 0.18rem;   }
      #tools ul li {
        -webkit-flex: 1 1 2.6rem;
        flex: 1 1 2.6rem;
        padding: 0 2% 0.3rem;   }
        #tools ul li:last-of-type {
          padding-bottom: 0;   }
          #tools ul li p {
            height: 2rem;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #tools ul {
    padding: 0 12%;   }
}

a {
  -webkit-transition: color 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95),
    background-color 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95);
  transition: color 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95),
    background-color 0.5s cubic-bezier(0.15, 0.95, 0.41, 0.95); }

  @-webkit-keyframes fadein {
    0% {
      opacity: 0;   }
      100% {
        opacity: 1;   }
}

@keyframes fadein {
  0% {
    opacity: 0;   }
    100% {
      opacity: 1;   }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0);   }
    100% {
      -webkit-transform: scale(1);   }
}

@keyframes zoomin {
  0% {
    transform: scale(0);   }
    100% {
      transform: scale(1);   }
}

@-webkit-keyframes fadein_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0.3rem);   }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);   }
}

@keyframes fadein_up {
  0% {
    opacity: 0;
    transform: translate(0, 0.3rem);   }
    100% {
      opacity: 1;
      transform: translate(0, 0);   }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(0, 0);   }
    25% {
      -webkit-transform: translate(0, 0.02rem);   }
      50% {
        -webkit-transform: translate(0, 0);   }
        75% {
          -webkit-transform: translate(0, -0.02rem);   }
          100% {
            -webkit-transform: translate(0, 0);   }
}

@keyframes jump {
  0% {
    transform: translate(0, 0);   }
    25% {
      transform: translate(0, 0.02rem);   }
      50% {
        transform: translate(0, 0);   }
        75% {
          transform: translate(0, -0.02rem);   }
          100% {
            transform: translate(0, 0);   }
}

.not_found {
  text-align: center; }
  .not_found h1 {
    line-height: 1.2; }
    .not_found .img {
      background: url(/template/images/not_found.png) no-repeat center center;
      background-size: contain; }
      .not_found a {
        display: block;
        width: 2rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin: 0 auto;
        background: #2196F3;
        border-radius: 0.03rem;
        color: white; }

@media only screen and (max-width: 767px) {
  .not_found {
    padding: 0.64rem 0;   }
    .not_found h1 {
      font-size: 0.56rem;   }
      .not_found .img {
        height: 1.3rem;
        margin: 0.5rem auto;   }
}

@media only screen and (min-width: 768px) {
  .not_found {
    padding: 1rem 0;   }
    .not_found h1 {
      font-size: 0.8rem;   }
      .not_found p {
        font-size: 0.18rem;   }
        .not_found .img {
          height: 1.5rem;
          margin: 0.64rem auto;   }
}

.non_html5_bg {
  background: #20a3aa; }
  .non_html5_bg .non_html5 {
    padding: 2.4rem 0 0;
    text-align: center; }
    .non_html5_bg .non_html5 h1 {
      font-size: 0.38rem;
      color: #f5f5f5; }
      .non_html5_bg .non_html5 p {
        font-size: 0.16em;
        color: #f5f5f5; }
        .non_html5_bg .non_html5 p a {
          color: #f5f5f5;
          border-bottom: 1px solid #f5f5f5; }

.circle_progress {
  width: 200px;
  height: 200px;
  background: #2196F3;
  border-radius: 50%;
  position: relative; }

  .circle_progress .pie_left_wrap, .circle_progress .pie_left,
  .circle_progress .pie_right_wrap, .circle_progress .pie_right {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

    .circle_progress .pie_left_wrap, .circle_progress .pie_left {
      clip: rect(auto, 100px, auto, auto); }

      .circle_progress .pie_right_wrap, .circle_progress .pie_right {
        clip: rect(auto, auto, auto, 100px); }

        .circle_progress .pie_left, .circle_progress .pie_right {
          background: #cdecee;
          border-radius: 50%;
          -webkit-transition: -webkit-transform 0.5s linear;
          transition: transform 0.5s linear;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

          .circle_progress .center {
            width: 180px;
            height: 180px;
            background: #f5f5f5;
            border-radius: 50%;
            position: absolute;
            left: 10px;
            top: 10px; }

            #baidu_share {
              padding: 0.3rem 0 0; }

              body #baidu_share .bdshare-button-style1-32 a,
              body #baidu_share .bdshare-button-style0-16 a,
              body .bdselect_share_content .bdshare-button-style1-32 a,
              body .bdselect_share_content .bdshare-button-style0-16 a,
              body .sr-bdimgshare .bdshare-button-style1-32 a,
              body .sr-bdimgshare .bdshare-button-style0-16 a {
                background: url(/template/images/icon_share.png) no-repeat; }
                body #baidu_share .bdshare-button-style1-32 a:hover,
                body #baidu_share .bdshare-button-style0-16 a:hover,
                body .bdselect_share_content .bdshare-button-style1-32 a:hover,
                body .bdselect_share_content .bdshare-button-style0-16 a:hover,
                body .sr-bdimgshare .bdshare-button-style1-32 a:hover,
                body .sr-bdimgshare .bdshare-button-style0-16 a:hover {
                  opacity: 1;
                  position: relative; }
                  body #baidu_share .bdshare-button-style1-32 a:hover:after,
                  body #baidu_share .bdshare-button-style0-16 a:hover:after,
                  body .bdselect_share_content .bdshare-button-style1-32 a:hover:after,
                  body .bdselect_share_content .bdshare-button-style0-16 a:hover:after,
                  body .sr-bdimgshare .bdshare-button-style1-32 a:hover:after,
                  body .sr-bdimgshare .bdshare-button-style0-16 a:hover:after {
                    content: "";
                    display: block;
                    background: white;
                    opacity: 0.2;
                    position: absolute;
                    left: 2px;
                    right: 2px;
                    top: 2px;
                    bottom: 2px; }
              body #baidu_share .bdshare-button-style1-32 .bds_more,
              body #baidu_share .bdshare-button-style0-16 .bds_more,
              body .bdselect_share_content .bdshare-button-style1-32 .bds_more,
              body .bdselect_share_content .bdshare-button-style0-16 .bds_more,
              body .sr-bdimgshare .bdshare-button-style1-32 .bds_more,
              body .sr-bdimgshare .bdshare-button-style0-16 .bds_more {
                display: none; }
              body #baidu_share .bdshare-button-style1-32 a,
              body .bdselect_share_content .bdshare-button-style1-32 a,
              body .sr-bdimgshare .bdshare-button-style1-32 a {
                background: url(/template/images/icon_share.png) no-repeat;
                background-size: 128px 64px; }
                body #baidu_share .bdshare-button-style1-32 .bds_tsina,
                body .bdselect_share_content .bdshare-button-style1-32 .bds_tsina,
                body .sr-bdimgshare .bdshare-button-style1-32 .bds_tsina {
                  background-position: 0px 0px; }
                  body #baidu_share .bdshare-button-style1-32 .bds_weixin,
                  body .bdselect_share_content .bdshare-button-style1-32 .bds_weixin,
                  body .sr-bdimgshare .bdshare-button-style1-32 .bds_weixin {
                    background-position: -32px 0px; }
                    body #baidu_share .bdshare-button-style1-32 .bds_sqq,
                    body .bdselect_share_content .bdshare-button-style1-32 .bds_sqq,
                    body .sr-bdimgshare .bdshare-button-style1-32 .bds_sqq {
                      background-position: -64px 0px; }
                      body #baidu_share .bdshare-button-style1-32 .bds_qzone,
                      body .bdselect_share_content .bdshare-button-style1-32 .bds_qzone,
                      body .sr-bdimgshare .bdshare-button-style1-32 .bds_qzone {
                        background-position: -96px 0px; }
                        body #baidu_share .bdshare-button-style1-32 .bds_douban,
                        body .bdselect_share_content .bdshare-button-style1-32 .bds_douban,
                        body .sr-bdimgshare .bdshare-button-style1-32 .bds_douban {
                          background-position: 0px -32px; }
                          body #baidu_share .bdshare-button-style1-32 .bds_twi,
                          body .bdselect_share_content .bdshare-button-style1-32 .bds_twi,
                          body .sr-bdimgshare .bdshare-button-style1-32 .bds_twi {
                            background-position: -32px -32px; }
                            body #baidu_share .bdshare-button-style1-32 .bds_fbook,
                            body .bdselect_share_content .bdshare-button-style1-32 .bds_fbook,
                            body .sr-bdimgshare .bdshare-button-style1-32 .bds_fbook {
                              background-position: -64px -32px; }
              body #baidu_share .bdshare-button-style0-16 a,
              body .bdselect_share_content .bdshare-button-style0-16 a,
              body .sr-bdimgshare .bdshare-button-style0-16 a {
                padding-left: 16px;
                background: url(/template/images/icon_share.png) no-repeat;
                background-size: 64px 32px; }
                body #baidu_share .bdshare-button-style0-16 .bds_tsina,
                body .bdselect_share_content .bdshare-button-style0-16 .bds_tsina,
                body .sr-bdimgshare .bdshare-button-style0-16 .bds_tsina {
                  background-position: 0px 0px; }
                  body #baidu_share .bdshare-button-style0-16 .bds_weixin,
                  body .bdselect_share_content .bdshare-button-style0-16 .bds_weixin,
                  body .sr-bdimgshare .bdshare-button-style0-16 .bds_weixin {
                    background-position: -16px 0px; }
                    body #baidu_share .bdshare-button-style0-16 .bds_sqq,
                    body .bdselect_share_content .bdshare-button-style0-16 .bds_sqq,
                    body .sr-bdimgshare .bdshare-button-style0-16 .bds_sqq {
                      background-position: -32px 0px; }
                      body #baidu_share .bdshare-button-style0-16 .bds_qzone,
                      body .bdselect_share_content .bdshare-button-style0-16 .bds_qzone,
                      body .sr-bdimgshare .bdshare-button-style0-16 .bds_qzone {
                        background-position: -48px 0px; }
                        body #baidu_share .bdshare-button-style0-16 .bds_douban,
                        body .bdselect_share_content .bdshare-button-style0-16 .bds_douban,
                        body .sr-bdimgshare .bdshare-button-style0-16 .bds_douban {
                          background-position: 0px -16px; }
                          body #baidu_share .bdshare-button-style0-16 .bds_twi,
                          body .bdselect_share_content .bdshare-button-style0-16 .bds_twi,
                          body .sr-bdimgshare .bdshare-button-style0-16 .bds_twi {
                            background-position: -16px -16px; }
                            body #baidu_share .bdshare-button-style0-16 .bds_fbook,
                            body .bdselect_share_content .bdshare-button-style0-16 .bds_fbook,
                            body .sr-bdimgshare .bdshare-button-style0-16 .bds_fbook {
                              background-position: -32px -16px; }
                              body #baidu_share .bdshare-button-style0-16 .bdimgshare-lbl,
                              body .bdselect_share_content .bdshare-button-style0-16 .bdimgshare-lbl,
                              body .sr-bdimgshare .bdshare-button-style0-16 .bdimgshare-lbl {
                                color: rgba(0, 0, 0, 0.8); }
              body #baidu_share .bdimgshare-bg, body .bdselect_share_content .bdimgshare-bg,
              body .sr-bdimgshare .bdimgshare-bg {
                background: #fff;
                opacity: 0.95; }

@media only screen and (max-width: 767px) {
  #baidu_share {
    padding: 0 0.15rem 0.3rem;   }
}

.codehilitetable {
  margin: 0;
  width: auto; }
  .codehilitetable tr th {
    border: none; }
    .codehilitetable tr th, .codehilitetable tr td {
      padding: 0;
      border: none; }
      .codehilitetable .linenos pre {
        background: transparent;
        border: none; }
        .codehilitetable pre {
          margin: 0; }

.codehilite code, .codehilite pre {
  overflow: scroll;
  word-break: break-word;
  color: #fdce93;
  background-color: #3f3f3f;
  padding: 10px;
  border-radius: 3px;
  font-size: 0.15rem;
  font-family: Consolas, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New; }

  .codehilite .hll {
    background-color: #222; }

    .codehilite .c {
      color: #7f9f7f; }

      .codehilite .err {
        color: #e37170;
        background-color: #3d3535; }

        .codehilite .g {
          color: #7f9f7f; }

          .codehilite .k {
            color: #f0dfaf; }

            .codehilite .l {
              color: #ccc; }

              .codehilite .n {
                color: #dcdccc; }

                .codehilite .o {
                  color: #f0efd0; }

                  .codehilite .x {
                    color: #ccc; }

                    .codehilite .p {
                      color: #41706f; }

                      .codehilite .cm {
                        color: #7f9f7f; }

                        .codehilite .cp {
                          color: #7f9f7f; }

                          .codehilite .c1 {
                            color: #7f9f7f; }

                            .codehilite .cs {
                              color: #cd0000;
                              font-weight: bold; }

                              .codehilite .gd {
                                color: #cd0000; }

                                .codehilite .ge {
                                  color: #ccc;
                                  font-style: italic; }

                                  .codehilite .gr {
                                    color: red; }

                                    .codehilite .gh {
                                      color: #dcdccc;
                                      font-weight: bold; }

                                      .codehilite .gi {
                                        color: #00cd00; }

                                        .codehilite .go {
                                          color: gray; }

                                          .codehilite .gp {
                                            color: #dcdccc;
                                            font-weight: bold; }

                                            .codehilite .gs {
                                              color: #ccc;
                                              font-weight: bold; }

                                              .codehilite .gu {
                                                color: purple;
                                                font-weight: bold; }

                                                .codehilite .gt {
                                                  color: #0040D0; }

                                                  .codehilite .kc {
                                                    color: #dca3a3; }

                                                    .codehilite .kd {
                                                      color: #ffff86; }

                                                      .codehilite .kn {
                                                        color: #dfaf8f;
                                                        font-weight: bold; }

                                                        .codehilite .kp {
                                                          color: #cdcf99; }

                                                          .codehilite .kr {
                                                            color: #cdcd00; }

                                                            .codehilite .kt {
                                                              color: #00cd00; }

                                                              .codehilite .ld {
                                                                color: #cc9393; }

                                                                .codehilite .m {
                                                                  color: #8cd0d3; }

                                                                  .codehilite .s {
                                                                    color: #cc9393; }

                                                                    .codehilite .na {
                                                                      color: #9ac39f; }

                                                                      .codehilite .nb {
                                                                        color: #efef8f; }

                                                                        .codehilite .nc {
                                                                          color: #efef8f; }

                                                                          .codehilite .no {
                                                                            color: #ccc; }

                                                                            .codehilite .nd {
                                                                              color: #ccc; }

                                                                              .codehilite .ni {
                                                                                color: #c28182; }

                                                                                .codehilite .ne {
                                                                                  color: #c3bf9f;
                                                                                  font-weight: bold; }

                                                                                  .codehilite .nf {
                                                                                    color: #efef8f; }

                                                                                    .codehilite .nl {
                                                                                      color: #ccc; }

                                                                                      .codehilite .nn {
                                                                                        color: #8fbede; }

                                                                                        .codehilite .nx {
                                                                                          color: #ccc; }

                                                                                          .codehilite .py {
                                                                                            color: #ccc; }

                                                                                            .codehilite .nt {
                                                                                              color: #9ac39f; }

                                                                                              .codehilite .nv {
                                                                                                color: #dcdccc; }

                                                                                                .codehilite .ow {
                                                                                                  color: #f0efd0; }

                                                                                                  .codehilite .w {
                                                                                                    color: #ccc; }

                                                                                                    .codehilite .mf {
                                                                                                      color: #8cd0d3; }

                                                                                                      .codehilite .mh {
                                                                                                        color: #8cd0d3; }

                                                                                                        .codehilite .mi {
                                                                                                          color: #8cd0d3; }

                                                                                                          .codehilite .mo {
                                                                                                            color: #8cd0d3; }

                                                                                                            .codehilite .sb {
                                                                                                              color: #cc9393; }

                                                                                                              .codehilite .sc {
                                                                                                                color: #cc9393; }

                                                                                                                .codehilite .sd {
                                                                                                                  color: #cc9393; }

                                                                                                                  .codehilite .s2 {
                                                                                                                    color: #cc9393; }

                                                                                                                    .codehilite .se {
                                                                                                                      color: #cc9393; }

                                                                                                                      .codehilite .sh {
                                                                                                                        color: #cc9393; }

                                                                                                                        .codehilite .si {
                                                                                                                          color: #cc9393; }

                                                                                                                          .codehilite .sx {
                                                                                                                            color: #cc9393; }

                                                                                                                            .codehilite .sr {
                                                                                                                              color: #cc9393; }

                                                                                                                              .codehilite .s1 {
                                                                                                                                color: #cc9393; }

                                                                                                                                .codehilite .ss {
                                                                                                                                  color: #cc9393; }

                                                                                                                                  .codehilite .bp {
                                                                                                                                    color: #efef8f; }

                                                                                                                                    .codehilite .vc {
                                                                                                                                      color: #efef8f; }

                                                                                                                                      .codehilite .vg {
                                                                                                                                        color: #dcdccc; }

                                                                                                                                        .codehilite .vi {
                                                                                                                                          color: #ffffc7; }

                                                                                                                                          .codehilite .il {
                                                                                                                                            color: #8cd0d3; }

                                                                                                                                            .statistic {
                                                                                                                                              display: none; }

                                                                                                                                              @media (prefers-color-scheme: dark) {
                                                                                                                                                body {
                                                                                                                                                  background: black;
                                                                                                                                                  color: rgba(255, 255, 255, 0.6);   }
                                                                                                                                                  body .post_body .toggleBtns button {
                                                                                                                                                    color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                .header {
                                                                                                                                                  background-color: #232323;   }
                                                                                                                                                  .footer p {
                                                                                                                                                    color: rgba(255, 255, 255, 0.6);   }
                                                                                                                                                    .footer p a {
                                                                                                                                                      color: #2196F3;   }
                                                                                                                                                .pager {
                                                                                                                                                  background-color: #121212;   }
                                                                                                                                                  .pager .gotop {
                                                                                                                                                    color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                .detail {
                                                                                                                                                  background-color: #121212;   }
                                                                                                                                                  .detail .info .date, .detail .info .visitors {
                                                                                                                                                    color: white;   }
                                                                                                                                                  .detail .pager {
                                                                                                                                                    background: #121212;   }
                                                                                                                                                    .detail .pager .gotop {
                                                                                                                                                      color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                  .detail .post_body .cardx {
                                                                                                                                                    background-color: #232323;   }
                                                                                                                                                    .detail .post_body blockquote {
                                                                                                                                                      background-color: #232323;   }
                                                                                                                                                      .detail .post_body blockquote:after {
                                                                                                                                                        color: rgba(255, 255, 255, 0.12);   }
                                                                                                                                                        .detail .post_body code {
                                                                                                                                                          background: rgba(255, 255, 255, 0.1);   }
                                                                                                                                                          .detail .post_body .toc {
                                                                                                                                                            background: #333;   }
                                                                                                                                                            .detail .post_body .toc a {
                                                                                                                                                              color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                              .detail .post_body .toc > ul > li > a {
                                                                                                                                                                color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                .post_body img.inverse {
                                                                                                                                                  -webkit-filter: invert(100%) hue-rotate(180deg);
                                                                                                                                                  filter: invert(100%) hue-rotate(180deg);   }
                                                                                                                                                  .post_body table th {
                                                                                                                                                    background-color: #333;
                                                                                                                                                    color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                    .post_body table tbody > tr:nth-child(odd) > td,
                                                                                                                                                    .post_body table .post_body table tbody > tr:nth-child(odd) > th {
                                                                                                                                                      background-color: black;   }
                                                                                                                                                .list .post {
                                                                                                                                                  background-color: #121212;   }
                                                                                                                                                  .list .post .info .date, .list .post .info .visitors {
                                                                                                                                                    color: white;   }
                                                                                                                                                .list .pager {
                                                                                                                                                  background: #121212;   }
                                                                                                                                                  .list .pager .paging {
                                                                                                                                                    color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                    .list .pager .paging:hover {
                                                                                                                                                      color: rgba(255, 255, 255, 0.6);   }
                                                                                                                                                #new_comment_form {
                                                                                                                                                  background: #121212 !important;   }
                                                                                                                                                  #new_comment_form textarea {
                                                                                                                                                    color: rgba(255, 255, 255, 0.87);   }
                                                                                                                                                    #new_comment_form .input_body {
                                                                                                                                                      background-color: #121212 !important;   }
                                                                                                                                                      #new_comment_form .input_body li input {
                                                                                                                                                        color: rgba(255, 255, 255, 0.87) !important;   }
                                                                                                                                                .doc_comments .comments .comment {
                                                                                                                                                  background-color: #121212 !important;   }
                                                                                                                                                  .doc_comments .comments .comment .author b {
                                                                                                                                                    background-color: #121212 !important;
                                                                                                                                                    color: rgba(255, 255, 255, 0.87) !important;
                                                                                                                                                    text-decoration: underline !important;   }
                                                                                                                                                .circle_progress .center {
                                                                                                                                                  background-color: #121212;   }
                                                                                                                                                  .circle_progress .pie_left, .circle_progress .circle_progress .pie_right {
                                                                                                                                                    background-color: black;   }
                                                                                                                                                #about .remark .friends .column .item {
                                                                                                                                                  background-color: #121212;   }
                                                                                                                                                  #tools ul li p {
                                                                                                                                                    color: rgba(255, 255, 255, 0.6);   }
}

@media only screen and (max-width: 767px) and (prefers-color-scheme: dark) {
  .header {
    background-color: #232323;   }
    .header .menu .icon-icon_menu {
      background-color: #232323;   }
      .header .menu_active .icon-icon_menu {
        background-color: #333;
        color: rgba(255, 255, 255, 0.6);   }
        .header .menu_wrapper {
          background-color: #333;   }
          .header .menu_wrapper .categories {
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);   }
            .header .menu_wrapper .categories li a {
              color: rgba(255, 255, 255, 0.87);   }
          .header .menu_wrapper .nav li a {
            color: rgba(255, 255, 255, 0.87);   }
            .header .menu_wrapper .nav a {
              border-bottom: 1px solid rgba(255, 255, 255, 0.12);   }
  .detail {
    border-top: 1.5rem solid black;
    background-color: black;   }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) and (prefers-color-scheme: dark) {
  #about .intro p {
    color: rgba(255, 255, 255, 0.87);   }
}

@media only screen and (min-width: 1200px) and (prefers-color-scheme: dark) {
  .detail .post_body .toc a:hover {
    background-color: #121212;   }
  .post a.directory:hover {
    background: #121212;   }
}

#passwordForm {
  padding: 25px; }

  #password {
    border: 1px solid #232323; }

    @media (prefers-color-scheme: dark) {
      #password {
        color: rgba(255, 255, 255, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.6);   }
        #submit {
          color: rgba(255, 255, 255, 0.6);   }
}
