@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    /* box-sizing: border-box; */
}

.editormd-dialog * {
    box-sizing: border-box;
}

body {
    background-color: #f2f3f5;
    min-height: 100vh;
}

.page-title {
    text-align: center;
    margin-bottom: 18px;
    font-size: 22px;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.layui-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff !important;
}

.layui-logo {
    position: absolute;
    left: 20px;
    top: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.layui-nav {
    position: absolute;
    right: 20px;
    top: 0;
    padding: 0;
    height: 60px;
    background: #ffffff !important;
}

.layui-nav .layui-nav-item {
    line-height: 60px;
}

.layui-nav .layui-nav-child {
    background: #ffffff !important;
}

.layui-card, .layui-panel {
    border-radius: 8px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
}

.layui-layer .layui-card, .layui-layer .layui-panel {
    box-shadow: none;
    border: 0;
}

.sideList .layui-btn {
    /*border: 0;*/
    border-radius: 5px;
}

[uc-on="doSignin"]{
    cursor: pointer;
}

.sideList .layui-btn.on {
    border: 1px solid #31bdec;
    color: #31bdec;
    background-color: rgb(189 239 255 / 40%);
    font-weight: bold;
}

.layui-upload-drag {
    border: 1px dashed rgba(0,0,0,0.3);
    background-color: #f7f7f7;
    color: rgba(0,0,0,0.55);
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.user-center {
    padding: 20px 10px;
    max-width: 1200px;
    margin: auto;
    padding-top: 70px;
}

.welcome-header {
    background: linear-gradient(90deg,#1E9FFF,#009688);
    color: #fff;
    border: none;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 15px;
    padding: 13px 16px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 12px 12px 0 0;
}

.layui-form-item[pane] .layui-textarea {
    margin: -1px;
}

.layui-footer {
    width: 100%;
    height: auto;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #666;
    margin-top: 50px;
    padding: 8px 0;
}

.layui-margin-auto {
    margin: auto !important;
}

.uc-left {
    position: sticky;
    top: 62.5px;
}

.blogger {
    padding: 6%;
}

.blogger>* {
    margin: 15px 0;
    text-align: center;
}

.blogger-avatar {
    text-align: center;
    display: block;
    margin-bottom: 0px;
}

.blogger img.layui-circle {
    width: 80px;
    height: 80px;
}

.blogger .userinfo-btn {
    display: flex;
    justify-content: center;
}

.blogger .userinfo-btn a {
    margin: 0 6px;
    display: inline-block;
    border: 1px solid;
    padding: 2px 15px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 24px;
}

.blogger .userinfo-btn a i {
    margin-right: 3px
}

.user_info_head {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}

.user_info_head .avatar {
    padding: 0 15px;
}

.user_info_head .avatar img.userAvatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.user_info_head .userdesc {
    flex: 1;
    margin-left: 11px
}

.user_info_head .userdesc h4 {
    font-size: 18px;
    display: flex;
    align-items: center
}

.user_info_head .userdesc h4 a {
    font-size: 12px;
    padding: 3px 5px;
    border: 1px solid #31bdec;
    color: #31bdec;
    border-radius: 5px;
    margin-left: 15px
}

.user_info_head .userdesc p {
    margin-top: 6px;
    font-size: 12px
}

.login-qq {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
    padding: 8px 15px;
    background-color: #ecfaff;
    border-radius: 5px;
    border: 1px solid #b0ecff;
}

.login-qq a {
    color: #31bdec;
    margin: 0 10px;
}

.login-qq i.layui-icon-login-qq {
    margin-right: 9px;
    line-height: 40px;
}

.collect-list {
    width: 100%;
}

.collect-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s ease;
}

.collect-item:hover {
    background-color: #fafafa;
    transform: translateY(-2px);
}

.collect-item:last-child {
    border-bottom: none;
}

.collect-cover {
    width: 120px;
    height: 80px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.collect-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

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

.collect-content {
    flex: 1;
    overflow: hidden;
}

.collect-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}

.collect-title a {
    color: #333;
    text-decoration: none;
}

.collect-title a:hover {
    color: #1E9FFF;
}

.collect-desc {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
}

.collect-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.collect-meta span {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 3px;
}
.collect-meta span a{
    color: inherit;
}

.tag-blue {
    background: linear-gradient(90deg,#e8f4fd,#d1ecf8);
    color: #1E9FFF;
}

.tag-green {
    background: linear-gradient(90deg,#e6f7ef,#d1f3e4);
    color: #009688;
}

.tag-orange {
    background: linear-gradient(90deg,#fff7e6,#ffeeba);
    color: #FFB800;
}

.tag-purple {
    background: linear-gradient(90deg,#f3e8ff,#e9d8fd);
    color: #6f42c1;
}

.collect-time {
    font-size: 12px;
    color: #bbb;
}

.collect-action {
    margin-left: 15px;
    flex-shrink: 0;
}

.collect-action .layui-btn {
    margin-left: 5px;
}

.user-list {
    width: 100%;
}

.user-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s ease;
}

.user-item:hover {
    background-color: #fafafa;
    transform: translateY(-2px);
}

.user-item:last-child {
    border-bottom: none;
}

.user-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
    border: 2px solid #f0f0f0;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-content {
    flex: 1;
    overflow: hidden;
}

.user-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.4;
}

.user-title a {
    color: #333;
    text-decoration: none;
}

.user-title a:hover {
    color: #1E9FFF;
}

.user-desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 1; */
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}
.blogger>.nickname{
    margin-bottom: 0px;
}
.user-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px !important;;
}
.user-icons span{
    margin: 0 4px;
}
.user-icons span i{
    font-size: 18px;
}

.user-meta {
    font-size: 11px;
    color: #bbb;
    margin-top: 5px;
}

.user-action {
    margin-left: 15px;
    flex-shrink: 0;
}

.user-action .layui-btn {
    margin-left: 5px;
}

.boggerData {
    margin-top: 0;
}

.boggerData .item {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 8%);
}

