@import url(./plugins/features.min.css);

::selection {
    background: rgba(34, 47, 62, 1);
    color: #fff
}

::-webkit-scrollbar {
    width: 0px;
    height: 100%;
    background-color: #fff
}

::-webkit-scrollbar-track {
    background: linear-gradient(135deg, #fff 0, #fff 100%)
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: rgba(34, 47, 62, 0.7)
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, .2);
    background: rgba(34, 47, 62, 0.7)
}

body {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    font-size: 18px;
    background-color: rgb(143 168 202 / 13%);
    -webkit-font-smoothing: antialiased;
    background-position: 50% 0;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: fixed;
    color: rgba(34, 47, 62, 1);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    line-height: 1.8
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-touch-callout: none
}

p {
    margin: 0;
    font-variant-ligatures: common-ligatures discretionary-ligatures
}

a {
    color: rgba(34, 47, 62, 0.7);
    text-decoration: none;
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear
}

a:hover,
a:active {
    color: #222f3e;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: optimizeLegibility;
    font-weight: 600;
    line-height: 1.3
}

.title--h1 {
    font-size: 2rem;
    margin-bottom: 1.3rem
}

@media only screen and (max-width:580px) {
    .title--h1 {
        font-size: 1.75rem;
        margin-bottom: 1rem
    }
}

.title--h2 {
    font-size: 1.625rem
}

@media only screen and (max-width:580px) {
    .title--h2 {
        font-size: 1.375rem
    }
}

.title--h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem
}

@media only screen and (max-width:580px) {
    .title--h3 {
        font-size: 1.125rem
    }
}

.title--h4 {
    font-size: 1.125rem
}

@media only screen and (max-width:580px) {
    .title--h4 {
        font-size: 1rem
    }
}

.title--h5 {
    font-size: 1rem
}

@media only screen and (max-width:580px) {
    .title--h5 {
        font-size: .875rem
    }
}

.title--h6 {
    font-size: .875rem
}

@media only screen and (max-width:580px) {
    .title--h6 {
        font-size: .75rem
    }
}

.blockquote {
    font-size: 14px
}

.card.card-body[class*=bg-]:not(.bg-secondary) .blockquote-footer,
.card.card-body[class*=bg-]:not(.bg-secondary) .blockquote-footer>* {
    color: #fff
}

.callout {
    padding: 15px 21px;
    background-color: #fcfdfe;
    border-left: 3px solid transparent
}

.callout-primary {
    border-left-color: #000
}

.callout-success {
    border-left-color: #15c377
}

.callout-info {
    border-left-color: #65bdf8;
    background: #d1eafb
}

.callout-warning {
    border-left-color: #faa64b;
    background: #ffe8d0;
    color: #5f6977
}

.callout-danger {
    border-left-color: #fa8181;
    background: #fbdddd;
    color: #5f6977
}

.callout p:last-child {
    margin-bottom: 0
}

.img-thumbnail {
    border-color: rgba(77, 82, 89, .07)
}

.bg-primary {
    background-color: #000 !important;
    color: #fff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #52d3c7 !important
}

.bg-secondary {
    background-color: #e4e7ea !important;
    color: #fff !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #edeff1 !important
}

.bg-success {
    background-color: #15c377 !important;
    color: #fff !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #16d17f !important
}

.bg-info {
    background-color: #48b0f7 !important;
    color: #fff !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #65bdf8 !important
}

.bg-warning {
    background-color: #faa64b !important;
    color: #fff !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #fbb264 !important
}

.bg-danger {
    background-color: #f96868 !important;
    color: #fff !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #fa8181 !important
}

.bg-pink {
    background-color: #f96197 !important;
    color: #fff !important
}

a.bg-pink:focus,
a.bg-pink:hover,
button.bg-pink:focus,
button.bg-pink:hover {
    background-color: #fa75a4 !important
}

.bg-purple {
    background-color: #926dde !important;
    color: #fff !important
}

a.bg-purple:focus,
a.bg-purple:hover,
button.bg-purple:focus,
button.bg-purple:hover {
    background-color: #a282e3 !important
}

.bg-brown {
    background-color: #8d6658 !important;
    color: #fff !important
}

a.bg-brown:focus,
a.bg-brown:hover,
button.bg-brown:focus,
button.bg-brown:hover {
    background-color: #9d7162 !important
}

.bg-cyan {
    background-color: #57c7d4 !important;
    color: #fff !important
}

a.bg-cyan:focus,
a.bg-cyan:hover,
button.bg-cyan:focus,
button.bg-cyan:hover {
    background-color: #77d2dc !important
}

.bg-yellow {
    background-color: #fcc525 !important;
    color: #fff !important
}

a.bg-yellow:focus,
a.bg-yellow:hover,
button.bg-yellow:focus,
button.bg-yellow:hover {
    background-color: #fdd04d !important
}

.bg-gray {
    background-color: #868e96 !important;
    color: #fff !important
}

a.bg-gray:focus,
a.bg-gray:hover,
button.bg-gray:focus,
button.bg-gray:hover {
    background-color: #959da4 !important
}

.bg-dark {
    background-color: #465161 !important;
    color: #fff !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #515d70 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-lightest {
    background-color: #fcfdfe !important
}

.bg-lighter {
    background-color: #f9fafb !important
}

.bg-light {
    background-color: #f5f6f7 !important
}

.bg-translucent {
    background-color: rgba(255, 255, 255, .175) !important
}

.bg-transparent {
    background-color: transparent !important
}

