html {
    font-size: 13.333333vw;
    -webkit-text-size-adjust: 100%;
}

@media (min-width: 750px) {
    html {
        font-size: 50px;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #f3f5f9;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.page {
    width: 100%;
    max-width: 750px;
    min-height: 100vh;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
    font-size: .32rem;
}

.hero {
    background: #08143a;
}

.hero img {
    display: block;
    width: 100%;
    height: auto;
}

.source-tabs {
    display: flex;
    gap: .14rem;
    padding: .16rem .18rem 0;
    background: #fff;
}

.source-tabs a {
    flex: 1;
    padding: .16rem .08rem;
    border-radius: .18rem;
    background: #eef4ff;
    color: #1262da;
    text-align: center;
    font-size: .28rem;
    font-weight: 800;
}

.source-tabs a.active {
    background: #1262da;
    color: #fff;
}

.lottery-panel {
    margin: .18rem .12rem;
    border: 1px solid #dce8ff;
    border-radius: .16rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .06rem .18rem rgba(18, 98, 218, .08);
}

.lottery-tabs {
    display: flex;
    gap: .04rem;
    background: #f7faff;
}

.lottery-tabs button {
    flex: 1;
    border: 0;
    padding: .14rem .04rem;
    color: #111;
    background: #fff;
    font-size: .24rem;
    font-weight: 800;
}

.lottery-tabs button.active {
    color: #fff;
    background: #1262da;
}

.lottery-tabs span {
    display: block;
    margin-top: .04rem;
    font-size: .2rem;
    font-weight: 500;
}

.open-box {
    padding: .14rem .12rem .18rem;
}

.open-head {
    display: flex;
    align-items: center;
    gap: .12rem;
    margin-bottom: .14rem;
    font-size: .24rem;
    font-weight: 700;
}

.open-head div:nth-child(2) {
    flex: 1;
    text-align: center;
}

.open-head span,
.open-head a {
    color: #e92828;
}

.open-balls {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .02rem;
    min-height: 1.05rem;
}

.open-balls .empty {
    width: 100%;
    padding: .2rem 0;
    font-size: .24rem;
}

.ball-col {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.open-plus {
    flex: 0 0 .28rem;
    padding-top: .08rem;
    color: #888;
    font-size: .34rem;
    line-height: .64rem;
    text-align: center;
}

.ball {
    width: .64rem;
    height: .64rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: .06rem solid #ff3131;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: .28rem;
    font-weight: 900;
    line-height: .52rem;
    box-shadow: inset -.06rem -.06rem 0 rgba(0, 0, 0, .08);
}

.ball.green {
    border-color: #16c94b;
}

.ball.blue {
    border-color: #3391ff;
}

.ball.empty {
    border-color: #ddd;
    color: transparent;
    box-shadow: inset -.04rem -.04rem 0 rgba(0, 0, 0, .04);
}

.ball-label {
    margin-top: .06rem;
    color: #111;
    font-size: .18rem;
    font-weight: 700;
    white-space: nowrap;
}

.open-foot {
    margin-top: .12rem;
    color: #e92828;
    font-size: .22rem;
    text-align: center;
}

.pill-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .12rem;
    padding: .12rem .1rem .18rem;
    background: #fff;
}

.pill-link {
    display: flex;
    min-height: .46rem;
    align-items: center;
    justify-content: center;
    padding: .06rem .04rem;
    border-radius: .28rem;
    color: #fff;
    background: #1167d8;
    font-size: .26rem;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.notice-bar {
    display: flex;
    align-items: center;
    margin: .14rem .18rem .18rem;
    border: 1px solid #ffc33d;
    border-radius: .14rem;
    overflow: hidden;
    background: #fff4bf;
}

.notice-bar strong {
    display: block;
    margin: .12rem .16rem;
    padding: .12rem .2rem;
    border-radius: 999px;
    color: #fff;
    background: #ff5a00;
    font-size: .3rem;
    white-space: nowrap;
}

.notice-bar marquee {
    flex: 1;
    color: #874006;
    font-size: .29rem;
    font-weight: 800;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .42rem .4rem;
    padding: .12rem .06rem .32rem;
}

.card-link {
    display: flex;
    min-height: .74rem;
    align-items: center;
    justify-content: center;
    padding: .08rem .04rem;
    border: 1px solid #e5eaf2;
    border-radius: .12rem;
    background: #fff;
    color: #3b82ff;
    box-shadow: 0 .02rem .04rem rgba(0, 0, 0, .04);
    font-size: .28rem;
    font-weight: 500;
    line-height: 1.18;
    text-align: center;
}

.modules {
    padding: .12rem .1rem .4rem;
    background: #f4f6fb;
}

.source-content {
    width: 100%;
    padding: .1rem .08rem .4rem;
    background: #fff;
    overflow-x: auto;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.source-content * {
    max-width: 100%;
}

.source-content .lh-mod-wrap,
.source-content .lh-mod,
.source-content .lh-mod * {
    max-width: 100%;
}

.source-content img {
    max-width: 100%;
    height: auto;
}

.source-content img[src*="zhong.gif"],
.source-content img[src*="_zhong.gif"] {
    display: none !important;
}

.source-content .zzhlzmmenu,
.source-content .Menub50000 {
    display: none !important;
}

.source-content iframe {
    max-width: 100%;
}

.source-content table {
    width: 100% !important;
    max-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    height: auto !important;
}

.source-content td,
.source-content th {
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    padding: .08rem .04rem !important;
    line-height: 1.45 !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
}

.source-content tr,
.source-content div,
.source-content p {
    height: auto !important;
    min-height: 0 !important;
}

.source-content p {
    margin: .06rem 0 !important;
}

.source-content br {
    line-height: 1;
}

.source-content a {
    word-break: break-all;
    overflow-wrap: anywhere;
}

.source-content [style*="font-size"] {
    font-size: clamp(.28rem, 4.8vw, .42rem) !important;
}

.source-content font[size] {
    font-size: .32rem !important;
}

.source-content font[size="5"],
.source-content font[size="6"],
.source-content font[size="7"] {
    font-size: .38rem !important;
}

.source-content [style*="padding"] {
    padding-left: .04rem !important;
    padding-right: .04rem !important;
}

.source-content .lh-mod-head[style*="padding"],
.source-content .lh-mod-row[style*="padding"] {
    padding: .12rem .06rem !important;
}

.source-content .nav2,
.source-content #nav2,
#ziliaoModules .nav2,
#ziliaoModules #nav2 {
    width: 100% !important;
    padding: .04rem .02rem .08rem !important;
    background: #fff !important;
}

.source-content .nav2 ul,
.source-content #nav2 ul,
#ziliaoModules .nav2 ul,
#ziliaoModules #nav2 ul {
    display: flex !important;
    justify-content: space-between !important;
    margin: .04rem 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

.source-content .nav2 li,
.source-content #nav2 li,
#ziliaoModules .nav2 li,
#ziliaoModules #nav2 li {
    display: block !important;
    flex: 1 !important;
    width: auto !important;
    margin: 0 .02rem !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

.source-content .nav2 li::marker,
.source-content #nav2 li::marker,
.source-content .nav2 li::before,
.source-content #nav2 li::before,
.source-content .nav2 li::after,
.source-content #nav2 li::after,
#ziliaoModules .nav2 li::marker,
#ziliaoModules #nav2 li::marker {
    content: none !important;
    display: none !important;
}

.source-content .nav2 a,
.source-content #nav2 a,
#ziliaoModules .nav2 a,
#ziliaoModules #nav2 a {
    display: block !important;
    padding: .08rem .02rem !important;
    border-radius: .4rem !important;
    color: #fff !important;
    background: #0a5cda !important;
    text-align: center !important;
    font-size: .22rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.source-content .lh-nav-anchor {
    display: block;
    height: 0;
    overflow: hidden;
    scroll-margin-top: .16rem;
}

.source-content [id] {
    scroll-margin-top: .16rem;
}

.source-content .lh-hit,
#ziliaoModules .lh-hit {
    color: inherit !important;
    background: #ffff00 !important;
}