.boggerData label {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #737373;
    margin-bottom: 5px;
}

.boggerData .data {
    display: block;
    margin-top: 0;
    text-align: left;
    padding-right: 28px;
}

.boggerData .data.article {
    color: #1e9fff;
}

.boggerData .data.comment {
    color: #ff54e1;
}

.boggerData .data.collect {
    color: #00bfd5;
}

.boggerData .data.follow {
    color: #6392ff;
}

.boggerData .data.fans {
    color: #ff0000;
}

.boggerData .data.points {
    color: #ffd600;
}

.boggerData .data.exp {
    color: #00ffd2;
}

.boggerData .data span {
    font-size: 20px;
    display: block;
}

.boggerData .data i {
    font-size: 34px;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(50%);
}

/*.layui-card{border-radius:12px;overflow:hidden;transition:all .25s ease;margin-bottom:15px;border:none;background:#ffffff;box-shadow:0 2px 12px rgba(0,0,0,0.05);}*/
.layui-card-header {
    font-weight: 600;
    font-size: 16px;
    padding: 13px 16px;
}

.layui-card-header i {
    margin-right: 4px;
    color: #1E9FFF;
    font-size: 20px;
    font-weight: normal;
}

.comment-list {
    width: 100%;
}

.comment-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s ease;
}

.comment-item:hover {
    background-color: #fafafa;
    transform: translateY(-2px);
}

.comment-item:last-child {
    border-bottom: none;
}

.comment-content {
    flex: 1;
    overflow: hidden;
}

.comment-text {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 8px;
    position: relative;
}

.comment-text::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid #f9f9f9;
    border-bottom: 6px solid transparent;
}

.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.comment-article {
    flex: 1;
}

.comment-article a {
    color: #1E9FFF;
    text-decoration: none;
}

.comment-article a:hover {
    color: #0088cc;
}

.comment-time {
    margin-left: 15px;
    white-space: nowrap;
}

.comment-action {
    margin-left: 15px;
    flex-shrink: 0;
}

