<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes round {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

html, body, h1, h2, h3, h4, h5, h6, p, img, ul, li, ol {
    margin: 0;
    padding: 0
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
    overflow-x: hidden;
    padding-top: 56px;
    font-feature-settings: "tnum";
    font-variant: tabular-nums;
    transition: all .2s;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    text-rendering: optimizelegibility;
}

img {
    border: none;
    filter: var(--img-filter);
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--primary-color);
}

li {
    list-style-type: none
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.flex {
    display: flex !important;
    align-items: center;
}

.flex-1 {
    flex: 1;
}

.flex-column {
    flex-direction: column;
    align-items: inherit;
}

.justify-between {
    justify-content: space-between;
    align-items: center;
}

.cursor-pointer {
    cursor: pointer;
}

.light-shadow {
    box-shadow: var(--light-shadow);
}

.text-center {
    text-align: center;
}

.avatar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.avatar img {
    width: 1.5em;
    height: 1.5em;
    margin-right: 5px;
    border-radius: 50%;
}


#browsehappy {
    text-align: center;
    background: #ff0;
    padding: 10px 0
}

#search-trigger {
    cursor: pointer;
    font-size: 21px;
}

.bold {
    font-weight: bold
}

.separation {
    height: 15px
}

.iconfont {
    font-size: inherit;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fit-cover {
    object-fit: cover;
}

.container {
    display: block;
    width: 1366px;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.pull-left, .fl {
    float: left
}

.pull-right, .fr {
    float: right
}

.clearfix, .clear {
    clear: both
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.shadow {
    box-shadow: var(--primary-shadow) !important
}

.icon-menu {
    display: none;
}

.count {
    display: flex;
}

.count .item {
    list-style-type: none;
    color: inherit;
    margin-right: 15px
}

.readmore {
    display: none
}

.badge {
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    padding: 5px 8px;
    vertical-align: middle;
    border-radius: var(--border-radius);
    font-weight: normal
}

.badge-danger {
    color: var(--danger-color);
    background: var(--danger-bg-color);
}

.badge-primary {
    color: var(--primary-color);
    background: rgba(208, 208, 208, 0.3)
}

.breadthumb {
    margin: 15px 0;
}

.breadthumb .bread-item {
    margin-right: 5px;
    padding: 0;
}

.breadthumb .bread-item:after {
    content: ' &gt;';
    margin-left: 5px;
}

.breadthumb .bread-item:last-of-type:after {
    content: ''
}

.main {
    position: relative;
    min-height: 500px;
    margin-top: 15px;
}

.content-wrap {
    box-sizing: border-box;
}

.content-wrap:after {
    display: block;
    content: '';
    clear: both;
}

.content-wrap .content {
    float: left;
    width: calc(100% - 345px);
}

.content-wrap .sidebar {
    float: right;
    width: 330px;
    margin-left: 15px;
}

.page-title {
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f5ff
}

.page-title span {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.pagination {
    margin: 25px auto 0;
    text-align: center
}

.pagination a, .pagination span {
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    box-sizing: border-box;
    margin: 0 2px;
    background-color: var(--front-dark-bg-color);
    color: #606266;
    min-width: 30px;
    border-radius: var(--border-radius);
}

.pagination span, .pagination a:hover {
    background-color: var(--primary-color);
    color: #fff
}

.ias-noneleft {
    clear: both
}

.footer {
    margin-top: 30px;
    padding: 30px 0;
    background-color: #131313;
    color: #9E9E9E;
    overflow: hidden
}

.footer .topic-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.copyright {
    text-align: center;
    padding: 30px 0;
    color: #9E9E9E;
    margin-top: 15px;
}

.site-tools {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.site-tools .item {
    display: block;
    text-align: center;
    background-color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: var(--border-radius);
    box-shadow: var(--light-shadow);
}

.site-tools .item:hover,
.site-tools .item.active {
    background-color: var(--primary-color);
}

.site-tools .item:hover .iconfont,
.site-tools .item.active .iconfont {
    color: #fff
}

.site-tools .item:hover .popup,
.site-tools .item.active .popup {
    display: block;
    color: #000;
}

.site-tools .item .popup {
    position: absolute;
    right: 50px;
    bottom: 0;
    background: #fff;
    text-align: left;
    display: none;
    padding: 20px;
    line-height: 2;
    width: 200px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #EFF2F7;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09)
}

.site-tools .item .popup img {
    display: block;
    width: 100%;
}

.site-tools .item .popup li {
    display: flex;
}

.site-tools .item .popup li span:first-of-type {
    white-space: nowrap;
    margin-right: 10px;
}

.site-tools .gotoup {
    display: none
}

.site-tools .iconfont {
    font-size: 24px;
    color: #5a5a5a
}

.log-info {
    padding: 0 0 20px;
    color: var(--text-color);
    text-align: center;
    border-bottom: 1px solid var(--line-color);
}

.log-info .iconfont {
    margin-right: 2px;
}

.log-info .item {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.log-info .log-info-content {
    margin-top: 10px;
}

.log-info .today {
    color: var(--primary-color);
}

.log-title {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    color: var(--title-color);
}

.log-actions {
    text-align: right;
    display: flex;
    white-space: nowrap;
}

.log-actions .item {
    background: var(--background-color);
    margin-right: 10px;
    padding: 10px;
}

.log-body {
    padding: 30px 0;
    line-height: 2;
    font-size: 16px;
    word-break: break-word;
    background: var(--front-bg-color);
}

.log-body .excerpt {
    background: var(--front-dark-bg-color);
    padding: 15px 20px;
    margin-bottom: 2em;
    border-radius: var(--border-radius);
}

.log-body .excerpt p {
    margin-bottom: 0;
    line-height: 2;
}

.log-body p {
    font-size: 17px;
}

.log-body p {
    margin-bottom: 1em
}

.log-body h1, .log-body h2, .log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    word-break: break-all;
    color: var(--title-color);
    background: linear-gradient(to bottom, transparent 75%, rgba(119, 239, 225, 0.4) 75%);
    display: inline;
}

.log-body h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.log-body h1:after,
.log-body h2:after,
.log-body h3:after,
.log-body h4:after,
.log-body h5:after,
.log-body h6:after {
    content: '';
    display: block;
}

.log-body h2 {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 1em;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 4px;
}

.log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    font-weight: bold;
    font-size: 18px;
    margin: 0.5em 0
}

.log-body strong {
    font-weight: bold;
}

.log-body img {
    max-width: 100%;
    height: auto;
}

.log-body pre {
    margin: 16px 0;
    box-shadow: var(--light-shadow);
}

.log-body code {
    background-color: var(--front-dark-bg-color);
    padding: 0 10px;
    line-height: 1.5;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    color: var(--text-color);
}

.log-body pre code {
    background-color: inherit;
}

.log-body ol, .log-body ul {
    margin-bottom: 1em;
}

.log-body ul {
    padding-left: 20px;
}

.log-body li {
    line-height: 2
}

.log-body ul li {
    list-style-type: circle;
}

.log-body ol {
    padding-left: 30px;
}

.log-body ol li {
    list-style-type: decimal;
}

.log-body li p {
    display: inline
}

.log-body .text-block {
    background-color: var(--front-dark-bg-color);
    padding: 10px 15px;
    text-align: center;
    margin: 1em 0
}

.log-body blockquote {
    padding: 10px 20px;
    margin: 1em 0;
    color: var(--text-color);
    border-left: 5px solid var(--front-dark-bg-hover-color);
    background: var(--front-dark-bg-color);
}

.log-body blockquote p {
    margin-bottom: 0;
}

.log-body hr {
    display: block;
    border: 1px solid transparent;
    border-bottom-color: var(--line-color);
    margin: 1em 0;
}

.log-body table {
    width: 100%;
    border: 1px solid var(--line-color);
    border-collapse: collapse;
    margin-bottom: 1em;
}

.log-body table th,
.log-body table td {
    border-bottom: 1px solid var(--line-color);
    padding: 5px 10px;
    text-align: center;
}

.log-body table tr:last-of-type td {
    border-bottom: 1px solid var(--line-color);
}

.log-body table th {
    background-color: var(--line-color)
}

.log-body video {
    display: block;
    margin: 2em auto
}

.log-body a {
    color: var(--primary-color);
}

.log-body .poem {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 50px;
    width: fit-content;
    line-height: 1.6;
    margin: 30px auto;
    border-radius: 8px;
    font-size: 22px;
    box-shadow: 0 0 1px 10px #e0e3e9, 15px 15px 10px 10px #f6f6f6;
    letter-spacing: 1em;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    color: #000;
}

.log-body .poem p {
    font-size: inherit;
    border-bottom: 3px solid #e0e3e9;
    padding-left: 1em;
}

.log-body .poem.mini {
    font-size: 16px;
    letter-spacing: 0.5em;
}

.log-body a.btn {
    text-decoration: none;
}

.log-body .btn-box {
    padding: 30px;
    text-align: center;
    background: var(--front-dark-bg-color);
    margin: 1em 0;
}

.log-body .log-hide-content {
    padding: 30px;
    border: 2px dashed var(--line-color);
    margin: 1em 0;
    border-radius: 10px;
    display: flex;
}

.log-body .log-hide-content .hide-card-left {
    flex: 1;
}

.log-body .log-hide-content .hide-card-right {
    width: 120px;
}

.log-body .log-hide-content .hide-card-right img {
    width: 100%;
    border: 5px dashed #dedede;
    border-radius: 5px;
    box-sizing: border-box;
}

.log-body .log-hide-content .input {
    display: inline-block;
    width: 220px;
    margin-right: 15px;
}

.log-body .log-hide-content .btn {
    margin-top: 0;
}

.tags .tag {
    background: var(--background-color);
    padding: 7px 1em;
    text-decoration: none;
    font-size: 12px;
    margin-right: 5px;
    border-radius: 2em;
    color: var(--text-color);
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    font-family: monospace;
    cursor: pointer;
}

.tags .tag:hover {
    background: var(--primary-color);
    color: #fff;
}

.tag-card .tag {
    padding: 10px 20px;
    margin: 5px 7px;
    font-size: 1em;
    transition: all .2s ease-in-out;
}

.tag-card .tag:hover {
    transform: scale(1.1);
}

.relief {
    color: #5a5a5a
}

#related_log, .relation {
    line-height: 1.8
}

#related_log p, .relation p {
    margin-bottom: 0
}

#related_log .time, .relation .time {
    display: inline-block
}

.neighbor {
    box-sizing: border-box;
    padding: 0 15px;
}

.neighbor h3 {
    font-weight: normal;
}

/*璇勮鍒楄〃*/
.comment-box .comment {
    display: block;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: var(--front-dark-bg-color);
    padding: 20px;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
}

.comment-box .comment .comment-time {
    color: var(--light-text-color);
}

.comment-box .comment .comment-content {
    margin: 10px 0
}

.comment-box .comment-children {
    margin-top: 15px;
}

.comment-user .form-group {
    width: 32.5%;
}

#comment-place {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

#comment-post {
    width: 640px;
    max-width: 100%;
}

