body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #2c3e50;
}

body a {
    color: #009fe8;;
}

ul {
    padding-left: 2rem;
}

ul > li {
    list-style-type: disc;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h1 {
    font-size: 2.2rem;
}

h1, h2 {
    padding-bottom: .3em;
    border-bottom: 1px solid #eaecef;
}

.title-tip {
    display: inline-block;
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    padding: 0 6px;
    color: #fff;
    background-color: #42b983;
}

.layui-container {
    padding: 5rem 2.5rem;
}

h1:first-child {
    margin-top: 1.5rem;
    margin-bottom: 1rem
}

.offset2rem {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.install-link:hover, .install-link-help:hover {
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    text-decoration: underline;
    color: #fff;
}

.install-link, .install-link-help {
    background-color: #005200;
    text-decoration: none;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    display: inline-block;
    padding: .5em 1em;
    color: #fff;
}

.install-link-help {
    background-color: #1e971e;
}

.desc {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #e6ddd6;
    background-color: #f2e5e5;
}

.desc img {
    max-width: 100%;
}

.desc > * {
    margin: 0.5rem 0;
}

blockquote > p {
    border-radius: 0 2px 2px 0;
    padding: 0 1em;
    color: #6a737d;
    border-left: .25em solid #009688;
    margin-bottom: 0.5rem;
}