#LotTabs2 {
    margin: 0.65rem 0.75rem;
    position: relative;
    z-index: 20;
}
#LotTabs2 .platform-list {
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    border-bottom: none;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    text-align: center;
    background: #fff;
}
#LotTabs2 .platform-list li {
    flex: 1 1 0%;
    margin-right: 0 !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
#LotTabs2 .platform-list li:last-child {
    margin-right: 0 !important;
}
#LotTabs2 .platform-list .item-body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0 !important;
    padding: 8px 4px;
    border-radius: 0 !important;
    border: 1px solid var(--bgTheme);
    background: #fff;
    color: #000;
    min-height: 2.4rem;
    box-sizing: border-box;
}
#LotTabs2 .platform-list li + li .item-body {
    border-left: none;
}
#LotTabs2 .platform-list .item-body b {
    font-size: 0.875rem;
    font-weight: 700;
    color: #000;
    white-space: nowrap;
}
#LotTabs2 .platform-list .item-body.act {
    background: var(--bgTheme) !important;
    color: #fff !important;
}
#LotTabs2 .platform-list .item-body.act b {
    color: #fff !important;
}
#LotTabs2 .platform-list li .act:after {
    content: none !important;
    display: none !important;
}
#LotTabs2 .platform-list .lot-ico {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 22px;
    height: 22px;
    margin-right: 2px;
    background-size: 100% 100%;
    flex-shrink: 0;
}
.newBackBtn {
    z-index: 10;
}

.cold-page {
    --primary: var(--bgTheme);
    --secondary: color-mix(in srgb, var(--bgTheme) 72%, #fff);
    --red: #ef3340;
    --green: #17a673;
    --purple: #9a4de0;
    --orange: #ff8a32;
    --text: #20263a;
    --muted: #7b849c;
    --line: #e7eaf2;
    max-width: 980px;
    margin: auto;
    padding: 2px;
    color: var(--text);
    background: #f3f5fa;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
}
.cold-page *, .cold-page *::before, .cold-page *::after {
    box-sizing: border-box;
}
.cold-page .cold-header {
    position: relative;
    overflow: hidden;
    padding: 2px 20px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background: var(--bgTheme);
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--bgTheme) 42%, #000) 0%,
        var(--bgTheme) 55%,
        color-mix(in srgb, var(--bgTheme) 70%, #fff) 100%
    );
    box-shadow: 0 14px 34px rgba(0, 0, 0, .18);
}
.cold-page .cold-header h1 {
    margin: 0;
    font-size: 30px;
    letter-spacing: 3px;
    color: #fff;
}
.cold-page .cold-header p {
    line-height: 1.4;
    background: none;
    border: none;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
}
.cold-page .summary {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 2px;
}
.cold-page .pill {
    padding: 2px 14px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 99px;
    background: rgba(255, 255, 255, .14);
    color: #fff;
}
.cold-page .pill strong {
    color: #ffe875;
    font-size: 18px;
    background: none;
}
.cold-page .section {
    margin-top: 2px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 7px 24px rgba(29, 43, 82, .07);
}
.cold-page .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 18px;
    border-bottom: 1px solid var(--line);
}
.cold-page .heading-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cold-page .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 35px;
    border-radius: 11px;
    color: #fff;
    font-weight: bold;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.cold-page .heading h2 {
    margin: 0;
    font-size: 16px;
    color: var(--text);
}
.cold-page .note {
    color: var(--muted);
    font-size: 13px;
    background: none;
}
.cold-page .number-grid {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
}
.cold-page .number-card {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid #ffdadd;
    border-radius: 15px;
    background: #fff8f8;
    min-width: 0;
}
.cold-page .ballred {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    background: linear-gradient(145deg, #ff6670, #d91827);
    box-shadow: 0 5px 12px rgba(217, 24, 39, .23);
}
.cold-page .gap {
    color: var(--red);
    font-weight: 900;
    text-align: left;
}
.cold-page .sub {
    color: var(--muted);
    font-size: 12px;
    text-align: left;
}
.cold-page .zodiac-grid {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}
.cold-page .zodiac-card,
.cold-page .flat-card {
    text-align: center;
    padding: 2px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}
.cold-page .zodiac-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cold-page .zodiac-name {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
}
.cold-page .zodiac-info {
    flex: 1;
    min-width: 0;
    text-align: left;
    line-height: 20px;
    background: none;
}
.cold-page .rank,
.cold-page .current {
    color: var(--muted);
    font-size: 12px;
    background: none !important;
    background-color: transparent !important;
}
.cold-page .zodiac-gap {
    color: var(--red);
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    background: none !important;
    background-color: transparent !important;
}
.cold-page .gap,
.cold-page .sub {
    background: none !important;
    background-color: transparent !important;
}
.cold-page .flat-grid {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}
.cold-page .flat-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cold-page .flat-name {
    color: var(--primary);
    font-size: 20px;
    font-weight: 900;
    background: none !important;
    background-color: transparent !important;
}
.cold-page .current {
    padding: 2px 9px;
    border-radius: 99px;
    color: var(--purple);
    font-weight: bold;
    white-space: nowrap;
}
.cold-page .values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}
.cold-page .value {
    border-radius: 10px;
    text-align: center;
    background: #f4f6fb;
}
.cold-page .value strong {
    display: block;
    color: var(--green);
    font-size: 17px;
    background: none;
}
.cold-page .value small {
    color: var(--muted);
}
.cold-page .combined-grid {
    margin-top: 4px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
}
.cold-page .combined-card {
    text-align: left;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: #fff;
}
.cold-page .combined-title {
    padding: 3px 14px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--bgTheme) 42%, #000),
        var(--bgTheme)
    );
}
.cold-page .combined-list {
    padding: 5px 14px;
}
.cold-page .combined-row {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 8px;
    padding: 3px 0;
    border-bottom: 1px dashed var(--line);
}
.cold-page .combined-row:last-child {
    border: 0;
}
.cold-page .combined-name {
    font-weight: 800;
    background: none;
}
.cold-page .detaill {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.7;
    background: none;
}
.cold-page .detaill strong {
    color: var(--orange);
    background: none !important;
    background-color: transparent !important;
}
.cold-page .footerr {
    color: var(--muted);
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
    background: none;
}
.cold-page .footerr span {
    background: none !important;
    background-color: transparent !important;
}
.cold-page .state {
    text-align: center;
    padding: 1.25rem;
    color: #888;
    font-size: 0.875rem;
}
@media (max-width: 760px) {
    .cold-page .value small {
        font-size: 12px;
    }
    .cold-page .cold-header {
        padding: 6px;
    }
    .cold-page .cold-header h1 {
        font-size: 24px;
    }
    .cold-page .number-grid,
    .cold-page .zodiac-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cold-page .combined-grid {
        grid-template-columns: 1fr;
    }
    .cold-page .heading {
        align-items: flex-start;
    }
    .cold-page .note {
        margin-top: 8px;
    }
    .cold-page .pill {
        padding: 6px 8px;
    }
    .cold-page .heading h2 {
        font-size: 16px;
    }
}
@media (max-width: 400px) {
    .cold-page .heading h2 {
        font-size: 14px;
    }
    .cold-page .number-card {
        padding: 8px;
        gap: 7px;
    }
    .cold-page .ballred {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }
    .cold-page .pill {
        padding: 1px 7px;
    }
    #LotTabs2 .platform-list .item-body b {
        font-size: 0.78rem;
    }
}