input,
input:focus,
textarea,
textarea:focus {
    outline: none;
    border: none
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=date],
input[type=month],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=week],
input[type=number],
input[type=search],
input[type=tel],
select {
    background: #f0f3f8;
    display: inline-block;
    padding: .309rem;
    vertical-align: middle;
    width: 100%
}

button,
select {
    text-transform: none
}

button,
input {
    overflow: visible;
    border: none
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

pre code::-webkit-scrollbar {
    width: 100%;
    height: 5px;
    background-color: #282C34
}

pre code::-webkit-scrollbar-track {
    background: #282C34
}

pre code::-webkit-scrollbar-thumb {
    background-color: rgb(240 243 248)
}

.hide {
    display: none
}

.p05 {
    padding: 0.5rem
}

.p1 {
    padding: 1rem
}

.ri-2x {
    font-size: 2em;
    line-height: 1
}

.text-ell {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-shrink: 1
}

section {
    background-color: white
}

.Total {
    padding: 0 .6em 0 0;
    background-color: #f0f3f8;
    border-radius: 5px;
    overflow: hidden;
    will-change: width;
    transition: all .1s;
    max-width: fit-content;
    margin-bottom: 1rem
}

.Total i {
    display: inline-block;
    width: 2em;
    text-align: center;
    margin-right: .309rem;
    background-color: #e3e7ed;
    transition: background-color .1s
}

.main {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 50rem;
    height: 100%;
    background: rgb(240 243 248);
    box-shadow: 0 0 30px 0 rgb(43 86 112 / 10%);
    border-radius: 0 0 10px 10px;
    padding-bottom: 5rem
}

.loading .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 46%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    z-index: 1106;
    opacity: 1
}

.loading .preloader>* {
    min-width: 0
}

.loading .preloader__wrap {
    width: 100%;
    max-width: 9.375rem
}

.circle-pulse>* {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    transform: scale(0);
    animation: pulse 1.6s linear infinite
}

.circle-pulse__1 {
    width: 6rem;
    height: 6rem;
    margin-top: -3rem;
    margin-left: -3rem;
    background-color: #3B4B5D
}

.circle-pulse__2 {
    width: 4.8rem;
    height: 4.8rem;
    margin-top: -2.4rem;
    margin-left: -2.4rem;
    background-color: rgb(59 75 93 / 70%);
    animation-delay: -0.8s
}

@keyframes pulse {
    0% {
        transform: scale(0, 0);
        opacity: 1
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

.Mode-switcher-place {
    display: flex;
    justify-content: center;
    align-items: center
}

.Mode-switcher-place .Mode-switcher i,
.Mode-switcher-place .Tr-hidden-right i {
    margin: 0 7px;
    font-size: 20px
}

.Mode-switcher-place .Mode-switcher .tgl {
    display: none
}

.Mode-switcher-place .Mode-switcher .tgl,
.Mode-switcher-place .Mode-switcher .tgl *,
.Mode-switcher-place .Mode-switcher .tgl *:after,
.Mode-switcher-place .Mode-switcher .tgl *:before,
.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich,
.Mode-switcher-place .Mode-switcher .tgl:after,
.Mode-switcher-place .Mode-switcher .tgl:before {
    box-sizing: border-box
}

.Mode-switcher-place .Mode-switcher .tgl::selection,
.Mode-switcher-place .Mode-switcher .tgl *::selection,
.Mode-switcher-place .Mode-switcher .tgl *:after::selection,
.Mode-switcher-place .Mode-switcher .tgl *:before::selection,
.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich::selection,
.Mode-switcher-place .Mode-switcher .tgl:after::selection,
.Mode-switcher-place .Mode-switcher .tgl:before::selection {
    background: none
}

.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich {
    outline: 0;
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
    cursor: pointer;
    user-select: none
}

.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich:after,
.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich:after {
    left: 0
}

.Mode-switcher-place .Mode-switcher .tgl+.Tr-swich:before {
    display: none
}

.Mode-switcher-place .Mode-switcher .tgl:checked+.Tr-swich:after {
    left: 50%
}

.Mode-switcher-place .Mode-switcher .tgl-light+.Tr-swich {
    margin-bottom: 0;
    box-shadow: inset 0 0 4px -1px rgba(0, 0, 0, 0.15);
    background: #F4F5F7;
    border-radius: 2em;
    padding: 2px;
    Transition: 0.4s ease-in-out
}

.Mode-switcher-place .Mode-switcher .tgl-light+.Tr-swich:after {
    width: 47%;
    border: solid 3px #0b75b7;
    border-radius: 50%;
    background: #FCFCFE;
    Transition: all 0.2s ease
}

.Mode-swich-animation-frame {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    Transition: 0.4s ease-in-out;
    z-index: 10;
    background: whitesmoke
}

.Mode-swich-animation-frame.Tr-active {
    opacity: 1
}

.Mode-swich-animation-frame .Mode-swich-animation {
    margin-bottom: 50px;
    width: 80px;
    height: 70px;
    position: relative;
    overflow: hidden;
    text-align: center
}

.Mode-swich-animation-frame .Mode-swich-animation:before {
    content: '';
    height: 1px;
    width: 120%;
    border-bottom: dotted 5px #00283A;
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: -10%
}

.Mode-swich-animation-frame .Mode-swich-animation .ri-sun-line {
    position: absolute;
    z-index: 0;
    top: 10px;
    font-size: 32px;
    margin-left: -15px;
    opacity: 1;
    color: #00283A;
    Transition: 0.6s ease-in-out
}

.Mode-swich-animation-frame .Mode-swich-animation .ri-moon-line {
    position: absolute;
    z-index: 0;
    top: 10px;
    font-size: 32px;
    margin-left: -15px;
    color: #00283A;
    opacity: 0;
    Transform: TranslateY(70px) rotate(0);
    Transition: 0.6s ease-in-out
}

.Mode-swich-animation-frame .Mode-swich-animation.Tr-active .ri-sun-line {
    Transform: TranslateY(70px) rotate(360deg);
    opacity: 0
}

.Mode-swich-animation-frame .Mode-swich-animation.Tr-active .ri-moon-line {
    Transform: TranslateY(0) rotate(360deg);
    opacity: 1
}

@media (max-width:1200px) {
    .Mode-switcher-place {
        background: #fcfcfe;
        border-radius: 8px;
        padding: 10px;
        box-shadow: 0px 0px 20px -5px rgb(158 158 158 / 22%)
    }
}

.header-tabbar {
    width: 50rem;
    max-width: 100%;
    margin: 0 auto;
    height: 4rem;
    position: fixed;
    top: 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #fff;
    text-shadow: 0 0 5px #3b4b5e;
    transition: all .4s cubic-bezier(0.18, 0.89, 0.32, 1.28)
}

.header-tabbar-left {
    display: none;
    margin-left: 1rem
}

.header-tabbar-left img {
    border-radius: 15%;
    margin-right: 10px
}

.header-tabbar-left span {
    font-weight: bolder;
    font-size: medium;
    color: #222f3e
}

.header-tabbar-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem
}

.header-tabbar-right a {
    color: unset;
    margin-left: 20px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear
}

.main.down .header-tabbar {
    background: hsl(0deg 0% 100% / 70%);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    -moz-backdrop-filter: saturate(200%) blur(20px);
    -ms-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
    color: #222f3e;
    text-shadow: none;
    box-shadow: 0 0 50px -1rem rgb(43 86 112 / 50%)
}

.main.down .header-tabbar .header-tabbar-left {
    display: flex;
    align-items: center
}

.header {
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-background-size: cover
}

.header-banner {
    height: 20rem;
    background-position: 50% 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.header-banner div div {
    height: 20rem !important
}

.header-element {
    padding: 15px;
    margin-top: -1.5rem;
    border-radius: 20px 20px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 -2rem 50px -3rem rgb(52 52 52 / 40%)
}

.header .header-author-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%)
}

