html,
body {
    min-height: 100%;
    margin: 0;
}

.home-sx-section {
    margin: 12px 0 18px;
    background: #e5e5e5;
}

.home-sx-box {
    width: 100%;
    margin-top: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
}

.home-sx-box + .home-sx-box {
    margin-top: 8px;
}

.home-sx-box th {
    height: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #222;
    background: #f1f1f1;
    border: 1px solid #d8ccb4;
}

.home-sx-box td {
    padding: 0;
    border: 1px solid #d8ccb4;
    background: #fff;
}

.home-sx-box-body {
    padding: 0 !important;
}

.home-sx-zodiac-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 0;
}

.home-sx-zodiac-card {
    width: 33.33%;
    padding: 8px 2px 6px;
    text-align: center;
    box-sizing: border-box;
}

.home-sx-zodiac-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    white-space: nowrap;
}

.home-sx-zodiac-name {
    margin-right: 1px;
}

.home-sx-zodiac-head img {
    width: 34px;
    height: 34px;
    margin: 0 1px 0 0;
    vertical-align: top;
}

.home-sx-zodiac-clash {
    color: #111;
    font-size: 12px;
}

.home-sx-zodiac-nums {
    padding-top: 3px;
}

.home-sx-num-chip {
    display: inline-block;
    min-width: 23px;
    height: 20px;
    margin: 1px 1px 0;
    padding: 0 2px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    background: #d40000;
}

.home-sx-zodiac-nums .home-sx-num-chip:first-child {
    margin-left: 0;
}

.home-sx-num-chip.is-red {
    background: #d40000;
}

.home-sx-num-chip.is-blue {
    background: #3366ff;
}

.home-sx-num-chip.is-green {
    background: #09913f;
}

.home-sx-table-row {
    display: table;
    width: 100%;
    border-top: 1px solid #ddd;
}

.home-sx-table-row:first-child {
    border-top: 0;
}

.home-sx-table-label {
    display: table-cell;
    width: 52px;
    padding: 8px 4px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    color: #2457d6;
    background: #fff;
    border-right: 1px solid #ddd;
}

.home-sx-table-content {
    display: table-cell;
    padding: 8px 6px;
    vertical-align: middle;
    background: #fff;
}

.home-sx-text-red {
    color: #d40000;
}

.home-sx-text-blue {
    color: #3366ff;
}

.home-sx-text-green {
    color: #09913f;
}

.home-sx-attrs {
    background: #fff;
}

.home-sx-attr-row {
    padding: 8px 10px;
    border-top: 1px solid #ddd;
    color: #333;
    line-height: 1.7;
    text-align: left;
}

.home-sx-attr-row:first-child {
    border-top: 0;
}

.home-sx-attr-label {
    font-weight: 400;
    color: #2457d6;
}

.home-sx-inline-group {
    display: inline-block;
    margin-right: 8px;
}

@media (max-width: 767px) {
    .home-sx-box th {
        font-size: 14px;
    }

    .home-sx-zodiac-card {
        width: 33.33%;
    }

    .home-sx-zodiac-head {
        font-size: 13px;
    }

    .home-sx-zodiac-head img {
        width: 30px;
        height: 30px;
    }

    .home-sx-table-label {
        width: 50px;
        font-size: 13px;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: #f4f4f4;
    color: #222;
    font-family: "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

img {
    display: block;
    max-width: 100%;
}

.mobile-page {
    min-height: 100vh;
    padding: 12px 10px 80px;
}

.page-shell {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
}

.notice-modal {
    position: fixed;
    inset: 0;
    z-index: 30;
}

.notice-modal.is-hidden {
    display: none;
}

.notice-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.56);
}

.notice-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 96px);
    max-width: 270px;
    padding: 12px 9px 11px;
    border: 4px solid #ff4c57;
    border-radius: 12px;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.notice-header {
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
}

