* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
    font-size: 16px!important;
}

#core-next-app {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--theme-background-color);
}

ol {
    padding-inline-start: 20px;
}

:root {
    --box-border-radius: 5px;
    --card-list-box-border: 1px solid rgba(239, 239, 239, 0.9);
    --theme-color: #409eff;
    --theme-background-color: #f7f9fa;
    --theme-warp-background-color: #fff;
    --theme-secondary-text-color: #909399;
    --theme-border: 1px solid #f5f6f7;
    --box-background-color: #fff;
    --box-title-border: 1px solid #f0f0f0;
    --box-warp-text-color: #18191a;
    --a-color: #282b31;
    --a-hover-color: #409eff;
    --post-excerpt-color: #606266;
    --post-cat-background-color: #e0f4e7;
    --post-cat-color: #2db55d;
    --post-post-meta-color: #3c3C4399;
    --post-item-hover-background-color: #fcfcfc;
    --aside-box-border: 1px solid #f5f6f7;
    --aside-box-title-color: #18191a;
    --cursor-pointer: pointer;
    --single-copyright-background-color: #f7f9fa;
    --single-copyright-color: #999;
    --comment-textarea-background-color: #f7f9fa;
    --comment-text-color: #18191a;
    --browser-info-background-color: #f8f8f8;
    --post-content-color: #37373a;
    --post-info-warp-color: #999;
    --crumbs-warp-color: #999;
    --directory-item-background-color: #f7f9fa;
    --footer-background: #22292d;
    --footer-color: #8f9598;
    --border-bottom-color: #F0F0F0;
    --cp-btn-background: #fff;
    --caption-color: #18191a;
    --item-border-color: #f0f0f0;
    --loading-background: #f7f9fa;
    --comment-info-color: #606266;
    --load-all-content-warp-back: rgba(255, 255, 255, 0.8);
    --blockquote-background: #f0f0f0;
}

blockquote {
    background: var(--blockquote-background);
    padding: 10px;
    border-radius: 5px;
}

caption {
    color: var(--caption-color);
}

::selection {
    background-color: #3390ff;
    color: #fff;
}

a {
    color: var(--a-color);
    transition: color .4s;
    text-decoration: none;
    cursor: var(--cursor-pointer);
}

a:hover {
    color: var(--a-hover-color) !important;
}

.container {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

#core-next-app .post-list-warp,#core-next-app .aside-box,#core-next-app .post-warp,#core-next-app .comment-warp {
    background-color: var(--theme-warp-background-color);
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * .8);
    animation-duration: calc(1s * .8);
    -webkit-animation-duration: calc(var(--animate-duration) * .8);
    animation-duration: calc(var(--animate-duration) * .8);
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7;
    }
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7;
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

:root {
    --pre-background-color: #f8f8f8;
}

pre:not(:has(code)):not(:empty) {
    background-color: var(--pre-background-color);
    padding: 10px;
    border-radius: var(--box-border-radius);
}

pre {
    overflow: auto;
    width: 100%;
}

.hide {
    display: none;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

table {
    width: 100%;
    background: #ccc;
    border-collapse: collapse;
}

th,td {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
}

th {
    background: #eee;
    font-weight: normal;
}

tr {
    background: #fff;
}

tr:hover {
    background: #f0f0f0;
}

.aside-box {
    color: var(--caption-color);
}

.wp-calendar-table {
    margin-bottom: 10px;
    background: var(--theme-warp-background-color);
}

.wp-calendar-table tr,.wp-calendar-table th {
    background: var(--theme-warp-background-color);
    color: var(--caption-color);
}

.wp-calendar-table caption {
    margin: 10px 0;
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: inline-block;
    padding: 0 4px;
    margin-left: 2px;
    font-size: 90%;
    margin-bottom: 2px;
    border-radius: 4px;
    color: #363636;
    background-color: #dadada;
}

.cp-btn {
    border: 1px solid #dcdfe6;
    background: var(--cp-btn-background);
    text-align: center;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #606266;
    cursor: pointer;
}

.cp-btn.large {
    padding: 10px 14px;
}

.cp-btn.primary {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.cp-btn.primary:hover {
    opacity: .9;
}

.cp-input {
    width: 100%;
    border-radius: var(--box-border-radius);
    padding: 10px;
    border: 1px solid #f0f0f0;
    margin: 5px 0;
}

.cp-input:focus {
    outline: solid 1px var(--theme-color);
    border: 1px solid var(--theme-color);
}

.el-button--primary.is-disabled,.el-button--primary.is-disabled:active,.el-button--primary.is-disabled:focus,.el-button--primary.is-disabled:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.el-message {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    padding: 10px;
}

.el-message .el-message__content {
    color: rgba(0, 0, 0, 0.55);
}

.dialog-login .core-input {
    margin: 10px 0;
}

.dialog-login .core-input input {
    border: none;
    padding: 0;
}

.dialog-login .core-input:after {
    content: "";
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.dialog-login .captcha-warp {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dialog-login .captcha-warp .captcha {
    width: 100px;
    height: 30px;
    cursor: var(--cursor-pointer);
}

.dialog-login .login-note {
    font-size: 12px;
}

.dialog-login .input-item {
    margin: 10px 0;
}

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

.dialog-login .el-dialog__title {
    position: relative;
}

.dialog-login .el-dialog__title:after {
    content: "";
    display: block;
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -10px;
    transition: .3s;
    background-color: var(--theme-color);
}

.dialog-login .el-dialog__title:hover:after {
    width: 100%;
}

.dialog-login .password-note {
    margin: 0 0 10px 0;
}

.v-modal {
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translateZ(0);
    background: rgba(134, 134, 134, 0.85);
    opacity: 1;
}

:root {
    --input-default-background-color: #f5f6f7;
}

input[type=text]:not(.el-input__inner),input[type=password]:not(.el-input__inner) {
    height: 34px;
    font-size: 14px;
    background: var(--input-default-background-color);
    border-radius: 5px;
    border: 0;
    outline: 0;
    padding-left: 6px;
}

input[type=text]:not(.el-input__inner):focus,input[type=password]:not(.el-input__inner):focus {
    outline: none;
    outline-offset: 1px;
}

input[type=submit] {
    background-color: var(--theme-color);
    color: #fff;
    height: 32px;
    border: 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    transition-duration: .4s;
    width: 68px;
    outline: 0;
}

#searchform .screen-reader-text {
    display: none;
}

#searchform > div {
    display: flex;
    gap: 10px;
}

#searchform > div #s {
    flex: 1;
}

.post-password-form {
    text-align: center;
    background-color: var(--theme-background-color);
    padding: 20px;
    border-radius: var(--box-border-radius);
}

.post-password-form input[type=password] {
    background-color: #fff;
}

.core-next-notice a {
    color: #fff;
    text-decoration: underline;
}

.core-next-notice a:hover {
    color: #fff !important;
}

.core-next-notice-dialog .el-dialog {
    border-radius: 10px;
}

.core-next-notice-dialog .btn-list {
    display: flex;
    gap: 10px;
}

.core-next-notice-dialog .site-window-btn {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
    background-color: var(--theme-color);
    display: block;
}

.core-next-notice-dialog .site-window-btn:hover {
    color: #fff !important;
    opacity: .8;
}

.core-next-notice-dialog .dialog-content img {
    max-width: 100%;
}

.core-next-notice-dialog .el-dialog__body {
    padding-top: 10px;
}

.core-next-notice-dialog .dialog-footer {
    display: flex;
    gap: 10px;
    justify-content: right;
    align-items: center;
}

.el-loading-mask {
    background-color: var(--load-all-content-warp-back);
}

.wp-post-password-form {
    background-color: var(--theme-background-color);
    font-size: 14px;
    border-radius: 5px;
}

.wp-post-password-form .form-title {
    padding: 10px;
}

.wp-post-password-form .form-body {
    padding: 0 10px;
    max-width: 300px;
    margin: auto;
}

.nav-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 10px;
}

.nav-card .nav-card-item {
    display: flex;
    gap: 10px;
    background: #E4EAFD;
    color: #424E7E;
    padding: 20px;
    border-radius: var(--box-border-radius);
}

