:root {
  --main-color: #036564; /* 深主色 */
  --text-color: #000000; /* 文字色 */
  --secondary-color: #006400; /* 辅助色 */
  --top-color: transparent; /* 预设透明 */
  --top-image: 'none';
  --top-opacity: 0.5; /* 顶部透明度 */
  --button-color: #BAEDC2; /* 按钮颜色 */
  --button-hover: #A0D6A0; /* 按钮悬停颜色 */
  --line-color: #E8FFE8; /* 线条颜色 */
  --footer-color: #CEFFE7; /* 页脚颜色 */
  --table-color: #F2FEFC; /* 表格颜色 */
  --arrow-color: #0a8b8a; /* 箭头颜色 */
  --selected-color: #ffed97; /* 选中颜色 */
  --sub-color: #E7E2B5; /* 选中次要颜色 */
}
.home .layout::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--top-color);
  background-image: var(--top-image);
  background-repeat: repeat;
  background-size: auto 100%;
  opacity: var(--top-opacity);
  z-index: -1;
}
/* 强制继承父元素的背景图 */
.home .layout .left-head {
  background-image: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
}
/* 跑马灯文字 */
.sixth-bg .txt-color {
  color: #FFF;
}

/* 在线人数 */
.home .layout .middle-head .serve-time {
  color: var(--text-color);
  font-weight: bold;
}

/* header 彩类选单 */
.home .layout .middle-head .nav-bar .lottery-options {
  background: url(images/themes/BoxBg3.png) 0 -113px no-repeat;
}
.home .layout .middle-head .nav-bar .buttons .select-button {
  color: #FFEA00;
}
.select-options {
  border: 1px solid #434343;
  background-color: #F5F5F5;
}
.home .layout .middle-head .nav-bar .select-options {
  border: 1px solid #71AEEB;
  background: var(--main-color);
}
.home .layout .middle-head .nav-bar .select-options .option {
  border-bottom: 1px dashed #D1D1D1;
  color: #F3F3F3;
  background: url(images/themes/BoxBg3.png) 0 -208px no-repeat;
}
.home .layout .middle-head .nav-bar .select-options .option:hover {
  color: #1E579F;
  background-color: #FFFFFF;
}

/* header 其他选单 */
.home .layout .middle-head .nav-bar .buttons .btn-item {
  display: block;
  line-height: 18px;
  font-size: 13px;
  width: 80px;
  font-weight: bold;
  padding: 0px 10px;
  color: rgb(85, 85, 85);
  background-color: rgb(222, 222, 222);
  text-decoration: none;
  height: 26px;
  flex-shrink: 0;
  font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
  border-radius: 0;
  cursor: pointer;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}
.home .layout .middle-head .nav-bar .buttons .btn-item.active {
  font-weight: bold;
  /* background: transparent; */
  color: rgb(0, 51, 102);
  background-color: var(--sub-color);
  font-weight: 700;
}
/* header 子帐号 */
.home .layout .left-head .user.second-bg, #setRBM .header, #ShortcutFILLheader {
  /* color: #FFF; */
  /* background: #2196F3; */
  position: relative;
  font-size: 12px;
  padding: 0px 5px;
  line-height: 20px;
  font-weight: bold;
  color: var(--text-color);
  margin: 0px;
  z-index: 102;
}
.home .layout .left-head .user.second-bg a {
  color: #d50000;
  /* color: rgb(255, 0, 0); */
}
.home .layout .left-head .user.second-bg b {
  color: var(--text-color);
}

/* header 次选单 */
.home .layout .middle-head .menu-tab {
  height: 35px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* padding: 0 5px; */
  overflow-x: auto;
  overflow-y: hidden;
  width: calc(100% - 156px);
  margin-top: -5px;
}
.home .layout .middle-head .menu-tab .menu-item {
  display: block;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 8px;
  color: rgb(85, 85, 85);
  background-color: rgb(222, 222, 222);
  text-decoration: none;
  height: 24px;
  flex-shrink: 0;
  font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
  border-radius: 0;
  cursor: pointer;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  /* border-bottom: none; */
}
.home .layout .middle-head .menu-tab .menu-item.active,
.home .layout .middle-head .menu-tab .menu-item:hover {
  /* font-size: 16px; */
  color: rgb(0, 51, 102);
  background-color: var(--sub-color);
  font-weight: 700;
  /* height: 28px; */
  /* line-height: 26px; */
}
 /* onlinebet */
