body {
  overflow-x: hidden;
}
.line_top {
  border-top: 1px solid #cacaca;
  height: 1px;
  overflow: hidden;
  background: none;
  margin-bottom: 25px;
}
.bs-docs-sidebar {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  color: #666;
  z-index: 9;
}
.right_c .bs-docs-sidebar {
  border: 0;
  border-left: 5px solid #c9c9c9;
}
.right_c .bs-docs-sidebar li {
  margin-left: -5px;
}
.bs-docs-sidebar.affix {
  position: static;
}
@media (min-width: 1200px) {
}
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  .bs-docs-sidebar.affix {
    /* position: fixed;
		top: 20px */
  }
  .bs-docs-sidebar.affix-bottom {
    position: absolute;
  }
  .bs-docs-sidebar.affix .bs-docs-sidenav,
  .bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.bs-docs-sidebar .nav > .active:focus > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active > a {
  font-weight: 700;
  background-color: transparent;
  border-left: 5px solid #cacaca;
  color: #fc4513;
}
.bs-docs-sidebar .nav > li > a {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
.bs-docs-sidebar .nav > li > a:hover {
  background: none;
}
.bs-docs-sidebar .nav .nav {
  padding-bottom: 10px;
}
.bs-docs-sidebar .nav > .active > ul {
  display: block;
}
.sidebar-blue {
  border-top: 5px solid #006092;
  width: 200px;
  z-index: 9;
}
.sidebar-blue .nav > .active > a {
  color: #006092;
}
.sidebar-blue .nav > .active:hover > a,
.sidebar-blue .nav > .active:focus > a {
  color: #006092;
}
@media (max-width: 1400px) {
  .sidebar-blue {
    width: 180px;
  }
}
.list_two {
  text-indent: 1em;
}
.list_three {
  text-indent: 2em;
}
.breadcrumb .active {
  color: #fc4513;
  color: #006092;
}
.breadcrumb > li + li:before {
  content: "\003E";
}
.list_two li {
  clear: both;
}
.demo_error {
  color: #c7254e;
}
pre .comments {
  color: #008F00;
}
pre .keyword {
  color: #C76500;
}
.table > tbody > tr.head > td,
.table > tbody > tr.head > th,
.table > tbody > tr > td.head,
.table > tbody > tr > th.head,
.table > tfoot > tr.head > td,
.table > tfoot > tr.head > th,
.table > tfoot > tr > td.head,
.table > tfoot > tr > th.head,
.table > thead > tr.head > td,
.table > thead > tr.head > th,
.table > thead > tr > td.head,
.table > thead > tr > th.head {
  background-color: #5F8C2D;
  color: #fff;
  text-align: center;
}
p.prettyprint {
  border: 0 solid #888;
  padding: 20px;
  background: #EEE;
}
p.prettyprint:hover {
  box-shadow: 0 0 25px 0 #93CAF9;
}
#flashwrap {
  height: 400px;
  margin-bottom: 15px;
}
.wordBreak {
  word-break: break-word;
}
@media (min-width: 1400px) {
  .bgwhite .container {
    width: 1320px;
  }
}
@media (min-width: 1600px) {
  .bgwhite .container {
    width: 1520px;
  }
}
.text-blue {
  color: #006092;
}
.circle-prefix {
  background-image: url("/images/mobileapi/icon-circle-black.png");
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 0;
  text-indent: 0.75em;
}
.circle-prefix.gray {
  background-image: url("/images/mobileapi/icon-circle-gray.png");
}
.circle-prefix.black {
  background-image: url("/images/mobileapi/icon-circle-black.png");
}
.qr-wrap {
  width: 100%;
  height: 160px;
  background-color: #44b79d;
  position: relative;
}
.qr-wrap .qr-content {
  color: #FFFFFF;
  width: 240px;
  text-align: left;
  padding: 20px 0 0 40px;
  box-sizing: content-box;
}
.qr-wrap .qr-right {
  position: absolute;
  right: 80px;
  top: 25px;
  width: 100px;
  height: 120px;
  font-size: 14px;
  color: #FFFFFF;
}
.qr-wrap .qr-right .qr-code {
  width: 100px;
  height: 100px;
}
.qr-wrap .qr-right .qr-code img {
  width: 100%;
  height: 100%;
}
.cop2video-wrap {
  position: relative;
  height: 660px;
  min-width: 980px;
}
.cop2video-wrap img {
  width: 350px;
  height: 630px;
}
.cop2video-wrap .video-panel {
  position: absolute;
  right: 0;
  top: 0;
}
.cop2video-wrap .video-panel video {
  position: absolute;
  top: 66px;
  left: 37px;
  width: 277px;
}
.cop2video-wrap .video-panel .video-control {
  display: none;
  cursor: pointer;
  width: 126px;
  height: 126px;
  position: absolute;
  top: 255px;
  left: 126px;
  background-image: url("/images/mobileapi/control-play.png");
  background-repeat: no-repeat;
  background-position: center;
}
.cop2video-wrap .video-panel .video-control.playing {
  background-image: url("/images/mobileapi/control-pause.png");
}
.cop2video-wrap .video-panel.success:hover .video-control {
  display: block;
}
/* 折叠菜单 */
#videoCollapsible {
  margin-right: 400px;
}
.panel-default > .panel-heading {
  background-color: #44b79d;
  color: #FFFFFF;
  position: relative;
  padding-right: 40px;
}
.panel-default > .panel-heading:hover {
  cursor: pointer;
}
.panel-default > .panel-heading .title-arrow {
  position: absolute;
  right: 10px;
  top: 35%;
  background-image: url("/images/mobileapi/icon-cop-up.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
}
.panel-default > .panel-heading.collapsed {
  background-color: transparent;
  color: inherit;
}
.panel-default > .panel-heading.collapsed .title-arrow {
  background-image: url("/images/mobileapi/icon-cop-down.png");
}
.panel-title {
  font-size: 16px;
}
.panel-title-extra {
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
  margin-top: 5px;
}
.panel-group .panel + .panel {
  margin-top: -1px;
}
.panel-body {
  height: 240px;
  overflow-y: auto;
}
.panel-body pre {
  margin-left: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  white-space: pre-wrap;
}
.bs-docs-sidebar .nav > .active:focus > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active > a {
  border-left: 5px solid #347ba2;
}
.bs-docs-sidebar .bs-docs-sidenav .active .nav_warp {
  display: none;
}
.bs-docs-sidebar .bs-docs-sidenav .toggleMenu a i {
  display: none;
}
.bs-docs-sidebar .bs-docs-sidenav .toggleMenu a .fa-caret-down {
  position: absolute;
  top: 5px;
  right: 55px;
}
.bs-docs-sidebar .bs-docs-sidenav .toggleMenu a .fa-caret-up {
  position: absolute;
  bottom: 8px;
  right: 55px;
}
.bs-docs-sidebar .bs-docs-sidenav .toggleMenu a[href='#guide'] i {
  display: inline;
}
.bs-docs-sidebar .bs-docs-sidenav .openChild .nav_warp {
  display: block;
}
.bs-docs-sidebar .bs-docs-sidenav .openChild .nav_warp .bs-docs-sidenav a {
  padding-left: 50px;
  padding-right: 10px;
}
.bs-docs-sidebar .bs-docs-sidenav .openChild .nav_warp .bs-docs-sidenav .active a {
  border: 0;
}
#navbar-example {
  position: absolute;
  top: 20px;
}
.bs-docs-sidebar .nav > li .buleBorder {
  border-left: 5px solid #006092;
  color: #006092;
  font-weight: bold;
}
.nav_warp {
  max-height: 400px;
}
.nav_warp .bs-docs-sidebar {
  border: 0;
}
/*# sourceMappingURL=index-api.css.map */