.header-author {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem
}

.header-author-info {
    flex: 1;
    padding: 0 15px
}

.header-author-name {
    color: #222f3e;
    font-size: 20px;
    font-weight: bolder
}

.header-author-extra {
    font-size: 13px;
    letter-spacing: 2px
}

.header-likes {
    padding: 0 1rem;
    line-height: 1.5;
    text-align: center
}

.header-likes-i {
    display: flex;
    justify-content: center;
    font-size: 1.5rem
}

.header-likes-number {
    font-size: 13px;
    letter-spacing: 2px
}

.header-nav ul {
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    height: 100%;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: auto;
    cursor: e-resize
}

.header-nav ul li {
    margin-right: 1rem;
    padding: 0 1rem;
    background: rgb(143 168 202 / 13%);
    border-radius: 5px
}

.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

@keyframes show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 60%);
    -webkit-backdrop-filter: saturate(120%) contrast(80%) blur(2px);
    backdrop-filter: saturate(120%) contrast(80%) blur(2px);
    animation: show 0.3s linear
}

.modal-container .modal-body {
    border-radius: 15px;
    background: #f1f3fa;
    box-shadow: 0.4rem 0.4rem 2.4rem 0.2rem hsl(212deg 29% 19% / 30%);
    position: relative;
    animation: show 0.3s linear;
    width: 30rem;
    margin: 0 0.5rem
}

.modal_head {
    display: flex;
    padding: 0.5rem 1rem 0.5rem 1rem;
    background: #efefef;
    border-radius: 15px 15px 0 0;
    align-items: center
}

.modal_title {
    font-size: 18px;
    flex: 1
}

.form-group input {
    width: -webkit-fill-available;
    height: 3rem;
    display: flex;
    padding: 0 1rem
}

.login-submit {
    width: 100%;
    border-radius: 0 0 15px 15px;
    height: 2.5rem
}

.login-submit:hover {
    color: rgba(0, 0, 0, .38);
    background-color: rgb(194 194 194 / 45%);
    transition: background-color .1s;
    cursor: pointer
}

.link-2 {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid rgba(153, 153, 153, 0.4);
    border-radius: 100rem;
    color: inherit;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s
}

.link-2::before {
    content: '×';
    -webkit-transform: translateY(-.1rem);
    transform: translateY(-.1rem)
}

.link-2:hover,
.link-2:focus {
    border-color: hsla(0, 0%, 100%, .6);
    -webkit-transform: translateY(-.2rem);
    transform: translateY(-.2rem)
}

.main_element {
    background: rgb(143 168 202 / 13%);
    margin: 15px 0;
    animation: show 0.3s linear
}

#Index-mian {}

.newsComments-boxs {
    background: white;
    padding: 0.5rem;
    margin-bottom: 0.5rem
}

.newsComments-box {
    width: 100%;
    height: 150px;
    background: url(../img/newsCommentsbg.jpg);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover;
    background-position: center
}

.newsComments-head {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: rgba(34, 47, 62, 0.7);
    margin-bottom: 0.2rem
}

.newsComments-head span {
    flex: 1
}

.newsComments-track {
    height: 40px;
    line-height: 40px;
    padding: 5px;
    display: flex;
    align-items: center
}

.newsComments-track .biaoqing,
.newsComments-track .biaoqing[src*=huaji],
.newsComments-track .biaoqing[src*=qutu] {
    max-height: 1.5rem
}