.notice-header span {
    display: inline-block;
    min-width: 118px;
    padding: 6px 14px;
    border-radius: 12px 12px 9px 9px;
    background: linear-gradient(180deg, #ff544f 0%, #ff2a2a 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 4px 10px rgba(255, 74, 74, 0.35);
}

.notice-close {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #b8b8b8;
    font-size: 26px;
    line-height: 24px;
    cursor: pointer;
}

.notice-countdown {
    position: absolute;
    right: 28px;
    top: 13px;
    color: #ff3a3a;
    font-size: 18px;
    font-weight: 500;
}

.notice-content {
    margin-top: 10px;
    color: #2f2f2f;
}

.notice-brand {
    margin: 6px 0 8px;
    text-align: center;
}

.notice-brand img {
    width: 74%;
    max-width: 180px;
    margin: 0 auto;
}

.notice-content-inner p {
    max-width: 100%;
}

.notice-content-inner > p:first-child {
    margin-bottom: 6px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 600;
}

.notice-content-inner > p:nth-child(2) span {
    padding: 5px 16px !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, #8e6f34 0%, #b9964d 100%) !important;
    color: #fff3ce !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
}

.notice-content-inner > p:nth-child(4) span {
    padding: 9px 24px !important;
    border-radius: 10px !important;
    background: linear-gradient(180deg, #a87d35 0%, #9a6f2c 100%) !important;
    color: #fff12b !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 2px 0 rgba(125,87,22,.18);
}

.notice-content-inner table {
    width: 100% !important;
    table-layout: fixed;
}

.notice-content-inner td {
    word-break: break-word;
    padding: 5px 3px !important;
    border: 1px solid #d7d7d7 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
}

.notice-content-inner table:first-of-type td:nth-child(-n+3) {
    background: #fff !important;
}

.notice-content-inner table:nth-of-type(2) td {
    font-weight: 700 !important;
}

.notice-content-inner table:nth-of-type(2) td:first-child {
    background: #fff141 !important;
}

.notice-content-inner table:nth-of-type(2) span[style*="font-size:26px"] {
    font-size: 17px !important;
}

.notice-content-inner > p:last-child {
    margin-top: 6px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: 600;
}

.notice-hide-btn {
    display: block;
    margin: 10px auto 0;
    padding: 6px 16px;
    border: 2px solid #ff5252;
    border-radius: 16px;
    background: #fff;
    color: #ff2b2b;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
}

.hero-banner,
.top-sibuxiang,
.four-ad-swiper,
.quick-entry,
.tag-grid,
.feature-panels,
.switch-tabs,
.live-card,
.cta-banner,
.ad-card,
.brand-grid,
.recommend-grid {
    margin-bottom: 10px;
}

.hero-banner {
    position: relative;
    overflow: hidden;
    border: 2px solid #efad51;
    background: #fff;
}

.hero-swiper {
    position: relative;
    min-height: 118px;
}

.hero-slide {
    display: none;
    width: 100%;
}

.hero-slide.active {
    display: block;
}

.hero-banner img,
.four-ad-swiper img,
.ad-card img {
    width: 100%;
}

.four-ad-swiper {
    overflow: hidden;
    border: 1px solid #ead6d8;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(135, 31, 95, .06);
    line-height: 0;
}

.top-sibuxiang {
    overflow: hidden;
    background: #fff;
}

.four-brand-bar {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 7px 8px 8px 8px;
    background: #7a1f5f;
    color: #fff;
}

.four-mascot {
    position: relative;
    width: 67px;
    height: 66px;
    flex: none;
    margin-right: 4px;
}

.four-mascot:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    width: 46px;
    height: 38px;
    border-radius: 50% 48% 44% 50%;
    background: linear-gradient(145deg, #e8fbff 0%, #a8daf0 100%);
    box-shadow: inset -6px -7px 0 rgba(86, 154, 188, 0.28);
    transform: rotate(-15deg);
}

.four-mascot:after {
    content: "";
    position: absolute;
    left: 46px;
    top: 5px;
    width: 17px;
    height: 26px;
    border-radius: 70% 70% 42% 42%;
    background: #dff7ff;
    box-shadow: -33px 15px 0 -7px #dff7ff, -10px 45px 0 -6px #76b9dc, -30px 45px 0 -6px #76b9dc;
    transform: rotate(25deg);
}

.four-mascot-ear {
    position: absolute;
    left: 2px;
    top: 30px;
    width: 12px;
    height: 22px;
    border-radius: 70% 35% 70% 35%;
    background: #67add6;
    transform: rotate(18deg);
}

.four-mascot-face {
    position: absolute;
    left: 38px;
    top: 29px;
    width: 17px;
    height: 14px;
    border-radius: 45% 55% 55% 45%;
    background: #6bb5d8;
    transform: rotate(-16deg);
}

.four-mascot-face:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #1a536f;
}

.four-mascot-face:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 8px;
    height: 4px;
    border-radius: 50%;
    background: #9edff2;
}

.four-brand-copy {
    position: relative;
    z-index: 1;
    min-width: 0;
    flex: 1;
    padding-top: 0;
    text-shadow: 2px 2px 0 #0b62a5, -1px -1px 0 #0b62a5, 1px -1px 0 #0b62a5, -1px 1px 0 #0b62a5;
}

.four-brand-title {
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
}

.four-brand-domain {
    margin-top: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}

.four-flower {
    position: absolute;
    left: 68%;
    top: 4px;
    width: 83px;
    height: 83px;
    transform: translateX(-50%);
}

.four-flower img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    mix-blend-mode: multiply;
    object-fit: cover;
}

.four-home-link {
    position: relative;
    z-index: 1;
    display: flex;
    width: 62px;
    flex: none;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.four-home-icon {
    position: relative;
    display: block;
    width: 31px;
    height: 31px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.four-home-icon:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 13px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
}

.four-home-icon:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    width: 14px;
    height: 14px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

.four-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 5px;
    padding: 4px 3px;
    background: #fff;
}

.four-nav a {
    display: block;
    min-width: 0;
    border-radius: 14px;
    background: linear-gradient(180deg, #8d2a72 0%, #6f1d59 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 23px;
    text-align: center;
    white-space: nowrap;
}

.four-feature-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    background: #fff;
}

