html,body {
    /* height: 100%; */
    font-size: 12px;
}

body,form,ul,ol,table,input,button,p,h1,h2,h3,h4,h5,h6,blockquote,pre,dl,dt,dd,div,span,b,i {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: #222;
    background-color: #fff;
    font-size: 14px;
    word-wrap: break-word;
    line-height: 1em;
}
h1,h2,h3,h4,h5,h6,strong,input,select,textarea,button,body,code {
    font-family: Helvetica Neue,NotoSansHans-Regular,AvenirNext-Regular,arial,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,Arial,Helvetica,sans-serif;
}
h1 {
    font-size: 2.25em;
    font-weight: 500;
}

h2 {
    font-size: 1.75em;
    font-weight: 500;
}

h3 {
    font-size: 1.5em;
    font-weight: 500
}

h4 {
    font-size: 1.2em;
    font-weight: 300
}

h5 {
    font-size: 1.0em;
    font-weight: 300
}

h6 {
    font-size: .8em;
    font-weight: 200
}
table>tbody>tr:hover{
    background-color: #F5F5F5;
}

/* 不需要滚动条样式 */
/* .m-manual:not(.manual-mobile) ::-webkit-scrollbar {
    height: 10px;
    width: 7px;
    background: rgba(0,0,0,.1);
}

.m-manual:not(.manual-mobile) ::-webkit-scrollbar:hover {
    background: rgba(0,0,0,.2)
}

.m-manual:not(.manual-mobile) ::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px
}

.m-manual:not(.manual-mobile)::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    -ms-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    -o-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
    background-color: rgba(0,0,0,.4)
} */
.m-manual.manual-reader .manual-head .slidebar {
    display: none
}

.m-manual .manual-head {
    min-width: 980px;
    /*overflow: hidden;*/
    white-space: nowrap;text-overflow: ellipsis;
    height: 54px;
    line-height: 54px;
    padding: 0 .8em;
    z-index: 900;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -moz-transition-property: top;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-property: top;
    -o-transition-duration: .3s;
    -o-transition-timing-function: linear;
    -o-transition-delay: 0s;
}

