.inlinelist,
.submenu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inlinelist > li > a {
    text-decoration: none;
    color: #049fd9;
    padding: 8px 10px;
    display: block;
}

.inlinelist > li > a:hover {
    color: #0082f1;
    background-color: #e2e4e6;
}

.groupTitle {
    font-weight: 700;
    color: rgb(165, 170, 185);
    font-size: 18px;
    margin: 5px 0;
}

.docTitle {
    font-size: 20px;
    color: #252b3a;
    font-weight: bold;
    margin-bottom: 28px;
}

.apiTitle {
    font-weight: 300;
    margin: 30px 0 10px;
    font-size: 18px;
}

.requestTitle {
    font-weight: 300;
    font-size: 16px;
}

.requestContent {
    padding: 10px;
}

.chapter {
    font-size: 16px;
    color: #666A75;
    margin-bottom: 40px;
}

code {
    padding: 0.2rem 0.4rem;
    color: #2b52b6;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

pre code {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: inherit;
}

.apiMenu .collapse {
    background: url(../images/arrow_mapright.png) no-repeat 5px center;
    background-size: 5px;
}

.apiMenu .expand {
    background: url(../images/arrow_mapdown.png) no-repeat 5px center;
    background-size: 8px;
}

#leftMenu a:hover {
    color: #c7000b;
    text-decoration: none;
}

a.collapse + ul {
    display: none;
}

.methodBlock {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    width: 55px;
    text-align: center;
}

.apiMenu > li > a {
    padding: 4px 0 4px 10px;
    font-size: 14px;
    color: #252b3a;
    display: inline-block;
    width: 100%;
}

.subMenu > li > a {
    padding: 4px 0 4px 10px;
    font-size: 14px;
    color: #252b3a;
    padding-left: 15px;
    display: inline-block;
    width: 100%;
}

body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #f0f2f5
}

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #bfc3c6
}

body::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #f0f2f5
}

.withvernav {
    background: #f5f7f7 url(../images/line.ccc.png) repeat-y 20% 0;
}

.result {
    background-color: yellow;
}

.icons-float-bar {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icons-float-bar2.png) 0 0 no-repeat;
    margin: 12px auto;
}

.icons-float-bar.f5 {
    background-position: -96px 0;
}

.icons-float-bar.f2 {
    background-position: -72px 0;
}

.icons-float-bar.f4 {
    /*background-position: -72px 0;*/
    background: url("../images/help-center.svg") 0 0 no-repeat;
    width: 28px;
    height: 28px;
}

.icons-float-bar.f6 {
    background-position: -120px 0;
}

.icons-float-bar.f7 {
    background-position: -144px 0;
}

.float-bar-nav > .item {
    background-color: white;
    text-align: center;
    line-height: 0;
    width: 48px;
    height: auto;
    font-size: 0;
    transition: background-color .3s ease-out;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.4);
}

.float-bar-nav > .item:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.float-bar-nav > .item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.float-bar-nav > .item:hover {
    background-color: #c7000b;
}

.goTop {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.4);
    cursor: pointer;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.goTop:hover .icons-float-bar.f7 {
    background-position: -120px 0;
}

.float-bar-nav .sub-nav-layer {
    z-index: 200;
    position: absolute;
    top: 0;
    right: 100%;
    padding-right: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
}

@media (min-width: 1024px) {
    .float-bar-nav .item:hover .sub-nav-layer {
        opacity: 1;
        transform: scale(1);
        visibility: visible;
    }
}

.float-bar-nav .page-nav .sub-nav-layer {
    position: fixed;
    right: 94px;
    bottom: 90px;
    top: auto;
    min-height: 292px;
}

.oldIE .float-bar-nav .sub-nav-layer {
    visibility: hidden;
}

.float-bar-nav .page-nav-list {
    /*margin: 10px;*/
    padding: 20px 0;
    font-size: 14px;
    width: 160px;
    background-color: white;
    text-align: left;
    box-shadow: 0px 5px 8px rgba(6, 0, 1, 0.1)
}

.oldIE .float-bar-nav .page-nav-list {
    border: 1px solid #d4d5d7;
}

.float-bar-nav .page-nav-list .item {
    padding: 15px 30px;
    list-style: circle inside;
    cursor: pointer;
    line-height: 20px;
    transition: background-color .3s ease-out;
}

.sub-nav-main .phone {
    width: 160px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
}

