/* ========================公共样式======================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #101010;
  font-family: Arial;
  -webkit-text-size-adjust: none;
  vertical-align: top;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f3f2f2;
}

body {
  width: 100%;
  height: 100%;
  padding: 1.0667rem 0;
  overflow: auto;
  font-size: 100% !important;
  background-color: #fff;
}

/* .trend-table>div .tbody-main tr {
  visibility: hidden;
} */

div,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section {
  display: block;
}

em,
i,
s {
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

a {
  display: inline-block;
  color: #333;
  outline: none;
  user-select: none;
  text-align: center;
  text-decoration: none;
}

a:hover {
  color: #ff3300;
  text-decoration: underline;
}

:focus {
  outline: 0;
}

b,
label,
span,
i,
em {
  display: inline-block;
}

img {
  border: 0;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/* Safari，Chrome WebKit browsers */
input::-webkit-input-placeholder {
  color: #e9e9e9;
}

/* 火狐 Mozilla Firefox 4 to 18 */
input:-moz-placeholder {
  color: #e9e9e9;
}

/* 火狐 Mozilla Firefox 19+ */
input::-moz-placeholder {
  color: #e9e9e9;
}

/* Internet Explorer 10+ */
input:-ms-input-placeholder {
  color: #e9e9e9;
}

/* ========================常用样式======================== */
.float::after {
  display: block;
  content: '';
  clear: both;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.c-p {
  cursor: pointer;
  user-select: none;
}

.disabled {
  cursor: not-allowed;
  user-select: none;
  background: #f3f2f2 !important;
}

/* 勾选框 */
.checkbox span {
  width: 0.4267rem;
  height: 0.4267rem;
  margin: 0.0533rem;
  text-align: center;
  border-radius: 0.1067rem;
  border: 0.0267rem solid #bbbbbb;
  background: #ffffff;
}

.checkbox>span.select {
  position: relative;
  border-color: #6eaffa;
  background: #2287f9;
}

.checkbox>span.select:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '\2713\fe0e';
  color: #ffffff;
  font-size: 0.3733rem;
  font-weight: bold;
  line-height: 0.3733rem;
}

/* zoom */
.zoom {
  z-index: 1002;
  position: fixed;
  top: 5.5rem;
  right: 0.64rem;
  width: 0.8533rem;
  height: auto;
  padding: 0.2667rem 0;
  border: 0.0267rem solid #dddddd;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.8);
}

.zoom>.zoom-box {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0;
}

.zoom>.zoom-box>span {
  display: inline-block;
  width: 100%;
  height: 0.8rem;
  color: #010101;
  font-size: 0.3733rem;
  font-weight: bold;
  line-height: 0.8rem;
  text-align: center;
}

.zoom>.zoom-box>span.select {
  color: red;
}

.zoom>.zoom-box>span>svg {
  display: inline-block;
  margin: 0.24rem;
}

.zoom>.line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto -0.5333rem auto;
  width: 0.0267rem;
  height: 0.5333rem;
  background: #8d8d8d;
}

.zoom>.close {
  position: absolute;
  bottom: -1.0667rem;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0.5333rem;
  height: 0.5333rem;
  border-radius: 50%;
  text-align: center;
  border: 0.0533rem solid #8d8d8d;
  background: rgba(255, 255, 255, 0.8);
}

.zoom>.close>svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.trend .bai,
.trend .bai span {
  width: auto;
  font-size: .3467rem !important;
}

.trend .qian,
.trend .qian span {
  width: auto;
  font-size: .32rem !important;
}

/* ========================trend样式======================== */
.trend {
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.trend-hide {
  overflow: hidden;
}

.trend-ha {
  height: auto;
}

.trend .trend-table {
  display: block;
  width: auto;
  height: auto;
  font-size: 0;
  white-space: nowrap;
  -webkit-transform-origin: top left;
  -moz-transform-origin: 'top left';
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}

.trend .trend-table>div {
  display: inline-block;
  position: relative;
}

.trend .trend-table>div>table.fixed {
  z-index: 1008;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  height: auto;
  display: none;
}

.tbody-main>tr {
  cursor: pointer;
}

/* ========================table样式======================== */
.trend .trend-table>div table {
  width: auto;
  border: 0;
  border-spacing: 0;
  border-collapse: unset;
  background: #f3f2f2;
}

.trend .trend-table>div table thead,
.trend .trend-table>div table tbody {
  font-size: 0;
  line-height: 0;
}

.trend .trend-table>div table tr {
  min-height: 0.6133rem;
  border: 0;
}

.trend .trend-table>div table thead tr th,
.trend .trend-table>div table tbody tr td {
  min-width: 0.6133rem;
  height: 0.6133rem;
  color: #101010;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  border-top: 0;
  border-left: 0;
}

.trend .trend-table>div table thead tr th {
  border-right: 0.0267rem solid #cacaca;
  border-bottom: 0.0267rem solid #cacaca;
}

.trend .trend-table>div table tbody tr td {
  border-right: 0.0267rem solid #e9e9e9;
  border-bottom: 0.0267rem solid #e9e9e9;
}

.trend .trend-table>div table thead tr th:last-child,
.trend .trend-table>div table tbody.yxq tr td:last-child,
.trend .trend-table>div table tbody.tbody-main tr td:last-child,
.trend .trend-table>div table tbody.tbody-other tr td:last-child,
.trend .trend-table>div table tbody.tbody-btns tr td:last-child {
  border-right: 0.0267rem solid #aaaaaa;
}

.trend .trend-table>div table .tbody-main tr:nth-child(5n) td {
  border-bottom: 0.0267rem solid #aaaaaa;
}

.trend .trend-table>div table .tbody-main tr:last-child td {
  border-bottom: 0.0267rem solid #ffffff;
}

.trend .trend-table>div table .yxq tr:last-child td,
.trend .trend-table>div table .tbody-other tr.zdlc td {
  border-bottom: 0.0267rem solid #aaaaaa !important;
}

.trend .trend-table>div table .yxq tr:first-child td,
.trend .trend-table>div table .tbody-other tr.cxcs td {
  border-top: 0.0267rem solid #aaaaaa !important;
}

.trend .trend-table>div table thead tr th>div,
.trend .trend-table>div table tbody tr td>div,
.trend .trend-table>div table tfoot tr td>div,
.trend .trend-table>div table thead tr th>span,
.trend .trend-table>div table tbody tr td>span,
.trend .trend-table>div table tfoot tr td>span {
  height: 0.5867rem;
  font-size: 0.3733rem;
  line-height: 0.5867rem;
}

.trend .trend-table>div table tbody.tbody-main,
.trend .trend-table>div table tbody.tbody-other,
.trend .trend-table>div table tbody.tbody-main tr,
.trend .trend-table>div table tbody.tbody-other tr {
  background: #ffffff;
}

.trend .trend-table>div#issue table tbody.tbody-main,
.trend .trend-table>div#issue table tbody.tbody-main tr {
  background: #f3f2f2;
}

#issue table thead th {
  min-width: 2.56rem;
}