.source-content .lh-judge-win {
    color: #e92828;
    font-weight: 800;
}

.source-content .lh-judge-lose {
    color: #333;
    font-weight: 700;
}

.source-content .lh-mod-wrap,
.source-content .lh-mod,
.source-content .lh-mod-head,
.source-content .lh-mod-sub,
.source-content .lh-mod-row,
.source-content .lh-footer-img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    height: auto !important;
    box-sizing: border-box;
}

.lh-mod-wrap {
    margin: .12rem 0;
    clear: both;
}

.lh-mod {
    margin: 0 0 .18rem;
    overflow: hidden;
    background: #fff;
}

.lh-nav-anchor {
    display: block;
    height: 0;
    overflow: hidden;
    scroll-margin-top: 8px;
}

#ziliaoModules [id] {
    scroll-margin-top: 8px;
}

.lh-year-chart,
.source-content .lh-year-chart {
    display: block !important;
    width: 100% !important;
    margin: .2rem 0 0 !important;
    clear: both;
}

.lh-year-chart img,
.source-content .lh-year-chart img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.lh-footer-img {
    margin: .16rem 0 0;
}

.lh-footer-img img {
    display: block;
    width: 100%;
    height: auto;
}

.lh-mod-head-table {
    width: 100% !important;
    table-layout: auto !important;
}