.four-feature-card {
    position: relative;
    display: block;
    min-height: 62px;
    padding: 9px 8px 7px;
    background: linear-gradient(180deg, #101722 0%, #020306 100%);
    color: #fff;
    text-align: center;
}

.four-new-badge {
    position: absolute;
    left: 30px;
    top: 7px;
    color: #fff100;
    font-size: 10px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 1px 1px 0 #ff0000, -1px -1px 0 #ff0000, 1px -1px 0 #ff0000, -1px 1px 0 #ff0000;
}

.four-new-badge:after {
    content: "";
    position: absolute;
    right: -8px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #ff2c00;
}

.four-feature-card h3 {
    margin: 8px 0 6px;
    color: #14a9ff;
    font-size: 21px;
    font-weight: 900;
    line-height: 1;
    text-shadow: 1px 1px 0 #004b84;
}

.four-feature-card p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
}

.four-feature-card p span:last-child {
    color: #12a9ff;
}

.four-domain-frame {
    margin-bottom: 10px;
    background: #fff;
}

.four-notice-line {
    display: flex;
    align-items: center;
    gap: 5px;
    min-height: 36px;
    padding: 5px 8px 5px 30px;
    border-bottom: 1px solid #d9d9d9;
    background: #fff;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.four-notice-marquee {
    overflow: hidden;
    width: 100%;
}

.four-notice-marquee span {
    display: inline-block;
    min-width: 100%;
    padding-left: 100%;
    animation: fourNoticeScroll 18s linear infinite;
}

@keyframes fourNoticeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.four-notice-icon {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 18px;
    height: 15px;
    background: #ff1010;
    transform: translateY(-50%);
}

.four-notice-icon:before {
    content: "";
    position: absolute;
    left: 14px;
    top: -4px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ff1010;
    border-right: 3px solid #ff1010;
    border-radius: 0 8px 0 0;
}

.four-notice-icon:after {
    content: "";
    position: absolute;
    left: -5px;
    top: 3px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 8px solid #ff1010;
}

.four-brand-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 8px 6px 9px;
    border-bottom: 1px solid #e1e1e1;
    background: linear-gradient(180deg, #eff7ff 0%, #e3f0ff 100%);
}

.four-brand-links a {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    color: #151515;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-shadow: 1px 1px 0 #ffcf00;
    white-space: nowrap;
}

.four-brand-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    margin-bottom: 4px;
    border-radius: 14px;
    background: #fff;
    color: #ff1e1e;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    text-shadow: none;
    box-shadow: inset 0 0 0 4px currentColor, 0 1px 2px rgba(0, 0, 0, .12);
}

.four-brand-icon.icon-square {
    color: #ff6d22;
}

.four-brand-icon.icon-honest {
    color: #ff2a73;
}

.four-brand-icon.icon-trust {
    color: #9041ff;
}

.four-brand-icon.icon-web {
    color: #442fff;
}

.four-domain-title {
    padding: 8px 10px 7px;
    background: #7c1557;
    color: #fff900;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.four-domain-title span {
    color: #00f6ff;
}

.four-domain-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-left: 1px solid #fff;
    background: #7c1557;
}

.four-domain-grid a {
    display: block;
    padding: 8px 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 390px) {
    .four-notice-line {
        font-size: 13px;
    }

    .four-brand-links a {
        font-size: 12px;
    }

    .four-brand-icon {
        width: 37px;
        height: 37px;
        font-size: 22px;
    }

    .four-domain-title {
        font-size: 15px;
    }

    .four-domain-grid a {
        font-size: 16px;
    }
}

.quick-entry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.entry-btn {
    display: block;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    background: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 60px;
    text-align: center;
}

.entry-green {
    background: linear-gradient(180deg, #1fd11d 0%, #10b611 100%);
    color: #fff;
}

.entry-orange {
    color: #ef6615;
}

.tag-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
}