.newsComments-child {
    width: fit-content;
    font-size: 13px;
    padding: 5px;
    -webkit-border-radius: 10rem;
    overflow: hidden;
    color: #222f3e;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    transform: translateX(1100px);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1)
}

.newsComments-child:hover {
    animation-play-state: paused
}

.newsComments-child span img {
    width: auto;
    height: 1rem
}

.newsComments-child-1 {
    transform: translateX(1000px);
    animation: scrollTo linear 4s infinite
}

.newsComments-child-2 {
    transform: translateX(1050px);
    animation: scrollTo linear 7s infinite
}

.newsComments-child-3 {
    transform: translateX(800px);
    animation: scrollTo linear 5s infinite
}

@keyframes scrollTo {
    to {
        transform: translateX(-100px)
    }
}

.newsComments-foot {
    display: flex;
    align-items: center;
    margin-top: 5px
}

.newsComments-foot .avatar {
    width: 30px;
    height: 30px
}

.newsComments-foot .avatar img {
    border-radius: 50%;
    border: 1px solid #fff
}

.newsComments-placeholder {
    width: 100%;
    background: #f0f3f8;
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 5px
}

.post-list {
    background: #f0f3f8
}

.news-item {
    background: white;
    padding: 1rem;
    margin-bottom: 10px
}

.news-head {
    display: flex
}

.news-info {
    flex: 1
}

.news-info p a {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bolder;
    color: #222f3e
}

.news-info .news-category a {
    font-size: 15px;
    color: rgba(34, 47, 62, 0.7);
    font-weight: 500
}

.news-info .news-category a::before {
    content: "#"
}

.news-info .news-category a:hover {
    color: #222f3e
}

.news-content {
    padding: 10px 0
}

#Index-mian .news-content {
    color: rgba(34, 47, 62, 0.7);
    -webkit-transition: color 0.15s linear;
    -moz-transition: color 0.15s linear;
    -o-transition: color 0.15s linear;
    -ms-transition: color 0.15s linear;
    transition: color 0.15s linear
}

#Index-mian .news-content:hover {
    color: #222f3e
}

#Post-mian .news-content h2::before,
#Post-mian .news-content h3::before,
#Post-mian .news-content h4::before,
#Post-mian .news-content h5::before,
#Post-mian .news-content h6::before {
    content: "# ";
    color: #222f3e;
    font-size: 80%
}

#Post-mian .news-content h2,
#Post-mian .news-content h3,
#Post-mian .news-content h4,
#Post-mian .news-content h5,
#Post-mian .news-content h6 {
    line-height: 2
}

.news-times {
    font-size: 13px;
    color: rgb(34 47 62 / 50%);
    letter-spacing: 2px
}

.news-tags {
    margin: 10px 0
}

.news-tags a {
    font-size: 12px;
    color: #fff;
    background: #5f6977;
    padding: 2px 5px;
    text-decoration: none;
    margin-right: 5px;
    letter-spacing: .05em;
    border-radius: 3px;
    line-height: 25px
}

.news-tags .reward {
    background: #CD983B;
    font-size: 12px;
    color: #fff;
    padding: 2px 5px;
    text-decoration: none;
    margin-right: 5px;
    display: inline;
    position: relative;
    letter-spacing: .05em;
    border-radius: 3px;
    cursor: pointer
}

.news-tags .reward .reward-drop {
    position: absolute;
    background: inherit;
    display: none;
    margin-top: -1px;
    z-index: 1;
    left: 0;
    width: 150px;
    height: 180px;
    border-radius: 3px;
    text-align: center;
    box-shadow: darkgrey 0px 0px 2px 0px
}

.news-tags .reward .reward-drop.reward-down {
    display: block
}

.news-tags .reward .reward-drop img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: top
}

.news-tags .reward .reward-drop .reward-type {
    display: block;
    height: 30px;
    width: 100%;
    line-height: 15px;
    box-sizing: border-box
}

.news-state {
    display: flex;
    align-items: center
}

.news-states ul {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.news-states ul li {
    margin-left: 15px
}

.news-states ul li a {
    display: flex;
    justify-content: center;
    align-items: center
}

.news-states ul li a span {
    margin-left: 5px
}

.news-post-comment {
    padding: 10px;
    background: rgb(143 168 202 / 13%);
    margin-top: 0.5rem;
    border-radius: 8px;
    border-top: solid 2px #EBEBEB;
    font-size: 13px
}

.news-post-comment-text-inner {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 3px
}

.news-post-comment-text-inner .biaoqing {
    width: auto;
    height: auto;
    max-height: 20px
}

.news-post-comment-text-inner img.biaoqing[src*=huaji],
.news-post-comment-text-inner img.biaoqing[src*=qutu] {
    max-height: 1rem
}

.news-post-comment-text-inner .secret,
.newsComments-track .secret {
    padding: 1px 10px !important
}

.page_next {
    text-align: center;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10
}

.page_next a {
    position: relative;
    display: inline-block;
    width: 110px;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    border-radius: 100px;
    transition: 0.3s ease-in-out;
    color: #f1f4f8;
    background-color: rgba(34, 47, 62, 0.7);
    overflow: hidden
}

.page_next a:hover {
    color: #fff;
    background-color: #222f3e
}

#Post-mian {}

#Messages-mian {}

.FriendWall_a {
    display: grid;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem
}

.FriendWall_a li {
    list-style: none;
    -webkit-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    text-align: center;
    border-radius: 5px;
    position: relative
}

.FriendWall_a i {
    position: absolute;
    top: 0rem;
    left: 0;
    width: 100%;
    height: 60px;
    color: #222f3e;
    background-color: #ffffff99;
    border-radius: 5px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.15s linear
}

.FriendWall_a:hover .FriendWall_a i {
    opacity: 1
}

.FriendWall_img {
    border-radius: 5px;
    border: 5px solid #f0f3f8;
    margin-bottom: 1.5rem
}

.FriendWall_span {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-shrink: 1;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    width: 100%
}

#comments {
    padding: 0.5rem
}