.source-content .lh-mod-head,
.lh-mod-head {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: .12rem 0 0 !important;
    padding: .12rem .06rem !important;
    color: #fff !important;
    background: #0000ff !important;
    border: 8px double #00f !important;
    font-size: .32rem !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    text-align: center !important;
    height: auto !important;
    min-height: .64rem !important;
}

.lh-mod-head em {
    color: #ffff00;
    font-style: normal;
}

.lh-mod-sub {
    padding: .1rem 0 .04rem;
    color: #008000;
    font-size: .3rem;
    font-weight: 800;
    text-align: center;
}

.lh-mod-row {
    padding: .1rem .08rem;
    border-bottom: 1px solid #d8d8d8;
    color: #111;
    font-size: .28rem;
    line-height: 1.55;
    text-align: center;
}

.lh-issue {
    color: #0000ff;
    font-weight: 800;
}

.lh-pred {
    color: #c000c0;
    font-weight: 800;
}

.zl-module {
    scroll-margin-top: .2rem;
    margin-bottom: .18rem;
    border-radius: .12rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .02rem .08rem rgba(0, 0, 0, .06);
}

.zl-module-title {
    padding: .16rem .18rem;
    color: #fff;
    background: linear-gradient(135deg, #1167d8 0%, #2092ff 100%);
    font-size: .3rem;
    font-weight: 900;
    text-align: center;
}

.zl-module-body {
    padding: .08rem;
    overflow-x: auto;
    color: #111;
    font-size: .26rem;
    line-height: 1.55;
}

.zl-module-body * {
    max-width: 100%;
}

.zl-module-body h1,
.zl-module-body h2,
.zl-module-body h3,
.zl-module-body h4,
.zl-module-body h5,
.zl-module-body h6,
.zl-module-body p {
    margin: .08rem 0;
}

.zl-module-body h1,
.zl-module-body h2,
.zl-module-body h3 {
    color: #1167d8;
    font-weight: 900;
    text-align: center;
}

.zl-module-body ul,
.zl-module-body ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.zl-module-body li {
    padding: .08rem .1rem;
    border-bottom: 1px solid #edf1f7;
    word-break: break-all;
}

.zl-module-body li::marker {
    content: "";
}

.zl-module-body strong,
.zl-module-body b {
    font-weight: 900;
}

.zl-module-body img {
    max-width: 100%;
    height: auto;
}

.zl-module-body .biaoti img {
    width: 100%;
    height: 1.1rem;
}

.zl-module-body table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    background: #fff;
}

