.bold {
    font-weight: 700
}

/*body,html {*/
/*!*height: 100%;*!*/
/*!*overflow: auto;*!*/
/*-webkit-overflow-scrolling: touch*/
/*}*/

body {
    position: relative
}

body .breadcrumb {
    padding: 0;
    height: auto
}

body .breadcrumb:before {
    content: ""
}

body .breadcrumb li {
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 14px;
    color: #666;
    line-height: 22px
}

body .breadcrumb li a {
    color: #666
}

body .breadcrumb li.active {
    color: #333;
    font-weight: 700
}

body .breadcrumb li a:hover {
    color: #fbc700
}

body .table-wrap {
    margin-top: 24px;
    margin-bottom: 24px
}

body .table-wrap table {
    border-radius: 4px 4px 0 0;
    width: 100%
}

body .table-wrap table thead th {
    background: rgba(0, 0, 0, .05);
    vertical-align: middle;
    height: 46px;
    padding-left: 32px
}

body .table-wrap table tbody td {
    padding: 12px 0 12px 32px;
    vertical-align: middle;
    border-top: 1px solid rgba(0, 0, 0, .09);
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    background: #fff;
}

body a:focus, body a:hover {
    color: #ff7200;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 10px #f0f0f0
}

.scrollable {
    overflow: auto
}

.no-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0
}


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

.icon-search:before {
    content: "\E601"
}

.icon-zhongzhi:before {
    content: "\E602"
}

.consult {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 176px;
    right: 20px;
    z-index: 10
}

.consult .img {
    margin: 0 auto;
    margin-top: 6px;
    width: 34px;
    height: 34px;
}

.consult .text {
    text-align: center;
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 12px;
    color: #333;
    line-height: 16px
}

.consult:hover {
    background: #ffd256
}

.consult:hover .img {

}

.app-content {
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    /*height: calc(100vh - 110px);*/
    /*overflow: hidden*/
}

.app-content:not(.fullscreen) {
    /*width: 1240px;*/
    margin-left: auto;
    margin-right: auto
}

.app-content > div:first-of-type {
    /*float: left;*/
    /*width: 231px;*/
    /*padding-bottom: 20px;*/
    /*box-sizing: border-box;*/
    /*border-right: 1px solid #e8e8e8*/
}

.app-content .sidebar {
    float: left;
    width: 231px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-right: 1px solid #e8e8e8

}

.app-content .sidebar .sidebar-title {
    padding: 20px 0 20px 40px;
    line-height: 22px
}

.app-content .sidebar .sidebar-content {
    height: 100%
}

.app-content .sidebar.has-title .sidebar-content {
    height: calc(100% - 62px)
}

.app-content .page-content-wrapper {
    padding: 0 40px;
    height: 100%;
    /*border-left: 1px solid #e8e8e8;*/
    position: relative
}

.app-content .page-content-wrapper .app-breadcrumb {
    padding: 20px 0
}

.app-content .page-content-wrapper .page-content {
    margin-right: -40px;
    padding-right: 40px;
    position: relative;
    height: 100%;
    word-break: break-word
}

.app-content .page-content-wrapper.has-breadcrumb .page-content {
    height: calc(100% - 62px);
}

.app-content div:first-of-type + .page-content-wrapper {
    /*margin-left: 500px*/
    /*width: 950px;*/
    /*margin: 0 auto;*/
    min-width: 950px;
    margin-left: 25%;
}

#app {
    min-width: 1200px;
}

.list {
    color: rgba(51, 51, 51, .85);
    padding: 9px 0;
    cursor: pointer;
    padding-left: 40px
}

.list:hover {
    background: rgba(251, 189, 0, .1)
}

.list span, .sub-list li span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
}

.list.active,
.sub-list li.active {
    color: #ff7200;
    border-right: 3px solid #ff7200
}

.list.active a,
.sub-list li.active a {
    color: #ff7200;
}

.list a,
.sub-list li a {
    display: block;
    padding-left: 70px;
    color: #000;
}

.sub-list {
    display: none;
    cursor: pointer;
}

.sub-list li:hover {
    background: rgba(251, 189, 0, .1)
}

.sub-list li span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 14px;
    line-height: 40px;
    vertical-align: middle;
    height: 40px;
}


.title {
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 24px;
    color: #333;
    line-height: 31px;
    padding-top: 30px
}

.title2 {
    padding-top: 30px;
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #333;
}

.title2-second {
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 20px;
    color: #333;
    line-height: 31px;
    padding-top: 30px
}

