.expertBox {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;


}

.expertBoxs {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.expert {
    /* min-width: 1200px; */
    width: 68%;
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}



.expert .top {
    display: flex;
}



.expert .top .one {
    display: flex;
    flex-direction: column;
    width: 75px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 129, 236);
    border-radius: 8px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;

}

.expert .top .two {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 75px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    color: rgb(0, 129, 236);
    margin-right: 20px;

}

.fang_an {
    width: 90px;
    padding: 4px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    margin: auto;
}

.fang_an:hover {
    background-color: #409EFF;
    color: #fff;

}

.expert .top .one>div:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

.expert .top .two>div:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

.expert .top .three {
    border-radius: 8px;
    flex: 1;
    background-color: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    /* background: url('../../image/foot/chang.jpg') no-repeat center center/cover; */
}

.expert .top .three .num {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.expert .top .three .num>div:nth-of-type(1) {
    background-color: #1989FA;
    margin-right: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 20px;
}

.expert .top .three .num>div:nth-of-type(2) {
    background-color: red;
    padding: 2px 8px;
    border-radius: 10px;

}

.expert .bottom {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
}



.expert .bottom .head .left {
    font-weight: bold;
    font-size: 16px;

}

.expert .bottom .head .left .head_one {
    color: rgb(105, 166, 232);
    cursor: pointer;
    margin-right: 50px;
    position: relative;
}

.expert .bottom .head .left .head_one::before {
    content: "";
    width: 20px;
    border-bottom: 3px solid rgb(105, 166, 232);
    position: absolute;
    left: 25%;
    bottom: -10px;

}

.expert .bottom .head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #ccc;
}

.expert .bottom .head .time {
    font-size: 16px;
    /* position: absolute; */
    top: 20px;
    left: 49%;
    display: flex;
    align-items: center;
}

.expert .bottom .head .time .cha {
    font-size: 14px;
    cursor: pointer;
    padding: 3px 5px;
    background-color: #1989FA;
    border-radius: 6px;
    color: #fff;
    margin-left: 30px;
}

.expert .bottom .head .time i {
    font-size: 20px;
    margin: 0 5px;
    cursor: pointer;
}

.expert .bottom .head .time:hover {
    color: #1989FA;
}

.expert .bottom .head .left {
    display: flex;
}



.expert .bottom .head .left .head_oneAct {
    color: rgb(100, 99, 99);
    cursor: pointer;
    margin-right: 50px;

}

.expert .bottom .tab {
    padding: 20px 30px;
    height: 1082px;
    overflow-y: auto;
    /* 启用垂直滚动条 */

}

/* 隐藏滚动条 */
.expert .bottom .tab::-webkit-scrollbar {
    width: 0;
    /* 隐藏滚动条的宽度 */
    background: transparent;
    /* 隐藏滚动条的背景颜色 */
}

/* 隐藏滚动条（非 WebKit 浏览器） */
.expert .bottom .tab {
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
}

.expert .bottom .tab .el-table tr {
    font-size: 14px;
}

.expert .bottom .tab .sai {
    padding: 3px 0;
    text-align: center;
    width: 80px;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}

.row-class-a {
    display: none;
}

.row-class-b {}

.dilogbox .top {
    display: flex;
    justify-content: center;
    user-select: none;

}

.dilogbox .top .item {
    margin-right: 20px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #ccc;
    color: #333;
    cursor: pointer;
}

.time-an {
    display: flex;
    justify-content: center;
    margin-left: 10px;
}

.dilogbox .top .itemact {
    margin-right: 20px;
    background-color: #1989FA;
    color: #fff;
}