.home .layout .middle-head .menu-tab .menu-online {
  display: block;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  padding: 0px 3px;
  color: rgb(85, 85, 85);
  background-color: rgb(222, 222, 222);
  text-decoration: none;
  height: 32px;
  flex-shrink: 0;
  font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
  border-radius: 0;
  cursor: pointer;
  border-bottom: none;
  min-width: 50px;
  border: 1px solid var(--main-color);
}
.home .layout .middle-head .menu-tab .menu-online.active,
.home .layout .middle-head .menu-tab .menu-online:hover {
  color: rgb(0, 51, 102);
  background-color: var(--sub-color);
  font-weight: 700;
}
.home .layout .middle-head .menu-tab .menu-online.fullVolume {
  background-color: #ffc7ff;
}
.home .layout .middle-head .menu-tab .menu-online .sum-number {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}
.home .layout .middle-head .menu-tab .other.menu-online {
  line-height: 32px;
}
.home .layout .middle-head .menu-tab .menu-item.bill {
  color: #BFFFC4;
}
.home .layout .middle-head .menu-tab .divider {
  color: #F3F8FF;
  opacity: 0.35;
  width: 2px;
}
.changeurl, .abnormalip {
  background: #E53935;
}
.changeurl:hover, .abnormalip:hover {
  color: #EEE;
  background: #CD2D25;
}

/* TABLE */
.my-table {
  background-color: #FDFDFD;
}
.sum-table, .Betimes_tr {
  background-color: #FEFFF8;
}
table, table.noBorder, table thead tr th, table thead tr td, table tbody tr th, .app-main table tbody tr td, table.dialog-table.my-table tbody tr td, .t_list td, .m_cen td, .m_cen2 td, .form-item-tr td {
  border: 1px solid #ccc;
}
/* table thead tr th, table tbody tr td.list-caption, .t_list_caption {
  color: #000;
  background: linear-gradient(to bottom, #FFF 0%,#F3FFFF 33%,#EAFEFF 48%,#E6FBFC 52%,#E6FEFE 55%,#E2FCFD 58%,#E1FFFF 61%,#DBFDFF 100%);
} */
table thead tr th, table tbody tr td.list-caption, .t_list_caption {
  color: white;
  background-color: var(--main-color);
}
tbody .tb-column, .t_list_tr_1,
.onlineBetTb>.my-header div.plwt_td, .onlineBetTb>.my-header div.plwt_td .plwt_mo {
  background-color: var(--table-color);
}
.quick-setting .my-table .list-tr .primary-bg, .form-item-tr .primary-bg {
  background-color: var(--line-color);
}
.reportTb form>.main-body>table tbody tr td.tb-column, .reportSearchTb form>.main-body>table tbody tr td.tb-column {
  background: var(--table-color);
}
/* 跳转按钮 */
.my-pagination .jump-button {
  color: #FFF;
  background: #202020;
}
/* 确定、取消按钮 */
.my-button {
  border: 1px solid #9DB0BC;
  color: #0C3E09;
  background: linear-gradient(to bottom, #E6ECF0 0%,#F1F5F9 6%,#EBF1F4 12%,#E0E8ED 29%,#D4DEE5 35%,#D4DEE5 47%,#B2C4CE 53%,#B8C9D5 65%,#CBDBE5 82%,#CBDBE5 88%,#DAE8F2 94%,#C4D4DF 100%);
}
.my-button:hover {
  background: linear-gradient(to bottom, #C4D4DF 0%,#DAE8F2 6%,#CBDBE5 12%,#B8C9D5 29%,#B5C6D1 35%,#B5C6D1 47%,#B2C4CE 53%,#D4DEE5 59%,#E0E8ED 65%,#EBF1F4 82%,#EBF1F4 88%,#F1F5F9 94%,#E6ECF0 100%);
}
.set-max .my-button, .btn_1 {
  border: 1px solid #ABB2C5;
  color: #344B50;
  background: #EFEFEF;
}
.set-max .my-button:hover, .btn_1:hover {
  background: #E5E5E5;
}

/* 内部管理 初始赔率 彩类切换按钮 */
#myFORM .divBtn, #myFORM .divBtn1 {
  background: #273658;
}
#myFORM .divBtn:hover, #myFORM .divBtn1:hover, #myFORM .divBtn.divBtnS, #myFORM .divBtn1.divBtnS {
  background: #BA3636;
}

