ul, li {
    list-style: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: unset !important;
}

.navbar-white .navbar-nav > li > a {
    color: #333333
}

.swiper {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background: #fff;
}

.api-item {
    background-color: #FFFFFF;
    color: #333333;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 15px;
    display: inline-block;
}

.api-item:hover {
    color: #333333;
}

.api-item .media-heading {
    font-weight: bold;
}

.api-item-desc {
    margin-top: 4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    color: #999999;
}

.ice .btn-tag {
    background-color: #ffffff;
    color: #666;
    border-color: #dbdbdb;
}

.ice .btn-tag:hover,
.ice .btn-tag:active,
.ice .btn-tag.hover {
    background-color: #ffffff;
    border-color: #b5b5b5;
    color: #363636;
}

.docs-api-area {
    display: flex
}

.docs-api-area .sublist-wrap {
    max-width: 224px;
    min-width: 180px;
    padding: 0 32px 0 2px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-right: 1px solid #f1f1f1;
    overflow: hidden
}

.docs-api-area .api-content-box {
    flex: 1;
    padding: 0 38px;
    overflow: hidden;
    min-height: 800px
}

.docs-api-area .api-content-box a {
    color: #07AAFF
}

.api-sub-list .sub-list-title {
    padding-bottom: 16px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 32px
}

.api-sub-list .sub-list-title span {
    margin-left: 5px
}

.api-sub-list .sub-list-title.first-list-title {
    margin-top: 0
}

.api-sub-list .sub-list-title .font-apiDetails {
    font-size: 12px;
    font-weight: 400
}

.api-sub-list li {
    line-height: 18px;
    font-size: 12px;
    color: #666666;
    margin-bottom: 16px;
    cursor: pointer;
    width: fit-content
}

.api-sub-list li p {
    display: flex;
    align-items: flex-start
}

.api-sub-list li .getpost {
    vertical-align: text-top;
    position: relative;
    top: 2px;
    margin-right: 4px
}

.api-sub-list li.active {
    font-weight: 600;
    color: #07AAFF
}

.api-sub-list li:hover {
    color: #07AAFF
}

.api-sub-list li.sub-li-a {
    height: auto
}

.docs-top-title {
    font-size: 14px;
    color: #303030;
    line-height: 1;
    font-weight: bold
}

.docs-top-box {
    color: #666666;
    font-size: 12px
}

.docs-top-box .simpleline {
    margin-top: 15px;
    line-height: 18px;
    word-break: break-all
}

.docs-top-box .simpleline b {
    color: #303030
}

.docs-top-box a {
    color: #07AAFF;
    font-weight: 600
}

.cannot-use {
    margin-top: 120px;
    text-align: center
}

.linep {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 14px;
    align-items: center
}

.api-table {
    width: 100%;
    font-size: 12px;
    text-align: left;
    border-collapse: separate;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden
}

.api-table tr:last-of-type td {
    border-bottom: none
}

.api-table th {
    background: #f8f8f8;
    color: #666;
    font-weight: normal;
    line-height: 32px
}

.api-table td {
    border-bottom: 1px solid #eee;
    color: #303030;
    line-height: 20px;
    padding: 10px 6px;
    word-break: break-all
}

.api-table td a {
    color: #07AAFF
}

.prediv pre {
    padding: 10px 0 20px 20px;
    margin: 10px 0 0;
    overflow: hidden;
    color: #666;
    white-space: pre;
    line-height: 24px;
    background: #fafafa;
    max-height: 400px;
    overflow: auto;
    border-radius: 4px;
    font-size: 12px
}

.prediv pre .hljs {
    font-family: initial !important
}

.json-tool {
    font-size: 14px;
    font-weight: bold
}

.json-tool:hover {
    text-decoration: underline
}

.api-error-box {
    display: none
}

.first-linep {
    margin-top: 0
}

.demo-code-box {
    padding: 0 30px 0
}

.code-demo-wrap {
    overflow: hidden;
    border-radius: 4px
}

.code-demo-tab {
    width: 100%;
    height: 32px;
    margin: 0 auto;
    font-size: 12px
}

.code-demo-tab .codetabul {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: #f8f8f8;
    display: flex
}

.code-demo-tab .codetabul li {
    height: 32px;
    line-height: 32px;
    padding: 0px 6px 0px 6px;
    margin-left: 8px;
    color: #666666;
    cursor: pointer
}

.code-demo-tab .codetabul li:hover {
    color: #07AAFF;
    border-bottom: 2px solid #07AAFF
}

.code-demo-tab .codetabul .active {
    color: #07AAFF;
    width: auto;
    border-bottom: 2px solid #07AAFF;
    position: relative
}

.code-demo-main {
    width: 100%;
    margin: 0 auto
}

.code-demo-main .code-demo-show {
    width: 100%;
    color: #666;
    white-space: pre;
    line-height: 20px;
    max-height: 400px;
    background: #fafafa;
    overflow: auto;
    font-size: 12px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    padding-left: 12px
}

.code-demo-main .code-demo-show pre code {
    padding-left: 10px
}

.fuwuxieyi-box {
    padding: 0 30px 0
}

.fullsimplearea p {
    margin-bottom: 5px;
    line-height: 24px;
    color: #666;
    font-size: 12px
}

.fullsimplearea p.title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    color: #303030
}

.fullsimpleline {
    color: #303030;
    font-weight: bold
}

.copy-code-btn {
    position: absolute;
    font-size: 10px;
    color: #ffffff;
    background-color: #bbb;
    right: 10px;
    top: 0px;
    padding: 3px 6px;
    margin: 8px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

._api_params_notice {
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    background: url('/images/v11/docs/notice.svg') left 11px top 10px no-repeat;
    background-size: 14px 14px;
    padding-left: 18px;
    color: #303030;
    background-color: rgba(7, 170, 255, 0.1);
    padding: 6px 12px 6px 32px
}

._api_params_notice a {
    color: #07AAFF
}

._api_params_warn {
    margin: 5px 10px 5px 0;
    border-radius: 4px;
    background: url('/images/v11/docs/warning.svg') left 11px top 10px no-repeat;
    background-size: 14px 14px;
    padding: 6px 12px 6px 32px;
    color: #303030;
    background-color: rgba(240, 72, 61, 0.1)
}

._api_params_warn a {
    color: #07AAFF
}

.simpleline-copy {
    display: flex
}

.simpleline-copy b {
    flex-shrink: 0
}

.icon-copy1 {
    margin-left: 24px;
    color: #999;
    display: flex;
    width: 116px;
    cursor: pointer
}

.icon-copy1 span {
    font-size: 12px !important;
    margin-left: 4px
}

.code-demo-main pre {
    border: unset;
    background-color: inherit;
    color: initial;
    padding: 0;
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    margin-top: -50px;
}