
.bet-bottom .moreselect {
    display: none;
    padding-top: 15.6px;
    background: #fff;
}
.bet-bottom.more-open .moreselect {
    display: block;
}
.bet-bottom .moreselect .my-swipe {
    position: relative;
    overflow: hidden;
}
.bet-bottom .moreselect .van-swipe__track {
    display: flex;
    width: 200%;
    padding-bottom: 31.2px;
    transition: transform .25s ease;
    will-change: transform;
}
.bet-bottom .moreselect .van-swipe-item {
    width: 50%;
    flex: 0 0 50%;
    font-size: 0;
}
.bet-bottom .moreselect .more-div {
    width: 25%;
    margin: 21.84px 0;
    display: inline-block;
    text-align: center;
    font-size: 12.48px;
    color: #333;
    vertical-align: top;
    cursor: pointer;
}
.bet-bottom .moreselect .more-div img {
    width: 36.4px;
    height: 36.4px;
    display: inline-block;
}
.bet-bottom .moreselect .more-div .p2 {
    margin-top: 6.24px;
    line-height: 1.2;
}
.bet-bottom .moreselect .van-swipe__indicators {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5f5f5;
    padding: 8.3px 12.5px;
    border-radius: 10.4px;
}
.bet-bottom .moreselect .van-swipe__indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    padding: 0;
    border: 0;
    cursor: pointer;
}
.bet-bottom .moreselect .van-swipe__indicator.active {
    background: #b2b3b3;
}
.bet-bottom.more-open #moreBtn {
    color: #58b7f6;
}
.bet-bottom.more-open #moreBtn img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(72%) saturate(1400%) hue-rotate(157deg) brightness(101%) contrast(96%);
}