/* 即时注单 正码特 */
.forth-bg {
  color: #FFF;
  background-color: #000000;
}

.Multiple_taxis {
  background-color: #EBF4DF !important;
}

#scroll_div::after {
  background-image: url(images/themes/BoxBg3.png);
}

.wonmark {
  background-color: #9dd4ff !important;
}
#tbody .active {
  color: #fff;
  background: #1E579F;
}
.tTypeBtn {
  border: 1px solid #2196f3;
  background: #2196f3;
}
.tTypeBtn:hover {
  background-color: #1a559e; /* 移过去时的颜色 */
}

.tTypeBtn.selected {
  background-color: #1a559e; /* 选择后的颜色 */
}

/* .pickupadjustodd {
  background-color: #9dd4ff !important;
} */

#type1 , #type2 , .s4 #type1 , .s4 #type2 {
  background: rgb(207, 247, 214);
  color: #000;
  border: 1px solid var(--main-color);
}
.headRadio .down {
  border-top: 7px solid var(--main-color);
}
#type1 option, #type2 option , .s4 #type1 option , .s4 #type2 option {
  background: rgb(207, 247, 214);
  color: #000;
}

.my-container .header {
  height: 30px;
  display: flex;
  position: relative;
  padding: 0 10px;
  line-height: 30px;
  font-weight: 700;
  /* background: linear-gradient(#FFF 30%, #DDD); */
  background: #ECEBEC;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
}

.container-body table tbody tr.list-tr:nth-of-type(2n+1) {
  height: 20px;
  line-height: 20px;
  background-color: rgb(241, 255, 255);
}
.container-body table tr.list-tr div.checkThree, #rep1 tbody tr td.pointer:hover {
  background-color: var(--line-color);
}
.container-body table tr.list-tr td div.setNum {
  background-color: #ffdd9a;
}

table thead tr .list-caption, table tbody tr .list-caption {
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  color: white;
  background-color: var(--main-color);
}

.table-center tbody .list-tr {
  background-color: var(--line-color);
  height: 28px;
  line-height: 28px;
}
.table-center tbody .list-tr:nth-child(odd) {
  background-color: #fff;
}
.sc-dnqmqq.epCXoX {
  width: 100%;
  border: 1px solid rgb(82, 92, 61);
  background-color: white;
  margin: 0;
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 0px 6px;
}

.input-container {
  display: inline-flex;
  align-items: center;
  padding: 0px 5px;
  height: 100%;
}

/* 分割线 */
.epCXoX > div:nth-last-of-type(n+2) > .range-search-wrapper > label {
  display: inline-block;
  padding: 0px 5px;
  border-left: 1px dashed rgb(175, 175, 175);
  border-right: 1px dashed rgb(175, 175, 175);
}

.input-container input {
  width: 150px;
  height: 24px;
  font-size: 12px;
}

.input-container select {
  background-color: white;
  padding: 0px 5px;
  outline: none;
  min-width: 80px;
  height: 24px;
  cursor: pointer;
  color: blue !important;
}

.submit-container {
  display: inline-flex;
  align-items: center;
  padding: 0px 5px;
  height: 100%;
}

.submit-container button {
  border-radius: 0px;
  height: 28px;
  padding: 0px 8px;
  background-color: var(--button-color);
  border: 1px solid var(--main-color);
  color: var(--text-color);
  margin-left: 10px;
}

.date-container {
  display: inline-flex;
  align-items: center;
  padding: 0px 5px;
  height: 100%;
  margin-left: auto;
}

.date-container select {
  margin-right: 5px;
}

.ant-table-tbody tr:nth-of-type(2n+1):not(.tr-list) {
  background-color: rgb(241, 255, 255);
}