.nav-card .nav-card-item .card-title {
    font-size: 20px;
}

.nav-card .nav-card-item .card-sub-title {
    font-size: 14px;
}

.nav-card .nav-icon i {
    color: #C7CEE5;
    font-size: 50px;
}

:root {
    --login-plane-title-background-color: #f7f9fa;
    --short-code-element-border-radius: 4px;
    --plane-note-color: #666;
}

.title-plane {
    background: #e2edfa;
    color: #414c59;
    border: 2px dashed #007aff;
    border-radius: var(--short-code-element-border-radius);
    padding: 2px;
    margin-bottom: 10px;
    font-size: 15px;
    word-break: break-all;
}

.title-plane > p {
    background: #007aff;
    color: #fff;
    border-radius: var(--short-code-element-border-radius);
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 0;
}

.title-plane > div {
    padding: 10px;
}

.start-plane {
    margin: 10px 0;
    color: #856404;
    background: #fff3cd;
    padding: 5px;
    border-radius: var(--short-code-element-border-radius);
    font-size: 15px;
}

.start-plane[type='1'] {
    color: #856404;
    background: #fff3cd;
}

.start-plane[type='2'] {
    color: #004085 !important;
    background: #cce5ff !important;
}

.start-plane[type='3'] {
    color: #721c24 !important;
    background: #f8d7da !important;
}

.start-plane[type='4'] {
    color: #383d41 !important;
    background: #e2e3e5 !important;
}

.start-plane > div:before {
    font-family: element-icons !important;
    font-weight: 400;
    content: "\e797";
    margin-right: 4px;
    margin-left: 4px;
    display: inline-block;
    font-size: 18px;
}

.icon-url {
    background: var(--comment-contennt-background);
    color: var(--a-color) !important;
    padding: 0 4px;
    border-radius: var(--short-code-element-border-radius);
    margin-bottom: 3px;
    display: inline-block;
    font-size: 14px;
    margin-right: 2px;
    border: none !important;
}

.icon-url:after {
    font-family: element-icons !important;
    content: "\e737";
    margin-left: 4px;
}

.loginshow-logind {
    border: 2px dashed var(--login-plane-title-background-color);
    border-radius: var(--short-code-element-border-radius);
}

.loginshow-logind > .note {
    font-size: 12px;
    background: var(--login-plane-title-background-color);
}

.loginshow-logind .login-show-content {
    padding: 5px;
}

.loginshow {
    border: 2px dashed var(--login-plane-title-background-color);
    padding: 10px;
    border-radius: var(--short-code-element-border-radius);
    background-color: var(--login-plane-title-background-color);
}

