@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue*/
/*==============================================================*/

/* CSS Main */
:root {
    /*全局颜色更改*/
    --bg: #f1eeee;
    --txt: #000000;
    --bai: #ffffff;
    --hei: #000000;
    --sc01: rgb(255, 107, 85);
    --sc02: rgb(221, 0, 0);
    --sc03: rgb(219, 219, 219);
    --sc04: rgb(199, 199, 199);
    --sc05: #cfcfcf;
    --sc06: #a4ecd5;
    --sc07: rgb(74, 76, 79);
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    color: var(--txt);
    box-sizing: border-box;
    background-color: var(--bg);
    font-family:
        Microsoft YaHei,
        PingFang SC !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
}

body {
    box-sizing: border-box;
    font-family:
        Microsoft YaHei,
        PingFang SC !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    background: #f1eeee;
    max-width: 540px;
    margin: 0 auto;
    box-sizing: border-box;
}

img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

/*加载动画----开始--------------------------------------------------------*/
.load_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    font-size: 16px;
    --dh: 1s;
    --ys01: #dd0000;
    --ys02: #dd0000;
    --ys03: #dd0000;
    --ys04: #dd0000;
    z-index: 99999;
}

.load_a {
    height: 84.8528px;
    width: 84.8528px;
    position: relative;
    transform: translateX(-50%);
    display: block;
}

.load_b {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 40px;
    width: 40px;
    color: inherit;
    will-change: color, width, height;
    transform: rotate(45deg);
    animation: var(--dh, 1s) var(--rli-animation-function, cubic-bezier(0.05, 0.28, 0.79, 0.98)) infinite suofang, calc(var(--dh, 1s) * 4) var(--rli-animation-function, cubic-bezier(0.05, 0.28, 0.79, 0.98)) infinite bianse;
}

.load_list {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background-color: currentColor;
    animation: xuanzhuan var(--dh, 1s) var(--rli-animation-function, cubic-bezier(0.05, 0.28, 0.79, 0.98)) both infinite;
}

.load_01 {
    top: 0;
    left: 0;
}

.load_02 {
    top: 0;
    right: 0;
}

.load_03 {
    bottom: 0;
    left: 0;
}

.load_04 {
    bottom: 0;
    right: 0;
}

@keyframes suofang {
    0% {
        width: 2.5em;
        height: 2.5em;
    }

    10% {
        width: 2.5em;
        height: 2.5em;
    }

    50% {
        width: 3.75em;
        height: 3.75em;
    }

    90% {
        width: 2.5em;
        height: 2.5em;
    }

    100% {
        width: 2.5em;
        height: 2.5em;
    }
}

@keyframes xuanzhuan {
    0% {
        transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(0deg);
    }

    50% {
        transform: rotateZ(90deg);
    }

    90% {
        transform: rotateZ(90deg);
    }

    100% {
        transform: rotateZ(90deg);
    }
}

@keyframes bianse {

    100%,
    0% {
        color: var(--ys01);
    }

    20% {
        color: var(--ys01);
    }

    25% {
        color: var(--ys02, var(--ys01));
    }

    45% {
        color: var(--ys02, var(--ys01));
    }

    50% {
        color: var(--ys03, var(--ys01));
    }

    70% {
        color: var(--ys03, var(--ys01));
    }

    75% {
        color: var(--ys04, var(--ys01));
    }

    95% {
        color: var(--ys04, var(--ys01));
    }
}

@property --ys01 {
    syntax: "<color>";
    inherits: true;
    initial-value: rgb(50, 205, 50);
}

@property --ys02 {
    syntax: "<color>";
    inherits: true;
    initial-value: rgb(50, 205, 50);
}

@property --ys03 {
    syntax: "<color>";
    inherits: true;
    initial-value: rgb(50, 205, 50);
}

@property --ys04 {
    syntax: "<color>";
    inherits: true;
    initial-value: rgb(50, 205, 50);
}