.sub-nav-main .phone-icons {
    width: 54px;
    display: inline-block;
    height: 54px;
    background: url(../images/common/phone-icon.gif) no-repeat;
    margin: 20px 0 0;
}

.sub-nav-main .text {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}

.sub-nav-main .num {
    font-size: 16px;
    color: #333;
}

.sub-nav-main .num span {
    font-weight: bold;
}

.sub-nav-main ul.info {
    display: inline-block;
    width: 160px;
    text-align: left;
    border-left: 1px dotted #d4d4d4;
    margin: 15px 0;
    height: 125px;
    padding: 10px 20px 0;
}

.sub-nav-main ul.info li {
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

@media (max-height: 800px) {
    .float-bar-nav .page-nav-list .item {
        padding: 10px 30px;
    }
}

.float-bar-nav .page-nav-list .item:hover {
    background-color: #f5f5f5;
}

.float-bar-nav .page-nav-list .item.on {
    background-color: #5DCBB2;
    color: white;
}

.float-bar-nav .sub-nav-main {
    min-width: 220px;
    white-space: nowrap;
    background-color: #fff;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);
}

.sub-inner .icons-float-bar {
    float: left;
    margin: 10px 20px 0 18px;
}

.sub-inner.inner .icons-float-bar {
    float: left;
    margin-top: 8px;
}

.sub-inner {
    /*padding-left: 40 px;*/
    line-height: 35px;
    height: 35px;
    text-align: left;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}

.sub-inner a {
    text-decoration: none;
}

.sub-inner.inner {
    height: auto;
    min-height: 60px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-inner .title {
    margin-left: 40px;
    font-size: 14px;
    color: #252b3a;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 35px;
    font-family: "Huawei Sans", "方正兰亭黑简体";
}

.sub-inner .info {
    display: block;
    margin-top: 5px;
    margin-left: 22px;
    font-size: 14px;
    line-height: 18px;
    color: #252B3A;
    background: none;
    padding: 0;
}

.sub-inner.inner .title {
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
}

.sub-inner.inner .icons-float-bar {
    margin-top: 0;
}

.sub-inner:hover {
    background: #fafafa;
}

.sub-inner > a:first-child:hover .title {
    color: #c7000b;
}

.sub-inner .info[href]:hover {
    color: #c7000b;
}

.float-bar-nav .telephone {
    font-weight: bold;
    margin-left: 5px;
}

.env-info-wrap {
    position: absolute;
    left: -18px;
    top: 20%;
    width: 18px;
    height: 88px;
    cursor: pointer;
    display: none;
}

.env-info-wrap-out {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/rightArrow_right.png);
}

.env-info-wrap-in {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/leftArrow_right.png);
}

.swal-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #c7000b;
    background-color: transparent;
}

.swal-button--confirm {
    color: #fff;
    background-color: #c7000b;
    border-color: #c7000b;
}

.swal-button:not([disabled]):hover {
    background-color: #c7000b;
}

.swal-button:active {
    background-color: #c7000b;
}

.swal-button:focus {
    box-shadow: none;
}

.swal-button--cancel:not([disabled]):hover {
    background-color: #c7000b;
    color: #fff;
    box-shadow: none;
}

.disabled {
    pointer-events: none;
}

.swal-button--cancel {
    color: #c7000b;
}

ul.collapse li {
    padding: 8px 10px;
    color: #252b3a;
    list-style: none;
}

ul.collapse li a {
    color: #252b3a;
}

pre {
    white-space: pre-wrap;
    /* css3.0 */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
}

a:hover, a:visited {
    text-decoration: none !important;
}

#myTab {
    border-bottom: 1px solid #dfe1e6;
}

#myTab a {
    font-size: 14px;
    color: #252b3a;
    padding: 5px 24px;
    margin-right: 0;
}

#home h4 {
    font-weight: 700;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 12px;
}

#home .parameterList {
    margin: 0;
    margin-bottom: 12px;
}

#home table th {
    background-color: #eeeeee;
}

#home span.paramList {
    height: 6px;
    width: 6px;
    background-color: #000;
    border-radius: 100%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
}

#dataMock .tab-content .tab-pane {
    border-radius: 0 4px 4px 0;
    min-height: 200px;
}


#paramPanel div.form-group {
    margin-bottom: 0;
}

.icon-copy {
    background: url(../images/copy.svg) no-repeat left top;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

div#descContent *, div#pageContent * {
    font-family: "Huawei Sans", "方正兰亭黑简体" !important;
}

