.table>thead>tr>th,.table>tbody>tr>td,.table>tfoot>tr>td,.table>tfoot>tr>th{
	text-align:center !important;
}
input[type="checkbox"]{
	 cursor:pointer;
}
 .table tbody tr td:nth-child(1) {
    text-align: center;
}
.color-bule {
    color: #0064cd;
}
.table-tips {
    color: #838383;
    padding-left: 15px;
}
    .table-tips p {
        line-height: 25px;
    }

.dataTables_length{
	text-align:left !important;
}
.fixedHeader-floating {
	top: 73px !important;
	position:fixed;
	background:#fff;
}
.modify-num{
	display:flex;
	justify-content:center;
}
.modify-num input[type='text']{
	width: 30px;
    text-align: center;
}
.modify-num a {
    display: block;
    width: 21px;
}
.modify-num a i {
    font-size:21px;
}

.modify-num i{
	font-size:21px;
}
.operation-btn{
	width:152px;
}
.operation-btn a{
	height:30px;
	font-size:12px;
}
.return-top{
	width: 45px;
	height: 45px;
	position: fixed;
	right: 0;
	bottom:20px;
	z-index: 9;
	cursor: pointer;
	font-size: 12px;
	display: none;
	z-index:9999;
}