.uuids {
    height: auto;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 25px;
    background-color: #fff;
    border-radius: 5px;
}

/** 项目列表样式 */
.project-list-item {
    background-color: #f8f8f8;
    border-radius: 6px;
    cursor: pointer;
    transition: all .2s;
}

.project-list-item:hover {
    box-shadow: 0 2px 10px rgb(65 65 65 / 20%);
}

.project-list-item .project-list-item-cover {
    width: 100%;
    height: 220px;
    display: block;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.project-list-item-body {
    padding: 6px;
}

.product-tag {
    position: absolute;
    right: 15px;
    top: 15px;
}

.project-list-item .project-list-item-body > h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

.project-list-item .project-list-item-text {
    overflow: hidden;
    font-size: 15px;
}

.project-list-item .project-list-item-desc {
    position: relative;
}

.project-list-item .project-list-item-desc .time {
    color: #999;
    font-size: 12px;
}

.project-list-item .project-list-item-desc .ew-head-list {
    position: absolute;
    right: 0;
    top: 0;
}

.ew-head-list .ew-head-list-item {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-left: -10px;
}

.ew-head-list .ew-head-list-item:first-child {
    margin-left: 0;
}

/** // 项目列表样式结束 */
.classify-type > div .project-list-item.active {
    background: #40cda5 linear-gradient(45deg, #39cca2, #4bb1ff);
    color: #FFFFFF !important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.classify-theme {
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    padding-left: 26px;
    background-size: 32px;
    background-position: 0 19px;
    background-repeat: no-repeat;
}

.classify-theme > svg {
    top: 1px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.layui-icon-screen-show {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #909399;
    position: absolute;
    left: 0;
    top: 7px;
    text-align: center;
}

.screen-input {
    width: 250px;
    font-size: 12px;
    height: 33px;
    margin-top: 6px;
    border-width: 1px;
    border-radius: 5px;
    font-weight: normal;
    padding-left: 33px;
    background-color: #f6f6f6;
}

.project-list-item-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.zlian-body-info {
    font-size: 16px;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 400;
}

.zlian-body-info p {
    line-height: 1.625;
}

.zlian-body-info img{
    height: auto;
    max-width: 100%;
    float: left;
    margin-top: 0.15rem;
}

.zlian-body-info::-webkit-scrollbar {
    width: 2px;
    border-radius: 1.5px;
    background-color: transparent;
}

.zlian-body-info::-webkit-scrollbar-track {
    background: #F5F5F6;
    border-radius: 1.5px;
}

.zlian-body-info::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 1.5px;
}

@media screen and (max-width: 750px) {

    .project-list-item-body {
        padding: 6px !important;
    }

    .project-list-item-body .item-title {
        font-size: 13px !important;
        font-weight: initial !important;
    }

    .classify-type {
        display: flex !important;
        overflow-x: auto !important;
    }

    .project-list-item {
        min-width: auto;
    }

    .screen-input {
        width: 160px;
    }

    .classify-null {
        padding-left: 60px;
    }

    .classify-item {
        padding: 3px;
    }
}

.el-tag {
    background-color: #409effbf;
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    line-height: 18px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #409effbf;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.demo-block.demo-tag .el-tag+.el-tag {
    margin-left: 10px;
}

.el-tag.el-tag--success {
    background-color: rgba(103, 194, 58, 0.76);
    border-color: rgba(103, 194, 58, 0.76);
    color: #ffffff;
}

.el-tag.el-tag--info {
    background-color: rgba(144, 147, 153, 0.77);
    border-color: rgba(144, 147, 153, 0.77);
    color: #ffffff;
}

.el-tag.el-tag--warning {
    background-color: rgba(230, 162, 60, 0.76);
    border-color: rgba(230, 162, 60, 0.76);
    color: #ffffff;
}

.el-tag.el-tag--danger {
    background-color: #f56c6cc4;
    border-color: #f56c6cc4;
    color: #ffffff;
}

.ribbon-two {
    position: absolute;
    left: 2.5px;
    top: 2.5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon-two span {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgb(71 77 86 / 8%), 0 1px 0 0 rgb(71 77 86 / 3%);
    box-shadow: 0 0 8px 0 rgb(71 77 86 / 8%), 0 1px 0 0 rgb(71 77 86 / 3%);
    position: absolute;
    top: 19px;
    left: -21px;
    font-weight: 400;
}

.ribbon-two-danger span {
    background: #f50a0a;
}

.ribbon-two span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-two-danger span:before {
    border-left: 3px solid #f50a0a;
    border-top: 3px solid #f50a0a;
}

.ribbon-two-danger span:after {
    border-right: 3px solid #f50a0a;
    border-top: 3px solid #f50a0a;
}

.ribbon-two span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.swiper {
    width: 100%;
    height: 250px;
    border-radius: 5px;;
}

/*.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}*/

.box, .side-fixed {
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.b2-radius {
    border-radius: 5px;
}

.item-in {
    overflow: hidden;
}

.post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
}

.post-module-thumb a.thumb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-thumb {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.post-info h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 11px 0px;
    font-size: 15px;
    font-weight: 600;
}

.post-excerpt {
    font-size: 12px;
    color: #797C80;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin: 0 16px 13px;
    margin-top: -6px;
}

.post-list-cat {
    font-size: 12px;
}

.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}

a.post-list-cat-item {
    height: 19px;
    display: inline-block;
    line-height: 19px;
}

.post-list-meta-like, .post-list-meta-comment, .post-list-meta-views {
    font-family: 'DIN-Medium';
}

.post-info span {
    color: #606266;
    font-size: 12px;
    line-height: 20px;
}

.b2font {
    font-family: "b2font" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-list-meta li span i {
    font-size: 12px;
    margin-right: 2px;
}

.list-footer {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid #F5F6F7;
    color: #797C80;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

img.avatar {
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.post-list-meta-avatar img {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 4px;
    position: relative;
}

.b2timeago {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-text {
    color: #fff;
    text-align: center;
    width: 80%;
}

.swiper-text h2 {
    font-size: 28px;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
}

.swiper-wrapper a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.user-widget-content {
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 0px 2px rgb(98 124 153 / 10%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.user-w-logon {
    font-size: 13px;
    /*background-image: -webkit-gradient(linear,left top,right top,from(#fff2ec),color-stop(42%,#f0f1f6),to(#e1f0ff));
    background-image: linear-gradient(90deg,#fff2ec 0,#f0f1f6 42%,#e1f0ff 100%);*/
    position: relative;
}

.user-w-logon p {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    text-align: justify;
    word-break: break-all;
}

.b2-color {
    color: #409EFF;
    font-size: 17px;
    font-weight: 500;
}

.user-widget-content .user-w-announcement li {
    padding: 10px 20px;
}

.user-widget-content ul li {
    font-size: 13px;
    padding: 16px;
    box-sizing: border-box;
}

.user-w-announcement li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    position: relative;
    padding-left: 17px;
}

.user-w-announcement li a b {
    font-weight: 400;
}

.user-w-announcement li a:before {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 10px;
}

.user-w-announcement li a::before {
    background-color: #f57070;
}

.widget-mission-footer a {
    color: #666;
    padding: 15px 10px;
    font-size: 15px;
    text-align: center;
    display: block;
    border-top: 1px solid #f5f6f7;
    font-weight: 400;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.widget-mission-footer a:hover {
    color: #409EFF;
}

.bd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 10px 0;
}

.bd dt {
    font-size: 15px;
    color: #666;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd dt img {
    width: 30px;
    height: 30px;
}

.bd dd {
    font-size: 14px;
    color: #6a6a6a;
}

.dd-box:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.zl-tag {
    background-color: #ecf5ff;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
    color: #409eff;
    border: 1px solid #d9ecff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.demo-block.demo-tag .zl-tag+.zl-tag {
    margin-left: 10px;
}

.zl-tag.zl-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}

.zl-tag.zl-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}

.zl-tag.zl-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}

.zl-tag.zl-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}

.no-content {
    padding: 60px 0 60px;
    text-align: center;
    color: #999;
    border-radius: 5px;
    background-color: #FFF;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.no-content .no-content-img {
    width: 150px;
    margin: 0 auto 20px;
    display: block;
}

.no-content .user-no-contents {
    margin-bottom: 0;
    padding-bottom: 15px;
    text-align: center;
    font-size: 18px;
    color: #c8c8c8;
}

.document-row + .document-row {
    border-top: 1px solid #f3f3f3;
}

.document-row + .document-row:hover{
    background: #d1e7ff;
}

.document-row + .document-row:hover h3>a{
    font-weight: 600;
    color: #000;
}

.document-row {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

/*.document-row:nth-child(odd) {
    background: #fbfbfb;
}*/

.document-row h3 {
    font-size: 16px;
    font-weight: 500;
}

.document-row-right {
    width: 280px;
    text-align: right;
}

.b2-widget-post-thumb .b2-widget-post-thumb-product-img {
    height: 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.shop-normal-tips {
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #fdd6d3;
    color: #f44336;
    padding: 0 4px;
    border-radius: 3px;
}

.b2-widget-post-thumb .shop-normal-tips {
    right: 10px;
    bottom: 10px;
}

.b2-widget-post-thumb .b2-widget-post-thumb-product-img img {
    background-color: #f9f9f9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.b2-widget-post-thumb .b2-widget-post-title {
    padding: 0;
    height: auto;
    margin-top: 10px;
}

.b2-widget-post-title h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.widget ul li h2 {
    font-size: 13px;
}

.b2-widget-post-title h2 {
    font-size: 12px;
}

.red {
    color: #FF3355;
}

.products-price {
    height: 30px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.link-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.zlian-help-center {
    color: #666;
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.my-btn {
    border-radius: 4px;
    display: inline-block;
    border-radius: 4px;
    transition: .15s;
    border: 1px solid var(--this-border);
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: 400;
    box-shadow: var(--this-shadow);
    background: var(--this-bg);
    color: var(--this-color);
    --main-color: var(--this-color);
    --this-bg: rgba(136, 136, 136, .1);
    --this-border: transparent;
    --this-shadow: none;
    --this-color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
}

.my-order-a {
    --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%);
}

.my-outlogin-a {
    --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}

.zlian-sidebar-login-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    background-color: #409EFF;
    color: #fff;
}

.zlian-sidebar-span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    color: #7D7979;
    z-index: 1;
    cursor: pointer;
}

.zlian-sidebar-reg-btn {
    background-color: #67C23A;
    border-color: #67C23A;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

.screen-product-mobile {
    display: none;
}

.box, .side-fixed {
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.post-3 .b2_gap {
    display: flex;
    flex-flow: wrap;
}
.post-3 .b2_gap, .post-5 .b2_gap {
    margin: 0;
}
.post-list ul.b2_gap {
    padding: 0;
}

.b2_gap > li {
    width: 100%;
    box-sizing: border-box;
}

.post-item-1 ul.b2_gap > li {
    width: 100%;
}

.post-item-1 ul.b2_gap > li:hover {
    background-color: #fafafa;
}
.author-sidebar-down {
    font-size: 14px;
    color: #797979;
}
.post-3 .item-in {
    display: flex;
    position: relative;
    padding: 16px;
    align-items: stretch;
}

.b2_gap > li .item-in, .shop-list-item, .shop-normal-item-in, .user-search-list li > div, .home-collection .home-collection-content, .post-3.post-3-li-dubble .b2_gap > li .item-in {
    margin-bottom: 16px;
    margin-right: 16px;
    overflow: hidden;
}

.post-3 .post-3-li .item-in {
    border-bottom: 1px solid #f5f6f7;
    margin: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-hidden {
    display: block;
}

.post-module-thumb {
    position: relative;
    height: 0;
    overflow: hidden;
}

/*.post-module-thumb {
    width: 65px;
    min-width: 65px;
}*/

.post-3 .post-module-thumb {
    height: auto;
    margin-right: 16px;
}

.post-3 .post-module-thumb > div {
    position: relative;
}

.post-3 .post-module-thumb .b2-radius {
    overflow: hidden;
}

.post-module-thumb a.thumb-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-thumb {
    display: block;
    max-width: 100%;
    max-height: 100%;
    background-color: #f5f6f7;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.post-3 .post-info {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.post-3 .post-info > div:first-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.post-3 .post-info h2 {
    font-size: 17px;
    margin-left: 0;
    margin-top: 0;
}

.post-excerpt {
    font-size: 12px;
    color: #797c80;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-justify: inter-ideograph;
    word-break: break-all;
    margin: 0 16px 13px;
    margin-top: -6px;
}

.post-3 .post-excerpt {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.post-list-meta-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 16px;
    color: #aaaeb3;
}

.post-3 .post-list-meta-box {
    margin: 0;
    margin-top: auto;
}

.post-list-meta {
    display: flex;
    font-size: 12px;
    align-items: center;
}

.post-3 .post-list-meta {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    color: #bcbcbc;
}

.post-3 .post-list-meta {
    justify-content: flex-end;
}

.post-3 .post-list-meta li:nth-child(1) {
    flex: 1;
    padding: 0;
}

.post-list-meta-avatar {
    display: flex;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

.post-info span {
    font-size: 12px;
    height: 20px;
}

.post-3 .post-list-meta li:nth-child(1) span {
    margin-left: 0;
    font-size: 18px;
    font-family: DINAlternate,DINAlternate-Bold;
    font-weight: 700;
    color: #f60;
    margin-left: 0;
}

.post-list-meta-show {
    border-right: 1px solid #e8e8e8;
    padding: 0 15px;
    cursor: pointer;
}

.post-list-meta-show:last-child {
    border-right: none;
    padding-right: 0;
}

.author-page-right-in {
    padding: 15px;
}

.box, .side-fixed {
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.user-sidebar {
    font-size: 14px;
}

.user-sidebar-info {
    padding: 14px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.user-sidebar-info.active {
    border-radius: 5px;
}

.user-sidebar-info.active {
    background: rgb(0 0 0 / 4%);
}

.user-sidebar-info p {
    display: flex;
    align-items: center;
    color: #8590a6;
}

.user-sidebar-info.active p {
    color: #3f9eff;
}

.user-sidebar-info p img {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-right: 10px;
}

.b2-arrow-right-s-line {
    color: #999;
}


.layui-card-header {
    /*padding-left: 15px;*/
    color: #606266;
}

@media screen and (max-width: 991px) {
    /*.user-w-logon {
        padding: 15px 20px;
    }*/
    .screen-product-mobile {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .is-col-xs12-991 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .zlian-is-model {
        display: none !important;
    }

    .zlian-is-inventory {
        display: none !important;
    }

    .document-row-right {
        width: 140px !important;
    }

    .document-row h3 {
        font-size: 15px;
    }

    .is-user-w {
        display: none;
    }

    .is-col-xs12 {
        display: none;
    }

    .list-footer {
        padding: 12px;
    }

    .post-list-meta-avatar img {
        width: 12px;
        height: 12px;
        display: none;
    }

    .swiper {
        height: 150px;
    }

    .swiper-text h2 {
        font-size: 20px;
    }

    .author-page-right-in {
        flex-flow: wrap;
        padding: 10px;
    }

    .user-sidebar-info {
        padding: 8px;
        font-size: 14px;
    }

    .user-sidebar-info p img {
        display: none !important;
    }

    .author-sidebar-down {
        margin-left: 5px;
        background-color: #3f9eff;
        padding: 2px;
        width: 15px;
        height: 15px;
        font-size: 11px;
        text-align: center;
        border-radius: 50px;
        color: #ffffff;
    }

    .user-sidebar {
        width: 50%;
        height: auto;
    }
}

.dark-mode .widget-mission-footer a {
    color: #f3f3f3;
    border-top: 0px solid transparent;
}

.dark-mode .project-list-item {
    background-color: #363636;
}

.dark-mode .box, .side-fixed {
    border-bottom: 1px solid #333333;
    box-shadow: 0px 0px 0px transparent;
}

.dark-mode .post-thumb {
    background-color: #242424;
}

.dark-mode .list-footer {
    border-top: 1px solid #333333;
}

.dark-mode .no-content {
    background-color: #242424;
}

.dark-mode .user-sidebar-info p {
    color: #c7c7c7;
}

.dark-mode .author-sidebar-down {
    color: #a5a5a5;
}

.dark-mode .post-item-1 ul.b2_gap > li:hover {
    background-color: #2a2a2a;
}

.dark-mode .post-3 .post-3-li .item-in {
    border-bottom: 1px solid #373737;
}

.dark-mode .post-list-meta-show {
    border-right: 1px solid #454545;
}

.dark-mode .post-info span {
    color: #a5a5a5;
}

.dark-mode .datagrid-page-goodsList {
    background-color: #242424;
    color: #f3f3f3 !important;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px transparent;
}

.dark-mode .post-list-meta-show:last-child {
    border-right: none;
    padding-right: 0;
}

.classify-item-container {
    display: flex;
    flex-wrap: wrap;
}
.text-truncate {
    white-space: nowrap; /* 禁止文本换行 */
    overflow: hidden; /* 隐藏超出容器宽度的部分 */
    width: 100%; /* 容器宽度 */
}