.Comments-from {
    margin-left: 3.5rem;
    margin-bottom: 1rem
}

.Comments-profile {
    width: 100%;
    height: 0;
    line-height: 2em;
    margin-top: 0.5rem;
    justify-content: flex-end;
    display: none
}

.Comments-profile div {
    width: 100%;
    height: 2em;
    line-height: 1em;
    text-indent: 3px;
    background-color: #f0f3f8;
    overflow: hidden;
    transition: background-color .1s
}

.Comments-profile .email {
    margin: 0 0.5rem
}

.Comments-postbox {
    width: 100%;
    height: 4rem;
    display: flex
}

.Comments-postbox .placeholder {
    flex: 1;
    margin: 0 0.5rem;
    background: #f0f3f8;
    color: #a7aeb5;
    padding: 0 1rem;
    height: 60px;
    display: flex;
    align-items: center;
    letter-spacing: 3px;
    transition: all 0.15s linear;
    width: 100%;
    min-width: -webkit-fill-available
}

.Comments-postbox .placeholder:hover {
    cursor: text;
    background: rgb(34 47 62 / 30%) !important;
    color: #fff
}

.Comments-postbox .avatar {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 5px solid #f0f3f8;
    position: absolute;
    left: 0.5rem
}

.Comments-postbox .editor {
    width: 100%;
    display: none
}

.Comments-postbox .editor .pen {
    position: relative;
    background: #f0f3f8
}

.Comments-postbox .editor textarea {
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    background: #f0f3f8;
    resize: none;
    padding: 0.5rem
}

.Comments-postbox .editor .pencilbox {
    display: flex;
    background: rgb(177 185 194 / 20%)
}

.Comments-postbox .editor .pencilbox .stationery {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.Comments-postbox .editor .pencilbox .stationery span {
    color: rgba(34, 47, 62, 0.7);
    width: 35px;
    height: 30px;
    display: flex;
    transition: background-color .1s;
    justify-content: center;
    align-items: center
}

.Comments-postbox .editor .pencilbox .stationery span:hover,
.Comments-postbox .editor .pencilbox .submit:hover {
    cursor: pointer;
    color: #222f3e;
    background-color: #c2c2c2
}

.Comments-postbox .editor .pencilbox .submit {
    min-width: 5rem;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 12.432px;
    color: rgba(0, 0, 0, .38);
    background-color: rgb(194 194 194 / 45%);
    transition: background-color .1s
}

.Comments_publisher .Comments-postbox .placeholder {
    display: none
}

.Comments_publisher .Comments-postbox .editor {
    display: block;
    animation: show 0.3s linear
}

.Comments_publisher .Comments-profile {
    height: 2em;
    display: flex;
    animation: show 0.3s linear
}

.Comments_publisher .Comments-postbox {
    height: auto;
    min-height: 8rem
}

.Comments-item {
    display: flex;
    margin-bottom: 1rem
}

.Comments-item-avatar {
    position: relative;
    width: 100%
}

.Comments-item-avatar img {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 5px solid #f0f3f8;
    border-radius: 5px
}

.Comments-item-avatar .preview {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: rgb(240 243 248);
    font-size: 1.75rem;
    -webkit-backdrop-filter: saturate(130%) blur(15px);
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center
}

span.commentGroup {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 13px
}

.m-comments-list:hover .preview,
.m-comments-list:hover .Comments-item-time {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.Comments-item-right {
    margin: 0 0.5rem
}

.Comments-item-time {
    font-size: 13px;
    color: #b9bfc6;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    position: absolute;
    margin-left: 0.5rem
}

.Comments-by-authors .Comments-item-time,
.Comments-by-author.By-authors .Comments-item-time {
    display: none
}

.Comments-item-body {
    display: block;
    background-color: #f1f3fa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px;
    padding: 10px;
    position: relative;
    font-size: 15px
}

.Comments-by-authors,
.Comments-by-author.By-authors {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.Comments-by-authors .Comments-item-right,
.Comments-by-author.By-authors .Comments-item-right {
    order: -1
}

.Comments-by-authors .Comments-item-info,
.Comments-by-author.By-authors .Comments-item-info {
    text-align: end;
    position: relative;
    margin-right: 0.5rem
}

#cancelReply {
    position: absolute;
    right: 0;
    background: #d4d6d9;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 12.432px;
    color: rgba(0, 0, 0, .38);
    background-color: rgb(194 194 194 / 45%);
    transition: background-color .1s;
    cursor: pointer;
    z-index: 1
}

#cancelReply:hover {
    color: #222f3e;
    background-color: #c2c2c2
}

#cancelReply span {
    display: flex;
    align-items: center;
    justify-content: center
}

#cancelReply span i {
    margin-left: 5px
}

.vcount {
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center
}

#Links-mian {}

.Links-content {
    margin: 0 auto;
    padding: 0.5rem;
    height: auto;
    margin-bottom: 1rem
}