.m-manual .slidebar{
    display: none;
}
.m-manual .manual-head .manual-title{
    display: inline-block;
    height: 30px;
    line-height: 54px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.m-manual .manual-tab {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}
.m-manual .manual-left {
    position: fixed;
    left: 0;
    top: 0;
    /* top: 55px; */
    z-index: 301;
    bottom: 0;
    width: 280px;
    /* height: calc(100vh - 70px); */
    height: auto;
    border-right: 1px solid #F6F7FA;
    background: #F6F7FA;
}
.m-manual .manual-tab .tab-navg {
    zoom:1;border-bottom: 1px solid #ddd
}

.m-manual .manual-tab .tab-util {
    position: absolute;
    top: 50%;
    right: -14px
}
.m-manual .manual-tab .tab-util .item {
    color: #999;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    margin-top: 4px
}

.manual-fullscreen-switch {
    display: block
}

.manual-fullscreen-switch .open,.manual-fullscreen-switch .close {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #5cb85c;
    border-radius: 50%;
    color: #fff;
    position: relative;
    font-size: 16px;
    vertical-align: top;
    opacity : 1;
    text-shadow:none;
    font-weight: 400;
}
.manual-fullscreen-switch .open:hover,.manual-fullscreen-switch .close:hover {
    background-color: #449d44;
}

.manual-fullscreen-switch .open:before,.manual-fullscreen-switch .close:before {
    position: absolute;
    top: 7px;
    right: 5px;
}

.manual-fullscreen-switch .open {
    display: none;
}

.m-manual.manual-fullscreen-active .manual-fullscreen-switch {
    /*margin-top: 30px;*/
}

.m-manual.manual-fullscreen-active .manual-fullscreen-switch .open {
    display: inline-block;
}

.m-manual.manual-fullscreen-active .manual-fullscreen-switch .close {
    display: none;
}
.m-manual.manual-fullscreen-active .manual-left .m-copyright,.m-manual.manual-fullscreen-active .manual-left .tab-navg,.m-manual.manual-fullscreen-active .manual-left .tab-wrap{
    display: none;
}
.m-manual.manual-fullscreen-active .manual-left{
    width: 0px;
}

.m-manual .manual-tab .tab-navg:after {
    content: '.';
    display: block;
    width: 0;
    height: 0;
    line-height: 9;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.m-manual .manual-tab .tab-navg .navg-item {
    font-size: 14px;
    padding: 0 9px;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #999
}

.m-manual .manual-tab .tab-navg .navg-item .fa {
    margin-right: 4px;
    color: #aaa
}

.m-manual .manual-tab .tab-navg .navg-item .text {
    font-weight: 200
}

.m-manual .manual-tab .tab-navg .navg-item.active,.m-manual .manual-tab .tab-navg .navg-item.active:hover,.m-manual .manual-tab .tab-navg .navg-item:hover {
    color: #333
}

.m-manual .manual-tab .tab-navg .navg-item.active .icon,.m-manual .manual-tab .tab-navg .navg-item.active:hover .icon,.m-manual .manual-tab .tab-navg .navg-item:hover .icon {
    color: #333
}
.m-manual .manual-tab .tab-navg .navg-item.active {
    border-bottom: 1px solid #fafafa;
    margin-bottom: -1px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding-left: 8px;
    padding-right: 8px;
    height: 31px;
}
.m-manual .manual-tab .tab-item {
    display: none;
    position: absolute;
    top: 31px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background-color: #fafafa;
    margin-bottom: 35px;
}

.m-manual .manual-tab .tab-item.active {
    display: block
}
.m-manual.manual-mode-search .manual-search {
    display: block
}
.m-manual.manual-mode-view .manual-catalog {
    display: block
}
.m-manual.manual-mode-search .manual-search .search-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.m-manual .manual-search .search-form{
    margin: 5px 5px 10px 5px;
    position: relative;
}

.m-manual .manual-search .btn-search{
    background-color: #ffffff;
    border: 0;
    padding: 5px;
    position: absolute;
    top: 2px;
    right: 5px;
}
.m-manual .manual-search .btn-search .fa{
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.m-manual .manual-search .btn-search .loading{
    background-image: url("../images/loading.gif");
}

.m-manual .manual-search .search-result{
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 275px;
    overflow-y: auto;
    border-top: 1px solid #eee;
}
.m-manual .manual-search .search-result .search-empty{
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
}
.m-manual .manual-search .search-result .search-empty i{
    font-size: 50px;
    display: block;
    color: #999;
    font-weight: 200;
}
.m-manual .manual-search .search-result .search-empty .text{
    font-size: 16px;
    font-weight: 200;
    color: #999;
    line-height: 40px;
}
.m-manual .manual-search .search-list{
    position: absolute;
    top: 0;
    bottom: 0;
    min-width: 100%;
}
.m-manual .manual-search .search-list a{
    display: block;
    border-bottom: 0;
    height: 30px;
    line-height: 24px;
    padding: 3px 10px 3px 20px;
    color: #666;
    text-decoration: none;
    white-space:nowrap;
    overflow: hidden;
}
.m-manual .manual-search .search-list a:hover{
    text-shadow: none;
    background: #116cd6;
    box-shadow: none;
    color: #fff;
    text-decoration: none;
    white-space:nowrap;
}
.m-manual .manual-search .search-list a.active{
    background: #10af88;
    background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
    background: linear-gradient(to bottom, #10af88 0%, #10af88 100%);
    color: #ffffff;
}
.m-manual .search-highlight{
    background-color: #FFFF00;
    font-style: normal;
}
.m-manual .search-highlight em{
    font-style: normal;
}
.m-manual .manual-left .m-copyright {
    border-top: 0;
    background: #fff;
    border-top: 1px solid #eee;
    opacity: 1;
    filter: alpha(opacity=100);
    position: absolute;
    bottom: 0;
    margin: 0;
    font-size: 12px;
    z-index: 999;
    height: auto;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    line-height: 24px
}
.m-manual .manual-right {
    /* position: absolute; */
    /* left: 300px; */
    /* top: 50px; */
    margin-left: 280px;
    z-index: 300;
    overflow-y: auto;
    bottom: 0;
    right: 0;
    /* 需要设置最小高度，不然在长屏情况下，更底部会出现空白区域 */
    min-height: calc(100vh - 70px - 324px);
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -moz-transition-property: top;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-property: top;
    -o-transition-duration: .3s;
    -o-transition-timing-function: linear;
    -o-transition-delay: 0s
}
.m-manual.manual-fullscreen-active .manual-right{
    left: 0;
}
.m-manual .manual-right .manual-article{
    background: #ffffff;
}
.manual-article .article-head {
    position: relative;
    zoom:1;padding: 10px 20px 0px;
}
.manual-reader .book-title{
    color: #333333;
}
.manual-reader .book-title:hover{
    text-decoration: none;
    color: #333333;
}

.manual-article .article-head h1,#article-title {
    margin: 0;
    font-size: 27px;
    text-align: left;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    margin-top: -10px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #102048;
}
.manual-article .article-content{
    /* max-width: 880px; */
    /* max-width: calc(100vw - 240px - 280px);
    width: 808px; */
    padding: 10px 30px;
    margin-left: auto!important;
    margin-right: auto!important;
    box-sizing: content-box;
    overflow-x: hidden;
    /* word-break: break-all; */
    word-break: break-word;
    min-height: calc(100vh - 120px);
}

.article-content .qrcode{
    position: relative;
    padding: 5px 0;
}
.article-content .qrcode span{
    margin-right: 0;
}
.article-content .qrcode-canvas{
    display: none;
}
.article-content .qrcode:hover .qrcode-canvas{
    display: block;
    background-color: #fff;
    padding: 8px;border: 1px solid #ccc;
    position: absolute;z-index: 1000;
    left: -75px;top: 35px;
}

@media screen and (max-width: 900px) {
    .manual-article .article-content{
        max-width: 880px;
    }
    .m-manual .manual-right .manual-article{margin-right: 0 !important;}
}


@media screen and (max-width: 840px) {
    .manual-article .article-content{
        min-width: inherit;
    }
}
.manual-article .article-content .article-body{
    min-height: 90px;
    padding: 0;
}
.manual-article .article-content .article-body .attach-list{
    list-style: none;
    border-top: 1px solid #DDDDDD;
    padding-top: 15px;
}
.manual-article .jump-top .view-backtop{
    position: fixed;
    bottom: -30px;
    right: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    font-weight: 200;
    width: 30px;
    height: 30px;
    background-color: #999;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -moz-transition-property: all;
    -moz-transition-duration: .2s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-property: all;
    -o-transition-duration: .2s;
    -o-transition-timing-function: linear;
    -o-transition-delay: 0s;
}

.manual-article .jump-top .view-backtop.active{
    opacity: 0.5;
    bottom: 30px;
}
.manual-article .jump-top .view-backtop.active:hover{
    background-color: #449D44;
    opacity: 1;
}
.m-manual .manual-progress {
    display: none;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 302;
    background-color: #ddd;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -moz-transition-property: top;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: linear;
    -moz-transition-delay: 0s;
    -webkit-transition-property: top;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    -o-transition-property: top;
    -o-transition-duration: .3s;
    -o-transition-timing-function: linear;
    -o-transition-delay: 0s
}

.m-manual .manual-progress .progress-bar {
    display: block;
    background-color: #136ec2;
    height: 100%
}
.m-comment{
    margin: 30px auto 70px auto;
}
.m-comment .comment-result .title {
    display: block;
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1.5em;
    border-bottom: 1px solid #ddddd9;
    margin-bottom: 10px;
}
.w-textarea.textarea-full {
    display: block;
}
.w-fragment.fragment-tip {
    color: #999;
}
.w-textarea .textarea-input {
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    line-height: 1.7em;
    font-weight: 200;
}
.m-comment .comment-post .form .enter textarea {
    resize: none;
    min-height: 72px;
    overflow: hidden;
    width: 100%;
}
.m-comment .comment-list {
    padding-bottom: 12px
}

.m-comment .comment-post {
    padding-bottom: 35px
}

.m-comment .comment-item {
    position: relative;
    font-size: 1em;
    border-top: 1px dotted #eee;
    margin-bottom: -1px;
    padding: 12px 0;
    line-height: 1.7em
}

.m-comment .comment-item .avatar {
    position: absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #eee
}

.m-comment .comment-item .avatar img {
    border-radius: 50%
}

.m-comment .comment-item .date {
    font-weight: 200;
    color: #999;
    margin-left: 12px
}

.m-comment .comment-item .name {
    color: #136ec2
}

.m-comment .comment-item .content {
    margin: 6px 0 9px;
    font-size: 1.14em;
    padding: 3px 0
}

.m-comment .comment-item .content pre {
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f7f7f7;
    border: 0;
    border-radius: 3px;
    font-family: Microsoft Yahei,Helvetica Neue,Arial,Helvetica,sans-serif;
}

.m-comment .comment-item .content pre>code {
    display: inline;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: initial;
    line-height: inherit;
    background-color: transparent;
    border: 0;
    font-size: 100%
}

.m-comment .comment-item .operate {
    position: absolute;
    top: 12px;
    right: 0;
    height: 24px;
    line-height: 24px
}

.m-comment .comment-item .operate .number {
    color: #999
}

.m-comment .comment-item .operate .delete {
    display: none
}

.m-comment .comment-item:hover .operate.toggle .delete {
    display: inline-block
}

.m-comment .comment-item:hover .operate.toggle .number {
    display: none
}

.m-comment .comment-item .info {
    height: 24px;
    line-height: 24px
}

.m-comment .comment-item .vote {
    display: inline-block;
    margin-right: 12px
}

.m-comment .comment-item .vote .agree,.m-comment .comment-item .vote .oppose {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #666666;
}
.m-comment .comment-item .vote .agree:hover,.m-comment .comment-item .vote .oppose:hover{
    color: #333333;
}

.m-comment .comment-item .vote .count {
    height: 30px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    text-align: center;
    padding: 0 6px;
    min-width: 12px;
    font-weight: 200;
    vertical-align: top;
    background-color: #f5f5f5;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee
}

.m-comment .comment-item .vote .agree {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.m-comment .comment-item .vote .oppose {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.m-comment .comment-item .vote.disabled .agree,.m-comment .comment-item .vote.disabled .oppose {
    cursor: default
}

.m-comment .comment-item .vote.disabled .agree i,.m-comment .comment-item .vote.disabled .oppose i {
    color: #ccc
}

.m-comment .comment-item .vote.disabled .agree:hover i,.m-comment .comment-item .vote.disabled .oppose:hover i {
    color: #ccc
}

.m-comment .comment-item .reply {
    float: right;
    line-height: 30px;
    display: none
}

.m-comment .comment-item:hover .reply {
    display: inline-block
}

.m-comment .comment-empty {
    text-align: center;
    display: block;
    padding-top: 36px;
    padding-bottom: 36px
}

.m-comment .comment-empty .text {
    color: #666;
    font-weight: 200
}

.m-comment .comment-empty.empty-active {
    display: block
}

.m-comment .comment-more,.m-comment .comment-replace {
    display: none;
    text-align: center;
    margin-bottom: 24px
}

.m-comment .comment-more .more-inner,.m-comment .comment-replace .more-inner {
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    min-width: 300px;
    border-radius: 4px;
    border: 1px solid #aaa
}

.m-comment .comment-more .more-inner:hover,.m-comment .comment-replace .more-inner:hover {
    background-color: #f3f3f3;
    border-color: #888
}

.m-comment .comment-more .more-inner:active,.m-comment .comment-replace .more-inner:active {
    box-shadow: 0 3px 6px rgba(99,99,99,.1) inset
}

.m-comment .comment-more.more-active,.m-comment .comment-replace.more-active {
    display: block
}

.m-comment .comment-more.replace-active,.m-comment .comment-replace.replace-active {
    display: block
}

.m-comment .think-loading.loading-ripple-empty {
    text-align: center
}

.m-comment .comment-post-disabeld {
    display: none;
    height: 72px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px 10px;
    text-align: center;
    line-height: 72px
}

.m-comment.comment-disabled .comment-post {
    display: none
}

.m-comment.comment-disabled .comment-post-disabeld {
    display: block
}
.editor-content {
    line-height: 1.7em;
    font-size: 14px
}
.editor-content p{
    margin-bottom: 14px;
    line-height: 1.7em;
    font-size: 1.3rem;
    color: #5D5D5D;
}
.editor-content a {
    color: #3eb1d0
}
.editor-content h1 {
    font-size: 1.7rem;
    line-height: 1.2
}
.editor-content h2 {
    padding-bottom: 0.3em;
    font-size: 1.6rem;
    line-height: 2.5em;
    border-bottom: 1px solid #eee
}
.editor-content h3 {
    font-size: 1.65rem;
    line-height: 2em;
    border-bottom: 1px solid #eee
}
.editor-content h4 {
    font-size: 1.5rem
}
.editor-content h5 {
    font-size: 1.45em
}
.editor-content h6 {
    font-size: 1.4em;
    color: #777
}
.editor-content br {
    display: block;
    margin: .2em
}
.editor-content hr {
    border: 0;
    border-bottom: 1px solid #ddd
}
.editor-content ul {
    padding-left: 28px
}
.editor-content ol {
    padding-left: 28px
}
.editor-content h1,.editor-content h2,.editor-content h3,.editor-content h4,.editor-content h5,.editor-content h6,.editor-content p,.editor-content ul,.editor-content ol,.editor-content blockquote,.teditor-content pre,.editor-content table {
    margin-bottom: 14px
}
.editor-content table {
    border-collapse: collapse;
    table-layout: fixed;
    display: block;
    width: 100%;
    overflow: auto;
    word-break: keep-all;
    margin: 10px 0
}
.editor-content th {
    text-align: left
}
.editor-content table thead tr{
    background-color: #0088CC;
    color: #ffffff;
}
.editor-content  table tr:nth-child(2n) {
    background-color: #f8f8f8
}
.editor-content table td,.editor-content table th {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

.editor-content img {
    max-width: 100%
}

.editor-content table pre {
    margin-bottom: 0
}

.editor-content table p {
    margin: 0
}
.editor-content blockquote {
    padding: 5px 5px 5px 15px;
    color: #777;
    border-left: 4px solid #ddd
}

.editor-content blockquote.info {
    border-left-color: #5bc0de;
    color: #5bc0de;
    background-color: #f4f8fa
}

.editor-content blockquote.warning {
    background-color: #fcf8f2;
    border-color: #f0ad4e;
    color: #f0ad4e
}

.editor-content blockquote.danger {
    color: #d9534f;
    background-color: #fdf7f7;
    border-color: #d9534f
}

.editor-content blockquote.success {
    background-color: #f3f8f3;
    border-color: #50af51;
    color: #50af51
}

.editor-content blockquote>:last-child {
    margin-bottom: 0;
}

.editor-content .markdown-toc-list ul:only-child {
    padding-left: 0;
    margin-bottom: 0
}
.editor-content pre{
    border: 0;
    margin-bottom:14px;
}
.editor-content code, .editor-content pre {
    border-radius: 0;
    font-family: Microsoft Yahei,Helvetica Neue,Arial,Helvetica,sans-serif;
}
.editor-content pre>code{
    word-break: break-all;
    white-space: inherit;
}
.editor-content blockquote {
    border-color: inherit;
    color: inherit;
    background: 0
}

.hljs-line-numbers {
    text-align: right;
    border-right: 1px solid #ccc;
    color: #999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.editor-content .markdown-toc{
    padding: 15px 5px;
    background-color: #FFFFFF;
    line-height: 25px;
    border: 1px solid #CCCCCC;
    width: 225px;
    float: right;
    overflow-x: auto;
    margin: 0 0 10px 10px;
}

.http-method .default{
    width: 70px;
    display: inline-block;
    background-color: #333333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 15px;
    color: #FFF !important;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.http-method .post{
    background-color: #F47023 !important;
}
.http-method .get{
    background-color:#27AE60 !important;
}
.http-method .put{
    background-color:#4A90E2!important;
}

.http-method .del{
    background-color:red!important;
}
.http-method .trace{
    background-color:#e09d43 !important;
}



@media screen and (max-width: 840px) {

    .m-manual.manual-reader {
        font-size:13px;
        min-width: initial
    }

    .m-manual.manual-reader .manual-head {
        min-width: initial
    }
    .m-manual.manual-reader .manual-head .manual-menu{
        display: none;
    }

    .m-manual.manual-reader .manual-body {
        padding-left: 0
    }

    .m-manual.manual-reader .manual-left {
        width: 80%;
        max-width: 360px;
        left: -80%;
        top: 0;
        z-index: 4000
    }

    .m-manual.manual-reader .manual-left .article-menu{
        width: 100%;
    }

    .m-manual.manual-reader .manual-head .pull-left {
        right: 0;
        left: 0;
        position: relative
    }

    .m-manual.manual-reader .manual-head .pull-left .slidebar {
        display: inline-block;
        margin-right: 10px;
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 0;*/
        /*font-size: 20px*/
    }

    .m-manual.manual-reader .manual-head .pull-left .slidebar i {
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        line-height: 100%
    }

    .m-manual.manual-reader .manual-head .pull-left .manual-title {
        padding-left: 30px;
        height: 54px;
        line-height: 54px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .m-manual.manual-reader .manual-navg {
        display: block
    }

    .m-manual.manual-reader .manual-head .left .manual-navg {
        margin-left: 36px;
        margin-right: 36px
    }

    .m-manual.manual-reader .manual-navg .title {
        float: none;
        text-align: center;
        display: block
    }

    .m-manual.manual-reader .manual-tab .tab-util {
        display: none
    }

    .m-manual.manual-reader .article-view .head-util {
        display: none
    }

    .m-manual.manual-reader .article-jump .jump-up,.m-manual.manual-reader .article-jump .jump-down {
        float: none;
        display: block
    }

    .m-manual.manual-reader .m-article .think-loading.loading-ripple {
        margin-left: -48px
    }

    .m-manual.manual-reader .manual-right {
        left: 0
    }

    .m-manual.manual-reader.manual-auto-close .manual-head {
        top: -55px
    }

    .m-manual.manual-reader.manual-auto-close .manual-progress {
        top: 0
    }

    .m-manual.manual-reader.manual-auto-open .manual-head {
        top: 0
    }

    .m-manual.manual-reader .manual-article .article-view {
        padding: 0 12px
    }

    .m-manual.manual-reader .manual-article .article-comment {
        padding: 0 12px
    }

    .m-manual.manual-reader .manual-article .article-head{
        /*display: none*/
    }
    .m-manual.manual-reader .manual-article .editor-content .markdown-toc{
        display: none;
    }
    .m-manual.manual-reader .manual-mask {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -10;
        background-color: #000;
        opacity: 0
    }

    .m-manual.manual-reader.manual-mobile-show-left .manual-left {
        transition:left 0.5s;
        left: 0;
        z-index: 3001
    }
    .m-manual.manual-reader .manual-left{
        transition: left 0.5s;
    }

    .m-manual.manual-reader.manual-mobile-show-left .manual-mask {
        opacity: .3;
        z-index: 3000
    }
}

.bookstack-item a{color: #333;}

.editormd-preview-container ol.linenums li code, .editormd-html-preview ol.linenums li code{
    line-height: 1.7;
}
.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{
    font-weight: 400 !important;
}
.markdown-body{
    font-size: 14px !important;
    line-height: 2;
}
.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li{
    min-height: 20px;
}
.markdown-body table th{font-weight: normal;}
li.L1, li.L3, li.L5, li.L7, li.L9{background-color: transparent;}
.markdown-body img{
    margin: 8px 0;cursor: zoom-in;
    max-width: 100% !important;
}
.markdown-body img.img-block{display: block;}

.markdown-body audio,.markdown-body video{
    max-width: 100%;
    min-width: 480px;
}

.editormd-preview-container ol.linenums li code, .editormd-html-preview ol.linenums li code{
    display: block;
    white-space: pre;
}
.editormd-preview-container pre code{
    display: inline-block !important;
}

.hung-read-link{
    margin: 30px 0;line-height: 200%;color:#79809A;
    font-size: 14px;
    line-height: 22px;}
.hung-read-link .hung-pre{padding-left: 0;}
.hung-read-link .hung-next{padding-right: 0;float: right;}
.hung-read-link a{color:#102048}

.bookstack-bars{position: fixed;right: 50px;bottom: 50px;border:1px solid rgba(0,0,0,.1);
    z-index: 9999;box-shadow: 0px 1px 3px rgba(0,0,0,.1);border-radius: 4px;background-color: #fff;
}

@media screen and (max-width: 768px){
    .bookstack-bars{right: 15px;bottom: 30px;}
}

.bookstack-bars ul,.bookstack-bars li{list-style: none;padding:0px;margin: 0px;}
.bookstack-bars li a{display: block;height: 40px;width: 40px;text-align: center;line-height: 40px;color: #666}
.bookstack-bars li a.feedback{
    font-size: 12px;line-height: 120%;height: 56px;text-decoration: none;padding-top: 7px;
}
.bookstack-bars li{border-bottom: 1px solid #efefef;}
.bookstack-bars li:last-child{border-bottom:0px;}
.bookstack-bars li:hover{background-color: #EFEFEF}
.bookstack-bars li:hover a{color: #0056ff}
.editormd-preview-container code, .editormd-html-preview code{
    border:0px;display: inline-block;padding-bottom: 0px;
    line-height: 1.7;
}
.editormd-preview-container blockquote, .editormd-html-preview blockquote{font-style: normal;color: #777;}

.bookstack-bars .bars-menu-hide{display: none !important;}

#ModalBookmark li,#ModalHistory li{
    list-style: none;border-bottom: 1px dashed #EFEFEF;
    padding-right: 50px;position: relative;
    padding-left: 5px;
}
#ModalBookmark li:last-of-type,#ModalHistory li:last-of-type{
    border-bottom: 0px;
}
#ModalBookmark li .text-muted{
    margin-right: 5px;
}
#ModalBookmark li:hover,#ModalHistory li:hover{
    background-color: #EFEFEF;
}
#ModalBookmark li .fa,#ModalHistory li .fa{
    position: absolute;right: 0px;line-height: 250%;
    padding:0px 10px;cursor: pointer;color: #888;font-weight: 100;
}
#ModalBookmark li a,#ModalHistory li a{
    display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
    line-height: 250%;text-decoration: none;
}

#ModalHistory .progress{border-radius: 10px;height: 16px;}
#ModalHistory .text-muted{color: #999}

.manual-left{transition: margin-left 0.3s;}
.manual-left-toggle{margin-left: -280px;}
.m-manual .manual-right{transition: left 0.3s;}
.m-manual .manual-right-toggle{left: 0px;}
.article-menu{
    overflow:auto;
    padding: 15px;
    position: absolute;
    top:50px;
    bottom: 0;
    width: 280px;
}
.all-docs{
    height: 50px;
    padding: 0 15px;
    padding-right: 0;
    box-sizing: border-box;
    line-height: 50px;
    background-color: #F6F7FA;
    border-bottom: 1px solid #E8E8F0;
    position: relative;
}

.all-docs .docs-link{
    position: absolute;
    width: 280px;
    background: #fff;
    border: 1px solid #E8E8F0;
    border-top: 0;
    border-left: 0;
    top: 0;
    padding: 8px 15px 15px;
    left: -10px;
    transition-duration: 0.3s;
    z-index: -10;
}

.all-docs .pull-right{padding: 0 15px;cursor: pointer;}

.all-docs .pull-right:hover .docs-link{
    left: 280px;
}
.all-docs .pull-right .fa-bars{
    transition-duration: 0.3s;
}

.all-docs .pull-right:hover .fa-bars{
    transform: rotate(90deg);
    color: #0056ff;
}

.all-docs .docs-link a{
    display: block;
    line-height: 22px;
    text-decoration: none;
    color: #102048;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.all-docs .docs-link a:hover,.all-docs .docs-link a.active{
    color: #0056ff;
}
.all-docs .docs-link a.active::after{
    /* font-family: FontAwesome;
    content: "\f00c"; */
    content: url(../images/icon-checked.png);
    display: inline-block;
    position: absolute;
    right: 15px;
    width: 14px;
    font-size: 18px;
    z-index: 10;
    /* color: #0056ff; */
    background-color: #fff;
}

.article-menu ul,.article-menu li{list-style: none;padding: 0px;margin: 0px;}
.article-menu li{padding-left: 1em;}
.article-menu a{display: block;line-height: 25px;margin-bottom: 10px;color: #102048;;}
.article-menu a:hover{color: #103FFA !important;;}
.article-menu a.jstree-clicked,.article-menu a.active{color:#103FFA !important;}
.article-menu .readed>a{color: #999999;}
/* .article-menu .readed>a:before{
    content:url("../images/readed.png");
    margin-left: -19px;
    position: relative;top: 3px;margin-right: 3px;
} */
.article-menu .readed.collapse-node>a:before{content: none}
.article-search{
    padding: 7.5px;
    background-color: #F6F7FA;
}
.article-search .bookname{
    padding: 10px 5px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #102048;
    height: 50px;
    box-sizing: border-box;
}
.article-search .bookname a{
    color: #102048;
    text-decoration: none;
}
.article-search .input-group-addon{padding: 0px;}
.article-search .input-group-addon button{padding: 8px 10px;background-color: transparent;border: 0px;}
.article-search .pull-right{
    margin-right: -50px;
    margin-top: -30px;
    cursor: pointer;
    color: #666666;
    background: #fff;
    padding: 8px;
    border-radius: 3px;
}

.article-search .form-control{
    padding-right: 5px;
    border-right: 0px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #E8E8F0 !important;
    border-right: 0 !important;
}

.article-search .input-group-addon-clear{background-color: #ffffff;cursor: pointer;
    padding: 0px 8px;border-left: 0px;display: none;;
}

.article-search .input-group-addon{
    background-color: #fff !important;
    border: 0 !important;
    border-top: 1px solid #E8E8F0 !important;
    border-bottom: 1px solid #E8E8F0 !important;
}

.article-search .input-group{border-right:  1px solid #E8E8F0 !important;}
.article-search form{
    padding: 0 7px;
}

.article-menu .search-result{margin-left: -15px;display: none;}
.article-menu .search-empty{text-align: center;color: #888888;position: absolute;top:40%;width: 100%;font-weight: normal;font-size: 16px;}
.article-menu .search-empty .text{font-weight: normal !important;}
.article-menu .search-empty .fa-search-plus{display: block;font-size: 40px;margin-bottom: 15px;}

#nprogress .bar{z-index: 9999;}
#nprogress .spinner{left: 45%;top:15px;z-index: 9999;}
#nprogress .spinner-icon{width: 30px;height: 30px;border: solid 2px transparent;
    border-top-color: #29d;
    border-left-color: #29d;}


.markdown-body h1{font-size: 1.6em;border:0;}
.markdown-body h2{font-size: 1.5em;border:0;}
.markdown-body h3{font-size: 1.4em;}
.markdown-body h4{font-size: 1.3em;}
.markdown-body h5{font-size: 1.2em;}
.markdown-body h6{font-size: 1.1em;}

.btn-link,a.btn-link,a.btn-link:hover{color: #222222 !important;text-decoration: none;}

.article-info{
    border-bottom: 1px solid #E8E8F0;
    padding-bottom: 16px;
    margin-bottom: 32px !important;
    margin-top: -7px;
}

.article-info span,.article-info a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #C0C0CA;
    text-decoration: none;
}
.article-info .line{
    margin: 0 10px;
    color: #E8E8F0;
}
.article-info em, .article-info i{font-style: normal;}
.article-info:hover{
    color: #102048;
}
/* .article-info a,.article-info span{color: #cccccc;font-size: 13px;} */
/* .article-info:hover a,.article-info:hover span{color: #888;font-size: 13px;text-decoration: none;} */
.article-info a:hover{color: #0056FF;}
.article-info span.pull-right{margin-right: 0px;}
.article-info .pull-right a{color: #79809A;}
.article-info span.pull-right span{margin-left: 20px;}
.article-info img{width: 17px; height: 17px;position: relative;}
.article-info img.icon-qrcode{
    top: -1px;
    width: 18px;
    height: 18px;
}
.article-info img.copy{
    height: 15px;width: 15px;
    margin-right: 1px;top: -1px;
}
.article-info img.export{
    top: -2px;
}
.editormd-preview-container blockquote, .editormd-html-preview blockquote{
    color: #777 !important;font-style: normal !important;
    border-left: 4px solid #D6DBDF;font-size: 14px;
    background: none repeat scroll 0 0 rgba(102,128,153,.05);
    margin: 8px 0;padding: 8px;
}

.article-content pre{position: relative;}
.article-content pre .btn-copy{position: absolute;right: 15px;display: none;}
.article-content pre:hover .btn-copy{display: block;}
.article-content pre.language-danger .btn-copy,.article-content pre.language-success .btn-copy,.article-content pre.language-warning .btn-copy, .article-content pre.language-warn .btn-copy,
.article-content pre.language-info .btn-copy{display: none !important;}

/*.markdown-toc-fixed{*/
    /**/
/*}*/


/* @media screen and (min-width: 768px) { */
    .markdown-toc{
        position: fixed;background-color: #fff;
        z-index: 88;
        top: 73px;
        /* transition: all 0.5s; */
        width: 225px;overflow-y: auto;
        border-left:1px solid #EFEFEF;
        right: 15px;
        padding-left: 0;
        padding-top: 0;
        max-height: calc(100vh - 85px);
    }
    .article-menu-hide .markdown-toc{
        width: 0px;overflow: hidden;border: 0px;
        padding-left: 0;
    }
    .article-menu-hide .markdown-toc::before{
        border-bottom: 0px;
        left: 30px;
        display: none;
    }
    .markdown-toc-list{
        white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
        width: 100%;
    }
    .markdown-toc::before{
        content: "本文导读";position: fixed;background-color: #ffffff;z-index: 9999;
        font-weight: bold;
        font-size: 16px;
        /* width: 228px; */
        width: 200px;
        padding-left: 0.8em;line-height: 200%;
        /* border-bottom: 1px solid #EEEEEE; */
        /* background: url("../images/toggle.png") 5px center no-repeat;
        background-size: 24px 24px;
        cursor: pointer; */
    }

    .markdown-toc ul{ list-style: none; padding-left: 0; margin-top: 45px;}
    .markdown-toc li>a{padding-left: 1em;}
    .markdown-toc li li>a{padding-left: 2em;}
    .markdown-toc li li li>a{padding-left: 3em;}
    .markdown-toc li li li li>a{padding-left: 4em;}
    .markdown-toc li li li li li>a{padding-left: 5em;}
    .markdown-toc li li li li li li>a{padding-left: 6em;}
    .markdown-toc li li li li li li li>a{padding-left: 7em;}
    .markdown-toc a{
        display: block !important;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
        color: #999999;font-size: 15px;font-weight: normal !important; padding-left: 5px;
    }
    .markdown-toc a strong{font-weight: normal !important;}
    .markdown-toc a.active,.markdown-toc a:hover{
        color: #0056ff;
        /* background-color: #edf2f7; */
        /* border-left: 2px solid #0056ff; */
    }
    .markdown-toc a.active::before,.markdown-toc a:hover::before{
        content: " ";position: absolute;left: 0;top: 0;
        width: 2px;height: 100%;background-color: #0056ff;
    }
    ul.markdown-toc-list{
        width: 205px;
        overflow-x: hidden;
    }
    .article-toggle{
        position: fixed;
        /* right: 10px; */
        right: 35px;
        top:132px;
        cursor: pointer;transition: right 0.5s; 
        border: 0px;background-color: #fff; 
        padding:5px 8px;
        z-index: 300;
    }
    .article-toggle .fa{font-size: 16px; color: #C0C0CA;}
    .article-menu-hide .article-toggle{
        /* right: 15px; */
        right: 40px;
        border: 1px solid #EFEFEF;border-radius: 3px;
    }
    .article-toggle .fa{display: none;}
    .article-toggle .fa-angle-double-right{
        display: inline-block;
    }
    .article-menu-hide .article-toggle .fa{display: none;}
    .article-menu-hide .article-toggle .fa-angle-double-left{
        display: inline-block;
    }
    .article-toggle img{height: 21px;}

    .m-manual .manual-right .manual-article{
        /* transition: margin-right 0.5s; */
		margin-right: 240px;
    }

    .article-menu-hide .m-manual .manual-right .manual-article{
        margin-right: 0px;
    }
/* } */

.mgb-15px{margin-bottom: 15px;}
.mgt-15px{margin-top: 15px;}

/*.article-menu a:hover{color: #008cff;}*/

.collapse-menu{margin-left: 10px;padding-bottom: 50px;}
.collapse-menu .collapse-node{position: relative;}
.collapse-menu .collapse-node span {
    display: inline-block;
    width: 32px;height: 32px;
    box-sizing: border-box;
    position: absolute;
    left: -19px;
    /* right: 0; */
    cursor: pointer;
    top: -4px;
    background: url("../images/angle-down.png") no-repeat center center;
    /* background: url("../images/angle-top.png") no-repeat center center; */
}
.collapse-menu .collapse-node.collapse-hide{
    height: 32px;
}
.collapse-menu .collapse-node.collapse-hide ul{
    display: none !important;
}
.collapse-menu .collapse-node.collapse-hide span{
    background: url("../images/angle-right.png") no-repeat center center;
    /* background: url("../images/angle-down.png") no-repeat center center; */
}

.editormd-preview-container pre, .editormd-preview-container code, .editormd-preview-container kbd, .editormd-html-preview pre, .editormd-html-preview code, .editormd-html-preview kbd{
    font-family: Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;
}

.pun, .opn, .clo{color: #607D8B;}

.bookstack-viewer{
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;top: 0;bottom: 0;right: 0;
    z-index: 9999;
    display: none;
    overflow: auto;
    padding-bottom: 30px;
    cursor: zoom-out;
}

.bookstack-viewer img{
    background-color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    margin: auto;
    display: block;
    max-width: 95%;
    background-color: #ffffff;
}
.markdown-body a{position: relative;}
.markdown-body a .btn-ilink{display: none;}
.markdown-body a:hover .btn-ilink{display: block;
    color: #008cff;
    position: absolute;
    right: 0;
    top: 0;
}

.video-box{
    display: block;
    margin: 15px 0;
}
.video-main{
    position: relative;
    display: inline-block;
}
.video-heading{
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 14px;
}
.video-heading.hide{
    display: none;
}
.video-main:hover .video-heading.hide{
    display: block;
}
.video-title{margin-right: 65px;text-overflow: ellipsis;overflow: hidden;}
.video-playbackrate{position: absolute;top: 0;right: 0;z-index: 999;height: 35px;}
.video-playbackrate select{
    line-height: 35px;
    border: 0;
    height: 35px;
    position: relative;
    top: -1px;
    background: rgba(0,0,0,0.3);
    color: #fff;
}

.breadcrumb{
    padding: 0;
    line-height: 50px;height: 50px;width: 100%;top: 0;
    background-color: #F6F8FA; border-bottom: 1px solid #EEEEEE; text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.breadcrumb .btn-default{border-color: #eee;}
.breadcrumb a{
    /* color: #0056ff; */
    color: #555
}
.breadcrumb a:hover{
    color: #0056ff;
    text-decoration: none;
}

.breadcrumb > li + li:before{
    content: "/ ";
}

.export-pdf{
    position: fixed;right: 0;top: 0;z-index: 9999;height: 49px;line-height: 49px;
    background-color: #fff;
    padding: 0 20px;
}

/* 页面打印的样式设置 */
@media print {
    .breadcrumb{display: none;}
    h1, h2, h3, h4, h5, h6, strong, input, select, textarea, button, body, code {
        font-family: Helvetica Neue,NotoSansHans-Regular,AvenirNext-Regular,arial,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,Arial,Helvetica,sans-serif;
    }
    .feedback{display: none;}
    .manual-article .article-content{max-width: 880px !important;}
    .may-you-like{display: none;}
    code{color:#c7254e!important}
    .str{color:#060!important}
    .kwd{color:#006!important}
    .com{color:#600!important}
    .typ{color:#404!important}
    .lit{color:#044!important}
    .clo,.opn,.pun{color:#440!important}
    .tag{color:#006!important}
    .atn{color:#404!important}
    .atv{color:#060!important}
    .hung-read-link,header{display:none}
    .m-manual .manual-left{display:none}
    .article-toggle{display:none}
    .m-manual .manual-right{position:relative;left:0;top:0}
    .bookstack-bars{display:none}
    .article-info{display:none}
    code,pre{white-space:pre-wrap!important;word-wrap:break-word!important}
    a:link,a:visited{color:#008cff!important;text-decoration:underline!important}
    a[href]:after{content:none!important}
    .m-manual .manual-progress{display:none}
    .editormd-preview-container blockquote{border:1px solid #eee;border-left:5px solid #ddd;color:#777 !important}
    .editormd-html-preview pre.prettyprint,.editormd-preview-container pre.prettyprint{padding:10px;border:1px solid #ddd;white-space:pre-wrap;word-wrap:break-word}
    .editormd-html-preview code,.editormd-preview-container code{border:1px solid #ddd;padding:3px;border-radius:3px;font-size:14px}
    .markdown-toc{display: none !important;}
    .comments-box{display: none;}
}

.fa-active{color: #103FFA;}
.comments-box{padding:0 15px;}
.comments-form{
    box-sizing: border-box;
    border-radius: 4px;
    padding: 20px;
    background: #F6F7FA;
}
.btn-primary{background-color: #103FFA !important;border-color: #103FFA !important;}
.comments-form .form-group{margin-bottom: 20px;}
input[type=checkbox]::after {    font-size: 12px;
    line-height: 14px;    position: absolute;    width: 10px;    height: 12px;
    top: 0;    content: " ";    background-color: #fff;    color: #fff;
    display: inline-block;    visibility: visible;    padding: 0px 1px;
    border-radius: 2px;    border: 1px solid #E8E8F0;    transition: all .2s;    box-sizing: content-box;
}
.comments-form input[type=checkbox]:checked::after {
    content: "✓";    font-size: 12px;    line-height: 14px;    background-color: #103FFA;
    color: #fff;    border: 1px solid #103FFA;
}
form .btn-row>div{padding: 0;}
form .btn-row .col-md-2{padding-right: 0;}
form .btn-row .col-md-10{padding-left: 0;}
.comments-box textarea{resize: vertical;border: 1px solid #e1e1e1;outline:none;width: 100%;padding: 15px;border-radius: 3px;line-height: 160%;}
.comments-box .item-useful{font-size: 16px;border-bottom: 1px solid #eee;padding-bottom: 20px;}
.comments-box .item-useful .fa{font-size: 22px;margin-left: 15px;cursor: pointer;}
.comments-box .item-extend input{position: relative;top: 2px;}
.comments-box .item-extend label{margin-right: 15px;}
.comments-list{margin: 30px 0 300px;clear: both;padding: 15px;display: none;}
.comments-list .img-thumbnail{width: 50px;height: 50px;}
.comments-list .username{color: #333333;}
.comments-list span{color: #b6b6b6;margin-left: 5px;}
.comments-list img{display: inline-block;height: 50px;width: 50px;}
.comments-list .comments-content{
    font-size: 13px;color: #666;line-height: 170%;margin-top:10px;margin-bottom: 15px;
    padding-left: 15px !important;
}
.comments-left{padding-left: 0px;}
.comments-right{padding:  0px;}
.comments-right .userinfo{font-size: 16px;position: relative;top:-7px;}
.comments-right .userinfo span{font-size: 14px;color: #999999;}
.comments-content{color: #999999;}
.reply:hover{cursor: pointer;}
.comments-list form{margin-left: 2em;padding-top: 15px;}
.comments-list .reply-to{
    background-color: #efefef;
    border-radius: 5px;line-height: 160%;
    padding: 10px;margin-bottom: 10px;
    box-sizing: border-box;
    color: #888;
}
.comments-list>.row{margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #efefef;}
.comments-list .reply-to::before{
    content: "“";
    font-size: 34px;
    color: #999;
    left: 18px;
    top: 6px;
    position: absolute;
}

.read-access-tips{
    background: url(../images/bg-read-access.png) top center no-repeat;
    background-size: auto;
    min-height: 500px;
    background-color: rgb(254, 254, 254);
    position: relative;
}

.read-access-tips-content{
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.read-access-tips .help-block{
    font-size: 13px;
}

.read-access-tips a{color: #f60;text-decoration: none !important;font-size: 15px;}

.modal-dialog{width: 500px;margin-top: 80px;max-width: 90%;box-sizing: border-box;margin: 30px auto;}
#modalApply .modal-header{padding: 30px 20px;}
#modalApply .modal-body{padding: 30px 30px 0;}
#modalApply .form-group{margin-bottom: 30px;}
#modalApply .modal-footer{padding: 0 30px 30px;border-top: 0;}
.btn-versions{
    position: fixed;width: 210px;
    top: 85px;z-index: 888;
    right: 15px;
}
.btn-versions .dropdown-menu{
    box-shadow: none;
    min-width: 230px;
}

.btn-versions .btn-default{
    /* width: 210px; */
    width: 185px;
    text-align: left;border-color: #ddd !important;
    background-color: #fff !important;
}
.btn-versions .caret{float: right;margin-top: 8px;}
.btn-versions .btn-default:hover{
    border-color: #ddd !important;
}


.btn-versions .dropdown-menu>li>a{
    line-height: 1.8;
}

.btn-versions .dropdown-menu>.active>a{
    color: #0056ff;
    background-color: unset;
}
.btn-versions .dropdown-menu>.active>a::before{
    content: "✓";
    position: absolute;
    left: 6px;
}

.welcome-at-content{float: right;position: fixed; right: 0; top: 0;border-bottom:1px solid #EEEEEE;height: 50px;line-height: 50px;z-index: 9999;background-color: #F6F8FA;padding: 0 15px;}
.welcome-at-content a{color: #0056ff;}

.editormd-preview-container ol.linenums li, .editormd-html-preview ol.linenums li{list-style: none;}
.editormd-preview-container ol.linenums, .editormd-html-preview ol.linenums{padding-left: 0.5em;}
.editormd-preview-container pre.prettyprint, .editormd-html-preview pre.prettyprint{padding: 10px 15px;}
.markdown-body .highlight pre, .markdown-body pre{font-size: 13px !important;}

.wd-search{
    display: none;
    position: fixed;top:73px;left: 280px;
    z-index: 1000;padding: 5px;background-color: #FFF5F3;
    box-shadow: 1px 4px 10px #ddd;
    width:100%;line-height:34px;
}
.wd-search .result-wd{
    font-weight: bold;padding:0px 5px;color: #F28D28;
}
.wd-search .pull-left{
    margin-left: 20px;margin-right: 30px;
}
.wd-search .input-group{width: 300px;background-color: #ffffff;border: 1px solid #f0f0f0;}
.wd-search input,.wd-search input:focus,.wd-search .form-control{
    border:0px !important;background-color: transparent !important;box-shadow: none !important;
}
.wd-search .input-group-addon{
    background-color: transparent;border:0px;
    cursor: pointer;
}
.wd-search .fa-angle-down,.wd-search .fa-angle-up{
    font-size: 1.3em;
}
.wd-search .text-muted{
    color: #cccccc;border-right: 1px solid #EEEEEE;
}
.wd-search .text-muted:hover{
    background-color: transparent !important;border-radius: 0px !important;
}
.wd-search .input-group-addon:hover{
    background-color: #EFEFEF;border-radius: 50%;
}

.m-manual .search-highlight-active,.m-manual .search-highlight-active .search-highlight{background-color: rgb(255, 150, 50) !important;}
.search-result-bar .m-manual .manual-right{top: 95px !important;}
.search-result-bar .markdown-toc,.search-result-bar .article-toggle{top: 100px;}
@media (max-width: 768px){
    .wd-search{left: 0;}
    .btn-versions{
        right: 15px;
        width: 245px;
    }
    [role=tooltip]{display: none !important;}    /* 移动端不显示提示，避免遮挡视线 */
    .welcome-at-content{padding: 0 0;}
    .btn-versions{width: auto;top: 7.5px;right: 8px;}
    .btn-versions .btn-default{width: auto;}
}

.feedback-info{
    background-color: rgb(229, 243, 255);
    padding: 10px;border-radius: 4px;box-sizing: border-box;
}
.feedback-info .fa-exclamation-circle{color: rgb(0, 112, 204);}
#modalFeedback .screenshot img{width: 100%;cursor: pointer;height: 160px;}
#modalFeedback label{font-weight: normal;}
#modalFeedback input[type=checkbox]::after{display: none !important;}
#modalFeedback .screenshot{
    position: relative;max-height: 160px;overflow: hidden;
}
#modalFeedback .screenshot .tips{
    position: absolute;cursor: pointer;
    background-color: rgb(0, 0, 0,0.3);
    width: 100%;height: 100%;
    top: 0;left: 0;color: #fff;
    box-sizing: border-box;
    padding: 15px;line-height: 150%;
}
#modalFeedback .screenshot .tips>div{
    flex-direction: column;
    margin: 0 auto;
}
#modalFeedback .screenshot .tips img{width: 48px;height: 48px;}
#modalFeedback .screenshot .tips .fa{font-size: 30px;margin-top: 10px;margin-bottom: 10px;}
.feedback-fix{
    border: 1px solid rgb(76, 105, 252);
    position: absolute;
    top: 300px;text-decoration: none !important;
    z-index: 999;
    left: 500px;
    color: rgb(76, 105, 252);
    padding: 8px 10px;
    background: #fff;
}
.feedback-fix:hover{
    background-color: rgb(76, 105, 252);
    color: #fff;
}

#modalImageEditor .modal-dialog{
    width: 1200px;max-width: 90%;
}
#modalImageEditor .modal-dialog .btns{text-align: center;padding-top: 15px;}
#modalImageEditor .modal-dialog .btns .btn-active{background-color: #adadad;}
.feedback-btns{margin-bottom: 16px;}
.feedback-btns .btn{
    border-radius: 0;padding: 8px 20px;
    margin-right: 15px;
    border-color: #0056ff !important;
    color: #0056ff;
}
.feedback-btns .btn:last-of-type{margin-right: 0;}
.feedback-btns .btn:hover,.feedback-btns .btn.disabled{background-color: #0056ff !important;color: #fff;}

.comments-form form .help-block{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #79809A;
    margin-bottom: 0;
}
.comments-form  h3{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #102048;
}

.breadcrumb{
    position: relative;
    background-color: transparent;
    border-bottom: 0;
}
.welcome-at-content{display: none;}
.manual-body{padding-left: 0;position: relative;}
.article-menu{
    background-color: #F6F7FA;
}
.article-menu .readed>a{
    color: #79809A;
}

.book-growthmap .manual-article .article-content{
    /* max-width: calc(100vw - 300px); */
    padding-right: 30px;
    padding-left: 30px;
}

.book-growthmap .jumbotron{
    background-color: #E9ECF8;
    padding: 40px 0 40px 48px;
    border-radius: 2px;
    height: 252px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.book-growthmap .jumbotron h1{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #102048;
    margin-bottom: 16px;
}
.book-growthmap .growthmap-banner{
    height: 252px;
    width: 400px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.book-growthmap .jumbotron-left{
    width: calc(100% - 420px);
}
@media screen and (max-width: 1200px){
    .book-growthmap .jumbotron-left{
        width: calc(100% - 350px);
    }
    .book-growthmap .growthmap-banner{
        width: 350px;
    }
}
@media screen and (max-width: 1000px){
    .book-growthmap .jumbotron-left{
        width: calc(100% - 200px);
    }
    .book-growthmap .growthmap-banner{
        width: 200px;
    }
}
@media screen and (max-width: 900px){
    .book-growthmap .jumbotron-left{
        width: calc(100% - 250px);
    }
    .book-growthmap .growthmap-banner{
        width: 250px;
    }
}
.book-growthmap .jumbotron-left p{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #79809A;
}
.book-growthmap .jumbotron-left a.btn{
    border-radius: 2px;
    font-size: 16px;
    padding: 8px 16px;
    margin-right: 12px;
    color: #79809A;
}
.book-growthmap .jumbotron-left a.btn:first-of-type{
    border: 1px solid #E1E3E5;
    background-color: #fff;
}
.book-growthmap .jumbotron-left a.btn:first-of-type:hover{
    background-color: #0056FF;
    border: 1px solid #0056FF;
    color: #fff;
}
.book-growthmap .jumbotron-left a.btn:nth-of-type(2){
    background-color: #0056FF;
    border: 1px solid #0056FF;
    color: #fff;
}
.book-growthmap .jumbotron-left a.btn:nth-of-type(2):hover{
    box-shadow: 0 2px 10px #0056FF99;
}

.growthmap-list .panel{
    margin-bottom: 0;
    box-shadow: none;
    border: 0;
}
.growthmap-list a{
    text-decoration: none;
    color: #0056FF;
}
.growthmap-list .panel-heading{padding: 0;background-color: #fff;border: 0;}
.growthmap-list .growthmap-item-icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #E9ECF8;
    text-align: center;
    overflow: hidden;
    float: left;
}
.growthmap-list .growthmap-item-icon img{
    width: 44px;height: 44px;
}
.growthmap-list .growthmap-item-title a{
    font-family: 'PingFang SC';
    font-style: normal;
    color: #102048;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}
.growthmap-list .panel-body{
    padding:0 15px 0 22px;
}
.growthmap-list .growthmap-item-links{
    border-left: 1px solid #E8E8F0;
    padding: 20px;
    padding-left: 44px;
}
.growthmap-list .growthmap-item-links a{
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #79809A;
}
.growthmap-list .growthmap-item-links a:hover{
    color: #0056FF;
}
.growthmap-list .growthmap-item-links a i{
    width: 6px;height: 6px;background-color: #103FFA;border-radius: 3px;
    display: inline-block;position: relative;top:-2px;margin-right: 5px;
}
.growthmap-list .growthmap-item:last-of-type .growthmap-item-links{border-left: 0;}

.text-primary{
    color: #0056FF !important;
}
.may-you-like {
    padding: 20px;
    background-color: #F6F7FA;
    box-sizing: border-box;
    margin-top: 8px;
}
.may-you-like h3{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #102048;
}
.may-you-like a{
    display: inline-block;
    text-decoration: none;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #79809A;
    margin-top: 8px;
}
.may-you-like a:hover{
    color: #0056FF;
}
.may-you-like a i{
    display: inline-block;width: 6px;height: 6px;background-color: #0056FF;border-radius: 3px;
    margin-right: 8px;
    position: relative;
}
.markdown-body{
    color: #102048;
}
.right-bottom-feedback{
    width: 48px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    position: fixed;
    right: 30px;
    bottom: 176px;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #103FFA !important;
    text-decoration: none !important;
    text-align: center;
    padding: 16px 11px;
    z-index: 1000;
    border: 1px solid transparent;
}
.right-bottom-feedback:hover{
    border: 1px solid #103FFA;
}

.feedback-tips{
    position: fixed;
    height: 128px;
    width: 268px;
    bottom: 180px;
    right: 100px;
    box-sizing: border-box;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 2px;
    z-index: 1000;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
}
.feedback-tips-left{
    float: left;
    width: 36px;
    text-align: right;
}
.feedback-tips-right{
    margin-left: 46px;
}
.feedback-tips-title{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #102048;
    margin-bottom: 4px;
}
.feedback-tips-description{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #79809A;
}
.feedback-tips-action {
    margin-top: 16px;
}
.feedback-tips-action a{
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #79809A;
    display: inline-block;
}
.feedback-tips-action a.pull-right{margin-right: 20px;color: #103FFA;}
.feedback-tips-angle{
    position: absolute;
    width: 16px;height: 16px;
    right: -8px;
    box-shadow: 4px -4px 6px rgb(0 0 0 / 12%);
    background-color: #fff;
    top: 58px;
    transform: rotate(45deg);
}
.m-manual.manual-reader .manual-body{
    padding-right: 0;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.article-menu::-webkit-scrollbar{
    background-color: transparent;
    width: 6px;height: 6px;
}
.article-menu:hover::-webkit-scrollbar{
    background-color: rgb(241, 241, 241);
}

/*定义滚动条轨道 内阴影+圆角*/
.article-menu::-webkit-scrollbar-track{
    background-color: transparent;
}
  
/*定义滑块 内阴影+圆角*/
.article-menu::-webkit-scrollbar-thumb{
    background-color: transparent;
    border-radius: 3px;
}
.article-menu:hover::-webkit-scrollbar-thumb{
    background-color: rgb(193, 193, 193);
}
.article-menu:hover::-webkit-scrollbar-thumb::hover{
    background-color: rgb(168, 168, 168);
}

@media screen and (max-width: 768px) {
    .book-growthmap .manual-article .article-content{
        width: 100%;
        padding-right: 15px;
        max-width: 100%;
        padding-left: 15px;
    }
    .book-growthmap .growthmap-banner{
        display: none;
    }
    .book-growthmap .jumbotron{
        height: auto;
        padding: 40px 15px;
    }
    .book-growthmap .jumbotron-left{
        width: unset;
    }
    .book-growthmap .jumbotron-left a.btn{
        padding: 5px 16px;
    }
    .article-menu{
        top: 65px;
    }
   
    .wd-search{top: 104px !important;}

    .m-manual .manual-right{margin-left: 0;}
    .article-info .line{display: none;}
    .article-info .read-span{float: right;color: #79809A;}
    .manual-article .article-content{
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }

    .article-search{
        padding: 11px 7.5px;
        position: absolute;
        top: 4px;
    }

    .right-bottom-feedback,.feedback-tips{display: none;}

    .hung-read-link a{
        display: block;
        white-space: normal;
        word-break: break-all;
    }

    .comments-form h3,.comments-form .feedback-btns{
        text-align: center;
        display: block;
    }
    .manual-article .article-content{
        padding-top: 110px;
    }
    .all-docs-mobile{
        padding: 0 15px;
        background-color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        top: 60px;
        height: 44px;
        border-bottom: 1px solid #E8E8F0;
        line-height: 44px;
    }
    .all-docs-mobile .bookname{
        padding: 0;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 500;
        /* font-size: 18px; */
        font-size: 16px;
        padding: 0;
        color: #102048;
        text-align: center;
    }
    .all-docs-mobile .bookname span{
        display: inline-block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .all-docs-mobile .bookname .fa{
        position: absolute;
        top: 0;
        height: 44px;
        line-height: 44px;
        font-size: 20px;
        z-index: 999;
    }
    .all-docs-mobile .bookname .docs-link{
        background-color: #fff;
        position: fixed;
        left: 0;
        right: 0;
        top: 104px;
        height: 0;
        text-align: left;
    }
    .all-docs-mobile .bookname.active .docs-link{
        background-color: #00000080;
        height: calc(100vh - 104px);
    }
    .all-docs-mobile .bookname .docs-link .box{
        background-color: #fff;
        max-height: 50vh;
        overflow: auto;
        padding: 10px 15px;
        display: none;
    }
    .all-docs-mobile .bookname .docs-link a{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: 'PingFang SC';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 35px;
        color: #102048;
    }

    .all-docs-mobile .bookname .fa-angle-down{
        display: inline-block;
    }
    .all-docs-mobile .bookname .fa-angle-up{
        display: none;
    }
    .all-docs-mobile .bookname.active .fa-angle-down{
        display: none;
    }
    .all-docs-mobile .bookname.active .fa-angle-up{
        display: inline-block;
    }
    .all-docs-mobile-left{
        padding-left: 0;
    }
    .all-docs-mobile-left i{
        padding: 15px;
        cursor: pointer;
        color: #79809A;
    }
    .all-docs-mobile .text-right{padding-right: 0;}
    #version-select{
        font-size: 12px;
        border: 0 !important;
        height: 40px;
        text-align: right;
        width: 100%;
        padding-right: 5px;
        font-size: 14px;
        color: #79809A;
        box-sizing: border-box;
        overflow: hidden;
    }
    #version-select::after{
        font-family: FontAwesome;
        content: "\f107";
        display: inline-block;
        margin-left: 5px;
        position: relative;
    }

    .breadcrumb a.home span.visible-xs{display: inline-block !important;}
    .breadcrumb li{
        max-width: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .m-manual.manual-reader .manual-left{
        width: 100%;
        max-width: 100%;
        left: -100%;
        top: 100px !important;
        padding-top: 12px;
        height: calc(100vh - 100px) !important;
    }
    .manual-mobile-show-left .all-docs-mobile-left .fa-bars{
        display: none;
    }
    .all-docs-mobile-left img{
        display: none;
        width: 10px;
        height: 10px;
    }
    .manual-mobile-show-left  .all-docs-mobile-left .close-menu{
        display: inline-block;
        padding: 0 15px;
    }
    .manual-mobile-show-left  .all-docs-mobile-left img{
        display: inline-block;
    }

    .all-docs-mobile .bookname .docs-link a.active{
        color: #0056FF;
    }
    .all-docs-mobile .bookname .docs-link a.active::after{
        content: url(../images/icon-checked.png);
        width: 14px;
        float: right;
        margin-right: 3px;
    }

    .ap-header__title{display: none;}
    .ap-layout-fixed .ap-cont{
        border-radius: 8px 8px 0 0;
    }

    .markdown-toc{
        height: 100vh;
        max-height: 100vh;
        z-index: 9999;
        width: 100%;
        top: 0;
        right: 0;
        background-color: #00000080;
        padding-left: 40%;
        padding-top: 0;
        overflow: hidden;
    }
    .markdown-toc ul{
        margin-top: 0;
    }
    ul.markdown-toc-list{
        width: auto;
    }
    .markdown-toc-list{
        padding-left: 0;
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        background: #fff;
        margin-top: 0;
        padding-top: 110px !important;
    }
    .markdown-toc::before{
        top: 75px;
    }
    .article-toggle{
        z-index: 10000;
        right: 60%;
        top: calc(50vh + 13px);
        margin-right: -2px;
        border-radius: 3px 0 0 3px;
        padding: 8px 5px;
    }
    .article-menu-hide .article-toggle{
        right: -30px;
        border: 0;
    }

    .func-bars{
        width: 44px;
        height: 133px;
        position: fixed;
        right: 15px;
        bottom: 48px;
        z-index: 1000;
        background-color: #fff;
        box-shadow: 0px 4px 6px rgb(0 0 0 / 12%);
    }
    .func-bars a.bar-feedback{
        border-top: 0.5px solid #E8E8F0;
        border-bottom: 0.5px solid #E8E8F0;
    }
    .func-bars a{
        display: block;
        height: 44px;
        text-align: center;
        line-height: 44px;
    }

    #modalFeedback .modal-dialog{
        margin-top: 110px;
    }
}

.editormd-preview-container pre.language-info,.editormd-preview-container pre.lang-info{
    padding: 8px !important;
    background-color:  #5bc0de22 !important;
    border-left: 4px solid #5bc0de !important;
    color: #5bc0de !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.editormd-preview-container pre.language-info *,.editormd-preview-container pre.lang-info *{
    color: #5bc0de !important;
}
  
.editormd-preview-container pre.language-warning,.editormd-preview-container pre.lang-warning{
    padding: 8px !important;
    background-color:  #f0ad4e22 !important;
    border-left: 4px solid #f0ad4e !important;
    color: #f0ad4e !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.editormd-preview-container pre.language-warning *,.editormd-preview-container pre.lang-warning *{
    color: #f0ad4e !important;
}

.editormd-preview-container pre.language-danger,.editormd-preview-container pre.lang-danger{
    padding: 8px !important;
    background-color:  #d9534f22 !important;
    border-left: 4px solid #d9534f !important;
    color: #d9534f !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.editormd-preview-container pre.language-danger *,.editormd-preview-container pre.lang-danger *{
    color: #d9534f !important;
}

.editormd-preview-container pre.language-success,.editormd-preview-container pre.lang-success{
    padding: 8px !important;
    background-color:  #5cb85c22 !important;
    border-left: 4px solid #5cb85c !important;
    color: #5cb85c !important;
    font-size: 14px !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.editormd-preview-container pre.language-success *,.editormd-preview-container pre.lang-success *{
    color: #5cb85c !important;
}