.ant-table-tbody tr:last-child td {
  background-color: var(--footer-color) !important;
}

.ant-table-tbody .list-tr .ant-btn-primary {
  background-color: var(--button-color);
  border: 1px solid var(--main-color);
  color: var(--text-color);
}

.ant-table-tbody.mongo-body tr:last-child td {
  background-color: #fff !important;
}
.ant-table-tbody.mongo-body .mango-big-detail thead .list-caption {
  background-color: #0eb1af !important;
}
.ant-table-tbody.mongo-body .mango-big-detail tbody tr td {
  background-color: #eee !important;
}

select {
  background-color: white;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0px 5px;
  outline: none;
  min-width: 80px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  color: blue !important;
}

/* 总货明细 */
/* 查号码部分样式 */
.epCXoX{
  width:100%;
  border:1px solid rgb(82,92,61);
  background-color:white;
  margin:7px 0px;
  height:36px;
  line-height:36px;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  font-size:12px;
  padding:0px 6px;
}
.epCXoX>div{
  display:inline-flex;
  justify-content:flex-start;
  align-items:center;
  padding:0px 5px;
  height:100%;
}
.epCXoX>div:nth-last-of-type(n+2):not(:has(button)){
  border-right:1px solid rgb(175,175,175);
  width:auto;
}
.epCXoX>div>label:not(.ant-checkbox-wrapper,.ant-radio-wrapper,.date-wrapper){
  padding:0px 5px 0px 0px;
  width:auto;
  border-right:1px dashed rgb(175,175,175);
  margin-right:5px;
}
.epCXoX>div input[type="text"],.epCXoX>div .ant-input-number{
  width:150px;
  height:24px;
  line-height:22px;
  font-size:12px;
}
/* Ant Design Input 样式 */
.ant-input{
  box-sizing:border-box;
  margin:0;
  padding:0;
  font-variant:tabular-nums;
  list-style:none;
  font-feature-settings:'tnum';
  position:relative;
  display:inline-block;
  width:100%;
  height:32px;
  padding:4px 11px;
  color:rgba(0,0,0,0.65);
  font-size:14px;
  line-height:1.5;
  background-color:#fff;
  border:1px solid #d9d9d9;
  border-radius:4px;
  transition:all 0.3s;
}
.ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(24, 144, 255,);
}
/* 核心复选框样式 */
.ant-checkbox-wrapper{
  box-sizing:border-box;
  margin:0;
  padding:0;
  color:rgba(0,0,0,0.65);
  font-size:14px;
  font-variant:tabular-nums;
  line-height:1.5;
  list-style:none;
  font-feature-settings:'tnum';
  display:inline-block;
  line-height:unset;
  cursor:pointer;
  align-items:center;
}
.ant-checkbox{
  box-sizing:border-box;
  margin:0;
  padding:0;
  color:rgba(0,0,0,0.65);
  font-size:14px;
  font-variant:tabular-nums;
  line-height:1.5;
  list-style:none;
  font-feature-settings:'tnum';
  position:relative;
  top:-0.09em;
  display:inline-block;
  line-height:1;
  vertical-align:middle;
  cursor:pointer;
  align-items:center;
}
.ant-checkbox-input{
  position:absolute;
  top:0;
  left:0;
  margin:0;
  padding:0;
  opacity:0;
  cursor:pointer;
}
.ant-checkbox-inner{
  position:relative;
  display:block;
  width:16px;
  height:16px;
  background-color:#fff;
  border:1px solid #d9d9d9;
  border-radius:2px;
  transition:all 0.3s;
  align-items:center;
  justify-content:center;
}
.ant-checkbox-inner::after{
  position:absolute;
  top:60%;
  left:12%;
  display:table;
  width:5.71428571px;
  height:9.14285714px;
  border:2px solid #fff;
  border-top:0;
  border-left:0;
  transform:rotate(45deg) scale(0) translate(-65%,-65%);
  opacity:0;
  transition:all 0.1s cubic-bezier(0.71,-0.46,0.88,0.6),opacity 0.1s;
  content:' ';
}
.ant-checkbox-checked .ant-checkbox-inner::after{
  position:absolute;
  display:table;
  border:2px solid #fff;
  border-top:0;
  border-left:0;
  transform:rotate(45deg) scale(1) translate(-65%,-65%);
  opacity:1;
  transition:all 0.2s cubic-bezier(0.12,0.4,0.29,1.46) 0.1s;
  content:' ';
}
.ant-checkbox-checked .ant-checkbox-inner{
  background-color:#1890ff;
  border-color:#1890ff;
}
.ant-checkbox-checked::after{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:1px solid #1890ff;
  border-radius:2px;
  visibility:hidden;
  /* animation:antCheckboxEffect 0.36s ease-in-out;
  animation-fill-mode:both; */
  content:'';
}
/* 范围输入框 */
.epCXoX>div:nth-last-of-type(n+2)>.range-search-wrapper{
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
/* 范围搜索输入框样式 */
input[type='radio'],input[type='checkbox']{
  box-sizing:border-box;
  padding:0;
}
/* 范围搜索框 */
.range-search-wrapper{
  display:flex;
  justify-content:flex-start;
  align-items:center;
}
/* 范围搜索框数字输入框 */
.epCXoX>div:nth-last-of-type(n+2) .range-search-wrapper .ant-input-number,
.epCXoX>div:nth-last-of-type(n+2) .range-search-wrapper input[type="text"]{
  width:90px;
  margin:0px 5px;
}
/* Ant Design 数字输入框样式 */
.ant-input-number{
  box-sizing:border-box;
  font-variant:tabular-nums;
  list-style:none;
  font-feature-settings:'tnum';
  position:relative;
  width:100%;
  height:32px;
  padding:4px 11px;
  color:rgba(0,0,0,0.65);
  font-size:14px;
  line-height:1.5;
  background-color:#fff;
  border:1px solid #d9d9d9;
  border-radius:4px;
  transition:all 0.3s;
  margin:0;
  padding:0;
}
/* 数字输入框悬停样式 */
.ant-input-number:hover{
  border-color:#40a9ff;
}
/* 数字输入框控件样式 */
.ant-input-number-handler-wrap{
  position:absolute;
  top:0;
  right:0;
  width:22px;
  height:100%;
  background:#fff;
  border-left:1px solid #d9d9d9;
  border-radius:0 4px 4px 0;
  opacity:0;
  transition:opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-up,.ant-input-number-handler-down{
  cursor:pointer;
}
.ant-input-number-handler{
  position:relative;
  display:block;
  width:100%;
  height:50%;
  overflow:hidden;
  color:rgba(0,0,0,0.45);
  font-weight:bold;
  line-height:0;
  text-align:center;
}
/* 数字输入框处理器悬停效果 */
.ant-input-number-handler-wrap:hover .ant-input-number-handler{
  height:40%;
}
/* 数字输入框输入区域样式 */
.ant-input-number-input-wrap{
  display:flex;
  align-items:center;
  height:100%;
}
.ant-input-number-input{
  width:calc(100% - 22px);
  border:none;
  text-align:left;
  background:transparent;
  outline:none;
}
/* 设置数字输入框的输入区域高度 */
.epCXoX div:nth-last-of-type(n+2) .ant-input-number .ant-input-number-input-wrap{
  height:22px;
}
.epCXoX div:nth-last-of-type(n+2) .ant-input-number .ant-input-number-input-wrap input.ant-input-number-input{
  height:22px;
  vertical-align:top;
}
/* 按钮样式 */
button.ant-btn.ant-btn-primary{
  background-color:var(--button-color);
  border:1px solid var(--main-color);
  color: var(--text-color);
}
button.ant-btn.ant-btn-primary:hover{
  background-color:var(--button-hover);
}
button.ant-btn.ant-btn-default{
  background-color:rgb(235,229,183);
  border:1px solid rgb(175,175,175);
}
button.ant-btn.ant-btn-default:hover{
  border-color:black!important;
  color:black!important;
}
button.ant-btn{
  border-radius:0px;
  height:28px;
  line-height:28px;
  padding:0px 8px;
  width:auto;
}
button.ant-btn>span{
  display:inline-block;
  pointer-events:none;
}
/* 模态框底部样式 */
.ant-modal-footer{
  padding:10px 16px;
  text-align:right;
  background:transparent;
  border-top:1px solid #e8e8e8;
  border-radius:0 0 4px 4px;
  position:fixed;
  width:100%;
  bottom:0;
}
/* 表格头部样式 */
.ant-table-body>.my-table>.ant-table-thead>tr>th{
  border-right:1px solid rgb(193,217,217);
  text-align:center;
  background-color:rgb(240,240,240);
  border-bottom:1px solid rgb(193,217,217);
  padding:0px 6px;
  height:36px;
  line-height:36px;
  font-weight:bold;
  font-size:12px;
  vertical-align:middle;
  color:rgba(0,0,0,0.85);
}
/* 表格主体单元格样式 */
.ant-table-body>.my-table>.ant-table-tbody>tr>td{
  background-color:transparent;
  padding:0px 6px;
  height:32px;
  line-height:32px;
  font-size:12px;
  vertical-align:middle;
}
/* .ant-table-body>.my-table>.ant-table-tbody>tr>td:nth-last-of-type(n+2){
  border-right:1px solid rgb(193,217,217);
} */
/* 总货明细部分样式 */
.ant-modal-footer {
  padding: 10px 16px;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
.sc-dxgOiQ.jGcMVN {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
button.ant-btn.ant-btn-default {
  background-color: rgb(235, 229, 183);
  border: 1px solid rgb(175, 175, 175);
  color: black;
}
.kTpDuQ.flex-style{
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.kTpDuQ{
  height:30px;
  line-height:30px;
  background-color:var(--main-color);
  color:white;
  font-size:12px;
  width:100%;
  padding:0px 20px;
}
.kTpDuQ>.right-wrapper{
  display:flex;
  flex-wrap:nowrap;
  align-items:center;
}

/* 总货明细start */
.ant-table-body>.my-table>.ant-table-thead>tr>td {
  border-right: 1px solid rgb(193, 217, 217);
  text-align: center;
  background-color: rgb(240, 240, 240);
  border-bottom: 1px solid rgb(193, 217, 217);
  padding: 0px 6px;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  font-size: 12px;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.85);
}
/* 总货明细bar */
.kTpDuQ > .sorter-wrapper {
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.kTpDuQ > .sorter-wrapper > span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px dashed white;
}
.kTpDuQ > .sorter-wrapper > div {
  display: inline-flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
}
.kTpDuQ > .sorter-wrapper > div > label {
  color: white;
  margin-right: 8px;
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.WLHts.white {
  color: white;
}
.kTpDuQ > .table-right {
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  align-items: center;
  height: 30px;
}
.kOmLRm {
  display: inline-flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  flex-wrap: nowrap;
}
.kTpDuQ > .table-right > .raw-backup {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px dashed white;
}
.kTpDuQ > .table-right > .raw-backup > span {
  color: white;
  cursor: pointer;
  padding: 0px 8px;
}
/* 在复选框选中时触发动画 */
.ant-checkbox-input:checked {
  animation: antCheckboxEffect 0.3s ease-out forwards;
}
.cZKvaM {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: help;
  justify-content: center;
}
.cZKvaM::before {
  content: "?";
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  border: 1px solid rgb(95, 95, 95);
  color: rgb(95, 95, 95);
  margin-right: 5px;
  border-radius: 50%;
  background-color: white;
}
textarea {
  width: 100%;
  max-width: 300px;
}
textarea:focus {
  /* height: 60px; */
}
/* 报表字体颜色 */
.my-table .list-tr .align-right {
  color: blue;
  font-weight: bold;
}
/* 明细 */
#accounted .box_header, #dialogPercent .box_header {
  position: absolute;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  font-size: 15px;
  background-color: var(--main-color);
}
#accounted .btn_close, #dialogPercent .btn_close {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0 4px;
  height: 30px;
  cursor: pointer;
  border: 0;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
  font-weight: normal;
  font-size: 25px;
  color: #fff;
  background: transparent;
}
/* 日期 */
.date-wrapper {
  margin-left: 8px;
  margin-right: 8px;
}
/* 期号label */
.ant-table-tbody > .list-tr > .gLUDJh {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
}
.gLUDJh > span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}
.gLUDJh > span.is-f > label, .gLUDJh > span.is-g1 > label {
  background-color: rgb(122, 43, 195);
}
.gLUDJh > span > label {
  display: inline-block;
  padding: 0px 5px;
  height: 22px;
  line-height: 22px;
  color: white;
  margin-right: 5px;
}
.gLUDJh > span.is-f > span, .gLUDJh > span.is-g1 > span {
  color: rgb(122, 43, 195);
  font-weight: bold;
}
.gLUDJh > span:nth-of-type(n+2) {
  margin-top: 2px;
}
.gLUDJh > span.is-p > label, .gLUDJh > span.is-g2 > label {
  background-color: #036564;
}
.gLUDJh > span.is-p > span, .gLUDJh > span.is-g2 > span {
  color: #036564;
  font-weight: bold;
}
.gLUDJh > span.is-t > label, .gLUDJh > span.is-g3 > label {
  background-color: #FF9900;
}
.gLUDJh > span.is-t > span, .gLUDJh > span.is-g3 > span  {
  /* background-color: #FF9900; */
  font-weight: bold;
  color: #FF9900;
}
.gLUDJh > span.is-t > label, .gLUDJh > span.is-g4 > label {
  background-color: #FF9900;
}
.gLUDJh > span.is-t > span, .gLUDJh > span.is-g4 > span  {
  font-weight: bold;
  color: #FF9900;
}
.gLUDJh > span.is-g9 > label {
  background-color: #FF4500;
}
.gLUDJh > span.is-g9 > span {
  font-weight: bold;
  color: #FF4500;
}
.gLUDJh > span.is-g20 > label {
  background-color: #4343F9;
}
.gLUDJh > span.is-g20 > span {
  font-weight: bold;
  color: #4343F9;
}
.gLUDJh > span.is-g21 > label {
  background-color: #878751;
}
.gLUDJh > span.is-g21 > span {
  font-weight: bold;
  color: #878751;
}
.gLUDJh > span.is-g45 > label, .gLUDJh > span.is-g94 > label, .gLUDJh > span.is-g95 > label, .gLUDJh > span.is-g96 > label, .gLUDJh > span.is-g97 > label, .gLUDJh > span.is-g98 > label, .gLUDJh > span.is-g99 > label {
  background-color: #000000;
}
.gLUDJh > span.is-g45 > span, .gLUDJh > span.is-g94 > span, .gLUDJh > span.is-g95 > span, .gLUDJh > span.is-g96 > span, .gLUDJh > span.is-g97 > span, .gLUDJh > span.is-g98 > span, .gLUDJh > span.is-g99 > span {
  font-weight: bold;
  color: #000000;
}

#nBody table thead tr th.t_list_caption1 {
  color: white;
  background-color: #7A2BC3;
}
#nBody table thead tr th.t_list_caption2 {
  color: white;
  background-color: #036564;
}
#nBody table thead tr th.t_list_caption3 {
  color: white;
  background-color: #FF9900;
}
#nBody table thead tr th.t_list_caption4 {
  color: white;
  background-color: #FF9900;
}
#nBody table thead tr th.t_list_caption9 {
  color: white;
  background-color: #FF4500;
}
#nBody table thead tr th.t_list_caption20 {
  color: white;
  background-color: #4343F9;
}
#nBody table thead tr th.t_list_caption21 {
  color: white;
  background-color: #878751;
}
#nBody table thead tr th.t_list_caption45, #nBody table thead tr th.t_list_caption94, #nBody table thead tr th.t_list_caption95,
#nBody table thead tr th.t_list_caption96, #nBody table thead tr th.t_list_caption97, #nBody table thead tr th.t_list_caption98, #nBody table thead tr th.t_list_caption99 {
  color: white;
  background-color: #000000;
}

