.expert {
    min-width: 1200px;
    width: 65%;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;

}

/* 确保隐藏时完全不显示 */
.dialog-hidden {
    display: none;
}

.expert .expert_left {
    width: 74%;
    background-color: #fff;
    border-radius: 8px;
    /* height: 1000px; */
    box-sizing: border-box;
}

.first_itemBox {
    min-height: 0;
    max-height: 1100px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

/* 针对所有浏览器的滚动条隐藏 */
.first_itemBox::-webkit-scrollbar {
    display: none;
}

.expert .expert_left .image {
    height: 300px;
    width: 100%;
    background: url('../../image/gameBg.png')no-repeat 100% 100%/cover;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: relative;
}

.expert .expert_left .open2d {
    width: 60%;
    margin: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;

}

.expert .expert_left .open2d .d_itm {
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #fff;
    cursor: pointer;
}

.expert .expert_left .zhibohua {
    position: relative;
}

.expert .expert_left .zhibohua .close {
    position: absolute;
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 8px;
    /* background-color: #37b356; */

    color: #fff;
    font-weight: 600;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.expert .expert_left .image .collection {
    position: absolute;
    top: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100px;
    font-size: 16px;

}

.expert .expert_left .image .collection .collec {
    color: #1296db;
}

.expert .expert_left .image .collection>img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.expert .expert_left .image .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.expert .expert_left .image .text .time {
    width: 60%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    align-items: center;
}

.expert .expert_left .image .text .time>div {
    font-size: 18px;
    margin-right: 10px;
}

.expert .expert_left .image .text .solo {
    width: 70%;
    display: flex;
    align-items: center;
}

.expert .expert_left .image .text .solo>div {
    flex: 1;
}

.expert .expert_left .image .text .solo .two {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;


}

.expert .expert_left .image .text .solo .two .play {
    display: flex;
    font-size: 20px;
}

.expert .expert_left .image .text .solo .two .play1 {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
    justify-content: center;
}

.expert .expert_left .content {
    padding: 30px;
}


.expert .expert_left .content .contentBig {
    display: flex;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px 0;

}

.expert .expert_left .content .contentBig .tabs {
    font-size: 18px;
    margin-right: 50px;

}

.expert .expert_left .content .contentBig .tabsAct {
    font-size: 18px;
    margin-right: 50px;
    position: relative;
    color: #409eff;
}

.expert .expert_left .content .contentBig .tabsAct::before {
    content: "";
    width: 25px;
    position: absolute;
    left: 15%;
    border-bottom: 3px solid #409eff;
    bottom: -15px;
}

.expert .expert_left .image .text .solo .two .play>div:nth-child(1) {
    margin-right: 20px;
    font-weight: bold;
}

.expert .expert_left .image .text .solo .two .play>div:nth-child(2) {
    margin-right: 20px;
}

.expert .expert_left .image .text .solo .two .play>div:nth-child(3) {
    font-weight: bold;
}

.expert .expert_left .image .text .solo .two .play1>div:nth-child(1) {
    margin-right: 10px;
    font-weight: bold;
}

.expert .expert_left .image .text .solo .two .play1>div:nth-child(2) {
    margin-right: 10px;
}

.expert .expert_left .image .text .solo .two .play1>div:nth-child(3) {
    font-weight: bold;
}

.expert .expert_left .image .text .solo .two>div:nth-child(1) {
    margin-bottom: 15px;
}

.expert .expert_left .image .text .solo .two>div:nth-child(3) {
    font-size: 16px;
}

.expert .expert_left .image .text .solo .one {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 50px;
}

.expert .expert_left .image .text .solo .one>img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* background-color: aquamarine; */
    margin-bottom: 20px;
}

.expert .expert_left .image .text .solo .one>div {
    font-size: 18px;
}

.expert .expert_left .image .text .solo .three {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 50px;
}

.expert .expert_left .image .text .solo .three>img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* background-color: aquamarine; */
    margin-bottom: 20px;

}

.expert .expert_left .image .text .solo .three>div {
    font-size: 18px;
}

.expert .expert_left .content .direct {
    box-sizing: border-box;
}

.expert .expert_left .content .direct_nav {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 30px 0;
    justify-content: space-between;
}

.expert .expert_left .content .direct_nav_jiao {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
}



.expert .expert_left .content .direct_nav_jiao .left {
    display: flex;
    align-items: center;
}