.links-list-item {
    margin: 0.5rem;
    -webkit-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s;
    border-radius: 10px;
    transition-timing-function: ease-in-out;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.links-list-item a {
    display: flex;
    border: none;
    align-items: center;
    background: #f0f3f8
}

.links-list-item:hover .links-avatar {
    transform: scale(2)
}

.links-list-item:hover .links-item-info span {
    transform: translateX(20%) translateY(0)
}

.links-avatar {
    margin: 10px 20px 10px 10px;
    border-radius: 10px;
    -webkit-transition: .3s !important;
    -webkit-transition: .3s !important;
    transition: .3s !important;
    -moz-transition: .3s !important;
    background: #f5f5f5;
    max-width: 50px;
    max-height: 50px
}

.links-item-name {
    text-align: left;
    font-size: 15px;
    display: block;
    font-weight: 700;
    align-items: center;
    -webkit-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s
}

.links-item-desc {
    white-space: normal;
    text-align: left;
    text-overflow: ellipsis;
    opacity: .7;
    font-weight: 700;
    font-size: 12px;
    -webkit-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    -moz-transition: .3s
}

.flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.flex-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

#About-mian {}

#Cross-mian {}

#Cross-mian .news-info {
    margin-left: 1rem;
    line-height: 1
}

#Cross-mian .Cross-warpper {
    background: #f0f3f8
}

#Cross-mian .comment-respond.show .Comments-from {
    margin-left: 4.5rem;
    margin-right: 0.5rem
}

#Cross-mian .comment-respond.show .Comments-postbox .placeholder,
#Cross-mian .comment-respond.show .Comments-postbox .editor textarea,
#Cross-mian .comment-respond.show .Comments-postbox .editor .pen {
    background: #fff
}

#Cross-mian .comment-respond.show .Comments-postbox .avatar {
    border: 5px solid #ffffff
}

#Cross-mian .comment-respond.float {
    width: 50rem;
    max-width: 100%;
    margin: 0 auto;
    border-bottom: 0;
    box-shadow: 0 -1rem 50px -2rem rgb(43 86 112 / 50%);
    padding: .5rem 0;
    position: fixed;
    bottom: 0px;
    z-index: 20;
    background: hsl(0deg 0% 100% / 70%);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    -moz-backdrop-filter: saturate(200%) blur(20px);
    -ms-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px)
}

#Cross-mian .comment-respond.float .Comments-from {
    margin-left: 4.5rem;
    margin-right: 0.5rem;
    margin-bottom: 1rem
}

#Cross-mian .cross-avatar {
    border-radius: 5px
}

#Cross-mian .comment-parent .news-comments {
    display: none
}

#Cross-mian .comment-parent .news-comments .news-comments {
    display: unset
}

#Cross-mian .show-comment-children {
    cursor: pointer;
    color: rgba(34, 47, 62, 0.7);
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    transition: all 0.15s linear
}

#Cross-mian .show-comment-children:hover {
    color: #222f3e
}

#Cross-mian .comment-parent .comment-children {
    padding: 10px;
    background: rgb(143 168 202 / 13%);
    border-radius: 8px;
    border-top: solid 2px #EBEBEB;
    font-size: 13px;
    margin-top: 0.5rem;
    position: relative
}

#Cross-mian .comment-parent .comment-children .news-content {
    font-size: unset
}

#Cross-mian .comment-parent .comment-children:before {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -15px;
    right: 135px;
    padding: 0;
    border-bottom: 8px solid #f1f4f8;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 12
}

#Cross-mian .comment-parent .comment-children::after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -21px;
    right: 133px;
    padding: 0;
    border-bottom: 10px solid #EBEBEB;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    display: block;
    content: '';
    z-index: 10
}

#Cross-mian .comment-parent .comment-children .comment-children:before {
    display: none
}

#Cross-mian .comment-parent .comment-children .comment-children {
    padding: 0;
    background: unset;
    border-radius: 0;
    border-top: none;
    font-size: 13px
}

#Cross-mian .comment-parent .comment-children .comment-children .cross_at {
    display: unset !important
}

#Cross-mian .comment-parent .comment-children .news-item {
    margin-bottom: 3px;
    padding: 0;
    background: unset;
    position: relative
}

#Cross-mian .comment-parent .comment-children .news-item .news-header {}

#Cross-mian .comment-parent .comment-children .news-content {
    padding: 0
}

#Cross-mian .comment-parent .comment-children .news-item .news-state {
    opacity: 0;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.15s linear
}

#Cross-mian .comment-parent .comment-children .news-item:hover>.news-foot .news-state {
    opacity: 1 !important
}

#Cross-mian .comment-parent .comment-children .news-info,
.comment-children .news-head {
    margin-left: 0;
    float: left
}

#Cross-mian .comment-parent .comment-children .news-info p a {
    font-size: 13px
}

#Cross-mian .comment-parent .comment-children .news-info p fonts {
    display: contents !important
}

#Cross-mian .comment-parent .comment-children .cross-avatar,
#Cross-mian .comment-parent .comment-children .news-times,
#Cross-mian .comment-parent .comment-children .comment-children:before,
#Cross-mian .comment-parent .comment-children .comment-children:after {
    display: none
}

#Cross-mian .comment-children .news-content .biaoqing {
    width: auto;
    height: auto;
    max-height: 20px
}

#Cross-mian .comment-children .news-content img.biaoqing[src*=huaji],
#Cross-mian .comment-children .news-content img.biaoqing[src*=qutu] {
    max-height: 1rem
}

#Cross-mian .comment-children .news-content .secret {
    padding: 0px 10px !important;
    position: unset;
    display: flex
}

#Cross-mian .cross_photos p {
    width: 100%;
    margin-bottom: 10px
}

#Cross-mian .comment-children .news-item .news-header .cross_photos {
    display: unset
}