.text-wrap {
    width: 845px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 27px;
    letter-spacing: 0px;
    color: #333;
}

.text-sdk img {
    max-width: 850px;
}

.item-tit, .item-tit:hover {
    color: #ff7200;
    cursor: pointer;
}

.text-progress {
    padding-top: 30px;
}

/*.text-progress>img{*/
/*width: 100%;*/
/*}*/

.method {
    margin: 20px 0;
    padding: 0 12px;
    display: inline-block;
    background: #fff5f5;
    border: 1px solid rgba(255, 70, 70, .3);
    border-radius: 2px;
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 12px;
    color: #ff4646;
    line-height: 20px
}

.slot .intro {
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 14px;
    color: rgba(0, 0, 0, .65);
    line-height: 22px;
    margin-top: 16px
}

.slot .response {
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 12px;
    color: #4a4a4a;
    line-height: 20px;
    background: #fafafa;
    margin-top: 16px;
    padding: 17px 20px 19px 20px;
    word-break: break-word
}

.slot .href {
    color: #4a4a4a
}

.table-wrap {
    margin: 24px 0 0
}

.response {
    padding: 8px 0
}

.debugger-tools {
    margin: 40px 0 40px;
    background: #ff7200;
    border-radius: 4px;
    line-height: 40px;
    width: 150px;
    text-align: center
}

.debugger-tools a {
    font-family: PingFangSC-Regular, MicrosoftYaHei;
    font-size: 16px;
    color: #fff
}

.debugger-tools a:hover {
    color: #fff
}

.debugger-tools:hover {
    background-color: #f65f00;
}

.toggle {
    width: 879px
}

.toggle .title {
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 14px;
    color: rgba(0, 0, 0, .85);
    line-height: 22px;
    vertical-align: middle;
    padding: 23px 0 14px;
    border-bottom: 1px solid #efefef;
    cursor: pointer
}

.toggle .title .fa {
    vertical-align: middle;
    width: 9px
}

.img {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle
}

.name {
    white-space: nowrap
}

.text {
    position: relative
}

.description, .example {
    word-break: break-word;
    min-width: 88px
}

.description {
    padding-right: 20px
}

body .table-wrap table tbody td {
    font-size: 13px;
    background: #fafafa;
}

.consult {
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 96px;
    right: 20px;
    z-index: 10
}

.consult .img {
    margin: 0 auto;
    margin-top: 6px;
    width: 34px;
    height: 34px;
}

.consult .text {
    text-align: center;
    font-family: MicrosoftYaHei, PingFang SC;
    font-size: 12px;
    color: #333;
    line-height: 16px
}

.consult:hover {
    background: #ffd256
}

.consult:hover .img {
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

aside {
    display: block
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

strong {
    font-weight: 700
}

input {
    margin: 0;
    font: inherit;
    color: inherit
}

input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}


html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: PingFang SC, microsoft yahei, STXihei, Arial, Helvetica Neue;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2a2a2a;
    background-color: #ebeef2
}

input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #ff7200;
    text-decoration: none
}

a:focus, a:hover {
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: none;
    outline-offset: -2px;
    outline-offset: 0
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

table {
    background-color: transparent
}

th {
    text-align: left
}

.breadcrumb {
    padding: 10px 20px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li + li:before {
    color: #6a6a6a
}

@-ms-viewport {
    width: device-width
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/static/front/static/fonts/fontawesome-webfont.f35811d.eot);
    src: url(/static/front/static/fonts/fontawesome-webfont.f35811d.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(/static/front/static/fonts/fontawesome-webfont.4fdb3cd.woff) format("woff"), url(/static/front/static/fonts/fontawesome-webfont.8986f35.ttf) format("truetype"), url(/static/front/static/img/fontawesome-webfont.4372235.svg#fontawesomeregular) format("svg")
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-down:before {
    content: "\F107"
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a:focus, a:hover {
    color: #06c1ae;
    text-decoration: none
}

.breadcrumb {
    height: 40px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6a6a6a;
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

.breadcrumb:before {
    margin-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    text-align: right;
    content: "\E90C";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.breadcrumb:before, .breadcrumb > li {
    display: inline-block
}

.breadcrumb > li a {
    color: #6a6a6a
}

.breadcrumb > li a:hover {
    color: #06c1ae
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    content: ">\A0"
}

.breadcrumb > .active {
    color: #06c1ae
}

.scrollable {
    overflow-y: auto
}
