html,body {
  font:12px/1.6 -apple-system,BlinkMacSystemFont,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif !important;
  background: #fff;
}
a {color: #0078b6}
body.docs {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: #837F84;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 auto;
}

.header {
  position: fixed;
  height: 70px;
  line-height: 70px;
  top: 0;
  font-size: 0;
  width: 100%;
  display: block;
  border-bottom: 1px solid #fbfbfb;
  z-index: 99;
  background: #fff;
  box-shadow:0px 2px 5px #F7F7F7;
  text-align: justify;

}
.apidoc-item a,.apidoc-item a:hover  {
  color: #27A7EC;
}
.must-exists:after {
  content: "*";
  color: var(--pink);
}
.header > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
}

.header .logo {
  margin-left: 10px;
}
.header .title {
  font-size: 12px;
  margin-left: 16px;
}
.header .top-nav li:hover .product-item-list {
  display: block;
}
.header .top-nav .product-item-list{
  position: absolute;
  display: none;
  width: 115px;
  height: 95px;
  padding-top: 10px;
  padding-left: 15px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 15px #eee;
  right: 0px;
  top: 50px;
}
.header .top-nav ul li.product {
  position: relative;
  text-align: left;
}
.header .top-nav ul li.product ul li {
  display: block;
  line-height: normal;
  margin-top: 9px;
  color: #666;
  font-size: 12px;

}
.header .top-nav ul li.product ul li:nth-child(1){
  margin-top: 6px;
}
.header .top-nav ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  color: #7a7c7a;
}

.header .top-nav ul li a, .header .top-nav ul li a:hover {
  color: #7a7c7a;
  text-decoration: none;
}
.header .top-nav ul li.product em {
  display: inline-block;
  width: 15px;
  height: 7px;
  background: url("https://wx-static.drip.im/img/member/single/down-more-icon.png") no-repeat;
  margin-left: 5px;
}
#wrapper {
  transition: all 0.5s ease;
  padding-left: 250px;
  margin-top: 50px;
}

#sidebar-wrapper {
  background: #f7f7f7;
  color: #333333;
  width: 236px;
  z-index: 1;
  position: fixed;
  left: 236px;
  height: 100%;
  margin-left: -236px;
  overflow:auto;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#page-content-wrapper {
  position: relative;
  padding: 50px;
  background: #fff;
  font-size: 14px;

}
.sidebar-nav {
  width: 250px;
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 100px;
}

.sidebar-nav a {
  font-size: 12px;
  color: #666;
  display: block;
  width: 200px;
  margin-left: 12px;
  border-radius: 2px;
  text-decoration: none;
}
.sidebar-nav > li {
  line-height: 28px;
}
.sidebar-nav  .sub-nav  a.active {
  background: #27A7EC;
  color: #fff;
}

.sub-nav a:hover {
  text-decoration: none;
  background: #e8e8e8;
  color: #333;
}

table table {
  font-size: 10px;
}



.sidebar-nav > li ul {
  padding: 0;
  margin: 0; }
.sidebar-nav > li ul li {
  list-style: none; }
.sidebar-nav > li ul li a {
  display: block;
  padding: 0 0 0 10px;
}
.sidebar-nav > li ul li a:hover, .sidebar-nav > li ul li a:active {
  text-decoration: none;
}
.sidebar-nav .active {
  display: block;
}
.sidebar-nav > .sidebar-brand {
  font-size: 17px;
  margin-bottom: 16px;
}
.sidebar-nav > .sidebar-brand a {
  padding: 20px 24px;
}
.sidebar-nav > .sidebar-brand a .brand-wrapper {
  position: relative;
  width: 36px;
  height: 36px;
}

.sidebar-nav > .sidebar-brand a .brand-wrapper span {
  position: absolute;
  top: 0;
  left: 42px;
  z-index: 30;
  white-space: nowrap;
}


div.apidoc {
  background: #fff;
  height: auto;
}

.api-parameter dl > * {
  display: inline-block;
}

.model-prop-name, .model-prop-type {
  margin-right: 18px;
  margin-left: 18px;
}
.model-prop-name {
  width: 64px;
  margin-left: 0px;
}
.hidden {
  display: none;
}
.badge.badge-api {
  background: #E5F6FF;
  color: #27A7EC;
  font-weight: 200;
  border-radius: 2px;
  margin-right: 5px;
  padding:3px 6px 6px  6px;
  font-size: 14px;

}
.required {
  margin-left: 4px;

}
table {margin-top: 8px;width: 100%;}
table td{border:1px solid #eceeef; padding:5px 60px 5px 10px;}
table th{border:1px solid #eceeef; padding:5px 60px 5px 10px; background: #f9f9f9;}
.table-bordered {font-size: 14px;}
.table-bordered thead td, .table-bordered thead th {border-bottom-width:1px; color: #333;}
.table-bordered td {border: 1px solid #eceee}
.apidoc-item {
  font-size: 14px;

}
.apidoc-item h3 ,.card-block h3{
  font-size: 30px ;
  line-height: 30px;

  margin-bottom: 15px;
  color: #333;
}
.apidoc-item h4 {
  font-size: 20px;

  line-height: 40px;
  padding-top: 35px;
  color: #333;
}
.apidoc-item h6 {
  font-size: 14px;
  padding-top: 10px;
  color: #333;
}
.top-level span {
  font-size: 14px;
  color: #b3b3b3;
  padding-left: 22px;
}
.top-level {margin-top: 20px;}
.card-block { clear: both; }
.hljs {
  background:#f5f5f5 !important;
  padding-left: 20px !important;
}

.api-category-block {
  width: 860px;
}
.api-intro-block {
  display: inline-block;
  margin-right: 64px;
  margin-bottom: 16px;
}
.api-intro-block:nth-child(2n+1) {
  margin-right: 0px;
}
.api-intro-block > * {
  display: inline-block;
  vertical-align: text-top;
}
.api-intro-block > div{
  width: 280px;
}
.api-intro-block .api-intro-icon {
  -webkit-text-stroke: 2px white;
  font-size: 60px;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 24px;
  margin-top: 12px;
  font-weight: 100;
}

.api-intro-icon.icon-order {
  background: url("https://zd-static.drip.im/zd-web/open/img/order.svg") center no-repeat;
  background-size: 100%;
  opacity: 0.5;
}
.api-intro-icon.score-icon {
}

.api-intro-icon.remark-icon {
}
.api-category-title {
  border-bottom: 1px solid #e6e6e8;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.table-bordered thead td {
    background: #fafafa;
    font-weight: 500;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
}
