body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: Arial, STHeiti, 华文黑体, Microsoft YaHei, 微软雅黑, SimSun, 宋体, Helvetica, Tahoma, Arial sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.content-title {
    text-align: center;
    padding-top: 24px;
    font-size: 24px;
    font-weight: bold;
}

.detail {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px;
    word-break: break-word;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 180%;
    color: #767676;
}

.blog-post-title {
    padding: 14px 0 12px;
    color: #292525;
    font-size: 26px;
    font-weight: 700;
}

.detail>* {
    margin-bottom: 0px;
}

.detail img {
    height: auto;
    max-width: 100%;
}

.detail a {
    padding-bottom: 1px;
    border-bottom: 1px solid #33A1F2;
    color: #363636;
    text-decoration: none;
}

.detail h2 {
    font-size: 18px;
    font-weight: 600;
    border-left: 4px solid #33A1F2;
    padding-left: 8px;
    color: #292525;
}

.detail h3 {
    font-size: 17px;
    font-weight: 600;
    border-left: 4px solid #33A1F2;
    padding-left: 8px;
    color: #292525;
}

.detail h4 {
    font-size: 16px;
    font-weight: 600;
    border-left: 4px solid #33A1F2;
    padding-left: 8px;
    color: #292525;
}

.detail ol {
    padding-inline-start: 20px;
}

.head-img {
    height: 200px;
    width: 100%;
    display: block;
    padding-left: 0rem;
    padding-right: 0rem;
}

.content-img {
    height: 200px;
    width: 100%;
    display: block;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}