/*鐩稿叧鏂囩珷*/
.relation-log .card .card-cover {
    height: 150px;
}

.relation-log .card .excerpt {
    display: none;
}

.relation-log .card .info h3 {
    font-size: 14px;
}

.layer-reward {
    cursor: pointer
}

.layer-reward:hover {
    color: var(--primary-color);
}

.sort-desc {
    margin-bottom: 15px;
    background: var(--front-bg-color);
    border-radius: 8px;
}

.sort-desc .title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: normal;
}

.sort-desc .title span {
    font-size: 15px;
    margin-left: 20px;
}

.user-list {
    display: flex;
    flex-wrap: wrap;
    background: var(--front-bg-color);
    border-radius: var(--border-radius);
}

.user-list li {
    display: block;
    text-align: center;
    padding: 20px;
    width: 12.5%;
    box-sizing: border-box
}

.user-list img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.user-list .name {
    font-size: 12px;
    white-space: nowrap;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input {
    width: 100%;
    border: 1px solid var(--front-dark-bg-hover-color);
    padding: 10px 15px;
    line-height: 1.5;
    outline: none;
    color: inherit;
    appearance: none;
    box-sizing: border-box;
    border-radius: 4px;
    transition: all .3s;
    background: var(--front-bg-color);
}

.input:hover,
.input:focus {
    border-color: var(--primary-color);
}

.form-group {
    margin-bottom: 15px
}

.form-group label {
    display: block;
    margin-bottom: 5px
}

.form-group input, .form-group textarea {
    border-color: var(--front-dark-bg-hover-color)
}

.form-group input:focus, .form-group textarea:focus {
    background-color: var(--front-bg-color)
}

.form-group textarea {
    width: 100%
}

.form-group .verify-code .input {
    width: 120px;
    margin-left: 10px
}

.btn {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    color: var(--primary-color);
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(158, 158, 158, 0.09);
    transition: all .3s;
    font-size: 16px;
    background: var(--front-bg-color);
}

.btn-primary, .btn-danger {
    color: #fff !important;
}

.btn-primary {
    background: var(--primary-color)
}

.btn-danger {
    background: var(--danger-color);
    border-color: var(--danger-color);
}

.btn:hover {
    opacity: .9;
    box-shadow: 0 1px 3px 1px rgba(158, 158, 158, 0.5)
}

.btn-block {
    display: block;
    width: 100%
}

.nav {
    background: var(--front-bg-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
    backdrop-filter: blur(40px);
    box-shadow: var(--light-shadow);
}

.navbar {
    display: flex;
    align-items: center;
}

.navbar.fluid {
    padding: 0 15px;
}

.navbar .logo {
    line-height: 56px;
    font-size: 18px;
    margin-right: 50px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.navbar .logo img {
    vertical-align: middle;
    margin-right: 10px;
    height: 32px
}

#menu {
    flex: 1;
}

.menu {
    line-height: 56px;
    display: block;
}

.menu.right {
    align-content: end;
}

.menu-item {
    float: left;
    position: relative
}

.menu-item a {
    padding-left: 15px;
    padding-right: 10px;
    white-space: nowrap;
    transition: all .2s;
    font-size: 15px;
}

.menu-item .icon-down {
    font-size: 8px;
    margin-left: 5px;
    transition: all .2s;
}

.menu-item:hover .icon-down,
.menu-item.active .icon-down {
    transform: rotate(180deg);
}

.menu-item &gt; a {
    display: flex;
}

.menu-item &gt; a:hover,
.menu-item.active &gt; a {
    color: var(--primary-color);
}

.menu-item.active &gt; a {
    font-weight: bold;
}

.menu-item .sub-menu {
    position: absolute;
    right: 50%;
    margin-right: -60%;
    z-index: 999;
    background-color: var(--front-bg-color);
    color: var(--title-color);
    line-height: 2.5;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    box-shadow: var(--primary-shadow);
    border: 1px solid rgba(146, 146, 146, 0.11);
    padding: 10px;
    box-sizing: border-box;
}

.menu-item .sub-menu a:hover {
    background-color: var(--front-dark-bg-color);
    border-radius: var(--border-radius);
}

.menu-item .sub-menu .icon {
    margin-right: 10px;
}

.menu-item .sub-menu a {
    text-align: center;
    display: block;
}

.menu-item:hover .login-area,
.menu-item:hover .sub-menu,
.menu-item a:focus + .sub-menu {
    display: block;
}

.menu-icons {
    display: flex;
    text-align: right;
}

.menu-icons .iconfont {
    font-size: 21px;
    margin-left: 15px;
}

.layer-tip .layui-layer-title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 0;
    padding: 8px 0;
    background: linear-gradient(90deg, #1e9fff, #1e9fffad);
    color: #fff;
}

.layer-tip .layui-layer-content {
    padding: 30px 20px;
}

.layui-layer.layer-tip {
    overflow: hidden;
    border-radius: 10px;
    max-width: 95%;
}

.layer-tip .layui-layer-btn {
    text-align: center;
}

.layer-tip:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 160px;
    background: rgba(255, 237, 227, .4);
    border-radius: 50%;
    z-index: -1;
}

.login-area {
    max-width: 360px;
    position: absolute;
    right: 50%;
    margin-right: -60%;
    z-index: 999;
    background-color: var(--front-bg-color);
    color: var(--title-color);
    line-height: 2.5;
    border-radius: 10px;
    overflow: hidden;
    display: none;
    box-shadow: var(--primary-shadow);
    border-top: 1px solid rgba(146, 146, 146, 0.11);
    padding: 20px;
    box-sizing: border-box;
}

.login-area a:hover {
    background-color: var(--front-dark-bg-color);
}

.user-actions {
    line-height: 1.5;
}

.user-actions a {
    text-align: center;
    padding: 10px 15px;
    flex: 1;
    font-size: 12px;
}

.user-actions .iconfont {
    display: block;
    font-size: 22px;
    line-height: 1;
}

.user-actions-bottom a {
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
}

.user-actions-comment {
    padding: 15px 0;
}

.user-actions-comment h3 {
    padding-left: 15px;
    margin-top: 10px;
}

.user-actions-comment li {
    background: var(--front-dark-bg-color);
    margin-bottom: 5px;
    border-radius: 6px;
}

.user-actions-comment li:last-of-type {
    border-bottom: none;
}

.user-actions-comment li a {
    padding: 5px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.user-actions-comment li a:hover {
    color: inherit;
}

.user-actions-comment li .name {
    font-weight: bold;
    padding: 10px 0;
}

.user-actions-comment li .date {
    color: var(--title-color);
    padding-bottom: 5px;
}

.social-media .iconfont:hover {
    color: #fff;
}

.social-media .icon-coffee:hover {
    background-color: #000;
}

.social-media .icon-rss:hover {
    background-color: #3e64ff
}

.social-media .icon-weixin:hover {
    background-color: #5cb85c
}

.social-media .icon-weibo:hover {
    background-color: #FF4949
}

.social-media .icon-email:hover {
    background-color: #00a0d2
}

.social-media .icon-qq:hover {
    background-color: #ff0000
}

/*鏈夊皝闈㈢殑鏂囩珷鍒楄〃锛堥粯璁ゅ垪琛�)*/
.log-list-default-item {
    position: relative;
    padding: 20px 0;
    display: flex;
}

.log-list-default-item .cover-image {
    width: 200px;
    height: 140px;
    margin-right: 30px;
    display: block;
    overflow: hidden;
    border-radius: var(--border-radius);
    font-size: 0;
    position: relative;
    box-shadow: var(--primary-shadow);
}

.log-list-default-item .cover-image img {
    width: 100%;
    height: 100%;
    background: var(--front-dark-bg-color);
}

.log-list-default-item .cover-image .badge {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
    background: #ff2800;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.log-list-default-item .log-list-content {
    flex: 1
}

.log-list-default-item .title h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1;
    transition: color .3s;
    display: inline-block;
    color: var(--title-color);
    font-weight: inherit;
}

.log-list-default-item .title:hover h3 {
    color: var(--primary-color);
}

.log-list-default-item .description {
    color: #5a5a5a;
    line-height: 1.8
}

.log-list-default-item .description img {
    display: none
}

.log-list-default-item .info {
    font-size: 13px;
    color: #aaacb6;
    margin-bottom: 1em
}

.log-list-default-item .info span {
    margin-right: 10px;
    display: inline-block
}

.log-loading {
    display: block;
    text-align: center;
    padding: 15px 0;
    flex: 1;
}

.sidebar {
    width: 330px;
    float: left
}

.widget {
    margin-bottom: 15px;
    background-color: var(--front-bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: box-shadow .2s;
    box-shadow: var(--light-shadow);
}

.widget li {
    padding: 10px 0
}

.widget h3 {
    padding: 10px 15px;
    border-bottom: 1px dashed var(--line-color);
    font-size: 16px;
    color: var(--title-color);
}

.widget h3 .iconfont {
    margin-right: 5px;
    font-size: 1.1em;
}

.widget h3 .icon {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.1em;
    margin-right: 5px;
}

.widget ul {
    padding: 15px
}

.widget .widget-inner {
    padding: 15px;
    line-height: 1.8;
}

.widget .more {
    font-size: 12px;
    font-weight: normal;
    float: right
}

.widget-comment .widget-comment-info {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.widget-comment .widget-comment-info .time {
    color: var(--text-color);
    flex: 1;
    text-align: right;
}


.widget-comment .widget-comment-list li {
    padding: 12px;
    background: var(--front-dark-bg-color);
    border-radius: 10px;
    margin-bottom: 10px;
}

.widget-comment .widget-comment-list li:hover {
    background: var(--front-dark-bg-hover-color);
}

.widget-comment .widget-comment-list li a:hover {
    color: inherit;
}

.widget-comment .comment-inner .widget-comment-content {
    position: relative;
}

.widget-comment .comment-inner .widget-comment-content img {
    max-width: 100%;
    margin: 1em 0;
}

.widget-comment .comment-inner .comment-content {
    word-break: break-all;
}

.widget-comment .comment-refer {
    margin-top: 10px;
    font-size: 12px;
    color: var(--title-color);
}

/* 鍥炬枃鍒楄〃*/
.list-media li {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.list-media li:hover {
    background: var(--front-dark-bg-color);
}

.list-media li a {
    display: flex;
    border-radius: var(--border-radius);
    color: var(--title-color);
}

.list-media .media-img {
    width: 80px;
    height: 60px;
    padding-top: 3px;
    margin-right: 10px;
    flex-shrink: 0;
}

.list-media .media-img img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    object-fit: cover;
}

.list-media .media-content {
    flex: 1;
    width: 0;
}

.list-media .media-content .info {
    color: var(--light-text-color);
}

.list-media .media-content .desc {
    margin: 0.5em 0;
    color: var(--light-text-color);
}

/*渚ц竟鏍�-鐑棬鏂囩珷*/
.widget-list-top li {
    display: flex;
    align-items: center;
}

.widget-list-top a {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--title-color);
}

.widget-list-top .index {
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    margin-right: 8px;
    text-align: center;
    color: var(--light-text-color);
    border-radius: 4px
}

.widget-list-top .top-0,
.widget-list-top .top-1,
.widget-list-top .top-2 {
    font-weight: bold;
    color: #FF4949;
    font-size: 20px;
}

.widget-list-top .view {
    width: 65px;
    text-align: right;
}

/* 渚ц竟鏍�-鏅€氬垪琛ㄦā鍧� */
.widget-common ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-common ul li {
    width: 50%;
    padding: 2px;
    box-sizing: border-box;
    margin-bottom: 2px;
}

.widget-common ul li.has-background {
    width: 100%;
    margin: 5px 0;
}

.widget-common ul li.has-background a {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--front-dark-bg-color);
    color: var(--header-color);
    min-height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
}

.widget-common ul li a {
    display: block;
    padding: 10px 12px;
    box-sizing: border-box;
    color: var(--title-color);
    background-color: var(--front-dark-bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
}

.widget-common ul li a:hover {
    background-color: var(--front-dark-bg-hover-color);
}

.widget-user {
    background-size: 100% 130px;
    text-align: center;
    padding-top: 83px;
    position: relative
}

.widget-user .author_banner {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 130px;
    background: #f7f9ff url("../images/shan.png") no-repeat;
    z-index: 0;
    filter: opacity(0.1) blur(1px);
}

.widget-user .username {
    font-size: 22px;
    display: inline-block;
    color: var(--title-color);
}

.widget-user .social-media {
    margin: 15px 0;
}

.widget-user .desc {
    position: relative;
    padding: 0 20px 20px;
    z-index: 1
}

.widget-user .desc p {
    text-align: center;
    color: var(--text-color)
}

.widget-user .iconfont {
    font-size: 18px;
    margin: 0 5px;
    background: var(--background-color);
    border-radius: 50%;
    padding: 8px;
}

/* 渚ц竟鏍�-鎼滅储 */
.widget-search #logsearch {
    padding: 15px;
}

/*渚ц竟鏍�-鏃ュ巻*/
#calendar .day,
#calendar .day2 {
    position: relative;
    background: var(--front-dark-bg-color);
}

