body,
.btn,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
}

.nk-header {
    border-bottom: 0px solid #e5e9f2;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.card-preview {
    box-shadow: 6px 5px 40px rgba(30, 48, 75, .08);
}

.btn-block {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15) !important;
}

.logo-link {
    font-weight: 700;
    font-size: 21px;
    position: inherit;
}

.logo-link img {
    height: 35px;
    margin: -3px 8px 0 5px;
}

.center-block {
    margin: 0 auto;
    float: none;
    padding: 0;
}

* ::-webkit-scrollbar {
    width: .375rem;
    height: .5rem
}

* ::-webkit-scrollbar-thumb {
    background-color: #6576ff;
    border-radius: 6249.9375rem
}

:root {
    --waline-theme-color: #7f8dff;
    --waline-active-color: #816bff;
}