pre {
  border-radius: 2px;
  position: relative;
}
pre code {
  overflow-x: auto;
  color: #525252;
  word-break: break-all;
  white-space: pre-wrap;
  padding: 1.2em 1.4em;
  font-size: 0.9rem;
  line-height: 1.6rem;
  display: block;
}
pre code .hljs-tag,
pre code .hljs-tag pre code .hljs-title,
pre code .hljs-change,
pre code .hljs-winutils,
pre code .hljs-flow,
pre code .hljs-tex pre code .hljs-special {
  color: #2973b7;
}
pre code .hljs-symbol,
pre code .hljs-symbol pre code .hljs-string,
pre code .hljs-value,
pre code .hljs-regexp,
pre code .hljs-string,
pre code .hljs-subst,
pre code .hljs-haskell pre code .hljs-type,
pre code .hljs-preprocessor,
pre code .hljs-ruby pre code .hljs-class pre code .hljs-parent,
pre code .hljs-built_in,
pre code .hljs-sql pre code .hljs-aggregate,
pre code .hljs-django pre code .hljs-template_tag,
pre code .hljs-django pre code .hljs-variable,
pre code .hljs-smalltalk pre code .hljs-class,
pre code .hljs-javadoc,
pre code .hljs-django pre code .hljs-filter pre code .hljs-argument,
pre code .hljs-smalltalk pre code .hljs-localvars,
pre code .hljs-smalltalk pre code .hljs-array,
pre code .hljs-attr_selector,
pre code .hljs-pseudo,
pre code .hljs-addition,
pre code .hljs-stream,
pre code .hljs-envvar,
pre code .hljs-apache pre code .hljs-tag,
pre code .hljs-apache pre code .hljs-cbracket,
pre code .hljs-tex pre code .hljs-command,
pre code .hljs-prompt {
  color: #1c90f3;
}
pre code .hljs-function pre code .hljs-keyword,
pre code .hljs-constant {
  color: #0092db;
}
pre code .hljs-keyword,
pre code .hljs-attribute {
  color: #d63200;
}
pre code .hljs-number,
pre code .hljs-literal {
  color: #a32eff;
}
pre code .hljs-class pre code .hljs-title {
  color: #fff;
}
pre code .hljs-title {
  color: #a6e22e;
}
pre code .hljs-tag pre code .hljs-value,
pre code .hljs-comment,
pre code .hljs-java pre code .hljs-annotation,
pre code .hljs-python pre code .hljs-decorator,
pre code .hljs-template_comment,
pre code .hljs-pi,
pre code .hljs-doctype,
pre code .hljs-deletion,
pre code .hljs-shebang,
pre code .hljs-apache pre code .hljs-sqbracket,
pre code .hljs-tex pre code .hljs-formula {
  color: #707070;
}
pre code .hljs-coffeescript pre code .hljs-javascript,
pre code .hljs-javascript pre code .hljs-xml,
pre code .hljs-tex pre code .hljs-formula,
pre code .hljs-xml pre code .hljs-javascript,
pre code .hljs-xml pre code .hljs-vbscript,
pre code .hljs-xml pre code .hljs-css,
pre code .hljs-xml pre code .hljs-cdata {
  opacity: 0.5;
}
pre code.hljs.html::before,
pre code.hljs.js::before,
pre code.hljs.bash::before,
pre code.hljs.css::before {
  font-family: "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  text-align: right;
  font-size: 0.9em;
  padding: 5px 10px 0;
  line-height: 15px;
  height: 15px;
  font-weight: 600;
}
pre code.hljs.html::before {
  content: "HTML";
}
pre code.hljs.js::before {
  content: "JS";
}
pre code.hljs.bash::before {
  content: "Shell";
}
pre code.hljs.css::before {
  content: "CSS";
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Light.svg") format("svg");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN";
  src: url("../font/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #304455;
  background-color: #fff;
  margin: 0;
}
body.docs {
  padding-top: 82px;
}
@media screen and (max-width: 900px) {
  body.docs {
    padding-top: 0;
  }
}
a {
  text-decoration: none;
  color: #304455;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
strong {
  font-weight: 600;
  color: #666;
}
code,
pre {
  font-family: "Roboto Mono", Monaco, courier, monospace;
  font-size: 0.85rem;
  background-color: #f8f8f8;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
code {
  color: #d63200;
  padding: 3px 5px;
  margin: 0 2px;
  border-radius: 2px;
  white-space: nowrap;
}
em {
  color: #4f5959;
}
p {
  word-spacing: 0.05em;
}
a.button,
input.button {
  padding: 0.75em 2em;
  border-radius: 2em;
  display: inline-block;
  color: #fff;
  background-color: #2e99f4;
  transition: all 0.15s ease;
  box-sizing: border-box;
  border: 1px solid #2e99f4;
}
a.button.has-icon,
input.button.has-icon {
  position: relative;
  text-indent: 1.4em;
}
a.button.has-icon > svg,
input.button.has-icon > svg {
  position: absolute;
  left: 0.4em;
  top: 0.4em;
  width: 2em;
}
a.button.white,
input.button.white {
  background-color: #fff;
  color: #1c90f3;
}
a.button.gray,
input.button.gray {
  background-color: #f6f6f6;
  color: #4f5959;
  border-color: #f6f6f6;
}
#main {
  position: relative;
  z-index: 1;
  padding: 0 0 30px;
  overflow-x: hidden;
}
sup.beta.beta {
  font-size: 0.6em;
  margin-left: 0.7em;
  text-transform: uppercase;
  opacity: 0.6;
}
@media print {
  body {
    color: #000;
  }
  .highlight {
    padding: 0;
    page-break-inside: avoid;
  }
  .highlight .code pre {
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e8e8e8;
    page-break-inside: avoid;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    color: #000;
    page-break-after: avoid;
    page-break-before: avoid;
  }
  img {
    page-break-inside: avoid;
  }
  h2+p {
    page-break-before: avoid;
  }
  a:link:after,
  a:visited:after {
    content: " [" attr(href) "] ";
  }
}
.content.api h2 > sup,
.content.api h3 > sup {
  margin-left: 0.3em;
  color: #b9465c;
}
#mobile-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  z-index: 9;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,0.25);
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#mobile-bar .menu-button {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 12px;
  background: url("../images/menu.png") center center no-repeat;
  background-size: 24px;
}
#mobile-bar .logo {
  display: block;
  flex: 0 0 30px;
  height: 30px;
  background: url("../images/logo.png") center center no-repeat;
  background-size: 30px;
}
#mobile-bar .title {
  margin-left: 10px;
  font-size: 16px;
}
@media print {
  #header {
    display: none;
  }
}
body.docs {
  padding-top: 78px;
}
.header-tit {
  margin: 0 20px 0 15px;
  width: 180px;
  height: 100%;
  display: inline-block;
  font-size: 1.5em;
  line-height: 36px;
  display: flex;
  align-items: center;
  background: url("../images/doc_logo.png") center center no-repeat;
  background-size: 100%;
}
.header-tit .logoImage {
  margin-right: 6px;
  width: 36px;
  height: 36px;
}
.header-container {
  box-sizing: border-box;
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 960px;
  height: 78px;
  border-top: 4px solid #2a62ff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 10px 0 rgba(0,0,0,0.05);
  background: #fff;
}
.header-container .header-tit-box {
  height: 40px;
  display: flex;
  align-items: center;
  margin-left: 10px;
  padding-left: 40px;
  background: url("../images/logo.png") 0 50% no-repeat;
  background-size: 40px 40px;
}
.header-container .header-tit-box .header-tit {
  font-size: 26px;
  font-family: TTTGBMedium;
  padding: 0 24px 0 18px;
}
.header-container .header-tit-box .header-app {
  border-left: 1px solid #ddd;
  height: 18px;
  padding-left: 24px;
}
.header-container .img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
#demo,
.demo,
.content .demo {
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 25px 35px;
  margin-top: 1em;
  margin-bottom: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow-x: auto;
}
#demo h1,
.demo h1,
.content .demo h1 {
  margin: 0 0 0.5em;
  font-size: 1.8em;
}
#demo h2,
.demo h2,
.content .demo h2 {
  padding: 0;
  border: none;
}
#demo h2,
.demo h2,
.content .demo h2,
#demo h3,
.demo h3,
.content .demo h3,
#demo h4,
.demo h4,
.content .demo h4,
#demo h5,
.demo h5,
.content .demo h5,
#demo h6,
.demo h6,
.content .demo h6 {
  margin: 1em 0;
}
#demo ul,
.demo ul,
.content .demo ul,
#demo ol,
.demo ol,
.content .demo ol {
  padding-left: 1.5em;
  padding-bottom: 0.2em !important;
}
#demo ul:first-child,
.demo ul:first-child,
.content .demo ul:first-child,
#demo ol:first-child,
.demo ol:first-child,
.content .demo ol:first-child {
  margin-top: 0;
}
#demo ul:last-child,
.demo ul:last-child,
.content .demo ul:last-child,
#demo ol:last-child,
.demo ol:last-child,
.content .demo ol:last-child {
  margin-bottom: 0;
}
#demo li,
.demo li,
.content .demo li {
  color: #304455;
}
#demo li.done,
.demo li.done,
.content .demo li.done {
  color: #4f5959;
  text-decoration: line-through;
}
#demo p,
.demo p,
.content .demo p {
  margin: 0 !important;
  padding: 0 !important;
}
#demo textarea,
.demo textarea,
.content .demo textarea {
  width: 100%;
  resize: vertical;
}
#demo > :first-child,
.demo > :first-child,
.content .demo > :first-child {
  margin-top: 0;
}
#demo > :last-child,
.demo > :last-child,
.content .demo > :last-child {
  margin-bottom: 0;
}
ul#demo li,
ul.demo li {
  margin-left: 1.5em;
}
@media screen and (max-width: 900px) {
  #demo,
  .demo {
    margin-left: 0;
  }
}
.benchmark-table {
  margin: 0 auto;
  text-align: center;
}
.benchmark-table tbody > tr > th {
  text-align: right;
}
.benchmark-table th,
.benchmark-table td {
  padding: 3px 7px;
}
@media print {
  #demo,
  .demo,
  .content .demo {
    page-break-inside: avoid;
    padding: 1em;
    margin-bottom: 1em;
    border-width: 2px;
  }
}
.sidebar {
  position: absolute;
  z-index: 10;
  top: 82px;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow-y: scroll;
}
.sidebar h2 {
  margin-top: 0.2em;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  line-height: 1.5em;
  padding-left: 1em;
}
.sidebar li {
  margin-top: 0.5em;
}
.sidebar .sidebar-inner {
  width: 260px;
  padding: 20px 0px 60px 20px;
}
.sidebar .version-select {
  vertical-align: middle;
  margin-left: 5px;
}
.sidebar .menu-root {
  padding-left: 0;
}
.sidebar .sidebar-link {
  color: #4f5959;
}
.sidebar .sidebar-link.current {
  font-weight: 600;
  color: #1c90f3;
}
.sidebar .sidebar-link.test:after {
  content: "内测";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #1c90f3;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-link .preset:after {
  content: "SDK预置";
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background-color: #74b2e7;
  line-height: 14px;
  padding: 0 4px;
  border-radius: 3px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .sidebar-link:hover {
  border-bottom: 2px solid #1c90f3;
}
.sidebar .main-menu {
  margin-bottom: 20px;
  display: none;
  padding-left: 0;
}
.sidebar .nav-dropdown h4 {
  font-weight: normal;
  margin: 0;
}
.sidebar .menu-sub.dynamic {
  list-style: circle;
  padding-left: 1.2em;
}
@media screen and (max-width: 900px) {
  .sidebar {
    position: fixed;
    z-index: 10;
    background-color: #f9f9f9;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    -webkit-transform: translate(-280px, 0);
    transform: translate(-280px, 0);
  }
  .sidebar .sidebar-inner {
    padding: 50px 10px 10px 20px;
    box-sizing: border-box;
  }
  .sidebar .sidebar-inner-index {
    padding: 10px 10px 10px 20px;
  }
  .sidebar .search-query {
    width: 200px;
    margin-bottom: 10px;
  }
  .sidebar .main-menu {
    display: block;
  }
  .sidebar.open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media print {
  .sidebar {
    display: none;
  }
}
.modal {
  box-sizing: border-box;
  display: none;
  position: fixed;
  width: 75%;
  height: auto;
  padding: 0.5em;
  background-color: #f9f9f9;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 11;
}
.modal.open {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.modal-text {
  margin-bottom: 0.5em;
  text-align: center;
}
.modal-text > a {
  color: #1c90f3;
  font-weight: 600;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  z-index: 10;
}
.stop-scroll {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 400px) {
  .modal {
    width: 98%;
  }
}
.api-table {
  width: 100%;
  font-family: "Lucida console", monospace;
  overflow: hidden;
}
.api-table thead {
  width: 100%;
}
.api-table tbody {
  width: 100%;
}
.api-table p {
  margin: 0 !important;
  padding: 0 !important;
}
.api-table tr[data-fold-status="0"] .fold-tag:after {
  content: ' ';
}
.api-table tr[data-fold-status="1"] .fold-tag:after {
  content: '-';
  background: #1c90f3;
}
.api-table tr[data-fold-status="2"] .fold-tag:after {
  content: '+';
  background: #1c90f3;
}
.api-table td {
  padding: 0.3em 0.6em !important;
}
.api-table td.name-td {
  word-break: break-all;
  width: 30%;
  overflow: hidden;
}
.api-table td.name-td .name-td-prefix {
  display: inline-block;
}
.api-table td.name-td .name-td-prefix[data-indent="1"] {
  width: 1.6rem;
}
.api-table td.name-td .name-td-prefix[data-indent="2"] {
  width: 3.2rem;
}
.api-table td.name-td .name-td-prefix[data-indent="3"] {
  width: 4.800000000000001rem;
}
.api-table td.name-td .name-td-prefix[data-indent="4"] {
  width: 6.4rem;
}
.api-table td.name-td .name-td-prefix[data-indent="5"] {
  width: 8rem;
}
.api-table td.name-td .name-td-prefix[data-indent="6"] {
  width: 9.600000000000001rem;
}
.api-table td.name-td .fold-tag {
  cursor: pointer;
  margin-right: 0.4rem;
}
.api-table td.name-td .fold-tag:after {
  display: inline-block;
  width: 1.2rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.api-table td.name-td .fold-tag-placeholder {
  display: inline-block;
  width: 1.2rem;
  margin-right: 0.4rem;
}
.api-table td.name-td .required-tag {
  vertical-align: middle;
  text-align: center;
  background: #ffa500;
  color: #fff;
  font-size: 9px;
  padding: 4px 4px 2px 4px;
  border-radius: 2px;
}
.api-table td.desc-td .example-tag {
  text-align: center;
  vertical-align: middle;
  background: #ffa500;
  color: #fff;
  font-size: 0.6rem;
  padding: 0.2rem;
}
.api-table td.desc-td .example {
  font-size: 0.8rem;
}
.api-table td.desc-td ul {
  margin-top: 0;
}
.api-table td.desc-td p {
  display: inline;
}
.api-table tr[data-trivial="true"] {
  color: #dcdcdc;
}
.api-table tr[data-trivial="true"] strong {
  color: #dcdcdc;
}
.imageExample {
  margin-top: 20px;
}
.imageExample .content,
.imageExample {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.imageExample .content .imageblock,
.imageExample .imageblock {
  width: 50%;
}
.imageExample img {
  object-fit: contain;
}
@media (max-width: 600px) {
  .imageExample .imageblock {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .content {
    padding: 2.2em 0 !important;
  }
  .api-table th {
    padding: 0.1em 0.4em !important;
  }
  .api-table td {
    padding: 0.1em 0.4em !important;
  }
  .api-table td.name-td {
    min-width: 200px;
  }
  .api-table td.name-td .name-td-prefix {
    display: none;
  }
  .api-table td.name-td .fold-tag:after {
    width: 1em !important;
  }
}
.footer {
  clear: both;
  display: flex;
  font-size: 12px;
  margin-left: 0;
  margin-top: 1em;
  padding-top: 10px;
  color: #4f5959;
  border-top: 1px solid #e5e5e5;
}
.footer .links {
  flex: 0 0 6rem;
  text-align: left;
}
.footer .copyright {
  flex: auto;
  text-align: right;
}
@media print {
  .footer {
    display: none;
  }
  .content {
    padding-left: 0px;
  }
  .content p {
    line-height: 1.35em;
  }
  .content p.tip {
    background-color: #fff;
    border: 2px solid #e8e8e8;
    border-left: 4px solid #f66;
  }
}
.content-nav {
  position: relative !important;
  background: rgba(255,255,255,0.8);
}
.content-nav > ul.menu-sub {
  position: fixed;
  padding: 0 1rem 0 40px;
}
.content-nav li {
  padding: 0.2rem 0;
}
.content-nav .section-link.active {
  font-weight: bold;
  color: #1c90f3;
}
@media screen and (max-width: 900px) {
  .content-nav {
    display: none;
  }
}
.sub-topic {
  font-size: 18px;
}
#nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#nav .break {
  display: none;
}
#nav li {
  display: inline-block;
  position: relative;
  margin: 0 0.6em;
}
#nav .nav-dropdown .nav-link {
  color: #666;
}
#nav .nav-dropdown .nav-link:hover,
#nav .nav-dropdown .nav-link.current {
  border-bottom: none;
}
#nav .nav-dropdown .nav-link.current::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid #1c90f3;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 8px;
}
#nav .nav-dropdown .nav-link.new::before {
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #f66;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  left: 8px;
}
.nav-link {
  padding-bottom: 3px;
  white-space: nowrap;
}
.nav-link:hover,
.nav-link.current {
  border-bottom: 3px solid #1c90f3;
}
.nav-link.team {
  margin-left: 10px;
}
.nav-link.new::before {
  content: "";
  width: 0;
  height: 0;
  border: 2px solid #f66;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 1px);
  left: -8px;
}
.new-label {
  position: absolute;
  top: 3px;
  left: 110%;
  background-color: #1c90f3;
  color: #666;
  line-height: 16px;
  height: 16px;
  font-size: 9px;
  font-weight: bold;
  font-family: "Roboto Mono", Monaco, courier, monospace;
  padding: 1px 4px 0 6px;
  border-radius: 4px;
}
#nav .nav-link {
  color: #666;
  cursor: pointer;
}
#nav .nav-dropdown-container .nav-link:hover:not(.current) {
  border-bottom: none;
}
#nav .nav-dropdown-container:hover .nav-dropdown {
  display: block;
}
#nav .nav-dropdown-container.language,
#nav .nav-dropdown-container.ecosystem {
  margin-left: 20px;
}
#nav .nav-dropdown {
  display: none;
  box-sizing: border-box;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: -20px;
  background-color: #fff;
  padding: 10px 0;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  text-align: left;
  border-radius: 4px;
  white-space: nowrap;
}
#nav .nav-dropdown li {
  line-height: 1.8em;
  margin: 0;
  display: block;
}
#nav .nav-dropdown li > ul {
  padding-left: 0;
}
#nav .nav-dropdown li:first-child h4 {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
#nav .nav-dropdown a,
#nav .nav-dropdown h4 {
  padding: 0 24px 0 20px;
}
#nav .nav-dropdown h4 {
  margin: 0.45em 0 0;
  padding-top: 0.45em;
  border-top: 1px solid #eee;
}
#nav .nav-dropdown a {
  color: #757575;
  display: block;
}
#nav .nav-dropdown a:hover {
  color: #1c90f3;
}
#nav .arrow {
  display: inline-block;
  margin-top: 8px;
  margin-left: 4px;
  width: 12px;
  height: 12px;
  pointer-events: none;
  background: url("../images/down_by_desgin.png") no-repeat;
  background-size: 100%;
}
#header {
  box-shadow: 0 0 1px rgba(0,0,0,0.25);
  transition: background-color 0.3s ease-in-out;
}
.content {
  position: relative;
  padding: 2.2em 1em;
  margin: 0 auto;
  padding-left: 50px;
}
.content.api > a:first-of-type > h2 {
  margin-top: 0;
  padding-top: 0;
}
.content.api ul {
  padding-left: 1.25em;
  line-height: 1.4em;
}
.content.api ul ul,
.content.api ul p:not(.tip) {
  padding-bottom: 0;
  margin: 1.2em 0;
}
.content a.button {
  font-size: 0.9em;
  color: #fff;
  margin: 0.2em 0;
  width: 200px;
  text-align: center;
  padding: 12px 24px;
  display: inline-block;
  vertical-align: middle;
}
.content img {
  max-width: 100%;
}
.content span.light {
  color: #4f5959;
}
.content span.info {
  font-size: 0.85em;
  display: inline-block;
  vertical-align: middle;
  width: 280px;
  margin-left: 20px;
}
.content h1 {
  margin: 0 0 1em;
}
.content h2,
.content h3 {
  pointer-events: none;
}
.content h2 a,
.content h3 a,
.content h2 button,
.content h3 button {
  pointer-events: auto;
  color: #666;
}
.content h2:before,
.content h3:before {
  content: "";
  display: block;
  margin-top: -112px;
  height: 112px;
  visibility: hidden;
}
.content h2 {
  margin: 45px 0 0.8em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ddd;
}
.content h3 {
  margin: 52px 0 1.2em;
  line-height: 1.2;
  position: relative;
}
.content h3 > a:before {
  content: "#";
  color: #1c90f3;
  position: absolute;
  left: -0.7em;
  margin-top: -0.05em;
  padding-right: 0.5em;
  font-size: 1.2em;
  line-height: 1;
  font-weight: bold;
}
.content figure {
  margin: 1.2em 0;
}
.content p,
.content ul,
.content ol {
  line-height: 1.6em;
  margin: 1.2em 0 -1.2em;
  padding-bottom: 1.2em;
  position: relative;
  z-index: 1;
}
.content ul,
.content ol {
  padding-left: 1.5em;
  position: inherit;
}
.content ul ul,
.content ol ul,
.content ul ol,
.content ol ol {
  margin: 0;
}
.content a {
  color: #1c90f3;
  font-weight: 600;
}
.content blockquote {
  margin: 2em 0;
  padding-left: 20px;
  border-left: 4px solid #1c90f3;
}
.content blockquote p {
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.content iframe {
  margin: 1em 0;
}
.content table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 1.2em auto;
  padding: 0;
  overflow-x: auto;
}
.content table td,
.content table th {
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  border: none;
  border: 1px solid #ddd;
}
.content table th {
  font-weight: bold;
  text-align: left;
}
.content table th,
.content table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
.content table th code,
.content table tr:nth-child(2n) code {
  background-color: #efefef;
}
.content p.tip,
.content p.success {
  padding: 12px 24px 12px 30px;
  margin: 2em 0;
  border-left-width: 4px;
  border-left-style: solid;
  background-color: #f8f8f8;
  position: relative;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.content p.tip:before,
.content p.success:before {
  position: absolute;
  top: 14px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-family: "Dosis", "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}
.content p.tip code,
.content p.success code {
  background-color: #efefef;
}
.content p.tip em,
.content p.success em {
  color: #304455;
}
.content p.tip {
  border-left-color: #f66;
}
.content p.tip:before {
  content: "!";
  background-color: #f66;
}
.content p.success {
  border-left-color: #1c90f3;
}
.content p.success:before {
  content: "\f00c";
  font-family: FontAwesome;
  background-color: #1c90f3;
}
.guide-links {
  margin-top: 2em;
  height: 1em;
}
#main.fix-sidebar {
  position: static;
  display: flex;
}
#main.fix-sidebar .content.with-sidebar {
  flex: 1;
}
#main.fix-sidebar .content-nav {
  flex: 0 0 200px;
}
#main.fix-sidebar .sidebar {
  position: fixed;
}
.content.with-sidebar {
  margin-left: 290px;
}
@media screen and (max-width: 900px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }
  .header-container {
    display: none;
  }
  #logo {
    display: none;
  }
  .nav-link {
    padding-bottom: 1px;
  }
  .nav-link:hover,
  .nav-link.current {
    border-bottom: 2px solid #1c90f3;
  }
  #mobile-bar {
    display: flex;
  }
  #main {
    padding: 2em 1em 0;
  }
  .highlight pre {
    padding: 1.2em 1em;
  }
  .content {
    padding-left: 0;
  }
  .content.with-sidebar {
    margin: auto;
  }
  .content h2:before,
  .content h3:before {
    content: "";
    display: block;
    margin-top: -70px;
    height: 70px;
    visibility: hidden;
  }
}
@media screen and (max-width: 560px) {
  #downloads {
    text-align: center;
    margin-bottom: 25px;
  }
  #downloads .info {
    margin-top: 5px;
    margin-left: 0;
  }
  iframe {
    margin: 0 !important;
  }
}
.content.menu {
  font-size: 1.2em;
}
.content.menu .menu-root {
  padding-left: 0;
}
.content.menu #search-form,
.content.menu .algolia-autocomplete,
.content.menu input {
  width: 100%;
}
.content.menu .aa-dropdown-menu {
  box-sizing: border-box;
}
.content.menu h3 {
  margin: 1.5em 0 0.75em;
}
.content.menu h3:before,
.content.menu h3:after {
  display: none;
}
.content.menu li {
  list-style-type: none;
  margin-top: 0.1em;
}
#main >.content .content {
  padding: 0;
}
#main table {
  width: 100%;
}
#main table p.tableblock {
  padding: 0;
  margin: 0;
}
#main code {
  line-height: 1.3rem;
}
#main ul li > p {
  margin: 0;
  padding: 0;
}
.admonitionblock {
  box-shadow: 1px 1px 5px #eee;
  padding: 10px 0;
}
.admonitionblock .icon .title {
  padding: 0 10px;
  background: #ccc;
  color: #fff;
  border-radius: 5px;
  text-shadow: 2px 1px 2px #c1801e;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
.admonitionblock table {
  border-collapse: separate;
  border: 0;
  background: none;
  width: 100%;
  margin: 0;
}
.admonitionblock table th {
  border: 0;
}
.admonitionblock table td {
  border: 0;
}
.admonitionblock table .content {
  width: 100%;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
}
.admonitionblock.warning .icon .title {
  background: #f7b565;
  color: #f7f7f7;
}
