.C-InfoCard,
.C-InfoAd {
    display: flex;
}

.pagination {
    display: block;
}

.pagination li {
    display: inline-block;
    margin-left: 2px;
    border: 1px solid #ededed;
    padding: 0 12px;
    color: #3e3e3e;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
}

/* 顶部切换 */
.topsw {
    display: flex;
    justify-content: space-between;
    background: #f2f2f2;
}

.topsw a {
    width: 24.8%;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #ddd;
    color: #000;
    font-size: 1rem;
    text-align: center;
}

.topsw a.onme {
    background: #00c26f;
    color: #fff;
}

.layui-breadcrumb{
	padding: 10px 0px 0px 0;
    visibility: visible;
}
.layui-breadcrumb a {
	color: #000000 !important;
}
/* 版块导航 */
.layui-tab-title.bbs-board-tabs {
    display: flex;
    height: 74px;
    gap: 5px;
}

.layui-tab-title.bbs-board-tabs li {
    flex: 1;
    height: 74px;
    line-height: normal;
    padding: 0;
    text-align: center;
    border: 1px solid #8f8f8f;
	border-radius: 1.5rem;
}

.layui-tab-title.bbs-board-tabs li:after {
    height: 75px;
}

.layui-tab-title.bbs-board-tabs .bbs-board-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.layui-tab-title.bbs-board-tabs .bbs-board-link i {
    font-size: 18px;
    line-height: 1;
}

.layui-tab-title.bbs-board-tabs .bbs-board-link span {
    font-size: 14px;
    line-height: 1.2;
}

.layui-tab-title.bbs-board-tabs .layui-this .bbs-board-link {
    color: #000;
}

.P-UserCenterMyInfo .layui-tab-brief > .layui-tab-title .layui-this {
    color: #00c26f;
    background: #ffffff;
    border: 1px solid;
}

.P-UserCenterMyInfo .layui-tab-title.bbs-board-tabs .layui-this .bbs-board-link {
    color: #00c26f;
}

.layui-tab-brief > .layui-tab-title .layui-this:after {
    border: none;
}

.layui-tab-content {
    padding: 0;
	margin-top: 1rem;
}

.layui-card {
    margin-bottom: 0;
}
.layui-tab-title li a{
	padding: 0;margin: 0;
}

/* 列表页 */
.bbs-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.bbs-section-title-left {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.bbs-section-title-left i {
    margin-right: 5px;
}

.bbs-more-link {
    margin-left: auto;
    font-size: 13px;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
}

.bbs-more-link:hover {
    color: #00ad63;
}

.bbs-item {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    line-height: 20px;
    background: #fafafa;
}

.bbs-item:hover {
    background: #fff;
}

.bbs-item .bbs-title {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.badge-top,
.badge-good {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 3px;
}

.badge-top {
    background: #ff5722;
    color: #fff;
}

.badge-good {
    background: #ffb800;
    color: #fff;
}

.bbs-item .bbs-title a {
    color: #000;
    text-decoration: none;
}

.bbs-item .bbs-title a:hover {
    color: #00ad63;
}

.bbs-list .bbs-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

.bbs-list .bbs-meta span {
    white-space: nowrap;
}

.bbs-filter {
    padding: 10px;
    border-bottom: 1px solid #eee;
    background: #ffffff;
}

.filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.filter-left,
.filter-right {
    display: flex;
    gap: 10px;
}

.sort-btn {
    padding: 5px 10px;
    color: #000;
    border-radius: 6px;
    text-decoration: none;
}

.sort-btn:hover {
    color: #00c26f;
}

.sort-btn.active {
    background: #2b2b37;
    color: #fff;
}

/* 帖子详情页 */
.bbs-post {
    background: #fff;
    border: 1px solid #eee;
}

.bbs-post .bbs-floor {
    display: flex;
    border-bottom: 1px solid #eee;
}

.bbs-post .bbs-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 160px;
    padding: 15px 10px;
    border-right: 1px solid #eee;
    background: #fafafa;
    text-align: center;
}

.bbs-post .bbs-user > img {
    width: 60px;
    height: 60px;
    margin-bottom: 8px;
    border-radius: 50%;
    object-fit: cover;
}

.bbs-post .bbs-username {
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
}

.bbs-post .bbs-badge-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 110px;
    margin-top: 10px;
}

.bbs-post .bbs-badge-list .badge-img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: contain;
}

.bbs-post .bbs-content {
    flex: 1;
    padding: 15px;
    box-sizing: border-box;
}