#calendar .day {
    background: var(--primary-color);
    color: var(--front-bg-color);
    border-radius: 50%;
    box-shadow: var(--light-shadow);
}

#calendar .calendartop {
    width: 100%;
    text-align: center
}

#calendar .calendartop td {
    width: 50%;
    padding: 16px 0;
}

#calendar .calendar {
    width: 100%;
    padding: 0 20px 20px
}

#calendar .calendar td {
    text-align: center;
    line-height: 39px;
}

#calendar .calendar td a {
    font-weight: bold;
    display: block;
    z-index: 2;
    position: relative;
}

/* 渚ц竟鏍�-闅忔満鏂囩珷 */
.random-log img {
    width: 100%;
    flex: 1;
}

.random-log #log_url {
    display: flex;
    flex-direction: column;
    background: #eee;
    height: 220px;
    overflow: hidden;
    justify-content: center;
}

.random-log img[src=''] {
    display: none;
}

.random-log .info {
    background: var(--front-bg-color);
    padding: 20px 15px;
    box-sizing: border-box;
}

.random-log .info .flex {
    justify-content: space-between;
    align-items: center;
}

.random-log .icon-refresh {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
}

.random-log .icon-refresh:hover {
    cursor: pointer;
    border-radius: 6px;
    color: #fff;
    background: var(--primary-color);
}