.expert .expert_left .content .direct_nav_jiao .table {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.expert .expert_left .content .direct_nav_jiao .table .txtAct {
    flex: 1;
    text-align: center;
    border: 1px solid #efefef;
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
}

.expert .expert_left .content .direct_nav_jiao .table .txt {
    flex: 1;
    text-align: center;
    border: 1px solid #efefef;
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    background-color: #F4F4D7;
}

.expert .expert_left .content .direct_nav_jiao .picture {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 3px solid #f4f4f4;
    margin-bottom: 10px;

}

.expert .expert_left .content .direct_nav_jiao .picture .once {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    font-weight: 600;

}

.expert .expert_left .content .direct_nav_jiao .picture .twoce {
    width: 60px;
    height: 40px;
    /* background-color: #628d45; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.expert .expert_left .content .direct_nav_jiao .picture .twoce>img {
    width: 30px;
    height: 30px;
}

.expert .expert_left .content .direct_nav_jiao .picture .treece {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    font-weight: 600;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .left>img {
    width: 20px;
    height: 20px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .right {
    display: flex;
    justify-content: flex-end;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .top {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .bottom {
    display: flex;
    align-items: center;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right {
    display: flex;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right .top {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right .bottom {
    display: flex;
    align-items: center;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .right .top>img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .right .bottom>img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right .top>img {
    width: 20px;
    height: 20px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right .bottom>img {
    width: 20px;
    height: 20px;
    padding-bottom: 5px;
    margin-left: 5px;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .left>img {
    width: 20px;
    height: 20px;
    margin-left: 5px;

}

.expert .expert_left .content .direct_nav_jiao .picture .one {
    flex: 1;
}

.expert .expert_left .content .direct_nav_jiao .picture .one .left {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.expert .expert_left .content .direct_nav_jiao .picture .two {
    width: 60px;
    height: 40px;
    background-color: #628d45;
    text-align: center;
    line-height: 40px;
    margin: 0 20px;
    color: #fff;
}

.expert .expert_left .content .direct_nav_jiao .picture .three {
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.expert .expert_left .content .direct_nav_jiao .picture .three .right {
    display: flex;
    align-items: flex-end;
    margin-right: 5px;

}

.expert .expert_left .content .direct_nav_jiao .explain {
    display: flex;
    flex-wrap: wrap;

}

.expert .expert_left .content .direct_nav_jiao .explain .pic {
    display: flex;
    /* margin-right: 90px; */
    margin-bottom: 10px;
    align-items: flex-end;
    font-weight: 400;
    font-size: 14px;
    width: 20%;
}

.expert .expert_left .content .direct_nav_jiao .explain .pic>img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    padding-bottom: 5px;

}

.expert .expert_left .content .direct_nav_skill {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px 0;
    width: 100%;
}

.timeHead {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeHead .one {
    display: flex;
    font-weight: 600;
}

.expert .expert_left .content .direct_nav_skill .left {
    font-weight: 600;

}

.expert .expert_left .content .direct_nav_skill .skill_name {
    margin: 20px 0;

    color: rgb(165, 165, 165);
}

.expert .expert_left .content .direct_nav_skill .skill_table .table {
    display: flex;
    width: 100%;

}

.expert .expert_left .content .direct_nav_skill .skill_table .table>div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #efefef;
    padding: 10px 0;
    font-size: 14px;
    /* color: rgb(131, 129, 129); */

}

.expert .expert_left .content .direct_nav_skill .skill_table .table>div:nth-child(2) {
    font-weight: 600;
    color: rgb(99, 97, 97);
}

.expert .expert_left .content .direct_nav .left {
    display: flex;
    align-items: center;

}

.expert .expert_left .content .direct_nav .left .el-radio-button__inner {
    font-size: 12px !important;
    line-height: 0.8 !important;
}

.expert .expert_left .content .direct_nav .left>div:nth-child(1) {
    margin-right: 30px;
}

/* .expert .expert_left .content .direct .direct_table1 {
    margin-bottom: 20px;
} */


.expert .expert_left .content .direct_nav_gailv {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px 0;

}