.cross_photos {
    display: flex;
    flex-wrap: wrap
}

.cross_photos dl {
    background: #f4f4f4;
    margin: 0 0 6px;
    border-radius: 5px
}

.cross_photos dl dt {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden
}

.cross_photos dl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.cross_photos dl:not(.one) {
    width: 108px;
    height: 108px;
    background: none;
    margin-right: 6px;
    margin-bottom: 6px
}

.cross_photos dl:not(.one) dt {
    display: block;
    background: #f4f4f4
}

#Photos-mian {}

.Photos-item {
    padding: 25px;
    height: 7rem;
    background-color: #FCFCFE;
    position: relative;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0 2px 4px -2px rgb(0 0 0 / 50%);
    margin: 1rem
}

.Photos-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.Photos-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.Photos-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
    z-index: 1
}

.Photos-info h4 {
    color: #fff
}

.Photos-item-fgc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .557)));
    z-index: 0
}

#imgsPost-mian {}

.masonry-grid {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.masonry-grid img {
    width: 100%;
    height: auto
}

.masonry-item {
    display: block;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative
}

.masonry-item img {
    border-radius: 5px;
    max-width: 100%
}

.masonry-alt {
    position: absolute;
    bottom: -.4rem;
    z-index: 1;
    left: 0px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    flex-shrink: 1;
    font-size: 12px;
    color: #fff;
    padding: 3px 15px;
    margin-bottom: 1rem;
    background: rgb(0 0 0 / 50%);
    border-radius: 0 5px 0 5px
}

.masonry-grid .masonry-item {
    padding-top: 0;
    padding-bottom: 10px
}

.masonry-grid .masonry-alt {
    bottom: 5px !important
}

.masonry-grid img {
    position: relative !important
}

@media screen and (max-width:950px) {
    .masonry-grid {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media screen and (max-width:750px) {
    .masonry-grid {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

@media screen and (max-width:550px) {
    .masonry-grid {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.ax_images {
    display: flex
}

.ax_images a {
    flex: 1;
    margin: 0 3px;
    padding-bottom: 25%
}

.ax_images img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.video {
    width: 100%;
    height: 25rem
}

.LinkCard {
    position: relative;
    display: block;
    margin: 1em auto;
    width: 450px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    max-width: 100%;
    overflow: hidden
}

.cross_photos .LinkCard {
    margin: 0 !important
}

.LinkCard,
.LinkCard:hover {
    text-decoration: none;
    border: none !important;
    color: inherit !important
}

.LinkCard .LinkCard-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-size: cover;
    background-position: 50%
}

.LinkCard .LinkCard-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px;
    border-radius: inherit;
    background-color: rgb(240 243 248)
}

.LinkCard .LinkCard-content .LinkCard-text {
    overflow: hidden
}

.LinkCard .LinkCard-content .LinkCard-text .LinkCard-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a
}

.LinkCard-excerpt {
    color: #ababab;
    font-size: 14px
}

.LinkCard .LinkCard-content .LinkCard-text .LinkCard-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    white-space: nowrap
}

.LinkCard .LinkCard-content .LinkCard-imageCell {
    margin-left: 8px;
    border-radius: 4px
}

.LinkCard .LinkCard-content .LinkCard-imageCell .LinkCard-image {
    display: block;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit
}

.LinkCard .LinkCard-content .LinkCard-imageCell .LinkCard-image.LinkCard-image-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ebebeb;
    color: #d3d3d3
}

#Archives-mian {}

.tags a {
    padding: 0 6px;
    background: rgb(143 168 202 / 13%);
    border-radius: 5px;
    font-size: 14px;
    letter-spacing: 0.05em
}

.timeline {
    margin-top: 1.75rem;
    padding-left: .5rem
}

@media only screen and (max-width:580px) {
    .timeline {
        margin-top: 1.5rem
    }
}

.timeline__item {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: #e3e7ed;
    padding-bottom: 1.5625rem;
    padding-left: 1.375rem;
    position: relative;
    word-break: break-all
}

.timeline__item::before {
    content: '';
    background-color: #3b4b5e;
    box-shadow: 0 0 0 .1875rem rgb(59 75 94 / 50%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -5px;
    height: .625rem;
    width: .625rem
}

.timeline__item:last-child {
    border: 0
}

.timeline__title {
    font-size: 1rem;
    margin-bottom: 0;
    position: relative;
    top: -.3125rem;
    display: flex;
    align-items: center
}

.timeline__period {
    color: rgba(94, 110, 128, .8);
    font-size: .875rem
}

.timeline__description {
    margin-top: .5rem
}

@media only screen and (max-width:580px) {
    .timeline__description {
        margin-top: .1875rem
    }
}

#Douban-mian {}

#GoTop {
    width: 50rem;
    max-width: 100%;
    display: flex;
    position: fixed;
    bottom: -5rem;
    transition: background-color .18s cubic-bezier(.6, 0, .1, 1), box-shadow .18s cubic-bezier(.6, 0, .1, 1), transform .18s cubic-bezier(.6, 0, .1, 1);
    z-index: 9;
    justify-content: flex-end
}

#GoTop a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 15%;
    text-align: center;
    color: #f1f4f8;
    background-color: rgba(34, 47, 62, 0.7);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    -moz-backdrop-filter: saturate(200%) blur(20px);
    -ms-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 3px 3px 0 rgb(0 0 0 / 24%);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: x-large;
    margin: 0 -4rem
}

#GoTop a:hover {
    color: #fff;
    background-color: #222f3e
}

.main.down #GoTop {
    transform: translate(0, -100px)
}

