.expert {
    min-width: 1200px;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}



.expert .top {
    display: flex;
}

.el-table th.el-table__cell>.cell {
    padding: 8px 8px !important;
}

.el-table .el-table__cell {
    padding: 0 0 !important;
}

.el-table .cell {
    padding: 0 0 !important;
}

.homeRed {
    padding: 0 3px;
    background-color: #F02E15;
    border: 1px solid #BA553E;
    color: #fff;
    margin-right: 5px;
    border-radius: 3px;

}

.homeYellow {
    padding: 0 3px;
    background-color: #FFE110;
    border: 1px solid #B78C3D;
    color: #A46A03;
    margin-right: 5px;
    border-radius: 3px;

}

.awayRed {
    padding: 0 3px;
    background-color: #F02E15;
    border: 1px solid #BA553E;
    color: #fff;
    margin-left: 5px;
    border-radius: 3px;

}

.home_bg {
    background-color: #e3b83f !important;
    color: #fff !important;
}

.away_bg {
    background-color: #e3b83f !important;
    color: #fff !important;
}

.awayYellow {
    padding: 0 3px;
    background-color: #FFE110;
    border: 1px solid #B78C3D;
    color: #A46A03;
    margin-left: 5px;
    border-radius: 3px;

}

.min_nav {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

.min_nav .m_q {
    padding: 5px 15px;
    border: 1px solid #0083ed;
    margin-right: 15px;
}

.min_nav .m_qact {
    color: #fff;
    background-color: #0083ed;
}

.expert .top .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;

}

.expert .top .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;

}

.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 {
    width: 150px;
    height: 100px;
    border-radius: 8px;
    flex: 1;
    background-color: antiquewhite;
    background: url('../../image/foot/chang.jpg') no-repeat center center/cover;
}

.expert .bottom {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    margin-top: 20px;
}



.expert .bottom .head .left {
    font-weight: bold;
    font-size: 16px;

}

.expert .seld {
    display: flex;
    justify-content: center;
}

.expert .seld .seld_i {
    /* width: 50px; */
    display: flex;
    align-items: center;
}

.itembx {
    position: relative;
    /* width: 5px; */
}

.expert .seld .seld_i .time-an {
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    /* padding-bottom: 20px; */
}

.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;
    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;
}

.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;
}

.expert .bottom .tab .sais {
    padding: 3px 0;
    text-align: center;
    width: 100px;
    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;
}