.main-content .tool_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.main-content .tool_top h3,
.main-content .tool_top .title {
  font-size: 16px;
  font-weight: bold;
  color: #5397df;
  margin-right: 24px;
}
.main-content .tool_top .left {
  display: flex;
}
.main-content .tool_top .left a,
.main-content .tool_top .left .cut {
  font-size: 12px;
  color: #181818;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-content .tool_top .left a.active,
.main-content .tool_top .left .cut.active {
  color: #cf595a;
}
.main-content .tool_top .left a:not(:last-child)::after,
.main-content .tool_top .left .cut:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 13px;
  background: #e0e0e0;
  margin: 0 8px;
}
.main-content .tool_top .left .gray {
  color: #999999;
}
.main-content .tool_top .right {
  display: flex;
  align-items: center;
}
.main-content .tool_top .right a {
  font-size: 14px;
  color: #999999;
  margin-left: 16px;
}
.main-content .tool_top .hw_kd {
  display: flex;
  align-items: center;
}
.main-content .tool_top .hw_kd span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 24px;
  font-size: 12px;
  color: #999999;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #999999;
  cursor: pointer;
  margin-left: 16px;
}
.main-content .tool_top .hw_kd span.tab {
  color: #5397df;
  border-color: #5397df;
}
.main-content .tool_bot {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-top: none;
  box-sizing: border-box;
}
.main-content .tool_bot .select {
  width: 68px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  color: #181818;
  background: #ffffff;
  border-radius: 2px;
  outline: none;
  border: 1px solid #acccff;
  cursor: pointer;
  margin: 0 6px;
}
.main-content .tool_bot .xfk {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.main-content .tool_bot .xfk span {
  display: flex;
  padding: 0 5px;
  height: 16px;
  font-size: 12px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  margin-right: 6px;
  cursor: pointer;
}
.main-content .tool_bot .xfk span.active {
  border-color: #2691dc;
}
.main-content .tool_bot .xfk:not(:last-of-type) {
  margin-right: 10px;
}
.main-content .tool_bot .look {
  width: 42px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #181818;
  background: linear-gradient(180deg, #f0f0f0 0%, #dcdcdc 100%);
  border-radius: 2px;
  cursor: pointer;
  margin-left: 10px;
}
.main-content .tool_bot .right {
  display: flex;
  align-items: center;
}
.main-content .tool_bot .right a {
  font-size: 12px;
  color: #181818;
  margin: 0 6px;
}
.main-content .tool_bot .right a.active {
  color: #5397df;
}
.main-content .tool_bot .right .text {
  width: 60px;
  height: 24px;
  text-align: center;
  font-size: 12px;
  color: #181818;
  background: #ffffff;
  border-radius: 2px;
  outline: none;
  border: 1px solid #cecece;
  margin: 0 6px;
}
.main-content .tool_bot .right span {
  font-size: 14px;
  color: #181818;
}
.main-content .tool_bot .right .periods {
  font-size: 13px;
  color: #4a4a4a;
  margin-right: 16px;
  cursor: pointer;
  text-decoration: underline;
}
.main-content .tool_bot .left {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.main-content .tool_bot .left p {
  display: flex;
}
.main-content .tool_bot .left p span {
  color: #999999;
  font-size: 14px;
}
.main-content .tool_bot .left p span:nth-of-type(even) {
  margin-left: 16px;
}
.main-content .tool_bot .left p .fowt {
  font-weight: bold;
  color: #181818;
}
.main-content .tool_bot .left p .red {
  color: #cf595a;
}
.main-content .tool_bot .left p .blue {
  color: #5397df;
}
.main-content .tool_bot .left p:nth-of-type(2) {
  margin-left: 36px;
}
.main-content .handle_tab {
  display: flex;
  font-size: 14px;
  color: #181818;
}
.main-content .handle_tab > label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main-content .handle_tab > label:not(:last-of-type) {
  margin-right: 10px;
}
.main-content .handle_tab > label > input {
  display: none;
}
.main-content .handle_tab > label > span {
  display: flex;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.main-content .handle_tab > label > input:checked + span {
  background: url(/static/images/checked.png) no-repeat 68% center;
  background-size: 100%;
  background-color: var(--red-color);
}
.main-content .chart {
  position: relative;
  border: 1px solid #dbdbdb;
  box-sizing: content-box;
}
.main-content .chart .zst_table {
  width: calc(100% - 1px);
  font-size: 12px;
  line-height: 20px;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
}
.main-content .chart .zst_table .thbg th,
.main-content .chart .zst_table .thbg td {
  height: auto;
  background: #f0f9ff;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.main-content .chart .zst_table th {
  font-weight: normal;
  border: 1px solid #fff;
}
.main-content .chart .zst_table .sort_top {
  cursor: pointer;
}
.main-content .chart .zst_table .sort_top::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 11px;
  background: url(/static/images/sort_desc.png) no-repeat right center / 100%;
}
.main-content .chart .zst_table .sort_bottom {
  cursor: pointer;
}
.main-content .chart .zst_table .sort_bottom::after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 11px;
  background: url(/static/images/sort_asc.png) no-repeat right center / 100%;
}
.main-content .chart .zst_table .strong {
  font-weight: bold;
}
.main-content .chart .zst_table #cpdata .active td {
  background-color: #eaf0f7;
}
.main-content .chart .zst_table td {
  background: #f7f7f7;
  font-family: "宋体";
  text-align: center;
  border: 1px solid #fff;
  height: 24px;
  overflow: hidden;
}
.main-content .chart .zst_table .flexcen {
  display: flex;
  justify-content: center;
}
.main-content .chart .zst_table .lineh12 {
  line-height: 12px;
}
.main-content .chart .zst_table .wdh {
  width: 18px;
}
.main-content .chart .zst_table .wd19 {
  width: 19px;
}
.main-content .chart .zst_table .wdhz {
  width: 20px;
}
.main-content .chart .zst_table .wz {
  width: 21px;
}
.main-content .chart .zst_table .wx {
  width: 24px;
}
.main-content .chart .zst_table .fen {
  font-family: tahoma;
}
.main-content .chart .zst_table .hw {
  display: none;
}
.main-content .chart .zst_table .yl01 {
  color: #d0dce9;
}
.main-content .chart .zst_table .yl02 {
  color: #e9c7c7;
}
.main-content .chart .zst_table .yl03 {
  color: #bbb;
}
.main-content .chart .zst_table .yl04 {
  color: #cdcddd;
}
.main-content .chart .zst_table .yl05 {
  color: #d6bdab;
}
.main-content .chart .zst_table .rball1,
.main-content .chart .zst_table .rball2,
.main-content .chart .zst_table .rball3 {
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: -1px;
  background-image: url(/static/images/r-ball.png);
}
.main-content .chart .zst_table .bball1,
.main-content .chart .zst_table .bball2 {
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: -1px;
  background-image: url(/static/images/b-ball.png);
  position: relative;
}
.main-content .chart .zst_table .bball1 sup,
.main-content .chart .zst_table .bball2 sup {
  position: absolute;
  right: -2px;
  top: -3px;
  line-height: 12px;
  color: #c84c59;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  transform: scale(0.7);
}
.main-content .chart .zst_table .chartball06 {
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: -1px;
  background-image: url(/static/images/z-ball.png);
}
.main-content .chart .zst_table .chartball03 {
  background: #c84c59 !important;
  color: #fff;
}
.main-content .chart .zst_table .chartball04 {
  background: #e0b26d !important;
  color: #fff;
}
.main-content .chart .zst_table .hbat,
.main-content .chart .zst_table .hball {
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  font-family: Arial;
  font-weight: bold;
  letter-spacing: -1px;
  background-image: url(/static/images/ball_hui.gif);
}
.main-content .chart .zst_table .b_rball {
  background: #f7f7f7 url(/static/images/r-circle.png) center center no-repeat;
  color: #bf4c34;
  letter-spacing: -1px;
  font-family: Arial;
}
.main-content .chart .zst_table .b_bball {
  background: #f7f7f7 url(/static/images/h_circle.gif) center center no-repeat;
  color: #333;
  letter-spacing: -1px;
  font-family: Arial;
}
.main-content .chart .zst_table .box_bg1 {
  background: #e0b26d;
  color: #fff;
  width: 16px;
  height: 15px;
  margin: 0 auto;
  line-height: 15px;
  font-family: arial;
}
.main-content .chart .zst_table .box_bg2 {
  background: #8f98cc;
  color: #fff;
  width: 16px;
  height: 15px;
  margin: 0 auto;
  line-height: 15px;
  font-family: arial;
}
.main-content .chart .zst_table .bg3 {
  background: #e0b26d;
  color: #fff;
  font-family: tahoma;
  width: 27px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg4 {
  background: #444;
  color: #fff;
  font-family: tahoma;
  width: 27px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg5 {
  background: #8dbcbd;
  color: #fff;
  font-family: tahoma;
  width: 27px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg8 {
  background: #e0a60d;
  color: #fff;
  font-family: arial;
  width: 35px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
  font-weight: bold;
}
.main-content .chart .zst_table .bg8_d {
  background: #8f98cc;
  color: #fff;
  font-family: arial;
  width: 35px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
  font-weight: bold;
}
.main-content .chart .zst_table .bg10 {
  background: #c84c59;
  color: #fff;
  font-family: arial;
  width: 44px;
  height: 18px;
  margin: 0 auto;
  line-height: 18px;
}
.main-content .chart .zst_table .bg11 {
  background: #8dbcbd;
  color: #fff;
  font-family: tahoma;
  width: 42px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg12 {
  background: #7d89d1;
  color: #fff;
  font-family: tahoma;
  width: 42px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg13 {
  background: #7ca8a9;
  color: #fff;
  font-family: tahoma;
  width: 56px;
  height: 16px;
  margin: 0 auto;
  line-height: 16px;
}
.main-content .chart .zst_table .bg10_l,
.main-content .chart .zst_table .bg10_r {
  background: #7ca8a9;
  color: #fff;
  font-family: tahoma;
  width: 28px;
  height: 14px;
  margin: auto;
  line-height: 14px;
}
.main-content .chart .zst_table .br01 {
  width: 1px;
  background: #dbdbdb !important;
  font-size: 0;
  border: 1px solid #dbdbdb;
  border-width: 1px 0px 1px 0px;
}
.main-content .chart .zst_table .br02 {
  width: 2px;
  background: #dbdbdb !important;
  font-size: 0;
  border: 1px solid #dbdbdb;
  border-width: 1px 0px 1px 0px;
}
.main-content .chart .zst_table .tdbck td {
  height: 1px;
  background: #dbdbdb;
  font-size: 0;
}
.main-content .chart .zst_table .presqu td {
  background-image: none;
  background: #eaeaea;
  font-family: tahoma;
  color: #999999;
  cursor: pointer;
}
.main-content .chart .zst_table .presqu td.presele_tit {
  background-image: none;
  color: #2b2b2b;
  cursor: default;
}
.main-content .chart .zst_table .presqu .yxh_ball.active {
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url(/static/images/r-ball.png);
}
.main-content .chart .zst_table .presqu .yxh_block.active {
  color: #fff;
  background: #bf4c34;
}
.main-content .chart .zst_table .export1 td {
  background: #fbfbfb;
  text-align: left;
  height: 34px;
}
.main-content .chart .zst_table .export1 td:first-of-type {
  text-align: center;
}
.main-content .chart .zst_table .export1 td .w {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.main-content .chart .zst_table .export1 td .w .handle_tab {
  font-size: 12px;
}
.main-content .chart .zst_table .export1 ul {
  display: flex;
}
.main-content .chart .zst_table .export1 ul li {
  margin-right: 20px;
}
.main-content .chart .zst_table .export1 ul li .blue2 {
  color: #2691dc;
}
.main-content .chart .zst_table .export1 .t_center {
  justify-content: center;
}
.main-content .chart .zst_table .gross {
  color: #333;
}
.main-content .chart .zst_table .gross tr:nth-of-type(odd) td {
  background: #fff;
}
.main-content .chart .zst_table .gross tr:nth-of-type(even) td {
  background: #f7f7f7;
}
.main-content .chart .zst_table .ft8 {
  font-size: 6px;
  font-family: tahoma;
  width: 16px;
  -webkit-transform: scale(0.66);
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  color: #d9d9d9;
}
.main-content .chart .zst_table .r {
  color: #cf595a;
}
.main-content .chart .zst_table .blue {
  color: #5397df;
}
.main-content .chart .zst_table .wz1 {
  color: #c84c59;
  margin: 0 2px 0 2px;
}
.main-content .chart .zst_table .wz2 {
  color: #3370b0;
  margin: 0 2px 0 2px;
}
.main-content .chart .zst_table .wz3 {
  color: #f29200;
  margin: 0 2px 0 2px;
}
.main-content .chart .zst_table .wz4 {
  color: #008b8d;
  margin: 0 2px 0 2px;
}
.main-content .chart .zst_table .wz5 {
  color: #c84c59;
  font-weight: bold;
}
.main-content .chart .zst_table .wz6 {
  color: #008b8d;
  font-weight: bold;
}
.main-content .chart .zst_table .wz7 {
  color: #222;
}
.main-content .chart .zst_table .wz8 {
  color: #bf4c34;
}
.main-content .chart .zst_table .fenred {
  font-family: tahoma;
  color: #c84c59;
}
.main-content .chart .zst_table .blue2 {
  color: #3370b0;
  width: 24px;
}
.main-content .chart .zst_table .red {
  color: #d12114;
  font-family: tahoma;
  width: 24px;
}
.main-content .chart .zst_table .yellow {
  color: #f29200;
  width: 24px;
}
.main-content .chart .zst_table .zhong {
  color: #ff5555;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.main-content .chart .zst_table .cuo {
  color: #999;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}
.main-content .chart .zst_table .bg_p {
  color: #e1adad;
  background-color: #faeeee;
}
.main-content .chart .zst_table .bg_bl {
  color: #bccee2;
  background-color: #eaf0f7;
}
.main-content .chart .zst_table .bg_0 {
  background: #e0a60d;
}
.main-content .chart .zst_table .bg_1 {
  background: #cf595a;
}
.main-content .chart .zst_table .bg_2 {
  background: #5397df;
}
.main-content .chart .zst_table .bg_3 {
  background: #fa8442;
}
.main-content .chart .zst_table .bg_4 {
  background: #7d89d1;
}
.main-content .chart .zst_table .bg_5 {
  background: #e0b26d;
}
.main-content .chart .zst_table .bg_6 {
  background: #8dbcbd;
}
.main-content .chart .nonum #cpdata .yl01,
.main-content .chart .nonum #cpdata .yl02,
.main-content .chart .nonum #cpdata .yl03,
.main-content .chart .nonum #cpdata .yl04,
.main-content .chart .nonum #cpdata .yl05,
.main-content .chart .nonum #cpdata .ft8 {
  color: #f7f7f7;
  background-color: #f7f7f7;
}
.main-content .chart .ylfc {
  background: #99c !important;
}
.main-content .chart .nonum .ylfc {
  color: #99c !important;
}
.main-content .chart .nonum #cpdata .ylfc .ft8 {
  color: #99c !important;
  background-color: #99c !important;
}
.main-content .chart .nonum #cpdata .active .yl01,
.main-content .chart .nonum #cpdata .active .yl02,
.main-content .chart .nonum #cpdata .active .yl03,
.main-content .chart .nonum #cpdata .active .yl04,
.main-content .chart .nonum #cpdata .active .yl05,
.main-content .chart .nonum #cpdata .active .ft8 {
  color: #eaf0f7;
  background: #eaf0f7;
}
.main-content .chart .nonum .bg_bl {
  color: #eaf0f7;
}
.main-content .chart .nonum .bg_p {
  color: #faeeee;
}
.main-content .chart .ch_active .ch {
  background-image: url(/static/images/ch.gif);
  color: #fff;
}
.main-content .chart .lh_active .lh {
  background-image: url(/static/images/lh.gif);
  color: #fff;
}
.main-content .chart .bh_active .bh {
  background-image: url(/static/images/bh.gif);
  color: #fff;
}
.main-content .chart .bottomaid {
  width: 100%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: #f6f6f6;
}
.main-content .chart .canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.main-content .chart.qmfx {
  border: none;
}
.main-content .chart.qmfx th {
  border: 1px solid #e0e0e0;
}
.main-content .chart.qmfx td {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.main-content .chart.qmfx td span {
  color: #888;
}
.main-content .chart .kl8_table {
  overflow-x: scroll;
}
.main-content .chart * {
  box-sizing: content-box;
}
.main-content #wchlist table {
  display: none;
  width: 100%;
  border-spacing: 0;
  text-align: center;
  border-collapse: collapse;
}
.main-content #wchlist table th {
  height: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #181818;
  background: #f0f9ff;
  border: 1px solid #e0e0e0;
  border-top: none;
}
.main-content #wchlist table td {
  padding: 4px;
  font-size: 12px;
  color: #181818;
  vertical-align: top;
  border: 1px solid #e0e0e0;
}
.main-content #wchlist .show {
  display: table;
}
.main-content #wchlist .prompt {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 1px solid #e0e0e0;
  border-top: none;
  box-sizing: border-box;
}
.main-content #wchlist .prompt strong {
  color: #d12114;
}
.main-content #wchlist .prompt span {
  color: #1a54a6;
  margin-right: 12px;
}
.main-content .mt16 {
  margin-top: 24px;
}
