body {
  margin-top: 124;
}

/* .title {
  font-weight: bold;
} */

.vuep-editor {
  display: none;
}

section.content img {
  border: 1px solid #eee;
  margin-top: 8px;
  margin-bottom: 8px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  /* text-underline-position: under !important; */
}

.goto-app-link {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  position: absolute;
  padding-right: 30px;
  right: 20px;
  display: none;
}

.goto-app-link::after {
  content: '';
  position: absolute;
  right: 5px;
  display: block;
  top: 5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.sidebar-toggle {
  display: none;
}

.sidebar {
  /* margin-top: 124px; */
  margin-top: 62px;
}

.app-nav {
  position: fixed;
  /* margin-top: 62px; */
  margin-top: 0;
  top: 0;
  left: 0;
  background: #2a3042;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  width: 100%;
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.23); */
  font-size: 13px;
  /* display: flex; */
  /* align-items: center; */
  padding: 0 20px;
  /* justify-content: space-between !important; */
  text-align: left
}

.app-nav a {
  font-size: 13px;
}

.app-nav a.active,
.app-nav a:hover {
  border-bottom: 0;
  color: #7493ff;
}

.app-nav ul {
  padding: 0 !important;
}

.app-nav ul li {
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
  position: relative;
  font-weight: bold;
  cursor: default;
}

.app-nav > ul > li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}

.navbar {
  background: #24325f;
  /* height: 62px; */
  min-width: 1200px;
  z-index: 1000;
  top: 0px;
  left: 0px;
  position: fixed;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  width: 100%;
  height: 0;
  padding: 0;
  /* padding: 0 16px; */
  /* display: none; */
}

.navbar .navbar-brand {
  display: none;
}

.sidebar {
  border-right-width: 1px;
  width: 270px;
}

.content {
  left: 270px !important;
  padding-right: 0 !important;
  /* padding-top: 124px !important; */
}

.toc-nav {
  position: fixed;
  right: 0px !important;
  top: 100px !important;
  padding: 0 !important;
  width: 200px !important;
  max-width: unset !important;
  opacity: 1 !important;
  margin-right: 10px !important;
}

.toc-nav a {
  font-size: 13px;
}

.toc-nav .page_toc {
  margin: 0;
}

.page_toc div {
  padding: 5px 10px 5px 0px !important;
  margin-left: 0 !important;
}

.toc-nav .page_toc .active {
  border-left-color: #7493ff;
  color: #7493ff;
}

.page_toc div.active a span {
  color: #7493ff !important;
}

.page_toc div[class^="lv"] a {
  font-weight: bold !important;
}

.page_toc div[class^="lv"] a:hover span {
  color: #7493ff !important;
}

.page_toc {
  position: relative;
}

.toc-nav .page_toc .lv2 a {
  font-weight: bold !important;
}

.page_toc .lv3 {
  margin-left: 16px;
}

.sidebar {
  padding-top: 15px;
}

.sidebar ul li {
  margin: 15px 0 0 0;
}

.sidebar-nav > ul {
  margin-left: 30px;
}

.sidebar-nav > ul > li {
  cursor: pointer;
  position: relative;
  font-weight: 500 !important;
}

.sidebar-nav ul li a {
  font-weight: 500 !important;
  color: #364149 !important;
  padding-right: 14px;
  font-size: 15px;
  line-height: 20px;
}

.sidebar-nav > ul > li > a::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  top: 13px;
  border-width: 10px;
  border-style: solid;
  border-color: #fff;
  z-index: 1;
}

.switch-platform-btn {
  padding-right: 15px !important;
  cursor: pointer;
}

.switch-platform-btn::before {
  content: '';
  position: absolute;
  right: -6px;
  display: block;
  top: 12px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #565656 transparent;
}

.dropdown-btn {
  position: absolute;
  right: 200px;
  top: 20px;
  margin: 0;
  padding-left: 0;
  padding-right: 15px;
  list-style: none;
  cursor: pointer;
}

.dropdown-btn li ul {
  padding-left: 0;
}

.dropdown-btn > li::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #565656 transparent;
}

