@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body{
  position: relative;
}
.header {
  position: relative;
  line-height: 44px;
  height: 44px;
  width: 100%;
  background-color: #e26b1b;
  color: #fff;
  z-index: 15;
}

.header .back-link {
  left: 0;
  line-height: 44px;
  height: 44px;
  width: 50px;
  text-align: center;
}

.header .btn-bet {
  position: absolute;
  left: 55px;
  height: 100%;
  text-align: center;
  color: #fff;
}

.header .right-link {
  position: absolute;
  right: 0;
  width: auto;
  padding: 0 12px 0 25px;
  color: #fff;
}

.header .title,
.header .title1 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.title:after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.header .title.title_ck:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-bottom: 0;
}

.header .back-link:after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header {
  z-index: 10000009;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 769px;
  height: auto !important;
  margin: 0 auto;
}

.header .title {
  font-size: 14px;
}

.header-new {
  max-width: 769px;
  min-width: 320px;
  background: -webkit-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: -o-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: -ms-linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  background: linear-gradient(90deg, #FF7139 0%, #FF9B49 100%);
  color: #fff;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  align-items: center;
  z-index: 10000009;
}

.header-new .back {
  width: 42px;
  height: 28px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 10px;
}

.header-new .back:after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-new .title-left {
  text-align: left;
  font-size: 16px;
  flex: 2;
}

.header-new .right-link {
  padding-right: 10px;
}

.header-new .right-link a {
  color: #fff;
  padding-left: 10px;
}

body {
  max-width: 769px;
  margin: auto;
  position: relative;
}

.more-body {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  z-index: 11;
  line-height: 1;
  padding-bottom: 8px;
}

.more-body .more-body-title {
  font-family: SourceHanSansSC;
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  font-style: normal;
  letter-spacing: 0px;
  line-height: 20px;
  text-decoration: none;
  float: left;
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: 6%;
  width: 80%;
}

.more-body ul {
  text-align: center;
  width: 100%;
  line-height: 30px;
  height: 30px;
}

.more-body li {
  width: 18%;
  margin-left: 1.8%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.more-body a {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgb(225, 225, 225);
  border-radius: 4px;
  line-height: 26px;
  height: 26px;
  text-align: center;
  font-size: 12px;
  background: #ffffff;
  color: rgb(57, 57, 0);
}

/* 禁止选中文字 */
.choose-number>div>div>span,
#anyNumber-choice>span>span,
.choose-explains>span,
button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#anyNumber-choice>span>span:hover {
  background: #206196 !important;
  color: #ffffff !important;
}

/* 选中 */
.choose {
  background: #206196 !important;
  color: #ffffff !important;
}

/* choose-type */
.choose-type {
  height: 71px;

  margin: 0 auto;
  padding: 5px 10px;
  border: solid 1px #a9cde5;
  background-color: #eaf3fc;
}

.choose-type a {
  height: 22px;
  line-height: 22px;
}

.choose-type>div>div>span {
  width: 60px;
  height: 22px;
  color: #3056a9;
  line-height: 22px;
  text-align: center;
  margin-right: 10px;
  background-image: url(https://img2.ydniu.com/app/images/www_ydniu/omission/ic_bg.png);
}

.choose-type .left {
  float: left;
}

.choose-type .left>div {
  margin: 5px 0 5px 0;
}

.choose-type .left>div>a {
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}

.choose-type .left>div>a:hover {
  color: red !important;
}

.choose-type .left>div>a:last-child {
  margin-right: 0;
}

.choose-type .right {
  float: right;
}

.choose-type .right>div {
  margin: 5px 0;
}

.choose-type .right>div>a {
  margin-right: 10px;
  color: #333333;
}

.choose-type .right>div>a:hover {
  color: red !important;
}

.choose-type .right>div>a:last-child {
  margin-right: 0;
}

.choose-type a>span {
  padding: 0 5px;
}

/* choose-number */
.choose-number {
  margin: 8px auto;
  position: relative;
  padding: 5px 10px;
  border: solid 1px #a9cde5;
  line-height: 22px;
  color: #333333;
  height: auto;
}

.clear {
  clear: both !important;
}

.choose-number>.choose-number-box {
  float: left;
}

.choose-number .trend {
  position: absolute;
  bottom: 5px;
  right: 10px;
  margin: 0;
}

.choose-number .trend span {
  padding: 0 10px;
  color: #ff002e;
  text-decoration: none;
  line-height: 22px;
}

.choose-number .trend a {
  padding: 0 10px;
  color: #2460bb;
  height: 22px;
  background: #c4deff;
  border: 1px solid #b3d6fd;
  text-decoration: none;
  line-height: 22px;
}

.choose-number .trend a i {
  float: right;
  display: block;
  margin: 6px 0 6px 2px;
  width: 9px;
  height: 11px;
  background-image: url(https://img2.ydniu.com/app/images/www_ydniu/omission/i_r.jpg);
  background-repeat: no-repeat;
}

.choose-number .trend a:hover {
  opacity: 0.8;
}

.choose-number .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
}

.choose-number>div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 20px;
  margin: 0 20px 0 0;
}

.choose-number>div>h3 {
  white-space: nowrap;
  text-align: left;
}

.choose-number>div>div>a {
  width: 56px;
  padding: 0 2px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}

.choose-number>div>div>a:hover {
  color: #ffffff;
  background: #206196;
}

/* choose-explain */
.choose-explain {
  margin: 0 auto;
  padding: 5px 10px;
  border: dashed 1px #a9cde5;
  background-color: #eaf3fc;
  color: #333333;
}

.choose-explains {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.choose-explains>span {
  color: #3056a9;
  margin: 5px 10px 5px 0;
  background: #c5dfff;
  padding: 0px 10px;
  line-height: 2;
  border-radius: 5px;
  cursor: pointer;
}

.choose-issue::after {
  content: '';
  display: block;
  clear: both;
}

.choose_top {
  margin-top: 10px;
  border-bottom: 1px solid #a9cde5;
}

.choose_bottom {
  margin-bottom: 10px;
}

.choose-issue>p {
  float: left;
  line-height: 24px;
  margin-right: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  color: #0062ff;
  margin: 0;
}

.choose-issue>p:last-child {
  float: right;
  margin-right: 0;
}

.choose_top .open_number {
  width: 22px;
  height: 22px;
  color: #ffffff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  margin-right: 2px;
  border-radius: 50%;
  background: #7293ba;
}

.choose_top .open_number:last-child {
  margin-right: 0;
}

.choose-issue input,
.choose-issue button {
  margin: 0 5px;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.choose-issue input {
  width: 80px;
  text-align: center;
  padding: 0;
  font-size: 14px;
}

.choose-issue p input {
  width: 60px;
  border: 1px solid #a8cde6 !important;
}

.datepicker.dropdown-menu {
  min-width: 240px;
  z-index: 999999999999 !important;
}

.choose-issue p button {
  background: #2a63a8;
  padding: 2px 8px;
  font-size: 12px;
  color: #ffffff;
  /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  border: none;
  border-radius: 4px;
}

.choose-issue p button:hover {
  opacity: 0.9;
}

.choose-issue>p>a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.choose-issue p:first-child {
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.choose-issue p:nth-child(2) button {
  margin: 0;
}

.past {
  height: 20px;
  color: #aa261c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.past>input {
  font-weight: 600;
  height: 20px;
  text-decoration: underline;
  margin-right: 5px;
  cursor: pointer;
  color: #aa261c;
}

.current {
  color: #ff002e;
}

.sjx {
  margin-left: 2px;
  border-left-color: #2a63a8;
  border-right-color: #2a63a8;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  height: 0;
  width: 0;
}

.question {
  position: relative;
  background: #73b8d1;
  color: #ffffff;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  margin-left: 4px;
  font-weight: 400 !important;
  font-size: 12px;
}

.question-text {
  padding: 10px;
  text-align: left;
  font-size: 13px;
}

.question-text span {
  text-align: left;
  margin: 0;
  color: #333333;
  line-height: 1.5;
  font-size: 12px;
}

.choose-issue p a {
  text-decoration: none;
}

/* .anyNumber-choice-box:hover #anyNumber-choice {
    display: inline-block;
  } */
#anyNumber-btn {
  display: inline-block;
  width: 23%;
  margin: 0px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  height: 28px;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(32, 97, 150);
}

#anyNumber-choice {
  display: none;
  position: absolute;
  right: 10px;
  width: 80%;
  max-width: 415px;
  z-index: 10000001;
  background-color: #ffffff;
  border: 1px solid #bce7f9;
  border-radius: 5px;
  margin-top: 30px;
}

#anyNumber-choice>span>button {
  position: relative;
  width: 60px;
  height: 26px;
  margin: 0px 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 5px;
  color: rgb(35, 88, 170);
  border: 1px solid rgb(161, 203, 251);
  background-color: rgb(255, 255, 255);
}

#anyNumber-choice>span>span {
  width: 7vw;
  height: 7vw;
  padding: 0px;
  color: rgb(102, 102, 102);
  font-size: 12px;
  font-weight: 600;
  line-height: 7vw;
  border-radius: 50%;
  background: rgb(242, 242, 242);
  text-align: center;
  margin: 1px;
}

