body {
    background-color: #fff;
}
a {
    color: #212529;
}
a:hover {
    color: #33cabb;
}
.bd-navbar {
    background-color: #33cabb;
}
.bd-navbar .form-control {
    border: none;
}
.bd-navbar .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
    color: rgba(255,255,255,0.85);
}
.navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
}
.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}
.bd-navbar .navbar-nav .dropdown-menu {
    margin-top: 0px;
}
.border-top,
.border-bottom {
    border-color: rgba(77,82,89,0.07)!important;
}
/* 主要内容 */
.index-manual-title {
    border-bottom: 1px solid rgba(77,82,89,0.07);
    margin-bottom: 1rem;
}
.index-list-types {
    font-size: 14px;
    font-weight: 100;
    line-height: 30px;
}
.index-manual-list a:hover .img-thumbnail {
    border-color: #33cabb;
}
.index-articel-list li {
    line-height: 32px;
}
/* 列表 */
.lyear-list-arc {
    margin: 0 0 45px;
}
.arc-header {
    margin: 0 0 20px;
}
.arc-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
}
.arc-meta > li {
    display: inline-block;
    margin-right: 30px;
}
.arc-preview {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 25px;
}
.arc-preview:hover {
    opacity: .7;
}
/* 列表右侧*/
.lyear-sidebar {
    padding-left: 30px;
}
.widget {
    margin: 0 0 40px;
}
.lyear-sidebar .widget:last-child {
    border: 0;
    padding: 0;
}
.widget-title {
    position: relative;
    margin: 0 0 25px;
    font-size: 16px;
    text-transform: uppercase;
}
.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.widget-title:after {
    content: "";
    display: block;
    width: 70px;
    z-index: 1;
    position: relative;
    margin: 15px auto 25px 0px;
    border-bottom: 1px solid #33cabb;
}
.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget ul li,
.widget ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}
.widget-hot-posts ul li {
    border-bottom: 1px solid rgba(238, 238, 238, .7);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.widget-hot-posts ul li span {
    display: block;
    margin-top: 5px;
    opacity: .7;
}
/* 摘要 */
.arc-synopsis p {
    margin: 0 0 20px;
    line-height: 1.7;
}
/* 详细 */
.lyear-arc-detail {
    font-size: 16px;
}
.lyear-arc-detail h1,
.lyear-arc-detail h2,
.lyear-arc-detail h3,
.lyear-arc-detail h4,
.lyear-arc-detail h5,
.lyear-arc-detail h6 {
    margin: 30px 0 20px;
}
.lyear-arc-detail h1:first-child,
.lyear-arc-detail h2:first-child,
.lyear-arc-detail h3:first-child,
.lyear-arc-detail h4:first-child,
.lyear-arc-detail h5:first-child,
.lyear-arc-detail h6:first-child {
    margin-top: 0;
}
.lyear-arc-detail p,
.lyear-arc-detail ul,
.lyear-arc-detail ol {
    margin: 0 0 20px;
    line-height: 1.7;
}
.lyear-arc-detail blockquote {
    font-size: 16px;
    position: relative;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
}
.lyear-arc-detail blockquote:before,
.lyear-arc-detail .blockquote:before {
    content: "\F756";
    position: absolute;
    top: 0px;
    left: 10px;
    color: #cdced0;
    font-family: Material Design Icons;
    font-size: 100px;
    font-weight: 100;
    line-height: .5;
    opacity: 0.1;
}
.lyear-arc-detail blockquote:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #dee2e6;
    content: "";
}
.manual-basic {
    text-align: center;
}
.manual-basic .manual-cover {
    max-width: 160px;
}
.block-title {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 22px;
}
.block-title h2 {
    position: relative;
    display: inline;
    padding-right: 16px;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    z-index: 1;
    margin: 0px;
}
.block-title-line {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    color: rgba(77,82,89,0.07);
    background: currentColor;
}
.author-about {
    font-size: 16px;
    line-height: 2;
}
.book-catalog ul li {
    line-height: 2;
    font-size: 16px;
}
/* 文档手册 */
.manual-header {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 62px;
    color: #fff;
    background-color: #5cc7b2;
    z-index: 9;
}
.manual-header a {
    color: #fff;
}
.manual-header a:hover,
.manual-menus li a:hover {
    text-decoration: none;
}
.manual-header,
.manual-content {
    padding-left: 280px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
.manual-header .navbar {
    padding: 16px 15px;
}
.manual-header-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.manual-header-toggler {
    margin-right: .25rem;
    padding: .25rem .95rem .25rem .25rem;
    line-height: 1.5;
    cursor: pointer;
}
.manual-header-toggler .manual-toggler-bar {
    display: block;
    height: 2px;
    width: 20px;
	background-color: #fff;
    margin: 4px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.manual-header-toggler .manual-toggler-bar:nth-child(2) {
    width: 15px;
}
.manual-header-toggler:hover .manual-toggler-bar:nth-child(2) {
    width: 20px;
}
.manual-sidebar-close .manual-header-toggler .manual-toggler-bar {
    width: 20px;
}
.manual-copyright {
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
}
/* 文档手册侧边栏 */
 .manual-sidebar {
    display: block;
    position: fixed;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 280px;
    background-color: #f8f9fa;
    -webkit-transition: 0.3s transform;
    transition: 0.3s transform;
    transform: translateX(0);
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.08);
}
.manual-sidebar-close .manual-sidebar {
    transform: translateX(-100%);
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}
.manual-sidebar-close .manual-header,
.manual-sidebar-close .manual-content {
    padding-left: 0px;
}
.manual-sidebar-logo {
    background-color: #5cc7b2;
}
.manual-sidebar-logo a {
    display: block;
    height: auto;
    text-align: center;
}
.manual-sidebar-logo a img {
    max-width: 100%;
    margin: 13px 0px;
}
.manual-scroll {
	height: -moz-calc(100% - 70px);
	height: -webkit-calc(100% - 70px);
	height: calc(100% - 70px);
    overflow-y: auto;
}
.manual-menus {
    margin: 0px;
    padding: 0px;
    list-style: noone;
}
.manual-menus li {
    position: relative;
}
.manual-menus li a {
    display: block;
    color: #4d5259;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 30px;
}
.manual-menus > .active > a {
    background-color: rgba(0,0,0,.0325);
}
.manual-menus > li.active > a {
    background-color: rgba(0,0,0,.0325)!important;
}
.manual-menus > .active > a:hover,
.manual-menus > .active > a:focus,
.manual-menus > .active > a:active {
    background-color: rgba(0,0,0,.0325);
    border-color: #33cabb;
}
.manual-menus .nav-subnav > li.active > a,
.manual-menus .nav-subnav > li > a:hover {
    color: #33cabb;
    background-color: transparent;
}
.manual-menus li ul,
.manual-menus li ul li ul
.manual-menus li ul li ul li ul {
    padding-left: 15px;
}
.nav-item-has-subnav .caret {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 41px;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 222;
}
.nav-item-has-subnav .caret:after {
    display: inline-block;
    font-size: 12px;
    width: 0;
    height: 0;
    margin-left: 12px;
    vertical-align: -9px;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.nav-item-has-subnav .caret.down:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-item-has-subnav.open > .nav-subnav {
    display: block;
}
.nav-subnav {
    display: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.manual-content {
    display: block;
    position: absolute;
    padding-top: 62px;
    width: 100%;
    height: 100%;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}
#manual-main {
    padding: 65px;
	line-height: 2;
}
.manual-prev-next{
    display: flex;
    border-top: 1px solid #f5f5f5;
    margin: 0px 65px 65px;
    padding: 30px 0px 30px 0px;
}
.manual-sidebar-footer {
    bottom: 0;
    width: 100%;
    height: 96px;
    border-top: 1px solid rgba(77,82,89,0.05);
    margin-top: 24px;
    padding: 24px;
    font-size: 13px;
    line-height: 24px;
}
.editormd-preview-container,
.editormd-html-preview {
    font-size: 16px;
}
.markdown-body {
    color: #4d5259;
}
@media (max-width: 991.98px) {
.bd-navbar .navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    margin-top: .25rem;
    overflow: hidden;
}
.bd-navbar .navbar-nav-scroll .navbar-nav {
    padding-bottom: 2rem;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
}
@media (max-width: 1024px) {
    .manual-sidebar {
        transform: translateX(-100%);
    }
	.manual-header,
    .manual-content {
        padding-left: 0;
    }
	.manual-sidebar.manual-open {
        transform: translateX(0);
    }
	.manual-sidebar {
        -webkit-box-shadow: none;
		-moz-webkit-box-shadow: none;
        box-shadow: none;
    }
    /* 遮罩层 */
    .manual-mask-modal {
        position: fixed;
        height: 100%;
        width: 100%;
        opacity: 1;
        left: 0;
        top: 0;
        visibility: visible;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        z-index: 5;
    }
}