html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #fff;
    color: #111;
    font-family: "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
}

* {
    box-sizing: border-box;
}

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

button {
    font-family: inherit;
}

.page-width {
    width: 1164px;
    max-width: calc(100vw - 24px);
    margin: 0 auto;
}

.logo-box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 20px;
    padding-bottom: 10px;
}

.logo-img {
    border: none;
    width: 173px;
    height: 96px;
    object-fit: contain;
    cursor: pointer;
}

.switch_style {
    border-radius: 26px;
    padding: 1px 15px;
    color: #fff;
    background: #1a3d96;
    font-size: 17px;
    line-height: 23px;
    cursor: pointer;
    height: 26px;
}

.daohang {
    display: flex;
}

.daohangdiv {
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.dhBg {
    color: #fff100 !important;
}

.frequency-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    gap: 12px 16px;
}

.frequency-item {
    color: #000;
    background-color: #ded9d9;
    font-weight: 700;
    font-size: 18px;
    border-radius: 4px;
    padding: 10px 18px;
    cursor: pointer;
}

.frequency-item.active {
    color: #fff !important;
    background-color: #1a3d96 !important;
}

.carousel-container {
    height: 374px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.carousel-slide {
    height: 100%;
}

.carousel-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.open_zone {
    box-shadow: 0 0 3px 3px #ddd;
    margin-bottom: 20px;
    background: #fff;
}

.lotteryTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    min-height: 56px;
    border: 1px solid #1a3d96;
    color: #1a3d96;
    font-weight: 700;
}

.lotteryTitle-l {
    font-size: 20px;
}

.lotteryTitle-r {
    font-size: 14px;
    text-align: right;
}

.lotteryTitle-r em {
    font-size: 15px;
    color: #1a3d96;
    font-style: italic;
}

.open_code_zone {
    padding: 0 64px;
    min-height: 234px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
}

.open_code_zone_left {
    flex: 1;
    min-width: 0;
}

.open_code_zone_left-title {
    margin-bottom: 32px;
}

.open_code_zone_left-title-1 {
    font-size: 14px;
}

.open_code_zone_left-title-2 {
    font-size: 15px;
    margin-left: 20px;
}

.open_code_zone_left-title-2 i {
    color: #e60012;
    font-style: normal;
    font-size: 17px;
}

.open_code_zone_left-content {
    display: flex;
    align-items: flex-start;
}

.open_code_zone_left-item {
    margin-right: 6px;
}

.js-live-ball {
    position: relative;
}

.open_code_zone_left-item-number {
    width: 66px;
    height: 66px;
    font-size: 44px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.demo-open-placeholder {
    display: none;
}

.js-live-ball.demo-open-pending .open_code_zone_left-item-number {
    border-radius: 0 !important;
    background: #c8c8c8 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.js-live-ball.demo-open-pending .open_code_zone_left-item-number span {
    visibility: hidden;
}

.js-live-ball.demo-open-pending .demo-open-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 34px;
    line-height: 66px;
    font-weight: 700;
    z-index: 2;
    pointer-events: none;
}

.js-live-ball.demo-open-pending .open_code_zone_left-item-zodiac {
    visibility: hidden;
}

.open_code_zone_left-item-number span {
    color: #fff;
    text-shadow: none;
}

