/***********************
* Variable
***********************/
/***********************
* Mixin
***********************/
/***********************
* Reset
***********************/
*, *:before, *:after {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  margin: 0;
  padding: 0; }

body {
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 120%;
  color: #606060;
  -webkit-tap-highlight-color: transparent; }

@font-face {
  font-family: "iconfont";
  src: url("//at.alicdn.com/t/font_i0r1euwhok5oecdi.eot?t=1481812721653");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_i0r1euwhok5oecdi.eot?t=1481812721653#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_i0r1euwhok5oecdi.woff?t=1481812721653") format("woff"), url("//at.alicdn.com/t/font_i0r1euwhok5oecdi.ttf?t=1481812721653") format("truetype"), url("//at.alicdn.com/t/font_i0r1euwhok5oecdi.svg?t=1481812721653#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-nav:before {
  content: "\e60c"; }

.icon-github:before {
  content: "\e69f"; }

.icon-search:before {
  content: "\e605"; }

.icon-arrow:before {
  content: "\e623"; }

.icon-close:before {
  content: "\e780"; }

.icon-arrow-small:before {
  content: "\e67c"; }

.icon-baichuan:before {
  content: "\e602"; }

.icon-back2top:before {
  content: "\e604"; }

a {
  cursor: pointer;
  color: #606060;
  text-decoration: none; }
  a:hover {
    color: #999; }

img {
  max-width: 100%;
  vertical-align: middle; }

p {
  font-weight: normal;
  margin: 0 0 1.4em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: 0 0 1em; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.75em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h5 {
  font-size: 1.1em; }

blockquote {
  margin: 1.3em;
  margin-left: 0;
  padding: 1em;
  border-left: 5px solid #C6C6C6;
  background-color: #F6F6F6; }
  blockquote p {
    margin: 0; }

/***********************
* Common style
***********************/
.button {
  display: inline-block;
  font-size: 1.05em;
  width: 10em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  color: #fff;
  background: #ff3e33;
  border: #ff3e33 1px solid;
  border-radius: 2em;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16); }
  .button:hover {
    background: #d63f36;
    border: #d63f36 1px solid; }

.clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.clearfix:after {
  clear: both; }

.imgbox {
  width: 100%;
  height: 100%; }
  .imgbox img {
    width: 100%; }

.dropdown {
  position: relative; }
  .dropdown .dropdown-toggle {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #606060;
    text-decoration: none; }
  .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    float: left;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999ba4;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1); }
    .dropdown .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: 400;
      line-height: 1.42857143;
      color: #606060;
      white-space: nowrap; }
      .dropdown .dropdown-menu > li > a:hover {
        color: #606060;
        text-decoration: none;
        background-color: #f5f5f5; }
  .dropdown:hover .dropdown-menu {
    display: block; }

a.current {
  border-bottom: 0.2em solid #1FB5FC; }

.scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow: auto; }

table td, table th {
  padding: 6px 13px;
  border: 1px solid #ddd; }

table tr {
  background-color: #fff;
  border-top: 1px solid #ccc; }

table tr:nth-child(2n) {
  background-color: #f8f8f8; }

table th {
  font-weight: 700; }

.api-version {
  font-size: 12px;
  padding: 1px 7px;
  background: #1FB5FC;
  color: #fff;
  border-radius: 20px; }

#header {
  width: 100%;
  height: 50px;
  padding: 0 40px;
  position: absolute;
  background-color: #F2F2F2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  #header ul, #header li, #header ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  #header #logo {
    display: block; }
    #header #logo img {
      width: 78px;
      height: 38px; }
  #header .navbar {
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  #header #mobile-nav {
    display: none;
    height: 50px;
    -ms-flex-align: center;
        align-items: center; }
    #header #mobile-nav #logo {
      margin: 0 auto; }
    #header #mobile-nav .btn-menu {
      position: absolute;
      left: 20px;
      top: 20px; }
  #header .main-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    #header .main-nav > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      height: 50px;
      line-height: 50px; }
    #header .main-nav li > a {
      display: block;
      height: 100%;
      font-size: 1.16em;
      color: #606060;
      padding: 0 16px; }
  #header .links > li > a:hover {
    color: #1FB5FC;
    background-color: #EEE; }
  #header .links > li.current > a {
    color: #1FB5FC;
    border-bottom: 0.2em solid #1FB5FC; }
  #header .links > li {
    margin: 0 1px; }
  #header .tools > li {
    margin-left: 30px;
    position: relative; }
  #header .tools .search-form {
    width: 140px; }
  #header .dropdown .dropdown-menu {
    width: 200px;
    left: -60%;
    top: 98%;
    border: none;
    padding: 10px 0; }
    #header .dropdown .dropdown-menu a {
      font-size: 15px;
      padding: 5px 10px; }
  #header .select-lang {
    width: 90px; }
  #header .select-lang .dropdown-toggle {
    color: #00293D; }
  #header .select-lang .dropdown-menu {
    width: 105px;
    left: 0; }
  #header .caret {
    display: inline-block;
    margin-left: 2px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #999ba4; }

