/* ========================公共样式======================== */
* {
  color: #333333;
  font-family: Arial, Microsoft YaHei, sans-serif !important;
  vertical-align: top;
  -webkit-text-size-adjust: 100% !important;
  /* 禁止-webkit-内核浏览器根据容器宽度调整字体大小 */
}

html {
  font-size: 16px;
}

body {
  font-size: 100% !important;
}

.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;
}

/* 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;
}

/* 勾选框 */
.checkbox span {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
  border: 1px 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: 14px;
  font-weight: bold;
  line-height: 14px;
}

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

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

/* ========================操作栏======================== */
.handle {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.handle_top .handle1 {
  border-bottom: 0;
}

.handle_bottom .handle1 {
  border-top: 0;
}

.handle1 {
  height: 35px;
  border: 1px solid #8bc5ff;
  background: -webkit-linear-gradient(#dae6fd, #e3f1ff);
  background: -o-linear-gradient(#dae6fd, #e3f1ff);
  background: -moz-linear-gradient(#dae6fd, #e3f1ff);
  background: linear-gradient(#dae6fd, #e3f1ff);
}

.handle1>div {
  height: 34px;
  line-height: 34px;
}

.handle2 {
  height: 36px;
  border: 1px solid #8bc5ff;
  background: -webkit-linear-gradient(#fff, #eaf3fc);
  background: -o-linear-gradient(#fff, #eaf3fc);
  background: -moz-linear-gradient(#fff, #eaf3fc);
  background: linear-gradient(#fff, #eaf3fc);
}

.handle2>div {
  height: 34px;
  line-height: 34px;
}

.handle3 {
  width: 100%;
}

.handle3>div {
  float: left;
}

.handle_top .handle3 {
  border-left: 1px solid #8bc5ff;
  border-right: 1px solid #8bc5ff;
  border-top: 1px solid #8bc5ff;
}

.handle_bottom .handle3 {
  border-left: 1px solid #8bc5ff;
  border-right: 1px solid #8bc5ff;
  border-bottom: 1px solid #8bc5ff;
}

/* ========================走势分区======================== */
.blocks {
  float: left;
}

.blocks>label,
.blocks>div {
  float: left;
  height: 34px;
}

.blocks>label {
  padding: 0 5px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.blocks>div>div {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 22px;
  padding: 0 5px;
  margin: 5px 2px 5px 0;
  border-radius: 5px;
  border: 1px solid #a9cde5;
  background: #ffffff -webkit-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #ffffff -o-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff -moz-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff linear-gradient(to right bottom, #fff, #eaf3fc);
}

.blocks>div>div:last-child {
  margin-right: 0;
}

.blocks>div>div.select,
.blocks>div>div.coexist {
  color: #ffffff;
  background: #3166cc;
  border: 1px solid #3166cc;
}

.blocks div div .tips {
  z-index: 1005;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  padding: 0 4px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #6eaffa;
  border-radius: 4px;
  background: #eaf3fc;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -125%);
  -moz-transform: translate(-50%, -125%);
  -ms-transform: translate(-50%, -125%);
  -o-transform: translate(-50%, -125%);
  transform: translate(-50%, -125%);
}

.blocks div div .tips::before {
  display: block;
  z-index: 10;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: 0.5px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #eaf3fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.blocks div div .tips::after {
  display: block;
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #6eaffa;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.blocks div div:first-child .tips {
  -webkit-transform: translate(-10%, -125%);
  -moz-transform: translate(-10%, -125%);
  -ms-transform: translate(-10%, -125%);
  -o-transform: translate(-10%, -125%);
  transform: translate(-10%, -125%);
}

.blocks div div:first-child .tips::before,
.blocks div div:first-child .tips::after {
  left: 10%;
}

/* ========================近多少期======================== */
.content {
  float: right;
  height: 36px;
}

.content>a {
  float: left;
  display: block;
  color: #333333;
  font-size: 12px;
  line-height: 22px;
  padding: 0 4px;
  margin: 5px 2px 5px 0;
  border-radius: 5px;
  border: 1px solid #a9cde5;
  background: #ffffff -webkit-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #ffffff -o-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff -moz-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff linear-gradient(to right bottom, #fff, #eaf3fc);
}

.content>a:hover {
  color: #ffffff;
  background: #3166cc;
}

.content>a.select {
  color: #ffffff;
  border-color: #3166cc;
  background: #3166cc;
}

/* ========================起始截止======================== */
.issue-filter {
  float: right;
}

.issue-filter>div {
  float: left;
}

.issue-filter .btn {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  margin: 5px 4px 5px 0;
  border-radius: 5px;
  background: #3166cc;
}

.issue-filter .btn:hover {
  opacity: 0.8;
}

.issue-filter .issue-star label,
.issue-filter .issue-end label {
  position: relative;
  float: left;
  font-size: 12px;
  padding: 0 4px;
}

.issue-filter .issue-star input,
.issue-filter .issue-end input {
  float: left;
  width: 60px;
  height: 24px;
  margin: 5px 2px 5px 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.issue-filter .btn .tips,
.issue-filter div label>.tips {
  z-index: 1005;
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  padding: 0 4px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #6eaffa;
  border-radius: 4px;
  background: #eaf3fc;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}

.issue-filter div.issue-end label>.tips {
  -webkit-transform: translate(-80%, -100%);
  -moz-transform: translate(-80%, -100%);
  -ms-transform: translate(-80%, -100%);
  -o-transform: translate(-80%, -100%);
  transform: translate(-80%, -100%);
}

.issue-filter .btn .tips::before,
.issue-filter div label>.tips::before {
  display: block;
  z-index: 10;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: 0.5px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #eaf3fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.issue-filter .btn .tips::after,
.issue-filter div label>.tips::after {
  display: block;
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #6eaffa;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.issue-filter div.issue-end label>.tips::before,
.issue-filter div.issue-end label>.tips::after {
  left: 80%;
}

.issue-filter .btn .tips {
  top: -6px;
  -webkit-transform: translate(-90%, -100%);
  -moz-transform: translate(-90%, -100%);
  -ms-transform: translate(-90%, -100%);
  -o-transform: translate(-90%, -100%);
  transform: translate(-90%, -100%);
}

.issue-filter .btn .tips::before,
.issue-filter .btn .tips::after {
  left: 90%;
}

.issue-filter div label:hover .tips {
  display: block;
}

.issue-filter .btn:hover .tips {
  display: block;
}

/* ========================其他标注======================== */
.tagging {
  float: left;
}

.tagging>label,
.tagging>div {
  float: left;
  height: 34px;
}

.tagging>label {
  padding: 0 5px;
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

.tagging>div>div {
  position: relative;
  float: left;
  color: #333333;
  font-size: 12px;
  line-height: 22px;
  padding: 0 6px;
  margin: 5px 2px 5px 0;
  border-radius: 5px;
  border: 1px solid #a9cde5;
  background: #ffffff -webkit-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #ffffff -o-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff -moz-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff linear-gradient(to right bottom, #fff, #eaf3fc);
}

.tagging>div>div:last-child {
  margin-right: 0;
}

.tagging>div>div.select {
  border-color: #6eaffa;
  color: #3166cc;
}

.tagging>div>div>.tips {
  display: none;
  z-index: 1003;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  padding: 0 4px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #6eaffa;
  border-radius: 5px;
  background: #eaf3fc;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -125%);
  -moz-transform: translate(-50%, -125%);
  -ms-transform: translate(-50%, -125%);
  -o-transform: translate(-50%, -125%);
  transform: translate(-50%, -125%);
}

.tagging>div>div>.tips::before {
  display: block;
  z-index: 10;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  margin-bottom: 0.5px;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #eaf3fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.tagging>div>div>.tips::after {
  display: block;
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #6eaffa;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tagging>div>div:first-child>.tips,
.tagging>div>div:nth-child(2)>.tips {
  -webkit-transform: translate(-10%, -125%);
  -moz-transform: translate(-10%, -125%);
  -ms-transform: translate(-10%, -125%);
  -o-transform: translate(-10%, -125%);
  transform: translate(-10%, -125%);
}

.tagging>div>div:first-child>.tips::before,
.tagging>div>div:first-child>.tips::after,
.tagging>div>div:nth-child(2)>.tips::before,
.tagging>div>div:nth-child(2)>.tips::after {
  left: 10%;
}

.tagging>div>div:hover .tips {
  display: block;
}

/* ========================颜色标注======================== */
.handle2 .mark-color {
  float: left;
  display: block;
  margin-left: 10px;
}

.handle2 .mark-color>div,
.handle2 .mark-color>label {
  float: left;
}

.handle2 .mark-color>label {
  padding: 0 4px;
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}

.handle2 .mark-color .mark-color-item {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: 0px 6px;
  margin: 5px 2px 5px 0;
  border-radius: 5px;
  border: 1px solid #a9cde5;
  background: #ffffff -webkit-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #ffffff -o-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff -moz-linear-gradient(to right bottom, #fff, #eaf3fc);
  background: #fff linear-gradient(to right bottom, #fff, #eaf3fc);
}

.handle2 .mark-color .mark-color-item:last-child {
  border-color: #3166cc;
  color: #ffffff;
  background: #3166cc;
}

.handle2 .mark-color .mark-color-item:hover {
  border-color: #6eaffa;
}

.handle2 .mark-color .mark-color-item:hover span {
  color: #3166cc !important;
}

.handle2 .mark-color .mark-color-item:last-child:hover {
  opacity: 0.8;
  border-color: #3166cc;
  color: #ffffff;
  background: #3166cc;
}

.handle2 .mark-color>div.select {
  border-color: #6eaffa;
  background: #eaf3fc;
}

.handle2 .mark-color>div.select span {
  color: #3166cc;
}

.handle2 .mark-color .mark-color-item>div {
  display: none;
  position: absolute;
  left: 0;
  width: auto;
  height: auto;
  z-index: 10001;
}

.handle_top .handle2 .mark-color .mark-color-item>div {
  padding-top: 5px;
  bottom: -1px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.handle_bottom .handle2 .mark-color .mark-color-item>div {
  padding-bottom: 5px;
  top: -1px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

@media screen and (max-width: 1400px) {

  .handle_top .handle2 .mark-color .mark-color-item:nth-child(10)>div,
  .handle_top .handle2 .mark-color .mark-color-item:nth-child(12)>div {
    -webkit-transform: translate(-40%, 100%);
    -moz-transform: translate(-40%, 100%);
    -ms-transform: translate(-40%, 100%);
    -o-transform: translate(-40%, 100%);
    transform: translate(-40%, 100%);
  }

  .handle_bottom .handle2 .mark-color .mark-color-item:nth-child(10)>div,
  .handle_bottom .handle2 .mark-color .mark-color-item:nth-child(12)>div {
    -webkit-transform: translate(-40%, -100%);
    -moz-transform: translate(-40%, -100%);
    -ms-transform: translate(-40%, -100%);
    -o-transform: translate(-40%, -100%);
    transform: translate(-40%, -100%);
  }
}

.handle2 .mark-color .mark-color-item:hover div {
  display: block;
}

.handle2 .mark-color .mark-color-item>div .mark-color-detail {
  display: block;
  white-space: nowrap;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #6eaffa;
  background: #eaf3fc;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}

.handle2 .mark-color .mark-color-item div .mark-color-detail>div.restore {
  float: left;
  font-size: 14px;
  line-height: 22px;
  padding: 0 10px;
  margin: 5px 2px 5px 0;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
}

.handle2 .mark-color .mark-color-item div .mark-color-detail>div.tips {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}

.handle2 .mark-color .mark-color-item div .mark-color-detail .checkbox {
  position: relative;
  padding-left: 20px;
}

.handle2 .mark-color .mark-color-item div .mark-color-detail .checkbox>span {
  position: absolute;
  top: 3px;
  left: 0;
}

/* ========================历史同期======================== */
.handle3>.tqsx {
  float: left;
  padding: 0 5px;
  margin-right: 10px;
  position: relative;
}

.handle3>.tqsx>label {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  padding: 0px 28px 0px 8px;
  margin: 5px 0;
  background: #3166cc;
}

.handle3>.tqsx>label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.handle3>.tqsx>div {
  display: none;
  z-index: 1006;
  position: absolute;
  left: 5px;
  width: 760px;
  height: auto;
  background: #ffffff;
  border: 1px solid #a9cde5;
}

.handle_top .handle3>.tqsx>div {
  bottom: 5px;
  transform: translate(0, 100%);
}

.handle_bottom .handle3>.tqsx>div {
  top: 5px;
  transform: translate(0, -100%);
}

.handle3>.tqsx>div>div:nth-child(2n) {
  background: #eff6ff;
}

.tqsx-box>h2 {
  padding: 0 5px;
  font-size: 14px;
  line-height: 32px;
  position: relative;
}

.tqsx-box>h2>span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
}

.handle3>.tqsx>.tqsx-box>div {
  padding-left: 75px;
  padding-right: 5px;
  position: relative;
}

.handle3>.tqsx>.tqsx-box>div.tqsx-tips {
  padding: 5px;
  color: red;
  font-size: 14px;
  text-align: center;
}

.handle3>.tqsx>.tqsx-box>div>label {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
}

.handle3>.tqsx>.tqsx-box>div>span {
  position: relative;
  cursor: pointer;
  min-width: 48px;
  text-align: center;
  padding: 0 5px;
  margin: 5px 0;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  border: 1px solid #a9cde5;
  background: #fff linear-gradient(to right bottom, #fff, #eaf3fc);
}

.handle3>.tqsx>.tqsx-box>div>span:hover {
  opacity: 0.7;
  color: #ffffff;
  background: #3166cc;
}

.handle3>.tqsx>.tqsx-box>div>span.select {
  color: #ffffff;
  background: #3166cc;
  border: 1px solid #3166cc;
}

.handle3>.tqsx>.tqsx-box>.tqsx-btn {
  text-align: center;
  padding: 0;
}

.handle3>.tqsx>.tqsx-box>.tqsx-btn span {
  line-height: 26px;
  padding: 0 10px;
}

.handle3>.tqsx>.tqsx-box>.tqsx-btn span:first-child {
  background: #c90000;
  color: #ffffff;
  line-height: 26px;
  border: 0;
  padding: 0 10px;
  margin-right: 10px;
}

.today {
  position: relative;
}

.today::after {
  z-index: 10;
  content: '下期';
  position: absolute;
  top: 0;
  right: -10px;
  width: 30px;
  margin-top: -8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  background: red;
  border-radius: 5px;
  -o-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.lstq {
  font-size: 0;
  margin-right: 10px;
}

.lstq>label {
  padding: 0 5px;
  margin: 5px 0;
  color: #333333;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
}

.lstq>input {
  width: 80px;
  height: 24px;
  margin: 5px 2px 5px 0;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.lstq>div {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 5px;
  margin: 5px 4px 5px 0;
  border-radius: 5px;
  background: #3166cc;
}

.lstq>div:hover {
  opacity: 0.8;
}

.handle3>.relief {
  float: right;
}

.handle3>.relief>span {
  padding: 0 5px;
  margin: 5px 0;
  color: red;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
}

/* ========================trend样式======================== */
.trend {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
}

.trend-ha {
  height: auto;
}

.trend .trend-table {
  height: auto;
  font-size: 0;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  -moz-transform-origin: 'top left';
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.trend .trend-table>div {
  position: relative;
  float: left;
}

.tbody-main {
  background: #ffffff;
}

#issue .tbody-main {
  background: #f3f2f2;
}

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

.tbody-main tr:last-child td {
  border-bottom: 1px solid #ffffff !important;
}

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

.yxq tr:first-child td,
.tbody-other tr.cxcs td {
  border-top: 1px solid #cacaca !important;
}

.yxq tr:last-child td,
.tbody-other tr.zdlc td {
  border-bottom: 1px solid #cacaca !important;
}

table thead tr:first-child th span,
table tfoot tr:last-child td span {
  font-weight: bold;
}

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

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

.trend .trend-table>div table tr {
  min-height: 23px;
  border: 0;
}

.trend .trend-table>div table thead tr th,
.trend .trend-table>div table tbody tr td,
.trend .trend-table>div table tfoot tr td {
  padding: 1px 0;
  min-width: 23px;
  height: 25px;
  color: #333333;
  font-size: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  word-break: keep-all;
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}

.trend .trend-table>div:nth-child(2) table thead tr th:nth-child(1),
.trend .trend-table>div:nth-child(2) table tbody tr td:nth-child(1),
.trend .trend-table>div:nth-child(2) table tfoot tr td:nth-child(1) {
  border-left: 1px solid #cacaca !important;
}

.trend .trend-table div table thead tr th:last-child,
.trend .trend-table div table tbody tr td:last-child,
.trend .trend-table div table tfoot tr td:last-child {
  border-right: 1px solid #cacaca !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: 22px;
  font-size: 14px;
  line-height: 22px;
}

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

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

.trend .trend-table>div table tfoot tr:nth-child(2) td {
  border-bottom: 0;
}

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

table td.open_num span {
  width: 22px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
}

#open_num table td.is span {
  color: #ffffff;
  background: #3166cc;
}

/* ========================#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: 50px !important;
  font-weight: bold;
  line-height: 50px !important;
  background: #f3f2f2;
}

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

#issue .sing-row .issue-name>div>div {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#issue .sing-row .issue-name>div>div.issue-title {
  display: inline-block;
  width: auto;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 45px;
}

#issue .sing-row .issue-name>div>div.issue-btns {
  height: 28px;
  margin: 11px 0 10px 5px;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

#issue .sing-row .issue-name>div>div.issue-btns span {
  width: auto;
  height: 26px;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  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;
}

#issue .sing-row .issue-name>div>div.issue-sort {
  position: relative;
  width: 20px;
  height: 50px;
}

.sing-row .issue-name>div>div.issue-sort .issue-sort-up {
  position: absolute;
  display: block;
  top: 8px;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #f26a47;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.sing-row .issue-name>div>div.issue-sort .issue-sort-down {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #b7b7b7;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* ========================#open_num======================== */
#open_num table thead tr:nth-child(1) th,
#statistics table thead tr:nth-child(1) th,
#open_num table tfoot tr:nth-child(2) td,
#statistics table tfoot tr:nth-child(2) td {
  font-weight: bold;
  border-right: 1px solid #aaaaaa;
}

/* #open_num table thead tr th span, */
#statistics table thead tr th span {
  font-size: 13px;
}

#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 table td.ylz1,
#open_num table td.ylz2,
#open_num table td.ylz3 {
  background: #d5d5d5 !important;
}

/* 断区 */

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

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

#open_num table td.slicle,
#lq table td.slicle {
  background: #ffeee8 !important;
}

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

.trend .trend-table div table tbody.yxq tr td>div span.name {
  width: 45px;
  font-size: 14px;
  text-align: center;
}

.trend .trend-table div table tbody.yxq tr td>div span {
  line-height: 22px;
}

.trend .trend-table div table tbody.yxq tr td>div span svg {
  margin: 3px 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: 18px;
  height: 18px;
  margin: 2px auto;
  color: #999797;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
}

.trend .trend-table div#open_num table tbody.yxq tr td.lan>div>span {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  background: #3166cc;
}

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

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

.tbody-other tr td {
  position: relative;
}

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

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

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

.tbody-other tr.s-size td div:first-child span,
.tbody-other tr.s-size td.lan div:first-child span {
  font-size: 12px;
}

.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: 0;
  left: -10%;
  right: -10%;
  text-align: center;
  font-size: 12px;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}

#issue .tbody-other tr:last-child td,
#issue .tbody-other tr:nth-child(4) td,
#open_num .tbody-other tr:last-child td,
#open_num .tbody-other tr:nth-child(4) td,
#statistics .tbody-other tr:last-child td,
#statistics .tbody-other tr:nth-child(4) td {
  border-bottom-color: #cacaca;
}

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

.show-zxtjt td .zxtjt {
  height: 60px !important;
}

#issue .show-zxtjt td {
  padding-top: 23px;
}

#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: 10px;
  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 {
  position: relative;
}

.tbody-btns,
.tbody-btns tr,
.tbody-btns tr td,
.tbody-btns tr td>div {
  height: 36px;
  min-height: 36px;
  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: 36px;
  padding: 0 10px;
}

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

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

/* btns-center */
.tbody-btns tr td>div .btns-center {
  pointer-events: none;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  padding: 0 340px 0 56px;
  -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 tr td>div .btns-center>div {
  pointer-events: all;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}

.tbody-btns tr td>div .btns-center>div.information {
  min-width: 360px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-right: 5px;
}

.tbody-btns tr td>div .btns-center>div.information>span.new-issue,
.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: 6px 5px;
  padding: 0 12px;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  background: #f3f2f2;
}

.tbody-btns tr td>div>.btns-center>div.btns>span:nth-child(1) {
  color: #ffffff;
  background: #1fc338;
  border: 1px solid #2baa3f;
}

.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 8px;
  color: #333333;
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px 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 {
  float: right;
  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: 16px;
  line-height: 36px;
}

.tbody-btns .btns-right .radio div label .tips {
  z-index: 1001;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  padding: 0 4px;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #6eaffa;
  border-radius: 5px;
  background: #eaf3fc;
  white-space: nowrap;
  -webkit-transform: translate(0, -125%);
  -moz-transform: translate(0, -125%);
  -ms-transform: translate(0, -125%);
  -o-transform: translate(0, -125%);
  transform: translate(0, -125%);
}

.tbody-btns .btns-right .radio div label .tips::before {
  display: block;
  z-index: 10;
  content: '';
  position: absolute;
  bottom: -10px;
  right: 28px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid #eaf3fc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.tbody-btns .btns-right .radio div label .tips::after {
  display: block;
  z-index: 9;
  content: '';
  position: absolute;
  bottom: -13px;
  right: 28px;
  width: 0;
  height: 0;
  border-bottom: 6px solid transparent;
  border-top: 6px solid #6eaffa;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.tbody-btns .btns-right .radio div label:hover .tips {
  display: block;
}

.tbody-btns .btns-right .radio div span {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 10px 8px;
  line-height: 0;
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #dcdcdc;
}

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

.tbody-btns .btns-right .combobox {
  display: inline-block;
  position: relative;
  margin: 6px 0;
  padding: 0 8px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  background: #f3f2f2;
}

.tbody-btns .btns-right .combobox>div {
  display: none;
  z-index: 1001;
  position: absolute;
  left: 50%;
  bottom: -1px;
  padding-top: 5px;
  height: auto;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.tbody-btns .btns-right .combobox>div>div {
  padding: 4px 8px;
  border: 1px solid #6eaffa;
  border-radius: 4px;
  background: #eaf3fc;
}

.tbody-btns .btns-right .combobox:hover {
  border-color: #6eaffa;
  background: #eaf3fc;
}

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

.tbody-btns .btns-right .combobox>div>div>div {
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: left;
}

.tbody-btns .btns-right .combobox>div>div>div.btn {
  padding: 0;
  height: auto;
  text-align: center;
  box-sizing: border-box;
}

.tbody-btns .btns-right .combobox>div>div>.checkbox>span {
  margin-top: 5px;
}

.tbody-btns .btns-right .combobox>div>div>.checkbox>label {
  font-size: 14px;
}

.tbody-btns .btns-right .combobox>div>div>div.btn>span {
  height: auto;
  padding: 0 4px;
  margin: 0 4px;
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  border-radius: 4px;
  border: 1px solid #bbbbbb;
  background: #ffffff;
}

/* ========================走势介绍======================== */
#introduce {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 10px 10px 20px 10px;
}

#introduce>h3 {
  width: 100%;
  padding: 0 10px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  background: #f3f2f2;
}

#introduce>h3 span:first-child {
  float: left;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
}

#introduce>h3 span:last-child {
  float: right;
  color: #2245f9;
}

#introduce>div {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 28px;
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

#introduce>div>label {
  font-size: 14px;
  line-height: 28px;
}

#introduce>div>p {
  padding-left: 28px;
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
}

#introduce>div>p.child-row {
  padding-left: 65px;
}

#introduce>div>p>span {
  user-select: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 12px;
  line-height: 20px;
  word-break: keep-all;
}

/* ========================head_body======================== */
#head_body {
  width: auto;
  min-width: 1200px;
  padding: 0 10px;
  margin: 0 auto 10px auto;
  height: auto;
}

.crumbs {
  font-size: 14px;
  color: #010101;
  line-height: 36px;
}

.crumbs>a {
  color: #0f3f94;
}

.crumbs>h1 {
  display: inline-block;
  font-size: 14px;
  color: #010101;
  line-height: 36px;
}

.lottery {
  width: 100%;
  padding: 10px;
  color: #010101;
  font-size: 14px;
  line-height: 30px;
  background-color: #eaf3fc;
  border: 1px solid #a9cde5;
}

.lottery label {
  float: left;
  margin: 4px 10px 4px 0;
  width: 60px;
  color: #3056a9;
  line-height: 22px;
  text-align: center;
  background-image: url(https://img2.ydniu.com/chart/Images/index/ic_bg.png);
}

.lottery—left {
  width: 36%;
  float: left;
}

.lottery—left>div {
  height: 50%;
}

.lottery—left>div>div>a {
  display: inline-block;
  width: 60px;
  margin: 4px 10px 4px 0;
  text-align: center;
  line-height: 22px;
}

.lottery—left>div>div>a.select {
  color: #ffffff;
  background: #206196;
}

.lottery—right {
  position: relative;
  width: 64%;
  height: 60px;
  float: right;
  padding-left: 70px;
}

.lottery—right>div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70px;
  height: 100%;
}

.lottery—right>div:last-child {
  width: 100%;
}

.lottery—right>div:last-child>a {
  display: inline-block;
  width: auto;
  margin: 0 5px;
  white-space: nowrap;
}

.wanfa {
  position: relative;
  width: 100%;
  padding: 5px 190px 5px 52px;
  font-size: 0;
  line-height: 20px;
  border-left: 1px solid #a9cde5;
  border-right: 1px solid #a9cde5;
  border-bottom: 1px solid #a9cde5;
}

.wanfa label {
  position: absolute;
  top: 5px;
  left: 10px;
  width: auto;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.wanfa>span {
  float: left;
  width: auto;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin-left: 10px;
}

.wanfa>a {
  float: left;
  position: relative;
  width: auto;
  padding: 0 5px;
  margin: 0 5px;
  color: #0f3f94;
  font-size: 14px;
  line-height: 24px;
}

.wanfa>a::after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  right: -5px;
  bottom: 4px;
  width: 1px;
  height: auto;
  background: #c4c4c4;
}

.wanfa>a.select {
  color: #ffffff !important;
  background: #206196 !important;
}

.wanfa .more {
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
}

.wanfa .more>a {
  float: right;
  position: relative;
  padding: 0 20px 0 10px;
  margin-right: 10px;
  color: #114fb2;
  font-size: 12px;
  line-height: 22px;
  background-color: #cbe5fe;
  border: 1px solid #9fcafd;
}

.wanfa .more>a>i {
  position: absolute;
  top: 5px;
  right: 2px;
  bottom: 3px;
  width: 12px;
  height: 12px;
  background-image: url(https://img2.ydniu.com/chart/Images/index/i_r.jpg);
  background-repeat: no-repeat;
}

/* ==================== tdk_head_body ==================== */
#head_body {
  margin-bottom: 0;
}

.tdk_head_body {
  min-width: 1180px;
  margin: 0 10px 10px 10px;
  border: 1px solid #cee6ff;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #eaf3fc;
}

.tdk_head_body .lot-box {
  margin: 5px 10px 0 10px;
}

.tdk_head_body .lot-box>div:first-child {
  width: 28%;
}

.tdk_head_body .lot-box>div:last-child {
  width: 72%;
}

.tdk_head_body .lot-box-left label {
  position: relative;
  float: left;
  border-bottom: 6px solid #ffe7ad;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tdk_head_body .lot-box-left label span {
  color: #101010;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: -12px;
}

.tdk_head_body .lot-box-left div {
  width: auto;
  float: left;
}

.tdk_head_body .lot-box-left div a {
  display: inline-block;
  min-width: 56px;
  margin: 4px 0 4px 10px;
  color: #101010;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.tdk_head_body .lot-box-left div a.select,
.tdk_head_body .lot-box-right div a.select {
  color: #c21b1b;
  font-weight: bold;
  background: #ffd86b;
  border-radius: 3px;
}

.tdk_head_body .lot-box-right {
  position: relative;
  padding-left: 52px;
}

.tdk_head_body .lot-box-right label {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 6px solid #ffe7ad;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tdk_head_body .lot-box-right label span {
  color: #101010;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: -12px;
}

.tdk_head_body .lot-box-right div {
  word-wrap: break-word;
  word-break: break-all;
}

.tdk_head_body .lot-box-right div a {
  display: inline-block;
  margin: 4px 0 4px 10px;
  padding: 0 4px;
  color: #101010;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.tdk_head_body .url_list_box {
  position: relative;
  padding: 0 10px 5px 10px;
  /* height: 104px; */
  z-index: 1006;
}

.tdk_head_body .url_list {
  z-index: 1007;
  position: relative;
  /* position: absolute;
  top: 0; */
  /* left: 10px; */
  /* right: 10px; */
  /* height: 98px; */
  min-height: 98px;
  padding: 4px 54px 4px 10px;
  overflow: hidden;
  border: 1px solid #cee6ff;
  border-radius: 5px;
  background-color: #ffffff;
}

.tdk_head_body .develop {
  height: auto;
}

.tdk_head_body .url_list>.url_list_num {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: auto;
  padding: 5px;
  text-align: center;
  background: #eaf3fc;
  border-radius: 5px;
}

.tdk_head_body .url_list>.url_list_num>span {
  color: #636363;
  font-size: 13px;
  line-height: 20px;
}

.tdk_head_body .url_list>.url_list_btn {
  display: none;
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 52px;
  height: auto;
  padding: 5px;
  color: #636363;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  background: #eaf3fc;
  border-radius: 5px;
}

.tdk_head_body .url_item {
  width: auto;
  max-width: 182px;
  padding: 6px 5px;
}

.tdk_head_body .url_item a {
  position: relative;
  width: auto;
  padding-left: 20px;
  color: #636363;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
  display: inline-block;
}

.tdk_head_body .url_item a span {
  position: absolute;
  top: 2px;
  left: 0;
}

.tdk_head_body .url_item a span svg {
  fill: #bebebe !important;
}

.tdk_head_body .url_item a.select {
  color: #ff0000;
}

.tdk_head_body .url_item a.select span svg {
  fill: #ff0000 !important;
}

/* ==================== text_plug ==================== */
.advert-box {
  display: block;
  min-width: 1180px;
  min-height: 32px;
  margin: 0 10px 10px 10px;
  font-size: 0;
  border-top: 0;
  border-left: 1px solid #cee6ff;
  border-right: 1px solid #cee6ff;
  border-bottom: 1px solid #cee6ff;
  background-color: #eaf3fc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#text_plug {
  display: block;
  min-width: 1180px;
  padding: 5px 10px;
  font-size: 0;
  background-color: #eaf3fc;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

#text_plug a {
  position: relative;
  display: inline-block;
  color: #0f3f94;
  font-size: 13px;
  line-height: 20px;
  margin-right: 12px;
}

#text_plug a:hover {
  color: #ff0000;
}

#text_plug a:last-child {
  margin-right: 0;
}

#text_plug a::after {
  display: block;
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: -6px;
  width: 1px;
  background: #bebebe;
}

#text_plug a:last-child::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
}

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

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

.loaderContantBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin: 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;
  }

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

#introduce ul label {
  font-weight: bold;
  margin-left: 0px;
}

#introduce ul {
  display: block;
  margin-left: 20px;
  font-size: 14px;
}

#introduce ul li {
  display: block;
}