.comment-action .layui-btn {
    margin-left: 5px;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.layui-card-footer {
    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding: 15px;
}

.empty-view {
    padding: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.empty-view i {
    font-size: 48px;
    margin-bottom: 10px;
    color: #e6e6e6;
    display: block;
}

.avatar_data{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
}
.avatar_data .avatar_item{
    padding: 10px;
    width: 20%;
    box-sizing: border-box;
}
.avatar_data .avatar_item .avatar_img{
    text-align: center;
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    position: relative;
}
.avatar_data .avatar_item .avatar_img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    box-shadow: 5px 5px 14px 5px rgb(123 123 123 / 30%);
}

.QQloginMsg{
    text-align: center;
    margin-bottom: 20px;
    color: #ff6000;
}

@media screen and (max-width: 768px) {
    .user-comments {
        max-width:98%;
        margin: 70px auto 15px auto;
    }

    .comment-item {
        flex-direction: column;
    }

    .comment-content {
        width: 100%;
    }

    .comment-action {
        margin-left: 0;
        margin-top: 10px;
        text-align: right;
        width: 100%;
    }

    .comment-action .layui-btn {
        margin-left: 5px;
        margin-top: 5px;
    }

    .comment-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .comment-time {
        margin-left: 0;
        margin-top: 5px;
    }
    .avatar_data .avatar_item{
        width: 25%;
    }
}

@media screen and (max-width: 420px) {
    .comment-text {
        font-size:13px;
        padding: 8px;
    }
    .avatar_data .avatar_item{
        width: 33.3332%;
    }
}

.search-bar {
    padding: 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.search-input {
    width: 280px;
    flex-shrink: 0;
}

.search-select {
    width: 150px;
    flex-shrink: 0;
}

.search-btn {
    flex-shrink: 0;
}

.article-list {
    width: 100%;
}

.article-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s ease;
}

.article-item:hover {
    background-color: #fafafa;
    transform: translateY(-2px);
}

.article-item:last-child {
    border-bottom: none;
}

.article-cover {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
    flex-shrink: 0;
}

.article-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

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

.article-content {
    flex: 1;
    overflow: hidden;
}

.article-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.4;
}

.article-title a {
    color: #333;
    text-decoration: none;
}

.article-title a:hover {
    color: #1E9FFF;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
    color: #999;
    align-items: center;
}

.article-status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
}

.status-publish {
    background: rgba(0,150,136,0.1);
    color: #009688;
}

.status-draft {
    background: rgba(255,184,0,0.1);
    color: #FFB800;
}

.status-recycle {
    background: rgba(255,87,34,0.1);
    color: #FF5722;
}

.article-action {
    margin-left: 15px;
    flex-shrink: 0;
}

.article-action .layui-btn {
    margin-left: 5px;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

.layui-card-footer {
    border-top: 1px solid #f5f5f5;
    text-align: center;
    padding: 15px;
}

.blog-lates+.blog-lates{
    margin-top: 15px;
}
.blog-lates .author img{
    width: 35px;
    height: 35px;
}
.blog-lates .author span{
    font-weight: bold;
    color: black;
}
.blog-lates a{
    color: #22d4ff;
}
.blog-lates p{
    margin-top: 12px;
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.notContent{width: 100%;display: block;text-align: center;padding: 25px;box-sizing: border-box;line-height: 1;}
.notContent i{font-size: 120px;display: block;opacity: .75;}
.notContent p{margin-top: 15px;color: #919191;}
.notContent a{color: #007bff;font-weight: bold;}

@media screen and (max-width: 768px) {
    .article-manage {
        max-width:98%;
        margin: 70px auto 15px auto;
    }

    .article-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .article-cover {
        width: 100%;
        height: 120px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .article-content {
        width: 100%;
    }

    .article-action {
        margin-left: 0;
        margin-top: 10px;
        text-align: right;
        width: 100%;
    }

    .search-input {
        width: 100%;
    }

    .search-select {
        width: 45%;
    }
}

@media screen and (max-width: 420px) {
    .article-title {
        font-size:14px;
    }

    .search-select {
        width: 100%;
    }
}

.purviewTips .text {
    padding: 7px 10px;
    border: 1px solid #efe87d;
    border-radius: 2px;
    background-color: #fffcd3;
    color: #bf9800;
}

@media screen and (max-width: 992px) {
    .uc-left {
        position:relative;
        top: 0;
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .layui-card-header {
        font-size:15px;
    }

    .collect-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .collect-cover {
        width: 100%;
        height: 150px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .collect-content {
        width: 100%;
    }

    .collect-action {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: right;
    }

    .user-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px;
    }

    .user-avatar {
        width: 50px;
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .user-content {
        width: 100%;
    }

    .user-action {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: right;
    }
}