.zl-module-body td,
.zl-module-body th {
    padding: .07rem .05rem;
    border: 1px solid #eee;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
}

.empty {
    padding: .6rem .2rem;
    color: #666;
    text-align: center;
    font-size: .26rem;
}

.footer {
    padding: .24rem .2rem .36rem;
    color: #666;
    background: #fff;
    font-size: .22rem;
    line-height: 1.6;
    text-align: center;
}

.back-top {
    position: fixed;
    right: calc(50% - 3.55rem);
    bottom: .4rem;
    display: none;
    width: .72rem;
    height: .72rem;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #1262da;
    font-size: .36rem;
    font-weight: 900;
    box-shadow: 0 .06rem .16rem rgba(18, 98, 218, .3);
}

.back-top.visible {
    display: block;
}

@media (max-width: 420px) {
    .pill-link {
        font-size: .24rem;
    }

    .card-grid {
        gap: .34rem .32rem;
    }
}

@media (max-width: 750px) {
    .source-content {
        padding: .08rem .02rem .32rem;
        overflow-x: auto;
        font-size: .28rem;
        line-height: 1.5;
    }

    .source-content table {
        display: table !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        table-layout: auto !important;
        border-collapse: collapse;
    }

    .source-content .lh-mod-head-table,
    .source-content .lh-mod-head-table td {
        display: table !important;
        width: 100% !important;
    }

    .source-content .lh-mod-head-table td {
        display: table-cell !important;
    }

    .source-content tbody {
        display: table-row-group !important;
    }

    .source-content tr {
        display: table-row !important;
        height: auto !important;
        min-height: 0 !important;
    }

    .source-content td,
    .source-content th {
        display: table-cell !important;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: .05rem .03rem !important;
        text-align: center !important;
        vertical-align: middle !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .source-content font,
    .source-content span,
    .source-content b,
    .source-content strong,
    .source-content p,
    .source-content div {
        max-width: 100% !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }

    .source-content .mod-ptyw .lh-line,
    .source-content .mod-dyds .lh-line,
    .source-content .mod-ptyw .lh-line span,
    .source-content .mod-dyds .lh-line span,
    .source-content .mod-ptyw .lh-grid-row,
    .source-content .mod-dyds .lh-grid-row,
    .source-content .mod-ptyw .lh-grid-row span,
    .source-content .mod-dyds .lh-grid-row span,
    .source-content .lh-nowrap,
    .source-content .lh-nowrap span,
    .source-content .lh-sx8-grid,
    .source-content .lh-sx8-item,
    .source-content .lh-sx8-head,
    .source-content .lh-sx8-head span {
        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow-wrap: normal !important;
        max-width: none !important;
    }

    .source-content .lh-sx8-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .source-content .mod-ptyw .lh-grid-row,
    .source-content .mod-dyds .lh-grid-row {
        display: grid !important;
        grid-template-columns: 1.18rem 1.62rem 2.2rem .56rem 1.36rem .5rem !important;
    }

    .source-content .lh-mod-wrap,
    .source-content .lh-mod,
    .source-content .lh-mod-head,
    .source-content .lh-mod-sub,
    .source-content .lh-mod-row,
    .source-content .lh-footer-img {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .source-content [style*="float"] {
        float: none !important;
    }

    .source-content font[size] {
        font-size: .32rem !important;
    }

    .source-content font[size="5"],
    .source-content font[size="6"],
    .source-content font[size="7"] {
        font-size: .38rem !important;
    }

    .lh-mod-head {
        font-size: .34rem;
    }

    .lh-mod-row,
    .lh-mod-sub {
        font-size: .3rem;
    }
}

#ziliaoModules.source-content {
    padding: .12rem .1rem .36rem !important;
    font-size: .36rem !important;
    line-height: 1.7;
}

#ziliaoModules.source-content .lh-catalog,
#ziliaoModules.source-content .lh-catalog .lh-mod,
#ziliaoModules.source-content .lh-catalog .lh-block,
#ziliaoModules.source-content .lh-catalog .lh-line,
#ziliaoModules.source-content .lh-catalog .lh-wz-item {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
}