.clickshow {
    border: 2px dashed #4e5358;
    display: inline-block;
    border-radius: var(--short-code-element-border-radius);
    padding: 2px;
    margin-bottom: 2px;
    background-image: repeating-linear-gradient(-45deg, #fff, #f7f9fa 2px, #fff 0, #fff 6px);
    color: #fff;
    user-select: none;
    cursor: pointer;
    transition: all .3s;
    word-break: break-all;
}

.clickshow-show {
    color: unset !important;
}

.c-alert {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    color: #8a8a8a;
    border-color: #1e1e1e;
    border-radius: var(--short-code-element-border-radius);
    font-size: 15px;
    padding: 10px;
    position: relative;
    transition: .3s cubic-bezier(.25, .8, .5, 1);
    background: #f4f4f5;
    border-left: 8px solid #8a8a8a;
    margin-bottom: 6px;
}

.c-alert > i {
    margin-right: 10px;
}

.c-alert-success {
    color: #4caf50;
    background: #eaf6ea;
    border-left-color: #4caf50;
}

.c-alert-warning {
    color: #fb8c00;
    background: #fff1e1;
    border-left-color: #fed7a7;
}

.c-alert-error {
    color: #ff3d1d;
    background: #fef0f0;
    border-left-color: #ff3d1d;
}

.download-plane {
    max-width: 600px;
    margin: auto;
    transition: .3s;
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #f0f0f0;
    border-radius: var(--short-code-element-border-radius);
    margin-bottom: 10px;
    padding: 5px 10px;
    position: relative;
    top: 0;
}

.download-plane a {
    text-decoration: none !important;
}

.download-plane .copy {
    cursor: var(--cursor-pointer);
}

.download-plane:hover {
    top: -5px;
}

.download-plane .download-plane-icon img {
    width: 40px;
    height: 40px;
    box-shadow: none;
}

.download-plane .download-plane-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.download-plane .download-plane-info .source-info {
    font-size: 14px;
    color: var(--theme-secondary-text-color);
}

.pwd-show {
    border: 2px dashed var(--login-plane-title-background-color);
    padding: 10px;
    border-radius: var(--short-code-element-border-radius);
    background-color: var(--login-plane-title-background-color);
}

.pwd-show input {
    background-color: #fff !important;
}

.pwd-show .note {
    font-size: 14px;
    user-select: none;
}

.pwd-show .pwd-from {
    display: flex;
    max-width: 300px;
    gap: 10px;
    margin: auto;
    margin-bottom: 20px;
}

.wx-show.show {
    border: 2px dashed #d5d5d5;
    padding: 10px;
    border-radius: var(--short-code-element-border-radius);
}

.wx-show.not-show {
    display: flex;
    gap: 20px;
    max-width: 500px;
    margin: auto;
    background-color: #f7f9fa;
    padding: 10px;
    border-radius: var(--short-code-element-border-radius);
}

.wx-show .wx-show-note {
    font-size: 12px;
    color: var(--plane-note-color);
    user-select: none;
}

.wx-show .wxshow-qrcode {
    width: 100px;
    height: 100px;
}

.wx-show .wx-show-form > form {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
}

.wx-show .wx-show-form input[name=wx_show_pwd] {
    flex: 1;
    background-color: #fff;
}

.zd-plane {
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin: 10px 0;
}

.zd-plane .zd-icon-open .zd-icon {
    transform: rotate(45deg);
}

.zd-plane .zd-plane-title {
    cursor: var(--cursor-pointer);
}

.zd-plane .zd-icon {
    font-size: 20px;
    transition: transform .3s;
    color: var(--theme-color);
    position: relative;
    display: inline-block;
    top: 2px;
}

.zd-plane .zd-icon-transform::before {
    transform: rotate(45deg);
}

.zd-plane .zd-plane-content {
    display: none;
}

.core-reply-show {
    border: 1px dashed #f0f0f0;
    border-radius: 5px;
    padding: 10px;
}

.core-reply-show.core-need-reply {
    background: var(--border-bottom-color);
}

.core-reply-show .reply-notice {
    font-size: 12px;
}

.core-next-dh-shortcode {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .core-next-dh-shortcode {
        width: 100%;
    }
}

.core-next-dh-shortcode-url {
    text-decoration: none !important;
    display: flex;
    gap: 10px;
    align-items: stretch;
    border: 1px solid #f0f0f0;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: top .3s;
}

.core-next-dh-shortcode-url:hover {
    top: -5px;
}

.core-next-dh-shortcode-url .dh-des {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.core-next-dh-shortcode-url .dh-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.core-next-dh-shortcode-url .dh-icon {
    width: 40px;
    flex-shrink: 0;
    color: #fff;
}

.core-next-dh-shortcode-url .dh-icon .corepress-img-none {
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.core-next-dh-shortcode-url .dh-body {
    flex: 1;
    width: 0;
}

.core-next-shortcode-post-card-item {
    display: flex;
    gap: 10px;
    max-width: 500px;
    margin: auto;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 10px;
}

.core-next-shortcode-post-card-item .card-info {
    width: 0;
    flex: 1;
    flex-shrink: 0;
}

.core-next-shortcode-post-card-item .card-info .card-title {
    text-decoration: none;
}

.core-next-shortcode-post-card-item .card-info .card-excerpt {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.core-next-shortcode-post-card-item .card-thumbnail {
    width: 130px;
    height: 80px;
    flex-shrink: 0;
}

.core-next-shortcode-post-card-item .card-thumbnail img {
    width: 100%;
    height: 100%;
}

.core-next-shortcode-post-card {
    display: inline-block;
    width: 250px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}

.core-next-shortcode-post-card .card-excerpt {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.core-next-shortcode-post-card .card-thumbnail {
    height: auto;
}

.core-next-shortcode-post-card .card-thumbnail img {
    height: 100%;
    width: 100%;
}

.core-next-shortcode-post-card .card-info a {
    text-decoration: none !important;
}

.introduce-block-list .instance-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    flex-wrap: wrap;
}

.introduce-block-list .instance-card a {
    font-size: 12px;
    background-color: #fff;
    padding: 2px 5px;
    border-radius: 10px;
}

.introduce-block-list .instance-card .instance-left {
    display: flex;
    gap: 10px;
}

.introduce-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    }

.introduce-item-list .instance-card {
    padding: 10px;
}

.introduce-item-list .instance-url {
    display: none;
}

.introduce-item-list .instance-card:nth-child(2n) .instance-bg-1 {
    top: -100px;
    left: 40px;
}

.instance-card {
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.instance-card .instance-bg-1 {
    position: absolute;
    top: -100px;
    left: -20px;
    z-index: 1;
}

.instance-card .instance-left {
    z-index: 2;
    position: relative;
}

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

.selectbox {
    display: inline-block;
    margin-right: 4px;
    position: relative;
}

.selectbox img {
    width: 20px !important;
    height: 20px !important;
}

.selectbox-yes,.selectbox-not {
    position: relative;
    top: 3px;
}

:root {
    --comment-contennt-background: #f7f7f7;
    --widget-post-list-title-first-color: #fff;
    --widget-webmaster-color: #fff;
    --widget-webmaster-main-color: #479cff;
    --widget-webmaster-auxiliary-color: #9fccff;
    --widget-webmaster-bg-color: #f0f7ff;
    --widget-post-directory-hover-bg: #F8F8F8;
}

.widget_core_next_user_info_widget {
    z-index: 100;
}

.aside-box > ul > .cat-item {
    font-size: 15px;
    padding: 5px 0;
}

.aside-box > ul > .cat-item a {
    padding-left: 10px;
}

.aside-box > ul > .cat-item:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 6px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEuODgyNTM4IiBoZWlnaHQ9IjQxLjAwMDAwMCIgdmlld0JveD0iMCAwIDUxLjg4MjUgNDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgoJPGRlc2M+CgkJCUNyZWF0ZWQgd2l0aCBQaXhzby4KCTwvZGVzYz4KCTxkZWZzLz4KCTxwYXRoIGlkPSJwYXRoIiBkPSJNNDYuMTQgMTEuMTE2N0M0Ni44OTcgMTEuMTk2MyA0Ny42NTQxIDExLjM5NTUgNDguNDExMSAxMS43MTQ0QzQ5LjE2ODEgMTIuMDMzIDQ5LjgyNTYgMTIuNDgxMiA1MC4zODM0IDEzLjA1OTFDNTAuOTQxMiAxMy42MzY3IDUxLjM1OTYgMTQuMzY0IDUxLjYzODUgMTUuMjQwNUM1MS45MTc0IDE2LjExNzIgNTEuOTU3MiAxNy4xNzMxIDUxLjc1OCAxOC40MDgyQzUxLjY3ODMgMTguNzI2OCA1MS41MTkgMTkuNTEzOSA1MS4yNzk5IDIwLjc2OUM1MS4wNDA4IDIyLjAyNDIgNTAuNzYxOSAyMy40Njg1IDUwLjQ0MzIgMjUuMTAyMUM1MC4xMjQ0IDI2LjczNTYgNDkuNzY1OCAyOC40MTkyIDQ5LjM2NzQgMzAuMTUyM0M0OC45Njg5IDMxLjg4NTUgNDguNTkwNCAzMy4zNjk5IDQ4LjIzMTggMzQuNjA1QzQ4LjAzMjYgMzUuMzIyMyA0Ny43NDM3IDM2LjA1OTMgNDcuMzY1MiAzNi44MTY0QzQ2Ljk4NjYgMzcuNTczNSA0Ni40OTg1IDM4LjI2MDcgNDUuOTAwOSAzOC44NzgyQzQ1LjMwMzIgMzkuNDk1OCA0NC41ODYgNDAuMDAzOSA0My43NDkzIDQwLjQwMjNDNDIuOTEyNSA0MC44MDA4IDQxLjkxNjQgNDEgNDAuNzYwOSA0MUw3LjY1MDE1IDQxQzYuODEzNDIgNDEgNS45NDY4MSA0MC44MjA4IDUuMDUwMjkgNDAuNDYyMkM0LjE1Mzc4IDQwLjEwMzUgMy4zMjcwMyAzOS41OTU1IDIuNTY5OTggMzguOTM4QzEuODEyOTMgMzguMjgwNSAxLjE5NTM0IDM3LjQ4MzYgMC43MTcxOTQgMzYuNTQ3NEMwLjIzOTA3NSAzNS42MTExIDAgMzQuNTY1MiAwIDMzLjQwOTdMMCA3Ljc2OTc4QzAgNS4zMzkxMSAwLjY1NzQ0IDMuNDM2NTIgMS45NzIyOSAyLjA2MjAxQzMuMjg3MTcgMC42ODcyNTYgNS4xMzk5NSAwIDcuNTMwNjEgMEwzNi45MzU5IDBDMzcuODEyNCAwIDM4LjcxODkgMC4xNjk0MzQgMzkuNjU1MiAwLjUwODA1N0M0MC41OTE2IDAuODQ2NjggNDEuNDM4MyAxLjMxNDk0IDQyLjE5NTMgMS45MTI2QzQyLjk1MjQgMi41MTAyNSA0My41NyAzLjIwNzUyIDQ0LjA0ODEgNC4wMDQzOUM0NC41MjYyIDQuODAxMjcgNDQuNzY1MyA1LjY1Nzk2IDQ0Ljc2NTMgNi41NzQ0Nkw0NC43NjUzIDcuMjMxNjlMNDEuNjU3NCA3LjIzMTY5QzQwLjA2MzcgNy4yMzE2OSAzOC4yMDA5IDcuMjIxOTIgMzYuMDY5MiA3LjIwMTlDMzMuOTM3NiA3LjE4MTg4IDMxLjY2NjQgNy4xNzIxMiAyOS4yNTU4IDcuMTcyMTJDMjYuODQ1MiA3LjE3MjEyIDI0LjU5NCA3LjE2MjExIDIyLjUwMjIgNy4xNDIwOUMyMC40MTAzIDcuMTIyMzEgMTguNjA3NCA3LjExMjMgMTcuMDkzMyA3LjExMjNMMTQuMzQ0IDcuMTEyM0MxMy4zMDgxIDcuMTEyMyAxMi41MDEyIDcuNDQwOTIgMTEuOTIzNSA4LjA5ODM5QzExLjM0NTcgOC43NTU4NiAxMC44OTc1IDkuNjIyNTYgMTAuNTc4NyAxMC42OTgyQzEwLjI1OTkgMTEuODUzOCA5LjkwMTM3IDEzLjA3ODkgOS41MDI5MyAxNC4zNzRDOS4xMDQ0NiAxNS42Njg5IDguNzQ1ODggMTYuODc0MyA4LjQyNzEyIDE3Ljk4OTdDOC4wMjg2NiAxOS4zMDQ3IDcuNjMwMjIgMjAuNTc5NiA3LjIzMTc4IDIxLjgxNDlDNy4xNTIxIDIyLjEzMzUgNy4xMTIyNCAyMi4zOTI2IDcuMTEyMjQgMjIuNTkxOEM3LjExMjI0IDIzLjI2OTMgNy4zNDEzNCAyMy44MzY5IDcuNzk5NTYgMjQuMjk1MkM4LjI1Nzc4IDI0Ljc1MzQgOC44MjU1NiAyNC45ODI0IDkuNTAyOTMgMjQuOTgyNEMxMC43MzgxIDI0Ljk4MjQgMTEuNTc0OCAyNC4yMDU2IDEyLjAxMzEgMjIuNjUxNkwxNS4xODA4IDExLjA1NjlDMjAuMzYwNSAxMS4wOTY3IDI1LjEwMjEgMTEuMTE2NyAyOS40MDUyIDExLjExNjdMNDYuMTQgMTEuMTE2N1oiIGZpbGwtcnVsZT0ibm9uemVybyIgZmlsbD0iI0ZGQzQ0NSIvPgo8L3N2Zz4K);
}

.aside-box > ul > .cat-item .children {
    padding-left: 20px;
}

.core-next-widget-comment .comment-item {
    margin-bottom: 10px;
    border-bottom: var(--box-title-border);
    padding-bottom: 10px;
    font-size: 14px;
}

.core-next-widget-comment .comment-item .author-info-warp {
    display: flex;
    gap: 10px;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.core-next-widget-comment .comment-item .author-info-warp .author-info {
    display: flex;
    gap: 10px;
    user-select: none;
    align-items: center;
}

.core-next-widget-comment .comment-item .author-info-warp .comment-date {
    font-size: 14px;
    color: var(--theme-secondary-text-color);
}

.core-next-widget-comment .comment-item .author-info-warp > div > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--theme-secondary-text-color);
}

.core-next-widget-comment .comment-item .author-info-warp img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 16px;
}

