
        
body{
  
}
body.active{   
  /*  transform: translate3d(150.0096px,0,0); */
    transition: all 0.2s ease-in-out;
}
.btn-slide{width: 21.0048px;height: 44.0064px;float: right;cursor: pointer;line-height: 2.8; margin-right: 10.0032px;   margin-left: 20.0064px;}

.btn-slide::before{content: "";width: 20.0064px;height: 1.9968px;background-color: #999;display: inline-block;box-shadow: 0 7.008px 0 #999, 0 -7.008px 0 #999;}


.header .btn-slide-bar{width: 21.0048px;height: 44.0064px;float: left;cursor: pointer;line-height: 2.8;    margin-left: 20.0064px;}

.header .btn-slide-bar::before{content: "";width: 20.0064px;height: 1.9968px;background-color: #999;display: inline-block;box-shadow: 0 7.008px 0 #999, 0 -7.008px 0 #999;}
.wraper-page{position: absolute;top:0;right: 0;bottom: 0;left: 0;overflow: hidden;}
.slide-bar{position: fixed;top: 0px;width: 55%;
    background: #fff;
    height: 100%;left: 0;z-index: 2;
    transform: translate3d(-150.0096px,0,0);
    transition: all 0.2s ease-in-out;
}
.slide-bar li{padding-left: 10.0032px;height: 39.9936px;line-height: 39.9936px;text-align: left;color: #fff;margin-top: 49.9968px;
    margin-left: 39.9936px;}
    .slide-bar li:nth-child(1){
        margin-top: 80.0064px;
    }

html { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 62.5%; }
body { margin: 0;   color: #333333; background-color: white; height: 100%; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
html,body{height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) { display: none; height: 0; }
[hidden], template { display: none; }
svg:not(:root) { overflow: hidden;    width: 90px; }



button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }
button { overflow: visible; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], html input[disabled] { cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
input { line-height: normal; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
fieldset { border: 0.9984px solid #c0c0c0; margin: 0 1.9968px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; }
optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
td, th { padding: 0; }

html, button, input, select, textarea { font-family: "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6, p, figure, form, blockquote { margin: 0; }
ul, ol, li, dl, dd { margin: 0; padding: 0; }
ul, ol { list-style: none outside none; }
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 1.8rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.4rem; }
input::-moz-placeholder, textarea::-moz-placeholder { color: #cccccc; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #cccccc; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #cccccc; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Palette generated by Material Palette - materialpalette.com/indigo/pink */
/* Base16 Atelier Sulphurpool Dark - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/sulphurpool) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Sulphurpool Comment */
.hljs-comment {
    color: #898ea4; }
  
  /* Atelier-Sulphurpool Red */
  .hljs-variable, .hljs-tag, .hljs-regexp, .hljs-name, .ruby .hljs-constant, .xml .hljs-tag .hljs-title, .xml .hljs-pi, .xml .hljs-doctype, .html .hljs-doctype, .css .hljs-id, .css .hljs-class, .css .hljs-pseudo {
    color: deepskyblue; }
  
  .hljs-attribute {
    color: lightskyblue; }
  
  /* Atelier-Sulphurpool Orange */
  .hljs-number, .hljs-preprocessor, .hljs-built_in, .hljs-literal, .hljs-params, .hljs-constant {
    color: #c76b29; }
  
  /* Atelier-Sulphurpool Yellow */
  .ruby .hljs-class .hljs-title, .css .hljs-rule .hljs-attribute {
    color: #c08b30; }
  
  /* Atelier-Sulphurpool Green */
  .hljs-string, .hljs-value, .hljs-inheritance, .hljs-header, .ruby .hljs-symbol, .xml .hljs-cdata {
    color: darkorange; }
  
  /* Atelier-Sulphurpool Aqua */
  .hljs-title, .css .hljs-hexcolor {
    color: #22a2c9; }
  
  /* Atelier-Sulphurpool Blue */
  .hljs-function, .python .hljs-decorator, .python .hljs-title, .ruby .hljs-function .hljs-title, .ruby .hljs-title .hljs-keyword, .perl .hljs-sub, .javascript .hljs-title, .coffeescript .hljs-title {
    color: #3d8fd1; }
  
  /* Atelier-Sulphurpool Purple */
  .hljs-keyword, .javascript .hljs-function {
    color: #6679cc; }
  
  .hljs {
    display: block;
    overflow-x: auto;
    background: #202746;
    color: #979db4;
    padding: 0.5em;
    -webkit-text-size-adjust: none; }
  
  .coffeescript .javascript, .javascript .xml, .tex .hljs-formula, .xml .javascript, .xml .vbscript, .xml .css, .xml .hljs-cdata {
    opacity: 0.5; }
  
  body {
    font-family: ''PingFang SC', 'Microsoft YaHei', sans-serif, Helvetica,Tahoma;
    margin: 0;
    padding: 0;
    overflow-x: hidden; }
  
  *, *:before, *:after {
    box-sizing: border-box; }
  
  a {
    text-decoration: none;
}
  
  /**
   * Backgrounds
   */
  .backgrounds {
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    z-index: -1; }
    .backgrounds .background {
      width: 100%;
      height: 100%;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      background-attachment: fixed; }
  
  .overlay:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #3F51B5;
    opacity: 0.8; }
  
  /**
   * Hero
   */
  .hero {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    color: #FFF;
    text-align: center; }
  
  .hero-center {
    width: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  
  .hero__logo {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.5); }
  
  .hero__text {
    font-weight: normal;
    opacity: 0.8; }
  
  .hero__scroll {
    position: absolute;
    bottom: 60px;
    width: 200.0064px;
    margin: auto;
    display: block;
    cursor: pointer;
    padding-bottom: 39.9936px;
    left: 0;
    right: 0;
    text-transform: uppercase; }
    .hero__scroll .chevron {
      margin-top: 20.0064px;
      display: block;
      -webkit-animation: pulse 2s infinite;
              animation: pulse 2s infinite;
      color: #FF4081; }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  
    50% {
      -webkit-transform: translate(0, 10.0032px);
              transform: translate(0, 10.0032px); }
  
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  
  @keyframes pulse {
    0% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  
    50% {
      -webkit-transform: translate(0, 10.0032px);
              transform: translate(0, 10.0032px); }
  
    100% {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }
  
  .octocat {
    position: absolute;
    top: 20.0064px;
    right: 20.0064px;
    width: 80.0064px; }
    .octocat img {
      display: block;
      width: 100%; }
  
  .chevron::before {
    border-style: solid;
    border-width: 0.25em 0.25em 0 0;
    content: '';
    display: inline-block;
    height: 20.0064px;
    position: relative;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: top;
    width: 20.0064px; }
  
  .chevron.right:before {
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  
  .chevron.bottom:before {
    top: 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  
  .chevron.left:before {
    left: 0.25em;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  
  /**
   * Sections
   */
  .section {
    width: 100%;
    float: left; }
  
  .section-title {
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    padding: 30.0096px 0;
    border-top: 0.9984px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0.9984px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    clear: both; }
  
  .container {
  }
  
  .code {
    width: 40%;
    clear: both;
    height: 200.0064px;
    background: #FFF;
    border-radius: 1.9968px;
    margin: 12vh 0;
    padding: 10.0032px; }
    .code pre, .code code {
      height: 100%;
      margin: 0; }
    .code code {
      padding: 20.0064px 0 0 20.0064px; }
    .code--small code {
      padding-top: 74.9952px; }
    .code--left {
      float: left; }
    .code--right {
      float: right; }
    .code--wider {
      width: 60%; }
      .code--wider code {
        padding-top: 60px; }
  
  .section--more {
    color: #FFF;
    background: #0E0F34;
    padding: 20.0064px 0 39.9936px 0; }
  
  .section-group {
    border-bottom: 0.9984px solid rgba(255, 255, 255, 0.2);
    padding: 30.0096px 0; }
    .section-group h3 {
      margin: 0 0 20.0064px 0;
      text-transform: uppercase; }
    .section-group h4 {
      font-weight: normal;
      color: rgba(255, 255, 255, 0.6); }
    .section-group code {
      padding: 20.0064px;
      font-size: 1.2em; }
    .section-group .btn {
      margin-right: 20.0064px; }
  
  .btn {
    padding: 10.0032px 20.0064px;
    border: 0.9984px solid #FF4081;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
    overflow: hidden; }
    .btn:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      width: 0.9984px;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #FF4081;
      -webkit-transition: -webkit-transform 0.2s ease;
              transition: transform 0.2s ease;
      z-index: 0;
      opacity: 0; }
    .btn span {
      position: relative;
      z-index: 5; }
    .btn:hover {
      color: #FFF; }
      .btn:hover:before {
        -webkit-transform: scaleX(200);
            -ms-transform: scaleX(200);
                transform: scaleX(200);
        opacity: 1; }