.lh-catalog {
    display: block;
    width: 100%;
    padding: 0;
    font-size: .36rem !important;
    line-height: 1.8;
    color: #111;
    text-align: center;
}

.lh-cat-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .1rem;
    margin: 0 0 .2rem;
    padding: .12rem .08rem;
    background: #fff8e1;
    border: 1px solid #f0d48a;
}

.lh-cat-nav a {
    flex: 1 1 30%;
    min-width: 2rem;
    padding: .12rem .06rem;
    border-radius: .4rem;
    background: #0a5cda;
    color: #fff !important;
    text-align: center;
    font-size: .3rem !important;
    font-weight: 800;
}

.lh-mod {
    display: block;
    width: 100%;
    margin: 0 0 .28rem;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

.lh-block {
    display: block;
    width: 100%;
    padding: .12rem .08rem;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.mod-sjg > .lh-line {
    display: block;
    padding: .12rem .08rem;
    border-bottom: 1px solid #ddd;
}

.lh-line {
    display: block;
    width: 100%;
    padding: .04rem 0;
    text-align: center;
}

.lh-center {
    text-align: center !important;
}

.lh-hd-plain,
.lh-hd-gold,
.lh-hd-grad,
.lh-hd-orange,
.lh-hd-dark,
.lh-hd-green,
.lh-hd-brown,
.lh-hd-wine {
    display: block;
    width: 100%;
    padding: .18rem .1rem;
    font-size: .4rem !important;
    font-weight: 800;
    text-align: center !important;
}

.lh-hd-plain {
    background: linear-gradient(180deg, #fff6c8, #f3e08a);
    border: 2px solid #d4a017;
}

.lh-hd-gold {
    background: linear-gradient(180deg, #f7de76, #e6bf3a);
    border-top: 1px solid #c9a227;
    border-bottom: 1px solid #c9a227;
}

.lh-hd-grad {
    color: #d4a017;
    background: linear-gradient(180deg, #f3f3f3, #fff);
    box-shadow: 0 .04rem .1rem rgba(0, 0, 0, .12);
}

.lh-hd-orange {
    background: linear-gradient(90deg, #ffe14a, #ff9a1a);
}

.lh-hd-dark {
    color: #ffe14a;
    background: #2b2b2b;
}

.lh-hd-bluebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .14rem .1rem;
    color: #fff;
    background: #1e4dff;
    font-size: .34rem !important;
    font-weight: 800;
    text-align: center;
}

.lh-hd-green {
    background: #b7e08a;
}

.lh-hd-brown {
    background: #d3761d;
}

.lh-hd-wine {
    color: #fff;
    background: #8b1c1c;
    border: 4px double #d4a017;
}

.lh-hd-wine .lh-gg-item,
.lh-hd-wine .lh-gg-line,
.lh-hd-wine .lh-gg-nums,
.lh-hd-dark .lh-line,
.lh-hd-gold .lh-block,
.lh-hd-gold .lh-line {
    color: #111 !important;
    background: #fff !important;
    background-color: #fff !important;
}

.lh-gg-nums,
.mod-gg30 .lh-gg-nums {
    color: #111 !important;
}

.lh-whitebox {
    display: inline-block;
    margin: 0 .06rem;
    padding: 0 .1rem;
    background: #fff;
}

.lh-box-gold {
    border: 6px double #d4a017;
}

.lh-box-gold .lh-hd-plain {
    border: 0;
    background: transparent;
}

.lh-box-gold .lh-line {
    border-bottom: 1px solid #d4a017;
    padding: .12rem .08rem;
}

.mod-15ma .c-mag {
    font-size: .36rem !important;
    font-weight: 700;
}

.mod-yqjt {
    background: #fff9f0;
}

.mod-yqjt .lh-block {
    border-bottom: 1px solid #efe3d2;
}

.mod-wz .lh-wz-item {
    border-bottom: 1px dashed #1e4dff;
    padding-bottom: .1rem;
    margin-bottom: .1rem;
}

.mod-wz .lh-line {
    padding: .06rem .08rem;
    font-size: .34rem !important;
}

.mod-jc24 .lh-olive {
    border-bottom: 1px solid #808000;
}

.mod-ds10,
#ziliaoModules.source-content .mod-ds10 {
    overflow-x: auto;
}

#ziliaoModules.source-content .mod-ds10 table.lh-ds10 {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: auto !important;
    border-collapse: collapse !important;
}

#ziliaoModules.source-content .mod-ds10 table.lh-ds10 tbody {
    display: table-row-group !important;
}

#ziliaoModules.source-content .mod-ds10 table.lh-ds10 tr {
    display: table-row !important;
    height: auto !important;
}

#ziliaoModules.source-content .mod-ds10 table.lh-ds10 td {
    display: table-cell !important;
    width: auto !important;
    max-width: none !important;
    border: 1px solid #ccc !important;
    padding: .12rem .08rem !important;
    vertical-align: middle !important;
    text-align: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    font-size: .3rem !important;
}

