.toolqxcBigBox {
  display: flex;
  justify-content: center;
}

.toolqxcBox {
  width: 1400px;
  margin-top: 20px;
}

.qishu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 12px;
}

.qishuBut {
  padding: 5px 15px;
  align-items: center;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 14px;
  color: #606266;
  cursor: pointer;
}

.qishuBut:hover {
  background-color: #ecf5ff;
  border-color: #c6e2ff;
  color: #409eff;
  outline: none;
}

.top {
  background-color: #409eff;
  border-color: #409eff;
  color: #fff;
}

.toolqxc_bigTable {
  overflow: hidden;
  overflow-x: auto;
  margin-top: 20px;
}

.toolqxc_Table {
  border-color: #bbd5f0;
}

.toolqxc_Table thead td {
  background: linear-gradient(to top, #ffffff, #deeefc);
  text-align: center;
}

.toolqxc_Table thead tr td {
  font-size: 12px;
  font-weight: bolder;
}

.toolqxc_Table_one {
  height: 49px;
}

.issueNumber {
  width: 76.8px;
  height: 25px;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #caeeff
}

.WinningNumbers {
  width: 189.11px;
  height: 25px;
  font-size: 12px;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableText {
  width: 265.91px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  font-size: 12px;
}

.NumberTextBox {
  width: 23.11px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.NumberText {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #b3b0b0;
}

.redok {
  background-color: rgb(245, 95, 122);
  color: #ffffff;
}

.blueok {
  background-color: rgb(119, 169, 237);
  color: #ffffff;
}

.NumberS {
  width: 23.11px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #666666;
}