.open_code_zone_left-item-number,
.hisCode-item-number,
.mini-ball {
    position: relative;
    background: var(--ball-color, #ccc);
    transition: border-radius .22s ease, box-shadow .22s ease, transform .22s ease, background .22s ease, border-color .22s ease;
}

.open_code_zone_left-item-number span,
.hisCode-item-number span,
.mini-ball span {
    position: relative;
    z-index: 1;
}

body.ball-style-square .open_code_zone_left-item-number,
body.ball-style-square .hisCode-item-number,
body.ball-style-square .mini-ball {
    border-radius: 0;
    background: var(--ball-color, #ccc) !important;
    box-shadow: none;
    border: 0;
}

body.ball-style-round .open_code_zone_left-item-number,
body.ball-style-round .hisCode-item-number,
body.ball-style-round .mini-ball {
    border-radius: 50%;
    background: var(--ball-color, #ccc) !important;
    box-shadow: inset -4px -5px 0 rgba(0, 0, 0, .14), inset 4px 5px 0 rgba(255, 255, 255, .16);
    border: 0;
}

body.ball-style-gloss .open_code_zone_left-item-number,
body.ball-style-gloss .hisCode-item-number,
body.ball-style-gloss .mini-ball {
    border-radius: 50%;
    background: radial-gradient(circle at 32% 25%, rgba(255, 255, 255, .95) 0 10%, rgba(255, 255, 255, .22) 18%, transparent 34%), var(--ball-color, #ccc) !important;
    box-shadow: inset -7px -8px 9px rgba(0, 0, 0, .24), inset 4px 5px 8px rgba(255, 255, 255, .3), 0 2px 4px rgba(0, 0, 0, .2);
    border: 0;
}

body.ball-style-outline .open_code_zone_left-item-number,
body.ball-style-outline .hisCode-item-number,
body.ball-style-outline .mini-ball {
    border-radius: 6px;
    background: #fff !important;
    border: 4px solid var(--ball-color, #ccc);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .7);
}

body.ball-style-outline .open_code_zone_left-item-number span,
body.ball-style-outline .hisCode-item-number span,
body.ball-style-outline .mini-ball span {
    color: var(--ball-color, #333);
}

body.ball-style-flip .open_code_zone_left-item-number,
body.ball-style-flip .hisCode-item-number,
body.ball-style-flip .mini-ball {
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .25), rgba(255, 255, 255, 0) 42%), var(--ball-color, #ccc) !important;
    box-shadow: inset 0 -8px 0 rgba(0, 0, 0, .12), 0 2px 0 rgba(0, 0, 0, .16);
    transform: perspective(220px) rotateX(7deg);
    transform-style: preserve-3d;
    border: 0;
}

.open_code_zone_left-item-plus {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #da0f1f;
}

.open_code_zone_left-item-zodiac {
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
}

.moni-open {
    font-size: 17px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    display: inline-block;
    border-radius: 26px;
    padding: 0 8px;
    color: #fff;
    background: #1a3d96;
    margin: 0 0 3px 15px;
    text-align: center;
}

.open_code_zone_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 25px;
}

.countdown-item {
    font-size: 38px;
    text-align: center;
    color: #000;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    display: inline-block;
    height: 49px;
    line-height: 49px;
    width: 41px;
    margin-left: 10px;
}

.countdown-split {
    font-size: 38px;
    font-weight: 700;
}

.operate-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
}

.operate-btn-1,
.operate-btn-2,
.button-primary {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 5px 20px;
    box-shadow: inset 0 0 3px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid transparent;
    line-height: 20px;
}

.operate-btn-1,
.operate-btn-2,
.operate-btn-3,
.button-primary {
    font-family: inherit;
}

button.operate-btn-1,
button.operate-btn-2,
button.operate-btn-3 {
    appearance: none;
}

.operate-btn-1 {
    border-color: #bb8215;
    background: linear-gradient(180deg, #deb030, #e59e10);
    margin: 0 10px;
}

.operate-btn-2,
.button-primary {
    background: linear-gradient(180deg, #d21e1e, #b02b21);
    border-color: #b02b21;
}

.operate-btn-3 {
    color: #000;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 0;
    background: transparent;
    padding: 0;
}

.operate-row .operate-btn-3.scratch-trigger,
button.operate-btn-3.scratch-trigger,
.operate-btn-3.scratch-trigger[data-v-e781b60e] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #1a3d96;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    vertical-align: middle;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    outline: none;
}

.operate-row .operate-btn-3.scratch-trigger:focus,
.operate-row .operate-btn-3.scratch-trigger:active {
    outline: none;
    box-shadow: none;
}

.scratch-trigger span {
    display: inline-flex;
}

.scratch-eye {
    position: relative;
    width: 18px;
    height: 12px;
    margin-left: 1px;
    border: 2px solid #1a3d96;
    border-radius: 50% / 58%;
    box-sizing: border-box;
}

.scratch-eye:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #1a3d96;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.open-code-scratch {
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    user-select: none;
    touch-action: none;
}

.scratch-mask {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: crosshair;
    z-index: 5;
    display: none;
}

.scratch-hint {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 6;
    pointer-events: none;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.open-code-scratch.scratching .scratch-mask {
    display: block;
}

.open-code-scratch.scratching .scratch-hint {
    display: flex;
}

.open-code-scratch.scratched .scratch-hint {
    display: none;
}

.chart-title {
    height: 44px;
    line-height: 44px;
    color: #1a3d96;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #1a3d96;
    margin-bottom: 12px;
}

.history-panel,
.simple-panel {
    background: #fff;
    margin-top: 18px;
}

.hisWrapper {
    border-top: 1px solid #e6e6e6;
}

.hisItem {
    display: flex;
    align-items: center;
    min-height: 72px;
    border-bottom: 1px solid #e6e6e6;
}

.hisIssue {
    width: 18%;
    text-align: center;
    font-size: 15px;
}

.hisIssue i {
    color: #e60012;
    font-style: normal;
}

.hisTime {
    width: 19%;
    text-align: center;
    color: #666;
    font-size: 13px;
}

.hisCode {
    flex: 1;
}

.his-items {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0 8px 0;
}

.hisCode-item-number {
    margin-right: 4px;
    color: #fff;
    width: 46px;
    height: 46px;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hisCode-item-number span {
    color: #fff;
    text-shadow: none;
}

.hisCode-item-plus {
    margin-right: 4px;
    color: #da0f1f;
    height: 46px;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 100;
}

.hisCode-item-zodiac {
    width: 46px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hisPlay {
    width: 10%;
    text-align: center;
}

.macaujc-pagination {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 16px;
}

.macaujc-pagination .items {
    display: flex;
    align-items: center;
}

.macaujc-pagination .item,
.macaujc-pagination .prev,
.macaujc-pagination .next {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #dcdcdc;
    color: #606266;
    margin-left: 6px;
    cursor: pointer;
    background: #fff;
}

.macaujc-pagination .item.active {
    color: #fff;
    border-color: #1a3d96;
    background: #1a3d96;
}

.macaujc-pagination .disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}

.video-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 18px;
}

.video-stage {
    border: 1px solid #1a3d96;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 420px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
}

.video-stage iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
    background: #000;
}

.video-side {
    border: 1px solid #e6e6e6;
    padding: 16px;
}

.switch_row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 18px;
}

.live-line-panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 18px;
    color: #515151;
    font-size: 15px;
}

.live-line-label {
    color: #414141;
    font-weight: 600;
    margin-right: 4px;
}

.switch_btn {
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #414141;
    background: #f7f7f7;
    height: 32px;
    min-width: 72px;
    padding: 0 14px;
    cursor: pointer;
}

.switch_btn.btn_back {
    border-color: #1a3d96;
    color: #fff;
    background: #1a3d96;
}

.live-offline-stage {
    border-color: #050505;
}

.live-offline-notice {
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    text-align: center;
}

.live-offline-notice .phone {
    color: #d80011;
    font-weight: 600;
    margin: 0 4px;
}

.lottery-tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.lottery-tab-item {
    height: 36px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 34px;
    font-size: 16px;
    cursor: pointer;
}

.lottery-tab-item.active {
    background-color: #1a3d96;
    color: #fff;
}

.chart-box {
    background: #fff;
    margin-bottom: 20px;
}

.pc-chart-title-1 {
    position: relative;
}

.pc-chart-opt {
    position: absolute;
    right: 0;
    top: 10px;
    display: flex;
    align-items: center;
}

.pc-count {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #000;
    font-size: 14px;
}

.pc-count input {
    width: 48px;
    height: 18px;
    border: 1px solid #aaa;
    padding: 0 3px;
    font-size: 12px;
}

.trend-chart-stage {
    height: 420px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    padding: 14px 16px;
}

.pc-horizontal-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.trend-bars {
    min-width: 620px;
    padding: 2px 0 10px;
}

.trend-bar-row {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
    min-height: 26px;
    font-size: 13px;
}

.trend-bar-label {
    color: #1a3d96;
    font-weight: 700;
    text-align: right;
}

.trend-bar-track {
    height: 13px;
    background: #edf1fa;
    border-radius: 10px;
    overflow: hidden;
}

.trend-bar-track span {
    display: block;
    height: 100%;
    min-width: 2px;
    border-radius: 10px;
    background: linear-gradient(90deg, #1a3d96, #00a0ea);
}

.trend-bar-value {
    color: #000;
    font-weight: 700;
}

.trend-color-red .trend-bar-label,
.trend-color-red .trend-bar-value {
    color: #d61f2f;
}

.trend-color-red .trend-bar-track span {
    background: linear-gradient(90deg, #b91424, #f13a47);
}

.trend-color-blue .trend-bar-label,
.trend-color-blue .trend-bar-value {
    color: #1a3d96;
}

.trend-color-blue .trend-bar-track span {
    background: linear-gradient(90deg, #1a3d96, #00a0ea);
}

.trend-color-green .trend-bar-label,
.trend-color-green .trend-bar-value {
    color: #129447;
}

.trend-color-green .trend-bar-track span {
    background: linear-gradient(90deg, #0f873f, #26c76a);
}

.trend-empty {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
}

.trend-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.trend-table th,
.trend-table td {
    border: 1px solid #e6e6e6;
    padding: 9px 6px;
    text-align: center;
    font-size: 14px;
}

.trend-table th {
    color: #1a3d96;
    background: #fafafa;
}

.mini-ball {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.mini-ball span {
    text-shadow: none;
}

.open_code_zone_left-item-number span,
.hisCode-item-number span,
.mini-ball span,
.number-item span {
    -webkit-text-stroke: 0 !important;
    text-shadow: none !important;
}

.api-list {
    border-top: 1px solid #e6e6e6;
}

.col-item {
    padding: 16px 20px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    color: #1a3d96;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.api-panel {
    padding: 18px 20px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fafafa;
    line-height: 1.8;
    font-size: 14px;
}

.api-panel code,
.api-panel pre {
    font-family: Consolas, Menlo, monospace;
}

.api-panel pre {
    overflow: auto;
    padding: 12px;
    background: #fff;
    border: 1px solid #eee;
}

.picker-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 32px;
}

.picker-box-l,
.picker-box-r {
    border: 0;
    padding: 0;
}

.picker-content {
    min-height: 200px;
    border: 1px solid #1a3d96;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 4px;
}

.picker-content-inner {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
}

.picker-item {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, .12);
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 54px;
    margin: 0;
    position: relative;
    text-shadow: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.picker-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.picker-ball-red {
    background: #f20b0b;
}

.picker-ball-blue {
    background: #1114e8;
}

.picker-ball-green {
    background: #0b7f0b;
}

.picker-opt {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 0;
}

.picker-opt-clear,
.picker-opt-copy {
    appearance: none;
    min-width: 42px;
    height: auto;
    line-height: 14px;
    padding: 2px 8px;
    margin-left: 8px;
    color: #1a3d96;
    background: #fff;
    border: 1px solid #1a3d96;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    text-align: center;
}

.picker-opt .picker-opt-copy[data-v-1401ef5b],
.picker-opt .picker-opt-clear[data-v-1401ef5b],
.picker-opt-copy,
.picker-opt-clear {
    display: inline-block !important;
    width: auto !important;
    min-width: 42px !important;
    height: auto !important;
    line-height: 14px !important;
    margin: 0 0 0 8px !important;
    padding: 2px 8px !important;
    color: #1a3d96 !important;
    background: #fff !important;
    border: 1px solid #1a3d96 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-align: center !important;
    text-indent: 0 !important;
    white-space: nowrap !important;
}

.picker-rule {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px 12px;
    padding-top: 16px;
}

.picker-rule-item {
    min-height: auto;
    line-height: 14px;
    text-align: center;
    border: 1px solid #333;
    margin: 0;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    background: #fff;
}

.picker-rule-item.active,
.picker-rule-item-active {
    color: #fff;
    border-color: #1a3d96;
    background: #1a3d96;
}

.picker-rule-empty,
.picker-rule-empty.active {
    border: none;
    background: transparent;
    cursor: default;
}

.picker-line {
    height: 17px;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
}

.main_contact {
    border: 1px solid #e6e6e6;
    padding: 44px 60px;
    min-height: 360px;
}

.main_contact .title {
    color: #1a3d96;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 28px;
}

.article_contact {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 28px;
}

.contact {
    display: flex;
    align-items: center;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.contact img {
    width: 64px;
    height: 64px;
}

.empty-state {
    padding: 40px 20px;
    text-align: center;
    color: #888;
    border: 1px solid #e6e6e6;
}

footer {
    height: 40px;
    line-height: 40px;
    margin-top: 70px;
    text-align: center;
    color: #848484;
    border-top: 5px solid #eee222;
    font-size: 14px;
}

@media (max-width: 900px) {
    .page-width {
        max-width: 100vw;
        padding: 0 10px;
    }

    .logo-box {
        align-items: center;
    }

    .logo-img {
        width: 128px;
        height: 72px;
    }

    .switch_style {
        font-size: 13px;
        padding: 0 10px;
    }

    .daohang {
        overflow-x: auto;
    }

    .daohang a {
        min-width: 92px;
    }

    .frequency-item {
        font-size: 15px;
        padding: 8px 10px;
        margin: 0;
    }

    .carousel-container {
        height: 45vw;
        min-height: 160px;
        max-height: 260px;
    }

    .lotteryTitle {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
        padding: 10px 14px;
    }

    .lotteryTitle-r {
        text-align: left;
    }

    .open_code_zone {
        padding: 22px 12px;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }

    .open_code_zone_left-title {
        margin-bottom: 18px;
    }

    .open_code_zone_left-content {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .open_code_zone_left-item-number {
        width: 11vw;
        height: 11vw;
        max-width: 48px;
        max-height: 48px;
        min-width: 34px;
        min-height: 34px;
        font-size: clamp(18px, 7vw, 31px);
    }

    .js-live-ball.demo-open-pending .demo-open-placeholder {
        width: 11vw;
        height: 11vw;
        max-width: 48px;
        max-height: 48px;
        min-width: 34px;
        min-height: 34px;
        font-size: clamp(18px, 7vw, 28px);
        line-height: normal;
    }

    .open_code_zone_left-item-zodiac {
        font-size: 15px;
        line-height: 26px;
    }

    .open_code_zone_left-item-plus {
        height: 40px;
        font-size: 24px;
    }

    .countdown {
        justify-content: center;
        margin-left: 0;
    }

    .countdown-item {
        width: 32px;
        height: 42px;
        line-height: 42px;
        font-size: 30px;
        margin-left: 6px;
    }

    .countdown-split {
        font-size: 30px;
    }

    .pc-chart-title-1 {
        padding-bottom: 30px;
    }

    .pc-chart-opt {
        top: 48px;
        left: 0;
        right: auto;
    }

    .trend-chart-stage {
        height: 360px;
        padding: 12px 10px;
    }

    .trend-bars {
        min-width: 520px;
    }

    .trend-bar-row {
        grid-template-columns: 50px minmax(0, 1fr) 34px;
        gap: 6px;
    }

    .scratch-hint {
        font-size: 24px;
    }

    .hisItem {
        display: grid;
        grid-template-columns: 1fr;
        padding: 12px 0;
    }

    .hisIssue,
    .hisTime,
    .hisCode,
    .hisPlay {
        width: 100%;
    }

    .hisTime {
        margin-top: 3px;
    }

    .hisCode-item-number {
        width: 10.5vw;
        height: 10.5vw;
        max-width: 42px;
        max-height: 42px;
        min-width: 30px;
        min-height: 30px;
        font-size: clamp(17px, 6vw, 26px);
    }

    .hisCode-item-zodiac {
        width: 10.5vw;
        max-width: 42px;
        font-size: 12px;
    }

    .video-layout,
    .picker-box {
        grid-template-columns: 1fr;
    }

    .video-stage,
    .video-stage iframe {
        min-height: 260px;
        height: 260px;
    }

    .trend-table {
        min-width: 760px;
    }

    .trend-scroll {
        overflow-x: auto;
    }

    .picker-rule {
        grid-template-columns: repeat(3, 1fr);
    }

    .main_contact {
        padding: 28px 18px;
    }

    .contact {
        font-size: 15px;
    }
}