#sidebar {
  display: none;
  width: 300px;
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 20px 0;
  background: #fff;
  box-shadow: -3px 0 20px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -webkit-overflow-scrolling: touch; }
  #sidebar .sidebar-menu .btn-close-sidebar {
    cursor: pointer;
    display: block;
    font-size: 0.8em;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: #BBB; }
    #sidebar .sidebar-menu .btn-close-sidebar:hover {
      border: none;
      color: #999; }
  #sidebar .main-nav {
    font-size: 1.3em;
    border-bottom: 1px solid #DDDDDD;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #sidebar .main-nav li {
      margin-bottom: 25px;
      color: #333333; }
    #sidebar .main-nav a {
      color: #333333; }
      #sidebar .main-nav a:hover {
        border-bottom: 0.2em solid #1FB5FC; }
    #sidebar .main-nav .subnav {
      font-size: .8em;
      list-style: none;
      padding-left: 20px; }
  #sidebar .summary {
    display: block;
    margin-top: 20px; }
  #sidebar .results-panel {
    width: 300px;
    left: -20px;
    right: 0; }

#footer {
  width: 100%;
  padding: 10px 40px 15px;
  background: #F0F0F0;
  font-size: 10px;
  font-weight: 200;
  color: #A0A0A0;
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1); }
  #footer a {
    text-decoration: underline; }
  #footer p {
    margin: 0; }
  #footer .disclaimer {
    max-width: 1200px;
    line-height: 1.5; }
    #footer .disclaimer .title {
      font-weight: bold;
      margin-bottom: 10px; }
  #footer .copyright {
    margin-top: 15px; }
    #footer .copyright a, #footer .copyright a:focus {
      color: #999; }
    #footer .copyright a:active {
      color: #888; }