.widget-random-log-title {
    font-size: 16px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-random-log-tag {
    border: 1px solid var(--line-color);
    padding: 3px 10px;
    border-radius: 6px;
    color: #666;
    transition: all .2s;
}

.widget-random-log-tag:hover {
    border-color: var(--primary-color);
}

.loading {
    animation: round 1s infinite;
}

.linear-bg {
    position: relative;
}

.linear-bg:after {
    content: '';
    position: absolute;
    top: 38.2%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0, rgba(0, 0, 0, .4), transparent);
}

.card {
    background: var(--front-bg-color);
    transition: box-shadow .3s;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    box-shadow: var(--light-shadow);
}

.card .card-cover {
    display: flex;
    align-items: center;
    height: 164px;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}

.card .card-cover:hover {
    opacity: .8
}

.card .card-cover img {
    transition: transform .2s;
}

.card .card-cover:hover img {
    transform: scale(1.05);
}

.card .bottom {
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid var(--line-color);
}

.card-body {
    padding: 30px;
    position: relative;
}

.card-head {
    padding: 15px 30px 12px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dashed var(--line-color);
}

.album {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.album .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.album .pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--front-bg-color);
    height: 60%
}

.album .pic img {
    display: none;
    height: 100%
}

.album .pic img.active {
    display: block
}

