html {
    font-size: 16px;
}

body {
    margin: 0;
    min-height: 100vh;
    background: #eef2f8;
    color: #111111;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.xlh5858-page {
    width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    background: #ffffff;
    border-left: 4px solid #4866bb;
    border-right: 4px solid #4866bb;
    box-sizing: border-box;
}

.xlh5858-hero img,
.xlh5858-module>img,
.xlh5858-bottom-images img {
    display: block;
    width: 100%;
    height: auto;
}

.diyige_dongtu {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
}

.diyige_dongtu img {
    display: block;
    width: 100%;
    height: auto;
}

.xlh5858-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 18px 18px;
    background: #ffffff;
    box-sizing: border-box;
}

.xlh5858-nav button {
    height: 36px;
    border: 0;
    border-radius: 18px;
    background: #0067b7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.xlh5858-draw {
    border-top: 1px solid #d8e0ea;
    border-bottom: 1px solid #d8e0ea;
}

.xlh5858-draw-title {
    padding: 6px 10px;
    background: #e51f22;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.xlh5858-draw iframe {
    display: block;
    width: 100%;
    height: 220px;
    border: 0;
}

.xlh5858-module-body {
    min-height: 120px;
}

.xlh5858-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 2px 8px;
    border-bottom: 1px dashed #cfd4dc;
    font-size: 32px;
    line-height: 1.8;
    box-sizing: border-box;
}

.xlh5858-qishu {
    font-weight: 700;
}

.xlh5858-content {
    color: #008000;
}

.xlh5858-result {
    color: #1d4ed8;
    font-weight: 700;
}

.xlh5858-result-label {
    color: #111111;
}

.xlh5858-hit,
.xlh5858-txb-hit {
    background: #ffe66d;
}

.xlh5858-tip {
    padding: 6px 8px;
    color: #c026d3;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.xlh5858-lxlm-row,
.xlh5858-sx8-row {
    flex-direction: column;
    align-items: center;
}

.xlh5858-lxlm-bottom,
.xlh5858-sx8-lines {
    width: 100%;
    text-align: center;
}

.xlh5858-sx8-line {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.xlh5858-txb-block {
    border-bottom: 1px solid #e5e7eb;
    background: #fffbea;
}

.xlh5858-txb-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 10px;
    background: #ec3039;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
}

.xlh5858-txb-title img {
    width: 20px;
    height: 20px;
}

.xlh5858-txb-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
}

.xlh5858-txb-table td {
    padding: 4px 6px;
    border: 1px solid #e5e7eb;
}

.xlh5858-txb-table tr:nth-child(odd) {
    background: #fffdf5;
}

.xlh5858-txb-qishu {
    width: 110px;
    white-space: nowrap;
}

.xlh5858-txb-name {
    color: #0000ff;
}

.xlh5858-txb-result {
    width: 90px;
    color: #e53e3e;
    font-weight: 700;
    white-space: nowrap;
}

.xlh5858-bottom-images {
    display: grid;
    gap: 0;
}

.xlh5858-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    padding: 8px 8px 16px;
    box-sizing: border-box;
    color: #1f2937;
    text-align: center;
}

.xlh5858-footer-main {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
}

.xlh5858-footer-domain {
    padding-top: 5px;
}

.xlh5858-footer-desc {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 600px) {
    html {
        font-size: 18px;
    }

    .xlh5858-page {
        width: 100%;
        border-left-width: 2px;
        border-right-width: 2px;
    }

    .diyige_dongtu,
    .diyige_dongtu img {
        width: 100%;
        max-width: 100%;
    }

    .xlh5858-nav {
        gap: 4px;
        padding: 8px 4px 10px;
    }

    .xlh5858-nav button {
        height: 28px;
        border-radius: 14px;
        font-size: 12px;
    }

    .xlh5858-draw iframe {
        height: 190px;
    }

    .xlh5858-row {
        gap: 4px;
        padding: 2px 4px;
        font-size: 18px;
        line-height: 1.6;
    }

    .xlh5858-tip {
        font-size: 14px;
    }

    .xlh5858-txb-title {
        font-size: 18px;
    }

    .xlh5858-txb-table {
        font-size: 12px;
    }

    .xlh5858-txb-table td {
        padding: 3px 4px;
    }

    .xlh5858-txb-qishu {
        width: 72px;
    }

    .xlh5858-txb-result {
        width: 60px;
    }

    .xlh5858-footer {
        padding: 6px 6px 14px;
        gap: 2px;
    }

    .xlh5858-footer-main {
        font-size: 16px;
    }

    .xlh5858-footer-domain {
        padding-top: 3px;
        font-size: 12px;
    }

    .xlh5858-footer-desc {
        font-size: 12px;
    }
}