#ziliaoModules.source-content .mod-ds10 .col-issue {
    width: 1.3rem !important;
    color: #00f;
    font-weight: 800;
}

#ziliaoModules.source-content .mod-ds10 .col-open {
    width: 1.2rem !important;
    color: #f00;
    font-weight: 800;
}

#ziliaoModules.source-content .mod-ds10 .col-pred span,
#ziliaoModules.source-content .mod-ds10 .ds10-pred span,
#ziliaoModules.source-content .mod-ds10 .ds10-nums span {
    display: inline !important;
    width: auto !important;
    max-width: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

#ziliaoModules.source-content .mod-ds10 .col-pred div,
#ziliaoModules.source-content .mod-ds10 .ds10-nums {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
}

#ziliaoModules.source-content .mod-ds10 .lh-ds10-row,
.lh-ds10-row {
    display: grid !important;
    grid-template-columns: 1.05rem minmax(0, 1fr) 1.2rem;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    padding: .12rem .08rem !important;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

#ziliaoModules.source-content .mod-ds10 .ds10-issue,
.lh-ds10-row .ds10-issue {
    display: block !important;
    width: auto !important;
    color: #00f !important;
    font-weight: 800;
    text-align: center !important;
    white-space: nowrap !important;
}

#ziliaoModules.source-content .mod-ds10 .ds10-pred,
.lh-ds10-row .ds10-pred {
    display: block !important;
    width: auto !important;
    min-width: 0;
    text-align: center !important;
    overflow: hidden;
}

#ziliaoModules.source-content .mod-ds10 .ds10-open,
#ziliaoModules.source-content .mod-ds10 .ds10-open.c-red,
.lh-ds10-row .ds10-open {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    max-width: none !important;
    color: #f00 !important;
    font-weight: 800;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
}

#ziliaoModules.source-content .mod-ds10 .ds10-open-lab,
#ziliaoModules.source-content .mod-ds10 .ds10-open-val,
.lh-ds10-row .ds10-open-lab,
.lh-ds10-row .ds10-open-val {
    display: block !important;
    width: auto !important;
    color: #f00 !important;
    line-height: 1.35 !important;
    white-space: nowrap !important;
}

.mod-sx8 .lh-line,
.mod-sx8 .lh-sx8-head {
    font-size: .28rem !important;
    font-weight: 700;
    white-space: nowrap !important;
    overflow: hidden;
}

.lh-sx8-grid,
#ziliaoModules.source-content .mod-sx8 .lh-sx8-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: .06rem .1rem;
    justify-items: stretch;
    width: 100%;
    padding: .04rem .06rem .08rem;
    font-size: .3rem !important;
    font-weight: 800;
    white-space: nowrap;
}

.lh-sx8-item,
#ziliaoModules.source-content .mod-sx8 .lh-sx8-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    word-break: keep-all !important;
    color: #f00;
    font-size: .3rem !important;
    font-weight: 800;
}