.bbs-post .bbs-mobile-user {
    display: none;
    gap: 10px;
    min-height: 42px;
    margin-bottom: 10px;
}

.bbs-post .bbs-mobile-avatar {
    display: block;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.bbs-post .bbs-mobile-user-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 42px;
}

.bbs-post .bbs-mobile-username {
    margin-bottom: 6px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    word-break: break-all;
}

.bbs-post .mobile-badge-list {
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    max-width: none;
    margin-top: 0;
}

.bbs-post .mobile-badge-list .badge-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.bbs-post .bbs-mobile-user.no-badge {
    align-items: center;
}

.bbs-post .bbs-mobile-user.no-badge .bbs-mobile-user-main {
    justify-content: center;
}

.bbs-post .bbs-mobile-user.no-badge .bbs-mobile-username {
    margin-bottom: 0;
    line-height: 42px;
}

.bbs-post .bbs-mobile-user.has-badge {
    align-items: flex-start;
}

.bbs-post .bbs-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    word-break: break-all;
}

.bbs-post .bbs-floor-info {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

.bbs-post .bbs-text {
    font-size: 1rem;
    line-height: 2.2;
    word-break: break-all;
}

.bbs-post .bbs-quote {
    margin-bottom: 8px;
    padding: 8px 10px;
    border-left: 3px solid #ccc;
    background: #f5f5f5;
    color: #666;
}

.bbs-post .quote-title {
    margin-bottom: 4px;
    font-size: 13px;
}

.bbs-post .quote-content {
    font-size: 13px;
    line-height: 1.6;
}

.bbs-post .bbs-action {
    margin-top: 10px;
    font-size: 12px;
}

.bbs-post .bbs-action a {
    margin-right: 10px;
    color: #00ad63;
}

.bbs-post .bbs-text blockquote {
    margin: 10px 0;
    padding: 10px 15px;
    border-left: 8px solid #b4d5ff;
    background-color: #f9f9f9;
    color: #666;
}

.bbs-post .bbs-text table {
    width: 100%;
    margin: 15px 0;
    border-collapse: collapse;
    font-size: 14px;
}

.bbs-post .bbs-text th,
.bbs-post .bbs-text td {
    padding: 10px;
    border: 1px solid #e4e7ed;
    text-align: left;
}

.bbs-post .bbs-text th {
    background-color: #f5f7fa;
    color: #303133;
    font-weight: 600;
}

.bbs-post .bbs-text tr:nth-child(even) {
    background-color: #fafafa;
}

.bbs-post .bbs-text tr:hover {
    background-color: #f1f7ff;
}

.bbs-post .bbs-text ul {
    margin: 12px 0;
    padding-left: 22px;
    list-style: disc;
}

.bbs-post .bbs-text ol {
    margin: 12px 0;
    padding-left: 22px;
    list-style: decimal;
}

.bbs-post .bbs-text li {
    margin: 6px 0;
    color: #444;
    line-height: 1.7;
}

.bbs-post .bbs-text ul li {
    list-style-type: disc;
}

.bbs-post .bbs-text ol li {
    list-style-type: decimal;
}

.bbs-post .bbs-text a{color: blue;text-decoration: underline;}

.bbs-post .bbs-deleted {
    opacity: 0.7;
}

.bbs-post .bbs-deleted-tip {
    padding: 10px 12px;
    border: 1px dashed #ddd;
    border-radius: 6px;
    background: #f5f5f5;
    color: #999;
    font-size: 13px;
}

.bbs-post .bbs-deleted-tip::before {
    content: "⚠ ";
    color: #bbb;
}

/* 回复框 */
.bbs-reply-box {
    margin-top: 15px;
}

.bbs-reply-box .layui-card {
    overflow: hidden;
    border: 1px solid #e4e7ed;
}

.bbs-reply-box .layui-card-header {
    border-bottom: 1px solid #eee;
    background: #f8f8f8;
    color: #333;
    font-weight: bold;
}

#toolbar-container {
    border-bottom: 1px solid #eee;
    background: #fafafa;
}

#editor-container:focus-within {
    border-color: #00ad63;
    box-shadow: 0 0 4px rgba(0, 173, 99, 0.2);
}

.bbs-reply-box .layui-btn {
    border: none;
    background: #00ad63;
}

.bbs-reply-box .layui-btn:hover {
    background: #009a58;
}