code {
  font-family: "Source Code Pro", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  background: rgba(178, 183, 189, 0.08);
  padding: 0 5px;
  border-radius: 4px;
  font-size: 0.9em;
  color: #c16ccc; }

pre {
  font-family: "Source Code Pro", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  padding: 10px 15px;
  overflow-x: auto;
  line-height: 22px; }

pre code {
  border: none;
  background: rgba(27, 31, 35, 0.08);
  display: block;
  padding: 0;
  -moz-tab-size: 2;
  tab-size: 2; }

.highlight {
  margin: 5px 0 15px 0;
  overflow-x: auto; }
  .highlight .gutter pre {
    background: #F3F5F7;
    margin: 0;
    padding: 10px 5px;
    width: 50px;
    color: #585d65; }
  .highlight .code pre {
    background: #F3F5F7;
    margin: 0;
    padding: 10px 20px;
    color: #585d65;
    overflow-x: auto;
    border-radius: 5px; }
  .highlight table {
    margin: 0 !important;
    border: 0; }
  .highlight table td,
  .highlight table th,
  .highlight tr {
    border: 0;
    padding: 0; }
  .highlight figcaption {
    margin: -5px 0 5px;
    font-size: .9em;
    color: #abb2bf; }
  .highlight figcaption:after,
  .highlight figcaption:before {
    content: "";
    display: table; }
  .highlight figcaption:after {
    clear: both; }
  .highlight figcaption a {
    float: right; }
  .highlight .line {
    height: 22px; }

pre .comment,
pre .title {
  color: #969896; }

pre .attribute,
pre .css .class,
pre .css .id,
pre .css .pseudo,
pre .html .doctype,
pre .regexp,
pre .ruby .constant,
pre .tag,
pre .variable,
pre .xml .doctype,
pre .xml .pi,
pre .xml .tag .title {
  color: #e06c75; }

pre .built_in,
pre .constant,
pre .literal,
pre .number,
pre .params,
pre .preprocessor {
  color: #d19a66; }

pre .class,
pre .css .rules .attribute,
pre .header,
pre .inheritance,
pre .ruby .class .title,
pre .ruby .symbol,
pre .string,
pre .value,
pre .xml .cdata {
  color: #98c379; }

pre .css .hexcolor {
  color: #3e999f; }

pre .coffeescript .title,
pre .function,
pre .javascript .title,
pre .perl .sub,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword {
  color: #c678dd; }

pre .javascript .function,
pre .keyword {
  color: #c678dd; }

pre .attr {
  color: #61afef; }

/*LANDINGPAGE*/
.scene-container {
  max-width: 1680px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

.scene {
  position: relative;
  height: 100%;
  height: calc(100% - 72px); }
  .scene h2 {
    font-family: "Gill Sans";
    font-weight: 400;
    font-size: 2.64em;
    margin: .7em 0;
    text-align: center; }
  .scene ul, .scene li, .scene ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.horizon .scene-container, .edge .scene-container {
  max-width: 850px;
  padding-bottom: 2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-line-pack: distribute;
      align-content: space-around; }

.horizon .textbox {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 1em; }

.horizon .textbox p {
  width: 70%;
  margin: 0 auto;
  text-align: center; }

.horizon .sketch-content {
  padding: 0 7em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 3;
      flex: 3;
  -ms-flex-align: stretch;
      align-items: stretch; }

.horizon .inner-box {
  -ms-flex: 1;
      flex: 1;
  padding: 0 2em; }

.header {
  height: 100%;
  position: relative;
  background: #1FB5FC;
  color: #fff; }
  .header #slider {
    margin-top: 73px;
    height: 100%;
    height: calc(100% - 72px); }
  .header .swiper-container {
    max-width: 850px;
    height: 100%; }
  .header .swiper-controller {
    max-width: 850px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .header .swiper-button-next, .header .swiper-button-prev {
    background: transparent !important;
    color: #fff;
    line-height: 44px; }
  .header .swiper-button-next {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
  .header .slide-content {
    max-width: 850px;
    margin: auto;
    height: 100%; }
    .header .slide-content .page-title {
      font-size: 2.3em;
      font-family: "Gill Sans";
      width: 500px;
      text-align: center;
      position: absolute;
      top: 70px;
      left: 50%;
      margin-left: -250px;
      line-height: 120%; }
    .header .slide-content .btn-group {
      position: absolute;
      bottom: 30%;
      left: 50%;
      margin-left: -11.222em; }
      .header .slide-content .btn-group > .button:nth-child(2) {
        margin-left: 20px; }
  .header .galaxy {
    height: 560px;
    width: 560px;
    position: absolute;
    top: 45%;
    margin-top: -230px; }
  .header .left {
    left: -40px; }
  .header .right {
    top: 55%;
    right: -110px; }

.edge {
  background: #fafafa;
  color: #1FB5FC; }
  .edge .scene-container .textbox {
    -ms-flex: 3;
        flex: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }
  .edge .scene-container .sketch-content {
    padding: 2em 7em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 5;
        flex: 5;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start; }
  .edge .inner-box {
    -ms-flex: 1;
        flex: 1;
    text-align: center;
    padding: 0 1em; }
    .edge .inner-box img {
      width: 78px;
      height: 78px;
      color: #606060; }
    .edge .inner-box h3 {
      margin: .4em;
      font-size: 1.5em;
      color: #606060; }
    .edge .inner-box .underline {
      display: inline-block;
      background: #1FB5FC;
      width: 80px;
      height: 3px;
      margin: 0 0 20px; }
    .edge .inner-box p {
      font-size: 1em;
      color: #606060; }

.feature {
  background: #1FB5FC;
  color: #fff; }
  .feature .feature-content {
    height: 100%;
    max-width: 850px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
  .feature .left-text {
    position: relative;
    padding: 15px 20px;
    z-index: 99; }
  .feature .left-text h2 {
    width: 300px;
    text-align: left;
    line-height: 120%; }
  .feature .left-text p {
    width: 220px;
    line-height: 1.7;
    text-align: left; }
  .feature .right-box {
    width: 660px;
    height: 405px;
    position: absolute;
    top: 30%;
    right: 0px;
    z-index: 1; }
    .feature .right-box .imgbox {
      position: absolute; }
    .feature .right-box .level1 {
      width: 660px;
      height: 405px;
      background: url("../images/level1.png") 50% 50%/contain no-repeat;
      background-origin: content-box;
      z-index: 9;
      top: 0;
      left: 660px; }
    .feature .right-box .level2 {
      width: 660px;
      height: 405px;
      background: url("../images/level2.png") 50% 50%/contain no-repeat;
      background-origin: content-box;
      z-index: 99;
      top: -30px;
      left: 660px; }
    .feature .right-box .level3 {
      width: 660px;
      height: 405px;
      background: url("../images/level3.png") 50% 50%/contain no-repeat;
      background-origin: content-box;
      z-index: 99;
      top: -60px;
      left: 660px; }
    .feature .right-box .level4 {
      width: 660px;
      height: 405px;
      background: url("../images/level4.png") 50% 50%/contain no-repeat;
      background-origin: content-box;
      z-index: 999;
      top: -85px;
      left: 660px; }
  .feature .right-img {
    width: 70%;
    position: absolute;
    top: 40px;
    right: 0; }

.cross-platform {
  background: #fafafa;
  color: #1FB5FC; }
  .cross-platform .sketch-content {
    -ms-flex: 5;
        flex: 5; }
  .cross-platform .imgbox {
    height: auto; }
    .cross-platform .imgbox.ios {
      padding: 0 30px;
      background: url("../images/ios.png") 50% 50%/contain no-repeat;
      background-size: contain;
      background-position: left 50% bottom 0px;
      background-origin: content-box; }
    .cross-platform .imgbox.android {
      background: url("../images/android.png") 50% 50%/contain no-repeat;
      background-size: contain;
      background-position: left 50% bottom 0px;
      background-origin: content-box; }
    .cross-platform .imgbox.h5 {
      -ms-flex: 1.16;
          flex: 1.16;
      background: url("../images/web.png") 50% 50%/contain no-repeat;
      background-position: left 50% bottom 0px;
      background-size: contain;
      background-origin: content-box; }
  .cross-platform .textbox p {
    color: #606060; }

.supporting-vue {
  background: #1FB5FC;
  color: #fff; }
  .supporting-vue .sketch-content.imgbox {
    background: url("../images/vue.png") 50% 50%/contain no-repeat;
    background-origin: content-box;
    position: relative; }
    .supporting-vue .sketch-content.imgbox .imgbox {
      width: 100%;
      height: 104px;
      background: url("../images/vue-logo.png") 50% 50%/contain no-repeat;
      position: absolute;
      top: -50px;
      left: 0;
      right: 0; }

.schematic {
  background: #fafafa;
  color: #1FB5FC; }
  .schematic .textbox p {
    color: #606060; }
  .schematic .sketch-content.imgbox {
    background: url("../images/flow.png") 50% 50%/contain no-repeat;
    background-origin: content-box; }

.users li {
  position: relative; }

.users .download-btn {
  width: 90px;
  height: 40px;
  position: absolute;
  border-radius: 0 0 15px 15px;
  bottom: 30px;
  left: 20px;
  opacity: 0;
  transition: all .2s ease;
  background: rgba(0, 0, 0, 0.5); }
  .users .download-btn a {
    display: block;
    width: 50%;
    height: 100%;
    float: left; }
  .users .download-btn .android {
    background: url(../images/android-icon.png) center center no-repeat;
    background-size: 28px 28px; }
  .users .download-btn .ios {
    background: url(../images/ios-icon.png) center center no-repeat;
    background-size: 28px 28px; }

.users .addmore {
  padding: 15px 15px;
  font-size: 26px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  color: #585757; }
  .users .addmore .bottom {
    transition: all ease .2s;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 1px;
    background: #585757; }
  .users .addmore:hover .bottom {
    width: 100%; }
  .users .addmore:before {
    content: '+';
    font-size: 28px;
    margin-right: 10px; }

.users .title {
  font-size: 28px;
  text-align: center;
  line-height: 80px;
  width: 100%; }

.users .sketch-content {
  padding-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-width: 1200px;
  margin: 0 auto; }
  .users .sketch-content .app-listing {
    margin-top: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .users .sketch-content .app-listing li {
      padding: 20px;
      position: relative;
      padding-bottom: 0; }
      .users .sketch-content .app-listing li:hover .img {
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.16); }
      .users .sketch-content .app-listing li:hover .download-btn {
        opacity: 1;
        -ms-transform: translateY(-2px);
            transform: translateY(-2px);
        z-index: 999; }
    .users .sketch-content .app-listing .tooltip {
      text-align: center;
      text-align: center;
      line-height: 30px;
      font-size: 14px;
      width: 90px;
      font-size: 14px;
      color: #333;
      transition: all .2s ease,transform .2s ease; }
    .users .sketch-content .app-listing .img {
      width: 90px;
      height: 90px;
      transition: box-shadow .2s ease,transform .2s ease;
      vertical-align: middle;
      border-radius: 15px;
      background-color: transparent;
      background-size: 90px 90px;
      background-position: center center;
      cursor: pointer; }

.users .user-info {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  background: #23CEFD;
  text-align: center;
  color: #606060;
  transition-duration: .4s;
  transition-property: opacity; }
  .users .user-info h4 {
    font-size: 1em;
    margin-bottom: .98em; }
  .users .user-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: .8em; }

.users .more {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .users .more a {
    margin-top: 1em;
    color: #fff;
    text-decoration: underline;
    font-weight: lighter; }

.feedback {
  background: #fafafa;
  color: #1FB5FC; }
  .feedback .sketch-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: distribute;
        align-content: space-around; }
  .feedback .user-feedback {
    -ms-flex: 1 0 200px;
        flex: 1 0 200px;
    margin: 0;
    text-align: center;
    color: #606060;
    padding: 10px; }
    .feedback .user-feedback .avatar {
      width: 66px;
      height: 66px;
      border-radius: 100%; }
    .feedback .user-feedback .user-name {
      font-weight: bold;
      font-size: 1em;
      margin: 10px 0 0; }
    .feedback .user-feedback .user-title {
      font-size: .8em;
      margin: 5px 0 10px;
      color: #999; }
    .feedback .user-feedback .user-say {
      margin: 1em 0; }
  .feedback .scene-container .go-2-doc {
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-top: -30px; }

.back2top {
  display: none;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  background: #F3C3C1;
  position: fixed;
  bottom: 180px;
  right: 10px;
  text-align: center;
  line-height: 68px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  color: #fff;
  z-index: 99; }
  .back2top:hover {
    background: #FF3E33;
    color: #fff; }

.search {
  position: relative; }
  .search .search-form {
    width: 100%;
    position: relative; }
  .search .search-input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    padding: 6px 35px 6px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 10px 0;
    -webkit-appearance: none;
    vertical-align: middle !important; }
    .search .search-input:focus {
      border: 1px solid #1FB5FC;
      outline: none; }
  .search .icon-search {
    position: absolute;
    font-size: 14px;
    line-height: 30px;
    top: 50%;
    margin-top: -13px;
    right: 15px;
    color: #999; }

.results-panel {
  display: none;
  position: absolute;
  width: 400px;
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  right: -66px;
  top: 100%;
  padding: 20px;
  line-height: 1.5;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
  .results-panel .matching-post {
    border-bottom: 1px solid #ddd; }
    .results-panel .matching-post h2 {
      font-size: 17px;
      margin: 10px 0; }
    .results-panel .matching-post p {
      font-size: 14px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .results-panel .search-keyword {
    font-style: normal;
    color: #1FB5FC; }

.algolia-autocomplete {
  line-height: normal; }

.aa-dropdown-menu {
  width: 100%;
  border-color: #999;
  font-size: 0.9rem;
  left: auto !important;
  right: 0px !important;
  top: 40px !important; }

@media (min-width: 768px) {
  .aa-dropdown-menu {
    min-width: 515px; } }

.algolia-docsearch-suggestion {
  border-color: #ddd; }

.algolia-docsearch-suggestion--content {
  color: #2c3e50; }

.algolia-docsearch-suggestion--subcategory-column {
  border-color: #ddd; }

.algolia-docsearch-suggestion--category-header {
  background: #1FB5FC; }

.algolia-docsearch-footer {
  border-color: #ddd; }

.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight {
  background: rgba(255, 255, 255, 0.6); }

.algolia-docsearch-suggestion--highlight {
  color: #1FB5FC; }

.aa-cursor .algolia-docsearch-suggestion--content {
  color: #2c3e50; }

/*POST*/
body {
  position: relative; }

.main-content {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-flex-direction: row;
      flex-direction: row; }

.article-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -ms-flex-direction: row;
      flex-direction: row;
  min-height: 80%;
  min-height: calc(100% - 160px); }
  .article-wrapper.post-layout {
    max-width: 850px; }
  .article-wrapper .article-heading {
    color: #333333; }
  .article-wrapper .header-anchor {
    margin-left: 10px;
    display: none; }
  @media print {
    .article-wrapper .header-anchor {
      display: none !important; } }
  .article-wrapper .article-heading:hover .header-anchor {
    display: inline-block;
    color: #00BDFF; }
  .article-wrapper .doc-nav {
    padding-top: 50px;
    background: #FBFBFB;
    width: 23%;
    max-width: 450px;
    min-width: 250px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 1px solid #E8E8E8; }
  .article-wrapper .doc-nav-version {
    margin: 20px 0; }
  .article-wrapper .article-nav {
    margin: 30px 0 100px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .article-wrapper .article-nav .article-nav-link {
      display: block;
      padding: .2em 1em;
      border-radius: 5px; }
      .article-wrapper .article-nav .article-nav-link + .article-nav-link {
        margin-left: 40px; }
      .article-wrapper .article-nav .article-nav-link.enable {
        background: #1FB5FC;
        color: #fff; }
      .article-wrapper .article-nav .article-nav-link.disable {
        background: #ddd;
        color: #ccc; }

.article-header {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px; }
  .article-header h1 {
    font-size: 2em;
    color: #333333;
    margin: 0; }
    .article-header h1 .article-title:hover {
      color: #1FB5FC; }
  .article-header .article-date {
    position: absolute;
    bottom: -25px;
    left: 0px;
    font-size: .9em;
    color: #999; }

.no-chapter .article .article-entry {
  margin-left: auto;
  margin-right: auto; }

.article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
  line-height: 1.45;
  overflow-y: auto;
  color: #505050; }
  .article.article-type-article {
    margin-left: 0; }
  .article .article-entry {
    -ms-flex: 1;
        flex: 1;
    max-width: 720px;
    margin: 40px 0 20px 40px;
    padding: 0 1.4em; }
    .article .article-entry > h1 {
      display: none; }
    .article .article-entry img {
      display: block;
      max-width: 95%;
      margin: 20px auto; }
  .article h2 {
    font-size: 1.65em;
    margin: 1em 0 .8em; }
  .article h3 {
    font-size: 1.35em;
    margin: .85em 0 .7em; }
  .article h4 {
    font-size: 1.15em;
    margin: .75em 0 .55em; }
  .article h5 {
    font-size: 1em;
    margin: .6em 0 .4em; }
  .article ol, .article ul {
    padding-left: 2em; }
  .article li {
    line-height: 1.5; }
  .article img[alt="mobile_preview"] {
    width: 200px; }
  .article a {
    color: #00B4FB; }
    .article a:hover {
      text-decoration: underline; }
  .article .weex-version {
    display: inline-block;
    padding: .3em .8em;
    color: #fff;
    background: #23CEFD;
    border-radius: 2em;
    line-height: 1.2;
    position: absolute;
    top: 15px;
    right: 20px; }
  .article .tag-yes {
    color: #41B883; }
  .article .tag-no {
    color: #FF6600; }

.article-toc {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  right: 0; }
  .article-toc > ul {
    width: 38%;
    position: absolute;
    left: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 6%;
    border: 1px solid #E8E8E8;
    background-color: #FBFBFB; }
    .article-toc > ul a, .article-toc > ul a:link {
      color: #777; }
    .article-toc > ul a:hover, .article-toc > ul a:active {
      color: #00B4FB;
      text-decoration: none; }

.article-heading code {
  color: #6f6666; }

.article-tips {
  margin: 60px 0 0;
  padding: 10px 0;
  border-top: 1px solid #E6E6E6; }

.tips-text {
  margin: 0;
  text-align: right;
  padding-right: 10px;
  font-size: 13px; }
  .tips-text a, .tips-text a:link {
    color: #80d0ff; }
  .tips-text a:active, .tips-text a:hover {
    color: #00B4FB; }

#blog .article {
  margin-left: 0; }

#faq .article {
  margin-left: 0; }

#releasenote .article {
  margin-left: 0; }

.summary {
  -webkit-overflow-scrolling: touch;
  font-size: 15px;
  -ms-flex: 1;
      flex: 1; }
  .summary ul, .summary li, .summary ol {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .summary a.current {
    border: none;
    color: #1FB5FC; }
  .summary a:hover {
    color: #1FB5FC; }
  .summary h3.chapter-title {
    font-size: 1.2em; }
    .summary h3.chapter-title a {
      color: #333; }
  .summary ul.chapter {
    margin-left: 15px; }
    .summary ul.chapter li {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 10px; }

.doc-summary > li {
  margin-bottom: 30px; }

.lang-en .summary h3.chapter-title {
  font-weight: 600; }

.sponsor {
  -ms-flex: 0;
      flex: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

.sponsor-poster {
  display: block;
  width: 140px; }

.sponsor-title {
  color: #7f8c8d;
  font-size: 10px;
  text-align: center; }

/*BLOG*/
.blog-wrapper {
  position: relative;
  width: 100%;
  margin: 120px auto 90px;
  max-width: 850px;
  min-height: 100%; }
  .blog-wrapper .article-excerpt.article {
    margin: 0; }
  .blog-wrapper .article-excerpt > h1 {
    display: none; }
  .blog-wrapper .article-excerpt .weex-version {
    display: none; }
  .blog-wrapper .blog-article-inner {
    padding: 0 1.45em;
    margin-bottom: 50px; }
    .blog-wrapper .blog-article-inner a {
      line-height: 120%; }
  .blog-wrapper .more-link {
    display: block;
    color: #999; }
    .blog-wrapper .more-link:hover {
      color: #777; }

/*PLAYGROUND*/
#playground {
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column; }

.playground-wrapper {
  -ms-flex: 1;
      flex: 1;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center; }
  .playground-wrapper .left {
    width: 320px;
    padding: 20px;
    float: left; }
  .playground-wrapper .qr-code {
    display: block;
    width: 200px; }
  .playground-wrapper .download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .playground-wrapper .links {
    width: 100%;
    list-style: none;
    margin: 0;
    margin-top: 20px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .playground-wrapper .links > li {
      display: inline-block; }
    .playground-wrapper .links .link {
      display: inline-block;
      text-align: center;
      width: 110px;
      height: 30px;
      line-height: 30px;
      border: 1px solid currentColor;
      border-radius: 20px; }

/*EXAMPLE*/
/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34; }

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic; }

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd; }

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75; }

.hljs-literal {
  color: #56b6c2; }

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379; }

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b; }

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66; }

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee; }

.hljs-emphasis {
  font-style: italic; }

.hljs-strong {
  font-weight: bold; }

.hljs-link {
  text-decoration: underline; }

@media screen and (max-width: 1380px) {
  .article .article-toc > ul {
    width: 32%;
    margin-left: 4%; } }

@media screen and (max-width: 1280px) {
  .article .article-toc {
    display: none; } }

@media screen and (max-width: 1080px) {
  #header {
    padding: 0 30px; }
    #header .tools > li {
      margin-left: 10px; }
    #header .tools .search-form {
      width: 120px; }
    #header .main-nav li > a {
      font-size: 1.1em;
      padding: 0 12px; }
  .article .article-toc {
    display: none; }
  .article .article-entry {
    margin: 40px 0 20px 20px; } }

@media screen and (max-width: 850px) {
  /***********************************************
   * Global
   **********************************************/
  body {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 14px; }
  #header .navbar {
    display: none !important; }
  #header #mobile-nav {
    display: -ms-flexbox;
    display: flex; }
  #sidebar {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-transform: translateX(-320px);
        transform: translateX(-320px);
    transition: all .3s ease; }
    #sidebar.open {
      -ms-transform: translateX(0);
          transform: translateX(0); }
  #footer {
    padding: 10px 20px; }
    #footer .disclaimer {
      display: none; }
    #footer .copyright {
      margin: 0; }
  .article .article-entry {
    margin: 20px; }
  /***********************************************
   * Index
   **********************************************/
  .header .galaxy {
    display: none; }
  .edge .scene-container .textbox {
    -ms-flex: 2;
        flex: 2; }
  .edge .scene-container .inner-box:nth-child(3) {
    -ms-flex: 0 0 240px;
        flex: 0 0 240px; }
  .edge .scene-container .sketch-content {
    /*flex-direction: column;
      align-items: center;*/ }
  .horizon .sketch-content {
    padding: 50px 5em; }
  .horizon .sketch-content .inner-box {
    padding: 0 2em; }
  .users .scene-container .textbox {
    -ms-flex: 1;
        flex: 1; }
  .feedback .sketch-content {
    -ms-flex-line-pack: center;
        align-content: center; }
  .feedback .scene-container .textbox {
    -ms-flex: 1;
        flex: 1; }
  /***********************************************
   * Post
   **********************************************/
  .article-wrapper .doc-nav {
    display: none; }
  .article-wrapper .article {
    margin-left: 0; } }

@media screen and (max-width: 600px) {
  /***********************************************
   * Index
   **********************************************/
  .edge .scene-container .textbox {
    -ms-flex: 1;
        flex: 1; }
  .edge .scene-container .sketch-content {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .article .article-entry {
    margin: 10px;
    padding: 5px; }
    .article .article-entry img {
      max-width: 100%; }
  .scene.overlength {
    height: auto;
    min-height: 100%;
    min-height: calc(100% - 72px); }
  .horizon .textbox {
    -ms-flex: 4;
        flex: 4; }
  .horizon .sketch-content {
    padding: 50px 1em; }
    .horizon .sketch-content .title {
      font-size: 18px; }
    .horizon .sketch-content .download-btn {
      width: 60px;
      height: 60px;
      border-radius: 10px;
      top: 5px;
      left: 5px; }
      .horizon .sketch-content .download-btn a {
        width: 100%;
        height: 30px;
        float: none; }
      .horizon .sketch-content .download-btn .android {
        background: url(../images/android-icon.png) center center no-repeat;
        background-size: 24px 24px; }
      .horizon .sketch-content .download-btn .ios {
        background: url(../images/ios-icon.png) center center no-repeat;
        background-size: 24px 24px; }
    .horizon .sketch-content .app-listing {
      margin-top: 0; }
      .horizon .sketch-content .app-listing li {
        padding: 5px; }
      .horizon .sketch-content .app-listing .img {
        width: 60px;
        height: 60px;
        background-size: 60px 60px; }
      .horizon .sketch-content .app-listing .tooltip {
        width: 60px;
        font-size: 12px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .horizon .sketch-content .addmore {
      font-size: 14px;
      margin-top: 0; }
      .horizon .sketch-content .addmore:before {
        font-size: 14px; }
  .horizon .sketch-content .inner-box {
    padding: 0 1em; }
  .horizon .textbox p {
    width: 100%; }
  .header .slide-content .page-title {
    width: 320px;
    margin-left: -160px; }
  .header .slide-content .btn-group {
    bottom: 10%; }
  .feature .right-box {
    width: 500px;
    height: 245.45px;
    top: 50%;
    right: -65px; }
    .feature .right-box .level1, .feature .right-box .level2, .feature .right-box .level3, .feature .right-box .level4 {
      width: 500px;
      height: 245.45px; }
  .cross-platform .sketch-content {
    height: 200px; }
  .supporting-vue .sketch-content.imgbox .imgbox {
    background-size: 80px; }
  .users .sketch-content .user-logo {
    width: 140px;
    height: 140px;
    background-size: 45px; }
  .users .sketch-content .user-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .users .sketch-content .user-logo h3 {
    margin-top: 110px; }
  .feedback .user-feedback {
    /*flex: 1 0 140px;*/ }
  .feedback .scene-container .go-2-doc {
    margin-top: 0; } }