.lh-gg-item {
    margin: .1rem 0;
    border-bottom: 1px solid #e6e6e6;
}

.lh-gg-line,
.lh-gg-nums,
#ziliaoModules.source-content .lh-gg-line,
#ziliaoModules.source-content .lh-gg-nums,
.mod-gg30 .lh-gg-line,
.mod-gg30 .lh-gg-nums {
    padding: .1rem .08rem;
    background: #fff !important;
    background-color: #fff !important;
    font-size: .34rem !important;
    font-weight: 800;
    text-align: center !important;
}

.lh-open-sxnum,
#ziliaoModules.source-content .lh-open-sxnum {
    color: #f00 !important;
    background: transparent !important;
    background-color: transparent !important;
    font-weight: 800;
    padding: 0;
}

.lh-hd-bluebar .lh-open-sxnum,
.lh-hd-bluebar .lh-hit-y,
.mod-wz .lh-hd-bluebar [style*="background-color"],
.mod-wz .lh-line .lh-open-sxnum,
.mod-wz .lh-line .lh-hit-y {
    background: transparent !important;
    background-color: transparent !important;
    color: #f00 !important;
}

.mod-ptlx .lh-line,
.lh-nowrap,
#ziliaoModules.source-content .mod-ptlx .lh-line,
#ziliaoModules.source-content .lh-nowrap {
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    overflow: hidden;
    font-size: .30rem !important;
}

.mod-ptlx .lh-hit-y,
.mod-jc24 .lh-line .lh-hit-y,
.mod-jc24 .lh-line .lh-open-sxnum {
    background: transparent !important;
    background-color: transparent !important;
    color: #f00 !important;
}

#ziliaoModules.source-content .mod-ds10 .ds10-nums,
#ziliaoModules.source-content .mod-ds10 .ds10-nums span,
#ziliaoModules.source-content .mod-ds10 .ds10-pred span,
.lh-ds10-row .ds10-nums,
.lh-ds10-row .ds10-nums span {
    font-size: .20rem !important;
    letter-spacing: -0.02em;
    line-height: 1.45;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    max-width: none !important;
}