@property --dh {
    syntax: "<time>";
    inherits: true;
    initial-value: 1s;
}

/*加载动画----结束--------------------------------------------------------*/
/*底部导航----开始--------------------------------------------------------*/
.nav_box {
    width: 100%;
    height: 108px;
    max-width: 540px;
    position: fixed;
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
    bottom: 0;
    z-index: 9999;
}

.nav_box a {
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: transparent;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    position: relative;
    padding-top: 50px;
    box-sizing: border-box;
    z-index: 9903;
}

.nav_box a i {
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0px auto 4px;
    background-image: linear-gradient(rgb(219, 219, 219) 0%, rgb(199, 199, 199) 100%);
    border-radius: 8px;
    margin-bottom: 2px;
}

.nav_box .nav_z {
    padding-top: 20px;
}

.nav_box .nav_z i {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0px auto 4px;
    background: none;
    border-radius: 50%;
    margin-bottom: 2px;
    border-radius: 50%;
    box-shadow: rgba(255, 107, 85, 0.5) 0rem 1px 5px 0rem;
}

.nav_box a.active i {
    background-image: linear-gradient(rgb(255, 153, 138) 0%, rgb(208, 0, 0) 100%);
}

.nav_box a p {
    color: rgb(133, 136, 149);
}

.nav_box a.active p {
    color: var(--sc02);
}

.nav_yuan {
    position: absolute;
    width: 72px;
    height: 72px;
    background: var(--bai);
    border-radius: 50%;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9902;
}

.nav_bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 86px;
    background: var(--bai);
    border-radius: 30px 30px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 20px 0px;
    z-index: 9901;
}

/*底部导航----结束--------------------------------------------------------*/

/*顶部下载----开始--------------------------------------------------------*/
header {
    width: 100%;
    max-width: 540px;
    height: 72px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(rgb(255, 255, 255) 2%,
            rgb(255, 196, 196) 96%);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px 0px;
    border-radius: 0 0 15px 15px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    top: 0;
    z-index: 99999;
}

.top_btn {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_cent {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: 50px;
}

.top_logo {
    width: 50px;
    height: 50px;
    background: var(--bai);
    border-radius: 14px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 10px;
}

.top_txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.top_txt_name {
    font-family: HYYakuHei-IEW;
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 700;
    color: rgb(147, 4, 0);
}

.top_txt_ms {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgb(95, 95, 95);
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 24px;
}

.top_xz_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 115px;
    height: 34px;
    margin-left: 0px;
    margin-right: 0px;
    color: var(--bai);
    background-image: linear-gradient(var(--sc01) 7%, var(--sc02) 93%);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
}

/*顶部下载----结束--------------------------------------------------------*/

/*顶部轮播----开始--------------------------------------------------------*/
.banner_box {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.banner_cent {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.banner_shikou {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.baner_pailie {
    display: flex;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.baner_list {
    flex: 0 0 100%;
    width: 100%;
    /* aspect-ratio: 16 / 9; */
    background-color: #2c2c2e;
    position: relative;
    overflow: hidden;
}

.baner_list img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    pointer-events: none;
    border: none;
}

.baner_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    /* background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent); */
    pointer-events: none;
}

.yuan_box {
    position: absolute;
    bottom: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 4px 0;
}

.yuan_list {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: var(--sc02);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    /* 与图片滑动同步 */
    cursor: pointer;
    opacity: 0.3;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); */
}

.yuan_list.active {
    width: 22px;
    background-image: linear-gradient(rgb(255, 153, 138) 0%, rgb(208, 0, 0) 100%);
    opacity: 1;
    /* box-shadow: 0 0 10px rgba(255, 255, 255, 0.7); */
}

.yuan_list::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: transparent;
}

/*顶部轮播----结束--------------------------------------------------------*/

/*首页按钮----开始--------------------------------------------------------*/
.home_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 22px 14px;
}

.home_box .home_txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.home_txt .home_txt_ts {
    font-size: 20px;
    color: rgb(45, 45, 45);
    margin-bottom: 5px;
}