#quickStart a.toc-level-1 {
    font-size: 14px;
}

.docBannerFixedCls {
    background-image: url('../images/new_banner.jpg?v=20200427');
    height: 240px;
    width: 100%;
    margin-top: 0;
}

.docBannerScroll {
    background-color: #fff;
    background-image: none;
    position: fixed;
    z-index: 3;
    text-align: center;
    height: 40px;
}

.docBannerScroll .banner-tit {
    color: #252b3a;
}

.leftMenuFixed {
    position: fixed;
    top: 0;
    max-height: 100%;
    min-height: calc(100% - 56px);
}

.apiSearchFixed {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 24px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 1px 5px rgba(204, 204, 204, 0.35);
}

.apiSearchScroll {
    top: 100px;
}

#paramPanel a.disabled {
    color: #888;
}

.markdown-body li {
    list-style: inherit;
    margin-bottom: 12px;
}

.markdown-body ol.linenums li {
    margin-bottom: 0;
}

.copy-tooltip {
    position: absolute;
    background-color: #fff;
    padding: 12px 16px;
    min-width: 100px;
    max-width: 200px;
    text-align: left;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .2);
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    z-index: 3;
}

.copy-tooltip .arrow {
    border: 5px solid transparent;
    content: '';
    position: absolute;
}

.copy-tooltip .arrow-top {
    top: -10px;
    left: 16px;
    border-bottom-color: #fff;
}

.copy-tooltip .arrow-right {
    right: -10px;
    top: 16px;
    border-left-color: #fff;
}

#leftMenu {
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f6f7ff;
    width: 250px;
}

#leftMenu .navigation {
    height: 56px;
    line-height: 56px;
    padding: 0 24px;
    font-size: 18px;
    border-bottom: 1px solid #dfe1e6;
    color: rgb(37, 43, 58);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    border-top: 2px solid #c7000b;
    font-weight: 600;
}

#apiSubTitle {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

#quickStart .markdown-toc-list li {
    line-height: 34px;
    font-size: 14px;
}

#quickStart .markdown-toc-list > li > ul {
    padding-left: 16px;
}

#quickStart a.toc-level-2:before {
    content: "-";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

#ios > ul, #vtab {
    margin-top: 12px;
    margin-bottom: 12px;
}

#ios > ul.nav > li a, #vtab > li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

#ios > ul.nav > li.active a, #vtab > li.active a, #ios > ul.nav > li:hover a, #vtab > li:hover a {
    color: #c7000b;
    border: none;
    border-bottom: 2px solid #c7000b;
}

#ios ul.nav-tabs, #vtab {
    border: none;
    display: inline-block;
}

#quickStart .arrow, #api .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

#quickStart .arrow.down, #api .arrow.down {
    background: url(../images/arrow_mapdown.png) center center no-repeat;
}

#quickStart .arrow.right, #api .arrow.right {
    background: url(../images/arrow_mapright.png) center center no-repeat;
}

.tabButton {
    color: #c7000b;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #c7000b;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
}

.tabButton:hover {
    background-color: #c7000b;
    color: #fff;
}

.runButton {
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 13.333px;
    background-color: #c7000b;
    border-radius: 0;
    border: 1px solid #c7000b;
    padding: 0 24px;
    display: inline-block;
    cursor: pointer;
}

.runButton:hover {
    background-color: rgb(214, 74, 82);
    border-color: rgb(214, 74, 82);
}

#apiContent, #descContent {
    padding: 0px 50px 56px;
    width: calc(100% - 250px);
}

#apiTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 24px;
}

#apiEdition {
    margin-left: 24px;
    font-size: 12px;
    height: 32px;
    width: 160px;
    border-color: #575D6C;
}

#searchBox {
    background-color: #fff;
    width: 240px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #adb0b8;
    font-size: 12px;
    font-weight: normal;
    padding: 0 25px 0 8px;
}

#searchBox:hover, #searchBox:focus {
    border-color: #575D6C;
    color: #252b3a;
}

#searchIcon {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #6d696a;
    font-size: 10px;
}

#paramPanel form .form-control-static {
    padding: 0;
    min-height: auto;
    margin-top: 24px;
    margin-bottom: 12px;
}

#viewApiDoc {
    color: #526ecc;
}

#viewApiDoc:hover {
    color: #344899;
}

.textEllipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