@media (max-width: 768px) {
    .layui-tab-title.bbs-board-tabs {
        height: 66px;
    }

    .layui-tab-title.bbs-board-tabs li {
        height: 66px;
    }

    .layui-tab-title.bbs-board-tabs li:after {
        height: 67px;
    }

    .layui-tab-title.bbs-board-tabs .bbs-board-link i {
        font-size: 16px;
    }

    .layui-tab-title.bbs-board-tabs .bbs-board-link span {
        font-size: 13px;
    }

    .bbs-item .bbs-title {
        font-size: 14px;
    }

    .bbs-list .bbs-meta {
        font-size: 11px;
    }

    .meta-left {
        width: 100%;
        margin-bottom: 3px;
    }

    .meta-mid,
    .meta-right {
        width: 48%;
    }

    .filter-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .filter-right {
        margin-top: 8px;
    }

    .bbs-post .bbs-floor {
        flex-direction: column;
    }

    .bbs-post .bbs-user {
        display: none;
    }

    .bbs-post .bbs-content {
        width: 100%;
        padding: 12px;
    }

    .bbs-post .bbs-mobile-user {
        display: flex;
    }

    .bbs-post .bbs-title {
        margin-bottom: 6px;
        font-size: 18px;
    }

    .bbs-post .bbs-floor-info {
        margin-bottom: 10px;
    }
}

/* 帖子详情页补充样式（原 thread.php 内联样式） */
/* 1楼主贴底部操作按钮 */
.bbs-post .bbs-main-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 18px;
    padding-top: 14px;
}

.bbs-post .bbs-main-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    margin: 0;
    border-radius: 8px;
    font-size: 14px;
}

.bbs-post .bbs-main-action-btn i {
    margin-right: 6px;
}

/* 打赏金币弹窗 */
.bbs-reward-dialog {
    background: #fff;
}

.bbs-reward-panel {
    padding: 18px 20px 16px;
    background: #fff;
    overflow: hidden;
}

.bbs-reward-table {
    width: 100%;
    border: 1px solid #ececec;
    border-bottom: none;
    background: #fff;
    table-layout: fixed;
}

.bbs-reward-row {
    display: flex;
    align-items: stretch;
}

.bbs-reward-row + .bbs-reward-row {
    border-top: 1px solid #ececec;
}

.bbs-reward-head {
    background: #fafafa;
    color: #666;
    font-size: 13px;
}

.bbs-reward-cell {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 60px;
    padding: 10px 16px;
    color: #333;
}

.bbs-reward-cell + .bbs-reward-cell {
    border-left: 1px solid #ececec;
}

/* PC端三列宽度 */
.bbs-reward-cell-side {
    flex: 0 0 110px;
    font-weight: 600;
}

.bbs-reward-row .bbs-reward-cell:nth-child(2) {
    flex: 0 0 280px;
}

.bbs-reward-row .bbs-reward-cell:nth-child(3) {
    flex: 1 1 auto;
    min-width: 120px;
}

/* 第二列内容布局 */
.bbs-reward-amount-box {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    min-width: 0;
    flex-wrap: nowrap;
}

.bbs-reward-select-wrap {
    flex: 0 0 146px;
    min-width: 146px;
}

.bbs-reward-select {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    background: #fff;
    outline: none;
    font-size: 14px;
}

.bbs-reward-select:focus {
    border-color: #1e9fff;
}

.bbs-reward-custom-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
}

.bbs-reward-input {
    width: 160px;
    height: 40px;
}

.bbs-reward-input:focus {
    border-color: #1e9fff !important;
}

.bbs-reward-back-link {
    color: #1e9fff;
    white-space: nowrap;
    text-decoration: none;
}

.bbs-reward-back-link:hover {
    color: #0f8ae6;
}

.bbs-reward-range {
    flex: 0 0 auto;
    color: #666;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
}

#reward-balance {
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
}

.bbs-reward-tip {
    padding: 14px 2px 0;
    color: #999;
    line-height: 1.8;
}

.bbs-reward-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 18px;
}

.bbs-reward-actions .layui-btn {
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 2px;
}

