a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, td, th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

a img {
    border: none
}

elements-of-type
(
html5-block

)
{
    display: block
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.5;
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #eee;
    overflow: auto;
    padding-top: 5px
}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 0
    }
}

a {
    text-decoration: none;
    color: #00b38a;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.last-modified {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 1000px;
    color: #bbb;
    margin-left: -500px;
    font-size: 12px;
    text-align: right
}

@media screen and (max-width: 1024px) {
    .last-modified {
        display: none
    }
}

@media print {
    .last-modified {
        display: none
    }
}

.download-pdf {
    position: absolute;
    top: 30px;
    left: 50%;
    color: #bbb;
    margin-left: -500px;
    font-size: 12px;
    text-align: right
}

@media screen and (max-width: 1024px) {
    .download-pdf {
        display: none
    }
}

@media print {
    .download-pdf {
        display: none
    }
}

.content {
    position: relative;
    width: 1024px;
    margin: 10px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .content {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }
}

.content-hd {
    width: 100%;
    padding: 10px 50px;
    color: #fff;
    background-color: #00b38a;
    overflow: hidden
}

@media screen and (max-width: 720px) {
    .content-hd {
        padding: 25px 30px
    }
}

@media print {
    .content-hd {
        color: #000;
        background-color: #fff
    }
}

.content-hd .title {
    width: 100%;
    border-bottom: 2px solid #00a982;
    font-size: 52px;
    font-weight: 300;
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.content-hd .contact, .content-hd .info, .content-hd .job, .content-hd .name {
    width: 50%
}

@media screen and (max-width: 720px) {
    .content-hd .contact, .content-hd .info, .content-hd .job, .content-hd .name {
        width: 100%;
        text-align: center
    }
}

.content-hd .name {
    float: left
}

.content-hd .name h1 {
    font-family: Lucida Grande, Hiragino Sans GB, Hiragino Sans GB W3, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-weight: 500;
    letter-spacing: 5px
}

@media screen and (max-width: 720px) {
    .content-hd .name h1 {
        letter-spacing: 0;
        line-height: 1.25;
        margin-top: 10px
    }
}

.content-hd .name h1 small {
    font-weight: 400;
    letter-spacing: 0;
    font-size: 24px;
    padding-left: 10px
}

@media screen and (max-width: 720px) {
    .content-hd .name h1 small {
        display: block;
        padding-left: 0;
        font-size: 20px;
        line-height: 1
    }
}

.content-hd .job {
    float: right;
    text-align: right
}

@media screen and (max-width: 720px) {
    .content-hd .job {
        text-align: center
    }
}

.content-hd .job h2 {
    display: inline-block;
    font-size: 24px
}

@media screen and (max-width: 720px) {
    .content-hd .job h2 {
        border-top: 1px solid #00a982;
        margin: 5px auto 0;
        padding: 10px
    }
}

.content-hd .info {
    float: left;
    line-height: 1.6;
    font-size: 16px
}

.content-hd .contact {
    float: right;
    line-height: 1.6;
    font-size: 16px;
    text-align: right;
    padding-right: 5px
}

.content-hd .contact ul {
    margin: 8px 0 4px
}

@media screen and (max-width: 720px) {
    .content-hd .contact ul {
        text-align: center;
        margin: 16px 0 0
    }
}

.content-hd .contact ul > li {
    height: 22px
}

@media screen and (max-width: 720px) {
    .content-hd .contact ul > li {
        display: inline-block
    }
}

.content-hd .contact ul > li > a {
    color: #fff;
    font-family: Lucida Grande, Hiragino Sans GB, Hiragino Sans GB W3, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-size: 14px;
    line-height: 22px
}

@media print {
    .content-hd .contact ul > li > a {
        color: #000
    }
}

.content-hd .contact ul > li > a:hover {
    color: #e8e8e8
}

/*@media screen and (max-width: 720px) {*/
/*    .content-hd .contact ul > li > a .contact-link {*/
/*        display: none*/
/*    }*/
/*}*/

.content-hd .contact ul > li > a .iconfont {
    fill: #fff;
    vertical-align: text-top
}

@media screen and (max-width: 720px) {
    .content-hd .contact ul > li > a .iconfont {
        margin: 5px 8px
    }
}

.content-bd {
    width: 100%;
    min-height: 200px;
    padding: 10px 30px 20px;
    overflow: hidden
}

@media screen and (max-width: 720px) {
    .content-bd {
        padding: 10px 20px 50px
    }
}

.content-bd .content-left, .content-bd .content-right {
    width: 50%
}

@media screen and (max-width: 1024px) {
    .content-bd .content-left, .content-bd .content-right {
        width: 100%
    }
}

.content-bd .content-left {
    float: left
}

.content-bd .content-right {
    float: right
}

.content-bd section {
    overflow: hidden;
    padding: 5px 15px
}

.content-bd .section-hd {
    position: relative;
    height: 24px;
    margin: 5px auto;
    overflow: hidden
}

.content-bd .section-bd {
    overflow: hidden
}

.content-bd .section-bd ul li {
    margin-top: 4px;
    list-style: square inside
}

.content-bd .section-bd .item {
    margin-bottom: 0
}

.content-bd .section-title-l, .content-bd .section-title-r {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35%;
    height: 0;
    vertical-align: middle;
    border-top: 1px solid #ededed
}

.content-bd .section-title-l {
    left: 0
}

.content-bd .section-title-r {
    right: 0
}

.content-bd .section-title {
    position: relative;
    z-index: 1;
    width: 24%;
    min-width: 100px;
    margin: 0 auto;
    padding: 4px 10px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background-color: #eee
}

.content-bd .section-list {
    padding: 10px 0 5px
}

.content-bd .item-hd {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.content-bd .item-hd .item-title {
    font-weight: 700
}

.content-bd .item-hd .item-more {
    position: absolute;
    top: 10px;
    right: 0
}

.content-bd .item-hd .item-name {
    float: left
}

.content-bd .item-bd {
    margin-bottom: 5px
}

.content-bd .item-des {
    margin-bottom: 16px
}

.content-bd .section-content {
    text-align: justify;
    word-break: break-all;
    line-height: 22px
}

.content-bd .section-content em {
    display: inline-block;
    font-family: Menlo, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
    padding: 0 3px;
    background-color: #f7f7f7
}

.content-bd .section-content strong {
    font-family: Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #f3f3f3;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    color: #444;
    margin: 2px;
    padding: 0 3px;
    background-color: #f6f6f6
}

.content-bd .practice .item-time {
    width: 100%
}

.btn {
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #00b38a;
    border-radius: 3px;
    color: #00b38a;
    font-family: Menlo, Helvetica Neue, Helvetica, Arial, Microsoft YaHei, sans-serif;
    font-size: 14px;
    line-height: 18px;
    text-align: center
}

.btn:hover {
    color: #fff;
    background-color: #00b38a
}

.github-footer {
    text-align: center
}

.github-footer .footer-link {
    display: inline-block;
    color: #d1d1d1;
    margin-bottom: 25px
}

@media screen and (max-width: 1024px) {
    .github-footer .footer-link {
        margin-top: 25px
    }
}

@media print {
    .github-footer {
        display: none
    }
}

.skill {
    width: 100%;
    padding: 0 !important
}

.link-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
    border-radius: 3px
}

.link-icon svg {
    width: 100%;
    height: 100%
}