#anyNumber-choice .dxjo {
  float: left;
  width: 30px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-weight: 400;
  margin: 2px 5px;
  background: #f2f2f2;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#anyNumber-choice .dxjo:nth-child(7n + 1) {
  margin-left: 10px;
}

.omission {
  min-width: 100%;
}

.omission table {
  width: 100%;
  min-width: 100%;
  color: #282828;
}

.omission table thead tr th {
  height: 22px;
  background: #ebf7ff;
  border: 1px solid #ceeaf5;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
}

.omission table .tbody tr td {
  height: 30px;
  /* padding: 0 4px; */
  background: #ebf7ff;
  border: 1px solid #ceeaf5;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  line-height: 18px;
  padding: 3px 0;
}

.omission table .tbody tr td:first-child {
  font-size: 11px;
}

.omission table thead tr th div {
  position: relative;
  margin: 0 auto;
  padding-right: 18px !important;

  display: inline-grid;
}

.index-number {
  max-width: 66px;
  /* left: 50%;
    transform: translate(-100%, 0) !important;
    -webkit-transform: translate(-100%, 0) !important;
    -ms-transform: translate(-100%, 0) !important;
    -moz-transform: translate(-100%, 0) !important;
    -o-transform: translate(-100%, 0) !important; */
}

.omission table thead tr th div span,
.omission table thead tr th div img,
.omission table tbody tr td div span,
.omission table tbody tr td div img {
  margin: 0;
}

