/*0-two.css*/
/*弹窗  */
.js_dialog {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}
.js_dialog .mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.js_dialog .dialog {
  position: fixed;
  z-index: 5000;
  width: 500px;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -180px;
  background-color: #22282f;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
}
.js_dialog .dialog .dialog__hd {
  padding: 10px 30px;
  border-bottom: 1px solid #5a6577;
  text-align: left;
}
.js_dialog .dialog .dialog__title {
  font-weight: 400;
  font-size: 18px;
}
.js_dialog .dialog .dialog__bd {
  padding: 30px 70px;
  height: 120px;
  word-wrap: break-word;
  word-break: break-all;
}
.js_dialog .dialog .dialog__bd p {
  font-size: 18px;
  padding-bottom: 20px;
}
.js_dialog .dialog .dialog__bd p.bzts {
  font-size: 15px;
}
.js_dialog .dialog .dialog__bd span {
  padding: 5px;
  color: #cbd8f8;
}
.js_dialog .dialog .dialog__ft table {
  width: 100%;
  line-height: 40px;
}
.js_dialog .dialog .dialog__btn {
  font-size: 16px;
  display: block;
  color: #FFF;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  margin: 0px 70px 20px 70px;
  border: 1px solid #5a6577;
  background-color: #4372ba;
  border-radius: 5px;
}
.js_dialog .dialog .dialog__btn_default {
  color: #7c8ca5;
  background-color: #22282f;
}
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvbW9kdWxlLzAtdHdvLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
address,
area {
  font-family: "Microsoft YaHei", "微软雅黑", "Verdana", "Arial", "simsun", "宋体", "sans-serif";
  background-repeat: no-repeat;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
.main ul li {
  list-style: none;
  float: left;
}
.page.span {
  display: inline-block;
}
a {
  text-decoration: none;
  display: inline-block;
}
.red {
  color: #ff0000;
}
.green {
  color: #22ac38;
}
.white {
  color: #fff;
}
.yellow {
  color: #f0f888;
}
.bold {
  font-weight: bold;
}
.blue {
  color: #02f7ff;
}
ul li.wd20 {
  width: 20px;
}
ul li.wd35 {
  width: 35px;
}
ul li.wd40 {
  width: 40px;
}
ul li.wd45 {
  width: 45px;
}
ul li.wd50 {
  width: 50px;
}
ul li.wd53 {
  width: 53px;
}
ul li.wd55 {
  width: 55px;
}
ul li.wd60 {
  width: 60px;
}
ul li.wd67 {
  width: 67px;
}
ul li.wd68 {
  width: 68px;
}
ul li.wd70 {
  width: 70px;
}
ul li.wd75 {
  width: 75px;
}
ul li.wd80 {
  width: 80px;
}
ul li.wd87 {
  width: 87px;
}
ul li.wd100 {
  width: 100px;
}
ul li.wd120 {
  width: 120px;
}
ul li.wd130 {
  width: 130px;
}
ul li.wd150 {
  width: 150px;
}
ul li.wd200 {
  width: 200px;
}
ul li.txright {
  text-align: right;
}
/*同用*/
.ico_toggle {
  width: 15px;
  height: 45px;
  z-index: 3;
  cursor: pointer;
  background-image: url(../images/togglebg.png);
  color: #ddd;
  line-height: 45px;
  position: absolute;
}
.ico_toggle.br {
  background-position: 14px 0px;
  top: 50%;
  margin-top: -22px;
}
.ico_toggle.bl {
  background-position: 101px 0px;
  text-align: right;
  top: 50%;
  margin-top: -22px;
}
.ico_toggle.bd {
  background-position: -28px -49px;
  width: 45px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  left: 50%;
  margin-left: -22px;
}
.main {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  background: #1a1a1d;
  overflow: hidden;
  padding-bottom: 52px;
}
/*左边*/
.left {
  width: 202px;
  border-right: 2px solid #48515f;
  color: #fff;
  height: 100%;
  float: left;
  padding-top: 100px;
}
.left .tab_title {
  height: 40px;
  line-height: 35px;
  font-size: 14px;
  margin-top: -100px;
  text-align: center;
}
.left .list1 {
  height: 100%;
  position: relative;
}
.left .tab_title span {
  box-sizing: border-box;
  height: 40px;
  width: 100px;
  border-bottom: 1px solid #48515f;
  text-align: center;
  float: left;
  background: #303a44;
  cursor: pointer;
}
.left .tab_title span.main_force {
  border-left: 1px solid #48515f;
}
.left .tab_title span.active {
  border-bottom: none;
  background: #22282F;
  border-top: 4px solid #4372ba;
}
.left .search_div {
  background: #fff;
  border-radius: 10px;
  height: 28px;
  line-height: 28px;
  width: 180px;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 3px;
}
.left .search_div input {
  border: none;
  outline: none;
  height: 28px;
  line-height: 28px;
  z-index: 99;
  color: #000;
  text-indent: 8px;
  width: 140px;
  margin-left: 5px;
  border-radius: 10px;
}
.left .search_div i {
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: url("../images/ico-search.png") 2px 6px no-repeat;
  float: right;
}
.left ul {
  width: 100%;
  height: 30px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #333;
}
.left ul.active {
  background: #38434D;
}
.left ul li {
  float: left;
  text-align: center;
  height: 30px;
  overflow: hidden;
}
.left ul li.stock_name {
  font-weight: bolder;
  width: 80px;
}
.left ul li.stock_price {
  width: 50px;
}
.left ul li.stock_zdf {
  width: 50px;
}
.left ul li.stock_jzx,
.left ul li.stock_szx {
  width: 20px;
  text-align: left;
  cursor: pointer;
  display: none;
}
.left .list1 ul li.stock_jzx.hidden,
.left .searchlist ul li.stock_jzx.hidden {
  display: none;
}
.left ul.active li.stock_jzx,
.left ul.active li.stock_szx {
  display: block;
}
/* .left ul.active.now li.stock_jzx { display: none; } */
/*中间*/
.main .center {
  margin: 0px 222px 0px 202px;
  height: 100%;
  position: relative;
}
.main .center .ico_left_div {
  width: 15px;
  height: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.main .center .ico_right_div {
  width: 15px;
  height: 100%;
  float: right;
  display: flex;
  align-items: center;
}
.main .center .ico_center_div {
  height: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main .center .center_center {
  margin: 0px 15px;
  height: 100%;
  padding-bottom: 265px;
}
.main .center .chart_div {
  padding: 8px 0;
  height: 100%;
}
.main .center .chart_div .chart_top {
  width: 100%;
  height: 40px;
  position: relative;
  float: left;
}
.main .center .chart_top > span {
  float: left;
  position: relative;
  line-height: 28px;
  margin-right: 10px;
  /*width: 70px;*/
  text-align: center;
}
.main .center .chart_top span.chart_name,
.main .center .chart_top span.chart_code {
  width: auto;
  color: #fff;
}
.main .center .chart_top > span.addZX {
  float: right;
  color: #fff;
  background-color: #FF4A03;
  height: 25px;
  text-align: center;
  display: inline-block;
  padding: 0 6px;
  line-height: 25px;
  text-decoration: none;
  width: 60px;
  font-size: 12px;
  cursor: pointer;
}
.main .center .chart_top > span.addZX b::before {
  float: left;
  position: relative;
  top: -1px;
  font-size: 20px;
  content: "+";
}
.main .center .chart_top > span.addZX b.plus::before {
  content: "-";
  top: -2px;
  font-size: 30px;
}
.main .center .chart_div .chart_top .qp {
  float: right;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-image: url(../images/qpbg.png);
  margin-top: 5px;
}
.main .center .chart_div .chart_top .qp.sh {
  background-position-x: 16px;
}
.main .center .chart_div .chart_top ul {
  position: relative;
  float: left;
  width: 360px;
  margin-left: 10px;
}
.main .center .chart_div .chart_top ul li {
  padding: 4px 1px;
  /*height: 25px;*/
  /*line-height: 25px;*/
  border: 1px solid #48515f;
  text-align: center;
  color: #707680;
  margin-right: 3px;
  cursor: pointer;
}
.main .center .chart_div .chart_top ul li.active {
  color: #fff;
  background: #5a6577;
}
.main .center .details {
  width: 100%;
  height: 250px;
  background: #fff;
  border-top: 2px solid #48515f;
  z-index: 888;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.main .center .form_div {
  padding-top: 6px;
  padding-left: 10px;
  width: 200px;
  height: 100%;
  float: left;
  position: relative;
  box-sizing: border-box;
}
.main .center .form_div .breed,
.center .form_div .price,
.center .form_div .number {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  position: relative;
}
.main .center .form_div .breed > span,
.center .form_div .price > span,
.center .form_div .number > span {
  color: #666;
  font-size: 15px;
  font-weight: bold;
  width: 68px;
  float: left;
  position: relative;
  background: url("../images/czbg.png") no-repeat;
  cursor: pointer;
}
.main .center .form_div .breed > span {
  background-position: 50px 13px;
}
.main .center .form_div .number > span {
  background-position: 50px -171px;
}
.main .center .form_div .breed > span.sd {
  background-position: 50px -29px;
}
.main .center .form_div .price > span {
  background-position: 50px -62px;
}
.main .center .form_div .price > span.gdj {
  background-position: 50px -99px;
}
.main .center .form_div .price > span.dsj {
  background-position: 50px -136px;
}
.main .center .form_div .tab_buy_sale {
  width: 100%;
  margin-bottom: 5px;
}
.main .center .form_div .tab_buy_sale span {
  color: #000;
  width: 60px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}
.main .center .form_div.buybg .tab_buy_sale .tab_buy {
  background: #ff3232;
  color: #fff;
}
.main .center .form_div.salebg .tab_buy_sale .tab_sale {
  display: inline-block;
  background: #4372ba;
  color: #fff;
}
.main .center .form_div .div_price,
.main .center .form_div .div_number {
  position: relative;
}
.main .center .form_div input[type="text"],
.main .center .form_div input[type="number"] {
  width: 185px;
  height: 28px;
  line-height: 28px;
  border-radius: 3px;
  color: #999;
  box-sizing: border-box;
  font-size: 14px;
}
.main .center .form_div.buybg input[type="text"],
.main .center .form_div.buybg input[type="number"] {
  border: 1px solid #ff3232;
  box-shadow: none;
  appearance: none;
}
.main .center .form_div.salebg input[type="text"],
.main .center .form_div.salebg input[type="number"] {
  border: 1px solid #4372ba;
  box-shadow: none;
  appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.div_number .tips {
  display: inline-block;
  float: right;
  visibility: hidden;
}
.btn_buy_sale[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.main .center .form_div input.stkcode {
  margin-bottom: 10px;
  padding-left: 10px;
}
.main .center .form_div .div_price {
  margin-bottom: 24px;
}
.main .center .form_div .div_number {
  margin-bottom: 10px;
}
.main .center .form_div .inp_price,
.main .center .form_div .inp_number {
  padding-left: 37px;
  padding-right: 40px;
}
.main .center .form_div span.icon_add,
.main .center .form_div span.icon_cut {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 23px;
  height: 23px;
  cursor: pointer;
  border-radius: 50%;
  background: #ff3232;
  position: absolute;
  top: 3px;
  line-height: 20px;
}
.main .center .form_div span.icon_add {
  right: 10px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main .center .form_div span.icon_cut {
  left: 6px;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main .center .form_div.salebg span.icon_add,
.main .center .form_div.salebg span.icon_cut {
  background: #4372ba;
}
.main .center .form_div .limit_sp {
  margin-right: 5px;
}
.main .center .form_div .div_ratio .radio-inline {
  display: inline-block;
  float: left;
  cursor: pointer;
  font-weight: normal;
  margin-right: 30px;
  _margin-right: 15px;
  padding-left: 20px;
  _padding-left: 0;
  vertical-align: middle;
}
.main .center .form_div .div_ratio .radio-inline.frnone {
  margin-right: 0;
}
.main .center .form_div .radio-inline input[type="radio"] {
  float: left;
  margin: 2px 0 0 -20px;
}
.main .center .form_div .btn_buy_sale {
  display: inline-block;
  border: none;
  width: 187px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 3px;
  background: #ff3232;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}
.main .center .form_div.salebg .btn_buy_sale {
  background: #4372ba;
}
.main .center .form_div strong {
  margin-left: 5px;
  position: absolute;
  color: #acacac;
  margin-top: 5px;
  font-size: 12px;
}
.main .center .form_div .breed input,
.center .form_div .price input,
.center .form_div .number input {
  color: #000;
}
.main .center .form_div .breed input {
  height: 28px;
  width: 120px;
  border-radius: 3px;
  text-indent: 10px;
  border: 1px solid #bababa;
  outline: none;
}
.main .center .form_div .number_div {
  height: 31px;
  border-radius: 3px;
  border: 1px solid #bababa;
  float: left;
  position: relative;
  width: 122px;
  margin-top: 4px;
}
.main .center .form_div .number_div input {
  border: none;
  outline: none;
  width: 100px;
  height: 28px;
  line-height: 28px;
  text-indent: 10px;
  float: left;
  position: relative;
  border-radius: 3px;
}
.main .center .form_div .number_div i {
  display: block;
  height: 14px;
  width: 19px;
  float: left;
  border-left: 1px solid #bababa;
  cursor: pointer;
}
.main .center .form_div .number_div i.up {
  border-bottom: 1px solid #bababa;
  background: url("../images/up.png") 1px 1px no-repeat;
  /*background-image: url("../images/up.png");*/
  /*background-position: 1px -1px;*/
  /*background-repeat: no-repeat;*/
}
.main .center .form_div .number_div i.down {
  background: url("../images/down.png") 1px -1px no-repeat;
}
.main .center .form_div .number_div i.noclick {
  background-color: #ccc;
}
.main .center .form_div .text1 {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
.main .center .form_div .text1 span {
  border-radius: 3px;
  padding: 3px;
  float: right;
  color: #fff;
}
.main .center .form_div .text1 .bgred {
  background: #ff0000;
  margin-right: 5px;
}
.main .center .form_div .text1 .bggreen {
  background: #22ac38;
}
.main .center .form_div .text2 {
  float: left;
  position: relative;
  width: 60px;
  height: 90px;
}
.main .center .form_div .text2 .a1 {
  border-radius: 3px;
  height: 40px;
  width: 60px;
  margin: 0 auto;
  cursor: pointer;
}
.main .center .form_div .text2 .a1.bgred {
  background: #ff3232;
}
.main .center .form_div .text2 .a1.bggreen {
  background: #007130;
}
.main .center .form_div .text2 .a1.bggray {
  background: #666;
}
.main .center .form_div .text2 .a1 span {
  width: 56px;
  height: 20px;
  line-height: 20px;
  box-sizing: border-box;
  margin-left: 4px;
  text-align: center;
  color: #fff;
}
.center .form_div .text2 .a1 span.line {
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: left;
  text-indent: 3px;
}
.center .form_div .text2 .a1 span.line span {
  margin-left: -15px;
}
.center .form_div .text2 .a1 span i.up {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
.center .form_div .text2 .a1 span i.down {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.center .form_div .text2 a.a2 {
  text-decoration: underline;
  color: #949494;
  text-align: center;
  width: 100%;
  margin: 3px 0 8px;
}
.center .form_div .text2 a.a3 {
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 100%;
  background: #bababa;
  color: #fff;
  border-radius: 3px;
}
.center .details .list_div {
  padding: 0 10px;
  width: auto;
  margin-left: 200px;
}
.center .details .list_div input {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 60px;
  background: #4372ba;
  border: none;
  height: 20px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
}
.center .details .list_div ul {
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
}
.center .details .list_div .tab_title {
  height: 30px;
  line-height: 35px;
  border-bottom: 1px solid #4372ba;
  margin: 5px 0 10px;
}
.center .details .list_div ul.tab_title li {
  border: 1px solid #fff;
  width: 100px;
  color: #5a6577;
  font-size: 14px;
  text-align: center;
  height: 28px;
  cursor: pointer;
}
.center .details .list_div ul.tab_title li.active {
  border: 1px solid #4372ba;
  border-bottom: 1px solid #fff;
  /*border-bottom: none;*/
  color: #4372ba;
  height: 29px;
}
.center .details .info_title {
  background: #7c8ca5;
  color: #fff;
}
.center .details .info_title li {
  border-right: 1px solid #e5e5e5;
}
.center .details li.cancel-order {
  border-right: none;
}
.center .details span.chedan {
  padding: 0 10px;
  color: #fff;
  background: #4372ba;
  height: 22px;
  line-height: 22px;
  border-radius: 3px;
  cursor: pointer;
}
.center .details .list1 {
  display: none;
}
.center .info_list ul.content_ul {
  width: 100%;
  float: left;
  position: relative;
}
.center .info_list ul.content_ul.active {
  background: #cbd8f8;
}
.center .info_list ul.content_ul li {
  border-right: 1px solid #e5e5e5;
  color: #000;
  height: 100%;
  /*display: inline-block;*/
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.center .info_list ul.content_ul li.noneborder {
  border-right: none;
}
.center .gd .info_list {
  min-width: 554px;
}
.center .ccxx .info_list {
  min-width: 809px;
}
.center .drwt .info_list {
  min-width: 880px;
}
.center .drcj .info_list {
  min-width: 799px;
}
.center .list1 .title {
  position: absolute;
  z-index: 200;
}
#data_gd,
#data_ccxx,
#data_drwt,
#data_drcj {
  margin-top: 27px;
}
.center .details .list_div .opera {
  margin-top: 7px;
  float: right;
}
.center .details .list1 {
  width: 100%;
  height: 165px;
  position: relative;
  border: 1px solid #bababa;
}
.center .details .list_div .opera a {
  color: #fff;
  display: inline-block;
  width: 64px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #bababa;
}
.center .details .list_div .opera a.bule {
  background: #4372ba;
  height: 25px;
  line-height: 25px;
}
.center .details .list_div .opera a.lightblue {
  background: #7c8ca5;
}
/*右侧*/
.right {
  width: 222px;
  height: 100%;
  color: #fff;
  float: right;
  border-left: 2px solid #48515f;
  padding-top: 285px;
  overflow-y: hidden;
}
.right ul {
  width: 100%;
  text-align: center;
}
.right .right_list1 {
  border-bottom: 2px solid #48515f;
  /*border-left: 2px solid #48515f;*/
  height: 260px;
  color: #999;
  margin-top: 35px;
  float: left;
}
.right .list1 {
  height: auto;
  overflow: hidden;
  /*border-left: 2px solid #48515f;*/
  padding-bottom: 2px;
  float: left;
}
.right .right_list1 ul {
  height: 23px;
  line-height: 23px;
}
#hq_info {
  margin-top: -285px;
}
#hq_info .right_code {
  height: 35px;
  border-bottom: 2px solid #48515f;
  line-height: 35px;
  margin-left: -2px;
  padding-left: 2px;
  background: #1a1a1d;
  position: absolute;
  width: 220px;
}
#hq_info .right_code span {
  margin-left: 10px;
}
.right .right_list1 > ul {
  float: left;
  width: 100%;
  height: 113px;
}
.right .right_list1 ul.weib {
  border-bottom: 1px solid #48515f;
  height: 30px;
  line-height: 30px;
}
.right .right_list1 ul.weib li {
  font-size: 14px;
}
.right .right_list1 ul.maipan {
  border-bottom: 1px solid #48515f;
}
.right .right_list1 ul.maipan .text,
.right .right_list1 ul.buypan .text {
  float: left;
  width: 25px;
  height: 100%;
  border-right: 1px solid #48515f;
  letter-spacing: 2px;
  padding-top: 33px;
  box-sizing: border-box;
}
.right .right_list1 ul.maipan li {
  float: left;
}
.right .right_list1 ul li.item2 {
  text-indent: 25px;
  text-align: left;
}
.right .right_list1 li ul li.ite2 {
  width: 80px;
}
.right .right_list1 li ul li.ite3 {
  width: 86px;
  color: #02f7ff;
}
.right .right_list2 {
  border-bottom: 2px solid #48515f;
  /*border-left: 2px solid #48515f;*/
  padding: 5px 0;
  color: #999;
  float: left;
  width: 100%;
}
.right .right_list2 ul {
  height: 17px;
  line-height: 17px;
}
/*.right .right_list3{border-left: 2px solid #48515f;}*/
.right .right_list3 ul {
  height: 20px;
  line-height: 20px;
}
.right .right_list2 ul li {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
  text-align: left;
  color: #999;
}
.right .right_list2 ul li span {
  text-align: right;
  display: inline-block;
  width: 75px;
}
.right .right_list2 ul li span.wd50 {
  width: 50px;
}
.right .right_list3 .title .time {
  text-align: left;
  padding-left: 14px;
  box-sizing: border-box;
}
.right > .list1 ul li.time {
  color: #999;
}
/*底部*/
.bottom {
  width: 100%;
  height: 50px;
  border-top: 2px solid #48515f;
  z-index: 999;
  color: #fff;
}
.bottom table {
  height: 48px;
  text-align: center;
  width: 100%;
}
.bottom tr {
  height: 48px;
}
.bottom td {
  width: 12.5%;
  border-right: 2px solid #48515f;
}
.bottom td.fxd {
  border: none;
}
.bottom td.fxd {
  background-image: url(../images/wdj.png);
  background-repeat: no-repeat;
  background-position: 80% 0%;
}
.bottom td.fxd span {
  padding-right: 40px;
}
.bottom td span {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}
.bottom td span.bottom_name {
  color: #9299a5;
}
.bottom .explain_div {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 0;
  background: #333b5b;
  color: #fff;
  font-size: 12px;
  padding: 8px;
  width: 150px;
  height: auto;
}
#charts {
  background-color: #fff;
  float: left;
}
.mainbox {
  width: 100%;
  height: 100%;
}
.center .ts {
  display: none;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 40px;
  position: absolute;
  z-index: 9999;
  text-align: center;
  height: 40px;
  width: 100%;
  left: 0px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0) 100%);
}
.center .ts b {
  width: 25px;
  display: inline-block;
  height: 25px;
  border-radius: 50px;
  margin-top: 2px;
  line-height: 25px;
  color: #fff;
}
.center .ts .red b {
  background-color: red;
}
.center .ts .green b {
  background-color: #22ac38;
}
.searchlist {
  display: none;
  position: absolute;
  z-index: 10005;
  background: #fff;
  border: 1px solid #ccc;
  width: 180px;
  color: #333;
}
.left .searchlist ul li.stock_name {
  color: #333;
  width: 70px;
}
.left .searchlist ul li.stock_price {
  width: 45px;
}
.left .searchlist ul li.stock_zdf {
  width: 45px;
}
.left .searchlist ul li.stock_jzx {
  color: #333;
  text-align: center;
  width: 17px;
}
.left .searchlist ul.active {
  background: #ccc;
}
.mainbox .right .list1 ul {
  height: 18px;
  line-height: 18px;
}
/* 结算单*/
.js_jsd {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
}
.js_jsd .mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.js_jsd .jsd {
  position: fixed;
  z-index: 5000;
  width: 960px;
  top: 50%;
  left: 50%;
  margin-left: -480px;
  margin-top: -300px;
  text-align: center;
  border-radius: 3px;
  overflow: hidden;
  background-color: #f1f1f1;
  height: 600px;
}
.js_jsd .jsd_hd {
  height: 40px;
  margin: 20px 0 0 30px;
}
.js_jsd .jsd_hd .close_jsd {
  float: right;
  margin-right: 10px;
  font-size: 30px;
  color: #6a6a6a;
  width: 14px;
  height: 14px;
  margin-top: -6px;
  background: url(../images/close.png) no-repeat scroll 0 0;
}
.js_jsd .jsd_hd div {
  padding: 4px 15px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 15px;
}
.js_jsd .jsd_hd div.active {
  background: #ea5504;
  color: #fff;
}
.js_jsd .jsd_hd span.line {
  display: block;
  float: left;
  height: 50px;
  width: 2px;
  background-color: #4372ba;
}
.js_jsd .jsd_bd {
  height: 485px;
  color: #555;
  text-align: left;
}
.js_jsd .jsd_bd .datebox {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
  margin: 10px 30px;
}
.js_jsd .jsd_bd .date-input {
  font-size: 16px;
  width: 130px;
  vertical-align: middle;
  margin: 0;
}
.js_jsd .jsd_bd .tabdata {
  display: none;
}
.js_jsd .jsd_bd .tabdata.active {
  display: block;
}
.js_jsd .jsd_tip {
  text-align: left;
  margin-left: 45px;
  margin-top: 15px;
  color: #4372ba;
}
.js_jsd a.btn_rjd,
.js_jsd a.btn_yjd {
  font-size: 16px;
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  background-color: #4078eb;
  width: 70px;
  text-align: center;
  padding: 3px;
  vertical-align: middle;
  font-weight: normal;
  border-radius: 3px;
}
.js_jsd .jsd_ft {
  text-align: right;
  margin-right: 10px;
}
.js_jsd #zjls_tb,
.js_jsd #lscj_tb {
  display: none;
}
.js_jsd .datajsd {
  height: 490px;
  overflow: auto;
  background: #fff;
  margin-top: 15px;
  padding-top: 5px;
  box-sizing: border-box;
  overflow-y: scroll;
}
.js_jsd .datajsd table {
  border-collapse: collapse;
}
.js_jsd .datajsd table tr {
  height: 35px;
  line-height: 35px;
  display: inline-block;
}
.js_jsd .datajsd table th {
  color: #000;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  float: left;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.js_jsd .datajsd table td {
  color: #000;
  text-align: center;
  text-align: left;
  display: inline-block;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.js_jsd .datajsd table td.first,
.js_jsd .datajsd table th.first {
  width: 100px;
  text-align: center;
}
.js_jsd .datajsd table .wd80 {
  width: 80px;
  text-align: center;
}
.js_jsd .datajsd table .wd150 {
  width: 150px;
  padding-left: 10px;
}
.js_jsd .datajsd table .wd110 {
  width: 110px;
  text-align: right;
}
.js_jsd .datajsd table .wd120 {
  width: 120px;
  padding-left: 30px;
}
.js_jsd .datajsd table .wd100 {
  width: 100px;
  text-align: center;
}
.js_jsd .datajsd table .txtright {
  text-align: right;
}
.js_jsd .datajsd #lscj_tb .wd120 {
  width: 120px;
  text-align: center;
  padding-left: 0;
}
.js_jsd .datajsd table td.red {
  color: #ff0000;
}
.js_jsd .datajsd table td.green {
  color: #22ac38;
}
.js_jsd .datajsd table .padright {
  padding-right: 20px;
  box-sizing: border-box;
}
.js_jsd .datajsd table.noborder td {
  border: none;
  padding-right: 20px;
}
.js_jsd .datajsd table.noborder td:nth-child(odd) {
  text-align: left;
}
.js_jsd .datajsd table.noborder td:nth-child(even) {
  text-align: right;
}
.js_jsd .datajsd .textcenter {
  text-align: center;
}
.js_jsd .datajsd .textright {
  text-align: right;
  width: 800px;
}
.js_jsd .datajsd .line {
  border-top: thin dashed #333;
  height: 0px;
}
.js_jsd .nodata {
  margin-top: 100px;
  color: red;
}
.center_center .chart_div .myselect {
  float: left;
  text-align: left;
  text-indent: 6px;
  height: 20px;
  display: inline-block;
  position: relative;
  border: #2f5895 1px solid;
  font-weight: normal;
  z-index: 99;
  width: 64px;
  background: #fff;
  margin-top: 3px;
  display: none;
}
.center_center .chart_div .myselect i {
  background: url(../images/gb.png) 2px 0px no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  _right: -1px;
  display: block;
}
.center_center .chart_div .myselect span {
  display: block;
  height: 20px;
  line-height: 18px;
  cursor: pointer;
}
.center_center .chart_div .myselect dl {
  display: none;
  left: -1px;
  position: absolute;
  top: 18px;
  background-color: #fff;
  width: 100%;
  border: #2f5895 1px solid;
  border-top: none;
  cursor: pointer;
  line-height: 20px;
}
.center_center .chart_div .myselect dl dd {
  display: block;
  width: 100%;
}
.center_center .chart_div .myselect dl dd.active {
  background: #e7e7e7;
}
.__emchatrs3_root_box .kt-radio-choose div {
  box-sizing: content-box;
}
#charts,
#chartsf {
  float: left;
}
#charts {
  display: none;
}
@-webkit-keyframes blinkred {
  0% {
    background-color: #FFDDDD;
    opacity: 1;
  }
  22% {
    background-color: #FFEEEE;
  }
  77% {
    background-color: #FFDDDD;
  }
  100% {
    background-color: #FFEEEE;
  }
}
.blinkred {
  -webkit-animation-name: blinkred;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes blinkgreen {
  0% {
    background-color: #b4f7af;
    opacity: 1;
  }
  22% {
    background-color: #ccffcc;
  }
  77% {
    background-color: #b4f7af;
  }
  100% {
    background-color: #ccffcc;
  }
}
.blinkgreen {
  -webkit-animation-name: blinkgreen;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes blinkblue {
  0% {
    background-color: #b2c3ea;
    opacity: 1;
  }
  22% {
    background-color: #cedaf5;
  }
  77% {
    background-color: #b2c3ea;
  }
  100% {
    background-color: #cedaf5;
  }
}
.blinkblue {
  -webkit-animation-name: blinkblue;
  -webkit-animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
}