.tag-grid a {
    display: block;
    padding: 6px 4px;
    border-radius: 16px;
    background: linear-gradient(180deg, #fe5d99 0%, #da0a50 100%);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

.feature-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    background: #dcdcdc;
}

.feature-card {
    position: relative;
    min-height: 80px;
    padding: 14px 10px 10px;
    background: linear-gradient(180deg, #121924 0%, #020202 100%);
    color: #fff;
    text-align: center;
}

.feature-card h3 {
    margin: 8px 0 6px;
    color: #2eb2ff;
    font-size: 18px;
    font-weight: 900;
}

.feature-card p {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.badge {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 32px;
    height: 21px;
}

.switch-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px;
    padding: 3px;
    border: 1px solid #ead6d8;
    border-radius: 8px 8px 0 0;
    background: #fbf1f5;
    box-shadow: 0 2px 8px rgba(135, 31, 95, .06);
}

.switch-tabs a {
    padding: 8px 0;
    border-radius: 6px;
    color: #7a345d;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}

.switch-tabs a.active {
    background: linear-gradient(180deg, #fff 0%, #fff7f9 100%);
    color: #d61d27;
    box-shadow: 0 1px 4px rgba(215, 24, 34, .12);
}

.switch-tabs-compact a {
    padding: 7px 0;
    border-right: 0;
    font-size: 14px;
}

.switch-tabs-compact a:last-child {
    border-right: 0;
}

.switch-tabs-compact a.active {
    color: #d61d27;
}

.switch-tabs-three {
    grid-template-columns: repeat(3, 1fr);
}

.embedded-kj-panel {
    position: relative;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: 10px;
    border: 1px solid #ead6d8;
    border-top: 0;
    border-radius: 0 0 8px 8px;
    background: #f6f7fb;
    box-shadow: 0 2px 8px rgba(135, 31, 95, .06);
}

.embedded-kj-frame {
    display: none;
    width: 100%;
    height: 0;
    border: 0;
    background: #fff;
}

.embedded-kj-frame.active {
    display: block;
}

.live-card {
    padding: 12px 10px 10px;
    border: 1px solid #dadada;
    background: #fff;
}

.live-card-reference {
    padding: 0;
}

.live-header {
    display: grid;
    grid-template-columns: 1fr auto auto;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.live-title {
    font-size: 15px;
}

.live-title span,
.live-link {
    color: #cb2626;
}

.live-time {
    font-size: 18px;
    font-weight: 900;
}

.live-link {
    font-size: 14px;
}

.live-header-reference {
    padding: 8px 0 6px;
    margin: 0 0 6px;
}

.live-header-reference .live-title {
    padding-left: 2px;
    font-size: 14px;
    font-weight: 700;
}

.live-time-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 34px;
    border: 2px solid #ff5a61;
    border-radius: 2px;
    background: #fff;
}

.live-header-reference .live-time {
    color: #2d2222;
    font-size: 17px;
    font-weight: 900;
}

.live-header-reference .live-link {
    padding-right: 2px;
    color: #dd3d3d;
}

.ball-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3px;
    margin-bottom: 12px;
}

.ball-item {
    min-width: 0;
    text-align: center;
}

.ball {
    width: 42px;
    height: 42px;
    margin: 0 auto 5px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #232323;
    font-size: 22px;
    font-weight: 900;
    line-height: 42px;
}

.ball-blue {
    background-image: url("../ref-materials/material-17.png");
}

.ball-green {
    background-image: url("../ref-materials/material-4.png");
}

.ball-red {
    background-image: url("../ref-materials/material-8.png");
}

.ball-gold {
    border: 2px solid #ccbb7b;
    border-radius: 50%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.ball-text {
    font-size: 11px;
    white-space: nowrap;
}

.ball-row-reference {
    margin-bottom: 8px;
    padding: 0 6px;
}

.ball-row-reference .ball-item {
    min-width: 40px;
}

.ball-row-reference .ball-text {
    color: #202020;
    font-size: 12px;
}

.plus {
    padding-top: 4px;
    color: #f31e26;
    font-size: 30px;
    font-weight: 700;
}

.issue-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.issue-text {
    color: #4d3939;
    font-size: 14px;
}

.countdown-hidden {
    display: none;
}

.js-countdown {
    color: #cb2626;
    font-weight: 900;
}

.refresh-btn {
    display: inline-block;
    min-width: 46px;
    padding: 10px 6px;
    border-radius: 4px;
    background: linear-gradient(180deg, #f3302a 0%, #be0504 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.issue-row-reference {
    padding: 0 2px 0 0;
    align-items: center;
}

.issue-text-reference {
    color: #2f2323;
    font-size: 13px;
    white-space: nowrap;
}

.cta-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 55px;
    border-radius: 6px;
    background: linear-gradient(180deg, #5ad3ff 0%, #8d2fe3 100%);
    color: #ffcf9e;
    font-size: 16px;
    font-weight: 900;
}

.cta-hand {
    width: 49px;
    height: 23px;
    flex: none;
}

.ad-card {
    overflow: hidden;
    background: #fff;
}

.brand-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 2px 0 0;
    background: #fff;
}

.brand-item {
    padding: 0 2px 6px;
    text-align: center;
}

.brand-item img {
    width: 100%;
    max-width: 84px;
    margin: 0 auto 4px;
}

.brand-name {
    font-size: 13px;
}

.yellow-info-frame {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #f0db00;
    background: #fff700;
    color: #000;
    font-weight: 900;
    text-align: center;
}

.yellow-info-line {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    color: #0808ff;
    font-size: 28px;
    line-height: 1;
    white-space: nowrap;
}

.yellow-info-title {
    min-height: 40px;
    color: #000;
    font-size: 30px;
}

.yellow-info-line .red {
    color: #ff0a0a;
}

.yellow-info-line .magenta {
    color: #ff00d8;
}

.yellow-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 4px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 36% 34%, #fff 0 20%, transparent 21%),
        radial-gradient(circle, #f5efff 0 48%, #d8c0ff 49% 62%, #8d27ff 63% 100%);
    color: #6c17d5;
    font-size: 23px;
    font-weight: 900;
    box-shadow: 0 1px 3px rgba(0,0,0,.22);
}

.yellow-info-link {
    min-height: 38px;
    gap: 4px;
}

.yellow-info-link img {
    width: 42px;
    height: auto;
    flex: none;
}

.yellow-info-nav {
    display: block;
    width: 100%;
}

.gold-rent-frame {
    overflow: hidden;
    margin-bottom: 10px;
    border: 1px solid #ff1a1a;
    background: #000;
    text-align: center;
}

.gold-rent-title {
    display: block;
    width: 100%;
    background: #fff;
}

.gold-rent-body {
    padding: 12px 6px 14px;
    color: #fff;
    font-weight: 900;
}

.gold-rent-hot {
    margin-bottom: 7px;
    color: #ffff00;
    font-size: 30px;
    line-height: 1;
}

.gold-rent-line,
.gold-rent-link,
.gold-rent-code {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    gap: 5px;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}

.gold-rent-line img {
    width: 49px;
    height: auto;
}

.gold-rent-line b,
.gold-rent-link b {
    color: #ff0a0a;
}

.gold-rent-code span {
    color: #ffff00;
    font-size: 34px;
}

.gold-rent-code b {
    color: #ff00ff;
    font-size: 30px;
}

.gold-rent-code em {
    color: #ffff00;
    font-size: 22px;
    font-style: normal;
}

.gold-rent-link {
    margin-top: 4px;
    font-size: 28px;
}

.gold-rent-link img {
    width: 37px;
    height: auto;
}

@media (max-width: 390px) {
    .yellow-info-title {
        font-size: 27px;
    }

    .yellow-info-line {
        font-size: 25px;
    }

    .gold-rent-hot {
        font-size: 27px;
    }

    .gold-rent-line,
    .gold-rent-link {
        font-size: 22px;
    }

    .gold-rent-code b {
        font-size: 27px;
    }
}

.recommend-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 4px;
    border: 2px solid #ff5f73;
    background: #fff;
}

.recommend-card {
    display: block;
    overflow: hidden;
    border: 1px dashed #666;
    border-radius: 4px;
    background: #fff;
    text-align: center;
}

.recommend-card-top {
    padding: 7px 8px;
    background: linear-gradient(180deg, #ff2048 0%, #ec002a 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
}

.recommend-card-name {
    padding: 14px 8px 8px;
    color: #f24424;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.recommend-card-link {
    padding: 0 8px 14px;
    color: #7fd2b0;
    font-size: 17px;
    line-height: 1.2;
}

.homepage-plan-section {
    margin-bottom: 10px;
}

.homepage-plan-section .plan-board {
    margin-top: 0;
}

.home-special-plan-section {
    margin-bottom: 10px;
}

.four-plan-card {
    overflow: hidden;
    margin-bottom: 0;
    border: 3px solid #741b54;
    border-radius: 4px;
    background: #fff;
}

.four-plan-title {
    padding: 4px 6px 5px;
    background: #741b54;
    color: #ffff00;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}

.four-plan-body {
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}

.four-one-head {
    padding: 8px 6px;
    background: #3f50a6;
    color: #ffff00;
    font-size: 14px;
}

.four-plan-line,
.four-plan-grid-row,
.four-table-row,
.four-table-head,
.four-big-row,
.four-compact-row,
.four-strong-line,
.four-decor-row {
    border-bottom: 1px solid #d8d8d8;
}

.four-plan-line {
    padding: 7px 6px;
    color: #111;
}

.four-rule-line {
    padding: 5px 7px;
    border-top: 1px solid #d8d8d8;
    background: #fffdf0;
    color: #111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
}

.four-rule-line b {
    color: #ff0000;
}

.four-plan-line:last-child,
.four-plan-grid-row:last-child,
.four-table-row:last-child,
.four-big-row:last-child,
.four-compact-row:last-child,
.four-strong-line:last-child,
.four-decor-row:last-child {
    border-bottom: 0;
}

.four-plan-line b {
    color: #000;
}

.four-plan-line span {
    margin: 0 2px;
}

.four-plan-card .red {
    color: #ff0000;
}

.four-plan-card .blue {
    color: #0000ff;
}

.four-plan-card .green {
    color: #00a844;
}

.four-plan-card em,
.four-plan-card .mark {
    background: #ffff00;
    color: #ff0000;
    font-style: normal;
}

.four-status {
    display: inline-block;
    min-width: 18px;
    margin-left: 1px;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
}

.four-status.hit {
    background: #ffff00;
    color: #ff0000;
}

.four-status.miss {
    color: #0000ff;
}

.four-status.wait {
    color: #000;
}

.four-plan-grid-row {
    display: grid;
    grid-template-columns: 88px 1fr 86px;
    align-items: center;
    min-height: 37px;
}

.four-plan-grid-row > * {
    padding: 5px 4px;
    border-left: 1px solid #d8d8d8;
}

.four-plan-grid-row > *:first-child {
    border-left: 0;
}

.four-table-head,
.four-table-row {
    display: grid;
    grid-template-columns: 100px 1fr 110px;
    align-items: center;
}

.four-table-head {
    background: #741b54;
    color: #ffff00;
}

.four-table-head span,
.four-table-row span {
    padding: 8px 4px;
    border-left: 2px solid #741b54;
}

.four-table-head span:first-child,
.four-table-row span:first-child {
    border-left: 0;
}

.four-table-row {
    min-height: 38px;
}

.four-table-row.tall {
    min-height: 68px;
}

.four-table-head.four-cols,
.four-table-row.four-cols {
    grid-template-columns: 80px 1fr 1.4fr 80px;
}

.four-big-row {
    padding: 8px 6px;
    color: #000;
    font-size: 18px;
}

.four-big-row b,
.four-big-row span,
.four-big-row strong {
    display: block;
}

.four-big-row strong {
    color: #000;
    font-size: 20px;
}

.four-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    max-width: 290px;
    margin: 0 auto;
    text-align: left;
}

.four-two-col span {
    display: block;
    white-space: nowrap;
}

.four-compact-row,
.four-strong-line {
    padding: 5px 6px;
    font-size: 17px;
}

.four-decor-row {
    padding: 7px 6px;
    position: relative;
}

.four-decor-row:before,
.four-decor-row:after {
    content: "—❦♥❦—";
    display: block;
    color: #8f8430;
    font-size: 14px;
    line-height: 1;
}

.four-bet-ad {
    margin-bottom: 10px;
    padding: 7px 8px;
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.four-bet-ad span {
    color: #ff381d;
    font-size: 24px;
    vertical-align: -2px;
}

.four-bet-ad b {
    color: #ff0000;
}

@media (max-width: 390px) {
    .four-plan-title {
        font-size: 20px;
    }

    .four-plan-body {
        font-size: 14px;
    }

    .four-plan-grid-row,
    .four-table-head,
    .four-table-row {
        grid-template-columns: 76px 1fr 72px;
    }

    .four-table-head.four-cols,
    .four-table-row.four-cols {
        grid-template-columns: 62px 1fr 1.25fr 62px;
    }

    .four-big-row,
    .four-compact-row,
    .four-strong-line,
    .four-rule-line,
    .four-bet-ad {
        font-size: 16px;
    }

    .four-two-col {
        column-gap: 6px;
        max-width: 260px;
    }
}

.app-promo-card {
    margin-bottom: 10px;
    padding: 10px 10px 8px;
    border: 2px solid #ff6d7f;
    border-radius: 4px;
    background: #fff;
}

.app-promo-card-inline {
    margin-top: -2px;
}

.app-promo-top {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
}

.app-promo-logo img {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 4px;
    border-radius: 14px;
    object-fit: cover;
}

.app-promo-domain {
    color: #111;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.app-promo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px 12px;
}

.app-promo-col {
    min-width: 0;
}

.app-promo-line {
    color: #111;
    font-size: 12px;
    line-height: 1.55;
    white-space: nowrap;
}

.app-promo-key {
    color: #111;
}

.app-promo-value {
    color: #111;
}

.app-promo-stars {
    color: #ffbc1a;
    letter-spacing: 1px;
}

.app-promo-safe {
    margin-top: 8px;
    padding-left: 22px;
    color: #19b26c;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
    position: relative;
}

.app-promo-safe:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #21bf73;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 16px;
    text-align: center;
    transform: translateY(-50%);
}

.app-promo-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.app-promo-btn {
    display: block;
    padding: 12px 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.app-promo-btn.android {
    background: linear-gradient(180deg, #cf72ff 0%, #8c34ff 100%);
}

.app-promo-btn.iphone {
    background: linear-gradient(180deg, #ff7575 0%, #ff5050 100%);
}

.app-promo-btn.site {
    background: linear-gradient(180deg, #58cc59 0%, #2fab35 100%);
}

.home-special-card {
    margin-bottom: 10px;
    border: 1px solid #ff3b3b;
    background: #fff;
}

.home-special-title-table {
    width: 100%;
    border-collapse: collapse;
    background: #d70404;
    table-layout: fixed;
}

.home-special-title-table td {
    height: 33px;
    padding: 0;
    border: 4px double #ff4d4d;
    background: #d70404;
    vertical-align: middle;
}

.home-special-title-text {
    display: inline-block;
    color: #fff;
    font-family: "KaiTi", "STKaiti", "KaiTi_GB2312", serif;
    font-size: 18pt;
    font-weight: 700;
    line-height: 1;
}

.home-special-title-brand {
    color: #ffff00;
}

.home-special-body {
    background: #fff;
}

.home-special-row {
    padding: 4px 8px 3px;
    border-bottom: 1px solid #d9d9d9;
    color: #0a8d11;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.28;
    text-align: center;
}

.home-special-row.is-rich {
    text-align: left;
}

.home-special-row.is-centered-down {
    padding-top: 8px;
    padding-bottom: 6px;
    text-align: center;
}

.home-special-row.is-centered-down .home-special-row-top,
.home-special-row.is-centered-down .home-special-grid-line,
.home-special-row.is-centered-down .home-special-number-line,
.home-special-row.is-centered-down .home-special-domain-line,
.home-special-row.is-centered-down .home-special-wuxing-line {
    text-align: center;
}

.home-special-row.is-centered-down .home-special-row-top {
    margin-bottom: 4px;
}

.home-special-row.is-table-row {
    display: grid;
    grid-template-columns: 92px 1fr auto auto;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.home-special-row:last-child {
    border-bottom: 0;
}

.home-special-issue {
    color: #1545ff;
}

.home-special-label {
    color: #0a8d11;
}

.home-special-label-purple {
    color: #1f18ff;
}

.home-special-target {
    color: #ff2222;
    font-weight: 900;
}

.home-special-mark {
    display: inline-block;
    padding: 0 1px;
    background: #fff13b;
    color: #ff2222;
    font-weight: 900;
    line-height: 1.1;
}

.home-special-open {
    color: #ff2222;
    font-weight: 900;
}

.home-special-result {
    margin-left: 2px;
    color: #ff2222;
    font-weight: 900;
}

.home-special-result.is-hit {
    color: #ff2222;
}

.home-special-result.is-pending {
    color: #666;
}

.home-special-row-top {
    color: #111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.home-special-rich-issue {
    margin-bottom: 2px;
    color: #1d4cff;
    font-size: 14px;
    font-weight: 800;
}

.home-fortune-line {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
}

.home-fortune-accent {
    color: #ff1f1f;
}

.home-fortune-green,
.home-fortune-target-green {
    color: #11a94c;
}

.home-special-tag-pink {
    display: inline-block;
    padding: 1px 8px;
    background: #ff2c84;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
}

.home-special-grid-line {
    color: #111;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    text-align: center;
}

.home-special-wave-line {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 2px;
    margin-bottom: 1px;
}

.home-special-wave {
    font-size: 13px;
    font-weight: 900;
}

.home-special-wave.red {
    color: #ff1e1e;
}

.home-special-wave.blue {
    color: #1d63ff;
}

.home-special-number-line {
    color: #1d4cff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    text-align: left;
    word-break: break-all;
}

.home-special-domain-line {
    color: #1aaa39;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
}

.home-special-domain-orange {
    display: inline-block;
    padding: 1px 6px;
    background: #ff7c27;
    color: #111;
}

.home-special-buy-text {
    color: #111;
    font-size: 15px;
    font-weight: 900;
}

.home-special-wuxing-line {
    color: #2d57ff;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.home-special-wuxing-name {
    color: #7e32ff;
}

.home-wuxiao-values {
    margin-top: 3px;
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

.home-wuxiao-item {
    display: inline;
    color: #111;
}

.home-wuxiao-item.is-hit {
    background: #fff13b;
    color: #111;
}

.home-special-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 8px 5px;
    border-top: 1px solid #d9d9d9;
    background: #fff;
    text-align: center;
}

.home-special-ad-icon {
    width: 34px;
    height: auto;
    flex: none;
}

.home-special-ad-text {
    min-width: 0;
    color: #ff1e1e;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.1;
}

.home-special-ad-highlight {
    color: #fff100;
    text-shadow: 1px 1px 0 #008d1f, -1px -1px 0 #008d1f, 1px -1px 0 #008d1f, -1px 1px 0 #008d1f;
}

.site-domain-panel {
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.site-domain-panel-head {
    padding: 9px 8px 8px;
    background: #008614;
    color: #ffef22;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
}

.site-domain-panel-body {
    background: #fff;
}

.site-domain-main {
    padding: 10px 8px 8px;
    border-top: 1px solid #d9d9d9;
    color: #111;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
}

.site-domain-main-icon {
    display: inline-block;
    margin-right: 4px;
    color: #ff4f4f;
    font-size: 30px;
    line-height: 0.8;
    vertical-align: middle;
    transform: skewX(-12deg);
}

.site-domain-list {
    display: flex;
    flex-direction: column;
}

.site-domain-link {
    display: block;
    padding: 8px 8px 9px;
    border-top: 1px solid #d9d9d9;
    color: #ff1212;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    text-align: center;
}

.home-sxbm-section {
    margin-bottom: 10px;
    border: 1px solid #ff4a4a;
    background: #fff;
}

.home-sxbm-title-table {
    width: 100%;
    border-collapse: collapse;
    background: #d70404;
    table-layout: fixed;
}

.home-sxbm-title-table td {
    height: 33px;
    padding: 0;
    border: 10px double #d70404;
    background: #d70404;
    vertical-align: middle;
}

.home-sxbm-title-text {
    display: inline-block;
    color: #fff;
    font-family: "KaiTi", "STKaiti", "KaiTi_GB2312", serif;
    font-size: 18pt;
    line-height: 1;
    letter-spacing: 0;
}

.home-sxbm-title-brand {
    color: #ffff00;
}

.home-sxbm-body {
    background: #fff;
}

.home-sxbm-row {
    padding: 7px 8px 6px;
    border-bottom: 1px solid #ffb4b4;
    text-align: center;
}

.home-sxbm-row:last-child {
    border-bottom: 0;
}

.home-sxbm-meta {
    color: #111;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2;
}

.home-sxbm-issue {
    margin-right: 3px;
}

.home-sxbm-type {
    margin-right: 4px;
    color: #8f30ff;
}

.home-sxbm-open {
    color: #ff8d23;
}

.home-sxbm-status {
    margin-left: 2px;
    font-weight: 900;
}

.home-sxbm-status.is-hit {
    color: #ff3030;
}

.home-sxbm-status.is-miss {
    color: #ff3030;
}

.home-sxbm-status.is-pending {
    color: #666;
}

.home-sxbm-groups {
    margin-top: 3px;
    color: #ff2020;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.25;
}

.home-sxbm-chip {
    display: inline-block;
    margin: 0 3px;
}

.home-sxbm-group-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.home-sxbm-group-line + .home-sxbm-group-line {
    margin-top: 1px;
}

.home-sxbm-zodiac.is-hit,
.home-sxbm-num.is-hit {
    background: #fff13b;
}

.home-sxbm-empty {
    padding: 14px 8px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.home-special-empty {
    margin: 10px 0 14px;
    padding: 14px 8px;
    border: 1px solid #f0d2d2;
    background: #fff;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.home-sxbm-ad {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 8px 4px;
    border-top: 1px solid #ffb4b4;
    background: #fff;
    text-align: center;
}

.home-sxbm-ad-icon {
    width: 34px;
    height: auto;
    flex: none;
}

.home-sxbm-ad-text {
    min-width: 0;
    color: #ff1e1e;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
}

.home-sxbm-ad-highlight {
    color: #fff100;
    text-shadow: 1px 1px 0 #008d1f, -1px -1px 0 #008d1f, 1px -1px 0 #008d1f, -1px 1px 0 #008d1f;
}

.home-open-grid {
    position: relative;
    margin-bottom: 10px;
    border: 2px solid #ff6a7c;
    background: #f7f4ea;
}

.home-open-card {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 72px;
    padding: 12px 18px 12px 58px;
    border-top: 1px solid #d8c89c;
    border-bottom: 1px solid #d8c89c;
    background: #f8f6eb;
}

.home-open-card:first-child {
    border-top: 0;
}

.home-open-card:last-child {
    border-bottom: 0;
}

.home-open-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    width: 42px;
    height: 42px;
    transform: translateY(-50%);
}

.home-open-speaker {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-open-title {
    color: #2e26fa;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.2;
}

.home-open-corner {
    position: absolute;
    top: 3px;
    width: 18px;
    height: 18px;
    border-top: 2px solid #c8ac62;
}

.home-open-corner:before,
.home-open-corner:after {
    content: "";
    position: absolute;
    background: #c8ac62;
}

.home-open-corner:before {
    top: 4px;
    width: 12px;
    height: 2px;
}

.home-open-corner:after {
    top: -2px;
    width: 2px;
    height: 12px;
}

.home-open-corner-left {
    left: 6px;
    border-left: 2px solid #c8ac62;
}

.home-open-corner-left:before {
    left: 4px;
}

.home-open-corner-left:after {
    left: 4px;
}

.home-open-corner-right {
    right: 6px;
    border-right: 2px solid #c8ac62;
}

.home-open-corner-right:before {
    right: 4px;
}

.home-open-corner-right:after {
    right: 4px;
}

.home-open-grid:before {
    content: "";
    position: absolute;
    right: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-align: center;
}

.home-open-grid:before {
    bottom: 66px;
    width: 52px;
    height: 52px;
    border: 4px solid #2f9a70;
    color: #2f9a70;
    font-size: 11px;
    line-height: 1.05;
    content: "推荐";
    background: rgba(255, 255, 255, 0.9);
}

.back-to-top {
    position: fixed;
    right: calc(50% - 205px + 10px);
    bottom: 90px;
    z-index: 10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, rgba(255, 255, 255, 0.08) 100%),
        linear-gradient(180deg, #ff6969 0%, #ff2323 50%, #cf0000 100%);
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    box-shadow: 0 10px 24px rgba(175, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    cursor: pointer;
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease, box-shadow .2s ease;
}

.back-to-top:hover {
    box-shadow: 0 12px 28px rgba(175, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.back-to-top-arrow {
    display: block;
    margin-top: -2px;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.back-to-top-text {
    display: block;
    margin-top: -1px;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.4px;
}

.back-to-top.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
}

.home-ad-stack {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.home-ad-stack-item {
    display: block;
    line-height: 0;
}

.home-ad-stack-item img {
    display: block;
    width: 100%;
    height: auto;
}

.history-panel {
    background: #fff;
    border: 1px solid #d8d8d8;
}

.history-topbar {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px 12px 10px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.history-topbar h1 {
    margin: 8px 0 0;
    font-size: 20px;
    text-align: center;
}

.history-back {
    color: #c62727;
    font-size: 14px;
}

.history-item {
    padding: 12px 10px;
    border-bottom: 1px solid #efefef;
}

.history-item:last-child {
    border-bottom: 0;
}

.history-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.history-ball-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 3px;
}

.bottom-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 430px;
    padding: 8px 10px;
    transform: translateX(-50%);
    background: rgba(28, 17, 19, 0.94);
    color: #faf3f3;
}

.close-btn {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #452b2b;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
}

.bottom-copy {
    flex: 1;
    font-size: 14px;
    white-space: nowrap;
}

.bottom-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    white-space: nowrap;
}

.bottom-btn.danger {
    padding: 0 12px;
    border-radius: 4px;
    background: #e31f23;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.bottom-btn.warn img {
    width: 94px;
    height: 38px;
}

@media (min-width: 431px) {
    .page-shell {
        overflow: hidden;
        border-radius: 10px;
    }
}

@media (max-width: 390px) {
    .back-to-top {
        right: 10px;
        bottom: 86px;
        width: 50px;
        height: 50px;
    }

    .notice-dialog {
        width: calc(100% - 64px);
        padding: 12px 8px 11px;
    }

    .notice-header span {
        min-width: 110px;
        font-size: 15px;
    }

    .notice-countdown {
        right: 24px;
        top: 12px;
        font-size: 16px;
    }

    .notice-brand img {
        width: 78%;
    }

    .entry-btn {
        font-size: 21px;
    }

    .tag-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .live-header {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .live-time,
    .live-link {
        justify-self: start;
    }

    .ball {
        width: 38px;
        height: 38px;
        font-size: 20px;
        line-height: 38px;
    }

}