.footer-tabbar {
    width: 50rem;
    max-width: 100%;
    margin: 0 auto;
    height: 4rem;
    border-bottom: 0;
    box-shadow: 0 -1rem 50px -2rem rgb(43 86 112 / 50%);
    padding: .5rem 0;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: hsl(0deg 0% 100% / 70%);
    -webkit-backdrop-filter: saturate(200%) blur(20px);
    -moz-backdrop-filter: saturate(200%) blur(20px);
    -ms-backdrop-filter: saturate(200%) blur(20px);
    backdrop-filter: saturate(200%) blur(20px)
}

.footer-tabbar ul {
    flex-wrap: nowrap;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.footer-tabbar__item {
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.footer-tabbar__item a {
    border-radius: 1.25rem;
    color: #5e6e80;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    text-decoration: none;
    transition: all 0.15s linear;
    font-size: 15px
}

.footer-tabbar__item a:hover {
    color: #222f3e
}

.footer {
    clear: both;
    margin: 0 auto;
    padding: 25px 0px;
    max-width: 800px;
    text-align: center;
    font-size: 12px;
    background-color: #fff
}

.footer .powered_by {
    margin: 0;
    color: rgba(34, 47, 62, 0.2);
    font-size: 11px
}

.footer .powered_by a {
    margin: 0px 2px;
    color: rgba(34, 47, 62, 0.2)
}

.footer .powered_by a:hover {
    color: #000
}

@media screen and (min-width:800px) {
    .news-content {
        font-size: 16px
    }

    .newsComments-head span,
    .newsComments-child,
    .news-states ul li {
        font-size: 15px !important
    }

    .news-post-comment-text-inner {
        font-size: 14px
    }

    .news-info p a {
        font-size: 20px
    }
}

@media screen and (max-width:800px) {
    #GoTop {
        bottom: -6rem
    }

    #GoTop a {
        margin: 0 1rem
    }

    .main.down #GoTop {
        transform: translate(0, -180px)
    }

    .header-nav ul::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important
    }

    .header-nav ul::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important
    }
}

@media screen and (max-width:600px) {
    body {
        font-size: 15px
    }

    .main {
        margin-top: 0px;
        width: 100%;
        border: 0
    }

    .view-imgs {
        width: 90% !important
    }

    .header-banner {
        height: 15rem
    }

    .content {
        width: auto
    }

    .flex-50 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .flex-20 {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%
    }

    .header .header-author-avatar img {
        width: 60px;
        height: 60px
    }

    .header-author-name {
        font-size: 18px
    }

    .header-author-extra {
        font-size: 12px
    }

    .footer-tabbar {
        height: 3rem;
        box-shadow: 0 -1rem 50px -1.5rem rgb(43 86 112 / 50%)
    }

    .footer-tabbar__item a {
        font-size: 0.8rem
    }
}

.img_gallery {
    overflow: auto;
    margin-top: 1rem
}

.img_gallery .img_gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 !important;
    text-align: center
}

.img_gallery .img_gallery-item dt:before {
    display: block;
    padding-top: 100%;
    content: ""
}

.img_gallery .img_gallery-item dt[remnant]:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "+" attr(remnant);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 2rem
}

.img_gallery .img_gallery-item dt {
    position: relative;
    overflow: hidden;
    background: #eee;
    cursor: pointer;
    border-radius: 5px;
    margin: 2px
}

.img_gallery .img_gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    object-fit: cover
}

#img_gallery-1 .img_gallery-item {
    width: 100%
}

#img_gallery-1 .img_gallery-item dt:before {
    padding-top: 45%
}

#img_gallery-2 .img_gallery-item {
    width: 50%
}

#img_gallery-2 .img_gallery-item dt:before {
    padding-top: 60%
}

#img_gallery-3 .img_gallery-item {
    width: 33.33333%
}

#type_threeimg #img_gallery-3 .img_gallery-item dt:before {
    padding-top: 65%
}

.reply2view {
    background: repeating-linear-gradient(145deg, #f1f3fa, #f1f3fa 15px, #fff 0, #fff 30px);
    padding: 10px 40px 10px 40px;
    position: relative
}

.secret {
    background: repeating-linear-gradient(145deg, #f1f3fa, #f1f3fa 15px, #fff 0, #fff 30px);
    padding: 10px 40px 10px 40px;
    position: relative;
    border-radius: 5px
}

.secret-textarea {
    background: repeating-linear-gradient(145deg, #f1f3fa, #f1f3fa 15px, #fff 0, #fff 30px) !important;
    position: relative
}

#secret-button {
    display: none
}

.secret-label {
    position: relative;
    margin: auto;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

#secret-button:checked+label.secret-label {
    color: #222f3e;
    background-color: #c2c2c2
}

img.lazy {
    opacity: 0;
    -webkit-transition: .8s ease-in-out opacity;
    transition: .8s ease-in-out opacity;
    filter: blur(35px)
}

img.loaded {
    filter: blur(0px);
    opacity: 1;
    transition: .5s filter linear, .5s -webkit-filter linear
}

.view-image {
    cursor: zoom-in
}

.view-img img {
    border-radius: 5px
}

.play_btu {
    cursor: pointer
}

.page-navigator {
    list-style: none;
    padding: 25px 0;
    text-align: center
}

.page-navigator li {
    display: inline-block;
    margin: 0 4px
}

.page-navigator a {
    display: inline-block;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    background: #f0f3f8
}

.page-navigator a:hover {
    background: #222f3e;
    color: #fff;
    text-decoration: none
}

.page-navigator .current a {
    color: #fff;
    background: #5f6977
}

.page-navigator .current a:hover {
    background: #222f3e
}