#issue .tbody-other tr.section.cxcs_30 div,
#issue .tbody-other tr.section.cxcs_50 div,
#issue .tbody-other tr.section.cxcs_100 div,
#issue .tbody-other tr.section.cxcs_200 div,
#issue .tbody-other tr.section.cxcs_500 div {
  font-size: 0.3467rem;
}

/* ========================开奖号码======================== */
table td.miss span {
  min-width: 0.5867rem;
  color: #d0b8b8;
  font-size: 0.3467rem;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
}

.trend.hide-miss td.miss span {
  font-size: 0;
}

table td.open_num span {
  min-width: 0.5867rem;
  color: #ffffff;
  font-size: 0.4267rem;
  text-align: center;
  border-radius: 50%;
  padding-right: 0.0267rem;
  letter-spacing: -0.0267rem;
}

/* ========================#issue======================== */
/* 单行表头 */
#issue .sing-row {
  pointer-events: none;
  position: relative;
}

.sing-row .thead-title {
  position: relative;
}

.sing-row .thead-title>div {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.2rem !important;
  line-height: 1.2rem !important;
  background: #f3f2f2;
}

#issue .sing-row .issue-name>div {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1.2rem !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background: #f3f2f2;
}

#issue .sing-row .issue-name>div.issue-title {
  width: 100%;
  height: 100%;
}

#issue .sing-row .issue-name>div.issue-title span {
  width: 100%;
  height: 100%;
  font-size: 0.3733rem;
  font-weight: bold;
  line-height: 1.2rem;
  text-align: center;
}

#issue .sing-row .issue-name>div>div.issue-btns {
  height: 0.7467rem;
  margin: 0.2267rem 0.16rem;
  font-size: 0;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 0.1333rem;
  overflow: hidden;
}

