.Home {
    padding-top: 10px;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}





.redo {
    color: red;
}

.glv {
    color: green;
}

.Home .home {
    width: 1200px;
    margin: auto;
    /* background-color: aqua; */
    /* height: 300px; */
}

.Home .homeact {
    width: 1200px;
    margin: auto;
    position: relative;
    /* background-color: aqua; */
    min-height: 300px;
}

.Home .home .fl_x {
    display: flex;
    align-items: center;
}

.tb_nav {
    border: 1px solid #dddddd;

    font-size: 14px;
    background-color: #fafafa;
}

.tb_nav th {
    font-weight: normal;
    padding: 5px 0;
}

.th_s {
    border: 1px solid #ccc;
}

.tr_s {
    color: #999999;
}

.Home .home .tab_time {
    width: 99.9%;
    height: 33px;
    border-bottom: 1px solid #bfdafc;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #fff;
}

.Home .home .tab_time .icon {
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9f3ff;
}

.Home .home .tab_time .icon>i {
    color: #2f7edc;
    font-size: 20px;
}

.Home .home .tab_time .tb-time {
    font-size: 14px;
    margin: 0 10px;
    color: #666666;
    display: flex;
    align-items: center;
}

.fl_x {
    box-sizing: border-box;
}

.fl_x .fl_sub {

    width: 27%;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.fl_x .fl_sub1 {
    width: 46%;
    font-size: 14px;
    text-align: center;
    color: #999999;
}

.fl_x .fl_two {

    font-size: 14px;
    background-color: #2f7edc;
    padding: 4px 7px;
    color: #ffffff;
    width: 50px;
}

.tb_Ttem {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;

}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;

}


.tr_itm {
    height: 40px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    background-color: #fff;
    user-select: none;
}

.tr_itmeven {
    background-color: #f4f9fe;
}

.tr_itm td {
    word-break: break-all;
    /* 或者 word-wrap: break-word; */


}