/* 手机端 */
@media (max-width: 768px) {
    .bbs-reward-panel {
        padding: 14px;
    }

    .bbs-reward-table {
        border: 1px solid #ececec;
        border-radius: 4px;
        overflow: hidden;
        background: #fff;
    }

    /* 手机端彻底隐藏PC表头 */
    .bbs-reward-head {
        display: none !important;
    }

    .bbs-reward-row {
        display: block;
        border-top: none !important;
    }

    .bbs-reward-row + .bbs-reward-row {
        border-top: none !important;
    }

    .bbs-reward-cell {
        display: block;
        width: 100% !important;
        min-height: auto;
        padding: 0;
        border: none !important;
        flex: none !important;
    }

    /* 金币标题 */
    .bbs-reward-cell-side {
        padding: 14px 12px 10px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        color: #333;
    }

    /* 数量选择区 */
    .bbs-reward-row .bbs-reward-cell:nth-child(2) {
        padding: 0 12px 14px;
    }

    .bbs-reward-amount-box {
        display: block;
        width: 100%;
    }

    .bbs-reward-select-wrap,
    .bbs-reward-custom-wrap {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .bbs-reward-select,
    .bbs-reward-input {
        width: 100%;
        height: 44px;
        font-size: 16px;
    }

    .bbs-reward-back-link {
        display: inline-block;
        margin-top: 10px;
        font-size: 13px;
    }

    .bbs-reward-range {
        display: block;
        margin-top: 10px;
        color: #888;
        font-size: 13px;
        line-height: 1.5;
        white-space: normal;
    }

    /* 余额区 */
    .bbs-reward-row .bbs-reward-cell:nth-child(3) {
        margin: 0 12px 14px;
        padding: 12px;
        border-top: 1px solid #f2f2f2 !important;
        background: #fafafa;
        border-radius: 4px;
    }

    .bbs-reward-row .bbs-reward-cell:nth-child(3)::before {
        content: none !important;
        display: none !important;
    }

    .bbs-reward-row .bbs-reward-cell:nth-child(3)::after {
        content: "我的余额";
        display: block;
        margin-bottom: 8px;
        color: #888;
        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;
    }

    #reward-balance {
        display: block;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        color: #333;
    }

    .bbs-reward-tip {
        padding: 0 2px;
        color: #999;
        font-size: 13px;
        line-height: 1.7;
    }

    .bbs-reward-actions {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        padding-top: 16px;
    }

    .bbs-reward-actions .layui-btn {
        flex: 1;
        min-width: 0;
        height: 42px;
        line-height: 42px;
        padding: 0 12px;
        font-size: 15px;
    }

    /* 主贴底部三个按钮，手机端一行三个 */
    .bbs-post .bbs-main-actions {
        gap: 6px;
    }

    .bbs-post .bbs-main-action-btn {
        flex: 1 1 calc(33.33333% - 6px);
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 13px;
    }
}
/* 打赏记录 */
.bbs-reward-record {
    margin-top: 18px;
    border: 1px solid #eee;
    background: #fff;
}

.bbs-reward-record-head {
    padding: 0 14px;
    border-bottom: 1px solid #f2f2f2;
    background: #fcfaf5;
}

.bbs-reward-record-title {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 18px 0 0;
    color: #ff6a3d;
    font-size: 16px;
    font-weight: 600;
}

.bbs-reward-record-title i {
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}

.bbs-reward-record-box {
    padding: 14px;
}

.bbs-reward-record-summary {
    display: flex;
    gap: 28px;
    padding-bottom: 12px;
    font-size: 15px;
    color: #333;
}

.bbs-reward-record-summary em {
    display: inline-block;
    min-width: 20px;
    margin-left: 4px;
    padding: 0 6px;
    border-radius: 3px;
    background: #fff2e8;
    color: #ff6a3d;
    font-style: normal;
    font-weight: 600;
}

.bbs-reward-record-list,
.bbs-reward-record-dialog-list {
    border-top: 1px dashed #e9e9e9;
}

.bbs-reward-record-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 30px;
    padding: 0;
    border-bottom: 1px dashed #e9e9e9;
}

.bbs-reward-record-user {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.bbs-reward-record-user img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
    background: #f5f5f5;
}

.bbs-reward-record-user span {
    color: #333;
    font-size: 13px;
    word-break: break-all;
}

.bbs-reward-record-coin {
    flex-shrink: 0;
    color: #ff6a3d;
    font-size: 16px;
}

.bbs-reward-record-more {
    padding-top: 12px;
}

.bbs-reward-record-more a {
    color: #1e9fff;
    font-size: 14px;
    text-decoration: none;
}

.bbs-reward-record-more a:hover {
    color: #0f8ae6;
}

/* 全部打赏记录弹窗 */
.bbs-reward-record-dialog {
    padding: 14px;
    background: #fff;
}

.bbs-reward-record-dialog .layui-card {
    margin: 0;
    box-shadow: none;
}

.bbs-reward-record-dialog .layui-card-body {
    padding: 0;
    max-height: 460px;
    overflow-y: auto;
}