.expert .expert_left .content .direct_nav_gailv .left {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.expert .expert_left .content .direct_nav_gailv .left .head {
    margin-right: 50px;
}

.expert .expert_left .content .direct_nav_gailv .left .el-radio-button__inner {
    font-size: 12px !important;
    line-height: 0.8 !important;
}

/* .expert .expert_left .content .direct_nav_gailv .right .el-table td.el-table__cell div {
    font-size: 12px !important;
} */

/* .expert .expert_left .content .direct_nav_gailv .right .el-table__body tr.current-row>td.el-table__cell {
    background-color: red !important;
} */

/* .expert .expert_left .content .direct_nav_stat .right .el-table td.el-table__cell div {
    font-size: 12px !important;
} */

.expert .expert_left .content .direct_nav_stat {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    padding: 0 0 30px 0;
}

.expert .expert_left .content .direct_nav_stat .left {
    margin-bottom: 20px;
}

/* 直播---分析 */
.expert .expert_left .content .compare {
    font-weight: 400
}

.expert .expert_left .content .compare .navname {
    background-color: #e8e8e8;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
}



.expert .expert_left .content .compare .navname img {
    height: 20px;
    width: 20px;
    background-color: #409eff;
    border-radius: 50%;
    margin-right: 5px;
}

.expert .expert_left .content .compare .outable {
    padding: 15px;
    padding-bottom: 0;
}

.expert .expert_left .content .compare .outable table {
    cursor: pointer;
    user-select: none;
}

.expert .expert_left .content .compare .outable table th {
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    color: #333;


}

.expert .expert_left .content .compare .outable table .redo {
    color: red;
}

.expert .expert_left .content .compare .outable table .bottpm {
    width: 50%;
}

.inchange {
    display: flex;
    justify-content: center;
}

.inchange .glv {
    color: #008052;
}

.inchange .redo {
    color: #EA2229;
}

.inchange .lan {
    color: #0A8FEA;
}

.expert .expert_left .content .compare .outable table .first {
    font-weight: 600;
    color: #333;

}

.expert .expert_left .content .compare .outable table .firstcolor {
    background-color: #fffed1;
}

.expert .expert_left .content .compare .outable table .firstFzcolor {
    color: red;
}

/* 赛前情报 */
.expert .expert_left .content .outable .htmlText {
    line-height: 25px;
    font-size: 14px;
    color: #333;
}

/* 直播-分析-积分排行 */
.expert .expert_left .content .integral .navname {
    background-color: #e8e8e8;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
    width: 100%;
}

.expert .expert_left .content .integral .navname .jifen {
    width: 100%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expert .expert_left .content .integral .navname .jifen .w_ji {
    color: #e82229;
    cursor: pointer;
    font-size: 16px;
}

.expert .expert_left .content .integral .navname img {
    height: 20px;
    width: 20px;
    background-color: #409eff;
    border-radius: 50%;
    margin-right: 5px;
}

.expert .expert_left .content .integral .outable {
    padding: 15px;
    padding-bottom: 0;
}

.expert .expert_left .content .assay .outable .el-input .el-input__inner {
    background-color: #e8e8e8 !important;
    border: none !important;
    color: #333;
    font-weight: 600;
    text-align: center;
}

.expert .expert_left .content .assay .anniu {
    margin-top: 20px;
    display: flex;
    width: 100%;

    justify-content: center;
}

.el-select .el-input .el-select__caret {
    color: #333;
}

.el-select-dropdown__item {
    display: flex;
    justify-content: center;
}


.expert .expert_left .content .integral .outable .tablename {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #409eff;
}

.expert .expert_left .content .integral .outable .tablename .zhu {
    color: #CCA45E;
}

.expert .expert_left .content .integral .outable .tablename .ke {
    color: #4787AB;
}

.expert .expert_left .content .integral .outable .tablename .images {
    height: 20px;
    width: 20px;
    background-color: #409eff;
    border-radius: 50%;
    margin-right: 5px;
}

.expert .expert_left .content .integral .outable table {
    cursor: pointer;
    user-select: none;
}

.expert .expert_left .content .integral .outable table th {
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    color: #333;
}


.expert .expert_left .content .integral .outable table td {
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    color: #333;
}

.expert .expert_left .content .integral .outable table .first {
    font-weight: 600;
    color: #333;

}

/* 历史交锋 */

.expert .expert_left .content .history .navname {
    background-color: #e8e8e8;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    font-size: 18px;
}

.expert .expert_left .content .history .navname img {
    height: 20px;
    width: 20px;
    background-color: #409eff;
    border-radius: 50%;
    margin-right: 5px;
}

.expert .expert_left .content .history .outable {
    padding: 15px;
    padding-bottom: 0;
}

.expert .expert_left .content .history .outable .percentBox {
    display: flex;
    height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.expert .expert_left .content .history .outable .percentBox .percent_txt {
    display: flex;
    justify-content: center;

}

.expert .expert_left .content .history .outable .percentBox .colorone {
    color: red;


}

.expert .expert_left .content .history .outable .percentBox .colortwo {
    color: #409eff;
}

.expert .expert_left .content .history .outable .percentBox .colorscond {
    color: green;
}

.expert .expert_left .content .history .outable .percentBox .color1 {
    background-color: red;
    border-radius: 15px 0 0 15px;

}

.expert .expert_left .content .history .outable .percentBox .color2 {
    background-color: #409eff;
}

.expert .expert_left .content .history .outable .percentBox .color3 {
    background-color: green;
    border-radius: 0 15px 15px 0;
}

.expert .expert_left .content .history .outable .percent_footer {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
}

.expert .expert_left .content .history .outable .percent_btn {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 20px;
}

.expert .expert_left .content .history .outable .percent_btn1 {
    display: block;
}

.expert .expert_left .content .history .outable .percent_btn1 .btn1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.expert .expert_left .content .history .outable .percent_btn1 .el-radio {
    margin-right: 15px;
}

.expert .expert_left .content .history .outable .percent_btn .el-radio-button:first-child .el-radio-button__inner {
    border-radius: 15px 0 0 15px !important;
}

.expert .expert_left .content .history .outable .percent_btn .el-radio-button:last-child .el-radio-button__inner {
    border-radius: 0 15px 15px 0 !important;

}

.expert .expert_left .content .history .outable table th {
    font-size: 14px;
    font-weight: 400;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    color: #333;
}

.expert .expert_left .content .history .outable table td {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 5px 0;
    background-color: #e8e8e8;


}

/* 伤停 */
.expert .expert_left .content .history .shang {
    padding: 10px;
    font-size: 14px;
}

.expert .expert_left .content .history .shang .shang_nav {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    display: flex;

}

.expert .expert_left .content .history .shang .shang_nav .nav_itm {
    width: 100px;
    text-align: center;

}

.expert .expert_left .content .history .shang .shang_nav .nav_itmm {
    flex: 1;

}

.expert .expert_left .content .history .shang .cont {
    display: flex;
    color: #333;
}

.expert .expert_left .content .history .shang .cont .nav_itm {
    width: 100px;
    text-align: center;

}

.expert .expert_left .content .history .shang .cont .home_shang {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
}

.expert .expert_left .content .history .shang .cont .home_shang>div {
    margin-bottom: 10px;

}

.expert .expert_left .content .history .shang .cont .away_shang {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;


}

.expert .expert_left .content .history .shang .cont .away_shang>div {
    margin-bottom: 10px;
}

/* 走势布局 */

.expert .expert_left .content .trend .head {
    margin: 30px 0 20px 0;
}

/* .expert .expert_left .content .trend .el-radio-group {
    display: flex !important;
    display: block !important;
    line-height: 0.6 !important;
} */

/* 直播---情报 */
.expert .expert_left .content .direct_coach {
    font-size: 16px;
    padding: 30px 0;
}

.expert .expert_left .content .direct_coach .top {
    font-weight: 600;
    margin-bottom: 20px;
}

/* 直播--情报--初指概率 */
.expert .expert_left .content .direct_coach .table {
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
    user-select: none;
}

.expert .expert_left .content .direct_coach .tableSix {
    border-top: none !important;
}

.expert .expert_left .content .direct_coach .table .hide {
    display: none;
}

.expert .expert_left .content .direct_coach .table th {
    font-weight: 400;

}

.expert .expert_left .content .direct_coach .table .firstTd {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    font-weight: 600;
}

.expert .expert_left .content .direct_coach .table .firstTr {
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    color: #606266;
}

.expert .expert_left .content .direct_coach .table .TwoTrred {
    color: rgb(227, 128, 128);
}

.expert .expert_left .content .direct_coach .table .TwoTrblue {
    color: rgb(97, 120, 220);
}

.expert .expert_left .content .direct_coach .table .TwoTrgree {
    color: rgb(80, 203, 113);
}


.expert .expert_left .content .direct_coach .table .firstone {
    border-right: 1px solid #ccc;
}

.expert .expert_left .content .direct_coach .coach {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ccc;
    border-bottom: none;
}

.expert .expert_left .content .direct_coach .coach .coach_item {
    display: flex;
    font-size: 14px;

}

.expert .expert_left .content .direct_coach .coach .coach_item .item_left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;

}

.expert .expert_left .content .direct_coach .coach .coach_item .item_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    padding: 10px 0;

}

.expert .expert_left .content .direct_coach .coach .coach_item .item_right>div:nth-child(1) {
    margin-bottom: 5px;
}

.expert .expert_left .content .direct_coach .Score .Score_table .el-table__body-wrapper {
    font-size: 12px !important;
}

.expert .expert_left .content .direct_coach .left .el-radio-button__inner {
    font-size: 12px !important;
    line-height: 0.8 !important;
}

.el-table--border::after,
.el-table--group::after,
.el-table::before {
    display: none;
}

.expert .expert_left .content .direct_coach .left {
    display: flex;
    align-items: center;
}

.expert .expert_left .content .direct_coach .left>div:nth-child(1) {
    margin-right: 50px;
}

.expert .expert_left .content .direct_coach .Score {
    margin-top: 20px;
}

.expert .expert_left .content .direct_coach .Score .Score_table {
    margin-bottom: 20px;
}

.expert .expert_left .content .direct_coach .Score .Score_table>div:nth-child(1) {
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(123, 122, 122);
}

/* 直播 ----积分 */

.expert .expert_left .content .integral {

    font-size: 16px;
    padding: 20px 0;

}

.expert .expert_left .content .integral .direct_inter {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.expert .expert_left .content .integral .direct_inter>div:nth-child(1) {
    margin-right: 50px;
}

.expert .expert_left .content .integral .direct_inter .el-radio-button__inner {
    font-size: 12px !important;
    line-height: 0.8 !important;
}

/* 直播右边的布局 */
.expert .expert_right {
    width: 24%;
    background-color: #fff;
    /* background-color: #65a0c8; */
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
    height: 100%;
}

.expert .expert_right .titel {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}

.expert .expert_right .plan_time .head {
    display: flex;
    flex-direction: column;
    padding: 20px 0px;
    border-top: 1px solid rgb(243, 242, 242);
}

.expert .expert_right .plan_time .head .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.expert .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;
}

.expert .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;
}

