body {
    font-family: "华文细黑", "Microsoft Yahei", sans-serif;
}

/** {*/
/*    outline: red 1px solid;*/
/*}*/

.headline-x {
    margin-top: 15px;
}

.headline-a {
    text-decoration: none;
    color: #252525;
}

.headline-x2 {
    margin-top: 15px;
    padding-bottom: 8px;
    padding-top: 20px;
}

.text-co {
    color: #545454;
}

.subtitle-s {
    margin-left: 1px;
    color: #707070;
}

.subtitle-a {
    color: #707070;
}

.archives-li {
    list-style-type:none;
    padding-bottom: 20px;
}

.text-ch {
    text-align: left;
    overflow: hidden;
}

.Split-line {
    border: 0;
    border-top: 1px solid #707070;
}

.tags {
    text-decoration: none;
    margin-left: 2px;
    color: #1296db;
}

footer {
    color: lightgray;
}

.page-yes {
    color: #545454;
    text-decoration: none;
}

.page-no {
    color: #e1e1e1;
}


.body-custom {
    background-image: url("../image/grid-gfbe256d66_1920.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    backdrop-filter: blur(2px);
    color: #252525;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.overall-div {
    flex: 1;
}

.footer {
    margin-top: auto;
    color: #545454;
}

.ft-div {
    min-width: 710px;
}

.nav-fonts {
    color: #252525;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 28px;
    height: 33px;
    font-weight: bold;

}

.icon-fonts {
    color: #8c8c8c;
    text-shadow: 2px 3px 1px #252525;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold
}

.nav-a {
    text-decoration: none;
}

.content-v {
    width: auto;
    height: 100px;
}

.content-tag {
    margin: 0;
    padding: 0;
}

.content-map {
    width: 200px;
    height: 100px;
    overflow: hidden
}

.content-img {
    max-height: 100%;
    width: auto;
    border: none;
}

.page-div {
    min-width: 710px;
}

.content-custom {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000085;
    padding: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 710px;
}

.tag-title {
    color: #c678dd;
}

.head-top {
    height: 146px;
    padding-top: 68px;
    padding-bottom: 48px;
    min-width: 660px;
}

.logo-icon {
    margin-left: 5px;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    overflow: hidden;
}