.album .ctrl {
    background-color: var(--front-bg-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px
}

.album .ctrl .iconfont {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px
}

.album .ctrl .iconfont:hover {
    background-color: #E5E9F2;
    cursor: pointer
}

.search-form {
    padding: 20px 0 40px;
}

.search-form form {
    width: 50%;
    margin: 0 auto;
    display: flex;
    box-shadow: var(--primary-shadow);
}

.search-form form input {
    flex: 1;
    height: 50px;
    padding: 10px 16px;
    font-size: 15px;
    background-color: var(--front-bg-color);
    box-sizing: border-box;
    border: 1px solid var(--front-dark-bg-hover-color);
    border-radius: 6px 0 0 6px;
    color: var(--text-color);
    outline: none;
}

.search-form form button {
    width: 100px;
    background: var(--primary-color);
    border: none;
    color: rgba(255, 255, 255, .8);
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}

.search-form form button:hover {
    opacity: .9;
}

.search-form .tag-list {
    width: 50%;
    display: block;
    padding: 10px 0 0 0;
    margin: 0 auto;
}

.search-form .tag-list li {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.search-form .tag-list li:hover {
    color: var(--primary-color);
}

.search-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(100px);
    display: none;
    align-items: center;
    justify-content: center;
}

.search-modal .search-body {
    width: 800px;
    padding-bottom: 100px;
    max-width: 100%;
}

.search-modal form {
    position: relative;
}

.search-modal form .btn {
    position: absolute;
    top: 8px;
    right: 10px;
    border-radius: 2em;
}

.search-modal .tags {
    padding-left: 30px;
    padding-right: 30px;
}

.search-input {
    width: 100%;
    padding: 20px 130px 20px 30px;
    background-color: var(--front-bg-color);
    box-sizing: border-box;
    border-radius: 2em;
    box-shadow: var(--primary-shadow);
    color: var(--text-color);
    border: none;
}

.search-input:focus {
    outline: none
}

.search-list {
    padding: 30px
}

.search-list h1 {
    font-size: 28px;
    margin-bottom: 1em;
    font-weight: bold
}

.search-list-item {
    border-bottom: 1px dashed var(--line-color);
    padding: 8px 0;
    display: flex;
    justify-content: space-between;
}

.search-list-item a {
    flex: 1;
}

.search-list-item a.sort {
    filter: var(--img-filter);
}

.search-list-item .info {
    width: 170px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.search-list-item .info a {
    padding-left: 15px;
    text-align: center;
    margin-right: 10px;
    height: fit-content;
}

.search-list-item .key {
    color: var(--primary-color);
    margin: 0 3px
}

.header {
    background: var(--front-dark-bg-hover-color) repeat center;
    background-size: contain;
    color: var(--header-color);
    box-sizing: border-box;
}

.header .container {
    display: flex;
}

.header .blur-bg {
    padding: 80px 0;
    backdrop-filter: blur(20px);
}

.header .username {
    font-size: 2em;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--header-color);
}

.header .count {
    margin-top: 5px;
}

.header .num {
    font-weight: bold;
    font-size: 1.2em;
}

.round-avatar {
    width: 76px;
    height: 76px;
    position: relative;
    background-color: var(--front-bg-color);
    border-radius: 50%;
    padding: 8px;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 38px;
    margin: 0 auto;
    display: block;
}

.round-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 3s;
    animation: round 5s infinite linear;
}