#issue .sing-row .issue-name>div>div.issue-btns span {
  display: inline-block;
  width: 50%;
  height: 0.6933rem;
  font-size: 0.32rem;
  font-weight: 400;
  line-height: 0.6933rem;
  text-align: center;
}

#issue .sing-row .issue-name>div>div.issue-btns span.select {
  color: #f26a47;
  font-weight: 600;
}

#issue .sing-row .issue-name>div>div.issue-btns span:nth-child(1) {
  border-right: 1px solid #dcdcdc;
}

/* ========================#open_num======================== */
table thead tr:nth-child(1) th,
table thead tr:nth-child(1) th {
  font-weight: bold !important;
  border-right: 0.0267rem solid #aaaaaa;
}

table thead tr th span,
table thead tr th span {
  font-size: 0.3467rem;
}

#open_num .tbody-main,
#statistics .tbody-main {
  background: #fff;
}

/* 遗漏柱 */
#open_num table td.ylz1 span {
  color: #5b0000;
  font-weight: 400;
  background: #d5d5d5;
  width: 100% !important;
  border-radius: 0 !important;
}

#open_num table td.ylz2 span {
  color: #0000ff;
  font-weight: 400;
  background: #d5d5d5;
  width: 100% !important;
  border-radius: 0 !important;
}

#open_num table td.ylz3 span {
  color: #ff0000;
  font-weight: 400;
  background: #d5d5d5;
  width: 100% !important;
  border-radius: 0 !important;
}

/* 断区 */
#open_num td.slicle span,
#lq td.slicle span {
  width: 100% !important;
  border-radius: 0 !important;
  background: #ffeee8 !important;
}

#statistics td.slicle span {
  width: 100% !important;
  border-radius: 0 !important;
  background: #ffb821 !important;
}

/* ========================预选样式======================== */
.trend .trend-table div table tbody.yxq tr td {
  border-right: 0.0267rem solid #ffffff;
  border-bottom: 0.0267rem solid #ffffff;
}

.trend .trend-table div table tbody.yxq tr td>div span.name {
  width: 1.2rem;
  font-size: 0.3733rem;
  text-align: center;
}

.trend .trend-table div table tbody.yxq tr td>div span svg {
  margin: 0.08rem 0;
}

.trend .trend-table div#open_num table tbody.yxq tr td>div {
  position: relative;
  font-size: 0;
}

.trend .trend-table div#open_num table tbody.yxq tr td>div>span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0.0533rem auto;
  color: #999797;
  font-size: 0.3467rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}

.trend .trend-table div#open_num table tbody.yxq tr td.lan>div>span {
  width: 0.5867rem;
  height: 0.5867rem;
  margin: 0 auto;
  padding-right: 0.0267rem;
  color: #ffffff;
  font-size: 0.4267rem;
  line-height: 0.5867rem;
  letter-spacing: -0.0267rem;
  background: #3166cc;
}

/* ========================统计信息======================== */
.tbody-other .all {
  display: none;
}

.tbody-other tr {
  background: #ffffff;
}

.tbody-other tr td>div:first-child {
  width: 100%;
  height: 0.5867rem;
  line-height: 0.5867rem;
}

.tbody-other tr td.lan>div:first-child span {
  width: 0.5867rem;
  height: 0.5867rem;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50%;
  background: #3166cc;
}

.tbody-other tr.show-zxtjt,
.tbody-other tr.show-zxtjt td {
  height: 2.2133rem;
  max-height: 2.2133rem;
  overflow: hidden;
}

/* s-size */
.tbody-other tr.s-size td div:first-child span,
.tbody-other tr.s-size td.lan div:first-child span {
  font-size: 0.32rem;
}

.trend-table>div>table .tbody-other tr:last-child td,
.trend-table>div>table .tbody-other tr:nth-child(4) td {
  border-bottom-color: #cacaca;
}

/* ss-size */
.tbody-other tr.ss-size td div:first-child {
  position: relative;
}

.tbody-other tr.ss-size td div:first-child span,
.tbody-other tr.ss-size td.lan div:first-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.7333rem;
  height: 0.7333rem;
  margin-left: -0.3667rem;
  margin-top: -0.3667rem;
  font-size: 0.32rem;
  line-height: 0.7333rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

/* 柱形条 */
.zxtjt {
  position: relative;
  display: block;
  width: 100%;
  height: 0 !important;
  line-height: 0 !important;
}

.show-zxtjt td .zxtjt {
  height: 1.6rem !important;
}

#issue .show-zxtjt td {
  position: relative;
  padding-top: 0.5867rem;
}

