.sidebar,
.sidebar a,
aside a {
    color: #fff;
}
.title,
footer p {
    text-align: center;
}
* {
    margin: 0;
    padding: 0;
}
body {
    background: #e0e0e0;
    font-family: "Helvetica Neue", Helvetica, "Lucida Grande", Arial,
        "Hiragino Sans GB", 微软雅黑, "WenQuanYi Micro Hei", STHeiti, SimSun,
        sans-serif;
}
.sidebar,
aside li {
    background: #00bfa5;
}
li,
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
dd,
dt,
h1,
h2,
h3,
h4,
h5,
p {
    cursor: default;
}
aside {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
}
aside li {
    margin-bottom: 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
aside a {
    display: inline-block;
    width: 80px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.container {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
        0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 940px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.sidebar {
    position: absolute;
    top: 0;
    width: 253px;
    padding: 26px 28px 2296px;
    line-height: 1.5;
}
.main,
.skill,
.skill-name,
h4 {
    position: relative;
}
a {
    font-size: 12px !important;
    border: 1px solid #4db6ac;
    color: #4db6ac;
    border-radius: 5px;
    vertical-align: text-bottom;
    cursor: pointer;
    padding: 1px 5px 1px 3px;
    margin-left: 7px;
}
.title {
    margin: 20px 0;
}
.title img {
    display: block;
    margin: 0 auto 15px;
    width: 120px;
}
h1 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 4px;
}
h2 {
    font-size: 18px;
    font-weight: 400;
}
.side-info li {
    padding-top: 20px;
}
.side-info dt {
    font-size: 19px;
    color: #9f3;
    line-height: 40px;
}
.side-info dd {
    font-size: 19px;
    line-height: 24px;
}
.someRight dd {
    margin-left: 25px;
}
.someRight:last-child {
    width: 114%;
}
.someRight:last-child dd {
    margin-left: -14px;
}
.skill-name {
    width: 100px;
    font-size: 15px;
    display: inline-block;
    left: 25px;
    top: -3px;
}
.skill-bar-wrap {
    height: 17px;
    width: 140px;
    background: #00796b;
    display: inline-block;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.skill-bar {
    height: 17px;
    background: #fff;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}
.note {
    text-indent: 2em;
    margin-top: 90px;
    color: black;
    font-size: 19px;
}
.main {
    padding: 26px 36px;
    background: #fff;
}
.main a {
    color: #4db6ac;
}
.main-info > li {
    margin-bottom: 20px;
}
.main-info .icon-bookmark {
    margin-left: -4px;
}
.main-info dt {
    font-size: 22px;
    color: #00796b;
    line-height: 30px;
    border-bottom: 1px solid #00796b;
    margin: 0 -6px 12px -6px;
}
.main-info dd {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
}
h4,
h5 {
    color: #000;
}
.exp p,
footer a,
footer p {
    color: black;
}
h3 {
    font-size: 19px;
    color: #004d40;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
h4 {
    line-height: 1.5;
    font-size: 16px;
    bottom: 1px;
}
h5 {
    clear: both;
    font-size: 17px;
    line-height: 25px;
}
.fa {
    margin-right: 2px;
}
.company-desc {
    font-size: 16px;
    margin-bottom: 12px;
}
.company-desc li,
.yunjing li {
    line-height: 1.6;
    list-style: inherit;
    margin-left: 18px;
}
.circle {
    height: 14px;
    width: 14px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #00796b;
    float: left;
    position: absolute;
    left: -24px;
    top: 4px;
}
.exp {
    position: relative;
    margin-left: 8px;
}
.exp:not(.yunjing):before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: calc(100% - 12px);
    background: #00796b;
}
.yunjing {
    margin-left: 0;
}
.exp ol li {
    list-style: inherit;
    margin-left: 18px;
}
.exp p,
.company-desc p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 3px;
}
.exp.project > li {
    margin-bottom: 10px;
}
.bold {
    font-size: 16px;
    font-weight: 600;
    display: inline;
}
.exp > li,
.skill > li {
    position: relative;
    margin-left: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.skill > li:not(:last-child) {
    margin-bottom: 3px;
}
.skill > li:last-child {
    margin-bottom: 0;
}
.exp img:first-child {
    height: 100px;
    margin-right: 10px;
}
.exp ul > li {
    margin: 0 0 12px;
}
.efe .task4img img {
    height: 97px;
    width: inherit;
}
footer {
    margin: 30px 0 20px;
}
footer p {
    font-size: 15px;
}
.normal h4 {
    font-weight: normal;
}
.exp h4.bold {
    font-weight: 600;
}
.exp h4.bold a {
    font-weight: normal;
}
.fs18 {
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 4px;
}
.bg {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.bg.top {
    bottom: 116px;
}
.img-wrap {
    display: inline-block;
    vertical-align: middle;
}
strong {
    color: teal;
    font-weight: normal;
    word-break: normal;
}
.row {
    padding: 30px;
    background: #00bfa5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}
.row dl dd {
    font-size: 16px;
    line-height: 22px;
}
.row dl dd i {
    margin-right: 3px;
}
.bold ~ .tag {
    border-radius: 8px;
    padding: 2px 6px;
    border: 1px solid teal;
    margin-right: 5px;
    max-width: 124px;
    display: inline-block;
    line-height: 14px;
}
@media screen and (max-width: 768px) {
    * {
        box-sizing: border-box;
    }
    h3 {
        flex-direction: column;
    }
    .row {
        display: flex;
        flex-direction: column;
        padding: 10px 10px 30px;
    }
    .row h1 {
        font-size: 50px;
        line-height: 1;
        margin: 10px 0 20px;
    }
    .row h2 {
        font-size: 22px;
        line-height: 1;
        margin: 10px 0;
        font-weight: normal;
    }
    .row dl dd,
    .row dl dt {
        font-size: 19px;
    }
    .sidebar {
        display: none;
    }
    .container {
        width: 100%;
        display: contents;
    }
    .exp img:first-child {
        max-width: 100%;
    }
    .exp {
        padding-right: 6px;
    }
    .exp p {
        word-break: break-all;
    }
    .main {
        width: 100%;
        left: 0;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 20px;
        padding-bottom: 36px;
    }
    aside {
        display: none;
    }
    .img-wrap {
        max-width: 46%;
    }
    ol > li {
        margin-left: 24px !important;
        text-indent: -4px;
    }
    .bold ~ .tag {
        padding: 3px 6px;
    }
}