.slider {
    border-radius: var(--border-radius);
    overflow: hidden;
}

.slider .swiper-container {
    height: 480px;
    overflow: hidden;
    position: relative;
}

.slider .swiper-slide {
    box-sizing: border-box;
    background-color: var(--front-bg-color);
    filter: var(--swiper-filter);
}

.slider .swiper-slide a {
    position: relative;
    display: block;
    height: 100%;
    background-size: cover;
}

.slider .swiper-pagination {
    text-align: left;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
}

.slider .swiper-pagination-bullet {
    -webkit-transition: width .3s;
    transition: width .3s;
    background: #fff;
}

.slider .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 6px
}

.slider .slider-title {
    background: rgba(0, 0, 0, .1);
    padding: 15px 25px 40px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    backdrop-filter: blur(2px);
}

/* 棣栭〉 */
.home {
    overflow: hidden;
}

.home .section {
    margin-bottom: 15px;
}

.home .slider {
    margin-bottom: 0 !important;
}

.home .slider .swiper-container {
    height: 487px;
}

.home .home-slider {
    display: flex;
}

.home .home-slider .widget {
    margin-bottom: 0;
    height: 100%;
}

.home .user-list img {
    width: 54px;
    height: 54px;
}

.home .user-list li {
    width: 33.33%;
    padding: 14px 0;
}

.home-cms-right {
    width: 330px;
}

.home-cms-left {
    flex: 1;
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding-right: 15px;
}

.home-cms-left .section,
.home-cms-right .section {
    margin-bottom: 0;
    height: 100%;
    box-sizing: border-box;
}

.home .home-links .link-item {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

.home .home-links img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.title-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    margin-top: 15px;
    color: var(--title-color);
}

