/* 左侧菜单 */
.support-nav {
    position: absolute;
    top: 0px;
    width: 220px;
    color: #252b3a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.support-nav.fixed {
    position: fixed !important;
    top: 0px !important;
}

.support-nav>p {
    height: 56px;
    line-height: 56px;
    color: #575d6c;
    border-bottom: 1px solid #dfe1e6;
    font-size: 18px;
    padding: 0 24px;
}

.support-nav .allArticle,
.support-nav .articleSearch {
    padding: 20px 24px;
    border-bottom: 1px solid #dfe1e6;

}

.support-nav .allArticle {
    height: 60px;
    position: relative;
}

.support-nav .allArticle span {
    font-size: 14px;
}

.support-nav .allArticle .btnIcon {
    background-color: transparent;
    border: none;
    float: right;
    margin: 3px 0;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-btn.svg);
    background-repeat: no-repeat;
    transition: all 0.5s ease-out;
}

.support-nav .allArticle:hover .btnIcon {
    transform: rotate(90deg);
    background-image: url(../images/icon-btn_hover.svg);
}

.allArticle:hover .articles {
    display: block;
}

.articles {
    position: absolute;
    top: 0;
    left: 220px;
    z-index: 2;
    width: 290px;
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(2, 25, 42, 0.10);
    border-collapse: collapse;
    font-size: 0;
}

.articles li {
    display: inline-block;
    width: 50%;
    padding: 24px;
    padding-top: 0;
}

.articles li:nth-child(1),
.articles li:nth-child(2) {
    padding-top: 24px;
}

.support-nav .articleSearch {
    position: relative;
    height: 60px;
}

.articleSearch p {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
}

.articleSearch input {
    width: 172px;
    height: 28px;
    border: 1px solid #ADB0B8;
    margin: 15px 0;
    font-size: 12px;
    padding: 0 10px;
}

.articleSearch input:hover,
.articleSearch input:focus {
    outline: none;
    border-color: #575D6C;
}

.articleSearch span {
    position: absolute;
    top: 62px;
    right: 32px;
    color: #6d696a;
    width: 16px;
    height: 16px;
}

.articleSearch span img {
    width: 100%;
    height: 100%;
}

.arrowDown,
#arrowDown {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: url(../images/arrowdown.png) no-repeat center;
}

.arrowRight {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: url(../images/arrowright.png) no-repeat center;
}

#apiTitle {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#apiTitle li a:hover {
    color: #c7000b;
}

#apiTitle .markdown-toc-list {
    padding: 20px 24px;
}

#apiTitle .markdown-toc-list li {
    line-height: 34px;
    font-size: 14px;
}

#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;
}

#apiTitle li a.active {
    color: #c7000b;
}

#apiTitle li a {
    display: inline-block;
    color: #252b3a;
    font-size: 14px;
    padding: 6px 0;
}

#apiTitle ul {
    padding-left: 15px;
    margin-bottom: 0;
}

#apiTitle>ul {
    padding-left: 0 !important;
}

#apiTitle li>p {
    margin-bottom: 0;
}

#apiTitle h1 {
    display: none;
}

#apiTitle .menu_line {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    font-size: 14px;
}


/* 主体内容 */
.explore-content {
    margin-bottom: 0;
}

.markdown-body strong {
    font-weight: normal;
}

.lightTheme pre.linenums {
    background-color: #f5f5f6 !important;
}

.lightTheme .kwd {
    color: rgb(0, 51, 179);
}

.lightTheme .str {
    color: rgb(0, 128, 137);
}

.lightTheme .com {
    color: rgb(141, 140, 139)；
}

.lightTheme .pln,
.lightTheme .typ {
    color: #000;
}

.mdBottom {
    margin-top: 32px;
    margin-bottom: 48px;
    width: 920px;
}

.articleToggle {
    height: 48px;
    line-height: 48px;
    box-shadow: 0 -1px 0 0 #DFE1E6, 0 1px 0 0 #DFE1E6;
}

.articleToggle .preArticle,
.articleToggle .nextArticle {
    color: #526ecc;
}

.articleToggle .preArticle {
    float: left;
}

.articleToggle .nextArticle {
    float: right;
}

.isHelp {
    margin-top: 32px;
    text-align: center;
}

.isHelp>p {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 22px;
}

.isHelp .use,
.isHelp .unuse {
    display: inline-block;
    width: 48px;
    height: 48px;
    margin: 0 12px;
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    padding-top: 48px;
    vertical-align: top;
}

.use {
    color: #dfe1e6;
    background: url(../images/use.svg);
}

.use:hover {
    color: #c7000b;
    background: url(../images/use_hover.svg);
}

.unuse {
    background: url(../images/unuse.svg);
}

.unuse.active {
    background: url(../images/unuse_hover.svg);
}

.unuse:hover {
    background: url(../images/unuse_hover.svg);
}

.unuseDropdown {
    display: none;
    text-align: left;
    margin-top: 32px;
}

#detailMain .unuseDropdown>ul>li {
    margin-bottom: 20px;
}

.unuseDropdown input {
    vertical-align: middle;
    display: none;
    margin-top: -2px;
}

.unuseDropdown textarea {
    width: 920px;
    height: 80px;
    border: 1px solid #adb0b8;
    padding: 5px 10px 7px 10px;
    font-size: 12px;
}

#detailMain .download {
    position: absolute;
    top: 58px;
    left: 896px;
    width: 24px;
    height: 24px;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#detailMain .download:hover {
    background-image: url(../images/download_hover.svg);
}

#type6:checked+textarea {
    display: block;
}

.submitInfo a {
    display: inline-block;
    width: 72px;
    height: 32px;
    border-radius: 2px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin-right: 16px;
    box-sizing: border-box;
}

.submitInfo a.submit {
    background-color: #c7000b;
    color: #fff;
}

.submitInfo a.submit:hover {
    cursor: pointer;
    background-color: #D64A52;
}

.submitInfo a.cancel {
    color: #252b3a;
    cursor: pointer;
    border: 1px solid #252b3a;
}

.submitInfo a.cancel:hover {
    border: 1px solid #c7000b;
    color: #c7000b;
}

label,
input {
    font-size: 14px;
}

label.checkLabel {
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 1px solid #575d6c;
    background-color: #fff;
    box-sizing: border-box;
}

label.checkLabel:hover {
    border-color: #C7000b;
}

input[type='checkbox']:checked+.checkLabel {
    background: url('../images/checkbox.png') no-repeat center center;
    border-color: #C7000b;
    background-color: #c7000b;
}

label.checkLabel {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}