body {
    font-family: "Microsoft JhengHei", "Work Sans", Arial, sans-serif;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: #212529;
    background: #fff;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
}
html {
    height: auto;
}
a {
    color: #212529;
}
a:hover {
    color: #33cabb;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Microsoft JhengHei", "Work Sans", Arial, sans-serif;
}

/* ------------------------
 * 主要内容
 -------------------------- */
 #lyear-page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

/* ------------------------
 * 左侧内容
 -------------------------- */
#lyear-aside {
	width: 38.2%;
	top: 0;
	left: 0;
	bottom: 0;
	position: fixed;
	height: 100%;
	z-index: 555;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
#lyear-aside a {
	color: rgba(255, 255, 255, 0.5);
}
#lyear-aside a:hover {
	color: #fff;
}
#lyear-aside .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	background: rgba(0, 0, 0, 0.5);
}
#lyear-aside .featured {
	z-index: 12;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#lyear-aside .featured h4 {
	color: #fff;
    padding: 2rem 2rem 0px 2rem;
	line-height: 32px;
}
#lyear-aside .featured h4 small {
	color: #fff;
	display: block;
	text-align: right;
	margin-top: .75rem;
}
#lyear-aside .featured .conllect-img {
    padding: 2rem 2rem 0px 2rem;
}
#lyear-aside .featured .conllect-img img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#lyear-aside .featured .conllect-img h4 {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
}
#lyear-aside .logo-wrapper {
	position: absolute;
	z-index: 12;
	padding: 30px;
	bottom: 0;
	top: 0;
}
.prev-next {
    border-top: 1px solid rgba(255,255,255,.075)
}
.prev-next div {
    font-size: 14px;
    text-align: center;
    width: 50%;
}
.prev-next .disabled {
    padding: 10px 0px;
    color: #ddd !important;
    cursor: not-allowed;
}
.prev-next a {
    display: block;
    padding: 10px 0px;
    color: #ffffff!important;
}
.prev-next a:hover {
    background-color: rgba(255,255,255,.075);
}
.next-box {
    border-left: 1px solid rgba(255,255,255,.075);
}

/* ------------------------
 * 首页内容
 -------------------------- */
 .doc-list .doc-box {
    float: left;
    width: 100%;
    padding: 50px;
    border-bottom: 1px solid #f2f2f2;
}
.doc-list .doc-box > a {
    float: left;
    width: 15%;
    position: relative;
}
.doc-list .doc-box > a > img {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#b5b4b2', Direction=135, Strength=5);
    -webkit-box-shadow: 1px 1px 8px #eee;
    -moz-box-shadow: 1px 1px 8px #eee;
    box-shadow: 1px 1px 8px #eee;
    -webkit-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}
.doc-list .doc-box > a:hover > img {
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#b5b4b2', Direction=135, Strength=5);
    -webkit-box-shadow: 1px 1px 8px #ddd;
    -moz-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}
.doc-list .doc-box > div {
    width: 80%;
    float: left;
    margin-left: 5%;
    margin-top: 0px;
}
.doc-list .doc-box > div h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 100;
    position: relative;
}
.doc-list .doc-box > div p:last-child {
    margin-bottom: 0;
}
.doc-list .doc-box > div p {
    font-size: 16px;
    line-height: 34px;
}

/* ------------------------
 * 右侧内容
 -------------------------- */
 #lyear-main-content {
	margin-left: 38.1966%;
	position: relative;
	z-index: 999;
}
.lyear-article {
    width: 80%;
    font-size: 1.125rem;
	float: left;
	margin-left: 10%;
	margin-top: 1.75rem;
}
.lyear-article h1 {
    font-size: 1.75rem;
}
.lyear-article h2 {
    font-size: 1.5rem;
}
.lyear-article h3 {
    font-size: 1.35rem;
}
.lyear-article h4 {
    font-size: 1.125rem;
}
.lyear-article h5 {
    font-size: 1rem;
}
.lyear-article h6 {
    font-size: .9rem;
}

/* ------------------------
 * 底部内容
 -------------------------- */
#lyear-footer {
	background: #fafafa;
	clear: both;
	padding: 20px 30px !important;
}
#lyear-footer p {
	font-size: .9rem;
	margin-bottom: 0px;
}
#lyear-footer a {
    color: #1ab394;
    text-decoration: none;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
}

/* 文档手册 */
.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 li .nav-subnav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.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 ul li .caret {
    height: 23px;
}
.nav-item-has-subnav ul li .caret:after {
    vertical-align: 0px;
}
.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 screen and (max-width: 960px) {
    #lyear-main-content {
        margin-left: 0;
    }
    #lyear-aside {
        width: 100%;
        position: relative;
        z-index: 999;
        height: 380px;
    }
}
@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;
    }
}