.home_txt .home_txt_btn {
    font-size: 17px;
    color: rgb(103, 103, 103);
}

.home_txt .home_txt_btn a {
    color: rgb(103, 103, 103);
    margin: 0;
    padding: 0;
}

.home_txt .home_txt_btn a:hover {
    color: var(--sc02);
}

.home_box .home_btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.home_btn .home_btn_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 40px;
}

.home_btn_list i {
    background-image: linear-gradient(rgb(255, 255, 255) 7%,
            rgb(234, 234, 234) 93%);
    width: 48px;
    height: 48px;
    margin-bottom: 1px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.19) 0 1px 4px 0px;
    border-radius: 12px;
}

.home_btn_list p {
    font-size: 18px;
    color: rgb(95, 95, 95);
    font-weight: 400;
}

/*首页按钮----结束--------------------------------------------------------*/

/*各类玩法----开始--------------------------------------------------------*/
.wanfa_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.wanfa_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--bai);
    padding: 14px 22px 100px;
    border-radius: 30px 30px 0px 0px;
    box-sizing: border-box;
}

.wf_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.wf_box .bt_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.bt_box .bt_cent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bt_box .bt_cent i {
    width: 28px;
    height: 28px;
    margin-right: 7px;
}

.bt_box .bt_cent p {
    color: var(--sc07);
    font-weight: bold;
    font-size: 20px;
}

.bt_box .bt_btn {
    width: 50px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: rgb(241, 241, 241);
    color: rgba(95, 95, 95, 0.5);
    font-size: 17px;
    font-weight: 400;
    margin-left: auto;
}

.bt_box .bt_btn:hover {
    color: rgba(66, 66, 66, 0.5);
}

.wf_box .wf_list_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.wf_list {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 calc(33.33% - 8px);
    background-color: rgb(57, 57, 57);
}

.wf_list .wf_txt {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    font-size: 17.5px;
    color: var(--bai);
    padding-bottom: 8px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.wf_list .wf_txt.bg_bs01 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(127, 24, 39, 0.57) 66%,
            rgb(109, 18, 18) 96%);
}

.wf_list .wf_txt.bg_bs02 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(124, 21, 62, 0.57) 65%,
            rgb(108, 15, 60) 99%);
}

.wf_list .wf_txt.bg_bs03 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(101, 21, 124, 0.57) 65%,
            rgb(76, 20, 89) 99%);
}

.wf_list .wf_txt.bg_bs04 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(158, 93, 30, 0.57) 67%,
            rgb(97, 66, 20) 99%);
}

.wf_list .wf_txt.bg_bs05 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(30, 65, 138, 0.57) 66%,
            rgb(16, 30, 95) 98%);
}

.wf_list .wf_txt.bg_bs06 {
    background-image: linear-gradient(179deg,
            rgba(0, 0, 0, 0) 2%,
            rgba(23, 133, 113, 0.57) 71%,
            rgb(10, 102, 90) 96%);
}

.wf_list i {
    width: 48px;
    height: 22px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    right: 0;
    top: 0;
}

.wf_pt_box {
    width: 143.98px;
    height: 172.3px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-self: center;
}

.wf_pt_box img {
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-bottom: 30px;
}

.wf_list .mz_none {
    display: none;
}

/*各类玩法----结束--------------------------------------------------------*/
.top_title {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 64px;
    padding: 14px 0px;
    box-sizing: border-box;
    font-size: 23px;
    color: var(--sc07);
    background-color: rgb(255, 255, 255);
}

/*实时直播----开始--------------------------------------------------------*/
.zhibo_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    margin-bottom: 14px;
}

.zhibo_box .vs_name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
    color: var(--sc07);
    font-size: 17px;
    margin-bottom: 11px;
    font-weight: 700;
    text-align: center;
}

.zhibo_box .vs_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vs_box li {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
}

.vs_box li i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}