.core-next-widget-comment .comment-content {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: var(--comment-contennt-background);
    border-radius: 3px;
    color: var(--theme-secondary-text-color);
    word-wrap: break-word;
}

.core-next-widget-comment .comment-content p {
    font-size: 14px;
}

.core-next-widget-comment .comment-content:before {
    position: absolute;
    left: 10px;
    top: -9px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--comment-contennt-background);
}

.core-next-widget-comment .comment-content img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    line-height: 16px;
}

.core-next-widget-comment .comment-from {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--theme-secondary-text-color);
}

.core-next-widget-comment .comment-from a {
    color: var(--theme-secondary-text-color);
}

.core-next-widget-post-list .widget-post-item {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    font-size: 14px;
    position: relative;
    align-items: center;
}

.core-next-widget-post-list .widget-post-item .post-main {
    flex: 1;
}

.core-next-widget-post-list .widget-post-item:hover img {
    transform: scale(1.1);
}

.core-next-widget-post-list .widget-post-item .widget-post-item-index {
    position: absolute;
    top: 10px;
    padding-right: 5px;
    left: -12px;
    text-align: right;
    width: 30px;
    background-color: #818b95;
    border-radius: 2px 8px 8px 2px;
    color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    z-index: 20;
}

.core-next-widget-post-list .widget-post-item:first-child .widget-post-item-index {
    background: #f56c6c;
}

.core-next-widget-post-list .widget-post-item:nth-child(2) .widget-post-item-index {
    background: #ffa41b;
}

.core-next-widget-post-list .widget-post-item:nth-child(3) .widget-post-item-index {
    background: #409eff;
}

.core-next-widget-post-list .widget-post-info {
    text-align: right;
}

.core-next-widget-post-list .post-thumbnail {
    width: 96px;
    height: 60px;
    flex-shrink: 0;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.core-next-widget-post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    transition: .3s;
}

.core-next-widget-post-list .widget-post-item-first {
    position: relative;
    display: block;
    overflow: hidden;
}

.core-next-widget-post-list .widget-post-item-first .widget-post-title-warp {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 10px;
    bottom: 3px;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.core-next-widget-post-list .widget-post-item-first .widget-post-title-warp a {
    color: var(--widget-post-list-title-first-color);
}

.core-next-widget-post-list .widget-post-item-first img {
    width: 100%;
    height: auto;
    max-height: 160px;
    border-radius: var(--box-border-radius);
    overflow: hidden;
    transition: .3s;
}

.core-next-widget-post-list .post-item-list {
    font-size: 15px;
    align-items: center;
    padding-bottom: 10px;
    padding-left: 8px;
    border-bottom: 1px solid #f3f3f3;
}

.core-next-widget-post-list .post-item-list:last-child {
    border-bottom: none;
}

.core-next-widget-post-list .post-item-list:before {
    content: '';
    width: 8px;
    background-color: #d7d7d7;
    height: 8px;
    flex-shrink: 0;
    border-radius: 50%;
}

.widget_core_next_user_info_widget {
    padding: 0 !important;
}

.widget-user-info {
    padding-bottom: 10px;
    align-items: center;
    padding-top: 20px;
    font-size: 16px;
}

.widget-user-info .user-header {
    display: flex;
    gap: 10px;
}

.widget-user-info .new-title {
    margin-bottom: 10px;
    padding: 0 20px;
    font-weight: bold;
}

.widget-user-info .active-list {
    font-size: 15px;
    padding: 0 20px;
}

.widget-user-info .active-list .active-item {
    padding: 5px 0;
    position: relative;
}

.widget-user-info .active-list .active-item:before {
    content: '';
    width: 8px;
    background-color: #d7d7d7;
    height: 8px;
    flex-shrink: 0;
    display: inline-block;
    border-radius: 50%;
    margin-right: 8px;
}

.widget-user-info .active-list a {
    font-size: 15px;
}

.widget-user-info .user-header,.widget-user-info .user-post-comment {
    padding: 0 20px;
}

.widget-user-info .user-description {
    width: 100%;
    font-size: 14px;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.widget-user-info .user-post-comment {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.widget-user-info .user-post-comment .item {
    --item-color: #282B31;
    --background-color: #f6f6f6;
    flex: 1;
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--item-color);
    border-radius: 5px;
    background-color: var(--background-color);
    padding: 5px 10px;
}

.widget-user-info .size {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: bold;
    display: flex;
    gap: 5px;
    align-items: center;
}

.widget-user-info .size img {
    flex-shrink: 0;
    height: 20px;
}

.widget-user-info .dividing {
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    margin-bottom: 10px;
}

.widget-user-info .avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.widget-user-info .user-post-list a {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    font-size: 15px;
}

.widget-user-info .user-post-list a:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #d4d4d4;
}

.cp-weather {
    background: var(--theme-warp-background-color);
}

.cp-weather #he-plugin-standard {
    width: 100% !important;
    background: var(--theme-warp-background-color) !important;
}

.cp-weather .view-vertical a,.cp-weather .view-vertical span,.cp-weather .view-vertical .wv-f-a,.cp-weather .view-vertical .wv-n-h-now-rain-text {
    color: var(--post-content-color) !important;
}

.cp-weather .wv-lt-refresh {
    display: none;
}

.core-next-time-progress {
    background: #498ef6;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.core-next-time-progress.grey {
    background: #7f7f7f;
}

.core-next-time-progress.grey .progress-warp {
    background: #484848;
}

.core-next-time-progress.grey .progress-warp .progress-text {
    color: #7f7f7f;
}

.core-next-time-progress.red {
    background: #f96056;
}

.core-next-time-progress.red .progress-warp {
    background: #dc4b43;
}

.core-next-time-progress.red .progress-warp .progress-text {
    color: #f96056;
}

.core-next-time-progress.green {
    background: #5fce64;
}

.core-next-time-progress.green .progress-warp {
    background: #33a339;
}

.core-next-time-progress.green .progress-warp .progress-text {
    color: #5fce64;
}

.core-next-time-progress.orange {
    background: #ff9501;
}

.core-next-time-progress.orange .progress-warp {
    background: #fe7602;
}

.core-next-time-progress.orange .progress-warp .progress-text {
    color: #fb950e;
}

.core-next-time-progress.purple {
    background: #b270d4;
}

.core-next-time-progress.purple .progress-warp {
    background: #973ac2;
}

.core-next-time-progress.purple .progress-warp .progress-text {
    color: #b270d4;
}

.core-next-time-progress .progress-warp {
    flex: 1;
    background: #216ddf;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.core-next-time-progress .progress-warp .progress-progress {
    background: #fff;
    height: 100%;
}

.core-next-time-progress .progress-warp .progress-text {
    position: absolute;
    font-size: 25px;
    font-weight: 600;
    color: #498ef6;
    left: 40%;
    top: 18%;
}

