.detailMenu {
    position: fixed;
    top: 102px;
    left: 0;
    /* height: 100%; */
    box-sizing: border-box;
    width: 256px;
    /* background: #f5f5f5; */
    overflow-y: hidden;
    /* z-index:1; */
}

.time-axis {
    margin: 0;
    padding: 0;
}

.time-axis-item {
    list-style: none;
    padding: 15px;
    cursor: pointer;
    border-radius: 4px;
}

.time-axis-item.current {
    color: rgb(246, 111, 106);
}

.time-axis-item.current .time-axis-event {
    font-weight: normal;
}

.time-axis-achievement {
    margin: 0;
    margin-top: 24px;
}

.time-axis-content {
    padding: 32px;
}

.time-axis-item>i {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 8px;
    border: 1px solid lightgray;
    margin-right: 8px;
    font-weight: 400;
    color: white;
    font-style: normal;
}

.time-axis-item>i::after {
    content: '';
    display: block;
    border-left: 1px solid #bdbdbd;
    width: 0;
    height: 44px;
    z-index: 1;
    margin-top: 8px;
    margin-left: 3px;
}

.time-axis-item:last-child>i::after {
    border-color: transparent;
}

.time-axis-item.selected>i {
    border-color: rgb(246, 111, 106);
    background-color: rgb(246, 111, 106);
}

.time-axis-item.selected:not(:last-child)>i::after {
    border-color: rgb(246, 111, 106);
    background-color: white;
}

.time-axis-event {
    display: inline-block;
}

.time-axis-event>a {
    display: inline-block;
    max-width: 170px;
}

.menuPanel {
    margin: 16px 16px 16px 12px;
}

.support-main {
    width: 980px;
    position: relative;
    /* margin-right: 50px; */
    margin-left: 300px;
    transition: left ease-in-out 0.3s, padding ease-in-out 0.3s;
    overflow: auto;
}

.mainPanel {
    display: block;
    /*position: relative;
    overflow: hidden;
    height: 100%;*/
}

.headerContainer {
    /*position: absolute;
    top:0;
    right: 0;
    left: 0;*/
    transform: translate3d(0px 0px 0px);
}

.headerContainer .toolbar {
    background-color: rgba(153, 153, 153, 1);
    color: #fff;
    height: 51px;
    box-sizing: border-box;
    font-size: 20px;
    padding: 0 16px;
    line-height: 51px;
    text-align: center;
}

.mainContainer {
    /* position: absolute; */
    left: 0;
    top: 64px;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.container {
    margin-top: 32px;
}

.container .step {
    box-shadow: 1px 1px 16px #ccc;
    background-color: #fff;
    max-width: 800px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 32px;
    line-height: 24px;
}

.container .step .inner {
    padding: 24px;
}

.container .step .inner h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.container .step .inner h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-left: 10px;
}

.container .step .inner h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-left: 20px;
}

.container .step .inner .chapter {
    font-size: 14px;
    margin-bottom: 10px;
}

.imgBox {
    text-align: center;
}

.imgBox p {
    font-weight: bold;
}

.desc>li {
    line-height: 18px;
    position: relative;
    padding-left: 15px;
    margin: 10px 0 5px;
}

.container .step .inner img {
    max-width: 100%;
}

.desc>li:after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 7px;
    left: 5px;
}

.footer_radius {
    position: absolute;
    right: 0;
    bottom: 32px;
    width: 100%;
    box-sizing: border-box;
    pointer-events: none;
    padding: 0 32px;
}

.fabs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: calc(800px + 225px);
    margin: 0 auto;
}

.operationBtn {
    pointer-events: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid rgb(253, 106, 111);
    border-radius: 50%;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    height: 78px;
    min-width: 0;
    outline: none;
    padding: 16px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 78px;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
}

.operationBtn.previous {
    background-image: url(../images/arrow_left.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.operationBtn.next {
    background-image: url(../images/arrow_right.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.btnLeft {
    transition: transform 300ms ease-in-out;
}

.operationBtn.hide {
    color: white;
    transform: scale(0);
}

.codeShow {
    background-color: #e8e8e8;
    padding: 0.5em;
}

.parameterTable {
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-collapse: collapse;
}

.parameterTable th,
.parameterTable td {
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    text-align: left;
    padding: 5px 8px;
}

.parameterTable th {
    background-color: #e8e8e8;
}


.explore-content {
    max-width: 1280px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 56px;
    position: relative;
}

.support-nav {
    position: absolute;
    top: 0px;
    /* left: 75px; */
    width: 250px;
    background-color: #f6f7ff;
    color: #252b3a;
    /* height: calc(100% - 56px); */
}

.support-nav.fixed {
    position: fixed !important;
    top: 0px !important;
    /* height: calc(100% - 56px); */
}

.support-nav>p {
    height: 56px;
    line-height: 56px;
    color: #575d6c;
    border-bottom: 1px solid #dfe1e6;
    font-size: 18px;
    padding: 0 24px;
}

/* .explore-breadcrumb {
    margin-bottom: 32px;
} */

/* .explore-breadcrumb {
    color: #979AA1;
} */

.explore-breadcrumb span:nth-last-child(1) {
    color: #252b3a;
}

.explore-breadcrumb a:hover {
    color: #526ecc;
}

#test-editormd-view {
    padding: 0;
    padding-top: 52px;
}

#test-editormd-view a.reference-link {
    padding-top: 52px;
    margin-top: -52px;
}

#arrowDown {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: url(../../cloudcampus/images/arrowdown.png) no-repeat center;
}

#apiTitle {
    width: 250px;
    height: 600px;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f6f7ff;
}

/* 
#apiTitle a {
    margin-left: -4px;
}

#apiTitle a.toc-level-4 {
    margin-left: 0;
} */

#apiTitle li a:hover {
    color: #c7000b;
}

#apiTitle .markdown-toc-list {
    padding: 20px 24px;
}

#apiTitle .markdown-toc-list li {
    line-height: 34px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#apiTitle .markdown-toc-list>li>ul>li>ul {
    padding-left: 16px;
}

#apiTitle .markdown-toc-list>li>ul>li>ul>li>ul {
    padding-left: 16px;
}

#apiTitle a.toc-level-1,
#apiTitle a.toc-level-5,
#apiTitle a.toc-level-6 {
    display: none;
}

#breadcrumb {
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #979AA1;
    overflow: hidden;
}

#breadcrumb.fixed {
    position: fixed !important;
    top: 0px !important;
}

.taget-fix {
    position: relative;
    top: 52px;
    display: block;
    overflow: hidden;
}