/*鍙嬫儏閾炬帴鏍峰紡鐨勫崱鐗�*/
.links {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.links-item {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

.links-item a {
    display: block;
    border-radius: 8px;
    background: var(--front-bg-color);
    color: var(--title-color);
    height: 100%;
    padding: 15px 15px 15px 84px;
    box-sizing: border-box;
    position: relative;
    min-height: 84px;
    box-shadow: var(--light-shadow);
}

.links-item a:hover {
    background: var(--front-dark-bg-color);
}

.links-item .card-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 15px;
    box-shadow: var(--light-shadow);
    background-color: #fff;
}

.links-item .desc {
    margin-top: 5px;
}


/* 绠€鍗曟ā寮忓垪琛� */
.log-list-simple {
    overflow: hidden;
}

.log-list-simple-item {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
}

.log-list-simple-item:nth-of-type(2n) {
    padding-left: 1%;
}

.log-list-simple-item a {
    line-height: 2;
    position: relative;
    padding-right: 60px;
    display: block;
    box-sizing: border-box;
}

.log-list-simple-item a:hover {
    opacity: .9;
}

.log-list-simple-item h3 {
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: var(--title-color);
}

.log-list-simple-item h3 .icon-lock {
    margin-right: 5px;
}

.log-list-simple-item .time {
    position: absolute;
    right: 0;
    top: 3px;
    text-align: right;
    font-size: 12px;
    width: 60px;
}

.log-list-simple-item.today .time {
    color: var(--primary-color);
}

.home-download {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-sort-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-sort-list li {
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 12px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.home-sort-list li a {
    background: #fff;
    display: flex;
    padding: 15px;
    justify-content: space-between;
}

.home-cms {
    background: var(--front-bg-color);
    padding: 20px;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--light-shadow);
}

.home-ad-1 {
    margin-bottom: 15px;
}

/* 鍗＄墖绫诲瀷鍒楄〃鍩虹鏍峰紡,鍖呮嫭鍗＄墖鍒楄〃銆佽棰戝垪琛ㄣ€佷功绫嶅垪琛� */
.log-list-card {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin: 0 -5px;
}

.log-list-card .log-list-item {
    width: 25%;;
    box-sizing: border-box;
    padding: 0 5px 10px;
}

.log-list-card a:hover {
    color: inherit;
}

.log-list-card .link {
    display: block;
    height: 100%;
}

.log-list-card .card {
    height: 100%;
}

.log-list-card img {
    width: 100%;
    min-height: 100%;
}

.log-list-card .info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.log-list-card .info h3 {
    color: var(--title-color)
}

.log-list-card .info h3,
.log-list-card .info .excerpt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.log-list-card .info .excerpt {
    margin-top: 5px;
    margin-bottom: 5px;
    color: var(--text-color);
    flex: 1;
}

.log-list-card .info .tags span {
    margin-bottom: 0;
}

/* 鍥句功鏍峰紡鍒楄〃 */
.log-list-book .log-list-book-item {
    padding: 10px;
}

.log-list-book .log-list-book-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
    transition: transform .3s;
    transform-origin: top;
}

.log-list-book .log-list-book-item a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: var(--primary-shadow);
    box-sizing: border-box;
    border-radius: 10px;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    filter: blur(0);
}

.log-list-book .log-list-book-item a:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    transition: height .3s;
}

.log-list-book .log-list-book-item a:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, .3));
    transition: height .3s, transform .3s linear, opacity .3s;
    transform-origin: right bottom;
    opacity: 0;
    z-index: 1;
}

.log-list-book .log-list-book-item .info {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    padding: 12px;
    box-sizing: border-box;
    z-index: 1;
    height: 36px;
    overflow: hidden;
    transition: height .3s;
}

.log-list-book .log-list-book-item .info p {
    color: #eee;
    transition: opacity 0.3s ease-in;
    opacity: 0;
}

.log-list-book .log-list-book-item:hover a:after {
    height: 35%;
}

.log-list-book .log-list-book-item:hover .info {
    height: 48px;
}

.log-list-book .log-list-book-item:hover .info p {
    opacity: 1;
}

.log-list-book .log-list-book-item:hover a:before {
    transform: rotate(25deg) scale(2) translateX(10px);
    opacity: 0.9;
}

.log-list-book .log-list-book-item:hover img {
    transform: scale(1.1);
}

.empty {
    text-align: center;
    padding: 30px;
}

.empty img {
    max-width: 100%;
    height: 50px;
}

.placeholder-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    background: var(--front-bg-color);
}

.log-list-community .log-list-community-item {
    padding: 12px 0;
    border-radius: var(--border-radius);
    border-bottom: 1px dashed var(--line-color);
}

.log-list-community .log-list-community-item h3 {
    margin-bottom: 10px;
    color: var(--title-color);
}

.log-list-community .log-list-community-item .log-info li {
    display: inline-block;
    margin-right: 15px;
}

.community-sort-list {
    margin-bottom: 15px;
}

.community-sort-list li {
    display: inline-block;
    line-height: 2.4;
    white-space: nowrap;
    margin-right: 10px;
    margin-bottom: 10px;
}

.community-sort-list li a {
    padding: 8px 15px;
    border-radius: 6px;
    box-sizing: border-box;
    background: var(--front-dark-bg-color);
}

.community-sort-list li.active a {
    background: var(--primary-color);
    color: #fff;
}

.community-log-info {
    display: flex;
    justify-content: space-between;
}

.community-log-info .li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.community-log-info img {
    width: 1.5em;
    height: 1.5em;
    vertical-align: bottom;
    margin-right: 5px;
}

.entry-btn {
    padding: 15px;
    line-height: 1.2;
}

.entry-btn a {
    display: block;
    text-align: center;
    padding: 10px 15px 8px 0;
    background: var(--front-dark-bg-color);
    border-radius: 2em;
    margin: 5px;
}

.entry-btn a .iconfont {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 5px;
}

.entry-btn a:first-of-type {
    border-right: 1px solid var(--front-dark-bg-hover-color);
}

.entry-btn a:first-of-type,
.entry-btn a:hover {
    background: var(--primary-color);
    color: #fff;
}