.dilogbox .bottom {
    user-select: none;
    cursor: pointer;
    height: 500px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

/* 针对所有浏览器的滚动条隐藏 */
.dilogbox .bottom::-webkit-scrollbar {
    display: none;
}

.dilogbox .bottom .hot_suo {
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-top: 30px;
}

.dilogbox .bottom .hot_suo .head {
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    color: #333;
}

.dilogbox .bottom .hot_suo .itm {
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff;
}

.dilogbox .bottom .hot_suo .itmact {
    background-color: #e64340;
}


.expert .expert_nav .expert_navName {
    margin-right: 100px;
    cursor: pointer;
    position: relative;
    color: rgb(105, 166, 232);

}

.expert .expert_nav .expert_navNameAct {
    margin-right: 100px;
    cursor: pointer;
    position: relative;

}

.expert .expert_nav .expert_navName::before {
    content: "";
    width: 50px;
    border-bottom: 2px solid rgb(105, 166, 232);
    position: absolute;
    left: 30%;
    bottom: -20px;

}

#modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 999;
    align-items: center;
    /* justify-content: center; */
    pointer-events: none;
    /* 初始时禁止点击容器内的元素 */
}

.headModel {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px 0 10px 50px;
    background: url('/web/image/icon/jishi.png')no-repeat 10px 5px/30px 30px;
}

.Timer {
    background-color: #f5f5f5;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.Timer .Four {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}



.modal {
    width: 500px;
    background-color: #e3b83f;
    color: #fff;
    /* padding: 10px; */
    border-radius: 5px;
    margin: 10px 0;
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
    pointer-events: auto;
    position: relative;
    /* max-width: 300px; */
    /* text-align: center; */
}

.modal button {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: #d18f3b;
    border: 1px solid #fff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 26px;
    font-weight: 600;
    /* border-radius: 50%; */
    cursor: pointer;
    opacity: 0.8;
}

.modal button:hover {
    opacity: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.game_detail {
    /* position: relative; */
}

.game_detail .game_mox {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    font-size: 12px;
    z-index: 999;
}

/* 定义隔行背景色 */
.even-row {
    background-color: red !important;
}

.odd-row {
    background-color: #ffffff !important;
}

.Cbox {
    display: flex;
    flex-direction: column;

}

.Cbox .CboxItm {
    display: flex;
}

.Cbox .CboxItm>span {
    flex: 1;
}

.CboxItm .t1 {
    color: #999eac;
}



.expertBoxs .topbox {
    display: flex;
    width: 100%;
}



.expertBoxs .topbox .one {
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 129, 236);
    border-radius: 8px;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;

}

.expertBoxs .topbox .two {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    color: rgb(0, 129, 236);
    margin-right: 20px;

}

.expertBoxs .topbox .one>div:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

.expertBoxs .topbox .two>div:nth-child(2) {
    font-size: 14px;
    margin-top: 10px;
}

.expertBoxs .topbox .three {
    min-width: 200px;
    height: 100px;
    border-radius: 8px;
    flex: 1;
    background-color: antiquewhite;
    background: url('../../image/foot/chang.jpg') no-repeat center center/cover;
}

.threes .num {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.expertBox .expert_right {
    width: 30%;
    background-color: #fff;
    /* background-color: #65a0c8; */
    border-radius: 8px;
    padding: 30px;
    font-size: 12px;
    box-sizing: border-box;
    height: 100%;
}

.expertBox .expert_right .titel {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.expertBox .expert_right .plan_time .head {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    border-top: 1px solid rgb(243, 242, 242);
}

.expertBox .expert_right .plan_time .head .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.expertBox .expert_right .plan_time .head .top .left {
    padding: 2px 4px;

    /* background-color: rgb(239, 216, 216); */
    background-color: #ffe6ea;
    color: rgb(218, 122, 122);
    margin-right: 10px;
    border-radius: 4px;
}

.expertBox .expert_right .plan_time .head .top .right {
    padding: 2px 4px;
    /* background-color: rgb(198, 212, 220); */
    background-color: #bbdef9;
    color: #fff;
    margin-left: 10px;
    border-radius: 4px;
}

.expertBox .expert_right .plan_time .head .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expertBox .expert_right .plan_time .head .bottom .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex: 1;
}

.expertBox .expert_right .plan_time .head .bottom .left>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(166, 226, 184);
    margin-bottom: 10px;
}

.expertBox .expert_right .plan_time .head .bottom .center {
    font-size: 20px;
    color: rgb(120, 117, 117);
    margin: 0 5px;
}

.expertBox .expert_right .plan_time .head .bottom .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;



    font-size: 14px;

}