.game1 .title-bg {
  background-color: #E6CFE6;
}
.game3 .title-bg {
  background-color: #fbffc7;
}
.game4 .title-bg {
  background-color: #fbffc7;
}
.game9 .title-bg {
  background-color: #FFDAC8;
}
.game20 .title-bg {
  background-color: #9393F7;
}
.game21 .title-bg {
  background-color: #cdcd9a;
}
.game45 .title-bg, .game94 .title-bg, .game95 .title-bg, .game96 .title-bg, .game97 .title-bg, .game98 .title-bg, .game99 .title-bg {
  background-color: #e9e9e9;
}

#pBody td{
  text-align: center;
}

.box_header {
  background-color: var(--main-color);;
}

div.flex-table > table.my-table {
  border: none;
}
table.my-table tr.reptr td {
  border: 1px solid #ccc;
}
table.my-table tr.reptr td > div {
  font-weight: 400;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
}
table.my-table tr.reptr td > div.color-green {
  font-weight: 700;
  font-size: 14px;
}
table tbody tr td.classification {
  color: #000;
  background-color: #F0F0F0;
}
/* 冻结 */
.my-container.lockMain {
  border: none;
}
.my-container .main-body.lockF, .my-container .main-body.lockO {
  padding: 0 3px;
}
.my-container .main-body.lockF table, .my-container .main-body.lockO table {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.my-container .main-body.lockF table td, .my-container .main-body.lockO table td, .my-container .main-body.lockF table th {
  border: none;
  box-shadow: inset 0 -1px 0 #ccc, inset 1px 0 0 #ccc;
}
.my-container .main-body.lockF table td:last-child, .my-container .main-body.lockO table td:last-child, .my-container .main-body.lockF table th:last-child {
  box-shadow: inset 0 -1px 0 #ccc, inset 1px 0 0 #ccc, inset -1px 0 0 #ccc;
}
.my-container .main-body.lockO #topMenu {
  padding: 3px 0 0 0;
  z-index: 0;
}
.my-container .main-body.lockButtom3 {
  padding: 3px;
}
.my-container .main-body.lockO table tr:first-child td {
  box-shadow: inset 0 -1px 0 #ccc, inset 1px 0 0 #ccc, inset 0 1px 0 #ccc;
}
.my-container .main-body.lockO table tr:first-child td:last-child {
  box-shadow:
    inset 0 -1px 0 #ccc,   /* bottom */
    inset 1px 0 0 #ccc,    /* left */
    inset 0 1px 0 #ccc,    /* top */
    inset -1px 0 0 #ccc;   /* right */
}
#setRate {
  line-height: 28px;
}