.Game28Omission.xy-pop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2400;
}
.Game28Omission.xy-pop.show { display: block; }
.Game28Omission .xy-pop-mask {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.45);
}
.Game28Omission .omi-sheet {
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 502px;
    background: #d5d7dd;
    display: flex;
    flex-direction: column;
}
.Game28Omission .top {
    height: 46.8px;
    padding: 0 10.4px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.Game28Omission .top .top1 {
    color: #8ebbf9;
    font-size: 13px;
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}
.Game28Omission .top .top1 img {
    width: 11.4px;
    height: 8.3px;
    margin-right: 4px;
}
.Game28Omission .top .btn {
    flex: 1;
    text-align: center;
}
.Game28Omission .top .btn button {
    width: 52px;
    height: 31.2px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4.2px;
    background: #fff;
    font-size: 13px;
    cursor: pointer;
}
.Game28Omission .top .btn .active {
    background: #58b7f6;
    border: none;
    color: #fff;
}
.Game28Omission .top .btn button:first-child { margin-right: 5.2px; }
.Game28Omission .top .desc {
    color: #333;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.Game28Omission .top .desc i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    border: 1px solid #999;
    border-radius: 50%;
    font-style: normal;
    font-size: 11px;
    color: #666;
}
.Game28Omission .center {
    flex: 1;
    overflow-y: auto;
    padding-left: 10.4px;
    background: #ebecf5;
    -webkit-overflow-scrolling: touch;
}
.Game28Omission .hot_top {
    font-size: 13.5px;
    padding: 10.4px 0;
    font-weight: 700;
    color: #000;
}
.Game28Omission .hot_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.Game28Omission .hot_item {
    position: relative;
    margin: 0 5.2px 5.2px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 88.4px;
    height: 46.8px;
    border-radius: 5.2px;
    border: 1px solid #c0c2dd;
    background: #fff;
}
.Game28Omission .hot_item p {
    margin: 0 0 7.3px;
    font-size: 13px;
    color: #333;
}
.Game28Omission .hot_item span {
    position: absolute;
    width: 16.6px;
    height: 14.6px;
    line-height: 14.6px;
    border-radius: 3.1px;
    color: #fff;
    text-align: center;
    background: #999db2;
    font-size: 10px;
}
.Game28Omission .hot_item .n-hot { right: 2px; top: 2px; }
.Game28Omission .hot_item .n-omit { right: 2px; bottom: 2px; }
.Game28Omission .hot_item .n-hot.max,
.Game28Omission .hot_item .n-omit.max { background: #e4593e; }
.Game28Omission .hot_item .n-hot.min,
.Game28Omission .hot_item .n-omit.min { background: #58b7f6; }
.Game28Omission .omi-help {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0,0,0,.45);
    align-items: center;
    justify-content: center;
}
.Game28Omission .omi-help.show { display: flex; }
.Game28Omission .descPop {
    position: relative;
    width: 280.8px;
    background: #fff;
    border-radius: 9.4px;
    color: #000;
    overflow: hidden;
}
.Game28Omission .descPop:after {
    position: absolute;
    top: -14.6px;
    left: 50%;
    content: "";
    height: 5.2px;
    width: 104px;
    border-radius: 0 0 2px 2px;
    transform: translate(-50%);
    background: linear-gradient(90deg, #01d1ff, #0aabff);
}
.Game28Omission .descPop div { padding: 18px 20.8px 0; }
.Game28Omission .descPop h3 { font-size: 15.6px; margin: 0 0 8px; }
.Game28Omission .descPop p {
    padding: 0 20.8px;
    margin: 8px 0;
    font-size: 13px;
    line-height: 1.6;
    color: #333;
}
.Game28Omission .desc_flooter {
    height: 46.8px;
    line-height: 46.8px;
    font-size: 17.7px;
    text-align: center;
    border-top: 1px solid #eee;
    cursor: pointer;
}


.xy-page {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 2450;
    background: #ebecf5;
    flex-direction: column;
}
.xy-page.show { display: flex; }
.xy-page .head_area {
    height: 52px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18.7px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    flex-shrink: 0;
}
.xy-page .head_area .leftImg {
    flex: 1;
    text-align: left;
    cursor: pointer;
}
.xy-page .head_area .top_back {
    width: 8.3px;
    height: 14.6px;
    display: block;
}
.xy-page .head_area .head_text {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.xy-page .head_area .right_menu {
    flex: 1;
}
.xy-page .page-bd {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.GameRulesPop {
    width: 280.8px;
    height: 464.9px;
    margin: 24px auto 0;
    background: linear-gradient(180deg, #c4e5fc, #fff 57.95%);
    border-radius: 9.4px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.GameRulesPop .lstitle {
    width: 145.1px;
    height: 6.2px;
    background: linear-gradient(90deg, #01d1ff, #0aabff);
    border-radius: 0 0 2px 2px;
    margin: 0 auto;
    flex-shrink: 0;
}
.GameRulesPop .contentpop {
    flex: 1;
    overflow-y: auto;
    padding: 0 15.6px;
}
.GameRulesPop .titleasd {
    font-size: 15.6px;
    font-weight: 800;
    color: #000;
    margin-top: 28.6px;
}
.GameRulesPop .vanpopdiv {
    font-size: 12.48px;
    font-weight: 500;
    color: #000;
    line-height: 16.6px;
    text-align: left;
    margin-top: 10.4px;
    white-space: pre-wrap;
    word-break: break-word;
}
.GameRulesPop .closebtnpop {
    height: 46.8px;
    border-top: 1px solid #cdd1df;
    font-size: 17.7px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
}

.xy-page .road-wrap { margin: 12px 14px; }
.xy-page .road-tit { font-size: 13px; color: #545974; margin: 8px 0; }
.xy-page .his-mini { width: calc(100% - 28px); margin: 0 14px 20px; border-collapse: collapse; font-size: 12px; background: #fff; }
.xy-page .his-mini th, .xy-page .his-mini td { padding: 8px 4px; border-bottom: 1px solid #f0f1f5; text-align: center; }

.xy-svc { padding: 16px; }
.xy-svc-item {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.xy-svc-item img { width: 36.4px; height: 36.4px; }
.xy-svc-item b { font-size: 15px; color: #333; display: block; }
.xy-svc-item span { font-size: 12px; color: #878b97; }

.xy-pay { padding: 16px; }
.xy-pay-bal {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #333;
}
.xy-pay-bal b { color: #0aabff; font-size: 20px; }
.xy-pay-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}
.xy-pay-grid span {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.xy-pay-grid span.on { border-color: #58b7f6; color: #58b7f6; }
.xy-pay input {
    width: 100%;
    height: 42px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.xy-pay-btn {
    width: 100%;
    height: 44px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(90deg, #01d1ff, #0aabff);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.xy-empty {
    text-align: center;
    color: #999;
    padding: 80px 20px;
    font-size: 14px;
}
.xy-chase-form { padding: 16px; }
.xy-chase-form label {
    display: block;
    font-size: 13px;
    color: #545974;
    margin: 12px 0 6px;
}
.xy-chase-form input, .xy-chase-form select {
    width: 100%;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    box-sizing: border-box;
    background: #fff;
}