/* 手机端 */
@media (max-width: 768px) {
    .bbs-reward-record {
        margin-top: 14px;
    }

    .bbs-reward-record-head {
        padding: 0 12px;
    }

    .bbs-reward-record-title {
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }

    .bbs-reward-record-box {
        padding: 12px;
    }

    .bbs-reward-record-summary {
        gap: 16px;
        flex-wrap: wrap;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .bbs-reward-record-item {
        min-height: 30px;
        padding: 0;
    }

    .bbs-reward-record-user img {
        width: 28px;
        height: 28px;
    }

    .bbs-reward-record-user span {
        font-size: 14px;
    }

    .bbs-reward-record-coin {
        font-size: 15px;
    }

    .bbs-reward-record-dialog {
        padding: 12px;
    }

    .bbs-reward-record-dialog .layui-card-body {
        max-height: 65vh;
    }
}
/* 全部打赏记录弹窗 */
.bbs-reward-record-dialog {
    padding: 14px;
    background: #fff;
}

.bbs-reward-record-dialog .layui-card {
    margin: 0;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    background: #fff;
}

.bbs-reward-record-dialog .layui-card-body {
    padding: 0;
}

/* 只让列表在内容过多时滚动，不强行撑满 */
.bbs-reward-record-dialog-list {
    max-height: 420px;
    overflow-y: auto;
}

.bbs-reward-record-dialog-actions {
    padding: 14px;
    border-top: 1px solid #f2f2f2;
    text-align: right;
    background: #fff;
}

.bbs-reward-record-dialog-actions .layui-btn {
    min-width: 88px;
}

/* 手机端 */
@media (max-width: 768px) {
    .bbs-reward-record-dialog {
        padding: 12px;
    }

    .bbs-reward-record-dialog-list {
        max-height: 60vh;
    }

    .bbs-reward-record-dialog-actions {
        padding: 12px;
        text-align: center;
    }

    .bbs-reward-record-dialog-actions .layui-btn {
        width: 100%;
        min-width: 0;
    }
}
@media screen and (max-width: 450px){
	.layui-form-item .layui-input-inline {margin: 0px;margin-bottom:10px;}
	.row{margin:0px auto;}
	.info-class{ width:90% !important;}
}
	
   select[multiple]+.layui-form-select>.layui-select-title>input.layui-input{ border-bottom: 0}
        select[multiple]+.layui-form-select dd{ padding:0;}
        select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary]{ margin:0 !important; display:block; line-height:36px !important; position:relative; padding-left:26px;}
        select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] span{line-height:36px !important;padding-left: 10px; float:none;}
        select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] i{ position:absolute; left:10px; top:0; margin-top:9px;}
        .multiSelect{ line-height:normal; height:auto; padding:4px 10px; overflow:hidden;min-height:38px; margin-top:-38px; left:0; z-index:99;position:relative;background:none;}
        .multiSelect a{ padding:2px 5px; background:#908e8e; border-radius:2px; color:#fff; display:block; line-height:20px; height:20px; margin:2px 5px 2px 0; float:left;}
        .multiSelect a span{ float:left;}
        .multiSelect a i {float:left;display:block;margin:2px 0 0 2px;border-radius:2px;width:8px;height:8px;padding:4px;position:relative;-webkit-transition:all .3s;transition:all .3s}
        .multiSelect a i:before, .multiSelect a i:after {position:absolute;left:8px;top:2px;content:'';height:12px;width:1px;background-color:#fff}
        .multiSelect a i:before {-webkit-transform:rotate(45deg);transform:rotate(45deg)}
        .multiSelect a i:after {-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
        .multiSelect a i:hover{ background-color:#545556;}
        .multiOption{display: inline-block; padding: 0 5px;cursor: pointer; color: #999;}
        .multiOption:hover{color: #5FB878}

#toolbar-container{
    border:1px solid #e4e7ed;
    border-bottom:none;
    background:#fafafa;
}

#editor-container{
    border:1px solid #e4e7ed;
    min-height:200px;
}

#editor-container:focus-within{
    border-color:#00ad63;
    box-shadow:0 0 4px rgba(0,173,99,0.2);
}
.w-e-modal .babel-container:nth-child(3),.babel-container:nth-child(2) {
    display: none !important;
}

#editor—wrapper {
border: 1px solid #ccc;
z-index: 100; 
}
#toolbar-container {
border-bottom: 1px solid #ccc;
}
#editor-container {
height: auto;
}
.w-e-text-container [data-slate-editor]{
	font-size: 1rem;
    line-height: 2.2;
    word-break: break-all;	
}
.layui-form-checkbox i{height:30px;}
