.bodybox .haomaqu .haomaqu_resetPar .haomaqul .haomaline .numberqu .kajianhaoPar {
    width: 100%;
    height: auto;
}

.bodybox .kajianhao li.ball {
    display: inline-block;
    float: none;
    margin-right: 20px;
    width: 36px;
    height: auto !important;
    line-height: normal !important;
    font-size: 16px !important;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}
.bodybox .kajianhao li.span_fh{
    width: 12px !important;
	/* margin: 0 !important; */
	height: 40px;
	line-height: 36px;
	font-size: 1.25rem;
    color: #000 !important;
}
.bodybox .kajianhao .ball_red{
    width: 36px;
    height: 40px;
	background: url(/img/6hc/ball_red_b.png);
	text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    background-position: -6px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    color: #000;
    display: block !important;
    float: none !important;
    padding: 0;
}
.bodybox .kajianhao .ball_green{
    width: 36px;
    height: 40px;
	background: url(/img/6hc/ball_green_b.png);
	text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    background-position: -6px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    color: #000;
    display: block !important;
    float: none !important;
    padding: 0;
}
.bodybox .kajianhao .ball_blue{
    width: 36px;
    height: 40px;
	background: url(/img/6hc/ball_blue_b.png);
	text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
    background-position: -6px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    color: #000;
    display: block !important;
    float: none !important;
    padding: 0;
}
.bodybox .kajianhao .ball_sx{
    font-size: 12px !important;
    color: #000;
    display: inline-block;
    height: 14px;
    margin: 0;
    padding: 0;
    line-height: normal;
}


#jrsmhmtj table tr th {
    height: 50px !important;
    background: #e7e7e7;
}
#jrsmhmtj table tr th#numberbtn{
    display: inline-block !important;
    line-height: 50px;
    width: 600px;
}

.bodybox .kaijiangjl .jrsmhmtj table tr {
    height: 50px;
}
.bodybox .kaijiangjl .jrsmhmtj table tr .blueqiu ul {
    display: flex;
    color: #000 !important;
    justify-content: center;
}
.bodybox .kaijiangjl .jrsmhmtj table tr .blueqiu ul .ball{
    width: 40px;
    height: 56px !important;
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
}
.bodybox .kaijiangjl .jrsmhmtj table tr .blueqiu ul .ball .ball_red{
    background: url(/img/6hc/ball_red_b.png);
    background-position: -4px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    line-height: 39px;
}
.bodybox .kaijiangjl .jrsmhmtj table tr .blueqiu ul .ball .ball_green{
    background: url(/img/6hc/ball_green_b.png);
    background-position: -4px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    line-height: 39px;
}
.bodybox .kaijiangjl .jrsmhmtj table tr .blueqiu ul .ball .ball_blue{
    background: url(/img/6hc/ball_blue_b.png);
    background-position: -4px -2px;
    background-size: 45px;
    background-repeat: no-repeat;
    width: 40px;
    height: 39px;
    line-height: 39px;
}




/* 分页样式 */
.pagination-container {
    display: flex;
    justify-content: center; /* 居中显示 */
    margin-top: 30px; /* 上边距 */
  }
  
  .pagination {
    list-style: none; /* 去掉默认的列表样式 */
    padding: 0; /* 去掉内边距 */
    margin: 0; /* 去掉外边距 */
  }
  
  .pagination .page-item {
    margin: 0 5px; /* 每个分页项之间的间距 */
  }
  
  .pagination .page-link {
  border-radius: 2px;
    /* border: 1px solid #007bff;  */
    color: #007bff; /* 链接颜色 */
  }
  
  .pagination .page-item.active .page-link {
    background-color: #007bff; /* 当前页的背景色 */
    color: white; /* 当前页的文字颜色 */
  }
  
  .pagination .page-item.disabled .page-link {
    color: #6c757d; /* 禁用状态的颜色 */
    pointer-events: none; /* 禁用点击 */
  }