img {
    border-radius: 5.1px;
}

.content {
    min-height: 520px;
}

header {
    box-shadow: 1px;
    font-size: large;
    size: 16px;
}

header,
header .nav {
    min-height: 72px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-items: center;
}

a {
    color: rgba(12, 12, 12, 0.795);
    text-decoration-line: none;
}

.logo {
    display: inline-block;
    margin: 7px;
    height: 32px;
}

.title {
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    height: 32px;
}

.wx-mp,
.wx-mp span {
    margin: 12px;
    width: 144px;
    display: inline-flex;
    align-items: center;
    font-family: 黑体;
    size: 6px;
}

.wx-mp span {
    width: 6px;
}


.wx-mp svg {
    display: inline-block;
    height: 24px;
    width: 24px;
}

.wx-mp img {
    display: inline-block;
    height: 96px;
}

.cert,
.cert a {
    display: block;
    color: rgba(12, 12, 12, 0.795);
    text-decoration-line: none;
    text-align: center;
    font-family: monospace;
}

.cert-item {
    display: inline-block;
    cursor: pointer;
}

.cert-item:hover {
    text-decoration-line: underline;

}

.content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shengming {
    margin: 7px;
    line-height: 20px;
    font-size: 12px !important;
    color: rgba(20, 24, 30, .75) !important;
}

.shengming a {
    font-weight: bold;
}

.top-tools {
    margin: 0px 20px;
}

.top-tools a span {
    font-weight: bold;
    color: #515151;
    vertical-align: middle;
    font-size: 0.8em;
}