body {
    background: #3154f8;
}

#index {
    width: 100vw;
    min-height: calc(290vw + 12vw);
    position: relative;
    padding-bottom: 5vw;
    box-sizing: border-box;
    background: #3154f8;
    font-family: "PingFang SC-粗体", "PingFang SC";
}

.rule {
    width: 7.2vw;
    position: absolute;
    top: 38.93vw;
    right: 0;
}

.my_prize {
    width:22.53vw;
    position: absolute;
    top: 105.27vw;
    left: 0;
}

.win_rank {
    width: 22.53vw;
    position: absolute;
    top: 105.27vw;
    right: 0;
}
.main_tip {
    width: 94.13vw;
    height: 43.47vw;
    position: absolute;
    top: 118.2vw;
    left: 2.935vw;
}

.scroll_title {
    width: 96.8vw;
    position: absolute;
    top: 163.4vw;
    left: 3.2vw;
    display: flex;
    gap: 4vw;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 1;
    padding-top: 2vw;
}

    .scroll_title > div:last-child {
        margin-right: 3.2vw;
    }

.title {
    width: 26.67vw;
    flex-shrink: 0;
    position: relative;
}

@font-face {
    font-family: 'FZZCHJW';
    src: url('../fonts/FZZCHJW\ -subset.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title_text {
    width: 26.67vw;
    height: 10.67vw;
    background: #009ce7;
    border-radius: 2.67vw;
    font-size: 4.27vw;
    font-style: italic;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'FZZCHJW', sans-serif;
    /* 👈 加这里 */
}

.title_arrow {
    width: 6.93vw;
    margin: 0 auto;
}

    .title_arrow > img {
        width: 100%;
        display: block;
    }

.title_active {
    background: #30c4fd !important;
    color: #e5fd50 !important;
}

.main {
    width: 93.33vw;
    background: #c6e4ff;
    border-radius: 4vw;
    border: .27vw solid #c6e4ff;
    position: absolute;
    top: 185.53vw;
    left: calc((100vw - 93.33vw) / 2);
}

.main_list:last-child {
    margin-bottom: 8.27vw;
}

.main_match:last-child {
    margin-bottom: 8.27vw;
}

.match_round {
    width: fit-content;
     max-width: 86vw; 
    min-height: 5.07vw;
    padding: 1.07vw 4vw;
    margin: 3.73vw auto 0;
    background: #2e51fc;
    border-radius: 4.67vw;
    font-size: 4.7vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.match_time {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    color: #4ab3ff;
    margin: 1.13vw auto 0;
}

    .match_time > span:nth-child(2) {
        color: #009ce7;
    }

.main_date {
    width: 66.67vw;
    height: 5.07vw;
    background: #029900;
    border-radius: 2.4vw;
    border: .27vw solid #7CD128;
    margin: 7.73vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .main_date > span:nth-child(1) {
        color: #fff;
    }

    .main_date > span:nth-child(2) {
        color: #fff719;
    }

.main_tips {
    width: 100%;
    text-align: center;
    font-size: 2.67vw;
    color: #016400;
    margin: 2.13vw auto 0;
}

.main_team {
    width: 88vw;
    height: 40vw;
    background: url('../images/icon6.png') no-repeat;
    background-size: 100% auto;
    margin: 4.27vw auto 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .main_team.timeout::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        border-radius: 4vw;
        opacity: 0.7;
        /* 可调透明度 */

        z-index: 2;
    }

.guess_win {
    width: 33.33vw;
    height: 22.67vw;
    position: absolute;
    top: 5.07vw;
    left: calc((88vw - 33.33vw) / 2);
    z-index: 3;
}

.win_title {
    font-size: 2.67vw;
    color: #FFF606;
    position: absolute;
    top: 1.33vw;
    left: 3.47vw;
    right: 3.47vw;
    line-height: 1.2;
    word-break: break-all;
}

    .win_title.text_medium {
        font-size: 2.4vw;
    }

    .win_title.text_long {
        font-size: 2.1vw;
    }

.team_vs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    margin: 10.13vw auto 0;
    padding: 0 1.6vw;
    box-sizing: border-box;
}

    .team_vs > div {
        position: relative;
    }

    .team_vs > img {
        display: block;
    }

.tm {
    width: 13.6vw;
}

.hg {
    width: 6.4vw;
    position: absolute;
    top: -2.13vw;
    right: -2.13vw;
}

.mm {
    width: 7.73vw;
}

.team_vs > span {
    flex: 1;
    min-width: 0;
    max-width: 24vw;
    font-size: 4vw;
    color: #000;
    text-align: center;
    line-height: 1.15;
    word-break: break-all;
}

    .team_vs > span.text_medium {
        font-size: 3.2vw;
    }

    .team_vs > span.text_long {
        font-size: 2.6vw;
    }

.team_record {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    color: #48B6E4;
    margin: 1.07vw auto 0;
}

    .team_record > div {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4vw;
        color: #48B6E4;
        background-size: 100% auto !important;
        line-height: 1.1;
        padding: 0 1vw;
        box-sizing: border-box;
        text-align: center;
        word-break: break-all;
    }

        .team_record > div.text_medium {
            font-size: 3.2vw;
        }

        .team_record > div.text_long {
            font-size: 2.5vw;
        }

        /* 默认背景 */
        .team_record > div:nth-child(1) {
            width: 26.13vw;
            height: 11.73vw;
            background: url('../images/icon8.png') no-repeat;
        }

        .team_record > div:nth-child(2) {
            width: 27.2vw;
            height: 12.53vw;
            background: url('../images/icon9.png') no-repeat;
        }

        .team_record > div:nth-child(3) {
            width: 26.13vw;
            height: 11.73vw;
            background: url('../images/icon10.png') no-repeat;
        }

/* 左胜 */
.active_left {
    width: 26.13vw;
    height: 11.73vw;
    background: url('../images/icon11.png') no-repeat !important;
    color: #fff !important;
}

/* 平局 */
.active_middle {
    width: 26.13vw;
    height: 11.73vw;
    background: url('../images/icon12.png') no-repeat !important;
    color: #fff !important;
}

/* 右胜 */
.active_right {
    width: 26.13vw;
    height: 11.73vw;
    background: url('../images/icon13.png') no-repeat !important;
    color: #fff !important;
}

.chat_popup {
    width: 80vw;
    height: 102.4vw;
    background: url('../images/icon15.png') no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 38.67vw;
    left: calc((100vw - 80vw) / 2);
}

.chat_code {
    width: 34.67vw;
    margin: 48.53vw auto 0;
}

.chat_close {
    width: 10.4vw;
    position: absolute;
    top: 149.6vw;
    left: calc((100vw - 10.4vw) / 2);
}

.choice_popup {
    width: 80vw;
    height: 56vw;
    background: linear-gradient(0deg, #FFFFFF, #72d6fd);
    border-radius: 6.67vw;
    position: absolute;
    top: 64.27vw;
    left: calc((100vw - 80vw) / 2);
}

.choice_title {
    width: 40vw;
    height: 8.27vw;
    background: url('../images/icon18.png') no-repeat;
    background-size: 100% auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.27vw;
    color: #fff;
}

.choice_text1 {
    width: 100%;
    text-align: center;
    font-size: 4.8vw;
    color: #3256fc;
    margin: 8.07vw auto 0;
}

    .choice_text1 > span {
        color: #000;
        margin: 0 .8vw;
    }

.choice_text2 {
    width: 100%;
    text-align: center;
    font-size: 3.47vw;
    color: #F5524C;
    margin: 4.27vw auto 0;
}

.choice_btn {
    width: 66.67vw;
    height: 11.73vw;
    background: linear-gradient(180deg, #ff413a, #ff8147);
    border-radius: 5.87vw;
    font-size: 4.53vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.73vw auto 0;
}

.choice_close {
    width: 10.4vw;
    position: absolute;
    top: 128.8vw;
    left: calc((100vw - 10.4vw) / 2);
}

.title_done {
    filter: grayscale(100%);
    opacity: 0.6;
}

.open_tips {
    width: 100%;
    text-align: center;
    font-size: 2.67vw;
    color: #016400;
   margin-top:-2vw;
}

.prize_popup {
    width: 84vw;
    height: 97.33vw;
    background: url('../images/icon32.png') no-repeat;
    background-size: 100% auto;
    margin: 48.8vw auto 0;
    overflow: hidden;
}

.prize_title {
    text-align: center;
    font-size: 4.8vw;
    color: #ffffff;
    margin: 15.87vw auto 0;
}

.prize_img {
    width: 17.6vw;
    margin: 8.4vw auto 0;
}

    .prize_img > img {
        width: 100%;
        border-radius: 50%;
        border: .53vw solid #fff;
    }

.prize_name {
    text-align: center;
    font-size: 4vw;
    color: #029900;
    margin: 4vw auto 0;
}

.prize_tips {
    text-align: center;
    font-size: 2.93vw;
    color: #999999;
    padding: 0 12vw;
    margin: 5.4vw auto 0;
}

.prize_btn {
    width: 41.6vw;
    height: 11.73vw;
    background: linear-gradient(90deg, #FDFD4C, #FFC20F);
    border-radius: 5.87vw;
    font-size: 4.53vw;
    color: #913701;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5.4vw auto 0;
}

.prize_close {
    width: 10.4vw;
    margin: 7.2vw auto 0;
}

.lottery_btn {
    width: 50.53vw;
    height: 15.33vw;
    line-height: 15.33vw;
    text-align: center;
    background-size: 100% auto;
    position: absolute;
    top: 85vw;
    left: calc((100vw - 50.53vw) / 2);
    font-size: 6.13vw;
    font-weight: 700;
    color: #ffffff;
}

.tip_btn {
    width: 48.53vw;
    height: 10vw;
    text-align: center;
    position: absolute;
    top: 104.53vw;
    left: calc((100vw - 43.53vw) / 2);
}
.tip_btn_tips {
    width: 100vw;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 128.53vw;
    font-size: 3vw;
}

.mobile_popup {
    width: 80vw;
    background: #fff;
    border-radius: 6.67vw;
    margin: 61.07vw auto 0;
    padding: 4.27vw 6.67vw 6.93vw 6.67vw;
}

.mobile_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4vw;
}

    .mobile_top > img {
        width: 15.2vw;
    }

    .mobile_top > div > div:nth-child(1) {
        font-size: 4.8vw;
        font-weight: 700;
        color: #000;
    }

    .mobile_top > div > div:nth-child(2) {
        font-size: 2.67vw;
        color: #666;
    }

        .mobile_top > div > div:nth-child(2) > label {
            color: #F5524C;
        }

.mobile_main {
    width: 68vw;
    height: 11.2vw;
    background: #F8F8F8;
    border-radius: 1.33vw;
    margin: 4.53vw auto 0;
    font-size: 4vw;
    color: #666666;
    padding: 0 4.53vw;
}

.mobile_code {
    width: 68vw;
    height: 11.2vw;
    background: #F8F8F8;
    border-radius: 1.33vw;
    margin: 4vw auto 0;
    display: flex;
    align-items: center
}

    .mobile_code > input {
        width: 42.93vw;
        padding-right: 4.53vw;
        font-size: 4vw;
        color: #666666;
        padding: 0 4.53vw;
    }

    .mobile_code > button {
        background: transparent;
        width: 24.8vw;
        height: 5.87vw;
        line-height: 5.87vw;
        text-align: center;
        font-size: 3.47vw;
        color: #FF4605;
        border-left: .27vw solid #FF4605;
    }

.mobile_btn {
    width: 66.67vw;
    height: 11.73vw;
    background: linear-gradient(90deg, #FDFD4C, #FFC20F);
    border-radius: 5.87vw;
    font-size: 4.53vw;
    color: #913701;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10.4vw auto 0;
}

.mobile_close {
    width: 10.4vw;
    margin: 7.73vw auto 0;
}

.bubble {
    width: 17.33vw;
    position: fixed;
    top: 69.6vw;
    right: 4.8vw;
    z-index: 99;
}

.mt2 {
    margin: 1vw auto 4.8vw;
}

.follow_popup {
    width: 78.4vw;
    height: 99.73vw;
    background: url('../images/icon36.png') no-repeat;
    background-size: 100% auto;
    margin: 41.33vw auto 0;
    overflow: hidden;
}

.code {
    width: 34.93vw;
    margin: 45.6vw auto 0;
}

.no_realname_popup {
    width: 73.87vw;
    height: 51.47vw;
    background: linear-gradient(to bottom, #dee9f9, #ffffff);
    border-radius: 5.33vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

    .no_realname_popup > div {
        text-align: center;
        font-size: 3.73vw;
        color: #0B2555;
    }

        .no_realname_popup > div:nth-child(1) {
            font-size: 4vw;
            margin: 7.73vw auto 0;
            font-weight: 700;
        }

        .no_realname_popup > div:nth-child(2) {
            margin: 3.93vw auto 0;
        }

.no_realname_popup_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6.07vw auto 0;
}

    .no_realname_popup_btn > div:nth-child(1) {
        width: 30.67vw;
        height: 11.47vw;
        line-height: 11.47vw;
        text-align: center;
        font-size: 3.73vw;
        color: #A6B0C6;
        background: #F2F4F8;
        border-radius: 5.87vw;
    }

    .no_realname_popup_btn > div:nth-child(2) {
        width: 30.67vw;
        height: 11.47vw;
        line-height: 11.47vw;
        text-align: center;
        font-size: 3.73vw;
        color: #ffffff;
        background: linear-gradient(90deg, #4DABF8, #7FCEFA);
        border-radius: 5.87vw;
        margin-left: 2.93vw;
    }

.realname_popup {
    width: 73.87vw;
    height: 97.33vw;
    background: linear-gradient(to bottom, #dee9f9, #ffffff);
    border-radius: 5.33vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.realname_popup_title {
    text-align: center;
    font-size: 4.27vw;
    color: #0B2555;
    font-weight: 700;
    margin: 7.73vw auto 0
}

.realname_popup_info,
.realname_popup_code {
    width: 68.8vw;
    height: 12vw;
    background: #ffffff;
    border-radius: 1.33vw;
    display: flex;
    align-items: center;
    margin: 2.13vw auto 0;
}

    .realname_popup_info > div {
        width: 23.73vw;
        text-align: center;
        padding: 0 4vw;
        font-size: 3.73vw;
        color: #0B2555;
    }

    .realname_popup_info > input {
        width: 45.33vw;
        font-size: 3.73vw;
        color: #0B2555;
        padding-right: 4vw;
    }

    .realname_popup_code > input {
        width: 41.33vw;
        padding: 0 4vw;
        font-size: 3.73vw;
        color: #0B2555;
    }

    .realname_popup_code > button {
        width: 27.2vw;
        height: 4.53vw;
        line-height: 4.53vw;
        text-align: center;
        font-size: 3.73vw;
        color: #4DABF8;
        border-left: .27vw solid #4DABF8;
    }

.id-card-uploader-wrap {
    flex-shrink: 0;
    margin-left: 2vw;
    text-align: center;
    display: flex;
    align-items: center;
}

    .id-card-uploader-wrap .photoTip {
        color: #58b3fc;
        width: 10vw;
    }

    .id-card-uploader-wrap .van-uploader__upload {
        width: 14.67vw;
        height: 10vw;
        margin: 0;
    }

    .id-card-uploader-wrap .van-uploader__preview-image {
        width: 14.67vw;
        height: 10vw;
    }

    .id-card-uploader-wrap .van-uploader__preview {
        margin: 0;
    }

.photoTip {
    text-align: center;
    font-size: 2.4vw;
    color: #999;
}

.activityEnd {
    width: 100vw;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 290vw;
    left: 0;
    font-size: 3.7vw;
}