#issue .show-zxtjt td div:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.show-zxtjt td div.zxtjt>span {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0.2667rem;
  background: #acc0e5;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ========================预选操作栏======================== */
.tbody-btns,
.tbody-btns tr,
.tbody-btns tr td,
.tbody-btns tr td>div {
  height: 0.96rem;
  min-height: 0.96rem;
  line-height: 0;
}

.tbody-btns tr,
.tbody-btns tr td {
  position: relative;
  pointer-events: none;
  border: 0;
}

.tbody-btns tr td>div {
  z-index: 1001;
  pointer-events: all;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background: #ffffff;
}

.tbody-btns tr td>div>div {
  float: left;
  height: 0.9067rem;
  padding: 0 0.2667rem;
}

/* btns-left */
.tbody-btns tr td>div .btns-left {
  width: auto;
  text-align: left;
}

.tbody-btns tr td>div .btns-left .yxq_move {
  display: inline-block;
  color: #2245f9;
  font-weight: bold;
  font-size: 0.4267rem;
  line-height: 0.9067rem;
  text-decoration: underline;
}

/* btns-center */
.tbody-btns tr td>div .btns-center {
  width: auto;
  font-size: 0;
  text-align: center;
}

.tbody-btns tr td>div .btns-center>div {
  float: left;
  height: 0.9067rem;
  line-height: 0.9067rem;
}

.tbody-btns tr td>div .btns-center>div.information {
  float: left;
  min-width: 2.6667rem;
  height: 100%;
  font-size: 0.4267rem;
  font-weight: bold;
  text-align: center;
}

.tbody-btns tr td>div .btns-center>div.information>span.count-down {
  color: #ff0000;
}

.tbody-btns tr td>div>.btns-center>div.btns>span {
  position: relative;
  margin: 0.1067rem 0.1333rem;
  padding: 0 0.32rem;
  font-size: 0.4267rem;
  line-height: 0.5867rem;
  border-radius: 0.1333rem;
  border: 0.0267rem solid #c1c1c1;
  background: #f3f2f2;
}

.tbody-btns tr td>div>.btns-center>div.btns>span:last-child {
  margin-right: 0;
}

.tbody-btns tr td>div>.btns-center>div.btns>span>span.tips {
  display: none;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 0.2133rem;
  color: #101010;
  font-size: 0.3733rem;
  line-height: 0.7467rem;
  white-space: nowrap;
  border-radius: 0.1333rem;
  border: 0.0267rem solid #dcdcdc;
  background: #ffffff;
  -webkit-transform: translate(-50%, -110%);
  -moz-transform: translate(-50%, -110%);
  -ms-transform: translate(-50%, -110%);
  -o-transform: translate(-50%, -110%);
  transform: translate(-50%, -110%);
}

/* btns-right */
.tbody-btns tr td>div .btns-right {
  width: auto;
  text-align: right;
}

.tbody-btns .btns-right .radio {
  display: inline-block;
}

.tbody-btns .btns-right .radio div {
  display: inline-block;
}

.tbody-btns .btns-right .radio div label {
  position: relative;
  font-size: 0.4267rem;
  line-height: 0.9067rem;
}

.tbody-btns .btns-right .radio div span {
  width: 0.4267rem;
  height: 0.4267rem;
  padding: 0;
  margin: 0.2133rem;
  line-height: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 0.0533rem solid #dcdcdc;
}

.tbody-btns .btns-right .radio div.select span {
  border: 0.16rem solid #2287f9;
}

.tbody-btns .btns-right .combobox {
  display: inline-block;
  margin: 0.16rem 0;
  padding: 0;
  font-size: 0.4267rem;
  line-height: 0.5867rem;
}

.tbody-btns .btns-right .combobox>label {
  display: inline-block;
}

.tbody-btns .btns-right .combobox>.checkbox {
  display: inline-block;
  padding-right: 0.2667rem;
}

/* ========================颜色配置======================== */
#open_num table td.is span {
  color: #ffffff;
  background: #3166cc;
}

#open_num table td.sch2 span,
table td.sch3 span,
#open_num table td.sch4 span {
  color: #ffffff;
  background: #9933cc;
}

#open_num table td.hlh2 span,
#open_num table td.hlh3 span,
#open_num table td.hlh4 span {
  color: #ffffff;
  background: #667572;
}

#open_num table td.xlh2 span,
#open_num table td.xlh3 span,
#open_num table td.xlh4 span {
  color: #ffffff;
  background: #ff7f00;
}