.omission table thead tr th div img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
}

.omission table thead .sort-img {
  width: 8px;
  height: 14px;
  cursor: pointer;
  vertical-align: super;
}

.omission table .tbody tr:nth-child(2n-1) td {
  background: #ffffff;
}

.omission table .tbody .number {
  /* border-right-width: 2px;
    border-right-color: #9ddcf5; */
  font-weight: 600;
  color: #004ecc;
  cursor: pointer;
  /* word-break: break-all; */
}

.omission table .tbody .number>span {
  padding: 0 2px;
  position: relative;
  display: inline-block;
}

.omission table .tbody .number img {
  margin-left: 5px;
  width: 13px;
  height: 13px;
}

.chart-title1 {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #dddddd;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  /* font-weight: 600; */
}

.chart-title2 {
  position: absolute;
  top: 180px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #dddddd;
  font-size: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  /* font-weight: 600; */
}

.circular {
  width: 14px;
  height: 14px !important;
  background: #dddddd;
  border-radius: 50%;
  color: #100c2a;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
}

.VIP>a {
  /* text-decoration: underline; */
  cursor: pointer;
  color: #dddddd;
  font-weight: 600;
}

.VIP>a>span {
  height: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #2b3040;
  background: #ffdd00;
}

.click_more {
  height: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #2b3040;
  background: #ffdd00;
}

