.yjbjs {
    width: 83px;
    padding: 10px 5px;
    background-color: #f0f3f5;
    border-radius: 5px;
}


#liveplay {
    font-size: 14px !important;
    text-align: center;
}


/* 悬停状态：仅修改颜色（保留无下划线特性） */
#cili a:hover {
    text-decoration: none !important; /* 显式声明悬停时仍无下划线 */
    color: #d93025 !important;        /* 悬停时变为红色（可自定义） */
}
 
#btn-group label {
    width: 96px;
}

h4, .h4 {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
   /* font-weight: 500 !important;*/
    line-height: 1.1 !important;
    color: inherit !important;
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.type {
    font-weight: normal !important;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    /*font-weight: normal !important;*/
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid ;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 62px;
    text-align: center;
    background: #0a0a0a;
    text-shadow:none !important;
    box-shadow:none !important;
}

.btn-default {
    color: #fff;
    background-color: #06baae;
    border-color: #8D8D8D;
    border-radius: 0 !important;
    /*font-weight: normal !important;*/
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #ea933d;
    border-color: #234e72
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before, .nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #999
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    /*float: left;*/
    float: right;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;

}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified > li {
    float: none
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;

}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;

    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a {
    margin-right: 0;

}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;

    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline-block;

    height: 20px;
    padding: .2em .2ex ;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 8px;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    margin-right: 2px;
}


.label-warning {
    width: 70px;
    height: 20px;
    background-color: #FF7710;
    color: #FFF;
    font-size: 14px;
 
}
.label-time {
    width: 70px;
    height: 20px;
    background-color: #007710;
    color: #FFF;
    font-size: 14px;
 
}

.label-danger {
    width: 100px;
    height: 20px;
    background-color: #386288;
    color: #FFF;
    font-size: 16px;
}

.label-nomor {
    background-color: #60c0d3;
    color: #FFF;
}



.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;

    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}
/* 清除原#cili a、#cili b的固定宽度，改用flex自适应 */
#cili a {
    text-decoration: none !important;
    color: #000000 !important;
    display: flex;
    max-width: 100%;
    min-width: 0; 
    overflow: hidden !important;
    align-items:center;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
#cili a span {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
#cili a:hover {
    text-decoration: none !important;
    color: #d93025 !important;
}

/* 1. 修复 b 标签：让它可以被压缩 */
#cili b {
  display: block;
  font-size: 14px;
  font-weight: bold;
  
  /* 关键：允许 b 标签收缩，不要保护内部内容 */
  min-width: 0; 
  
  /* 关键：让 b 标签占据除了标签和按钮之外的所有剩余空间 */
  flex: 1; 
}

/* 2. 修复 a 标签：让它填满 b 标签，并处理溢出 */
#cili b a {
  display: block; /* 或者 inline-block，这里 block 更简单 */
  width: 100%;    /* 强制占满父容器 b 的宽度 */
  
  /* 省略号三件套 */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  
  /* 其他样式保持 */
  text-decoration: none !important;
  color: #000000 !important;
  text-align: left;
}


/* 核心：给td开启flex布局，替代float浮动 */
#cili td {
    display: flex !important;
    align-items: center;
    gap: 8px;
  
    min-width: 0;
}

/* 左侧标签区域：禁止被压缩，永远显示 */
#cili td > span:first-of-type {
    flex-shrink: 0 !important;
}
/* 右侧按钮区域：禁止被压缩，永远不会被挤出可视区域 */
#cili td > span:last-of-type {
    flex-shrink: 0 !important;
}

/* 全局表格兜底：极端缩放下出现横向滚动，不会直接内容被截断看不到按钮 */
.table {
    width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 固定表格布局，约束单元格宽度 */
}

@media only screen and (max-width: 980px){
    .btn-group{display: none;}
    #cili b{width: 600px; font-size: 12px;}
    .label-danger,.label-warning{font-size: 12px;}
    .zytit{display: block;font-size: 16px; padding-bottom:10px;font-weight: bold;}
}
@media only screen and (max-width: 700px){
    .btn-group{display: none;}
    #cili b{width: 350px; }
}
.zytit{display: none;}

#showall{display: block;background-color: #2ab1a2;padding:10px 0; text-align:center; border-radius: 3px;font-size: 14px;}



