* {
    margin: 0;
    padding: 0;
}

#app,
body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: rgb(247, 247, 247);
    /* font-size: 16px; */
}

td,
th {
    padding: 0;
    word-break: break-all;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.p12 {
    font-size: 12px;
}

.p14 {
    font-size: 14px;
}

.p16 {
    font-size: 16px;
}

.p18 {
    font-size: 18px;
}

.fl {
    display: flex;
    /* flex-wrap: wrap; */
}

.fjc {
    justify-content: center;
}

.fjst {
    justify-content: space-between;
}

.fjsa {
    justify-content: space-around;
}

.fla {
    align-items: center;
}

input {
    outline: none;
    border: none;
}

a {
    text-decoration: none;
    color: #000
}

li {
    list-style: none;
}

img {
    vertical-align: top;
}



.el-carousel__item>img {
    width: 1200px;
    height: 100%;
}




/* 首页主体部分 */
.Home {
    width: 100%;
    background: rgb(247, 247, 247);
    background: url('/web/image/foot/homeBj.png') no-repeat center center/cover;

}

.Home .el-carousel__arrow {
    display: none;
}

.Home .home_flxed {
    width: 100%;
    position: fixed;
    top: 60%;
    height: 30px;
    background-color: rgb(85, 83, 83);
    opacity: 0.5;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.Home .home_flxed .down {
    font-size: 26px;
    position: absolute;
    right: 40px;
    top: -5px;
    cursor: pointer;
}

.home {
    /* width: 65%; */
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;




}

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

}

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

.hotnav .hot_left .h_l_i img {
    width: 60px;
    height: 60px;
}

.hotnav .hot_left .h_l_t {
    margin-top: 10px;
    color: #333;
}

.hot_right {
    display: flex;
    align-items: center;
}

.hot_right .arrow-left {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_right .arrow-left,
.arrow-right i {
    font-size: 28px;
    color: #666;
}

.hot_right .arrow-right {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot_right .hot_c {
    width: 1023px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hot_right .hot_c .hot_c_b {
    padding: 20px;
    background-color: #f2f3f7;
    margin-right: 20px;
    border-radius: 10px;
    transition: transform 0.5s ease-in-out;
}

.hot_right .hot_c .hot_c_b:hover {
    transform: rotateY(-1deg) translateY(-10px);
    /* 向上移动10像素 */
}

.hot_right .hot_c .hot_c_b .hot_item {
    width: 200px;
}

.hot_right .hot_c .hot_c_b .hot_item img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 5px;
}

.seld_i {
    position: relative;
}

.seld_i .time-an {
    position: absolute;
    color: red;
    display: flex;
    top: -20px;
    right: -20px;
}

.bl_null {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    color: #999;
    font-size: 14px;
}

.hot_right .hot_c .hot_c_b .hot_item .content {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
}

.hot_right .hot_c .hot_c_b .hot_item .content .test {
    margin-right: 10px;
}

.hot_right .hot_c .hot_c_b .hot_item .bs .bs_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot_right .hot_c .hot_c_b .hot_item .bs .bs_1s {
    margin-bottom: 10px;
}

.hot_right .hot_c .hot_c_b .hot_item .bs .bs_1 .bs_l_l {
    display: flex;
    align-items: center;
}

.home .home_banner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home .home_banner .b_left {
    width: 71%;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
    overflow: hidden;
}

.home .home_banner .b_left .banner {
    width: 65%;
}

.home .home_banner .b_left .b_l_q {
    width: 35%;
    padding: 10px 20px 0 20px;

}

.home .home_banner .b_left .b_l_q .b_m_itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home .home_banner .b_left .b_l_q .b_m_itm img {
    width: 74px;
    height: 48px;
    border-radius: 6px;
    margin-right: 10px;
}

.home .home_banner .b_left .b_l_q .b_m_itm .itm_t {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sroll_box {
    overflow-y: auto;
    height: 1294px;
}

.home .home_banner .b_left .b_l_q .r_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home .home_banner .b_left .b_l_q .r_t .rt_t {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.home .home_banner .b_left .b_l_q .r_t .rt_t .r_rd {
    width: 6px;
    height: 18px;
    background-color: #e0402d;
    border-radius: 4px;
    margin-right: 10px;
}

.home .home_banner .b_left .b_l_q .r_t .rt_r {
    font-size: 14px;
    color: #999 !important;
}

.home .home_banner .b_left .b_l_q .r_t .rt_r:hover {
    color: red !important;
}

.home .home_banner .b_left .b_l_q .r_b .r_b_itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
}

.home .home_banner .b_left .b_l_q .r_b .r_b_itm .itm_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .home_banner .b_left .b_l_q .r_b .r_b_itm .itm_l img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.i_l_y {
    margin-right: 5px;
}

.home .home_banner .b_left .b_l_q .r_b .r_b_itm .itm_r {
    padding: 5px 15px;
    background-color: #e0402d;
    border-radius: 6px;
    color: #fff;
}


.r_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.r_t .rt_t {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.r_t .rt_t .r_rd {
    width: 6px;
    height: 18px;
    background-color: #e0402d;
    border-radius: 4px;
    margin-right: 10px;
}

.r_t .rt_r {
    font-size: 14px;
    color: #999 !important;
}

.r_t .rt_r:hover {
    color: red !important;
}

.home .home_banner .b_right {
    width: 28%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.home .home_banner .b_right .r_t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.home .home_banner .b_right .r_t .rt_t {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.home .home_banner .b_right .r_t .rt_t .r_rd {
    width: 6px;
    height: 18px;
    background-color: #e0402d;
    border-radius: 4px;
    margin-right: 10px;
}

.home .home_banner .b_right .r_t .rt_r {
    font-size: 14px;
    color: #999 !important;

}

.home .home_banner .b_right .r_t .rt_r:hover {
    color: red !important;
}

.home .home_banner .b_right .r_b .r_b_itm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 23px;
}

.home .home_banner .b_right .r_b .r_b_itm .itm_l {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home .home_banner .b_right .r_b .r_b_itm .itm_l img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.i_l_y {
    margin-right: 5px;
}

.home .home_banner .b_right .r_b .r_b_itm .itm_r {
    padding: 5px 15px;
    background-color: #e0402d;
    border-radius: 6px;
    color: #fff;
}

.home .home_banner .b_right .r_b .r_b_itm .itm_q {
    background-color: #e2a39c;
}

.itm_na {
    margin-right: 10px;
}


.itm_lian {
    display: flex;
    align-items: center;
    background-color: #fbe0e5;
    border-radius: 0 4px 4px 6px;
    color: #e2402d;
}

.itm_lian .lian_l {
    background-color: #e0402d;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    border-radius: 0 6px 0 6px;

}

.itm_lian .lian_r {
    flex: 1;
    text-align: center;
    padding: 2px 5px;

}

.home .main {
    display: flex;
    justify-content: space-between;

}

.home .main .fined {
    width: 71%;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
}

.min_nav {
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}

.min_nav .m_q {
    padding: 5px 20px;
    color: #666;
}

.min_nav .m_qact {
    color: #e0402d;
    position: relative;
    border-bottom: 1px solid #e0402d;
}

.home .main .fined .r_table {
    width: 100%;
}

.home .main .fined .r_table .tb_List {
    width: 100%;
}

.home .main .fined .r_table .tb_List .hvoer {
    cursor: pointer;

}

.home .main .fined .r_table .tb_List .hvoer:hover {
    background-color: #fff6f6;
}

.home .main .fined .r_table .tb_List .th_gs {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    padding: 10px 0;
}

.home .main .fined .r_table .tb_List .th_gs_h {
    text-align: end;
}

.home .main .fined .r_table .tb_List .th_gs_a {
    text-align: start;
}

.t_one {
    color: red;
    font-size: 14px;
}

.t_two {
    /* color: red; */
    font-size: 12px;
}

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

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

.nathing {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
    font-size: 13px;
    color: #666;

}

.home .main .fined .r_table .tb_List .th_s {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    color: #333333;
}

.home .main .minor {
    width: 28%;
    box-sizing: border-box;
}

.home .main .minor .minor_top {
    background-color: #fff;
    border-radius: 10px;

    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.home .main .minor .minor_top .r_bom {
    display: flex;
    flex-wrap: wrap;
}

.home .main .minor .minor_top .r_bom .rb_itm {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.rb_itm .rb_img {
    width: 60px;
    height: 60px;
    height: auto;
    /* 保持宽高比 */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* 添加平滑过渡 */
}

.rb_itm .rb_img:hover {
    transform: scale(1.2);
    /* 放大比例 */
    /* 可选：添加阴影效果 */
}

.home .main .minor .minor_bom {
    background-color: #fff;
    border-radius: 10px;

    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;

}

.lian_nav {
    display: flex;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.lian_nav .l_n {
    flex: 1;
    display: flex;
    justify-content: center;
}

.lian_nav .l_n_act {
    position: relative;
    color: #e0402d;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.swiper-container {
    width: 553px;
    height: 325px;
}

.swiper-slide>img {
    width: 553px;
    height: 325px;
}

.swiper-slide .imgBg {
    width: 553px;
    height: 325px;
}

.swiper-slide .img-wrap {
    position: relative;
    width: 100%;
    height: 100%;

}

.swiper-slide .img-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide .img-wrap .vs_img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.swiper-slide .img-wrap .vs_img .vs_zhong {
    margin: 0 40px;
    font-size: 20px;
}

.swiper-slide .img-wrap .vs_img .vs_zhu {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-slide .img-wrap .vs_img .vs_zhu>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-sizing: border-box;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    width: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transition: transform 0.3s ease, opacity 0.3s ease;

    background: #fff !important;
    width: 22px !important;
    border-radius: 5px !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-size: 10px 44px !important;
    /* border: 1px solid red; */
    border-radius: 50%;

    width: 30px !important;
    height: 30px !important;
    background-color: #00000080;
}

.lian_nav .l_n_act::after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 2px solid #e0402d;
    bottom: -10px;
    left: 0;
    transition: color 0.3s ease;

}

.home .main .minor .minor_bom .table .tb_nav {
    font-size: 14px;
}

.home .main .minor .minor_bom .table .tb_nav .tr_nav {
    margin-bottom: 20px;
}

.home .main .minor .minor_bom .table .tb_nav .th_gs {
    border: none;
    font-weight: 400;
    padding: 5px 0;
    color: #666;


}

.home .main .minor .minor_bom .table .tb_nav .hvoer {
    border-bottom: 1px solid #eee;
}

.home .main .minor .minor_bom .table .tb_nav .hvoer:hover {
    background-color: #fff6f6;
}

.home .main .minor .minor_bom .table .tb_nav .th_s {
    text-align: center;
    padding: 5px 0;

}

.home .main .minor .minor_bom .table .tb_nav .th_sl {
    text-align: start;

}

.home .main .minor .minor_bom .table .tb_nav .th_s .t {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
}

.home .main .minor .minor_bom .table .tb_nav .th_s img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.home .home_body {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    height: 300px;



}

.home .home_body .lb_left {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;


}

.home .home_body .lb_left .el-carousel--horizontal {
    height: 100%;
}

.home .home_body .lb_left .el-carousel__container {
    height: 100%;
}

.home .home_body .kb_right {
    width: 24%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;




}


.home .home_body .kb_right .title {
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    align-items: center;
    background: rgb(255, 243, 215);
    padding-left: 20px;



}

.home .home_body .kb_right .color_red {
    color: red;
}

.home .home_body .kb_right .color_kb {
    color: #333;
}

.home .home_body .zx_list {
    font-size: 16px;
    background: #fff;
    padding-left: 38px;



}

.home .home_body .zx_list .zx_content {
    display: flex;
    margin-top: 10px;
    font-size: 14px;


}


.home .home_body .zx_list .zx_content .status {
    color: rgb(239, 184, 94);
}

.home .home_body .zx_list .zx_content .test {
    color: #333;
    width: 150px;

    /*强制文本在一行内显示*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* .home .home_body .zq {} */

.home .home_body .zq .zq_1 {
    display: flex;
}

.home .jrss_title {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
    margin: 0;
    line-height: 60px;

}

.ckgd {
    font-size: 14px;
    color: #8d8989;
    cursor: pointer;
}

.home .jrss {
    display: flex;
    /* // flex-flow: wrap-reverse; */
    justify-content: space-between;
    margin-top: 22px;


}

.home .jrss .jrss_left {
    width: 75%;
    display: flex;
    flex-flow: column;




}

.home .jrss .jrss_left .titles {
    display: flex;
    align-items: center;
    justify-content: space-between;


}

.home .jrss .jrss_left .titles .jrss_title {}

.home .jrss .jrss_left .titles .ckgd {}

.home .jrss .jr {
    display: flex;
    flex-wrap: wrap;
    height: 500px;
    justify-content: space-between;


}

.home .jrss .jr .jr_flex {
    /* // flex: 1;
    // background: #ffff;
    // border: 1px solid #000;
    // height: 200px; */
    /*设置最小宽度，才会让元素排不下，导致换行排列*/
    min-width: calc((100% - 20px) / 2);
    height: 46%;
    background: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;



}

.home .jrss .jr .jr_flex .jr_flex1 {
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.home .jrss .jr .jr_flex .content {
    display: flex;
    width: 100%;
    font-size: 16px;
    justify-content: center;
    margin: 20px 0;
    align-items: center;



}

.home .jrss .jr .jr_flex .content .test {
    padding: 3px 8px;
    background: #f7bebe;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.home .jrss .jr .jr_flex .content .time {
    font-size: 12px;
    margin-left: 10px;
}

.home .jrss .jr .jr_flex .content .type {
    padding: 3px 8px;
    background: #90c5e3;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 4px;
}

.home .jrss .jr .jr_flex .bs {
    display: flex;
    align-items: center;
    justify-content: center;



}

.home .jrss .jr .jr_flex .bs .bs_1 {
    display: flex;
    flex-flow: column;
    align-items: center;


}

.home .jrss .jr .jr_flex .bs .bs_1>img {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.home .jrss .jr .jr_flex .bs .bs_1 .name {
    color: #7f7878;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;

}

.home .jrss .jr .jr_flex .bs .bf_1 {
    color: #c23030;
    font-size: 28px;
    font-weight: bold;
    margin: 0 20px;
}

.home .jrss .jr .jr_flex .bf_2 {
    display: flex;
    font-size: 14px;
    color: rgba(184, 184, 184);
    justify-content: center;
    padding: 10px 0 20px 0;
}

.home .jrss .jr .jr_flex .jr_flex1 {
    background: #fff;
    /* // width: 90%; */
}

.home .jrss .zq {
    width: 24%;


}

.home .jrss .zq .zq_1 {
    display: flex;
    justify-content: space-between;
    height: 60px;
    background: #fff3d7;
    align-items: center;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;


}

.home .jrss .zq .zq_1 .color_red {
    color: red;
}

.home .jrss .zq .zq_1 .title_left {
    display: flex;
    font-size: 16px;

}

.home .jrss .zq_2 {
    background: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;


}

.home .jrss .zq_2 .zx_content {
    padding: 20px 0 0 20px;
    box-sizing: border-box;





}

.home .jrss .zq_2 .zx_content .zq_user {
    display: flex;
    padding-top: 14px;
    box-sizing: border-box;
    align-items: center;
    /* // justify-content: center; */




}

.home .jrss .zq_2 .zx_content .zq_user .zq_left {
    display: flex;
    align-items: center;
    height: 60px;


}

.home .jrss .zq_2 .zx_content .zq_user .zq_left>img {
    display: block;
    width: 30px;
    height: 30px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_left .user {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right {
    margin-left: 10px;




}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type {
    width: 90px;
    padding: 5px 10px;
    background: red;
    margin-top: 15px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .test {
    display: flex;
    margin-top: 5px;


}


.home .jrss .zq_2 {
    background: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    height: 480px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

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

.first_item_bom {
    display: flex;
    align-items: center;
    color: #beb5aa;
}

.first_item_bom>div:nth-child(1) {
    background-color: #f4f4f4;
    color: #beb5aa;
    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.first_item_bom>div:nth-child(2) {
    margin-right: 30px;
}

.first_item_bom>div:nth-child(3) {
    margin-right: 10px;

}

.first_item_bom>div:nth-child(4) {
    height: 70%;
    border-left: 1px solid red;

}

.home .jrss .zq_2 .zx_content {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;





}

.home .jrss .zq_2 .zx_content .border {
    /* // border-bottom: 1px solid red; */
    position: relative;
    padding-bottom: 20px;


}

.home .jrss .zq_2 .zx_content .border .xian {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgb(225, 222, 222);
}

.home .jrss .zq_2 .zx_content .border .xian1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ff5e4c;
}

.home .jrss .zq_2 .zx_content .border .xian2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #f78f19;
}

.home .jrss .zq_2 .zx_content .border .xian3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ffcb72;
}

.home .jrss .zq_2 .zx_content .border .xian4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 230, 179);
}

.home .jrss .zq_2 .zx_content .zq_user {
    display: flex;
    padding-top: 14px;
    box-sizing: border-box;
    /* // justify-content: center; */


}

.home .jrss .zq_2 .zx_content .zq_user .zq_left {
    display: flex;
    align-items: center;
    height: 60px;


}

.home .jrss .zq_2 .zx_content .zq_user .zq_left .jb {
    width: 20px;
    height: 20px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_left>img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_left .user {
    width: 60px;
    height: 60px;
    margin-left: 10px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right {
    margin-left: 10px;
    font-size: 16px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type {
    width: 100px;

    padding: 5px 5px;
    background: rgb(225, 222, 222);
    margin-top: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type1 {
    width: 100px;

    padding: 5px 5px;
    background: #ff5e4c;
    margin-top: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type2 {
    width: 100px;

    padding: 5px 5px;
    background: #f78f19;
    margin-top: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type3 {
    width: 100px;

    padding: 5px 5px;
    background: #ffcb72;
    margin-top: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .type4 {
    width: 100px;

    padding: 5px 5px;
    background: rgba(255, 230, 179);
    margin-top: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .test {
    display: flex;
    margin-top: 5px;



}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .test .test1 {
    background-color: #409EFF;
    color: #fff;

    border-radius: 4px;
    padding: 2px 4px;
    margin-right: 10px;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .test .test2 {
    background-color: red;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
}

.hp {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(184, 184, 184);
}


.home .jrss .zq_2 .zx_content .zq_user .progress {
    margin-top: 15px;
    text-align: center;
}

.home .jrss .zq_2 .zx_content .zq_user .zq_right .hp {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(184, 184, 184);
}

.home .jrss .zq_2 .zx_content .progress {
    margin-top: 15px;
    text-align: center;
}


.home .el-carousel__item h3 {
    color: #475669;
    font-size: 18px;
    opacity: 0.75;
    line-height: 300px;
    margin: 0;
}

.home .el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.home .el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}

.home .fa_zx_titles {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.home .fa_zx {

    display: flex;
    justify-content: space-between;


}

.home .fa_zx .fa_left {
    width: 49%;
    padding: 0 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    padding-top: 30px;


}

.home .fa_zx .fa_left .nav {
    border-bottom: 1px solid rgba(184, 184, 184);
    margin-bottom: 20px;

}

.home .fa_zx .fa_left .nav .nav_list {
    color: #333;
    font-size: 16px;
    margin-right: 80px;
}

.home .fa_zx .fa_left .nav .navactivate {
    color: #409EFF;
    font-weight: bold;
    position: relative;
}

.home .fa_zx .fa_left .nav .navactivate::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 4px;
    background: #409EFF;

}

.home .user_tj {
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(184, 184, 184);
    padding-bottom: 10px;
}

.home .user_tjBox {

    box-sizing: border-box;
    /* border-radius: 0 0 10px 10px; */
    height: 850px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

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

.home .user_tj .user_tj_1 {}

.home .user_tj .user_tj_1 .user_tj_2 {
    display: flex;
    justify-content: space-between;



}

.home .user_tj .user_tj_1 .user_tj_2 .user_name {
    display: flex;
    align-items: center;


}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .usering {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    background-color: rgb(192, 213, 163);
}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 10px;


}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names .name {
    font-size: 16px;
    margin-bottom: 10px;
}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names .type {
    display: flex;
}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names .type .type1 {
    font-size: 12px;
    background: #409eff;
    color: #fff;
    padding: 2px 5px;
    margin-right: 10px;
    border-radius: 4px;

}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names .type .type2 {
    font-size: 12px;
    background: red;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}

.home .user_tj .user_tj_1 .user_tj_2 .user_name .names.type .type2 {
    margin-left: 10px;
}

.home .user_tj .user_tj_1 .user_tj_3 {
    display: flex;
    align-items: center;


}

.home .user_tj .user_tj_1 .user_tj_3 .line {
    height: 60%;
    width: 1px;
    background: #e6e8eb;
    margin: 0 20px;
}

.home .user_tj .user_tj_1 .user_tj_3 .jb_test,
.mzl {
    text-align: center;


}

.home .user_tj .user_tj_1 .user_tj_3 .jb_test,
.mzl .num {

    color: red;
}

.home .user_tj .user_tj_1 .user_tj_3 .jb_test,
.mzl_num {

    color: red;
}

.home .user_tj .user_tj_1 .user_tj_3 .jb_test,
.mzl .jb,
.mzl_name {

    color: #99a9bf;
}

.home .user_tj .user_tj_1 .user_tj_3 .jb_test,

.mzl_name {

    color: #99a9bf;
}

.home .user_tj .user_tj_1 .user_tj_3 .mzl {
    /* .mzl_num {}

    .mzl_name {} */
}

.home .user_tj .test_msg {
    margin-top: 20px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size: 14px;
    line-height: 20px;
}

.home .user_tj .test_msg .test1_1 {
    font-size: 12px;
    margin-right: 10px;
    background: #fff3d7;
    border-radius: 4px;
    padding: 0px 6px;
}

.home .user_tj .test_msg .test1_1 .test1_1_itm {
    color: #333;
    border-radius: 4px;
    padding: 0px 6px;
    /* width: 45px; */
    text-align: center;
    background: #fff3d7;
}

.home .user_tj .test_msg .test1 .test1_2 {

    margin-left: 10px;

}

.home .user_tj .msg_time {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(184, 184, 184);
    padding-bottom: 20px;


}

.home .user_tj .msg_time .msg_1 {
    margin-right: 20px;
}

.home .user_tj .msg_time .msg_2 {}

.home .user_tj .msg_time .msg_3 {
    margin-left: 22px;
}

.home .user_tj .gk {
    display: flex;
    align-items: center;
    margin-left: 22px;



}

.home .user_tj .gk .gk_icon {
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.gk_num {}

.home .zx_right {
    width: 50%;
    background: #fff;
    padding: 40px 40px;
    box-sizing: border-box;
    border-radius: 10px;

}

.home .zx_right .zx_nav {
    display: flex;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid rgba(184, 184, 184);
    padding-bottom: 20px;
    cursor: pointer;

}

.home .zx_right .zx_nav .zq_lq {
    margin-right: 50px;
}

/* .home .zx_right .zx_nav .zq_lq {} */

.home .zx_right .zx_nav .zq_lq_activate {
    position: relative;
    color: #409EFF;
    margin-right: 50px;
}

.home .zx_right .zx_nav .zq_lq_activate::before {
    position: absolute;
    content: "";
    height: 4px;
    bottom: -15px;
    width: 50%;
    border-radius: 20px;

    left: 0;
    right: 0;
    margin: 0 auto;
    background: #409EFF;
}

.home .navs {
    display: flex;
    /* margin-bottom: 20px; */
    justify-content: space-between;
    align-items: center;
}

.home .zx_zx {
    display: flex;
    border-bottom: 1px solid rgba(184, 184, 184);
    margin-top: 20px;
    padding-bottom: 15px;


}



.home .zx_Box {
    background: #fff;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    height: 830px;
    overflow-y: scroll;
    /* 启用y轴滚动条 */
    overflow: auto;
    /* 使内容可以滚动 */
    scrollbar-width: none;
    /* 对于Firefox */
}

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

.home .zx_zx .imgs {
    display: block;
    width: 200px;
    height: 100px;
    border-radius: 10px;
    /* // overflow: hidden;
    // flex: 1; */
}

.home .zx_zx .content {
    display: flex;
    flex-flow: column;
    margin-left: 20px;

    justify-content: space-between;

}

.home .zx_zx .content .riqi {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .zx_zx .content .test {
    font-size: 14px;
    color: #969696;
    margin: 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-indent: 1em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;


}

.home .zx_zx .content .time {
    color: rgba(184, 184, 184);
    font-size: 14px;
}

.home .zx_zx:last-child {
    border: none;
}

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

.home .zhuanjia .zj_left {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;


}

.home .zhuanjia .zj_right {
    text-align: center;
    width: 49.5%;
    display: flex;
    justify-content: space-around;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;


}

.home .zhuanjia .zj_left .zj_user {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #d3dce6;


}

.home .zhuanjia .zj_left .name {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.home .zhuanjia .zj_right .zj_user {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background-color: #d3dce6;


}

.home .zhuanjia .zj_right .name {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.home .zhuanjia .zj_left .test {
    color: rgba(184, 184, 184);
}

.home .zhuanjia .zj_right .test {
    color: rgba(184, 184, 184);
}

.Apply {
    width: 100%;
    background-color: #f5f5f5;
}

.Apply .banner {
    width: 100%;
    height: 530px;
    background: url('/web/image/foot/appBanner.jpg')no-repeat 100% 100%/cover;
}

.banner .ban {
    width: 1200px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    margin: auto;
}

.banner .ban .left {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.Home .home_right {
    /* position: fixed;
    right: 0; */
    /* top: 20%; */
    padding-top: 60px;

}

.Home .home_right .right_wei {
    width: 300px;
    height: 500px;
    border-radius: 12px;
    background-color: #f53f3f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    color: #fff;
    font-weight: 600;
}

.wei_ma {
    font-size: 15px;
    color: #f53f3f;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px 0;
    margin-top: 15px;

}

.Home .home_right .right_wei img {
    width: 200px;
    height: 200px;
    background-color: #ffb400;
}

.banner .ban .left .two {
    position: absolute;
    bottom: -15px;
    left: 107px;
    width: 498px;
    height: 480px;
}

.banner .ban .right {
    flex: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /* padding-bottom: 50px; */
}

.banner .ban .right .img2 {
    width: 200px;
    height: 200px;
}

.banner .ban .right .img1 {
    width: 25px;
    height: 30px;

}

.banner .ban .right .one {
    font-size: 42px;
    margin-bottom: 10px;
}

.banner .ban .right .two {
    font-size: 24px;
    margin-bottom: 10px;

}

.banner .ban .right .san {
    font-size: 24px;
    margin-bottom: 20px;

}

.banner .ban .right .four {
    font-size: 18px;
    display: flex;
}

.banner .ban .right .four .four_itm1 {
    margin-right: 20px;
}

.banner .ban .right .four .four_itm2 {
    padding-top: 10px;
}

.banner .ban .right .four .four_itm2 .itm {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background-color: #5F656E;
    margin-bottom: 20px;
    position: relative;
}

.banner .ban .right .four .four_itm2 .itm .itm_img {
    position: absolute;
    left: 220px;
    bottom: 0;
}

.banner .ban .right .four .four_itm2 .itm .itm_img>img {
    width: 114px;
    height: 114px;
}

.banner .ban .right .four .four_itm2 .itm a {
    color: #fff;
}

.banner .ban .right .four .four_itm2 .itm .img1 {
    margin-right: 20px;
}

.Apply .content {
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.Apply .content .wenz {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
}

.Apply .content .wenz1 {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
}

.Apply .content .frist {
    padding-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.Apply .content .frist .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Apply .content .frist .right {
    padding-bottom: 45px;
}

.Apply .content .frist .right>img {
    width: 1000px;
    height: 650px;
}

.Apply .content .twoce {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.Apply .content .twoce .twoce_o {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.Apply .content .twoce .twoce_t {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}

.Apply .content .twoce .twoce_s {
    width: 766px;
    height: 578px;
    margin: auto;
    background: url('/web/image/foot/app3_bg.png')no-repeat 0 0/cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-left: 20px;
}

.Apply .content .twoce .twoce_s .app14 {
    width: 600px;
    height: 600px;
    margin-top: 30px;
}

.Apply .content .twoce .twoce_s>img {
    width: 100%;
    height: 100%;
}

.Apply .content .scond {
    position: relative;
    padding-top: 150px;
}

.Apply .content .scond .sc_img2 {
    position: absolute;
    right: 110px;
    bottom: -50px;
}

.Apply .content .scond .txt {
    position: relative;
    width: 60%;
    margin: 50px auto;
}

.Apply .content .scond .txt .txtItm {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 130px;
    left: -40px;
}

.Apply .content .scond .txt .txtItm .Itm {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.Apply .content .scond .txt .txtItm .Itm1 {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}

.Apply .content .fours {
    position: relative;
    height: 1100px;
}

.Apply .content .fours .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}

.Apply .content .fours .txt .txt_o {
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
}

.Apply .content .fours .txt .txt_w {
    font-family: SourceHanSansCN-Bold;
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    color: #000;
}

.Apply .content .fours .f_img2 {
    display: block;
    margin: auto;
}

.Apply .content .fours .f_img1 {
    position: absolute;
    top: 212px;
    z-index: 3;
    left: 150px;
}

.Apply .content .fours .f_img3 {
    position: absolute;
    left: 12%;
    z-index: 2;
    top: 255px;
    width: 1039px;
    height: 740px;
}


.hotnull {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 12px;
}

/*过滤 */

.Home .fit_home {
    /* width: 65%; */
    width: 1080px;
    height: 650px;
    background-image: linear-gradient(to bottom, #d40000 0%, #fe0000 10%, #fe0000 50%, #fe0000 100%);
    margin: 0 auto;
    position: relative;
    padding: 2px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.flt_top {
    display: flex;
    align-items: center;
    padding: 10px 10px;

}

.flt_top .top_time {
    color: #fff;
    font-weight: 600;
}

.top_name {
    /* width: 100px;
    height: 30px; */
}

button {
    color: #ffb536;
    padding: 0.5em 1.5em;
    font-size: 16px;
    border-radius: 0.5em;
    background: #e8e8e8;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
    margin-right: 50px;
}

button:hover {
    color: #666;
    box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}

.flt_bom {
    display: flex;
    flex: 1;
    justify-content: space-between;
    height: 100%;
    box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;

}

.flt_bom .flt_left {
    /* border: 1px solid #660303; */
    background-color: #fff;
    padding: 5px;
    width: 36%;
    box-sizing: border-box;
    height: 100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;

}

.flt_bom .flt_left .fit_left_itm {
    background-color: #fff4c6;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    padding: 2px;
    display: flex;
    flex-direction: column;


}

.flt_bom .flt_left .fit_left_itm .lrft_top {
    padding: 2px 0 5px 0;
    border-bottom: 1px solid #ffbb41;
    margin-bottom: 1px;
}

.flt_bom .flt_left .fit_left_itm .lrft_top .top_btn {
    border: 1px solid #c57700;
    padding: 2px 10px;
    border-radius: 4px;
    color: #c8472f;
    background-image: linear-gradient(to bottom, #ffe4a6 30%, #f9900f 100%);
}

.flt_bom .flt_left .fit_left_itm .lrft_top .top_btn:hover {

    background-image: linear-gradient(to bottom, #ffd660 30%, #f9900f 100%);
}

/* #ffd783  #f9fff0*/
.flt_left .table_box {
    height: 430px;
    width: 100%;
    overflow-y: scroll;
    /* 保持滚动功能 */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
    overflow: -moz-scrollbars-none;
    /* Older Firefox */
}

/* 隐藏滚动条 */
.flt_left .table_box::-webkit-scrollbar {
    display: none;
    /* 隐藏滚动条 */
}

.table_box .tb_itm {}

.table_box .tb_itm td {
    text-align: center;
    padding: 2px 0;
    border: 1px solid #efbb4b;
    color: #9b957e;
    border-bottom: none;
}

.table_box .tb_itm .table_name td {
    border: none;
    border-bottom: 1px solid #efbb4b;
}

.table_box .tb_itm {
    border-bottom: 1px solid #efbb4b;
    margin-bottom: 1px;
}


.table_box .tb_itm .tr_itmeven {
    background-color: #f9fff0;
}

.peilv {
    border-top: 1px solid #ffbb41;
    border-bottom: 1px solid #ffbb41;
    padding: 5px 2px;
}

.peilv .bom {
    margin-bottom: 5px;
}

.peilv .test {
    color: #9b957e;

}

.game_old {
    display: flex;
    align-items: flex-end;
    height: 60px;
    box-sizing: border-box;
    padding: 0 5px;
}

.game_old .test {
    color: #9b957e;

}

.game_old .g_l {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 10px;
}

.game_old .g_r {

    flex: 1;
}

.flt_bom .flt_right {
    /* border: 1px solid #660303; */
    width: 63%;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 4px;


    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Opera and Edge */


}

.flt_bom .flt_right .bom_lrft {
    box-sizing: border-box;
    width: 18%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;

}

.flt_bom .flt_right .bom_lrft .left_top {
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ffbb41;
    font-size: 14px;
}

.flt_bom .flt_right .bom_lrft .lrft_top {
    width: 65%;
    padding: 0 1px;
    background-color: #fff;
    border: 1px solid #fc9600;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 6px;
}

.flt_bom .flt_right .bom_lrft .lrft_top .top_btn {
    background-image: linear-gradient(to bottom, #ffe4a6 30%, #f9900f 100%);
    padding: 3px 3px;
}

.flt_bom .flt_right .bom_lrft .lrft_top .top_btn .organg {
    color: #c10000;
}

.name_itm {
    color: #757575;

}

.name_itm .itm_i {
    margin-bottom: 6px;
    margin-left: 13px;
    padding: 2px 0;

}

.name_itm .itm_i:hover {
    background-color: #ffdc82;
}

.flt_bom .flt_right .bom_lrft .lrft_top .top_btn i {
    font-size: 14px;
    color: #c10000;
}

/*  */




.flt_bom .flt_right .bom_right {
    border-radius: 4px;

    box-sizing: border-box;
    width: 81%;
    height: 577px;
    background-color: #fff4c6;
    display: flex;
    flex-direction: column;
}

.usin {
    text-decoration: underline;
    text-decoration-color: #333;
    /* 下划线的颜色 */
    text-decoration-thickness: 1px;
    /* 下划线的厚度 */
    text-decoration-style: solid;
    /* 下划线的样式 */
}

.bom_right .r_one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 80px 5px 5px;
    border-bottom: 1px solid #ffbb41;
    margin-bottom: 5px;
}

.bom_right .r_one .r_one_l {
    padding: 2px 10px;
    border-radius: 4px;
    border: 1px solid #cb9a50;

}

.bom_right .r_two {
    flex: 1;
    box-sizing: border-box;
    border-top: 1px solid #ff59b3;
    border-bottom: 1px solid #ff59b3;
    overflow: hidden;
    overflow-y: scroll;
}

.bom_right .r_two .tiao {
    display: flex;
    align-items: center;
    justify-content: space-between;

    background-color: #f9ce82;
    padding: 2px 0;
    padding-right: 5px;
}

.bom_right .r_two .tiao .tiao_l {
    display: flex;
    align-items: center;
}

.bom_right .r_two .tiao .tiao_l .t_one {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bom_right .r_two .tiao .tiao_l .t_two {
    margin-right: 10px;
}

.bom_right .r_two .tiao .tiao_l .t_san {
    margin-right: 10px;
}

.bom_right .r_two .tiao .tiao_l .t_four {
    margin-right: 10px;
}

.bom_right .r_two .tiao .tiao_r {
    padding: 2px 5px;
    border-radius: 4px;
}

.bom_right .r_two .r_two_itm {
    display: flex;
    align-items: center;
    padding: 2px 0;
    box-sizing: border-box;

}

.bom_right .r_two .r_two_itm .itm_i {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bom_right .r_two .r_two_itm .itm_n {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bom_right .r_two .r_two_itm .itm_d {
    width: 180px;
    display: flex;
    align-items: center;
    border: 1px solid #fca017;
    background-color: #fff;
    padding: 2px 2px;
    color: #414141;
}

.bom_right .r_two .r_two_itm .itm_s {
    padding: 2px 5px;
    border-radius: 4px;
    margin: 0 45px 0 15px;
}

.bom_right .r_two .img1 {
    width: 15px;
    height: 15px;
}

.bom_right .r_two .img2 {
    width: 20px;
    height: 20px;
}

.bom_right .r_chu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffbb41;

}

.bom_right .chu_an {
    padding: 3px 15px;
    border: 1px solid #dd8500;
    color: #cb4d2f;
    border-radius: 4px;
    margin-right: 10px;

}

.bom_right .r_zhan {
    border-top: 2px solid #fff;
    border-bottom: 1px solid #ffbb41;
    padding: 5px 8px;
}

.bom_right .r_zhan .zhan_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffdd94;
}

.bom_right .r_zhan .zhan_box .zhan_l {
    display: flex;
    align-items: center;
}

.bom_right .r_zhan .zhan_box .zhan_l .z_l_l {
    border-radius: 4px;
    padding: 2px 5px;
    margin-right: 20px;

}

.bom_right .r_zhan .zhan_box .zhan_l .z_l_r span {
    color: #333;
    font-weight: 600;
}

.bom_right .r_zhan .zhan_box .zhan_r {
    border-radius: 4px;
    padding: 2px 5px;
}

.bom_right .r_biao {
    margin-top: 5px;

}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;


}

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

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

.r_biao button {
    padding: 2px 5px;
    border-radius: 0;
    color: #ffb536;
    font-size: 12px;
    background: #fff;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: none;
    margin-right: 0;
}

.r_biao button:active {
    color: #333;
}

/* .el-dialog__header {
    background-color: #fff4c6;
} */

/* .el-dialog--center .el-dialog__body {
    background-color: #fff4c6;

} */
/* 
.el-dialog__title {
    font-size: 14px;
    line-height: 14px;
    color: #840404;
    font-weight: 600;
} */

.el-dialog--center .el-dialog__footer {
    background-color: #fff4c6;

}

.r_biao span {
    margin: 0 5px;
}

.bom_right .r_biao .r_liebiao {
    overflow-y: auto;
    height: 150px;
    /* 设置固定高度，否则滚动条可能不会显示 */
}

.bom_right .r_biao .table_box .tb_itm {
    width: 100%;
    margin-bottom: 0;
}

.bom_right .r_biao .table_box .tb_itm td {
    text-align: center;
    padding: 2px 0;
    border: 1px solid #efbb4b;
    border-top: none;
    color: #9b957e;
    border-bottom: none;
}

.bom_right .r_biao .table_box .tb_itm .table_name td {
    color: #d64c31;
    font-weight: 600;
    border-bottom: 1px solid #efbb4b;
    background-color: #fcd98c;
}

.bom_right .r_biao .table_box .tb_itm .table_name .c_lie {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bom_right .r_biao .table_box .tb_itm {
    border-top: 1px solid #efbb4b;
    border-bottom: 1px solid #efbb4b;
}


.bom_right .r_biao .table_box .tb_itm .tr_itmeven {
    background-color: #f9fff0;
}

.bom_right .r_bom {
    display: flex;
    border-top: 2px solid #fff;
    padding: 10px;
}

.bom_right .r_bom .r_b_l {
    width: 67%;
    display: flex;
    flex-direction: column;
}

.bom_right .r_bom .r_b_l .bom_r_top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.bom_right .r_bom .r_b_l .bom_r_top>div:nth-of-type(1) {
    margin-right: 30px;
}

.bom_right .r_bom .r_b_r {
    flex: 1;
    display: flex;
    align-items: end;

}

.bom_right .r_bom .r_b_r .jiang {
    border-radius: 4px;
    padding: 2px 10px;
    border: 1px solid #b5730d;
    color: #b10702;
}

.bom_right .r_bom .r_b_r .submit {
    font-size: 26px;
    font-weight: 600;
    color: #fffcc7;
    padding: 5px 15px;
    border-radius: 4px;
    margin-left: 10px;
    background-image: linear-gradient(to bottom, #ff531a 50%, #dd0000 50%);
}

.bom_right .r_bom .r_b_r .submit:hover {
    color: #fff;
    background-image: linear-gradient(to bottom, #fead1f 20%, #f99416 50%, #ed5409 70%, #dd0000 100%);
}

/* 按钮背景色 #f99416*/
.color-fz {
    color: #6b685b;
}

.color-bg {
    border: 1px solid #daa555;
    background-image: linear-gradient(to bottom, #fffdf7 50%, #ffebbb 50%);
    transition: all 0.5s ease;
}

.color-bg:hover {
    transition: all 0.5s ease;
    color: red;
    background-image: linear-gradient(to bottom, #ffebbb 50%, #fffdf7 50%);
}

.color-bg1 {
    background-image: linear-gradient(to bottom, #ffda8f 50%, #ffb333 50%);
    transition: all 0.5s ease;
}

.color-bg1:hover {
    transition: all 0.5s ease;
    background-image: linear-gradient(to bottom, #ffb333 50%, #ffb333 50%);
}

.bBox {
    display: flex;
    font-size: 12px;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.bBoxs {
    display: flex;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.bBox .bBox_left {
    width: 53%;
    box-sizing: border-box;
    position: relative;
    /* overflow-y: scroll; */
}

.bBox .bBox_right {
    width: 46%;
    box-sizing: border-box;

}

.bBox .bBox_right .r_top {
    box-sizing: border-box;
    margin-bottom: 10px;
}

.bBox .bBox_right .r_top .t_two {
    width: 50%;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #989898;
}

.bBox .bBox_right .r_top .t_two>span {
    font-weight: 600;
    font-size: 14px;
    margin: 0 2px;
}

.bBox .bBox_right .r_center {
    justify-content: space-around;
    margin-bottom: 10px;
}

.bBox .bBox_right .r_center .c_itm {
    padding: 2px 5px;
    border-radius: 4px;
}

.el-dialog--center .el-dialog__body {
    padding: 25px 15px 0 15px;
}

.el-dialog__header {
    padding: 10px 10px 0px;
}

.el-dialog__title {
    font-size: 14px;
    line-height: 14px;
}

.bBox .bBox_left .table_box {
    width: 100%;
    border: 1px solid #efbb4b;
    padding: 5px;
    box-sizing: border-box;
    height: 310px;
    overflow-y: scroll;
}

.bBox .bBox_left .table_box .tb_itm td {
    text-align: center;
    padding: 2px 0;
    border: 1px solid #dddddd;
    border-top: none;
    color: #9b957e;
    border-bottom: none;
}

.bBox .bBox_left .table_box .tb_itm .table_name td {
    border: none;
    border-bottom: 1px solid #dddddd;
}

.bBox .bBox_left .table_box .tb_itm .table_name .quan {
    padding: 0 5px;
}

.usins {
    border-bottom: 1px solid #989898;
    padding-bottom: 1px;
    margin-bottom: 2px;
}

.usinss {
    color: #409EFF;
}

.bBox .bBox_left .table_box .tb_itm {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1px;
}


.bBox .bBox_left .table_box .tb_itm .tr_itmeven {
    background-color: #f9fff0;
}

.bBox .bBox_left .l_nav {
    /* position: absolute;
    top: 0;
    left: 0; */
    border-radius: 6px 6px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 5px 10px;
    width: 252px;
    margin-bottom: -1px;
    position: relative;
    z-index: 999;
    background-color: #fff;
    color: #161616;

}

.bBox .bBox_left .el-input--mini .el-input__inner {
    text-align: center;
    background-image: linear-gradient(to bottom, #fffdf7 50%, #ffebbb 50%);

}

.subitm {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.crsName {
    font-size: 12px;
    color: #3393f4;
    margin-bottom: 3px;
}

.subitms {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    color: #9b957e;

}

.subitm .sub_sheng {
    background-image: linear-gradient(to bottom, #ffe4a6 30%, #f9900f 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitm .sub_xian {
    background-color: #f3c7c7;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitms .sub_xians {
    background-color: #f3c7c7;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;
}

.subitms .sub_xianss {
    background-color: #f3c7c7;
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;
}

.subitms .sub_xian {
    background-color: #f3c7c7;
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitm .sub_gl {
    background-image: linear-gradient(to bottom, #e3a4a8 30%, #eb0000 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    color: #fff;
}

.subitms .sub_gl {
    background-image: linear-gradient(to bottom, #e3a4a8 30%, #eb0000 100%);
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
    color: #fff;
    margin-right: 2px;

}

.subitms .sub_gls {
    background-image: linear-gradient(to bottom, #e3a4a8 30%, #eb0000 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    color: #fff;
    margin-right: 2px;

}

.subitms .sub_shengs {
    background-image: linear-gradient(to bottom, #ffe4a6 30%, #f9900f 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;

}

.subitms .sub_sheng {
    background-image: linear-gradient(to bottom, #ffe4a6 30%, #f9900f 100%);
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;
}

.subitm .sub_ping {
    background-image: linear-gradient(to bottom, #fafacf 30%, #fae947 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitm .sub_fu {
    background-image: linear-gradient(to bottom, #fee5fb 30%, #ffa0e3 100%);
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitm .sub_cell {
    background-color: #fdfdfd;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    /* font-weight: 600; */
    color: #fdfdfd;
}

.subitms .sub_cells {
    background-color: #fdfdfd;
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;

}

.subitms .sub_cellss {
    background-color: #fdfdfd;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;

}

.subitm .sub_xin {
    background-color: #f7f7f7;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
}

.subitms .sub_xin {
    background-color: #f7f7f7;
    padding: 2px 3px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;
}

.subitms .sub_xins {
    background-color: #f7f7f7;
    padding: 2px 6px;
    border: 1px solid #ffa024;
    font-weight: 600;
    margin-right: 2px;
}

.bBox_right .table_box {
    height: 265px;
    border: 1px solid #efbb4b;
}

.bBox_right .table_box .tb_itm td {
    border: none;
}

.bBox_right .table_box .tb_itm {
    border: none;

}

.sub_peilv {
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-sizing: border-box;
}

.pei_sub .el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-image: linear-gradient(to bottom, #fffdf7 50%, #ffebbb 50%);
    color: #9b957e;


}

.bBox_right .el-input--mini .el-input__inner {
    background-image: linear-gradient(to bottom, #fffdf7 50%, #ffebbb 50%);

}

.el-select-dropdown__item.selected {
    color: #9b957e !important;
    font-weight: 400 !important;
    /* text-align: center; */
    font-size: 12px !important;
}

.setarr {
    padding: 3px 0 3px 10px;
    color: #515049;
    box-sizing: border-box;
}

.tdact {
    background-color: #7fceff;
}

.bom_r_top .custom-input {
    display: flex;
    align-items: center;
    justify-content: center;

}

.bom_r_top .custom-input .nums {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    border-radius: 4px;
    height: 25px;
    background-color: #f5f5f5;
    margin: 0 5px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    border: 1px solid #cdcdcd;

}

.bom_r_top .custom-input .numsact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    border-radius: 4px;
    height: 25px;
    background-color: #f5f5f5;
    margin: 0 5px;
    font-size: 16px;
    color: #ccc;
    font-weight: 600;
    border: 1px solid #cdcdcd;
}

.bom_r_top .custom-input-width {
    /* 修改为你想要的宽度 */
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
    padding: 0 3px;
    font-size: 12px;
    border: 1px solid #cdcdcd;



}

.bom_r_top .custom-input-width .uni-input {
    max-width: 50px;
    border-radius: 4px;
    color: red;
    font-size: 12px;
    text-align: center;
}

.bom_r_top .custom-input-width .doucle {
    flex: 1;

}

.el-dialog {
    user-select: none;
}

/* 拖动效果，有bug */
/* .draggable-dialog .el-dialog {
    position: absolute;
    right: 20;
    top: 30%;

    transform: translate(0, 0);
} */
.item {
    padding-top: 5px;
}

.item .item-box {
    margin: 5px 10upx;
    width: 730upx;
    background-color: #fff;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-bottom: none;


}

.item .item-box .tips-num {
    position: absolute;
    left: calc(50% - 180px);
    top: 0px;
    flex: 1;
    width: 360px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;



}

.item .item-box .tips-num .tips-t {
    color: #fff;
    background-color: #cb3131;
    font-size: 14px;
    border-radius: 0 0 10px 10px;
    padding: 1px 5px;

}

.item .item-box .t {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.item .item-box .game-wrap {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;




}

.item .item-box .game-wrap .bold {
    margin: 0 10px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;


}

.item .item-box .game-wrap .bold .n-t {
    text-align: center;
}

.item .item-box .game-wrap .t-l {
    display: flex;
    flex: 1;
    justify-content: flex-end;

}

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


}

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

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

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

.item .item-box .game-wrap .t-l .n .t_ {
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;

}

.item .item-box .game-wrap .t-l .n .img {
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.item .item-box .game-wrap .t-r {
    display: flex;
    flex: 1;


}

.item .item-box .game-wrap .t-r .n {
    display: flex;
    flex-direction: row;
    align-items: center;


}

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

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

.item .item-box .game-wrap .t-r .n .t_ {
    font-size: 16px;
    flex: 1;
    text-overflow: ellipsis;
    lines: 1;

}

.item .item-box .game-wrap .t-r .n .img {
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.item .item-box .game-wrap .t-l {}

.item .item-box .game-wrap .t-l .n {
    justify-content: flex-end;


}

.item .item-box .game-wrap .t-l .n .t_ {
    text-align: right;
}

.item .item-box .c {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
    line-height: 24px;
}

.item .item-box .img-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;


}

.item .item-box .img-wrap .img {
    border-radius: 5px;
    flex: 1;
    height: 200px;
}

.item .item-box .time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;


}

.item .item-box .time .l {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.item .item-box .time .time-t {
    font-size: 14px;
    margin-left: 10px;
}

.item .item-box .time .time-c {
    font-size: 16px;
    color: #333;
}

.isMore {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}