.VIP>a:hover,
.VIP>a:hover span {
  text-decoration: underline;
}

.annotation {
  display: none;
  color: #6c7181;
}

.important {
  color: #ffdd00;
  font-weight: 600;
}

.chart-box {
  position: relative;
  margin: 0;
}

.chart-left {
  width: 100%;
  border-right: 1px solid #ffffff;
  height: 150px;
  margin-bottom: 5px;
}

.chart-right {
  width: 100%;
  height: 150px;
}

.validate-rules {
  display: none;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  right: -4px;
  bottom: 0;
  padding: 0;
  margin: 0;
}

.rules-bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: relative;
}

.rules-main {
  z-index: 10002;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 80%;
  height: auto;
  background: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 5px;
}

.rules-main div:first-child {
  height: auto;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px;
  color: #444444;
  border-bottom: 1px solid #dcdcdc;
}

.rules-main div:last-child {
  height: 35px;
  font-size: 12px;
  color: #4683df;
  line-height: 25px;
  padding: 5px 20px;
  text-align: right;
}

.rules-main div:last-child span {
  cursor: pointer;
}

.y-node {
  display: inline-block;
}

.chart-title1,
.chart-title2 {
  zoom: 1;
}

.remen {
  width: 20px;
  height: 20px;
}

.move {
  -webkit-animation: move 1s infinite;
  -moz-animation: move 1s infinite;
  -o-animation: move 1s infinite;
  animation: move 1s infinite;
}

