
.top-nav-container {
    display: block;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}
.top-nav {
    height: 40px;
    background-color: #fff;
    padding: 10px 60px;
    position: relative;
}
.logo {
    display: inline-block;
    font-size: 1.5em;
    line-height: 40px;
    color: #2c3e50;
    font-family: 'Dosis', 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
}
.logo>img {
    vertical-align: middle;
    margin-right: 6px;
    width: 40px;
    height: 40px;
}
.nav-item-container {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 10px;
    right: 30px;
}
.nav-link-item {
    display: inline-block;
    margin: 0 0.6em;
    cursor: pointer;
}
.nav-link {
    padding-bottom: 3px;
    font-size: 15px;
    margin-left: 10px;
}
.nav-link:hover {
    border-bottom: 3px solid #42b983;
}
.nav-link.active {
    border-bottom: 3px solid #42b983;
}
.mobile-nav-container {
    display: none;
}
.mobile-nav {
    z-index: 9;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.mobile-nav .logo {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 5px;
    left: 50%;
    margin-left: -15px;
    background: url(/static/imgs/logo.c2a605fbc0e687b2e1b4b90a7c445cdd.png) center center no-repeat;
    background-size: 30px;
}
.mobile-nav .menu {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 8px;
    left: 12px;
    background: url(/static/imgs/menu.f97c6cafce76896f725f56d22c33dc5d.png) center center no-repeat;
    background-size: 24px;
}
.sidebar {
    position: absolute;
    top: 0;
    left: 60px;
    bottom: 0;
    padding: 2.2em 0;
    width: 260px;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: none;
}
.sidebar-menu {
    padding-left: 0px;
    margin-bottom: 20px;
    list-style-type: none;
    line-height: 1.8em;
}
.nav-masker {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
@media screen and (max-width: 720px) {
.top-nav-container {
        display: none;
}
.mobile-nav-container {
        display: block;
}
.sidebar {
        position: fixed;
        background-color: #f9f9f9;
        height: 100%;
        top: 0;
        left: 0;
        padding: 60px 30px 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
        transform: translate(-280px, 0);
        display: block;
}
.sidebar.open {
        transform: translate(0, 0);
}
.nav-link:hover {
        border-bottom: 3px solid #42b983;
}
.nav-link.active {
        border-bottom: 3px solid #42b983;
}
}

.page-nav {
    margin-top: 2em;
    text-align: center;
}
.page-nav>span{
    margin: 10px;
}

.tag-container {
    font-size: 1.2em;
}
body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
    margin: 0px;
    font-size: 15px;
}

a {
    text-decoration: none;
    color: #34495e;
}

img {
    border: none;
}

h1, h2, h3, h4, strong {
    font-weight: 700;
    color: #2c3e50;
}

p {
    word-spacing: 0.05em;
}

.content {
    padding: 2.2em 0px;
    max-width: 650px;
    margin: 0 auto;
}

.content img {
    max-width: 100%;
}

.content .post {
    padding: 1em 0 2em;
    border-bottom: 1px solid #ddd;
}

.content h2 {
    margin: 0.8em 0;
    padding-bottom: 0;
    border-bottom: none;
}

.content h4 {
    color: #7f8c8d;
    margin: 1.2em 0;
}

.content p, .content ul, .content ol {
    line-height: 1.6em;
    color: #34495e;
}

.content h2 a {
    color: #2c3e50;
    border-bottom: 2px solid #ddd;
}

.content h2 a:hover {
    border-bottom: 2px solid #42b983;
}

.content a {
    color: #42b983;
    font-weight: 600;
}

.copy-right {
    text-align: center;
    padding: 8px;
}

.tag-list .tag {
    float: left;
    margin-bottom: 5px;
    margin-left: 20px;
}

.tag-list .tag a.tag-link{
    color: #7f8c8d;
    border-bottom: 2px solid #7f8c8d;
}

.tag-list .tag a.tag-link:hover,
.tag-list .tag a.tag-link.active{
    border-bottom: 2px solid #42b983;
}

.fix::after,
.fix::before{
    overflow: hidden;
    clear: both;
    content: "clear";
    height: 0px;
    visibility: hidden;
}

@media screen and (max-width: 720px){
    body {
        -webkit-text-size-adjust: none;
        font-size: 14px;
    }

    .content {
        padding: 2em 1.4em 0;
    }
}.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown strong {
    font-weight: 600;
    color: #2c3e50;
}
.markdown a {
    color: #42b983;
    font-weight: 600;
}
.markdown p,
.markdown ul,
.markdown ol {
    word-spacing: 0.05em;
}
.markdown em {
    color: #7f8c8d;
}

.markdown pre {
    padding: 1.2em 1.4em;
    line-height: 1.5em;
    margin: 0;
    background-color: #f8f8f8;
    overflow: auto;
}

.markdown code, .markdown pre {
    font-family: 'Roboto Mono', Monaco, courier, monospace;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
    background-color: #f8f8f8;
}
.markdown pre>code {
    font-size: 0.8em;
    display: block;
}
.markdown code:after, .markdown code:before {
    content: none;
    letter-spacing: 0.05em;
}
.markdown h1 {
    margin: 0 0 1em;
}
.markdown h2 {
    margin: 45px 0 0.8em;
    padding-bottom: 0.7em;
    border-bottom: 1px solid #ddd;
}
.markdown h3 {
    margin: 52px 0 1.2em;
}
.markdown figure,
.markdown p,
.markdown ul,
.markdown ol {
    margin: 1.2em 0;
}
.markdown p,
.markdown ul,
.markdown ol {
    line-height: 1.6em;
}
.markdown ul,
.markdown ol {
    padding-left: 1.5em;
}
.markdown a {
    color: #42b983;
    font-weight: 600;
}
.markdown blockquote {
    margin: 2em 0;
    padding-left: 20px;
    border-left: 4px solid #42b983;
}
.markdown blockquote p {
    font-weight: 600;
    margin-left: 0;
}
.markdown iframe {
    margin: 1em 0;
}
/*# sourceMappingURL=app.4b0a747aa9ca3b5b2047.css.map*/