.core-next-time-progress .progress-note {
    padding: 5px 10px;
}

.core-next-time-progress .progress-note .progress-time-title {
    font-size: 20px;
    font-weight: 600;
}

.core-next-time-progress .progress-note .progress-time-sub-title {
    font-size: 12px;
}

.core-next-search-widget {
    margin-bottom: 10px;
    --site-color: #409eff;
    --web-color: #71b8fd;
}

.core-next-search-widget.grey {
    --site-color: #7f7f7f;
    --web-color: #a6a6a6;
}

.core-next-search-widget.red {
    --site-color: #f96056;
    --web-color: #f87b72;
}

.core-next-search-widget.green {
    --site-color: #5fce64;
    --web-color: #88d08c;
}

.core-next-search-widget.orange {
    --site-color: #ff9501;
    --web-color: #ffaa34;
}

.core-next-search-widget.purple {
    --site-color: #973ac2;
    --web-color: #b76bdc;
}

.core-next-search-widget input {
    text-align: center;
    width: 100%;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 25px 0;
    position: relative;
    z-index: 2;
}

.core-next-search-widget .btn-list {
    display: flex;
    position: relative;
    z-index: 1;
    top: -10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    background-color: var(--web-color);
}

.core-next-search-widget .search-site,.core-next-search-widget .search-web {
    flex: 1;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    padding-top: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    cursor: var(--cursor-pointer);
}

.core-next-search-widget .search-web {
    background-color: var(--web-color);
}

