html {
    margin: 0;
    padding: 0;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans SC', 'Noto Sans CJK SC', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #efefef;
    padding: 10px;
    margin: 0;
}
h2 {
    font-size: 20px;
    color: #d9534f;
    text-align: center;
    padding: 18px 0 18px 0;
    margin: 0 0 10px 0;
}
p {
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.img-circle {
    border: 3px solid #fff;
    border-radius: 50%;
}
.section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 8px;
}
#header {
    background-image: url("/statics/demosource/myblog/head.png");
    background-size: cover;
}
#header img {
    display: block;
    width: 80px;
    height: 80px;
    margin: auto;
}
#header p {
    font-size: 24px;
    color: #fff;
    padding-top: 10px;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.quote {
    font-size: 16px;
    text-align: right;
    margin-top: 10px;
}
table {
    width: 100%;
    font-size: 14px;
}
table, th, td {
    border: 2px solid #cecece;
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}
.selected {
    background-color: #fdc602;
    font-weight: bold;
    color: #fff;
}
li {
    margin-bottom: 15px;
    font-weight: bold;
}
iframe,audio,video {
    display: block;
    margin: 0 auto;
}
form {
    text-align: center;
    margin-top: 0;
}
.submit {
    background-color: #d9534f;
    padding: 12px 45px;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    outline: none;
    margin: 0;
    font-weight: bold;
}
.submit:hover {
    background-color: #d2322d;
}
textarea {
    height: 100px;
}
input, textarea {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 15px 10px 10px;
    border: 1px solid #cecece;
    background-color: #efefef;
    color: #787575;
    border-radius: 4px;
    width: 70%;
    outline: none;
}
#follow img {
    height: 50px;
    width: 50px;
    margin-left: 7px;
    margin-right: 7px;
}
#follow a {
    text-decoration: none;
}
#follow img:hover {
    opacity: 0.8;
}
#follow {
    text-align: center;
}
.copyright {
    font-size: 13px;
    text-align: center;
    padding-bottom: 10px;
    color: #666;
}