.expertBox .expert_right .plan_time .head .bottom .right>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(234, 234, 150);
    margin-bottom: 10px;

}


.tab-wrap {
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;


}

.tab-wrap .tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    background-color: #f0f0f0;
    border-radius: 20px;
    padding: 2.5px 5px;
    height: 35px;
    box-sizing: border-box;


}

.tab-wrap .tab .t {
    font-size: 12px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 10rpx;
    min-width: 60px;
    box-sizing: border-box;
    text-align: center;
}



.tab-wrap .tab .t.act {
    background-color: #cb3131;
    color: #fff;
    border: 1px solid #cb3131;
}

.tab-wrap .num {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.tab-wrap .num .v {
    font-size: 12px;
    color: #cb3131;
    text-align: right;
}

.tips {
    padding: 0 10px 5px 10px;
    font-size: 16px;
    color: #333;
    margin: 5px auto;
}

.vip-tips {
    padding: 8px 10px;
    margin: 10px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d6a30a;
    border-radius: 10px;


}

.vip-tips .v {
    font-size: 14px;
    color: #d6a30a;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.vip-tips .v.btn {
    font-weight: 500;
    min-width: 70px;
    justify-content: center;
    background-color: #d6a30a;
    color: #fff;
    padding: 3px 5px;
    border-radius: 20px;
}

.yjq {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;


}

.yjq .img {
    width: 12px !important;
    height: 12px !important;
}

.yjq .t {
    font-size: 12px;
    color: #333;
}

.isMore {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;


}

.isMore .t {
    font-size: 13px;
}

.time-an {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;


}

.time-an .num {
    color: #cb3131;
    font-size: 12px;
}

.time-an .an {
    color: #cb3131;
}

.time-an .img {
    width: 5px;
    height: 10px;
}


.item-wrap .item_ {
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-height: 100px;
    position: relative;


}

.item-wrap .item_ .cpcg {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #cb3131;
    color: #fff;
    padding: 2px 20px;
    border-radius: 0 10px 0 10px;
}

.item-wrap .item_ .top {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
    /* 半透明的背景色 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

.item-wrap .item_ .top .c {
    background-color: rgba(227, 189, 156, 1.0);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
}

.item-wrap .item_ .t-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;



    margin-bottom: 5px;
}

.item-wrap .item_ .t-wrap .l {
    display: flex;
    flex-direction: row;
    align-items: center;

}

.l .item-wrap .item_ .t-wrap .l .l-t {
    font-size: 12px;
}

.l .item-wrap .item_ .t-wrap .l .bu {
    display: flex;


}

.l .item-wrap .item_ .t-wrap .l .bu .t {
    color: #333;
    font-size: 12px;
}

.l .item-wrap .item_ .t-wrap .l .bu .num {
    color: #cb3131;
    font-size: 12px;
}

.l .item-wrap .item_ .t-wrap .l .bu .icon {
    width: 5px;
    height: 10px;
    color: #333;
}

.item-wrap .item_ .t-wrap .r {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-right: 30px;
}

.item-wrap .item_ .t-wrap .r .yc {
    display: flex;
    align-items: center;
}

.item-wrap {
    position: relative;
    height: 100%;
    box-sizing: border-box;

}

.item-wrap .item_ .t-wrap .r .t {
    border: 1px solid #cb3131;
    font-size: 12px;
    height: 16px;
    color: #cb3131;
    padding: 1px 4px;
    border-radius: 2px;
    margin-left: 5px;
}

.item-wrap .item_ .c-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;



}

.item-wrap .item_ .c-wrap .c {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item-wrap .item_ .c-wrap .c .bold {
    margin: 0 10px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.item-wrap .item_ .c-wrap .c .bold .n-t {
    text-align: center;
}

.item-wrap .item_ .c-wrap .c .bold .bf-num {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-wrap .item_ .c-wrap .c .t-l {
    display: flex;
    flex: 1;



}

.item-wrap .item_ .c-wrap .c .t-l .n {
    display: flex;
    flex-direction: row;
    align-items: center;


}

.item-wrap .item_ .c-wrap .c .t-l .n img {
    width: 25px;
    height: 25px;
}

.item-wrap .item_ .c-wrap .c .t-l .n .red {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-wrap .item_ .c-wrap .c .t-l .n .yellow {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-wrap .item_ .c-wrap .c .t-l .n .yellow {
    background-color: #ffce52;
}

.item-wrap .item_ .c-wrap .c .t-l .n .t_ {
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;
    margin: 0 5px;

}

.t-wrap .r .item-wrap .item_ .c-wrap .c .t-l .n .img {
    width: 25px;
    height: 25px;
}

.item-wrap .item_ .c-wrap .c .t-r {
    display: flex;
    flex: 1;


}

.item-wrap .item_ .c-wrap .c .t-r .n {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item-wrap .item_ .c-wrap .c .t-r .n .red {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-wrap .item_ .c-wrap .c .t-r .n .yellow {
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    margin: 0 1px;
    width: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.item-wrap .item_ .c-wrap .c .t-r .n .yellow {
    background-color: #ffce52;
}

.item-wrap .item_ .c-wrap .c .t-r .n .t_ {
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;
    margin: 0 5px;
}

.item-wrap .item_ .c-wrap .c .t-r .n .img {
    width: 25px;
    height: 25px;
}

.item-wrap .item_ .c-wrap .c .t-l {
    justify-content: flex-end;



}

.item-wrap .item_ .c-wrap .c .t-l .n .t_ {
    text-align: right;

}

.item_.act {
    background-color: #cb3131;
}

.item_ {
    border: 1px solid #fff;
    margin: 5px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 6px 4px 7px -3px #ccc, -3px -3px 6px -3px #ccc;


}

.payBox .el-dialog__body {
    background-color: #f5f5f5;
}

.paybody .once {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 10px;
}

.paybody .once .right .right_top {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.paybody .once .right .right_bom {
    font-size: 14px;
    color: #999999;
}



.paybody .mian {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 10px;
    cursor: pointer;
    margin-bottom: 10px;
}

.paybody .mian .mian_itm {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #f3eeeb;
    border-radius: 10px;
    width: 120px;
    padding-bottom: 40px;
    margin-right: 10px;

}

.paybody .mian .mian_itm .one {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fdf4f5;
    color: #333;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
}

.paybody .mian .mian_itm .two {
    color: #a73c2e;
    font-weight: 600;
    margin: 20px 0;
    font-size: 18px;

}

.paybody .mian .mian_itm .scond {
    font-size: 12px;
    background-color: #fff3f5;
    color: #b2acae;
    padding: 2px 5px;
    border-radius: 4px;
}

.paybody .mian .mian_itm_act {
    border: 1px solid #f1b7a6;
    background-color: #fcf6f6;
}

.paybody .mian .mian_itm_act .one {
    background-color: #f6dad6;
}

.paybody .descrip {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.paybody .descrip .title {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 600;
}

.paybody .descrip .content {
    font-size: 14px;
    color: #6c6c6c;
}

.paybody .wxpay {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.paybody .wxpay .viponece {
    width: 100px;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-right: 20px;
    margin-top: 20px;
}

.foter {
    display: flex;
    justify-content: space-between;
}

.foter .onde {
    display: flex;
    align-items: center;
}

.foter .onde .one {
    color: #DD4736;
    font-size: 14px;
}

.foter .onde s {
    font-size: 12px;
    color: #b6b3b3;
    margin-left: 10px;
}

.paybody img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.paybody .wxpay .viponece>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.paybody .wxpay .viponeceAction {
    background-color: #faf7ee;
    color: #c1ab92;
    border: 1px solid #b3ae78;
}

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

.payDlog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payDlog>img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}