.emoji {
    line-height: 1;
}

.emoji span {
    display: inline-block;
    padding: 7px;
    cursor: pointer;
    border-radius: var(--border-radius);
    background: var(--front-dark-bg-color);
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--front-dark-bg-hover-color);
}

.emoji span:hover {
    background: var(--front-dark-bg-hover-color);
}

.switch {
    display: flex;
    padding: 5px !important;
    margin: 0 !important;
    font-weight: normal;
    font-size: 12px;
    background: var(--front-dark-bg-color);
    border-radius: 6px;
    line-height: 1;
}

.switch li {
    padding: 5px;
    cursor: pointer;
}

.switch li.active {
    background: var(--primary-color);
    color: #fff;
    border-radius: 6px;
}

.switch-item {
    display: none;
}

.switch-item.active {
    display: block;
}

/*Grid System*/
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.col {
    box-sizing: border-box;
    width: 100%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.66666667%;
}


@media all and (max-width: 960px) {
    .col-md-4 {
        width: 25%;
    }

    .mobile-flex-column {
        flex-direction: column;
    }

    .container, .content-wrap {
        max-width: 100%
    }

    .home .section {
        display: block;
    }

    .home-cms {
        border-radius: 0;
    }

    .home .section .left,
    .home .section .right {
        width: 100%;
    }

    .home-download {
        margin-top: 15px;
        white-space: nowrap;
    }

    .navbar {
        justify-content: space-between;
    }

    .home .slider .swiper-container,
    .slider .swiper-container {
        height: 4rem
    }

    .nav .icon-menu {
        display: inline-block;
    }

    .nav .logo {
        font-size: 0.3rem
    }

    .slider .slider-title {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .menu {
        position: fixed;
        left: 0;
        top: 0;
        display: none;
        width: 60%;
        height: 100vh;
        box-sizing: border-box;
        z-index: 997;
        line-height: 45px;
        overflow-y: auto;
        box-shadow: 0 8px 15px 0 rgba(224, 227, 233, .54);
        background: var(--background-color);
        backdrop-filter: blur(40px);
        padding-top: 50px;
    }

    .menu li {
        float: none;
        text-align: center;
    }

    .menu-item .sub-menu {
        position: initial;
        display: none;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    .menu-item span:after {
        display: none
    }

    .content-wrap .content,
    .content {
        float: none;
        width: 100%
    }

    .content-wrap .sidebar,
    .sidebar {
        display: none
    }

    .footer {
        display: none
    }

    .widget {
        border-radius: 0;
    }

    .site-tools {
        bottom: 10px;
        right: 10px;
        margin-bottom: 0;
    }

    .site-tools .item {
        width: 1rem;
        height: 1rem;
        line-height: 1rem
    }

    /* 缁忓吀鍥炬枃-绉诲姩绔� */
    .log-list-default-item {
        display: block
    }

    .log-list-default-item .cover-image {
        width: 100%;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .log-list-default-item .cover-image img {
        margin: 0 auto;
        min-height: fit-content;
        display: block;
    }

    .log-list-default-item .log-list-content {
        margin-top: 15px
    }

    .log-list-default-item .info a.user {
        display: none
    }

    .log-list-default-item .title {
        font-size: 16px
    }

    .sort-desc {
        border-radius: 0;
    }

    .log-title {
        font-size: 20px;
    }

    .form-group .btn {
        width: 100%
    }

    .card-head {
        padding-left: 15px
    }

    .card-body {
        padding: 15px;
    }

    .search-list {
        padding: 15px
    }

    .search-list-item {
        height: auto;
        white-space: initial
    }

    .search-list-item .pull-right {
        display: none
    }

    .user-list li {
        width: 33.33%
    }

    .search-form form,
    .search-form .tag-list {
        width: 100%;
    }

    .log-list-community .statistic {
        display: none;
    }

    .log-list-community .log-list-community-item {
        border-bottom: 2px dashed var(--line-color);
    }

    .log-list-community .log-list-community-item .title {
        padding: 0;
    }

    .log-list-community .log-list-community-item .title h3 {
        font-weight: bold;
        margin-bottom: 0;
    }

    .log-list-community .date {
        text-align: left;
        margin-top: 10px;
    }

    .log-list-simple-item {
        width: 100%;
    }

    .log-list-simple-item:nth-of-type(2n) {
        padding-left: 0;
    }

    .log-list-community .log-list-community-item,
    .comment-user {
        flex-direction: column;
    }

    .comment-user .form-group {
        width: 100%;
    }

    .log-body .btn-box .btn {
        display: block;
        margin-bottom: 10px;
    }

    .log-hide-content {
        flex-direction: column;
    }

    .log-body .log-hide-content .input {
        width: 100%;
        margin-bottom: 10px;
    }

    .log-body .log-hide-content .hide-card-right {
        width: 100%;
    }

    .home-cms-left,
    .home-cms-right {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    /* 鍗＄墖鍒楄〃 */
    .log-list-card {
        margin: 0;
    }

    .log-list-card .log-list-item {
        width: 100%;
        height: auto;
    }

    .links {
        padding: 15px;
    }

    .links-item {
        width: 98%;
    }

    .log-info {
        text-align: left;
    }

    .log-info .item {
        margin-right: 10px
    }

    .comment-box .comment {
        padding: 10px;
    }
}

@media all and (max-width: 740px) {
    .col-sm-2 {
        width: 50%;
    }
}</pre></body></html>