.c-red { color: #f00; }
.c-blue { color: #00f; }
.c-green { color: #008000; }
.c-lime { color: #00d000; }
.c-mag { color: #e600b2; }
.c-orange { color: #e85d04; }
.c-maroon { color: #a52a2a; }
.c-purple { color: #9400d3; }
.c-yellow { color: #ffe14a; }

#ziliaoModules.source-content .lh-hit,
#ziliaoModules.source-content .lh-hit-y,
#ziliaoModules.source-content .lh-hit-b,
.source-content .lh-hit,
.source-content .lh-hit-y,
.source-content .lh-hit-b {
    background: #ffff00 !important;
    background-color: #ffff00 !important;
    font-weight: 800 !important;
    padding: 0 2px;
}

.lh-hit-y,
.lh-hit-b {
    display: inline;
    background: #ffff00 !important;
    background-color: #ffff00 !important;
    font-weight: 800 !important;
    padding: 0 2px;
}

#ziliaoModules.source-content .lh-open-sxnum,
#ziliaoModules.source-content .lh-hd-bluebar .lh-hit-y,
#ziliaoModules.source-content .lh-hd-bluebar [style*="background-color"],
#ziliaoModules.source-content .mod-wz .lh-line .lh-hit-y,
#ziliaoModules.source-content .mod-wz .lh-line .lh-open-sxnum,
#ziliaoModules.source-content .mod-ptlx .lh-hit-y,
#ziliaoModules.source-content .mod-jc24 .lh-line .lh-hit-y,
#ziliaoModules.source-content .mod-jc24 .lh-line .lh-open-sxnum,
.source-content .lh-open-sxnum,
.source-content .lh-hd-bluebar .lh-hit-y,
.source-content .mod-wz .lh-line .lh-hit-y,
.source-content .mod-ptlx .lh-hit-y,
.source-content .mod-jc24 .lh-line .lh-hit-y {
    background: transparent !important;
    background-color: transparent !important;
    color: #f00 !important;
    padding: 0;
}

.lh-badge-purple,
#ziliaoModules.source-content .lh-badge-purple {
    display: inline-block;
    min-width: 1.42rem;
    padding: 0 .06rem;
    line-height: .4rem;
    background: #7b2cbf !important;
    color: #fff !important;
    font-weight: 800;
    text-align: center;
}

.lh-open-green,
#ziliaoModules.source-content .lh-open-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.28rem;
    min-width: 1.28rem;
    height: .4rem;
    padding: 0;
    background: #22c55e !important;
    color: #111 !important;
    font-weight: 800;
    box-sizing: border-box;
}

.mod-ptyw .lh-grid-row,
.mod-dyds .lh-grid-row,
#ziliaoModules.source-content .mod-ptyw .lh-grid-row,
#ziliaoModules.source-content .mod-dyds .lh-grid-row {
    display: grid !important;
    grid-template-columns: 1.18rem 1.62rem 2.2rem .56rem 1.36rem .5rem;
    align-items: center;
    justify-items: center;
    column-gap: .04rem;
    border-bottom: 1px solid #ddd;
    padding: .08rem .04rem;
    font-size: .26rem !important;
    line-height: 1.35;
    white-space: nowrap !important;
    overflow: hidden;
}

.mod-ptyw .g-issue,
.mod-dyds .g-issue,
.mod-ptyw .g-tag,
.mod-dyds .g-tag,
.mod-ptyw .g-pred,
.mod-dyds .g-pred,
.mod-ptyw .g-open-lab,
.mod-dyds .g-open-lab,
.mod-ptyw .g-open,
.mod-dyds .g-open,
.mod-ptyw .g-judge,
.mod-dyds .g-judge {
    display: flex !important;
    align-items: center;
    justify-content: center;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow: hidden;
    max-width: none !important;
}

.mod-ptyw .g-issue,
.mod-dyds .g-issue {
    justify-content: flex-start;
    font-weight: 800;
}

.mod-ptyw .g-judge.is-hit,
.mod-dyds .g-judge.is-hit {
    color: #f00;
    font-weight: 800;
}

.mod-ptyw .g-judge.is-miss,
.mod-dyds .g-judge.is-miss {
    color: #111;
    font-weight: 800;
}

.mod-ptyw .lh-hit-tight,
.mod-dyds .lh-hit-tight,
#ziliaoModules.source-content .mod-ptyw .lh-hit-tight,
#ziliaoModules.source-content .mod-dyds .lh-hit-tight {
    padding: 0 !important;
}

.mod-ptyw .g-open .lh-hit-y,
.mod-dyds .g-open .lh-hit-y,
.mod-ptyw .lh-open-green .lh-hit-y,
.mod-dyds .lh-open-green .lh-hit-y,
.mod-ptyw .lh-open-green [style*="ffff00"],
.mod-dyds .lh-open-green [style*="ffff00"] {
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: inherit !important;
}

.lh-row-hit,
#ziliaoModules.source-content .lh-row-hit,
.source-content .lh-row-hit,
.mod-pt7z2 .lh-row-hit {
    background: #fff !important;
    background-color: #fff !important;
}

.lh-hd-bluebar > span:last-child {
    color: #ffe14a;
}

.lh-hd-bluebar .lh-open-sxnum,
#ziliaoModules.source-content .lh-hd-bluebar .lh-open-sxnum,
#ziliaoModules.source-content .mod-wz .lh-hd-bluebar .lh-hit-y,
#ziliaoModules.source-content .mod-wz .lh-hd-bluebar span[style*="ffff00"] {
    background: none !important;
    background-color: transparent !important;
    color: #ff2a2a !important;
    padding: 0 !important;
}

.mod-pt7z2 .lh-line,
#ziliaoModules.source-content .mod-pt7z2 .lh-line {
    border-bottom: 1px solid #ddd;
    padding: .1rem .04rem;
    font-size: .26rem !important;
    line-height: 1.5;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    overflow: hidden;
}