.dropdown-btn p {
  margin: 0;
  font-weight: bold;
}

.dropdown-btn a {
  text-decoration: none;
  transition: color .3s;
  color: #565656;
  font-weight: bold;
}

.dropdown-btn a.active,
.dropdown-btn a:hover {
  color: #7493ff !important;
}

.dropdown-btn li ul {
  display: none;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  top: 100%;
  white-space: nowrap;
  list-style: none;
}

.dropdown-btn li ul li {
  padding: 4px 0;
  display: block;
  font-size: 14px;
  line-height: 1rem;
  margin: 8px 14px;
  white-space: nowrap;
}

.dropdown-btn li:hover ul {
  display: block;
}

ul.download-sdk-btn {
  background: #7493ff;
  color: #ffffff;
  width: 163px;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
  font-size: 13px;
  position: absolute;
  right: 16px;
  top: 2px;
  padding-left: 0;
  font-weight: 700;
}

ul.download-sdk-btn p {
  margin: 0;
}

ul.download-sdk-btn a {
  text-decoration: none;
  padding: 0 12px;
  color: #565656;
  display: block;
}

ul.download-sdk-btn::after {
  content: '';
  position: absolute;
  right: 12px;
  display: block;
  top: 15px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #fff transparent;
}

ul.download-sdk-btn > li {
  padding: 0;
  margin: 0;
  width: 100%;
  cursor: pointer;
  padding: 0 12px;
}

ul.download-sdk-btn li ul {
  left: 0;
  right: unset;
  color: #565656;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  max-height: calc(100vh - 61px);
  overflow-y: auto;
  white-space: nowrap;
}

ul.download-sdk-btn li:hover ul {
  padding: 0;
  display: inline-block;
}

ul.download-sdk-btn li {
  list-style: none;
}

.markdown-section {
  margin: 0 220px 0 20px;
  max-width: none;
}

.markdown-section a {
  color: #7493ff !important;
}

/* .sidebar-nav > ul > li::after {
  content: '';
  position: absolute;
  right: 0;
  display: block;
  top: 17px;
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: #364149 transparent;
} */

.sidebar-nav > ul > li.open-active {
  color: #7493ff !important;
}

.sidebar-nav > ul > li > ul > li.open > a {
  color: #7493ff !important;
}

.sidebar-nav > ul > li.open::after {
  border-width: 0 5px 5px;
}

/* .sidebar-nav > ul > li > ul > .file, .sidebar-nav > ul > li > ul > .folder, .sidebar-nav > ul > li > ul > .folder > ul > .file {
  margin: 0;
  padding: 8px 0;
} */

.sidebar-nav .file, .sidebar-nav .folder {
  margin: 0;
  padding: 8px 0;
}

.sidebar-nav .folder::before {
  top: 19px !important
}

.search input:focus {
  box-shadow: none !important;
  border: 1px solid #7493ff !important;
}

.search .search-keyword,
.search a:hover {
  color: #7493ff !important;
}

.markdown-section pre {
  padding: 0 1rem !important;
}

.markdown-section pre > code {
  padding: 1em 0 !important;
}

.docsify-copy-code-button {
  font-size: 13px !important;
  padding: .4em .6em !important;
}

.sidebar-nav > ul > li ul {
  display: none;
}

.app-sub-sidebar {
  display: none;
}

.app-sub-sidebar.open {
  display: block;
}

/* .sidebar-nav .open > ul:not(.app-sub-sidebar),
.sidebar-nav .active:not(.hold) > ul {
  display: block;
} */

.active + ul.app-sub-sidebar {
  display: block;
}

.app-nav li ul li {
  padding: 4px 0;
}

ul.platform-tabs {
  display: block;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e6ecf0;
  font-size: 0;
  line-height: 0;
  list-style: none;
  font-size: 15px;
  font-weight: 500;
}

.platform-tabs > .platform-tab {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 18px 18px 17px;
  cursor: pointer;
  position: relative;
}

.platform-tabs > .platform-tab::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #7493ff;
  content: '';
  transition: height 0.15s;
}