#open_num table td.osxl2 span,
#open_num table td.osxl3 span,
#open_num table td.osxl4 span {
  color: #ffffff;
  background: #c2237d;
}

#open_num table td.jsxl2 span,
#open_num table td.jsxl3 span,
#open_num table td.jsxl4 span {
  color: #ffffff;
  background: #14cdc8;
}

#open_num table td.dw1 span,
#open_num table td.dw2 span,
#open_num table td.dw3 span,
#open_num table td.dw4 span,
#open_num table td.dw5 span,
#open_num table td.dw6 span,
#open_num table td.dw7 span,
#lq table td.dw6 span,
#lq table td.dw7 span,
#open_num table td.dw8 span,
#open_num table td.dw9 span,
#open_num table td.dw10 span,
#open_num table td.dw11 span,
#open_num table td.dw12 span,
#open_num table td.dw13 span,
#open_num table td.dw14 span,
#open_num table td.dw15 span,
#open_num table td.dw16 span,
#open_num table td.dw17 span,
#open_num table td.dw18 span,
#open_num table td.dw19 span,
#open_num table td.dw20 span {
  color: #ffffff;
  background: #b09f0b;
}

#open_num table td.ws1 span,
#open_num table td.ws2 span,
#open_num table td.ws3 span,
#open_num table td.ws4 span,
#open_num table td.ws5 span,
#open_num table td.ws6 span,
#open_num table td.ws7 span,
#open_num table td.ws8 span,
#open_num table td.ws9 span,
#open_num table td.ws0 span {
  color: #ffffff;
  background: #008d27;
}

#open_num table td.l0120 span,
#open_num table td.l0121 span,
#open_num table td.l0122 span {
  color: #ffffff;
  background: #6094b2;
}

#open_num table td.gh span {
  color: #ffffff;
  background: #303e73;
}

#open_num table td.nh span {
  color: #ffffff;
  background: #81624d;
}

#open_num table td.th span {
  color: #ffffff;
  background: #7f1b29;
}

.advert {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0;
  padding: 0 0.2667rem;
  border-bottom: 0.0267rem solid #e9e9e9;
  border-right: 0.0267rem solid #e9e9e9;
}

/* 上新 */
.update-msg {
  position: absolute;
  top: 0;
  left: -0.1067rem;
  width: 0.4267rem;
  height: 0.4267rem;
  color: #ffffff;
  font-size: 0.32rem;
  line-height: 0.4267rem;
  border-radius: 50%;
  background: #ff0000;
}

.tuidan_btn {
  width: auto;
  height: 0.64rem !important;
  padding: 0 0.2667rem;
  margin: 0.1333rem 0 0.1333rem 0.2667rem;
  font-size: 0.37rem;
  text-align: center;
  line-height: 0.64rem !important;
  border-radius: 0.64rem;
  background: linear-gradient(90deg, rgba(253, 136, 66, 1) 0%, rgba(249, 62, 52, 1) 100%);
}

.tuidan_btn span {
  color: #fff;
}

.tuidan_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  height: 450px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 70%, rgba(255, 240, 205, 1) 100%);
  display: none;
}

.tuidan_nav_l {
  font-size: 16px;
}

.tuidan_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: calc(100% - 30px);
  top: 15px;
  left: 15px;
  right: 15px;
}

.tuidan_nav_l span {
  margin-right: 20px;
}

.tuidan_nav_r {
  height: 20px;
}

.tuidan_check {
  position: absolute;
  top: 50px;
  left: 15px;
  border-radius: 20px;
  border: 1px solid rgb(244, 37, 40);
  height: 30px;
  font-size: 0px;
}

.tuidan_check span {
  display: inline-block;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
}

.tuidan_check span:first-child {
  margin-left: -1px;
}

.tuidan_check span:last-child {
  margin-right: -1px;
}

.td_ac {
  color: rgb(244, 37, 40);
}

.td_type_ac {
  color: #fff;
  background: rgb(244, 37, 40);
}

.tuidan_wf {
  font-size: 14px;
  position: absolute;
  top: 80px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
}

.wf_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wf_list span {
  margin-top: 10px;
  display: inline-block;
  width: 18%;
  text-align: center;
  height: 35px;
  line-height: 33px;
  border-radius: 5px;
  border: 1px solid #f5e6dd;
  background: #fff9f6;
  color: #c7a895;
}

.wf_ac {
  color: #fff !important;
  background: rgb(244, 37, 40) !important;
  border-color: rgb(244, 37, 40) !important;
}

