body {
    max-width: 1600px;
    min-width: 1600px;
    margin: 0 auto;
    height: 950px;
    display: flex;
    cursor: default;
}

.ce {
    width: 120px;
    background: #9fb5c9;
    font-size: 20px;
    height: 100%;
}

.ce ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.ce ul li {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: background 0.2s, color 0.2s;
}

.ce ul li:hover,
.ce ul li.active {
    cursor: pointer;
    color: blue;
    background: #5e7488;
}

.zhu {
    flex: 1;
    display: flex;
}

.main-item {
    flex: 1;
    background: #89a5c0;
    display: flex;
    width: 1480px;
    flex-direction: column;
}

#lianmengguanli {
    position: relative;
}


#zaxiang {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/*用户模块******************************************/
.yonghu-list-item1 {
    width: 1480px;
    height: 447px;
    display: flex;
    flex-direction: column;
    border: 1px solid #00000079;
    box-sizing: border-box;
    border-radius: 4px;
    gap: 8px;
}

.yonghu-list-item1-page button,
.yonghu-list-item1-biaoti button {
    width: auto;
    height: 28px;
    color: #000;
    border: none;
    align-self: flex-start;
    border-radius: 4px;
    align-self: flex-end;
    margin-top: auto;
    padding: 0 16px;
    border: #00000079 solid 1px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}


.yonghu-list-item1-biaoti {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
}

.yonghu-list-item1-page {
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
}

.yonghu-list-item1-page-numbers {
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
}

.yonghu-list-item1-page-num.active {
    background: #1976d2 !important;
    color: #fff !important;
}

.yonghu-list-item1-biaoge {
    width: 100%;
    height: 373px;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
}

.yonghu-list-item1-table {
    width: 100%;
    border-radius: 4px;
    border-collapse: collapse;
    table-layout: fixed;
}

.yonghu-list-item1-table thead {
    background-color: #86afe0;
}

.yonghu-list-item1-table th,
.yonghu-list-item1-table td {
    min-width: 50px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #00000079;
    font-size: 14px;
    font-family: inherit;
    padding: 0px;
}

.yonghu-list-item1-table td {
    cursor: pointer;
}

.lianmeng-row-unpassed td {
    color: #c62828;
}

.yonghu-list-item1-table-td input[type="checkbox"] {
    height: 33px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

/*用户增加减少 积分  砖石  金币模块******************/
.yonghu-list-item2 {
    width: 1480px;
    height: 150px;
    display: flex;
    border: 1px solid #00000079;
    box-sizing: border-box;
    border-radius: 4px;
    gap: 8px;
}

.jianshao_zuanshi,
.jianshao_jibi,
.jianshao_jifen,
.zengjia_zuanshi,
.zengjia_jibi,
.zengjia_jifen {
    width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #00000079;
}

.jianshao_zuanshi span,
.jianshao_jibi span,
.jianshao_jifen span,
.zengjia_zuanshi span,
.zengjia_jibi span,
.zengjia_jifen span {
    font-size: 16px;
}

.jianshao_zuanshi input,
.jianshao_jibi input,
.jianshao_jifen input,
.zengjia_zuanshi input,
.zengjia_jibi input,
.zengjia_jifen input {
    width: 100%;
    height: 28px;
    border: 1px solid #00000079;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 8px;
}

.jianshao_zuanshi button,
.jianshao_jibi button,
.jianshao_jifen button,
.zengjia_zuanshi button,
.zengjia_jibi button,
.zengjia_jifen button {
    width: 100%;
    height: 28px;
    color: #000;
    border: none;
    border-radius: 4px;
    margin-top: auto;
    padding: 0 16px;
    border: #00000079 solid 1px;
    font-size: 14px;
    cursor: pointer;
}

.jianshao_zuanshi button:hover,
.jianshao_jibi button:hover,
.jianshao_jifen button:hover,
.zengjia_zuanshi button:hover,
.zengjia_jibi button:hover,
.zengjia_jifen button:hover {
    background: #1976d2;
    color: #fff;
}

.lianmeng_list_item2 {
    width: 1480px;
    min-height: 150px;
    display: flex;
    align-items: stretch;
    gap: 8px;
    margin-top: 8px;
}

.lianmeng_module_card {
    width: 260px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #00000079;
}

.lianmeng_module_title {
    font-size: 18px;
    font-weight: 600;
}

.lianmeng_module_desc {
    font-size: 13px;
    line-height: 1.4;
    color: #253746;
}

.lianmeng_module_select,
.lianmeng_module_btn {
    width: 100%;
    height: 32px;
    border: 1px solid #00000079;
    border-radius: 4px;
    box-sizing: border-box;
}

.lianmeng_module_select {
    padding: 0 8px;
    background: #f3f8fd;
}

.lianmeng_module_btn {
    margin-top: auto;
    background: #f3f8fd;
    cursor: pointer;
}

.lianmeng_module_btn:hover {
    background: #1976d2;
    color: #fff;
}

.lianmengfangjian-layout {
    width: 1480px;
    height: 100%;
    display: flex;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.lianmengfangjian-sidebar {
    width: 170px;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}

.lianmengfangjian-sidebar-header {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
}

.lianmengfangjian-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.lianmengfangjian-subtitle {
    font-size: 11px;
    line-height: 1.45;
    color: #274158;
    margin-top: 4px;
}

.lianmengfangjian-refresh-btn {
    width: 100%;
    height: 30px;
    border: 1px solid #00000079;
    border-radius: 4px;
    background: #f3f8fd;
    cursor: pointer;
    padding: 0 10px;
}

.lianmengfangjian-refresh-btn:hover {
    background: #1976d2;
    color: #fff;
}

.lianmengfangjian-club-list {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
}

.lianmengfangjian-club-item {
    width: 100%;
    border: 1px solid #00000079;
    border-radius: 8px;
    background: #bdd2ea;
    padding: 12px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: left;
}

.lianmengfangjian-club-item:hover,
.lianmengfangjian-club-item.active {
    background: #6f95be;
    color: #fff;
}

.lianmengfangjian-club-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 10px;
    text-align: center;
    word-break: break-word;
}

.lianmengfangjian-club-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lianmengfangjian-club-meta-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    font-size: 11px;
    line-height: 1.4;
}

.lianmengfangjian-club-meta-label {
    color: rgba(24, 44, 69, 0.78);
    flex-shrink: 0;
}

.lianmengfangjian-club-meta-value {
    color: #17324f;
    font-weight: 600;
    text-align: right;
    word-break: break-all;
}

.lianmengfangjian-club-item.active .lianmengfangjian-club-meta-label,
.lianmengfangjian-club-item.active .lianmengfangjian-club-meta-value,
.lianmengfangjian-club-item:hover .lianmengfangjian-club-meta-label,
.lianmengfangjian-club-item:hover .lianmengfangjian-club-meta-value {
    color: #ffffff;
}

.lianmengfangjian-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.lianmengfangjian-content-header {
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 6px;
    padding: 10px 12px;
    box-sizing: border-box;
}

.lianmengfangjian-selected-meta {
    font-size: 18px;
    font-weight: 600;
}

.lianmengfangjian-selected-tip {
    margin-top: 6px;
    font-size: 12px;
    color: #274158;
}

.lianmengfangjian-table-wrap {
    flex: 1;
    min-height: 0;
    overflow: auto;
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 6px;
}

.lianmengfangjian-table {
    min-width: 3200px;
}

.lianmengfangjian-table th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.lianmengfangjian-empty,
.lianmengfangjian-loading {
    padding: 12px;
    border: 1px dashed #00000079;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
    font-size: 14px;
}

.lianmengfangjian-json {
    max-width: 420px;
}

/*记录管理******************************************/
.jilu-layout {
    width: 1480px;
    height: 100%;
    min-height: 0;
    display: flex;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.lianmeng-guanli-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    z-index: 999;
}

.lianmeng-guanli-overlay[hidden] {
    display: none;
}

.lianmeng-guanli-dialog {
    width: min(980px, 100%);
    max-height: min(640px, calc(100vh - 48px));
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.lianmeng-guanli-dialog-header {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #86afe0;
    border-bottom: 1px solid #00000079;
    box-sizing: border-box;
}

.lianmeng-guanli-dialog-title {
    font-size: 16px;
    font-weight: 600;
}

.lianmeng-guanli-close-btn {
    width: auto;
    height: 28px;
    color: #000;
    border: 1px solid #00000079;
    border-radius: 4px;
    padding: 0 16px;
    background: #f4f7fb;
    cursor: pointer;
}

.lianmeng-guanli-dialog-body {
    padding: 12px;
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: border-box;
    background: #9cb7d1;
}

.lianmeng-guanli-dialog-meta {
    margin-bottom: 10px;
    padding: 8px 12px;
    background: #b6cbe0;
    border: 1px solid #00000079;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}

.lianmeng-guanli-table {
    background: #a7c2e2;
}

.jilu-yonghu {
    width: 320px;
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.jilu-title {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: #86afe0;
    border-bottom: 1px solid #00000079;
}

.jilu-yonghu-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.jilu-yonghu-item {
    border: 1px solid #00000079;
    border-radius: 4px;
    background: #d7e4f2;
    padding: 10px;
    cursor: pointer;
}

.jilu-yonghu-item.active,
.jilu-yonghu-item:hover {
    background: #5e7488;
    color: #fff;
}

.jilu-yonghu-item strong,
.jilu-yonghu-item span {
    display: block;
    line-height: 1.6;
}

.jilu-mingxi {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    min-height: 0;
}

.jilu-toolbar {
    height: 50px;
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.jilu-current-user {
    font-size: 16px;
}

.jilu-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}

.jilu-filter input,
.jilu-filter button {
    height: 30px;
    border: 1px solid #00000079;
    border-radius: 4px;
    box-sizing: border-box;
}

.jilu-filter button {
    padding: 0 14px;
    cursor: pointer;
}

.jilu-biaoge {
    flex: 1;
    min-height: 0;
    min-width: 0;
    background: #a7c2e2;
    border: 1px solid #00000079;
    border-radius: 4px;
    overflow: auto;
}

.jilu-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.jilu-table thead {
    background: #86afe0;
}

.jilu-table th,
.jilu-table td {
    border: 1px solid #00000079;
    text-align: center;
    height: 36px;
    padding: 0 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.jilu-empty {
    text-align: center;
    color: #444;
}

/********************************************/
/********************************************/
/********************************************/
/*****************杂项第一栏上传内容***************************/
.zaxiang_itemA {
    width: 1480px;
    height: 200px;
    display: flex;
    border: 1px solid #00000079;
    box-sizing: border-box;
    border-radius: 4px;
    gap: 8px;
}

.shangchuan-zhuti,
.shangchuan-9tu,
.qj-add-item1-touxiang,
.shangchuan-A-img {
    width: 300px;
    height: 100%;
    background-color: #a7c2e2;
    border-radius: 4px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #00000079;
}

.shangchuan-zhuti span,
.shangchuan-9tu span,
.qj-add-item1-touxiang span,
.shangchuan-A-img span {
    font-size: 26px;
    font-weight: bold;
}

.shangchuan-zhuti button,
.shangchuan-9tu button,
.qj-add-item1-touxiang button,
.shangchuan-A-img button {
    width: 100%;
    height: 28px;
    color: #000;
    border: none;
    border-radius: 4px;
    margin-top: auto;
    padding: 0 16px;
    border: #00000079 solid 1px;
    font-size: 14px;
    cursor: pointer;
}

.shangchuan-zhuti button:hover,
.qj-add-item1-touxiang button:hover,
.shangchuan-A-img button:hover,
.shangchuan-9tu button:hover {
    background: #1976d2;
    color: #fff;
}



#quanju {
    background: #89a5c0;
}

.quanju-layout {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
}

.quanju-card {
    width: 720px;
    max-width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #00000079;
    border-radius: 8px;
    background: #dce7f2;
}

.quanju-card-simple {
    gap: 12px;
}

.quanju-btn,
.quanju-table-actions button {
    height: 32px;
    padding: 0 12px;
    border: 1px solid #00000042;
    border-radius: 6px;
    background: #f8fbff;
    color: #1f3d56;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.quanju-btn:hover,
.quanju-table-actions button:hover {
    background: #e4eef8;
}

.quanju-btn-primary {
    background: #35516d;
    border-color: #2b435a;
    color: #fff;
}

.quanju-btn-primary:hover {
    background: #40627f;
}

.quanju-simple-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    border: 1px solid #00000022;
    border-radius: 8px;
    background: #edf4fa;
}

.quanju-simple-section-content {
    margin-top: 2px;
}

.quanju-simple-title,
.quanju-simple-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.quanju-simple-title {
    font-size: 15px;
    font-weight: 700;
    color: #17344c;
}

.quanju-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.quanju-field-plain {
    max-width: 560px;
}

.quanju-field span {
    font-size: 13px;
    font-weight: 700;
    color: #24445f;
}

.quanju-field input,
.quanju-field textarea,
.quanju-upload-row input[type="file"] {
    width: 100%;
    min-width: 0;
    border: 1px solid #0000002d;
    border-radius: 6px;
    padding: 8px 10px;
    box-sizing: border-box;
    background: #fff;
    color: #153046;
    font-size: 13px;
    outline: none;
}

.quanju-field input:focus,
.quanju-field textarea:focus {
    border-color: #5d86ac;
}

.quanju-field textarea {
    resize: vertical;
    min-height: 110px;
    line-height: 1.5;
}

.quanju-upload-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.quanju-upload-row-simple input[type="file"] {
    width: 360px;
    max-width: 100%;
}

.quanju-save-all-row {
    display: flex;
    justify-content: flex-start;
    padding-top: 2px;
}

.quanju-simple-section-content {
    padding-top: 12px;
    border-top: 1px dashed #0000002f;
}