.vs_box li p {
    color: var(--sc07);
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vs_box .vs_cent {
    width: 45%;
    padding-bottom: 0;
}

.vs_cent .vs_cc {
    color: rgba(95, 95, 95, 0.5);
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 400;
}

.vs_box .vs_cent .vs_cent_bf {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vs_box .vs_cent .vs_cent_bf p {
    font-size: 35px;
    color: var(--sc07);
    font-weight: 700;
    padding-bottom: 6px;
}

.vs_box .vs_cent .vs_cent_bf i {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.video_box {
    width: 100%;
    height: 280px;
    background: var(--hei);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.video_box .video_img {
    width: 100%;
    height: 78%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.video_box .video_img .bofang {
    width: 25px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8889;
    opacity: 0.8;
    margin-top: -20px;
}

.video_box .video_img .bofang svg {
    fill: #fff;
}

.video_box .video_img .jindu_box {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 5px;
    z-index: 8889;
}

.jindu_box .jindu_cent {
    position: relative;
    height: 3px;
    width: 90%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    z-index: 8888;
}

.jindu_box .jindu_cent .jindu01 {
    position: absolute;
    width: 5%;
    height: 3px;
    background: rgb(183, 218, 255);
    z-index: 8887;
}

.jindu_box .jindu_cent .jindu02 {
    position: absolute;
    width: 18%;
    height: 3px;
    background: rgba(255, 255, 255, 0.4);
    z-index: 8886;
}

.video_box .video_img img {
    position: absolute;
    width: 100%;
    height: 120%;
    max-height: 120%;
    top: 0;
}

.video_btn_box {
    width: 90%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0;
    height: 40px;
}

.video_btn_box p {
    color: #eee;
    font-size: 13px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_btn_box .video_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video_btn i {
    width: 24px;
    padding-top: 2px;
    opacity: 0.8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.video_btn i svg {
    fill: #fff;
}

/*实时直播----结束--------------------------------------------------------*/

/*体育导航----开始--------------------------------------------------------*/
.tiyu_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tiyu_nav a {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.tiyu_nav a p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: rgba(95, 95, 95, 0.5);

}

.tiyu_nav .active p {
    color: rgb(95, 95, 95);
    font-weight: 600;
}

.tiyu_nav a i {
    position: absolute;
    left: 50%;
    display: block;
    width: 40px;
    height: 3px;
    background: var(--sc02);
    transform: translateX(-50%);
    bottom: 16px;
    opacity: 0;
}

.tiyu_nav .active i {

    opacity: 1;
}

/*体育导航----结束--------------------------------------------------------*/

/*体育赛事----开始--------------------------------------------------------*/
.ty_box {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    overflow: hidden;
}

.ty_bg {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: var(--bai);
    padding: 14px 22px 0px;
    border-radius: 30px 30px 0px 0px;
    box-sizing: border-box;
    overflow: auto;
}

.ty_bs_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ty_bs_list dd {
    width: 100%;
    color: var(--sc07);
    margin-bottom: 7px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ty_bs_list dt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 22px;
    border-radius: 14px;
    box-shadow: rgba(53, 28, 28, 0.1) 0px 1px 3px 0px;
    overflow: hidden;

}

.ty_vs_box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: linear-gradient(rgb(255, 244, 244) 1%, rgb(255, 217, 217) 99%);
}

.ty_vs_box .ty_vs_list {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
}

.ty_vs_list .ty_vs_cent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ty_vs_list h2 {
    font-weight: 600;
    font-size: 20px;
    color: var(--sc02);
}

.ty_vs_cent i {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
}

.ty_vs_cent p {
    font-size: 12px;
    color: var(--sc07);
}

.ty_vs_ms {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bai);
    padding: 7px 14px;
    box-sizing: border-box;
}

.ty_vs_ms .ty_ms_ico {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ty_ms_ico i {
    width: 23px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
}

.ty_ms_ico.ty_ms_ico_none {
    opacity: 0;
}

.ty_ms_ico p {
    color: var(--sc02);
    font-size: 18px;
}

.ty_vs_ms .ty_ms_sj {
    width: auto;
    color: rgb(95, 95, 95);
}

/*体育赛事----结束--------------------------------------------------------*/

/*游戏列表----开始--------------------------------------------------------*/
.youxi_nav {
    width: 100%;
    position: relative;
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none;
    /* IE/Edge 旧版隐藏滚动条 */
}

.youxi_nav::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条 */
}

.youxi_nav .youxi_nav_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
}

.youxi_nav_box a {
    flex: 0 0 auto;
    border-radius: 7px;
    width: 144px;
    height: 43px;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: var(--bai);
    letter-spacing: 0px;
    text-align: center;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(177deg, rgb(219, 219, 219) 0%, rgb(199, 199, 199) 98%);
    margin: 5px;
}


.youxi_nav_box .youxi_nav_list.active {
    background-image: linear-gradient(177deg, rgb(241, 96, 20) 0%, rgb(228, 27, 27) 97%);
}

.sou_box {
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.sou_box dd {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: var(--bai);
    border-radius: 7px;
    box-sizing: border-box;
    padding-left: 12px;
}

.sou_box dd i {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sou_box dd p {
    color: rgb(95, 95, 95);
    font-size: 17px;
    margin-left: 5px;
}

.sou_box dt {
    width: 46px;
    height: 46px;
    background: var(--sc02);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    cursor: pointer;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px;
}

.yx_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.yx_list {
    width: 100%;
    height: auto;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.yx_list.active {
    display: flex;
}

.yx_list_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    overflow: auto;
    max-height: calc(100vh - 230px);
}

.yx_list_box .wf_list {
    flex: 0 0 calc(33.33% - 18px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.yx_list_box .wf_pt_box {
    width: 154.02px;
    height: 180px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-self: center;
}

.mygd {
    display: flex;
    justify-content: center;
    align-self: center;
    color: #999999;
    font-size: 13px;
    margin: 20px auto;
}

.cp_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    overflow: auto;
    max-height: calc(100vh - 230px);
}

.cp_box .cp_bt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cp_box .cp_bt i {
    width: 6px;
    height: 22px;
    margin-right: 7px;
    background-image: linear-gradient(rgb(255, 107, 85) 7%, var(--sc02) 93%);
    border-radius: 3px;
}

.cp_box .cp_bt p {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--sc07);
    font-weight: 600;
}

.cp_box .cp_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background: rgb(255, 255, 255);
    border-radius: 14px;
}

.cp_list li {
    flex: 0 0 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 10px 0;
    margin-top: 10px;
}

.cp_list li i {
    width: 66px;
    height: 66px;
    margin: 0px auto 14px;
}

.cp_list li p {
    color: rgb(95, 95, 95);
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}

.kong {
    width: 100%;
    height: 80px;
}

/*游戏列表----结束--------------------------------------------------------*/

/*优惠活动----开始--------------------------------------------------------*/
.yh_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.yh_list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 7px 0px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 22px;
}

.yh_list dd {
    height: 153px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.yh_list dd h2 {
    color: rgb(47, 47, 47);
    font-size: 23px;
    font-weight: 400;
}

.yh_list dd p {
    color: var(--sc02);
    margin-top: 8px;
    font-size: 20px;
}

.yh_list dt {
    height: 58px;
    background: var(--bai);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 22px;
}

.yh_list dt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    color: rgb(74, 76, 79);
    letter-spacing: 0px;
    font-weight: 400;
}

.yh_list dt a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115px;
    height: 37px;
    margin-left: 0px;
    margin-right: 0px;
    background-image: linear-gradient(rgb(255, 107, 85) 7%, var(--sc02) 93%);
    border-radius: 7px;
    font-size: 17px;
    color: var(--bai);
    font-weight: 500;
}

/*优惠活动----结束--------------------------------------------------------*/

/*文本不可选择*/
body {
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
}