.platform-tabs > .platform-tab.active::before {
  height: 4px;
}

.platform-tabs > .platform-tab:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
  height: 18px;
  background: #e6ecf0;
  content: '';
}

.tabs-wrap {
  position: relative;
}

.loading-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .8);
}

.network-table {
  margin: 0 20px;
  font-size: 0;
  position: relative;
  min-height: 200px;
}

.network-tr {
  border-bottom: 1px solid #ccd6dd;
  display: flex;
}

.network-item {
  width: 33.33%;
  display: inline-block;
  padding: 16px 13px;
  font-size: 14px;
  vertical-align: top;
  cursor: pointer;
}

.network-item:hover {
  background: #ecf3f9;
}

.network-name {  
  font-weight: 700;
  margin-bottom: 9px;
  display: block;
}

.network-version {
  color: #7493ff;
  font-weight: 700;
  margin-bottom: 9px;
}

.network-format {
  font-size: 13px;
  font-weight: 400;
}

.btn {
  height: 32px;
  padding: 4.8px 12px;
  width: 104px;
  background: #7493ff;
  border-color: #7493ff;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
}

.btn:disabled {
  opacity: 0.6;
}

#integrate-btn {
  margin-left: 10px;
}

.options-wrap {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 10px;
  font-weight: bold;
}

.options-wrap .option-field {
  margin-bottom: 6px;
  margin-right: 30px;
  display: inline-block;
}

.options-wrap .option-field label {
  margin-right: 5px;
}

.textarea-code {
  color: #657786;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

.sdk-download-url {
  color: #657786;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 32px;
}

.block {
  margin: 15px 20px 0;
}

.block-title {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 32px;
  min-height: 32px;
  font-weight: 500;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner.white div:after {
  background: #fff;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#sdk-build .sub-title {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 16px;
  position: relative;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Cpath d='M510.38 718.42c-12.28 0-24.56-4.69-33.94-14.06L159.67 387.55c-18.75-18.75-18.75-49.12 0-67.88s49.12-18.75 67.88 0l316.78 316.81c18.75 18.75 18.75 49.12 0 67.88-9.38 9.37-21.66 14.06-33.95 14.06z' fill='%23131414'/%3E%3Cpath d='M513.6 718.42c-12.28 0-24.56-4.69-33.94-14.06-18.75-18.75-18.75-49.12 0-67.88l316.78-316.81c18.75-18.75 49.12-18.75 67.88 0s18.75 49.12 0 67.88L547.54 704.36c-9.37 9.37-21.66 14.06-33.94 14.06z' fill='%23131414'/%3E%3C/svg%3E") no-repeat center right 6px #212529;
}

select.form-control {
  display: block;
  width: 100%;
  border: 1px solid #dddfe6;
  padding: .375rem .75rem;
  background-color: #fff;
  background-clip: padding-box;
  color: #34495e;
  border-radius: 4px;
}

select.form-control:hover {
  border: 1px solid #7493ff;
}

.btn[disabled] {
  background: rgba(229, 231, 237, .4) !important;
  border: 1px solid #DAE3EA !important;
  color: #999 !important;
  opacity: 1;
}

.btn[disabled]:hover {
  opacity: 1;
}

.version-table {
  border-bottom: 1px solid #ccd6dd;
  padding-bottom: 1.4rem;
}

.version-table thead th {
  background: #f1f2f4;
}



/* 视频 */
.video {
  border: 1px solid #e6e6e6;
}
.video:focus {
  outline: none
}
/* logo */
.logo {
  vertical-align: top;
  margin: 12px 20px 0 0
}
/* 图片 */
.img {
  width: 800px;
  vertical-align: top;
}
/* 多个图片间距 */
.multiple-img-margin {
  margin-bottom: 10px
}
/* 统一h标签边距 */
h1, h2, h3, h4, h5, h6 {
  margin: 30px 0 10px 0
}

@media screen and (max-width: 1024px) {
  .content {
    padding-top: 60px !important;
  }
  .toc-nav {
    display: none !important;
  }
  .markdown-section {
    margin: 0 auto !important;
  }
}