.lock-0 {
  position: sticky !important;
  top: 0 !important;
  z-index: 2;
}
.lock-0-betD {
  position: sticky !important;
  top: 0px !important;
  z-index: 2;
  background: #fff;
  padding-bottom: 3px;
}
.lock-30-betList {
  position: sticky !important;
  top: 30px !important;
  z-index: 2;
  background: #fff;
  padding: 8px;
}
.lock-30-white {
  position: sticky !important;
  top: 30px !important;
  z-index: 2;
  background: #fff;
}
.lock-33-white {
  position: sticky !important;
  top: 33px !important;
  z-index: 2;
  background: #fff;
}
.lock-39-white {
  position: sticky !important;
  top: 39px !important;
  z-index: 2;
  background: #fff;
}
.lock-58-white {
  position: sticky !important;
  top: 58px !important;
  z-index: 2;
  background: #fff;
}
.lock-61-white {
  position: sticky !important;
  top: 61px !important;
  z-index: 2;
  background: #fff;
}
.lock-63 {
  position: sticky !important;
  top: 63px !important;
  z-index: 2;
}
.lock-69 {
  position: sticky !important;
  top: 69px !important;
  z-index: 2;
}
.lock-82 {
  position: sticky !important;
  top: 82px !important;
  z-index: 2;
}
.lock-82-betlist tr {
  position: sticky !important;
  top: 82px !important;
  z-index: 2;
  border: 1px solid #ccc;
}
.lock-83 {
  position: sticky !important;
  top: 83px !important;
  z-index: 2;
}
.lock-112 {
  position: sticky !important;
  top: 112px !important;
  z-index: 2;
}
.lock-91 {
  position: sticky !important;
  top: 91px !important;
  z-index: 2;
}
.lock-95 {
  position: sticky !important;
  top: 95px !important;
  z-index: 2;
}
.lock-98 {
  position: sticky !important;
  top: 98px !important;
  z-index: 2;
}
.lock-113 {
  position: sticky !important;
  top: 113px !important;
  z-index: 2;
}