.expert .expert_right .plan_time .head .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}

.expert .expert_right .plan_time .head .bottom .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    flex: 1;
}

.expert .expert_right .plan_time .head .bottom .left>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(166, 226, 184);
    margin-bottom: 10px;
}

.expert .expert_right .plan_time .head .bottom .center {
    font-size: 20px;
    color: rgb(120, 117, 117);
    margin: 0 5px;
}

.expert .expert_right .plan_time .head .bottom .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    flex: 1;

}

.expert .expert_right .plan_time .head .bottom .right>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(234, 234, 150);
    margin-bottom: 10px;

}

/* 方案 */
.expert .expert_left .content .first_itemBox .first_item {
    padding: 20px 0;
    border-bottom: 1px solid red;



}

.bottomTime {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottomTime .time_itm {
    font-size: 14px;
    color: #606266;
}


.expert .expert_left .content .first_itemBox .first_item .first_item_top {
    display: flex;
    justify-content: space-between;



}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left {
    display: flex;
    flex: 1;

}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left>img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(173, 187, 183);
    margin-right: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left_rt {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    flex: 1;

}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left_rt .left_rt_bot {
    display: flex;
    margin-top: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left_rt .left_rt_bot>div:nth-child(1) {
    background-color: #409EFF;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .left_rt .left_rt_bot>div:nth-child(2) {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right>div:nth-child(2) {
    border-left: 1px solid rgb(217, 214, 214);
    margin: 0 20px;
    height: 70%;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right {
    display: flex;
    align-items: center;
    font-size: 16px;

}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right .right_t {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right .right_t>div:nth-child(1) {
    color: rgb(215, 59, 75);
    font-weight: bold;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right .right_r {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_top .right .right_r>div:nth-child(1) {
    color: rgb(215, 59, 75);
    font-weight: bold;

}

.expert .expert_left .content .first_itemBox .first_item .first_item_center {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_center>div:nth-child(1) {
    background-color: #feedd8;
    color: #dc9743;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_center>div:nth-child(2) {
    background-color: #feedd8;
    color: #dc9743;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_bom {
    display: flex;
    align-items: center;
    color: #333;
    margin-top: 20px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_bom>div:nth-child(1) {
    background-color: #f4f4f4;
    color: #333;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_bom>div:nth-child(2) {
    margin-right: 30px;
}

.expert .expert_left .content .first_itemBox .first_item .first_item_bom>div:nth-child(3) {
    margin-right: 10px;

}

.expert .expert_left .content .first_itemBox .first_item .first_item_bom>div:nth-child(4) {
    height: 70%;
    border-left: 1px solid red;

}

/* 模型 */
.modelBox {
    padding: 20px 0;
}

.baolen {
    padding: 0 20px;
}

.item-vip {
    background-color: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 10px;
    margin-bottom: 20px !important;
    border: 1px solid #F6E9F0;
    box-shadow: 1px 1px 10px -8px gray;
    text-align: center;
    overflow: hidden;
    position: relative;
    /* width: 80%; */
    margin: auto;
}

.item-vip .title {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 0 0 10px 0;
}

.el-empty {
    height: 700px;
}

.item-vip .tips {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}

.item-vip .t {
    justify-content: space-between;
}

.item-vip .t .l {}

.item-vip .c {
    justify-content: space-between;
    margin: 10px 0;
    display: flex;


}

.item-vip .box {
    display: flex;
    align-items: center;
    width: 100%;
}

.item-vip .box>div {
    flex: 1;
}

.item-vip .box .top {
    align-items: center;
    margin: 20px 0 10px 0;
}

.item-vip .box .top .top_top {
    align-items: center;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
}

.item-vip .box .center {
    margin: 20px 0 10px 0;
    font-weight: 600;

}

.center .cen_itm {
    font-size: 18px;
    margin-bottom: 10px;
}

.item-vip .box .right {
    font-size: 35px;
    font-weight: 600;
    color: #D74938;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.item-vip .box .rightdxq {
    font-size: 30px;
    font-weight: 600;
    color: #D74938;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.item-vip .box .right .right_top {
    font-weight: normal;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.item-vip .box .right .right_top>div {
    margin-right: 10px;
}

.dibtom {
    font-size: 16px;
    color: red;
    border-top: 1px solid #f3f3f3;
    padding-top: 10px;
    cursor: pointer;
}


.item-vip .cebotom {
    font-size: 14px;
    justify-content: space-between;

}

.item-vip .cebotom .left>div {
    margin-right: 10px;
}

.item-vip .cebotom .right {
    color: #bbb8b8;
}



.item-vip .box .img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.item-vip .c .img {
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}

.redoo {
    color: #D74938;
}


.item-vip .c .c-l {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.item-vip .c .c-r {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;


}

.item-vip .c .c-r .img {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
}

/* .c-r {
    justify-content: flex-end;

    .img {
        margin-left: 5px;
        margin-right: 0;
    }
} */

.item-vip .c .c-num {
    width: 40px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.item-vip .b {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    height: 110px;
}

.item-vip .b .l {
    width: 48%;

    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}


.item-vip .b .r {
    width: 48%;
    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}

.item-vip .b .cnet {
    width: 32%;
    border: 1px solid #ccc;
    background-color: #F8F9FD;
    border-radius: 8px;
    color: #444;
    padding: 10px 0;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;


}

.flex-c {
    display: flex;
    align-items: center;
}

.item-vip .b .cnet .num {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-vip .b .l .num {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-vip .b .r .num {
    font-size: 20px;
    font-weight: bold;
}



.jiesuo {
    background-color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid #F6E9F0;
    box-shadow: 1px 1px 10px -8px gray;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px !important;
    width: 97%;
    margin: auto;
    height: 200px;
}

.jiesuo::after {
    z-index: 1;
    position: absolute;
    left: -10%;
    top: 0px;
    content: "";
    width: 61%;
    height: 104px;
    background-color: #6A555E;
    transform-origin: right bottom;
    transform: rotate(3deg);
}

.jiesuo::before {
    z-index: 1;
    position: absolute;
    right: -10%;
    top: 0px;
    content: "";
    width: 60%;
    height: 104px;
    background-color: #6A555E;
    transform-origin: left bottom;
    transform: rotate(-3deg);

}

.jiesuo .t {
    position: absolute;
    top: 20px;
    left: 48%;
    z-index: 2;
    color: rgba(227, 189, 156, 1.0);
    font-size: 14px;
}

.jiesuo .t .num {
    font-size: 24px;
    font-weight: bold;
}

.jiesuo .c {
    position: absolute;
    background-color: #FDE8D3;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    left: 48%;
    top: 35%;
    z-index: 2;
}

.jiesuo .c i {
    font-size: 20px;
}

.jiesuo .b {
    position: absolute;
    left: 41%;
    bottom: 15%;
    font-size: 14px;
}


.paybody img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.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 .two>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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;
}

.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;
}


.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;
}



.rangqiu th {
    font-weight: 400;
    font-size: 14px;
    padding: 15px 0;
    color: #333;
    border: 1px solid #ebeef5;
}

.rangqiu td {
    font-size: 14px;
    padding: 15px 0;
    background-color: #f5f7fa;
    color: #333;
    border: 1px solid #ebeef5;
    font-weight: 600;

}

.rangqiu tr:hover {
    background-color: #f5f7fa;
}

.rangqiu table,
th,
td {
    border-collapse: collapse;
    /* 合并边框 */
}


.new_baby {
    padding: 0 20px;
}

.new_baby .strings .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #eeeeee;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .strings .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}



.new_baby .strings .item-vip .box .top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}

.new_baby .strings .item-vip .box .top img {
    border-radius: 50%;
}

.new_baby .strings .item-vip .box .top_top {
    flex: 1;
}

.new_baby .strings .item-vip .box .top_bom {
    display: flex;
    justify-content: flex-end;
}

.new_baby .strings .item-vip .box .cebotom {
    width: 100%;
    justify-content: center;
}

.new_baby .strings .item-vip .box .cebotom .b-num .num1 {
    font-weight: 600;
}

.new_baby .strings .right {
    display: flex;
    justify-content: flex-end;
}

.item-nav {
    display: flex;
    margin-top: 20px;
    margin-bottom: 10px;
}

.new_baby .strings .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #eeeeee;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .strings .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}

.new_baby .bqchang .item-vip {
    padding-top: 30px;
}

.new_baby .bqchang .item-vip .box .top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}

.new_baby .bqchang .item-vip .box .top img {
    border-radius: 50%;
}

.new_baby .bqchang .item-vip .box .top_top {
    flex: 1;
}

.new_baby .bqchang .item-vip .box .top_top .cen_itmact {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.new_baby .bqchang .item-vip .box .top_bom {
    display: flex;
    justify-content: flex-end;
}

.new_baby .bqchang .item-vip .box .cebotom {
    width: 100%;
    justify-content: center;
}

.new_baby .bqchang .item-vip .box .cebotom .b-num .num1 {
    font-weight: 600;
}

.new_baby .bqchang .right {
    display: flex;
    justify-content: flex-end;
}

.new_baby .bqchang .item-vip .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    padding: 0 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    position: relative;
}

.new_baby .bqchang .item-vip .box .tips_ {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #D74938;
    padding: 2px 8px;
    border-radius: 0 0 0 10px;
}


.vip-text {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;

}

.vip-text .num-item {
    width: 25%;
    text-align: center;
    border-radius: 0;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.vip-text .num-item:nth-child(1) {
    border-left: 1px solid #ccc;
}

.vip-text .num-item.one,
.num-item.two {
    border: 1px solid #cb3131;
}

.vip-text .num-item.one {
    border-right: none;
    position: relative;



}

.vip-text .num-item.one::after {
    content: '优选';
    position: absolute;
    left: calc(100% - 15px);
    top: -10px;
    width: 30px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #cb3131;
}

.vip-text.num-item.two {
    border-left: none;
}

.qingbao_item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.qingbao_item .img-wrap>img {
    width: 100%;
}

.rightsss .right_top {
    justify-content: space-between;
    font-size: 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 5px 0;
    margin-bottom: 5px;
}

.qingbao_item .t {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.qingbao_item .c {
    font-size: 14px;
    color: #333;
}


/* // 必发 */
.bf-wrap {
    margin-top: 20px;
}


.bf-wrap .tr:nth-child(1) {
    border-top: 1px solid #ddd;
}

.bf-wrap .tr {
    border-left: 1px solid #ddd;
    display: flex;
    flex-direction: row;


}

.bf-wrap .tr .th {
    /* flex: 1; */
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bf-wrap .tr .td {
    /* // flex: 1; */
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.bf-wrap .th {
    font-size: 16px;
    font-weight: 500;
}

.bf-wrap .th:nth-child(1) {
    width: 17.5%;
}

.bf-wrap .th:nth-child(2) {
    width: 17.5%;
}

.bf-wrap .th:nth-child(3) {
    width: 17.5%;
}

.bf-wrap .th:nth-child(4) {
    width: 17.5%;
}

.bf-wrap .th:nth-child(5) {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 3px;
    padding-right: 3px;


}

.bf-wrap .th:nth-child(5) .m {
    font-size: 16px;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 14px;
    margin: 1px 2px;
    border-radius: 3px;
}

.bf-wrap .th:nth-child(5) .m0 {
    background-color: #e74c3c;
}

.bf-wrap .th:nth-child(5) .m1 {
    background-color: #27ae60;
}

.bf-wrap .td:nth-child(5) {
    justify-content: flex-start;
}

.bf-wrap .bf-text {
    margin-top: 20px;
    text-indent: 20px;
    font-size: 16px;
    color: #333;
}

.bf-wrap .td:nth-child(1) {
    width: 17.5%;
}

.bf-wrap .td:nth-child(2) {
    width: 17.5%;
}

.bf-wrap .td:nth-child(3) {
    width: 17.5%;
}

.bf-wrap .td:nth-child(4) {
    width: 17.5%;
}

.bf-wrap .td:nth-child(5) {
    width: 30%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 3px;
    padding-right: 3px;

}

.bf-wrap .td:nth-child(5) .m {
    font-size: 16px;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 1px 2px;
    border-radius: 3px;
}

.bf-wrap .td:nth-child(5) .m0 {
    background-color: #e74c3c;
}

.bf-wrap .td:nth-child(5) .m1 {
    background-color: #27ae60;
}


/* // 阵容 */
.zr-wrap {
    padding: 10px 0;


}

.zr-wrap .player-wrap {
    /* // padding: 10px; */
    position: relative;
    width: 750upx;
    height: 1360upx;


}

.zr-wrap .player-wrap .bg-img {
    position: absolute;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
}

.zr-wrap .player-wrap .home {
    position: relative;
    z-index: 2;
    height: 680upx;
    padding: 20upx 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.zr-wrap .player-wrap .home .item {
    display: flex;
    align-items: center;


}

.zr-wrap .player-wrap .home .item .v {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;


}

.zr-wrap .player-wrap .home .item .v .num {
    display: inline-block;
    position: absolute;
    left: calc(50% + 10px);
    background-color: #cb3131;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

.zr-wrap .player-wrap .home .item .v .img {
    width: 60px;
    height: 60px;
    margin: 3px 0;
    padding: 3px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50%;
}

.zr-wrap .player-wrap .home .item .v .t {
    font-size: 12px;
    color: #fff;
}

.away {
    position: relative;
    z-index: 2;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;


}

.away .item {
    display: flex;
    align-items: center;


}

.away .item .v {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;


}


.zr-wrap .home .item .v .num {
    top: 0;
}


/* // margin-top: 40upx; */

.zr-wrap .away .item .v {
    justify-content: flex-end;


}

.zr-wrap .away .item .v .num {
    top: 0;
    /* background-color: #3a82fb; */
}

.away .item .v .num {
    display: inline-block;
    position: absolute;
    left: calc(50% + 10px);
    /* background-color: #cb3131; */
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

.away .item .v .img {
    width: 60px;
    height: 60px;
    margin: 3px 0;
    padding: 3px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 50%;
}

.away .item .v .t {
    font-size: 12px;
    color: #fff;
}

.zr-wrap .tp-wrap {
    padding: 10px;


}

.zr-wrap .tp-wrap .all-title {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.zr-wrap .tp-box {
    display: flex;


}

.zr-wrap .tp-box .home {
    flex: 1;


}

.zr-wrap .tp-box .home .title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.zr-wrap .tp-box .home .item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    min-height: 50px;

}

.zr-wrap .tp-box .home .item .img {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    margin: 0 3px;
}

.zr-wrap .tp-box .home .item .v {
    display: flex;
    flex-direction: column;
    align-items: flex-start;


}

.zr-wrap .tp-box .home .item .v .t {
    color: #333;
}

.zr-wrap .tp-box .home .item .v .num {
    color: #666;
}


.zr-wrap .tp-box .away {
    /* flex: 1; */


}

.zr-wrap .tp-box .away .title {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.zr-wrap .tp-box .away .item {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.zr-wrap .tp-box .away .item .img {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    margin: 0 3px;
}

.zr-wrap .tp-box .away .item .vs {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.zr-wrap .tp-box .away .item .vs .t {
    color: #333;
}

.zr-wrap .tp-box .away .item .vs .num {
    color: #666;
}






.zr-wrap .noZR {
    text-align: center;
    font-size: 13px;
    color: #333;
}

/* // 阵容详情 */
.zr-d-wrap {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0 0;



}

.zr-d-wrap .user {
    display: flex;
    align-items: center;
    margin-bottom: 5px;


}

.zr-d-wrap .user .img {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    box-sizing: border-box;
    margin-right: 5px;
}

.zr-d-wrap .user .r {
    display: flex;
    flex-direction: column;


}

.zr-d-wrap .user .r .t {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.zr-d-wrap .user .r .t .en {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.zr-d-wrap .item {
    border: 1px solid #ddd;
    display: flex;
    border-top: none;


}

.zr-d-wrap .item .l {
    padding: 5px 0;
    width: 50px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.zr-d-wrap .item .r {
    padding: 5px 5px;
    flex: 1;
    font-size: 13px;
    color: #333;
}


.zr-d-wrap .gj {
    border-top: 1px solid #ddd;
}

.zr-d-wrap .item-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;


}

.zr-d-wrap .item-wrap .item_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;


}

.zr-d-wrap .item-wrap .r {
    font-size: 13px;
    color: #333;
}

.zr-d-wrap .item-wrap .l {
    font-size: 13px;
    color: #333;
}


/* 遮罩层：固定定位，覆盖全屏 */
.custom-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* 弹窗：固定定位，不影响页面滚动位置 */
.custom-dialog {
    display: block !important;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 30%;
    background: #fff;
    z-index: 1000 !important;
    /* 避免弹窗显示/隐藏时页面高度变化 */
    box-sizing: border-box;
}

/* 页面容器：禁止弹窗关闭时的滚动跳动 */
body {
    overflow-anchor: none;
    /* 禁止滚动锚定 */
}


.dialog-header {
    /* border-bottom: 1px solid #e5e5e5; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-title {
    font-size: 16px;
    font-weight: 500;
}

.dialog-close {
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #909399;
    padding: 0 5px;
    width: 100%;
    text-align: right;
}

.dialog-close:hover {
    color: #606266;
}

.dialog-body {
    padding: 0;
    /* 取消内边距，避免影响原有样式 */
    max-height: 70vh;
    overflow-y: auto;
}