.core-next-search-widget .search-site {
    background-color: var(--site-color);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.core-next-calendar {
    --calendar-color: var(--theme-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.core-next-calendar.blue {
    --calendar-color: #2e8fff;
}

.core-next-calendar.grey {
    --calendar-color: #7f7f7f;
}

.core-next-calendar.red {
    --calendar-color: #f96056;
}

.core-next-calendar.green {
    --calendar-color: #5fce64;
}

.core-next-calendar.orange {
    --calendar-color: #ff9501;
}

.core-next-calendar.purple {
    --calendar-color: #973ac2;
}

.core-next-calendar .calendar-header {
    background-color: var(--calendar-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    z-index: 1;
    position: relative;
}

.core-next-calendar .calendar-header .calendar-title {
    font-size: 25px;
    padding-left: 20px;
}

.core-next-calendar .calendar-header .calendar-header-right {
    display: flex;
    gap: 10px;
    align-items: center;
    position: relative;
    padding-right: 10px;
}

.core-next-calendar .calendar-header .img-calendar-header-1 {
    position: absolute;
    left: -200px;
    top: -60px;
}

.core-next-calendar .calendar-header .img-calendar-header-2 {
    position: absolute;
    left: -44px;
}

.core-next-calendar .calendar-header .img-calendar-header-3 {
    position: absolute;
    left: -170px;
    bottom: -90px;
}

.core-next-calendar .calendar-header .calendar-month-week {
    text-align: right;
}

.core-next-calendar .calendar-header .calendar-current-day {
    font-size: 48px;
}

.core-next-calendar .calendar-main {
    position: relative;
    background-color: var(--box-background-color);
    color: var(--box-warp-text-color);
    padding: 10px;
    z-index: 2;
}

.core-next-calendar .calendar-body-header ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    flex-wrap: wrap;
}

.core-next-calendar .calendar-body-header ul li {
    text-align: center;
    padding: 2px 0;
}

.core-next-calendar .calendar-body-header .calendar-current-day {
    background-color: var(--calendar-color);
    color: #fff;
    border-radius: 4px;
}

.webmaster-widget {
    background-color: var(--box-background-color);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.webmaster-widget .webmaster-header {
    background-size: cover;
    height: 78px;
    background-repeat: no-repeat;
    padding: 10px;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    color: var(--widget-webmaster-color);
}

.webmaster-widget .webmaster-header .webmaster-description {
    font-size: 12px;
}

.webmaster-widget .webmaster-header .webmaster-avatar {
    padding: 2px;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
}

.webmaster-widget .webmaster-site-info {
    margin-top: 10px;
    color: var(--theme-color);
    background-color: var(--widget-webmaster-bg-color);
    padding: 10px;
    border-radius: 10px;
}

.webmaster-widget .webmaster-site-info .webmaster-title {
    font-size: 16px;
    font-weight: 600;
}

.webmaster-widget .webmaster-site-info .data-title {
    color: var(--theme-color);
    opacity: .8;
    font-size: 14px;
}

.webmaster-widget .webmaster-site-info .data-item {
    text-align: center;
}

.webmaster-widget .webmaster-site-info .data-item span {
    font-size: 24px;
    font-weight: 600;
}

.webmaster-widget .webmaster-site-info .site-info-list {
    display: flex;
    justify-content: space-between;
}

.corenext-tag-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 14px;
}

.corenext-tag-list .tag-item {
    padding: 2px 8px;
    border-radius: 5px;
    display: block;
    color: #fff;
    transition: .2s;
    background-color: #666;
}

.corenext-tag-list .tag-item:hover {
    color: #fff !important;
    transform: scale(1.1);
}

.core-next-widget-post-directory {
    max-height: 400px;
    overflow: auto;
}

.core-next-widget-post-directory .directory-item {
    border-radius: var(--box-border-radius);
    cursor: pointer;
    margin: 5px 0;
    padding: 8px 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.core-next-widget-post-directory .directory-item:hover {
    background: var(--widget-post-directory-hover-bg);
}

.core-next-widget-post-directory .h3-item {
    margin-left: 24px;
}

.core-next-widget-post-directory .cate-active {
    background: var(--widget-post-directory-hover-bg);
    color: var(--theme-color);
}

main {
    display: flex;
    gap: 20px;
    margin-top: 10px !important;
    flex: 1;
}

main .main-warp {
    width: 70%;
    flex: 1;
    margin-bottom: 10px;
    transition: .3s;
}

main .main-warp img {
    max-width: 100%;
    vertical-align: top;
}

.body-warp {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#app-header {
    min-height: 62px;
    background-color: var(--theme-warp-background-color);
}

header {
    min-height: 62px;
}

aside {
    max-width: 300px;
    width: 100%;
}

aside li {
    list-style: none;
}

aside .aside-box {
    padding: 10px;
    border: var(--aside-box-border);
    margin-bottom: 10px;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

aside .widget-title {
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f6f7;
    font-size: 16px;
    font-weight: 600;
    color: var(--aside-box-title-color);
    display: flex;
    align-items: center;
    gap: 2px;
}

aside .widget-title-classic {
    padding-left: 20px;
}

aside .widget-title-classic:before,aside .widget-title-classic:after {
    position: absolute;
    transform: skewX(-15deg);
    content: '';
    width: 2px;
    height: 15px;
    background: var(--theme-color);
    top: 3px;
    left: 4px;
    bottom: 10%;
    transition: .4s;
}

aside .widget-title-classic:after {
    left: 10px;
}

aside .widget-title-mac {
    border-bottom: none;
    padding-left: 40px;
}

aside .widget-title-mac:before,aside .widget-title-mac:after {
    position: absolute;
    width: 12px;
    height: 12px;
    transform: none;
    background: #fc625d;
    border-radius: 50%;
    top: 6px;
    left: 20px;
    content: '';
}

aside .widget-title-mac:after {
    left: 5px;
    background-color: #fdbc40;
}

.post-list-warp {
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.post-list-warp .box-title {
    color: var(--box-warp-text-color);
}

.post-list-warp .box-title-warp {
    font-size: 18px;
    padding: 20px;
    border-bottom: var(--box-title-border);
}

.post-list-warp .list-footer {
    text-align: center;
    padding: 10px 0;
}

.post-list-warp .load-more {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.post-list-warp .load-more .loading {
    animation: rotate 1s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.post-list-warp .post-list-tab-warp {
    overflow: auto;
    white-space: nowrap;
}

.post-list-warp .post-list-tab-warp .cat-list {
    display: flex;
    gap: 10px;
    color: var(--aside-box-title-color);
}

.post-list-warp .post-list-tab-warp .cat-item {
    cursor: var(--cursor-pointer);
    flex-shrink: 0;
}

.post-list-warp .post-list-tab-warp .cat-item:hover:after {
    visibility: visible;
    opacity: 1;
    left: 0;
    width: 100%;
}

.post-list-warp .post-list-tab-warp .cat-item:after {
    transition: .3s;
    content: " ";
    display: block;
    height: 2px;
    width: 0;
    left: 50%;
    opacity: 0;
    background-color: var(--theme-color);
    position: relative;
    top: 10px;
    visibility: hidden;
}

.post-list-warp .post-list-tab-warp .tab-active {
    position: relative;
}

.post-list-warp .post-list-tab-warp .tab-active:after {
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    background-color: var(--theme-color);
    position: relative;
    width: 100%;
    top: 10px;
    visibility: visible;
}

.post-item {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid var(--border-bottom-color);
    padding: 15px;
    transition: .3s;
    position: relative;
    }

.post-item .post-new {
    background-color: #F56C6C;
    color: #fff;
    position: absolute;
    display: inline-block;
    right: 10px;
    font-size: 12px;
    padding: 1px 2px;
    border-radius: 4px;
}

.post-item .item-sticky {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: var(--theme-color);
    margin-right: 10px;
    padding: 2px 4px;
    border-radius: 3px;
}

.post-item:hover {
    background-color: var(--post-item-hover-background-color);
}

.post-item .post-left {
    position: relative;
    flex: 1;
}

.post-item .post-left:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.post-item .post-left .a-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.post-item .post-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.post-item .post-right {
    flex: 2.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0;
    flex-shrink: 0;
}

.post-item .post-title {
    font-weight: 500;
    font-size: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-item .post-title .item-sub-title {
    font-size: calc(100% - 2px);
    color: var(--a-hover-color);
}

.post-item .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: var(--post-excerpt-color);
    font-size: 15px;
    line-height: 1.625;
    margin-top: 10px;
}

.post-item .tag-warp {
    display: none;
}

.post-item .cat-float {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
}

.post-item .cat-float a {
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
}

.post-item .cat-warp {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 8px;
    border-radius: 12px;
    white-space: nowrap;
    max-width: 120px;
    min-width: 50px;
    text-align: center;
    background: var(--post-cat-background-color);
}

.post-item .cat-warp a {
    color: var(--post-cat-color);
}

.post-item .post-meta {
    font-size: 14px;
    color: var(--post-post-meta-color);
    display: flex;
    justify-content: space-between;
}

.post-list-warp-archive {
    border: var(--card-list-box-border);
    margin-top: 0;
    border-radius: var(--box-border-radius);
    margin-bottom: 10px;
}

.post-list-warp-archive .archive-title {
    padding: 10px;
    border-bottom: var(--card-list-box-border);
    color: var(--caption-color);
}

.core-footer {
    background: var(--footer-background);
    color: var(--footer-color);
    padding: 20px 0;
    font-size: 14px;
}

.core-footer .footer-menu-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.core-footer .footer-menu-list a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.core-footer .footer-main {
    display: flex;
    gap: 20px;
}

.core-footer .footer-main .footer-left {
    width: 70%;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-end;
}

.core-footer .footer-main .icp-warp {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.core-footer .footer-main .icp-warp > div {
    display: flex;
    align-items: center;
}

.core-footer .footer-main .icp-warp img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.core-footer a {
    color: #b3c0ce;
}

.core-footer .footer-right {
    text-align: right;
    flex: 1;
}

.core-footer .footer-right img {
    max-width: 100%;
}

.core-footer .footer-right .footer-aside-box .menu li {
    list-style: none;
}

.post-warp {
    overflow: hidden;
    border: var(--aside-box-border);
    border-radius: var(--box-border-radius);
}

.post-warp .code-bar-copy-btn {
    cursor: var(--cursor-pointer);
}

.post-warp .post-info-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    overflow-x: auto;
    border-bottom: var(--theme-border);
    margin: 5px 10px;
    padding: 10px;
    color: var(--post-info-warp-color);
}

.post-warp .post-info-warp > div {
    flex-shrink: 0;
}

.post-warp .post-info-warp a {
    color: var(--post-info-warp-color);
}

.post-warp .page-info-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--post-info-warp-color);
}

.post-warp .page-info-warp a {
    color: var(--post-info-warp-color);
}

.post-warp .post-title {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
    color: var(--caption-color);
    padding: 0 20px;
}

.post-warp img {
    max-width: 100%;
    height: auto;
}

.post-warp .crumbs-warp {
    display: flex;
    padding: 10px;
    border-bottom: var(--aside-box-border);
    color: var(--crumbs-warp-color);
    font-size: 14px;
    justify-content: space-between;
}

.post-warp .crumbs-warp a {
    color: var(--crumbs-warp-color);
}

.post-warp .crumbs-warp .crumbs-warp-left {
    display: flex;
}

.post-warp .crumbs-warp .crumbs-warp-left>div:first-child:after {
    content: '/';
    display: inline-block;
    margin: 0 5px;
}

.post-warp .crumbs-warp .full-show {
    cursor: pointer;
}

.post-warp .content-warp {
    padding: 20px;
    line-height: 1.6;
    color: var(--post-content-color);
    overflow: hidden;
    overflow-wrap: break-word;
}

.post-warp .content-warp p:not(:has(.corepress-code-pre)) code {
    color: #F56C6C;
    background-color: #fde2e2;
    font-size: 14px;
}

.post-warp .content-warp a {
    text-decoration: underline;
    color: var(--theme-color);
}

.post-warp .content-warp ul {
    list-style-position: inside;
}

.post-warp .content-warp .corepress-code-pre {
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.post-warp .content-warp p {
    margin: 5px 0;
    overflow-wrap: break-word;
    white-space: normal;
}

.post-warp .content-warp h2 {
    padding-left: 16px;
    margin: 12px 0;
    border: 0;
    font-weight: 700;
    color: var(--theme-color);
    font-size: 20px;
    position: relative;
}

.post-warp .content-warp h2:before {
    position: absolute;
    content: '';
    width: 4px;
    background: var(--theme-color);
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    transition: .4s;
}

.post-warp .content-warp h3 {
    padding-bottom: 10px;
    margin: 12px 0;
    position: relative;
}

.post-warp .content-warp h3:hover:before {
    width: 50px;
}

.post-warp .content-warp h3:before {
    width: 40px;
    height: 3px;
    top: auto;
    left: 0;
    bottom: 3px;
    transition: .4s;
    position: absolute;
    content: '';
    background: var(--theme-color);
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(26, 26, 26, 0.1);
}

.post-warp .read-more-content {
    max-height: 820px;
    position: relative;
}

.post-warp .load-all-content-warp {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    backdrop-filter: blur(4px);
    background: var(--load-all-content-warp-back);
    padding: 20px 0;
}

.post-warp .load-all-content-warp .load-all-content-btn {
    display: inline-block;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 5px 50px;
    border-radius: var(--box-border-radius);
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
}

.post-warp .load-all-content-warp .load-all-content-btn:hover {
    background: var(--theme-color);
    color: #fff;
}

.post-warp .single-copyright {
    margin: 20px;
    font-size: 14px;
    border-radius: var(--box-border-radius);
    background: var(--single-copyright-background-color);
    padding: 8px 20px;
    color: var(--single-copyright-color);
    word-wrap: break-word;
}

.post-warp .post-end-dividing {
    text-align: center;
    color: #999;
    margin: 20px 0;
}

.post-warp .post-end-dividing:before {
    content: "";
    background: #f3f3f3;
    width: 20%;
    vertical-align: middle;
    height: 1px;
    display: inline-block;
    margin: 0 16px;
}

.post-warp .post-end-dividing:after {
    content: "";
    background: #f3f3f3;
    width: 20%;
    vertical-align: middle;
    height: 1px;
    display: inline-block;
    margin: 0 16px;
}

.post-warp .post-tag-list-warp {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-warp .post-tag-list-warp .tag-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    background-color: var(--theme-color);
    text-align: center;
}

.post-warp .post-tag-list-warp .tag-icon i {
    transform: rotate(-45deg);
}

.post-warp .post-tag-list-warp .tag-list {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.post-warp .post-tag-list-warp .tag-list .tag-item {
    padding: 0 10px;
    color: #fff !important;
    border-radius: var(--box-border-radius);
    line-height: 24px;
}

.related-articles {
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    margin: 10px 0;
}

.related-articles .related-title {
    border-bottom: var(--aside-box-border);
    margin-bottom: 10px;
    padding: 20px;
    color: var(--caption-color);
}

.related-articles .related-articles-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
}

.related-articles .related-articles-list .related-articles-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.related-articles .related-articles-list .related-articles-post-item .li-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: #bbbbbb;
}

.related-articles .related-articles-card-list {
    padding: 10px;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.related-articles .related-articles-card-list .related-articles-post-item {
    border: 1px solid var(--item-border-color);
    border-radius: var(--box-border-radius);
    overflow: hidden;
    position: relative;
    transition: top .3s;
    top: 0;
}

.related-articles .related-articles-card-list .related-articles-post-item:hover {
    top: -5px;
}

.related-articles .related-articles-card-list .related-articles-post-item .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 60%;
}

.related-articles .related-articles-card-list .related-articles-post-item .related-articles-post-info {
    padding: 10px;
}

.related-articles .related-articles-card-list .related-articles-post-item .related-articles-post-info a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.related-articles .related-articles-card-list .related-articles-post-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-articles .related-articles-post-list .related-articles-post-list-item {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .image-wrapper {
    position: relative;
    flex: 1;
    flex-shrink: 0;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .image-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .image-wrapper a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .image-wrapper:before {
    content: '';
    display: block;
    padding-top: 60%;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .related-articles-post-info {
    flex: 2.5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 0;
    flex-shrink: 0;
}

.related-articles .related-articles-post-list .related-articles-post-list-item .related-articles-post-info .post-title {
    font-size: 18px;
}

.dialog-share-warp {
    display: flex;
    gap: 20px;
}

.dialog-share-warp img {
    width: 36px;
}

.dialog-qrcode-warp {
    text-align: center;
}

.dialog-qrcode-warp img {
    max-width: 200px;
    width: 100%;
}

.dialog-poster-warp .poster-img-warp {
    text-align: center;
}

.dialog-poster-warp .poster-img-warp img {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.dialog-poster-warp .dialog-poster-main {
    max-width: 360px;
    margin: auto;
}

.dialog-poster-warp .poster-warp {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.dialog-poster-warp .poster-warp .thumbnail-warp .thumbnail {
    width: 100%;
}

.dialog-poster-warp .poster-warp .thumbnail-warp .poster-title {
    font-size: 18px;
    bottom: 4px;
    padding: 5px;
    font-weight: 600;
}

.dialog-poster-warp .poster-warp .post-excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    margin: 5px;
}

.dialog-poster-warp .poster-warp .site-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.dialog-poster-warp .poster-warp .site-info .site-info-left {
    width: 50%;
}

.dialog-poster-warp .poster-warp .site-info .site-info-right {
    flex: 1;
    text-align: right;
}

.dialog-poster-warp .poster-warp .site-info .logo {
    width: 100%;
    max-width: 200px;
}

.dialog-poster-warp .poster-warp .site-info .qrcode {
    width: 80px;
    height: 80px;
}

.post-btns-warp {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    color: var(--caption-color);
}

.post-btns-warp img {
    width: 36px;
    cursor: var(--cursor-pointer);
}

.post-btns-warp > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    gap: 10px;
}

.tip-dialog img {
    width: 100%;
    border: 1px solid #f0f0f0;
}

.post-page-card {
    display: flex;
}

.post-page-card .card-item-img {
    background-size: cover;
    background-position: 50%;
    padding: 10px 0;
    position: relative;
    border-radius: var(--box-border-radius);
    overflow: hidden;
}

.post-page-card .card-item-img > a {
    z-index: 10;
    position: relative;
    color: #f0f0f0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.post-page-card .card-item-img > a > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-page-card .card-item-img > a:hover {
    color: #f0f0f0 !important;
}

.post-page-card .card-item-img:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
}

.post-page-card .card-item-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: "";
    opacity: .8;
    transition: .3s;
}

.post-page-card .card-item {
    width: 50%;
    position: relative;
    border-radius: var(--box-border-radius);
    overflow: hidden;
    padding: 10px;
}

.post-page-card .card-item:after {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    opacity: .8;
}

.post-page-card .card-item:last-child {
    text-align: right;
}

.friends-warp {
    border-radius: var(--box-border-radius);
    background-color: var(--box-background-color);
    margin: 10px 0;
    overflow: hidden;
}

.friends-warp .friends-title {
    color: var(--aside-box-title-color);
}

.friends-warp .box-title-warp {
    font-size: 18px;
    padding: 20px;
    border-bottom: var(--box-title-border);
    display: flex;
    justify-content: space-between;
}

.friends-warp .box-title-warp .friends-description {
    font-size: 14px;
    color: var(--theme-secondary-text-color);
}

.friends-warp .box-title-warp .friends-list-warp {
    padding: 20px;
}

.friends-warp .box-title-warp .application-url {
    font-size: 14px;
}

.friends-warp .friends-list-link {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.friends-warp .friends-list-link .friend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.friends-warp .friends-list-link img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.friends-warp .friends-list-card {
    display: grid;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px;
    overflow: hidden;
    grid-template-columns: repeat(5, 1fr);
}

.friends-warp .friends-list-card .friend-item {
    display: flex;
    border: var(--card-list-box-border);
    padding: 10px;
    align-items: center;
    gap: 5px;
    overflow: hidden;
    border-radius: var(--box-border-radius);
    position: relative;
    transition: .3s;
    top: 0;
}

.friends-warp .friends-list-card .friend-item .friends-icon {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 0;
}

.friends-warp .friends-list-card .friend-item:hover {
    top: -5px;
}

.friends-warp .friends-list-card .url-info {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.friends-warp .friends-list-card .url-info .url-description {
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: var(--box-warp-text-color);
}

.friends-warp .friends-list-card img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.body-warp,main,.core-footer {
    z-index: 1;
    position: relative;
}

.body-img {
    position: fixed;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.core-user-center-not-login {
    background-color: var(--box-background-color);
    border-radius: var(--box-border-radius);
    padding: 10px;
}

.app-partners {
    border-radius: var(--box-border-radius);
    background-color: var(--box-background-color);
    margin-top: 10px;
    overflow: hidden;
}

.app-partners .partners-title {
    color: var(--aside-box-title-color);
}

.app-partners .box-title-warp {
    font-size: 18px;
    padding: 20px;
    border-bottom: var(--box-title-border);
    display: flex;
    background-color: var(--box-background-color);
    justify-content: space-between;
}

.app-partners .partners-description {
    font-size: 14px;
    color: var(--theme-secondary-text-color);
}

.app-partners .partners-application {
    font-size: 14px;
}

.app-partners .partner-list {
    display: flex;
    gap: 10px;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.app-partners .partner-list .partner-item {
    border: 1px solid var(--item-border-color);
    padding: 2px;
    border-radius: 2px;
}

.app-partners .partner-list img {
    width: 150px;
    height: 50px;
    vertical-align: middle;
}

.footer-wave {
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.footer-wave .editorial {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
}

.footer-wave .parallax > use {
    animation: move-forever 12s linear infinite;
}

.footer-wave .parallax > use:nth-child(1) {
    animation-delay: -2s;
}

.footer-wave .parallax > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.footer-wave .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.phone-nav {
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 10px 20px;
    background-color: var(--box-background-color);
    gap: 10px;
    font-size: 14px;
    justify-content: space-around;
    display: none;
    box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, 0.1);
    align-items: center;
}

.phone-nav i {
    font-size: 30px;
}

.phone-nav .phone-nav-item {
    text-align: center;
}

.phone-nav img {
    width: 30px;
    height: 30px;
}

.author-warp {
    color: var(--box-warp-text-color);
}

.author-warp .avatar {
    border-radius: 50%;
    width: 48px;
}

.author-warp .user-info,.author-warp .author-data-list-warp {
    padding: 20px;
    background: var(--box-background-color);
    margin-bottom: 10px;
    border-radius: var(--box-border-radius);
}

.author-warp .author-pagination {
    margin-top: 20px;
}

.author-warp .author-header {
    display: flex;
    gap: 10px;
}

.author-warp .author-header .author-description {
    font-size: 14px;
    margin-top: 5px;
}

.author-warp .author-tab {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    position: relative;
}

.author-warp .author-tab .item {
    cursor: pointer;
}

.author-warp .author-tab .active {
    color: var(--theme-color);
}

.author-warp .author-tab .active:after {
    position: relative;
    content: ' ';
    width: 36px;
    height: 2px;
    display: block;
    background: var(--theme-color);
    top: 10px;
}

.author-warp .author-comment-item {
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 10px 0;
}

.author-warp .author-comment-item .comment-face {
    width: 24px;
}

.author-warp .author-comment-item .post-info {
    color: var(--post-post-meta-color);
    font-size: 14px;
}

.author-warp .author-comment-item .post-info a {
    color: var(--post-post-meta-color);
}

.corenext-img-lightbox-warp {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0C0C0C;
    z-index: 9999;
}

.corenext-img-lightbox-warp img {
    max-width: 100%;
    position: relative;
    top: 20px;
}

.user-window {
    --sub-text-color: #fff;
    --animate-delay: .5s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 998;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    backdrop-filter: blur(30px);
    background: rgba(0, 0, 0, 0.2);
    flex-direction: column;
}

.user-window .input-label {
    font-size: 12px;
    padding: 5px 0;
    color: var(--sub-text-color);
}

.user-window .btn-block {
    width: 100%;
}

.user-window .input-item {
    padding: 5px 0;
}

.user-window .core-next-input {
    width: 100%;
}

.user-window .user-login-window {
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    transition: .3s;
    border-radius: var(--box-border-radius);
    overflow: hidden;
    display: flex;
    opacity: 1;
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-window .user-login-window .window-left,.user-window .user-login-window .window-right {
    flex: 1;
}

.user-window .user-login-window .login-note {
    font-size: 12px;
    color: #fff;
}

.user-window .user-login-window .window-right {
    background: var(--box-background-color);
    padding: 20px 35px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.user-window .user-login-window .window-right .header-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--theme-color);
    margin-bottom: 20px;
}

.user-window .user-login-window .window-right .login-header-title {
    display: flex;
    justify-content: space-between;
}

.user-window .user-login-window .window-right .captcha-warp {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.user-window .user-login-window .window-right .captcha-warp img {
    width: 150px;
}

.user-window .user-login-window .window-right .lost-password-link {
    text-align: right;
    font-size: 12px;
    padding-top: 5px;
    color: #fff;
}

.user-window .user-login-window .window-right .lost-password-link > span {
    cursor: pointer;
}

.user-window .user-login-window .window-right .reg-user-link {
    text-align: center;
    font-size: 14px;
    color: var(--theme-color);
}

.user-window .user-login-window .window-right .reg-user-link > span {
    cursor: pointer;
}

.user-window .window-control {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    margin-top: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.window-reg .mail-code-warp {
    gap: 10px;
    display: flex;
}

.window-lost .mail-code-warp {
    gap: 10px;
    display: flex;
}

.window-lost .password-note {
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}

@media (max-width: 1200px) {
    main {
        padding: 0 10px !important;
    }

    header {
        padding: 5px 10px !important;
    }

    .core-footer {
        padding: 20px 10px !important;
    }
}

@media (max-width: 980px) {
    #app-header {
        min-height: 54px;
    }

    header {
        min-height: 54px;
    }

    aside,.full-show {
        display: none !important;
    }

    .friends-warp {
        margin: 0 10px;
        margin-top: 10px;
    }

    .friends-warp .friends-list-card {
        grid-template-columns: repeat(3, 1fr);
    }

    header {
        padding: 5px 10px !important;
    }

    main {
        padding: 0 20px;
    }

    .core-footer {
        padding: 10px 20px;
    }

    .comment-list .comment-reply {
        visibility: visible !important;
    }

    .core-next-login-dialog-warp {
        padding: 10px;
    }

    .core-next-login-dialog-warp .login-button {
        width: 100%;
    }

    .app-partners {
        margin: 10px;
        margin-bottom: 0;
    }

    .related-articles-card-list {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 700px) {
    .core-next-aside-list {
        display: none!important;
    }

    .related-articles-card-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .app-partners {
        display: none !important;
    }

    .post-excerpt {
        display: none !important;
    }

    .post-item .post-left:before {
        padding-top: 60%;
    }

    .post-page-card {
        display: none !important;
    }

    .post-new {
        width: 10px;
        height: 10px;
        overflow: hidden;
        font-size: 0 !important;
        border-radius: 50% !important;
    }

    .phone-nav {
        display: flex !important;
    }

    .update-card-list {
        grid-template-columns: repeat(3, 1fr) !important;
}
}

@media (max-width: 480px) {
    .update-card-list {
        display: flex!important;
        flex-direction: column;
    }

    .data-header {
        flex-direction: column;
        gap: 20px;
    }

    .cat-float {
        display: none;
    }

    .related-articles-card-list {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .post-left {
        min-width: 120px;
        max-height: 70px;
    }

    .wx-show {
        display: block !important;
        text-align: center;
    }

    .friends-warp .friends-list-card {
        grid-template-columns: repeat(2, 1fr);
    }

    .friends-warp .friends-list-card .friends-icon img {
        width: 24px !important;
        height: 24px !important;
    }

    .friends-warp .friends-list-card .url-description {
        display: none;
    }

    .card-list-warp {
        display: flex !important;
        overflow-x: auto;
    }

    .card-list-warp .card-list {
        width: 150px;
        flex-shrink: 0;
    }

    .post-title {
        font-size: 16px !important;
    }

    .cat-warp {
        display: none;
    }

    .post-meta > div:first-child {
        display: none;
    }

    .footer-right {
        display: none !important;
    }

    .footer-left {
        width: 100% !important;
    }

    .comment-warp .comment-info .user-info {
        display: none;
    }

    .comment-warp .not-login-user-info {
        flex-direction: column;
    }

    .comment-warp .not-login-user-info .cp-input {
        margin: 0;
    }

    .comment-list .comment-item {
        gap: 10px !important;
    }

    .comment-list .comment-item .comment-avatar {
        width: 36px;
        height: 36px;
    }

    .comment-list .comment-item .comment-content {
        margin: 5px 0 !important;
    }

    .comment-list .comment-item .core-next-ua {
        margin: 0 !important;
        font-size: 10px !important;
    }

    .comment-list .comment-list-children {
        margin-left: 45px !important;
    }

    .related-articles .related-articles-list {
        grid-template-columns: 1fr;
    }
}

.header-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--caption-color);
}

.header-phone img {
    height: 40px;
}

.header-menu-warp-phone {
    font-size: 14px;
}

.header-menu-warp-phone .menu-item .menu-item-main {
    padding: 10px;
}

.header-menu-warp-phone .menu-item .menu-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-menu-warp-phone .menu-item .menu-item-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu-warp-phone .menu-item .menu-item-main .menu-item-sub-icon {
    flex: 1;
    text-align: right;
}

.header-menu-warp-phone > .has-sub-menu .header-menu-warp-phone {
    display: none;
    transition: .3s;
    height: 0;
}

.header-menu-warp-phone .header-menu-warp-phone-show {
    display: block !important;
    max-height: 1000px !important;
}

.header-menu-warp-phone .header-menu-warp-phone {
    padding-left: 20px;
}

.slide-up {
    transition: height .3s;
    overflow: hidden;
    height: 0;
    display: none;
    visibility: hidden;
    opacity: 1;
}

.phone-user-menu {
    padding: 10px;
}

.phone-user-menu .user-btn {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
}

.phone-user-menu .user-btn a {
    color: unset;
}

.phone-user-menu .user-menu-custom .icon {
    height: 12px;
}
