.table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: relative;
}

.table thead tr,
.table tbody tr {
  height: 52px;
}

.table thead{
  width: 100%;
}

table tbody {
  width: 100%;
  display: block;
  height: calc(100% - 52px - 64px);
  overflow-y: scroll;
}
table thead,tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.table th,
.table td {
  border: solid #e6e6e6;
  border-width: 0px 0px 1px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  text-indent: 12px;
}

.table th {
  font-size: 14px;
  color: #262626;
  text-align: left;
  background-color: #eef1f4;
  border-right: 1px solid #ededed;
}

.table tbody tr:hover {
  background: rgba(230, 230, 230, 0.30);
}

.title-hover:hover {
  color: #2170d9;
}

.title-hover {
  cursor: pointer;
}

.table .text-center{
  text-align: center;
  text-indent: 0;
}

.beauty-check>div{
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  width: 16px;
  text-indent: 0;
}
.beauty-check>div>img{
  vertical-align: middle;
}
input[type=radio],
input[type=checkbox] {
  display: none;
  visibility: hidden;
}

input[type=radio]+label {
  border-radius: 50%;
}

input[type=radio]+label,
input[type=checkbox]+label {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
	border-radius: 2px;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
}

input[type=radio]+label{
  border-radius: 50%;
}

input[type=radio]:checked+label {
  border: none;
  background: url('about/dx_xz.png');
}

input[type=checkbox]:checked+label {
  border: none;
  background: url('about/table_xz.png'),#2170d9;
}

.cursor{
  cursor: pointer;
}

.table-click-btn{
  color: #2170d9;
  cursor: pointer;
}


.page-box {
  background-color: #fbfbfb;
  height: 64px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: right;
  font-size: 14px;
  color: #262626;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 16px;
  padding-right: 30px;
}
.page-box span{
  display: inline-block;
  width: 32px;
	height: 32px;
	background-color: #ffffff;
  border: solid 1px #d9d9d9;
  box-sizing: border-box;
  margin-left: 7px;
  line-height: 30px;
  text-align: center;
}
.page-box span.pre-btn{
  text-indent: -99999px;
  background: url('about/btn_pre.png') center no-repeat;
}
.page-box span.next-btn{
  text-indent: -99999px;
  background: url('about/btn_next.png') center no-repeat;
}
.page-box span.current-page-num{
  width: 88px;
}
.page-box span.page-omit{
  border: none;
  background: none;
}
.page-box span.page-jump{
  width: auto;
  background: none;
  border: none;
}
.page-box span input{
  display: inline-block;
  outline: none;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  width: 48px;
  height: 32px;
  box-sizing: border-box;
  text-align: center;
}
.page-num.active,.page-num:hover{
  color: #ffffff;
  background: #2170d9;
  border: 1px solid #2170d9;
}