@keyframes move {
  0% {
    margin-top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  25% {
    margin-top: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    margin-top: -12px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  75% {
    margin-top: -13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  100% {
    margin-top: -14px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes move {
  0% {
    margin-top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  25% {
    margin-top: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    margin-top: -12px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  75% {
    margin-top: -13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  100% {
    margin-top: -14px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-moz-keyframes move {
  0% {
    margin-top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  25% {
    margin-top: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    margin-top: -12px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  75% {
    margin-top: -13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  100% {
    margin-top: -14px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-o-keyframes move {
  0% {
    margin-top: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  25% {
    margin-top: -11px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  50% {
    margin-top: -12px;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  75% {
    margin-top: -13px;
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  100% {
    margin-top: -14px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.free {
  color: #ff008a;
  padding: 0 2px;
  cursor: pointer;
  position: relative;
}

.free:hover .free—tips {
  display: inline-block;
}

.free—tips {
  display: none;
  position: absolute;
  top: -91px;
  left: -180px;
  width: 436px;
  height: 86px;
  background: #ffffff;
  border: 1px solid #9ddcf5;
  padding: 8px;
}

.free—tips span:first-child {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: center;
  line-height: 35px;
  color: #686868;
  text-decoration: line-through;
  font-weight: 400;
}

.free—tips span:last-child {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
}

.tooltip-div :after {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-top-color: #555e81;
  top: 100%;
  left: 50%;
  margin-left: -6px;
}

.tooltip-left-div :after {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-right-color: #555e81;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: -12px;
}

.paging {
  pointer-events: none;
  position: fixed;
  bottom: 5px;
  left: 50%;
  width: 350px;
  background: #c5dfff;
  border: 1px solid #9ddcf5;
  border-radius: 5px;
  transform: translate(-50%, 0);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging-fixed {
  background: #ffffff !important;
  margin-top: 5px !important;
  border-radius: 0 !important;
  height: 60px !important;
  position: relative;
  width: 100% !important;
  border: 0 !important;
}

.paging-fixed>button {
  background: #ebf7ff !important;
  border-color: #ceeaf5 !important;
}

.paging>div,
.paging>button {
  border-radius: 2px;
  pointer-events: auto;
  padding: 0;
  margin: 0 10px;
}

.paging>div>span {
  font-size: 14px;
  padding: 0;
  margin: 5px;
  cursor: pointer;
}

.paging>div>span:hover {
  color: #3056a9;
  text-decoration: underline;
}

.paging>button {
  font-size: 12px;
  padding: 4px 8px;
  background: #ffffff;
  border: 1px solid #9ddcf5;
  cursor: pointer;
}

.paging>button:hover {
  opacity: 0.7;
  color: #3056a9;
}

.page-index {
  color: #3056a9;
  font-weight: 600;
  text-decoration: underline;
}

.canshu {
  height: 26px;
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
  color: #444444;
  text-align: left;
  font-weight: bold;
  line-height: 26px;
  border: 1px solid #e0eef6;
  background-color: #e7f1ff;
}

.canshu-main {
  padding: 20px 10px;
  margin: 0 auto;

  color: #444444;
  text-align: left;
  line-height: 20px;
  border: 1px solid #e0eef6;
}

.canshu-main>span {
  display: inline-block;
  width: 100%;
  font-size: 12px !important;
}

/* 高亮 */
tbody .highlight {
  cursor: pointer;
}

tbody .light td {
  background: rgb(253, 243, 193) !important;
}

/* 表头固定 */
.fixed-thead {
  display: none;
  position: absolute;
  top: 700px;
  left: 0;
  right: 0;
  padding: 0 10px;

  margin: 0;
  pointer-events: none;
}

.fixed-thead .tbody,
.fixed-thead tr,
.fixed-thead tr td {
  height: 1px;
  border-color: rgba(0, 0, 0, 0) !important;
}

.omission,
.omission>table {
  background: #fff;
  font-size: 14px;
}

.tr_colse:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  content: '\2715\fe0e';
  color: #ffffff !important;
  background: #aa261c;
  border-radius: 50%;
}

.allclear {
  display: none;
  margin-top: 10px;
  width: 86px;
  height: 30px;
  margin: 10px auto 0 auto;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  line-height: 28px;
  border: none;
  border-radius: 4px;
  background: #2a63a8;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}

.exclusive {
  color: #ffffff !important;
  font-weight: 600 !important;
  background-image: linear-gradient(to right, #4e84fb, #bd57fc) !important;
}

.sup {
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  margin-left: 2px;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  background: #62adc9;
  vertical-align: middle;
}

.sub {
  display: none;
  z-index: 1001;
  position: absolute;
  top: 40px;
  text-align: left;
  background: #ffffff;
  padding: 5px;
  border-radius: 8px;
  border: 1px solid #2a63a8;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.sub>span {
  width: 100%;
  white-space: nowrap;
  word-break: break-all !important;
}

.sub>span>span {
  word-break: break-all !important;
}

th:hover>.sub {
  display: block;
}

/* 弹框 */

.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999999999;
  max-width: 769px;
}

.popup_box {
  max-width: 700px;
  width: 90%;
  max-height: 80%;
  text-align: center;
  background-color: #fff;
  overflow-y: scroll;
  position: relative;
  animation: myfirst 0.5s;
  -webkit-animation: myfirst 0.5s;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup_title h3 {
  width: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  color: #333;
  margin: 0;
  display: flex;
  line-height: 40px;
  border-bottom: solid 1px #eee;
}

.popup_title .title {
  display: block;
  line-height: 60px;
}

.popup_title h3 div:first-child {
  width: calc(100% - 40px);
  text-align: center;
  padding-left: 20px;
}

.popup_title h3 div:last-child {
  width: 40px;
}

.popup_title h3 div:last-child span {
  font-size: 16px;
}

.popup_content {
  height: 380px;
  overflow: auto;
  max-height: 380px;
}

.popup_title {
  margin: auto;
}

.popup_title p {
  text-align: justify;
  color: #333333;
  padding: 0px 20px 10px 10px;
  font-size: 12px;
  word-break: break-all;
}

.kown-btn,
.sure-btn {
  width: 100%;
  line-height: 42px;
  text-align: center;
  color: #ae8159;
  font-size: 16px;
  padding-bottom: 5px;
  border-top: solid 1px #f1f1f1;
  /* box-shadow: 0 -1px 19px rgba(0,0,0,0.2); */
  position: relative;
  z-index: 99999;
}

.sure-btn {
  color: #666;
  font-size: 16px;
}

/* 弹框结束 */

/*无数据显示*/
.nodata {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  height: calc(100vh - 320px);
}

.nodata img {
  width: 120px;
}

.nodata span {
  font-size: 14px;
  display: block;
  color: #666;
}

/*加载样式*/
.loading {
  width: 100%;
  text-align: center;
  height: calc(100vh - 320px);
  display: grid;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.loading img {
  width: 100px;
}

/* 加载更多 */
.more-btn {
  background: #f7f7f7;
  font-size: 0;
  text-align: center;
  padding: 8px 0;
  line-height: 0;
  display: block;
}

.more-btn img {
  display: inline-block;
  width: 22px;
  margin-right: 14px;
}

.more-btn span {
  display: inline-block;
  font-size: 14px;
  color: #555;
  vertical-align: top;
  line-height: 22px;
}

.pull-loading {
  text-align: center;
  margin:auto;
  color: #c7c7c7;
  padding-top: 10px;
}

nav {
  display: block;
  padding: 0 10px;
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
  /* position: fixed; */
  padding-top: 44px;
  background: #fff;
  z-index: 10;
}

.box {
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
}

.one-nav {
  width: 100%;
  max-width: 769px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #eee;
  border-left: solid 1px #eee;
  font-size: 14px;
  background: #fff;
  position: fixed;
  margin-top: 44px;
  padding: 0 5px;
  z-index: 10000008;
}

.one-nav .title {
  flex: 1;
  color: red;
}

.one-nav .title:after {
  content: '';
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
  margin-bottom: 3px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.two-nav {
  margin-top: 44px;
  font-size: 13px;
  padding-top: 5px;
}

nav ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.default-nav,.sd-default-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sd-default-nav {
  margin: 5px 0;
}
.sd-default-nav .miss-type{
  font-size: 13px;
}

.default-nav li,.sd-default-nav li {
  text-align: center;
  /* padding-right: 5px; */
  font-size: 12px;
  width: 19%;
  float: left;
}

.default-nav li span{
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  margin: 0 2px;
  width: 100%;
  border-radius: 3px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.sd-default-nav li .item{
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  width: 100%;
  border-radius: 3px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-nav li span.cur,.sd-default-nav li .item.cur{
  background: #ffe6dc;
  border-radius: 5px;
  color: #ff0000;
}

.sd-default-nav li .item span {
  display: block;
  line-height: 18px;
}
.sd-default-nav .item .arrow{
  width: 0px;
  height: 0px;
  margin-left: 2px;
  border-width: 6px 4px 0px;
  border-style: solid;
  border-left-color: #f2f2f2;
  border-right-color: #f2f2f2;
}

nav ul li span,
nav .date-picker-btn {
  width: 92%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  margin: 3px auto;
}

nav ul li span.cur {
  background: rgb(32, 97, 150);
  border-radius: 5px;
  color: #fff;
}

.omission tbody td:nth-child(n + 7),
.omission thead th:nth-child(n + 7) {
  display: none;
}

.type-sel {
  display: none;
  position: fixed;
  background-color: #eeeeee;
  z-index: 10019;
  line-height: 1;
  padding: 10px;
  top: 80px;
  border-bottom: solid 1px #f5f5f5;
  width: 100%;
  max-width: 769px;
  font-size: 12px;
  height: 100%;
}

.type-sel .title {
  font-weight: bold;
  line-height: 30px;
  font-size: 12px;
  /* padding: 10px; */
}

.type-sel .title::after {
  content: none;
}

.type-sel a {
  text-align: center;
  border: solid 1px #2a63a8;
  margin: 5px 2px;
  border-radius: 3px;
  line-height: 25px;
  min-width: 80px;
  padding: 0 5px;
  color: #2a63a8;
  font-size: 12px;
}

.type-sel a.active {
  background: #2a63a8;
  color: #fff;
}

.explain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding-bottom: 5px;
  line-height: 24px;
}

.explain .type-explain {
  padding-right: 10px;
}

.vip-look {
  position: absolute;
  margin-left: 70px;
  text-align: center;
  padding: 2px 5px;
  overflow: hidden;
  border-radius: 16px 16px 16px 0;
  background: linear-gradient(90deg, #ffb821 0, #fc6e63 45%, #fc6e63);
  background-color: #fc6e63;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  transform: scale(0.8);
}

.szc-vip-look {
  margin-left: auto;
  line-height: 15px;
  margin-top: -10px;
}

.anyNumber-choice-box {
  position: initial !important;
  width: 100%;
  height: auto;
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px auto;
  text-align: center;
  line-height: 35px;
  padding: 0;
}

#kl8pick {
  position: initial !important;
  width: auto !important;
}

.thead-fixed {
  position: fixed;
  width: 100%;
  max-width: 769px;
  z-index: 999;
  background: #ebf7ff;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  left: 50%;
  transform: translate(-50%, 0);
}

.thead-fixed-zq {
  position: fixed;
  top: 69px;
  width: 100%;
  max-width: 769px;
  z-index: 999;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  left: 50%;
  transform: translate(-50%, 0);
}

.thead-fixed>tr {
  font-size: 0;
  display: block;
  min-width: 100%;
  height: auto;
}

.thead-fixed>tr::after {
  content: '';
  display: block;
  clear: both;
}

.thead-fixed>tr>th {
  display: block;
  float: left;
  height: 100% !important;
}

.weedialog {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: 10000089;
  top: 0px;
  left: 0px;
  width: 100%;
  color: #444;
  background: #fbf9fa;
}

.dialog-content {
  clear: both;
  padding: 0;
  background: #fff;
  text-align: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dialogIframe {
  overflow: hidden;
}

.show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #b97b56;
  background: #fffceb;
  font-size: 12px;
  line-height: 30px;
  padding: 0 10px;
}

.type-sel-ul {
  width: 100%;
  padding-bottom: 5px;
  margin: 0;
  border-bottom: solid 1px #ccc;
}

.type-sel-ul li {
  text-align: center;
  margin: 5px auto;
  padding: 0 5px;
  color: #2a63a8;
  font-size: 12px;
  width: 20%;
  float: left;
}

.type-sel-ul li span {
  border: solid 1px #2a63a8;
  margin: 0 2px;
  width: 100%;
  border-radius: 3px;
  line-height: 25px;
}

.type-sel-ul li span.active {
  background: #2a63a8;
  color: #fff;
}

.miss-type {
  display: inline-block;
  width: 100%;
}

.miss-type a {
  min-width: 18%;
}

.close_btn{
  text-align: center;
      border: solid 1px #2a63a8;
      border-radius: 15px;
      line-height: 30px;
      min-width: 100px;
      padding: 0 5px;
      color: #2a63a8;
      font-size: 14px;
}

@media screen and (min-width: 500px) {
  #anyNumber-choice>span>span {
    max-width: 35px;
    max-height: 35px;
    line-height: 35px !important;
  }

  tbody .highlight:hover td {
    background: rgb(253, 243, 193) !important;
  }
}