.number {
  position: relative;
  top: 185px;
  height: 250px;
  overflow-y: scroll;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 100px;
}

.number_ac,
.number_lq,
.number_lq_dm {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #3492f3, #0050b3) !important;
}

.number_hq,
.number_ac_dm {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #f44336, #bf2825) !important;
}

.kl8_box .number_ac {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #f44336, #bf2825) !important;
}

.kl8_box .number_ac1 {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #3492f3, #0050b3) !important;
}

.kl8_box .number_ac_dm {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #f44336, #bf2825) !important;
}

.pl3_number .number_ac,
.pl5_number .number_ac {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #d783c7, #b13d97) !important;
}

.dlt_number .number_hq,
.dlt_number .number_ac_dm {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #3492f3, #0050b3) !important;
}

.dlt_number .number_lq,
.dlt_number .number_lq_dm {
  color: #333;
  border-color: transparent !important;
  background: radial-gradient(circle, #ffe996, #ffb90e) !important;
}

.qxc_number .number_ac {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #3492f3, #0050b3) !important;
}

.qlcbox .number_ac {
  color: #ffffff;
  border-color: transparent !important;
  background: radial-gradient(circle, #f44336, #bf2825) !important;
}

.number_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0px;
  margin-bottom: 2px;
}

.number_list span {
  width: 30px;
  height: 30px;
  border: 1px solid rgb(186, 186, 186);
  text-align: center;
  border-radius: 50%;
  line-height: 28px;
  font-size: 16px;
  background: radial-gradient(circle, #fff, #eaeaea);
}

.tip {
  font-size: 14px;
  border: 1px dashed rgb(214, 192, 156);
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
  color: rgb(220, 194, 156);
}

.tip span {
  color: red;
  margin-bottom: 2px;
  vertical-align: middle;
}

.td_foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px -2px 6px 0px rgba(235, 235, 235, 1);
}

.td_foot_top {
  font-size: 14px;
  padding: 4px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.td_foot_select {
  border-radius: 5px;
  border: 1px solid #f5e6dd;
  background: #fff9f6;
  padding: 5px 5px;
}

.td_foot_select span {
  color: #c7a895;
}

.td_foot_top_text span {
  color: #f7403c;
}

.td_foot_bottom {
  border-top: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.td_foot_price {
  font-size: 14px;
  padding: 10px 16px;
}

.td_foot_price span {
  color: #999;
}

.zhushu,
.beishu,
.price {
  margin-top: 2px;
  color: #f7403c !important;
}

.td_foot_btn {
  background: #d3d3d3;
  font-size: 14px;
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.td_foot_ac {
  background: #f93e34 !important;
}

.td_foot_btn span {
  color: #fff;
}

.tip_box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 70%;
  padding: 10px 0;
  text-align: center;
  z-index: 10000;
  display: none;
}

.tip_box span {
  font-size: 14px;
  color: #fff;
}

.num_title {
  font-size: 0;
  margin-top: 15px;
  margin-bottom: 8px;
}

.num_title span:nth-child(1) {
  font-size: 14px;
}

.num_title span:nth-child(2) {
  font-size: 12px;
  color: #999999;
}

.sd_number,
.pl3_number {
  position: relative;
  top: 80px;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}

.ssq_number,
.dlt_number {
  position: relative;
  top: 80px;
  height: 280px;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
}

.zx_box,
.zs_box,
.zl_box,
.zldt_box,
.dfs_box,
.dt_box {
  display: none;
}

.pl5_number,
.qxc_number {
  position: relative;
  top: 80px;
  height: 290px;
  overflow-y: scroll;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100px;
}

.ssq_check span {
  width: auto !important;
  padding: 0 10px;
}

.qlcbox {
  top: 95px;
}

/* ==================== loading ==================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: #eaf3fc;
}

.loadBox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loaderContantBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 5.3333rem auto 0 auto;
  color: #3166cc;
  overflow: hidden;
}

.dot0,
.dot1,
.dot2,
.dot3 {
  display: block;
  margin: 0 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.dot0 {
  animation: jump 1.2s -0.6s linear infinite;
  background: #cdcefd;
}

.dot1 {
  animation: jump 1.2s -0.4s linear infinite;
  background: #9395fa;
}

.dot2 {
  animation: jump 1.2s -0.2s linear infinite;
  background: #648de0;
}

.dot3 {
  animation: jump 1.2s linear infinite;
  background: #2a6bec;
}

@keyframes jump {
  100% {
    transform: scale(0.5);
    opacity: 1;
  }

  0% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}