html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
    cursor: default;
    background-color: #9eaae2;
}

body {
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    width: 1550px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #dbd7d7;
}

.qishu {
    width: 100%;
    min-height: 50px;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 3px;
    overflow-x: auto;
    background-color: #7588df;

}

.qishu-item {
    flex: 0 0 auto;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #b7bfdc;
    border-radius: 6px;
    font-size: 16px;
    color: #e62323;
    cursor: pointer;
}

.qishu-item-active {
    background-color: #ffe8e8;
    border-color: #e62323;
    font-weight: 600;
}

.mianban {
    width: 100%;
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    box-sizing: border-box;
    background-color: #f6f6f6;
}

.shuju-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #ffffff;
    font-size: 16px;
}

.shuju-table th,
.shuju-table td {
    height: 30px;
    max-width: 0;
    padding: 0 8px;
    border: 1px solid #b8b8b8;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shuju-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: #dfe6ff;
    font-weight: 600;
}

.shuru {
    width: 100%;
    min-height: 110px;
    padding: 14px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    background-color: #6d84e7;
    border-top: 1px solid #b8b8b8;
}

.shuru1 {
    width: 390px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
    font-size: 16px;
    color: #222222;
}

.qishu-input {
    width: 120px;
    height: 30px;
    padding: 0 8px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 15px;
    outline: none;
}

.haoma-input {
    width: 76px;
    height: 30px;
    padding: 0 6px;
    box-sizing: border-box;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 15px;
    text-align: center;
    outline: none;
}

.queding-btn {
    width: 86px;
    height: 30px;
    border: 1px solid #666666;
    border-radius: 4px;
    background-color: #dfe6ff;
    font-size: 15px;
    cursor: pointer;
}

.queding-btn:active {
    background-color: #c9d4ff;
}

.tongji-info {
    min-height: 44px;
    padding: 0 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-width: 360px;
    max-width: 1080px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
    font-size: 15px;
    color: #222222;
    line-height: 22px;
    white-space: normal;
}

.stat-active td {
    background-color: #fff4d6;
    color: #c00000;
    font-weight: 600;
}

.stat-miss td {
    color: #666666;
    background-color: #fafafa;
}

.hidden {
    display: none !important;
}

.modal-mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.35);
}

.modal-box {
    width: 1180px;
    max-width: 94vw;
    height: 86vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #666666;
    border-radius: 6px;
}

.modal-head,
.modal-foot {
    height: 48px;
    padding: 0 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dfe6ff;
    font-size: 16px;
    font-weight: 600;
}

.modal-close,
.fenye-btn {
    height: 30px;
    padding: 0 12px;
    border: 1px solid #666666;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
}

.fenye-btn:disabled {
    color: #999999;
    background-color: #eeeeee;
    cursor: default;
}

.muban-content {
    flex: 1;
    min-height: 520px;
    padding: 12px;
    box-sizing: border-box;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    font-size: 15px;
}

.muban-item {
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    background-color: #f7f7f7;
}

.muban-page-info {
    min-width: 260px;
    text-align: center;
    font-weight: 400;
}

.generate-box {
    width: 1040px;
    max-width: 92vw;
    height: 78vh;
    max-height: 720px;
    display: flex;
    flex-direction: column;
    background-color: #f5f7fb;
    border: 1px solid #7f8fcf;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(26, 36, 78, 0.32);
    overflow: hidden;
}

.generate-head {
    min-height: 78px;
    padding: 14px 18px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background-color: #ffffff;
    border-bottom: 1px solid #d6dbee;
}

.generate-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #1f2a44;
}

.generate-status {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #5b6478;
}

.generate-percent {
    flex: 0 0 auto;
    min-width: 80px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #bec7e8;
    border-radius: 6px;
    background-color: #eef2ff;
    color: #2846b3;
    font-size: 20px;
    font-weight: 700;
}

.generate-actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.generate-close {
    width: 72px;
    height: 34px;
    border: 1px solid #9faad0;
    border-radius: 5px;
    background-color: #ffffff;
    color: #2f3750;
    font-size: 14px;
    cursor: pointer;
}

.generate-close:active {
    background-color: #eef2ff;
}

.generate-progress {
    height: 12px;
    margin: 14px 18px 0;
    border-radius: 999px;
    overflow: hidden;
    background-color: #dfe4f4;
}

.generate-progress-bar {
    width: 0;
    height: 100%;
    background-color: #4264d9;
    transition: width 0.18s ease;
}

.generate-columns {
    flex: 1;
    min-height: 0;
    padding: 14px 18px 18px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    box-sizing: border-box;
}

.generate-panel {
    min-height: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #d1d8ed;
    border-radius: 7px;
    overflow: hidden;
    background-color: #ffffff;
}

.generate-panel-hot {
    border-color: #efc76e;
}

.generate-subtitle {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    box-sizing: border-box;
    font-weight: 600;
    color: #1f2a44;
    background-color: #eef2ff;
    border-bottom: 1px solid #d1d8ed;
}

.generate-list {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    background-color: #ffffff;
}

.generate-item {
    min-height: 42px;
    padding: 7px 10px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 135px 1fr 82px;
    gap: 8px;
    align-items: center;
    border-bottom: 1px solid #edf0f7;
    font-size: 14px;
    line-height: 18px;
    color: #222222;
}

.generate-item-streak {
    color: #8a4b00;
    font-weight: 600;
    background-color: #fff7df;
}

.generate-robot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.generate-numbers {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Consolas, "Microsoft YaHei", monospace;
}

.generate-badge {
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 999px;
    background-color: #edf0f7;
    color: #4f596f;
    font-size: 13px;
    font-weight: 600;
}

.generate-badge-hit {
    background-color: #ffe8bd;
    color: #a55400;
}

.generate-empty {
    padding: 18px 12px;
    color: #7b8498;
    font-size: 14px;
    text-align: center;
}

.robot-page-bar {
    height: 44px;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 6px;
}

.robot-page-info {
    min-width: 150px;
    text-align: center;
    font-size: 15px;
    color: #222222;
}