@charset "UTF-8";

body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    font-size: 14px;
    word-break: break-all;
}

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ol,
ul,
dl {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #333;
    text-decoration: none;
}

*:focus,
textarea:focus,
button:focus,
input:focus {
    box-shadow: none;
    outline: 0
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

.dark ::-webkit-scrollbar {
    width: 8px;
    background: #222;
}

.dark ::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar {
    width: 8px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #222;
}

@media (prefers-reduced-motion: no-preference){
    :root {
        scroll-behavior: smooth;
    }
}

.show_m {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.f300 {
    font-weight: 300
}
.text-nowrap {
    white-space: nowrap!important;
}
.me-4 {
    margin-right: 1.5rem!important;
}

.meapost del {
    opacity: .6;
}