.tr_itm .dises {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.tr_itm .dises_ll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.dises_l {
    padding: 0;
    color: #004b91;
    font-size: 14px;
    /* 设置容器宽度（根据需要调整） */
    width: 100px;
    /* 确保文本不换行 */
    white-space: nowrap;
    /* 溢出部分隐藏 */
    overflow: hidden;
    /* 溢出时显示省略号 */
    text-overflow: ellipsis;
    text-align: right;
}

.tr_itm .dises_r {
    text-align: left;
    color: #004b91;
    font-size: 14px;
    /* 设置容器宽度（根据需要调整） */
    width: 100px;
    /* 确保文本不换行 */
    white-space: nowrap;
    /* 溢出部分隐藏 */
    overflow: hidden;
    /* 溢出时显示省略号 */
    text-overflow: ellipsis;
}

.tr_itm:hover {
    background-color: #fff1e7;
}

.tr_itm .zhu {
    display: flex;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}



.tr_itm .zhuafter {
    position: relative;
    /* border: 1px solid #136eb4; */
    box-sizing: border-box;

}

.tr_itm .zhuafter .danguan {
    position: absolute;
    width: 76px;
    font-size: 14px;
    height: 20px;
    top: -10px;
    left: calc(50% - 38px);
    background-color: #2f7edc;
    color: #ffffff;
    border-radius: 2px 2px 6px 6px;

}

.tr_itm .zhu .tr_zhu {
    flex: 5;
    background-color: #e0f2ff;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #bfdafc;

    font-size: 14px;
    background: url('/web/image/bg_toum.png') repeat-x 0 -353px;
}

.tr_itm .zhu .zhuitm {
    width: 100%;
    box-sizing: border-box;
}

.zhu,
.zhuafter {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.tr_itm .zhu .zhuitm .tr_null {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #bfdafc;
    color: #acacac;

}

/* 确保 .tr_zhu 和 .tr_null 的样式一致 */
.tr_zhu,
.tr_null {
    width: 100%;
    /* 占满父容器宽度 */
    box-sizing: border-box;
    /* 包含边框和内边距 */
}

/* 确保 .tr_null 内部 div 的样式一致 */
.tr_null>div {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #acacac;
    padding-left: 13px;

}

/* 1. 下拉容器：hover时控制子元素显示，新增disabled状态屏蔽hover */
.dropdowna {
    position: relative;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 101;
    /* 确保容器不被其他元素遮挡 */
}

/* 2. 触发按钮：修复垂直对齐（之前flex-end会导致错位） */
.dropdown-triggera {
    padding: 6px 12px 6px 20px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: flex-end;
    /* 文字和图标垂直居中 */
    gap: 4px;
    color: #000;
    border: 1px solid #fbfbfb;
    box-sizing: border-box;
}

.dropdown-triggera i {
    font-size: 17px;
}

/* 3. 下拉内容：默认隐藏（仅靠hover控制，无额外类） */
.dropdown-contenta {
    display: none;
    /* 默认隐藏，只有hover时显示 */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 81px;
    z-index: 102;
    /* 比父容器高，避免被遮挡 */
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdowna:hover .dropdown-triggera {
    border: 1px solid #ccc;
    border-bottom: none;
    background-color: #fff;
}

/* 4. 核心：父容器hover时，显示下拉框（天然高优先级） */
.dropdowna:hover .dropdown-contenta {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* 5. 点击后临时加的状态：屏蔽hover（点击后暂时不显示） */
.dropdowna.dropdown-disabled:hover .dropdown-contenta {
    display: none;
    /* 加了这个类，即使hover也不显示 */
}

/* 6. 下拉项样式 */
.dropdown-contenta .flicker {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.dropdown-contenta .flicker:hover {
    background-color: #f3f4f6;
    color: #2f92e6;
}


.tr_itm .ke .zhuitm {
    width: 100%;
}

.tr_itm .ke .zhuitm .tr_null {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #bfdafc;
    color: #acacac;

}

.tr_itm .zhu .tr_zhu .one {
    width: 100%;
    height: 100%;
    display: flex;
    /* padding: 0 30px; */
    align-items: center;
    justify-content: center;
}

.tr_itm .zhu .tr_zhu .san {
    width: 100%;
    height: 100%;
    display: flex;
    /* padding: 0 30px; */
    align-items: center;
    justify-content: center;
}

.tr_itm .zhu .tr_zhu .th_col_ting {
    background-color: #fff;
    color: #999;
}



.tr_itm .th_col:hover {
    background-color: #fff1e7;
    border: 1px solid rgb(220, 164, 164);
}


.tr_item_div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_item_div_game {

    display: flex;
}

.tr_item_div_game .item_game {
    flex: 1;
    background-color: #e0f2ff;
    border: 1px solid #bfdafc;
    height: 40px;
    font-size: 14px;
    color: #004b91;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_item_div_game .item_game:hover {
    border: 1px solid #bf8323;
    background-color: #fff1e7;
}


.tr_itm .zhu .th_col .zhu_name {
    font-size: 14px;
    color: #004b91;

}

.tr_itm .zhu .th_col .zhu_pl {
    font-size: 14px;
    color: #333;

}

.tr_itm .zhu .th_col_ting .zhu_pl_ting {
    font-size: 14px;
    color: red;
    font-weight: 600;

}

.tr_itm .zhu .tr_ping {
    font-size: 14px;
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #bfdafc;
    background-color: #e0f2ff;
    height: 40px;

    /* background: url('/web/image/bg_toum.png') repeat-x 0 -353px; */
}

.tr_itm .zhu .two {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tr_itm .ke .two {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cca45e;
}

.tr_itm .ke {
    display: flex;
    height: 100%;

}

.tr_itm .ke .tr_zhu {
    flex: 5;
    background-color: #e0f2ff;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #bfdafc;
    font-size: 14px;
    /* background: url('/web/image/bg_toum.png') repeat-x 0 -353px; */
}

.tr_itm .ke .tr_zhu .one {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}

.tr_itm .ke .tr_zhu .san {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}

.tr_itm .ke .th_col_ting {
    background-color: #fff;
    color: #999;
}

.tr_itm .ke .th_col:hover {
    background-color: #fff1e7;
    border: 1px solid rgb(220, 164, 164);
}

.tr_itm .ke .th_col .zhu_name {
    font-size: 14px;
    color: #004b91;

}

.tr_itm .ke .th_col .zhu_pl {
    font-size: 14px;
    color: #333;


}

.tr_itm .ke .th_col_ting .zhu_pl_ting {
    font-size: 14px;
    color: red;
    font-weight: 600;

}

.tr_itm .ke .tr_ping {
    font-size: 14px;
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    border: 1px solid #bfdafc;
    background-color: #e0f2ff;
    /* background: url('/web/image/bg_toum.png') repeat-x 0 -353px; */

}

.tr_itm .updown {
    width: 100%;
    box-sizing: border-box;
    background-color: #e0f2ff;
    border: 1px solid #bfdafc;
    height: 40px;
    font-size: 14px;
    position: relative;
    cursor: pointer;

    /* background: url('/web/image/bg_toum.png') repeat-x 0 -353px; */
}

.tr_itm .updown_ting {

    background-color: #fff !important;

}

.tr_itm .updownact {

    border: 1px solid #bf8323;
    transition: background-color 0.3s ease;
}

.tr_itm .updown .inds {
    position: absolute;
    width: 20px;
    top: 0px;
    left: calc(50% - 10px);
    display: flex;
    justify-content: center;
    color: #ed7e2b;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.tr_itm .updown:hover {
    background-color: #fff1e7;
    border: 1px solid rgb(220, 164, 164);
}

.tr_itm .sixTd {
    background-color: #fffcf7;
    border: 1px solid #bf8323;
    padding: 20px 20px;
}

.tr_itm .sixTd .zhankai {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.tr_itm .sixTd .tb_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-weight: normal; */
    font-size: 14px;
    color: #7b4f10;
    width: 80px;
    border: 1px solid #bfdafc;
    height: 40px;

}

.tr_itm .sixTd .jinqiu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-weight: normal; */
    font-size: 14px;
    color: #7b4f10;
    width: 80px;
    height: 40px;
    border: 1px solid #bfdafc;
    border-top: none;
    border-bottom: none;
}

.tr_itm .sixTd .quan {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* font-weight: normal; */
    font-size: 14px;
    color: #7b4f10;
    width: 80px;
    height: 40px;
    border: 1px solid #bfdafc;
}

.tr_itm .sixTd .kedan {
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    background-color: #136eb4;
    font-weight: normal;
}


.tr_itm .sixTd .bet-more-tb .sbetbtn {
    /* background-image: url('/web/image/bg_toum.png') repeat-x 0 -353px; */
    width: 60px;
    height: 40px;
    background-color: #e0f2ff;
    border: 1px solid #bfdafc;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;

}

.tr_itm .sixTd .bet-more-tb .sbetbtn_ting {
    /* background-image: url('/web/image/bg_toum.png') repeat-x 0 -353px; */
    width: 60px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bfdafc;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    color: #999;
}

.tr_itm .sixTd .bet-more-tb .sbetbtn_ting .btm_ting {
    color: red;
    font-weight: 600;
}

.tr_itm .sixTd .bet-more-tb .sbetbtn_top {
    width: 60px;
    height: 40px;
    background-color: #f4f9fe;
    border: 1px solid #f4f9fe;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.tr_itm .sixTd .bet-more-tb .sbetbtn:hover {
    background-color: #fff1e7;
    border: 1px solid rgb(220, 164, 164);
}

.tr_itm .sixTd .bet-more-tb .sbetbtn .tp {
    color: #004B91;
}

.tr_itm .sixTd .bet-more-tb .sbetbtn .btm {
    color: #666;
}

.tr_itm .sixTd .bet-more-tb .sbetbtn_ting .btm_ting {
    color: red;
    font-weight: 600;
}

.Home .home .home_btm {
    margin-bottom: 20px;
    /* min-height: 700px; */

}



.tableBox {
    border-bottom: 1px solid#ccc;
}

.Home .home .tr_itm .sbetbtnAct {
    user-select: none;
    width: 60px;
    height: 40px;
    background-color: #e55551;
    border: 1px solid #bfdafc;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.Home .home .tr_itm .sbetbtnAct_ting {
    user-select: none;
    width: 60px;
    height: 40px;
    background-color: #ccc;
    border: 1px solid #bfdafc;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
}

.Home .home .tr_itm .sbetbtnAct_ting .btm_ting {
    color: red;
    font-weight: 600;
}

.Home .home .tr_itm .sbetbtn_ting .btm_ting {
    color: red;
    font-weight: 600;
}

.Home .home .th_colAct {
    background-color: #e55551;
    color: #fff;
}

.Home .home .th_colAct_ting {
    background-color: #ccc;
    color: #999;
}

.Home .home .th_colAct .redo {
    color: #FFF;
}

.Home .home .th_colAct .glv {
    color: #FFF;
}

.Home .home .fixid {
    width: 1200px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    height: 60px;
    background-color: #fff;
    /* margin-bottom: 20px; */
    border: 1px solid #ccc;

}

.Home .home .fixid .look {
    width: 130px;
    height: 100%;
    cursor: pointer;
    padding: 10px;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}

.Home .home .fixid .look .look_check {
    position: absolute;
    left: 0;
    bottom: calc(100% + 10px);
    width: 510px;
    border: 1px solid #ccc;

}

.Home .home .fixid .look .look_check .look_check_t {
    height: 30px;
    background-color: #e9f3ff;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.Home .home .fixid .look .look_check .look_check_t .zhen {
    width: 130px;
    text-align: center;

}

.Home .home .fixid .look .look_check .look_check_t .xuan {
    width: 300px;
    text-align: center;
}

.Home .home .fixid .look .look_check .shedanrows {
    height: 200px;
    overflow: hidden auto;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 5px;
}

.Home .home .fixid .look .look_check .shedanrows .she_left {
    display: flex;
}

.Home .home .fixid .look .look_check .shedanrows .she_left .riqi {
    margin-right: 5px;
    color: #999999;

}


.Home .home .fixid .look .look_check .shedanrows .she_left .dui {
    margin-right: 10px;
    width: 70px;
}

.Home .home .fixid .look .look_check .shedanrows .she_left .peilv {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}

.Home .home .fixid .look .look_check .shedanrows .she_left .peilv .peilv_itm {
    width: 90px;
    margin: 0 10px 10px 0;
    display: flex;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #ed7e2b;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.Home .home .fixid .look .look_check .shedanrows .she_left .peilv .peilv_itm>div:nth-of-type(1) {
    margin-right: 5px;
}

.look_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

}

.look_top .look_top_r {}

.look_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.look_btm .look_btm_r {
    color: #2f92e6;
}

.Home .home .fixid .mode {
    display: flex;
    align-items: center;
    width: 400px;
    margin-left: 10px;
    margin-right: 10px;
}

.Home .home .fixid .mode .guo {
    width: 70px;
    font-size: 14px;
}

.totalspan {
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff6d00;
    font-weight: 600;
}

.el-checkbox__label {
    font-size: 12px;
}

.Home .home .fixid .mode .check {
    display: flex;
    flex-wrap: wrap;
}

.Home .home .fixid .mode .check .checkbox {
    display: flex;
    flex-wrap: wrap;

}

.Home .home .fixid .mode .check .checkbox img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.Home .home .fixid .mode .check .checkbox .checkbox_itm {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.multiple {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
    width: 400px;
}

.multiple .bujin {
    margin: 0 10px;
}

.multiple .price .price_t {
    margin-bottom: 10px;
}

.share {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
    flex: 1;
    cursor: pointer;
    justify-content: center;
}

.share_l {
    /* background-color: #e7544d; */
    margin-right: 20px;
    color: #136eb4;
    display: flex;
    align-items: center;
}

.share_r {
    padding: 5px 10px;
    background-color: #2f7edc;
    border-radius: 4px;

}

.el-checkbox-group {
    padding-right: 0;
}

.Home .homeact .home_btm2 {
    /* margin-bottom: 20px; */
    min-height: 700px !important;
    display: flex;
    justify-content: space-between;
}

.Home .homeact .home_btm2 .btm_left {
    width: 75%;
    background-color: #fff;
    /* background-color: #65a0c8; */
    border-radius: 8px;
    padding: 20px 20px 50px 20px;
    box-sizing: border-box;

}

.Home .homeact .home_btm2 .btm_left .qi {
    font-size: 12px;
    color: #999999;
    margin-bottom: 10px;
}

.Home .homeact .home_btm2 .btm_left .zong {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.Home .homeact .home_btm2 .btm_left .zong .one {
    font-size: 24px;
    font-weight: 600;
}

.Home .homeact .home_btm2 .btm_left .zong .two {
    font-size: 14px;
    margin-top: 20px;
    color: #999999;
}

.Home .homeact .home_btm2 .btm_left .fang {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}

.Home .homeact .home_btm2 .btm_left .fang .an {
    background-color: #e7544d;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
}

.Home .homeact .home_btm2 .btm_left .detail {
    padding: 10px;
    background-color: #e9eff6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #999;
    border-radius: 4px;

}

.Home .homeact .home_btm2 .btm_left .detail .one {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Home .homeact .home_btm2 .btm_left .detail .qing {
    cursor: pointer;
}



.Home .homeact .home_btm2 .btm_left .none .biao {
    font-size: 12px;
    color: #666;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 10px 15px;
    position: relative;
}


.Home .homeact .home_btm2 .btm_left .none .lie {
    margin: 10px 0;
    border: 1px solid #ccc;
    border-bottom: none;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;

}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left {
    display: flex;
    align-items: center;
    flex: 3;

}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .team {
    display: flex;
    align-items: center;
    flex: 1;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .team>div:nth-of-type(1) {
    font-size: 15px;
    color: #333;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .team>div:nth-of-type(3) {
    font-size: 15px;
    color: #333;
    flex: 1;
    display: flex;
    justify-content: flex-start;
}


.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .team>div:nth-of-type(2) {
    /* margin: 0 30px; */
    width: 50px;
    display: flex;
    justify-content: center;
    color: #999;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .riqi {
    color: #999;
    width: 50px;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_left .time {
    margin: 0 20px;
    color: #999;
    width: 80px;
}

.Home .homeact .home_btm2 .btm_left .none .biao>i {
    color: #333;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right {
    flex: 2;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    position: relative;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm .bao {
    position: absolute;
    background-color: #eeeeee;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10px;
    top: calc(50% - 11px);
    font-size: 12px;

}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm .itmBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    background-color: #e55551;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 4px;


}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm .itemBox1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    /* background-color: #e55551; */
    color: #bdaca3;
    margin-right: 10px;
    margin-bottom: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;


}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm .itmBox .bottom {
    color: #f7d6d5;
}

.Home .homeact .home_btm2 .btm_left .none .lie .lie_item .item_right .right_itm .itemBox1 .bottom {
    color: #bdaca3;
}

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

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

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

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

}

.Home .homeact .home_btm2 .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;
}

.Home .homeact .home_btm2 .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;
}

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

.Home .homeact .home_btm2 .expert_right .plan_time .head .bottom .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    flex: 1;
}

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

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

.Home .homeact .home_btm2 .expert_right .plan_time .head .bottom .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    flex: 1;

}

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

}

#myDiv {
    position: absolute;
    width: 500px;
    left: 0;
    bottom: 50px;
    background-color: #fff;
    border: 1px solid #dddddd;
    padding: 10px;
}

.biao_nav tr {
    border: 1px solid #ccc;
}

.biao_nav th {
    background-color: #f7f7f7;
    padding: 10px;
}

.biao_nav td {
    padding: 10px;
}

.xuhao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    display: flex;
    /* justify-content: center; */
    margin: 0 auto;


}

.pagination a.active {
    background-color: dodgerblue;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.biaoBox {
    height: 300px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    /* scrollbar-width: none; */
    /* 对于Firefox */
}

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

.xiyao {
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 14px;
}


.xiyao .xi_itm {
    margin-right: 7px;
}

.xi_itm1 {
    color: #a49e9e !important;
}

.xiyao .xi_itm1:hover {
    color: #004b91 !important;
}